@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Casual';
  src: url('../fonts/Casual-Regular.eot') format('eot'), url('../fonts/Casual-Regular.woff2') format('woff2'), url('../fonts/Casual-Regular.woff') format('woff'), url('../fonts/Casual-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1758px;
  margin: auto;
  width: 100%;
}
.more {
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  padding: 16px 42px;
  background-color: #0572b5;
  border-radius: 5px;
  color: #fff;
  text-transform: capitalize;
}
.more:hover {
  background: #000;
  color: #fff;
}
#header {
  z-index: 100;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  padding: 28px 0 21px;
  background: #fff;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 39px;
  color: #010039;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  padding: 6px 16px 6px 22px;
  border-radius: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  background: #0572b5;
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0572b5;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  margin-left: 90px;
  cursor: pointer;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 27px;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  width: 34px;
}
#header .nav .ui.menu .h-language span img {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0572b5;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: left;
  padding-left: 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-inquiry {
  margin-left: 31px;
}
#header .nav .ui.menu .h-inquiry a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  background-color: #0572b5;
  border-radius: 5px;
  color: #fff;
  padding: 13px 11px 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-inquiry a:hover {
  background: #000;
  color: #fff;
}
#header.active {
  position: fixed;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .swiper-slide {
  position: relative;
  background: #0e1414;
}
#banner .swiper-slide img {
  width: 100%;
}
#banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#banner .swiper-slide .text .box {
  position: relative;
  max-width: 1100px;
}
#banner .swiper-slide .text .box .tit {
  font-size: 60px;
  line-height: 1.3;
  font-family: 'Casual';
  position: relative;
}
#banner .swiper-slide .text .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 793px;
}
#banner .swiper-slide .text .box .btn {
  margin-top: 34px;
}
#banner .swiper-slide .text .box .btn .more:hover {
  background: #fff;
  color: #000;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .title {
  font-size: 48px;
  line-height: 1.2;
  font-family: 'Casual';
}
#index-body .product {
  padding-top: 104px;
}
#index-body .product .header .title {
  color: #242424;
}
#index-body .product .header p {
  font-size: 18px;
  line-height: 1.6;
  color: #1b1b1b;
  margin-top: 17px;
}
#index-body .product .content {
  margin-top: 47px;
}
#index-body .product .content ul {
  margin-right: -29px;
}
#index-body .product .content ul li {
  padding-right: 29px;
}
#index-body .product .content ul li .ig .img-box {
  background: #eeeeee;
}
#index-body .product .content ul li .ig .img-box img {
  display: inline-block;
}
#index-body .product .content ul li .ig .text {
  padding-top: 32px;
}
#index-body .product .content ul li .ig .text .tit {
  font-size: 30px;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .ig .text .tit:hover {
  color: #0572b5;
}
#index-body .product .content ul li .ig .text .con {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#index-body .product .page {
  padding-top: 42px;
}
#index-body .product .page .arrow {
  width: 60.5%;
}
#index-body .product .page .arrow::before {
  content: '';
  width: 85.037%;
  height: 2px;
  background: #0572b5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 6px 0;
}
#index-body .product .page .arrow a {
  display: inline-block;
  width: 54px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-size: 36px;
  border: solid 1px #0572b5;
  color: #0572b5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .page .arrow a:hover {
  background: #0572b5;
  color: #fff;
}
#index-body .product .page .arrow a.next {
  margin-left: 16px;
}
#index-body .product .page .more {
  background: transparent;
  border-radius: 10px;
  border: solid 2px #0572b5;
  font-size: 20px;
  color: #000;
  padding: 14px 32px 13px 33px;
}
#index-body .product .page .more:hover {
  background: #0572b5;
  color: #fff;
}
#index-body .about {
  padding: 130px 0 0px;
  position: relative;
  z-index: 1;
}
#index-body .about .box .img {
  width: 42.709%;
}
#index-body .about .box .text {
  width: 57.291%;
  padding-left: 67px;
}
.about2 .box .text{
  padding: 0 100px 0 0;
}
#index-body .about .box .text .title {
  font-size: 46px;
  line-height: 1.3;
}
#index-body .about .box .text span {
  font-size: 18px;
  line-height: 2;
  display: block;
  margin-top: 21px;
}
#index-body .about .box .text span::before {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #0572b5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 19px;
}
#index-body .about .box .text .con {
  font-size: 18px;
  line-height: 2;
  padding: 37px 46px 0 0;
}
#index-body .about .box .text .con h1 {
  display: inline;
}
#index-body .about .box .text .data {
  margin-top: 65px;
}
#index-body .about .box .text .data ul li {
  display: inline-block;
  margin-right: 101px;
}
#index-body .about .box .text .data ul li .num {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
#index-body .about .box .text .data ul li p {
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
}
#index-body .about .box .text .data ul li:last-child {
  margin-right: 0;
}
#index-body .about .box .text .more {
  margin-top: 54px;
  padding: 17px 42px 16px;
}
#index-body .about .icon {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 88px;
}
#index-body .init {
  /*background: url(../images/init-.jpg) no-repeat center;*/
    background: #fff;
  background-size: cover;
  padding: 92px 0 125px;
  position: relative;
  z-index: 1;
  color: #000;
}
#index-body .init .box {
  padding: 98px 210px 0 0;
}
#index-body .init .box .tit {
  font-size: 36px;
  line-height: 1.2;
  font-family: 'Casual';
}
#index-body .init .box .left {
  width: 56.654%;
  padding: 0 33px 15px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#index-body .init .box .left .header .con {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 36px;
}
#index-body .init .box .left .header .more {
  padding: 17px 33px 16px 34px;
  margin-top: 22px;
}
#index-body .init .box .left .header .more:hover {
  background: #fff;
  color: #0572b5;
}
#index-body .init .box .left .content {
  margin-top: 66px;
  padding-left: 21px;
}
#index-body .init .box .left .content ul {
  padding-right: 45px;
  margin-bottom: 0;
}
#index-body .init .box .left .content ul li {
  padding-bottom: 30px;
}
#index-body .init .box .left .content ul li .text {
  padding-right: 22px;
  vertical-align: middle;
}
#index-body .init .box .left .content ul li .text span {
  font-size: 72px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init .box .left .content ul li .text p {
  font-size: 24px;
  line-height: 1.5;
  font-family: 'Casual';
}
#index-body .init .box .left .content ul li .img {
  padding-left: 72px;
  position: relative;
  vertical-align: middle;
}
#index-body .init .box .left .content ul li .img > img {
  width: 100%;
      border-radius: 10px;
}
#index-body .init .box .left .content ul li .img i {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init .box .left .content ul.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -72px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init .box .left .content ul.slick-dots li {
  display: block;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(110, 168, 200, 0.1);
  margin-bottom: 26px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init .box .left .content ul.slick-dots li button {
  display: none;
}
#index-body .init .box .left .content ul.slick-dots li:last-child {
  margin-bottom: 0;
}
#index-body .init .box .left .content ul.slick-dots li.slick-active {
  background: #0572b5;
}
#index-body .init .box .left .content ul .slick-current li .text span {
  color: #0572b5;
}
#index-body .init .box .right {
  width: 43.346%;
  padding: 0 10px 0 63px;
}
#index-body .init .box .right .content {
  margin-top: 57px;
}
#index-body .init .box .right .content ul {
  margin-bottom: -47px;
}
#index-body .init .box .right .content ul li {
  margin-bottom: 47px;
}
#index-body .init .box .right .content ul li .img {
  width: 31.314%;
}
#index-body .init .box .right .content ul li .text {
  width: 68.686%;
}
#index-body .init .box .right .content ul li .text span {
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  /*font-weight: bold;*/
}
#index-body .init .box .right .content ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 11px;
  height: 145px;
  overflow-y: auto;
}
#index-body .init .icon {
  position: absolute;
  z-index: -1;
  right: -10px;
  bottom: 149px;
  width: 16.72%;
}
#index-body .init .icon img{
  width: 100%;
}
#index-body .advantage {
  padding: 85px 0 102px;
}
#index-body .advantage .ui.container {
  max-width: 1660px;
}
#index-body .advantage .title {
  color: #242424;
}
#index-body .advantage .box {
  padding-right: 93px;
}
#index-body .advantage .box .left {
  vertical-align: middle;
  padding-right: 107px;
}
#index-body .advantage .box .left .con {
  font-size: 18px;
  line-height: 1.8;
  padding: 38px 35px 0 0;
}
#index-body .advantage .box .left .btn {
  margin-top: 45px;
}
#index-body .advantage .box .left .btn a:first-child {
  padding: 15px 30px 14px;
}
#index-body .advantage .box .left .btn a:last-child {
  padding: 14px 27px 13px 28px;
  background: transparent;
  border: solid 1px #0572b5;
  color: #0572b5;
  margin-left: 34px;
}
#index-body .advantage .box .left .btn a:last-child:hover {
  background: #0572b5;
  color: #fff;
}
#index-body .advantage .box .right {
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 60px 80px;
}
#index-body .advantage .box .right ul {
  margin: 0 -98px -22px 0;
}
#index-body .advantage .box .right ul li {
  padding: 0 98px 22px 0;
  text-align: center;
  color: #1b1b1b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body .advantage .box .right ul li i {
  display: block;
  line-height: 111px;
  border-radius: 4px;
  border: 1px solid rgba(97, 97, 97, 0.4);
}
#index-body .advantage .box .right ul li i img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#index-body .advantage .box .right ul li p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 14px;
}
#index-body .advantage .box .right ul li:hover {
  color: #0572b5;
}
#index-body .advantage .box .right ul li:hover i {
  border-color: #0572b5;
  background: #0572b5;
}
#index-body .advantage .box .right ul li:hover i img {
  -webkit-filter: none;
  filter: none;
}
#index-body .news {
  padding: 100px 0 102px;
  background-color: #f8f8f8;
}
#index-body .news .title {
  color: #242424;
}
#index-body .news .content {
  margin-top: 50px;
}
#index-body .news .content ul {
  margin-right: -60px;
}
#index-body .news .content ul li {
  padding-right: 60px;
}
#index-body .news .content ul li .img-box {
  border-radius: 25px;
}
#index-body .news .content ul li .img-box img {
  border-radius: 25px;
}
#index-body .news .content ul li .text {
  padding-top: 20px;
}
#index-body .news .content ul li .text .tips {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 1.8;
  color: #848484;
}
#index-body .news .content ul li .text .tips span {
  margin-left: 10px;
}
#index-body .news .content ul li .text .tit {
  font-size: 24px;
  line-height: 1.6;
  min-height: 4rem;
  color: #191919;
  margin-top: 12px;
  text-overflow: ellipsis;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .text .tit:hover {
  color: #0572b5;
}
#index-body .news .content ul li .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #848484;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 2px;
}
#index-body .news .content ul li .text .link {
  display: inline-block;
  font-size: 18px;
  color: #aeaeae;
  line-height: 1.8;
  margin-top: 16px;
  position: relative;
}
#index-body .news .content ul li .text .link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aeaeae;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .text .link:hover {
  color: #0572b5;
}
#index-body .news .content ul li .text .link:hover::after {
  background: #0572b5;
}
strong {
  font-weight: bold;
}
#footer {
  padding: 70px 0 19px;
  background-color: #eeeeee;
}
#footer .box .left {
  width: 70%;
  padding-right: 54px;
}
#footer .box .left .title {
  font-size: 48px;
  line-height: 1.4;
  font-family: 'Casual';
  max-width: 680px;
}
#footer .box .left .content {
  margin-top: 64px;
}
#footer .box .left .content .tit {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 17px;
}
#footer .box .left .content ul li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
#footer .box .left .content ul li a {
  display: inline-block;
  position: relative;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
#footer .box .left .content ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0572b5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .left .content ul li a:hover {
  color: #0572b5;
}
#footer .box .left .content ul li a:hover::after {
  width: 100%;
}
#footer .box .left .content .f-wz #ewm {
  width: 104px;
  border: 3px solid #fff;
  margin: 25px auto 19px;
}
#footer .box .left .content .f-wz .share a {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .left .content .f-wz .share a:last-child {
  margin-right: 0;
}
#footer .box .left .content .f-wz .share a:hover {
  color: #0572b5;
}
#footer .box .left .content .f-contact {
  max-width: 390px;
}
#footer .box .left .content .f-contact ul li em {
  display: inline-block;
  vertical-align: top;
}
#footer .box .left .content .f-contact ul li span {
  display: inline-block;
  width: 89%;
}
#footer .box .left .content .f-contact ul li:nth-child(2) span {
  width: 86%;
}
#footer .box .right {
  width: 30%;
  padding: 39px 0 0 59px;
}
#footer .box .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}
#footer .box .right ul li span {
  width: 53px;
  height: 31px;
  border-radius: 15px;
  border: solid 1px #0572b5;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .right ul li .text {
  padding-left: 40px;
  width: 89.55%;
}
#footer .box .right ul li .text label {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 7px;
  display: block;
}
#footer .box .right ul li .text input[type="text"] {
  width: 100%;
  height: 32px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(191, 191, 191, 0.6);
  font-size: 16px;
  color: rgba(0, 0, 0, 0.34);
}
#footer .box .right ul li .text input[type="text"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.34);
}
#footer .box .right ul li .text input[type="text"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.34);
}
#footer .box .right ul li .text input[type="text"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.34);
}
#footer .box .right ul li .text input[type="text"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.34);
}
#footer .box .right ul li .text input[type="text"]::placeholder {
  color: rgba(0, 0, 0, 0.34);
}
#footer .box .right ul li.active span {
  background: #0572b5;
  color: #fff;
}
#footer .box .right ul li:last-child {
  margin-bottom: 0;
}
#footer .box .right ul li input[type="submit"] {
  margin-left: 93px;
  border: 0;
  padding: 15px 30px 14px;
}
#footer .f-copy {
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  position: relative;
  color: rgba(0, 0, 0, 0.56);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: rgba(0, 0, 0, 0.56);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(0, 0, 0, 0.56);
}
#footer .f-copy p{
  display: inline;
}
.yejiao{
  margin-left: 10px;
}
@media screen and (max-width: 1680px) {
  .ui.container {
    max-width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 60px;
  }
  #index-body .product .page .arrow {
    width: 76.5%;
  }
  #index-body .about .box .img {
    vertical-align: middle;
  }
  #index-body .about .box .text {
    padding-left: 30px;
    vertical-align: middle;
  }
  #index-body .init .box .right .content ul li .text {
    padding-left: 10px;
  }
  #index-body .init .box {
    padding: 98px 180px 0 0;
  }
  #index-body .init .box .left .content ul.slick-dots {
    left: -36px;
  }
  #index-body .advantage .box .right {
    padding: 60px;
  }
  #index-body .advantage .box .right ul {
    margin: 0 -60px -22px 0;
  }
  #index-body .advantage .box .right ul li {
    padding: 0 60px 22px 0;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container,
  #index-body .advantage .ui.container {
    max-width: 1220px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 26px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 6px 12px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 40px;
  }
  #index-body .product .page .arrow::before {
    width: 82.037%;
  }
  #index-body .about .box .text .con {
    padding: 37px 0 0 0;
  }
  #index-body .init .box .left .content ul {
    padding-right: 0;
  }
  #index-body .init .box .left .content ul li .text p {
    min-height: 72px;
  }
  #index-body .init .box .right {
    width: 43.346%;
    padding: 0 10px 0 30px;
  }
  #index-body .advantage .box {
    padding-right: 0;
  }
  #index-body .advantage .box .right {
    padding: 60px 40px;
  }
  #index-body .advantage .box .right ul {
    margin: 0 -40px -22px 0;
  }
  #index-body .advantage .box .right ul li {
    padding: 0 40px 22px 0;
  }
  #footer .box .left {
    padding-right: 0;
  }
  #footer .box .left .content .f-contact {
    max-width: 290px;
  }
  #footer .box .right {
    width: 30%;
    padding: 39px 0 0 27px;
  }
  .fixed-toolbar {
    bottom: 9%;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container,
  #index-body .advantage .ui.container {
    max-width: 1080px;
  }
  #header .nav .ui.menu .logo {
    width: 15%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
  #header .nav .ui.menu .h-search,
  #header .nav .ui.menu .h-language,
  #header .nav .ui.menu .h-inquiry {
    margin-left: 20px;
  }
  #index-body .product .content ul li .ig .text .tit {
    font-size: 26px;
  }
  #index-body .product .page .arrow::before {
    width: 80.037%;
  }
  #index-body .about .box .text .data ul li {
    margin-right: 78px;
  }
  #index-body .init .box {
    padding: 98px 22px 0 0;
  }
  #index-body .advantage .box .left {
    padding-right: 40px;
  }
  #index-body .advantage .box .right ul {
    margin: 0 -20px -20px 0;
  }
  #index-body .advantage .box .right ul li {
    padding: 0 20px 20px 0;
  }
  #index-body .news .content ul {
    margin-right: -30px;
  }
  #index-body .news .content ul li {
    padding-right: 30px;
  }
  #footer .box .left {
    width: 100%;
  }
  #footer .box .right {
    width: 100%;
    padding: 39px 0 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container,
  #index-body .advantage .ui.container {
    max-width: 970px;
  }
  #header .nav .ui.menu .h-inquiry a {
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 6px;
  }
  #banner .swiper-slide .text .box .tit {
    font-size: 52px;
  }
  #index-body .about .box .text .data ul li {
    margin-right: 47px;
  }
  #index-body .init .box .right .content ul li .text span {
    font-size: 21px;
  }
  #index-body .advantage .box .left .con {
    padding: 38px 0 0 0;
  }
  #index-body .advantage .box .right ul li p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 96%;
  }
  #header .nav .ui.menu .h-language,
  #header .nav .ui.menu .h-inquiry {
    display: none;
  }
  #banner .swiper-slide .text .box .tit {
    font-size: 40px;
  }
  #banner .swiper-slide .text .box .btn {
    margin-top: 20px;
  }
  .more {
    font-size: 16px;
    padding: 12px 30px;
  }
  #index-body .title {
    font-size: 40px;
  }
  #index-body .product {
    padding: 60px 0 0;
  }
  #index-body .product .page .arrow {
    width: 72%;
  }
  #index-body .product .page .arrow::before {
    width: 64%;
  }
  #index-body .product .page .more {
    padding: 12px 30px;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .box .img {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .about .box .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .init {
    padding: 60px 0;
  }
  #index-body .init .box {
    padding: 60px 0 0 0;
  }
  #index-body .init .box .left {
    width: 100%;
  }
  #index-body .init .box .left .content ul.slick-dots {
    left: -30px;
  }
  #index-body .init .box .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .init .icon {
    display: none;
  }
  #index-body .advantage {
    padding: 60px 0;
  }
  #index-body .advantage .box .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .advantage .box .right {
    width: 100%;
    margin-top: 40px;
    padding: 30px 15px;
  }
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .news .content {
    margin-top: 30px;
  }
  #index-body .news .content ul {
    margin: -10px;
  }
  #index-body .news .content ul li {
    padding: 10px;
  }
  #footer .box .left .title {
    font-size: 40px;
  }
  #footer .box .left .content {
    margin-top: 30px;
  }
  #footer .box .left .content .f-product,
  #footer .box .left .content .f-link {
    display: none;
  }
  #footer .box .left .content .f-contact {
    max-width: 390px;
  }
  #footer .f-copy {
    margin-top: 40px;
  }
  .yejiao{
    display: none!important;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .box .tit {
    color: #fff;
    font-size: 30px;
  }
  #banner .swiper-slide .text .box .con {
    display: none;
  }
  #index-body .title {
    font-size: 36px;
  }
  #index-body .product {
    padding: 30px 0 0;
  }
  #index-body .product .content {
    margin-top: 20px;
  }
  #index-body .product .content ul {
    margin-right: -15px;
  }
  #index-body .product .content ul li {
    padding-right: 15px;
  }
  #index-body .product .content ul li .ig .text {
    padding-top: 20px;
  }
  #index-body .product .content ul li .ig .text .tit {
    font-size: 24px;
  }
  #index-body .product .page {
    padding: 20px 0 0;
  }
  #index-body .product .page .arrow {
    width: auto;
  }
  #index-body .product .page .arrow::before {
    display: none;
  }
  #index-body .product .page .more {
    font-size: 18px;
  }
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .box .text .title {
    font-size: 36px;
  }
  #index-body .about .box .text .data {
    margin-top: 30px;
  }
  #index-body .about .box .text .data ul li .num {
    font-size: 50px;
  }
  #index-body .about .box .text .more {
    margin-top: 20px;
  }
  #index-body .about .icon {
    display: none;
  }
  #index-body .init {
    padding: 30px 0;
  }
  #index-body .init .box {
    padding: 20px 0 0 0;
  }
  #index-body .init .box .left {
    padding-right: 0;
    border-right: 0;
  }
  #index-body .init .box .left .header .con {
    margin-top: 20px;
  }
  #index-body .init .box .left .content {
    display: none;
  }
  #index-body .init .box .right {
    display: none;
  }
  #index-body .advantage {
    padding: 30px 0;
  }
  #index-body .advantage .box .left .con {
    padding: 20px 0 0 0;
    font-size: 16px;
  }
  #index-body .advantage .box .left .btn {
    margin-top: 20px;
  }
  #index-body .news {
    padding: 30px 0;
  }
  #index-body .news .content ul li .text .tips,
  #index-body .news .content ul li .text p,
  #index-body .news .content ul li .text .link {
    font-size: 16px;
  }
  #index-body .news .content ul li .text .tit {
    font-size: 22px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  #footer {
    padding: 30px 0;
  }
  #footer .box .left .title {
    font-size: 36px;
  }
  #footer .box .left .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .box .left .content .f-wz {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  #footer .box .left .content .f-wz #ewm {
    display: none;
  }
  #footer .box .left .content .f-wz .share {
    display: none;
  }
  #footer .box .left .content .f-contact {
    margin-top: 30px;
    max-width: 100%;
  }
  #footer .f-copy {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide > img {
    min-height: 240px;
  }
  #banner .swiper-slide .text .box .tit {
    font-size: 30px;
  }
  #banner .swiper-slide .text .box .btn {
    margin-top: 12px;
  }
  #index-body .title {
    font-size: 30px;
    line-height: 1.3;
  }
  #index-body .product .header p {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .product .page .arrow a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 29px;
  }
  #index-body .product .page .more {
    font-size: 16px;
    padding: 12px 27px;
  }
  #index-body .about .box .text .title {
    font-size: 30px;
  }
  #index-body .about .box .text span {
    font-size: 16px;
    margin-top: 12px;
  }
  #index-body .about .box .text .con {
    padding: 14px 0 0 0;
    font-size: 16px;
  }
  #index-body .about .box .text .data {
    display: none;
  }
  #index-body .init {
    display: none;
  }
  #index-body .init .box .tit {
    font-size: 24px;
    line-height: 1.5;
  }
  #index-body .init .box .left .header .con {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .news .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .header .title {
    width: 100%;
  }
  #index-body .news .header .more {
    margin-top: 20px;
  }
  #footer .box .left .title {
    font-size: 26px;
    line-height: 1.4;
  }
  #footer .box .left .content {
    margin-top: 20px;
  }
  #footer .box .left .content .f-contact ul li span {
    display: block;
    width: 100%;
  }
  #footer .box .right ul li .text {
    padding-left: 20px;
  }
  #footer .box .right ul li .text label {
    font-size: 17px;
  }
  #footer .box .right ul li .text input[type="text"] {
    font-size: 14px;
  }
  #footer .box .right ul li input[type="submit"] {
    margin-left: 72px;
  }
  .fixed-toolbar {
    bottom: 14%;
    right: 10px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #0572b5;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #0572b5;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #0572b5;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.inner-banner {
  background-attachment: fixed;
  height: 265px;
  position: relative;
  background-size: 100%;
}

.inner-page .product-page .inner-banner  {
  background-attachment: fixed;
  height: 1000px;
  position: relative;
  background-size: 100%;
}
.inner-banner .ui.container {
  max-width: 1600px;
  position: relative;
}
.inner-banner .mbx {
  padding-top: 9%;
  color: white;
  font-size: 14px;
  line-height: 2;
}
.inner-banner.product .mbx{
  padding-top: 27%;
}
.inner-banner .mbx h2 {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 900;
  color: black;
  position: relative;
 
}
.inner-banner .mbx>div{
  opacity: 0;
}
.inner-banner .mbx h2::after {
  content: "";
  position: absolute;
  left: -170px;
  top: -195px;
  width: 350px;
  height: 325px;
  background: url(../images/circle-left.png) no-repeat center;
}
.inner-banner .mbx ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 19px;
  margin-top: 57px;
}
.inner-banner .mbx ul li {
  font-size: 18px;
  font-weight: 600;
  margin-right: 70px;
  line-height: 2;
}
.inner-banner .mbx ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding-bottom: 23px;
}
.inner-banner .mbx ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 3px;
  background: #0572b5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-banner .mbx ul li a:hover::after {
  width: 100%;
}
.inner-banner .mbx ul li:last-child {
  margin-right: 0;
}
.inner-banner .mbx ul li.active a::after {
  width: 100%;
}
.inner-banner .mbx .search-box {
  margin-top: 80px;
}
.inner-banner .mbx .search-box form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-radius: 35px;
}
.inner-banner .mbx .search-box form input {
  background-color: white;
  border: none;
  font-size: 16px;
  height: 70px;
  border-right: 1px solid #b9b9b9;
  color: black;
  padding-left: 30px;
}
.inner-banner .mbx .search-box form input.inp1 {
  border-radius: 35px 0 0 35px;
}
.inner-banner .mbx .search-box form button {
  border-radius: 0 35px 35px 0;
  background-color: white;
  color: black;
  border: none;
  width: 135px;
  font-size: 16px;
}
.inner-footer {
  padding: 200px 0 100px !important;
}
.inner-page .ui.container {
  max-width: 1600px;
}
.inner-page.prodet-page .ui.container{
  max-width: 1480px;
}
.about-page h2.title {
  color: #000;
  /*text-align: center;*/
  font-size: 40px;
  /*font-weight: 600;*/
 
  line-height: 2;
  padding-bottom: 10px;
}
.about-page .about-1 {
  padding-top: 135px;
  padding-bottom: 85px;
}
.about-page .about-1 .left {
  width: 30%;
}
.about-page .about-1 .left ul {
  margin-top:48px;
}
.about-page .about-1 .left ul li {
  margin-bottom: 45px;
}
.about-page .about-1 .left ul li h2 {
  font-size: 64px;
  font-weight: 900;

}
.about-page .about-1 .left ul li h2 span{
  font-size: 24px;
  vertical-align: top;
  margin-left: 7px;
}
.about-page .about-1 .left ul li p {
  font-size: 16px;
  font-weight: 300;
  padding-left: 80px;
  position: relative;
  margin-top: -25px;
  line-height: 2;
}
.about-page .about-1 .left ul li p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 1px;
  background: black;
}
.about-page .about-1 .right {
  width: 70%;
  padding-left: 105px;
}
.about-page .about-1 .right .text{
  max-height: 420px;
  overflow-y: scroll;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}
.about-page .about-1 .right p {
  font-size: 20px;
  margin-bottom: 20px;
}
.about-page .about-1 .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-1 .right .more{
  margin-top: 30px;
}
.about-page .about-2 .top {
  position: relative;
}
.about-page .about-2 .top img,
.quality-page>.img>img{
  width: 100%;
}
.about-page .about-2 .top .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius:100%;
   
}
.about-page .about-2 .top .play i{
  color: #000;
  font-size: 36px;
}
.about-page .about-2 .top .play:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 2px solid rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    background: #fff;
}
.about-page .about-2 .top .play:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    transform: translate(-50%,-50%);
    border: 2px solid rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    animation-delay: .4s;
    background: #fff;
}
.about-page .about-2 .bottom {
  background: #023991;
  padding: 36px 0;
}
.about-page .about-2 .bottom .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-2 .bottom .ui.container .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-2 .bottom .ui.container .left h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  color: white;
  margin-left: 30px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.about-page .about-2 .bottom .ui.container .right {
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  width: 174px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-2 .bottom .ui.container .right:hover {
  background: black;
  color: white;
}
.about-page .about-2 .content {
  position: relative;
  padding: 0 40px;
  margin-top: 30px;
  z-index: 1;
}
.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}
.about-page .about-2 .content ul li .tit {
  color: #0572b5;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  min-height: 70px;
}
.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height:160px;
  overflow-y: auto;
}
.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}
.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .content ul li:hover::after {
  background: #0572b5;
}
.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 13px;
  background: #afafaf;
}
.about-page .about-2 .slick-arrow,
#index-body .news .slick-arrow,
.ex-zh .slick-arrow{
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  border: 0;
  cursor: pointer;
   z-index: 1;
    outline: none;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*.about-page .about-2 .slick-arrow:hover{
  background-color: #0572b5;
}*/
.about-page .about-2 .slick-prev,
#index-body .news .slick-prev,
.ex-zh .slick-prev{
  left: -30px;
  background: url(../images/xiala.png) no-repeat center #fff;
  background-size: 30% 30%;
}
.about-page .about-2 .slick-next,
#index-body .news .slick-next,
.ex-zh .slick-next{
  right: -30px;
  background: url(../images/xiala-1.png) no-repeat center #fff;
  background-size: 30% 30%;
}
#index-body .news .slick-prev{
  left: -60px;
}
.ex-zh .slick-prev{
  left: -46px;
}
#index-body .news .slick-next{
  right: 0;
}
.about-page .about-3 {
  padding-top: 170px;
  padding-bottom: 88px;
}
.about-page .about-3 .left {
  padding-right: 108px;
}
.about-page .about-3 .left .content {
  margin-top: 30px;
}
.about-page .about-3 .left .content p {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 45px;
}
.about-page .about-3 .right ul li {
  margin-bottom: 50px;
}
.about-page .about-3 .right ul li h4 {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 img {
  margin-right: 15px;
}
.about-page .about-3 .right ul li h4 .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: #0572b5;
  border: 1px solid #0572b5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 110px;
  height: 3px;
  background: #0572b5;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
}
.about-page .about-3 .right ul li .content {
  display: none;
}
.about-page .about-3 .right ul li .content .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin: 22px 0 22px;
}
.about-page .about-3 .right ul li.active .fa {
  background: #0572b5;
  color: white;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.about-page .about-4 {
  background: url(../images/factory-01.jpg) no-repeat center;
  color: white;

}
.about-page .about-4 .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-weight: 300;
}
.about-page .about-4 .tab li {
  margin-right: 40px;
  line-height: 2;
}
.about-page .about-4 .tab li a {
  position: relative;
  padding-bottom: 5px;
}
.about-page .about-4 .tab li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #0572b5;
}
.about-page .about-4 .tab li:last-child {
  margin-right: 0;
}
.about-page .about-4 .tab li.active a::after,
.about-page .about-4 .tab li:hover a::after {
  width: 100%;
}
.about-page .about-4 .content .box {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  max-width: 520px;
  min-height: 210px;
}
.about-page .about-4 .content .box p {
  margin-bottom: 30px;
}
.about-page .about-4 .content .more {
  width: 125px;
  height: 60px;
  font-size: 18px;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  color: black;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 60px;
  margin-top: 60px;
}
.about-page .about-4 .content .more::before,
.about-page .about-4 .content .more::after {
  content: none;
}
.about-page .about-4 .content .more:hover {
  background: #0572b5;
  color: white;
}
.about-page .about-5 {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 100px;

}
 
.about-page .about-5 p {
  font-weight: 300;
  line-height: 2;
  max-width: 1280px;
  margin: 5px auto 50px;
}
.about-page .about-5 ul {
  margin: -18px;
}
.about-page .about-5 ul li {
  padding: 18px;
}
.about-page .about-5 ul .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.about-page .about-5 ul .slick-arrow button{
  display: none;
}
.about-page .about-5 ul .slick-prev{
  left: -60px;
}
.about-page .about-5 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 30px;
}
.about-page .about-5 ul .slick-next{
  right: -60px;
}
.about-page .about-5 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 30px;
}
.about-page .about-6 {
  background: url(../images/history-bg.jpg) no-repeat center;
  background-position: center bottom;
  padding: 65px 0 230px;
  overflow: hidden;
}
.about-page .about-6 ul {
  margin-right: -40px;
}
.about-page .about-6 ul li {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}
.about-page .about-6 ul li h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 2;
}
.about-page .about-6 ul li .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  min-height: 80px;
}
.about-page .about-6 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 26px;
  height: 197px;
  background: url(../images/history-arrow.png) no-repeat center;
}
.about-page .about-6 .slick-list {
  padding: 60px 0;
}


.gallery-page {
  padding: 138px 0 110px;
}
.gallery-page ul {
  margin: -30px -15px;
}
.gallery-page ul li {
  padding: 30px 15px;
  text-transform: capitalize;
}
.gallery-page ul li .img-box {
  position: relative;
}
.gallery-page ul li .img-box h5 {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 90%;
  margin: auto;
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
}
.gallery-page ul li:hover h5 {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.m-page {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 15px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  text-align: center;
  line-height: 50px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page a:hover,
.m-page span {
  background: #0572b5;
  color: white;
}

.contact-page {
  padding-top: 50px;
}
.contact-page .title {
  font-size: 50px;
  line-height: 2;
}
.contact-page .contact-1 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
  background: transparent;
}
.contact-page .contact-1 form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.contact-page .contact-1 form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
  background: transparent;
}
.contact-page .contact-1 form input[type="submit"] {
  background: #0572b5;
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  border-radius: 12px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-1 form input[type="submit"]:hover {
  background: black;
}
.contact-page .contact-2 {
  padding: 110px 0;
}
.contact-page .contact-2 .left {
  width: 60%;
  padding-right: 60px;
}
.contact-page .contact-2 .left .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 8px 0 42px;
}
.contact-page .contact-2 .left .content .box:first-child {
  margin-bottom: 50px;
}
.contact-page .contact-2 .left .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
.contact-page .contact-2 .left .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .left .content ul li {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  width: 33%;
  margin-bottom: 16px;
}
.contact-page .contact-2 .left .content ul li.add {
  width: 100%;
}
.contact-page .contact-2 .right {
  width: 40%;
}
.contact-page .contact-2 .right img {
  display: block;
  margin-left: auto;
}
.news-page {
  padding: 100px 0;
}
.news-page .newsList {
  margin-bottom: 90px;
  padding-right: 70px;
}
 
.newdet-page {
  padding: 138px 0 80px;
}
.newdet-page .newdet-1 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.newdet-page .newdet-1 .time {
  font-size: 14px;
  margin: 35px 0 20px;
}
.newdet-page .newdet-1 .time span {
  margin-right: 20px;
  display: inline-block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 50px 0 60px;
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-2 {
  overflow: hidden;
  padding-top: 150px;
}
.newdet-page .newdet-2 h2 {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 60px;
}
.newdet-page .newdet-2 ul {
  margin: -28px;
}
.newdet-page .newdet-2 ul li {
  padding: 28px;
}
.newdet-page .newdet-2 ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .newdet-2 ul li .img-box img {
  display: block;
  margin: auto;
}
.newdet-page .newdet-2 ul li h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}
.newdet-page .newdet-2 ul li:hover .img-box {
  -webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
}
.newdet-page .newdet-2 ul .slick-arrow{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  background: white;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.newdet-page .newdet-2 ul .slick-prev{
  left: 0;
  transform: translate(-50%,-50%);
}
.newdet-page .newdet-2 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
}
.newdet-page .newdet-2 ul .slick-next{
  right: 0;
  transform: translate(50%,-50%);
}
.newdet-page .newdet-2 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
}
.m-link {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  /*-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  line-height: 2;
  padding: 0 90px 0 0;
}
.m-link .next {
  text-align: right;
}
.m-link a:hover {
  text-decoration: underline;
}
.advantages-page {
  padding-top: 138px;
   background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, white), color-stop(15%, #faf7f7), color-stop(35%, #faf7f7), color-stop(35%, white), color-stop(77%, white), color-stop(77%, #faf7f7), to(white));
  background: -webkit-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: -moz-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
}
.advantages-page ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 200px;
}
.advantages-page ul li .text {
  width: 54% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 48px;
}
.advantages-page ul li .text h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.advantages-page ul li .text .content {
  font-size: 25px;
  line-height: 50px;
}
.advantages-page ul li .img {
  width: 46% !important;
}
.advantages-page ul li:nth-child(2n) .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 96px;
  padding-right: 0;
}
.advantages-page ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.service-page .service-1 {
  padding: 88px 0 12px;
}
.service-page .service-1 .ui.container{
  position: relative;
}
.service-page .service-1 .ui.container .btn{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 60%;
  margin-top: -25px;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F7;
  transition: 0.3s all;
  cursor: pointer;
}
.service-page .service-1 .ui.container .btn:hover{
  transition: 0.3s all;
   box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  color: #0572b5;
  background: #fff;
}
.service-page .service-1 .ui.container .btn.slick-prev{
  left: -25px;
}
.service-page .service-1 .ui.container .btn.slick-next{
  right: -25px;
}
.service-page .service-1 ul {
  margin: -20px;
}
.service-page .service-1 ul li {

  padding:70px 32px;

}
.service-page .service-1 ul li .box {
  background: white;
  /*-webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);*/
  text-align: center;
  padding: 75px 55px;
  border-radius: 16px;
  
}
.service-page .service-1 ul li .box .icon {
  height: 60px;
  margin: 0 auto;
}
.service-page .service-1 ul li .box .icon img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  margin: 0 auto;
}
.service-page .service-1 ul li .box h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 26px;
  line-height: 2;
}
.service-page .service-1 ul li .box .text {
  font-size: 18px;
  line-height: 1.75;
  min-height: 180px;
  text-align: left;
    height: 300px;
  overflow: auto;
}
.service-page .service-1 ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service-page .service-2 {
  background-color: #fff;
  padding: 75px 0 70px;
}
.service-page .service-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .top .text {
  width: 60%;
  padding-right: 60px;
}
.service-page .service-2 .top .text h3 {
  font-size: 43px;
  font-weight: normal;
  font-family: 'Casual';
  margin-bottom: 25px;
}
.service-page .service-2 .top .text h5{
  font-size: 25px;
  line-height: 40px;
}
.service-page .service-2 .top .text .content {
  font-size: 18px;
  line-height: 2;
  margin-top: 50px;
}
.service-page .service-2 .top .text .content p:not(:last-child) {
  margin-bottom: 50px;
}
.service-page .service-2 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .bottom .text {
  width: 60%;
  padding-left: 80px;
}
.service-page .service-2 .bottom .text h3{
  font-family: 'Casual';
  font-weight: normal;
}
.service-page .service-2 .bottom .text .content {
  font-size: 18px;
  line-height: 1.8;
}
.service-page .service-2 .bottom .text .content p:not(:last-child) {
  margin-bottom: 60px;
}
.service-page .service-3 {
  padding: 80px 0;
  overflow: hidden;
}
.service-page .service-3 h2 {
  font-size: 43px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 45px;
  line-height: 2;
}
.service-page .service-3 .text {
  margin: -50px;
}
.service-page .service-3 .text h4 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 2;
}
.service-page .service-3 .text .column {
  padding: 50px;
}
.service-page .service-3 .text .content {
  /*font-weight: 300;*/
}
.service-page .service-3 .imgbox {
  margin-top: 50px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
.service-page .service-3 ul .slick-arrow{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
  background: white;
}
.service-page .service-3 ul .slick-prev{
  left: -50px;
}
.service-page .service-3 ul .slick-next{
  right: -50px;
}
.service-page .service-3 ul .slick-next::after,
.service-page .service-3 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 26px;
}
.service-page .service-3 ul .slick-next::after{
  content: "\f105";
}
.service-page .service-4 {
  background-color: #fafafa;
  padding-bottom: 100px;
  padding-top: 100px;
}
.service-page .service-4 h2 {
  font-size: 43px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 2;
}
.service-page .service-4 p.text {
  margin: 30px auto 30px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  max-width: 1050px;
}
/*.service-page .service-4 ul.grid-box {
  margin: -35px;
}
.service-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.service-page .service-4 ul li .box {
  position: relative;
}
.service-page .service-4 ul li .box .column{
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content {
  /*position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: white;
  max-width: 365px;*/
  padding: 9px;
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2;
}
.service-page .service-4 ul li .box .content .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 45px 0 45px;
}
.service-page .service-4 ul li .box .content .text p{
  margin-bottom: 8px;
  font-weight: 500;
}
.service-page .service-4 .honor ul{
  margin: -15px;
}
.service-page .service-4 .honor ul li{
  padding: 15px;
}
.service-page .service-4 ul.grid-box .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-top: 50px;
}
.service-page .service-4 ul.grid-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #878787;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 6px;
  padding: 0;
}
.service-page .service-4 ul.grid-box .slick-dots li button {
  display: none;
}
.service-page .service-4 ul.grid-box .slick-dots li.slick-active {
  background-color: #0572b5;
}
.solution-page {
  padding-top: 138px;
}
.solution-page .solution-1 h1 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 2;
}
.solution-page .solution-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 70px;
}
.solution-page .solution-1 ul li {
  margin: 0 20px;
}
.solution-page .solution-1 .content {
  font-size: 18px;
  line-height: 56px;
  margin: auto;
  text-align: center;
  max-width: 1000px;
}
.solution-page .box-list {
  margin-top: 100px;
}
.solution-page .box-list ul li {
  position: relative;
}
.solution-page .box-list ul li .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  color: white;
}
.solution-page .box-list ul li .content .ui.container {
  /*margin: 0;*/
  height: 100%;
}
.solution-page .box-list ul li .content .box {
  max-width: 720px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solution-page .box-list ul li:nth-child(1) .content .box{
  max-width: 765px;
}
.solution-page .box-list ul li:nth-child(3) .content .box{
  max-width: 640px;
}
.solution-page .box-list ul li .content h2 {
  font-size: 60px;
  font-weight: 900;
  font-style: italic;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}
.solution-page .box-list ul li .content h2:hover {
  color: #0572b5;
}
.solution-page .box-list ul li .content .text {
  font-size: 16px;
  line-height: 2;
}
.solution-page .box-list ul li:nth-child(2n) .content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.solution-page .box-list ul li:nth-child(2n) .content .box{
  margin-left: auto;
}
.solution-page .box-list ul li:last-child .content .box{
  max-width: 800px;
}
.soldet-page {
  padding: 138px 0 100px;
}
.soldet-page .soldet-1 h1 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  margin: 85px 0 50px;
}
.soldet-page .soldet-1 .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.soldet-page .soldet-2 {
  padding-top: 85px;
}
.soldet-page .soldet-2 h2 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 70px;
}
.soldet-page .soldet-2 ul {
  margin: -18px;
}
.soldet-page .soldet-2 ul li {
  padding: 18px;
}
.soldet-page .soldet-2 ul li .img-box {
  border: 1px solid #dbdbdb;
  height: 293px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.soldet-page .soldet-2 ul li .img-box img {
  display: block;
  margin: auto;
  /*height: 100%;*/
  object-fit: cover;
  -o-object-fit: cover;
}
.soldet-page .soldet-2 ul li h4 {
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 20px;
}
.soldet-page .soldet-2 ul li:hover h4 {
  color: #0572b5;
}
.soldet-page .soldet-2 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #d4d4d4;
  color: white;
  text-align: center;
  line-height: 30px;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.soldet-page .soldet-2 ul .slick-arrow:hover {
  background-color: #0572b5;
}
.soldet-page .soldet-2 ul .slick-prev::after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
}
.soldet-page .soldet-2 ul .slick-next {
  right: 0;
}
.soldet-page .soldet-2 ul .slick-next::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
}
.soldet-page .soldet-2 ul .slick-track{
  margin-left: 0;
}
.sale-page {
  padding-top: 138px;
}
.sale-page .title {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
}
.sale-page .sale-1 {
  padding-bottom: 150px;
}
.sale-page .sale-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.sale-page .sale-1 .top .left {
  width: 46%;
}
.sale-page .sale-1 .top .right {
  width: 54%;
  padding-left: 45px;
}
.sale-page .sale-1 .top .right .content {
  font-size: 17px;
  line-height: 2;
  color: #666666;
  margin-top: 30px;
}
.sale-page .sale-1 .top .right .content p:not(:last-child) {
  padding-bottom: 25px;
}
.sale-page .sale-1 .center .right {
  width: 46%;
  padding-left: 0;
  padding-right: 60px;
}
.sale-page .sale-1 .center .right .content {
  padding-left: 0;
}
.sale-page .sale-1 .center .left {
  width: 54%;
  padding-left: 45px;
}
.sale-page .sale-1 .bottom {
  margin-top: 100px;
}
.sale-page .sale-1 .bottom ul {
  margin: -15px;
}
.sale-page .sale-1 .bottom ul li {
  padding: 15px;
}
.sale-page .sale-1 .bottom ul li a {
  display: block;
  -webkit-box-shadow: 0px 4px 12px rgba(133, 133, 133, 0.13);
  box-shadow: 0px 4px 12px rgba(133, 133, 133, 0.13);
  height: 81px;
}
.sale-page .sale-1 .bottom ul li a img {
  display: block;
  margin: auto;
  max-height: 81px;
  width: auto;
}
.sale-page .sale-2 {
  position: relative;
}
.sale-page .sale-2 .ui.container {
  margin-top: 10%;
}
.sale-page .sale-2 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
}
.sale-page .sale-2 .content .text {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin: 40px 0 90px;
  max-width: 680px;
}
.sale-page .sale-2 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-page .sale-2 .content ul li {
  margin-right: 100px;
}
.sale-page .sale-2 .content ul li h3 {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
}
.sale-page .sale-2 .content ul li p {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
}
.sale-page .sale-2 .content ul li:last-child {
  margin-right: 0;
}
.sale-page .sale-3 {
  padding: 150px 0;
}
.sale-page .sale-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-page .sale-3 .box .left {
  width: 60%;
  padding-right: 45px;
}
.sale-page .sale-3 .box .left ul {
  margin-top: 90px;
}
.sale-page .sale-3 .box .left ul li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 55px;
}
.sale-page .sale-3 .box .left ul li:last-child {
  margin-bottom: 0;
}
.sale-page .sale-3 .box .left ul li::after {
  content: "01";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 70px;
  font-weight: 900;
  font-style: italic;
  opacity: 0.27;
  z-index: -1;
}
.sale-page .sale-3 .box .left ul li:nth-child(2)::after {
  content: "02";
  left: 70px;
}
.sale-page .sale-3 .box .left ul li:nth-child(3)::after {
  content: "03";
  left: 140px;
}
.sale-page .sale-3 .box .left ul li:nth-child(4)::after {
  content: "04";
  left: 210px;
}
.sale-page .sale-3 .box .left ul li:nth-child(5)::after {
  content: "05";
  left: 280px;
}
.sale-page .sale-3 .box .left ul li:nth-child(6)::after {
  content: "06";
  left: 350px;
}
.sale-page .sale-3 .box .right {
  width: 40%;
  position: relative;
}
.sale-page .sale-3 .box .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sale-page .sale-3 .box .right .content {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  padding: 0 45px;
  color: white;
}
.sale-page .sale-3 .box .right .content p {
  font-size: 25px;
}
.sale-page .sale-3 .box .right .content a.contact {
  display: inline-block;
  font-size: 18px;
  border-radius: 25px;
  color: black;
  background-color: white;
  width: 148px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: 30px;
}
.sale-page .sale-3 .box .right .content a.contact:hover {
  background-color: black;
  color: white;
}


.search-page .slideRight ul li{
  font-size: 16px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
}
.search-page .slideRight .item .right a:hover,
.search-page .slideRight ul li a:hover{
  text-decoration: underline;
}
.search-page .slideRight .item .right a{
  font-size: 16px;
  display: inline-block;
  /*width: 40%;*/
}
.search-page .slideRight .item .right ul li .box{
  display: inline-block;
  width: 48%;
}
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  background: #0572b5;
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid #0572b5;
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li i{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover {
  background: #0572b5;
  color: white;
}
.inner-page .sideLeft .img {
    display: block;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: #0572b5;
  color: white;
}
.inner-page .sideRight {
  width: 100%;
}
.inner-page .sideRight .fenlei {
  color: #0572b5;
  line-height: 1.8;
  font-family: 'Casual';
}
.fenlei{
  color: #0572b5;
  line-height: 2;
  font-family: 'Casual';
}
.inner-page .sideRight .content {
  line-height: 1.8;
  height: 260px;
    overflow: auto;
}
.product-page {
  padding: 90px 0 60px;
}
.product-page .nav-list{
  margin-bottom: 60px;
}
.product-page .nav-list .list1{
  display: flex;
  border-bottom: 2px solid rgba(0,0,0,0.1);
  justify-content: space-between;
}
.product-page .nav-list .list1 li{
  position: relative;
  font-size: 18px;
  padding-bottom: 10px;
}
.product-page .nav-list .list1 li::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #0572b5;
  transition: 0.5s;
  opacity: 0;
}
.product-page .nav-list .list1 li:hover::after,
.product-page .nav-list .list1 li.active::after{
  opacity: 1;
}
.product-page .nav-list .list2{
  margin-top: 20px;
}
.product-page .nav-list .list2 .item{
  display: none;
  
}
.product-page .nav-list .list2 .item ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-page .nav-list .list2 .item ul li{
  font-size: 18px;
  padding: 5px 15px;
  transition: 0.5s;
}
.product-page .nav-list .list2 .item ul li:hover{
  color: #0572b5;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList ul {
  margin: -25px -15px;
}
.product-page .productList ul li {
  padding: 25px 15px;
}
.product-page .productList ul li a.more {
line-height: 45px;
    height: 45px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #0572b5;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .productList ul li a.more i {
  margin-left: 22px;
  font-size: 70%;
}
.product-page .productList ul li a.more:hover {
  background: #111;
}
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  padding: 20px 10px;
  border-top: 2px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:unset;
}
.productList ul li:hover .box2 h5 {
  color: var(--base-color2);
}
.productList ul li .box2 a.img {
  display: block;
  margin: 0px;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
}
.productList ul li .box2 .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: #0572b5;
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #0572b5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
.productList ul li .box2 .text{
      display: none;
}


.product-page .productList ul li a.more {
  display: none;
   
}

.productList ul li .box2:after{
    display: none;
}
.productList ul li .box2{
   transition: all .8s ease;
}
.productList ul li .box2 .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.product-page .productList ul li:hover .p-logo img {
    transform: scale3d(1,1,1);
    transition: all .8s ease;
}
.productList ul li .box2 .p-logo img {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 150px;
}
.news-page {
  padding: 100px 0;
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid var(--primary);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--primary);
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
  font-family: 'DINCond';
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--primary);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.news-page .sidebar-box .sidebar-left .inner {
    margin: 0 0 0 auto;
    padding-left: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-left: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: #0572b5;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #0572b5;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 7px 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #0572b5;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--primary));
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    width: 100%;
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    display: flex;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
    font-size: 24px;
    color: #272727;
    text-transform: uppercase;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
    background-color: #0572b5;
    color: #fff;
    font-size: 28px;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 6px 0;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}
.inner-page.news-page h1, .inner-page.news-page h2, .inner-page.news-page h3 {
    font-weight: 700;
    line-height: 2;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    transition: 0.5s;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
    line-height: 2;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.riqi{
  font-size: 14px;
  line-height: 28px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
    font-size: 16px;
    color: #0572b5;
    transition: all .5s ease;
    text-transform: capitalize;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
  font-weight: bold;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
  display: flex;
  max-height: 350px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
  width: 45%;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
  object-fit: cover;
  max-height: 350px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page .sidebar-box{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #0572b5;
    border: 1px solid #0572b5;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
    font-size: 14px;
    line-height: 28px;
    margin-left: 12px;
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 35px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .relate-product {
    margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
    font-size: 30px;
    line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 50%;
    padding: 35px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 255px;
}
.history-page{
  padding: 100px 0;
}
.history-page ul li{
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}
.history-page ul li .title{
    width: 20% !important;
    color: #0572b5;
}
.history-page ul li .content{
  width: 80% !important;
  font-size: 18px;
}
.newdet-page .application-img {
  margin: 50px 0;
}
.newdet-page .application-img ul{
  margin: -10px;
}
.newdet-page .application-img ul li{
  padding: 10px;
}
.newdet-page .application-intro b,
.newdet-page .application-intro strong{
  font-weight: bold;
}
.newdet-page .app-related-pro{
  padding: 50px 0;
}
.newdet-page .app-related-pro ul{
  margin: -10px;
}
.newdet-page .app-related-pro ul li{
  padding: 10px;
}
.newdet-page .app-related-pro ul li p{
  text-align: center;
  padding: 6px 10px;
  font-size: 18px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right{
  padding-left: 20px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
  font-size: 28px;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width:100%;
    padding-right: 0px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #fff none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #0572b5;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: #0572b5;
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}
@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px){
  .inner-banner .mbx>div {
    opacity: 1;
}
  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px){
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
}

@media screen and (max-width: 1600px) {
  .inner-banner .mbx .search-box{
    margin-top: 30px;
  }
  .inner-banner .ui.container {
    max-width: 1170px;
  }
  .inner-banner {
    height: auto;
    padding: 30px;
  }
  .inner-banner.product .mbx,
  .inner-banner .mbx{
    padding-top: 0;
  }
  .inner-banner .mbx h2{
    font-size: 46px;
  }
  .inner-banner .mbx ul{
    flex-wrap: wrap;
  }
  .inner-banner.product .mbx ul{
    margin-top: 10px;
  }
  .inner-banner .mbx ul li{
    margin-bottom: 15px;

  }
  .inner-banner .mbx ul li a{
    padding-bottom: 0;
  }
  .about-page .about-1 .left ul li h2 {
    font-size: 64px;
  }
  .about-page .about-5 {
    padding-top: 110px;
  }
  .solution-page .box-list ul li .content h2{
    font-size: 44px;
  }
}
@media screen and (max-width: 1550px){
  #fullpage .i-about{
    padding-bottom: 80px;
  }
  #fullpage .i-product{
    padding-top: 150px;
  }
  .about-page .about-2 .content ul li .tit{
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner .ui.container {
    max-width: 1000px;
  }
  .inner-banner .mbx h2 {
    font-size: 54px;
  }
  .inner-banner .mbx ul {
    margin-top: 30px;
  }
  .service-page .service-2 .top .text h3,
  .about-page h2.title {
    font-size: 34px;
  }
  .about-page .about-1 .right {
    font-size: 18px;
    padding-left: 35px;
  }
  .about-page .about-1 .right p {
    font-size: 22px;
    margin-bottom: 26px;
    line-height: 2;
  }
  .about-page .about-1 .right p h1{
     font-size: 18px;
    margin-bottom: 26px;
  }
  .about-page .about-1 .left ul li h2 {
    font-size: 50px;
  }
  .inner-page .ui.container {
    max-width: 1218px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 32px;
  }
  .about-page .about-6 ul {
    margin-right: -50px;
  }
  .about-page .about-6 ul li {
    padding-right: 50px;
  }
  .advantages-page ul li {
    margin-bottom: 90px;
  }
  .sale-page .sale-2 .ui.container {
    margin-top: 12%;
  }
  .inner-banner .mbx h2:after {
    left: -120px;
    top: -140px;
    width: 250px;
    height: 270px;
    /*background-size: contain;*/
  }
  /*.inner-banner.product .mbx {
    padding-top: 16%;
  }*/
  .inner-banner .mbx ul li{
    margin-bottom: 3px;
  }
  .inner-banner .mbx .search-box form input {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  /*.inner-banner .mbx h2::after {
    content: none;
  }*/
  .inner-banner .mbx h2{
    padding-left: 0px;
  }
  .inner-banner .mbx .font-16.mt-48{
    color: black;
    margin-top: 25px;
    line-height: 2;
  }
  .inner-banner .mbx h2:after { 
    left: -36px;
    top: -95px;
    width: 196px;
    height: 195px; 
    background-size: contain;
    display: none;
  }
  /*.inner-banner {
    height: 500px;
  }
  .inner-banner .mbx {
    padding-top: 20%;
  }*/
  .inner-banner .mbx ul li {
    font-size: 17px;
    margin-right: 36px;
  }
  .inner-banner .mbx h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .history-page ul li .title h5{
    font-size: 30px;
  }
  .about-page .about-3 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .advantages-page ul li .text h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .advantages-page ul li .text .content {
    font-size: 22px;
    line-height: 36px;
  }
  .sale-page .title {
    font-size: 32px;
  }
  .sale-page .sale-2 .content .text {
    margin: 40px 0 50px;
  }
  .solution-page .solution-1 h1 {
    font-size: 30px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 46px;
  }
  .service-page .service-1 ul li .box {
    padding: 50px 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
  .inner-banner.product .mbx {
    padding-top: 14%;
  }
   
}
@media screen and (max-width: 1250px){
   .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .news-page .newsList {
    margin-bottom: 50px;
  }
  .about-page .about-2 .content{
    padding: 0;
  } 
  .about-page .about-2 .content ul li {
    padding: 0 18px 88px;
  }
  .about-page .about-2 .content ul li .tit{
    font-size: 22px;
  }
  .about-page .about-2 .content ul li .con{
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page.news-page .sidebar-box .sidebar-left,
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sideRight{
    width: 100%;
  }
  .inner-banner {
    height: 400px;
  }
  .history-page ul li .content,
  .history-page ul li .title{
    width: 100% !important;
  }
  .about-page .about-1 .left ul {
    display: none;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 27px;
  }
   .about-page .about-2 .content {
    margin-top: 40px;
  }
  .about-page .about-3 .left {
    padding-right: 30px;
  }
  .about-page .about-3 .left .content p {
    margin-bottom: 25px;
  }
  .about-page .about-4 .content .box {
    max-width: 100%;
  }
  .advantages-page ul li:nth-child(2n) .text {
    padding-left: 30px;
  }
  .advantages-page ul li .text {
    padding-right: 30px;
  }
  .sale-page .sale-1 .top .left {
    display: none;
  }
  .sale-page .sale-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .sale-page .sale-2 .content .text {
    margin: 15px 0 24px;
    max-width: 100%;
  }
  .sale-page .sale-2 .content ul li {
    margin-right: 60px;
  }
  .sale-page .sale-2 .content ul li h3,
  .sale-page .sale-2 .content ul li p {
    font-size: 26px;
  }
  .sale-page .sale-3 {
    padding: 95px 0;
  }
  .sale-page .sale-3 .box{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sale-page .sale-3 .box .left {
    width: 100%;
  }
  .sale-page .sale-3 .box .right {
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }
  .sale-page .sale-3 .box .right > img{
    object-fit: cover;
  }
  .sale-page .sale-3 .box .right .content{
    padding: 0 15px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 35px;
  }
  .service-page .service-1 {
    padding: 50px 0 60px;
  }
  .service-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .top .img {
    display: none;
  }
  .service-page .service-2 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-4 ul.grid-box .column .box .content {
    max-width: 260px;
    padding: 20px;
  }
  .inner-banner .mbx ul{
    display: none;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner .mbx ul {
    display: none;
  }
   .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
     font-size: 22px;
     line-height: 40px;
   }
   .newdet-page .sidebar-box .sidebar-right .newdet-content{
     padding-right: 0;
   }
  .about-page h2.title {
    font-size: 28px;
  }
  .inner-banner {
    height: auto!important;
    background-attachment: unset;
    padding: 40px  0;
    background: #eeeeee!important;
  }
  .inner-banner .mbx{
    padding-top: 0;
  }
  .inner-banner.product{
    height: 400px;
  }
  .inner-banner .mbx h2 {
    font-size: 28px;
  }
  .inner-banner .mbx .search-box form input{
    padding-left: 10px;
  }
  .news-page .newsList{
    padding-right: 0;
  }
  .about-page .about-2 .top .play {
    width: 80px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 22px;
    margin-left: 15px;
  }
  .about-page .about-2 .bottom .ui.container a.right {
    height: 45px;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .left .content {
    margin-top: 15px;
  }
  .about-page .about-5 {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .advantages-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantages-page ul li .text {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 !important;
  }
  .advantages-page ul li .img {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .advantages-page ul li .text .content {
    font-size: 18px;
    line-height: 30px;
  }
  .solution-page,
  .sale-page,
  .advantages-page {
    padding-top: 51px;
  }
  .sale-page {
    margin-top: 40px;
  }
  .sale-page .sale-1 {
    padding-bottom: 56px;
  }
  .sale-page .sale-2 {
    display: none;
  }
  .solution-page .solution-1 h1 {
    font-size: 26px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 26px;
  }
  .solution-page .solution-1 .content {
    line-height: 34px;
  }
  .soldet-page .soldet-2 h2,
  .soldet-page .soldet-1 h1 {
    font-size: 34px;
  }
  .service-page .service-1 ul li {
    width: 100% !important;
  }
  .service-page .service-3 .text {
    margin: -20px;
  }
  .service-page .service-3 .text .column {
    width: 100%;
    padding: 20px;
  }
  .service-page .service-3 h2,
  .service-page .service-4 h2 {
    font-size: 30px;
  }
  .service-page .service-2 .top .text h3 {
    font-size: 24px;
    line-height: 2;
  }
  .contact-page .title,
  .newdet-page .newdet-2 h2 {
    font-size: 34px;
  }
  .newdet-page {
    padding: 56px 0 80px;
  }
  .contact-page .contact-2 .left .content ul li {
    width: 50%;
  }
  .contact-page .contact-2 .left .content ul li.add {
    width: 100%;
  }
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-2 {
    padding: 50px 0;
  }
  .service-page .service-4 ul li .box .column{
    width: 100%;
  }
  .service-page .service-4 ul li .box .column:nth-child(1) img{
    width: 100%;
  }
  .service-page .service-4 ul li .box .content{
    padding: 30px 0;
  }
  .m-link{
    font-size: 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-link .next{
    text-align: left;
    margin-top: 10px;
    width: 100%;
  }
  .sale-page .sale-1 .top .right{
    padding-right: 0;
  }
}

@media screen and (max-width: 630px){
  .inner-banner.product{
    height: 490px;
  }
  .inner-banner .mbx .search-box form{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-banner .mbx .search-box form button,
  .inner-banner .mbx .search-box form input{
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 35px;
  }
  .inner-banner .mbx .search-box form input.inp1{
    border-radius: 35px;
  }
  .inner-banner .mbx .search-box{
    margin-top: 20px;
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .font-36 {
    font-size: 24px;
    line-height: 2;
  }
  .gallery-page ul{
    margin: 0;
  }
  .product-page ul.list-box li.cat-one .img{
    margin-bottom: 50px;
  }
  .knowledge{
    display: none!important;
  }
  .inner-banner .mbx h2 {
    font-size: 20px;
    line-height: 36px;
  }
  .newdet-page .newdet-1 h1{
    font-size: 20px;
  }
  .sale-page .title{
    text-align: center;
  }
  .about-page .about-3 .left{
    padding-right: 0;
  }
  .sale-page .sale-1 .bottom{
    margin-top: 45px;
  }
  .about-page .about-3 .left .content p,
  .about-page .about-1 .right p{
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-1 .right{
    max-height: 390px;
    overflow: auto;
  }
  .about-page .about-4 .content .box,
  .service-page .service-3 .text .content,
  .service-page .service-1 ul li .box .text,
  .about-page .about-6 ul li .text,
  .about-page .about-5 p,
  .about-page .about-3 .right ul li .content .text{
    line-height: 2;
  }
  .about-page .about-2 .bottom .ui.container .left h3{
    font-size: 18px;
  }
  .about-page .about-2 .content ul li {
    padding: 0 0 88px 0;
  }
  .about-page .about-2 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }
  .about-page .about-2 .content ul li::before {
    left: 11px;
  }
  .sale-page .sale-3 .box .left ul {
    margin-top: 30px;
  }
  .sale-page .sale-3 .box .left ul li{
    margin-bottom: 30px;
  }
  .about-page .about-4 .tab{
    margin-top: 10px;
  }
  .about-page .about-2 .bottom .ui.container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-2 .bottom .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 {
    padding: 70px 0 40px;
  }
  .about-page h2.title {
    font-size: 20px;
    line-height: 2;
  }
  .about-page .about-6 {
    padding-top: 10px;
  }
  .advantages-page ul li .text h3 {
    font-size: 24px;
  }
  .sale-page .sale-3 .box .left {
    padding-right: 0;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(4)::after {
    left: 70px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(5)::after {
    left: 0px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(6)::after {
    left: 70px;
  }
  .sale-page .sale-3 {
    padding: 44px 0;
  }
  .service-page .service-3 .text h4,
  .service-page .service-2 .top .text h5 {
    font-size: 20px;
    line-height: 2;
  }
  .service-page .service-4 p.text,
  .service-page .service-2 .bottom .text .content,
  .service-page .service-2 .top .text .content{
    line-height: 2;
  }
  .sale-page .title,
  .service-page .service-3 h2, 
  .service-page .service-4 h2 {
    font-size: 24px;
  }
  .solution-page .box-list ul li > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 22px;
  }
  .soldet-page .soldet-2 h2,
  .soldet-page .soldet-1 h1 {
    font-size: 24px;
  }
  .sale-page .sale-3 .box .right .content p,
  .newdet-page .newdet-1 .content,
  .sale-page .sale-3 .box .left ul li,
  .sale-page .sale-1 .top .right .content{
    font-size: 16px;
    line-height: 2;
  }
  .sale-page .sale-3 .box .right .content a.contact{
    height: 42px;
    line-height: 42px;
  }
   
  .newdet-page .newdet-2 h2 {
    font-size: 26px;
  }
  .contact-page .title, .newdet-page .newdet-2 h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 form textarea,
  .contact-page .contact-1 form p,
  .contact-page .contact-1 form input{
    font-size: 18px;
  }
  .contact-page .contact-2 .left{
    padding-right: 0;
  }
  .contact-page .contact-2 .left .content ul li,
  .contact-page .contact-1 form input {
    width: 100%;
  }
  .about-page .about-2 .bottom .ui.container .right{
    display: none;
  }
  .soldet-page{
    padding-top: 60px;
  }
  .inner-banner .mbx h2:after{
    top: -105px;
    left: -20px;
    width: 180px;
    height: 186px;
  }
  .about-page h2.title{
    padding-bottom: 0;
  }
  .solution-page .solution-1 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-page .solution-1 ul li{
    width: 33%;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
  }
  .sale-page .sale-3 .box .right h2{
    text-align: left;
  }
  .about-page .about-2 .bottom{
    padding: 16px 0 5px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li{
    padding: 30px 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content{
    flex-wrap: wrap;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right{
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}
.contact-page.pro{
  padding-top: 0;
}
@media screen and (max-width: 1000px){
  .gallery-page ul.seven li{
    width: 20% !important;
  }
}
@media screen and (max-width: 700px){
  .gallery-page ul.seven li{
    width: 25% !important;
  }
}
@media screen and (max-width: 500px){
  .gallery-page ul.seven li{
    width: 33% !important;
  }
  .gallery-page {
    padding: 50px 0 65px;
  }
}
.map iframe{
  width: 100%;
}
@-webkit-keyframes xtmove {
  from {
    height: 45px;
    background-position-x: 0%;
  }
  100% {
    height: 64px;
    background-position-x: -73%;
  }
}
@-moz-keyframes xtmove {
  from {
    height: 45px;
    background-position-x: 0%;
  }
  100% {
    height: 64px;
    background-position-x: -73%;
  }
}
@keyframes xtmove {
  from {
    height: 45px;
    background-position-x: 0%;
  }
  100% {
    height: 64px;
    background-position-x: -73%;
  }
}
ul.ablist4 li {
  position: relative;
}
ul.ablist4 li .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 0;
}
ul.ablist4 li .content .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  color: #fff;
}
ul.ablist4 li .content .ui.container .h5 {
  font-weight: 700;
  font-style: italic;
  font-size: 42px;
}
ul.ablist4 li .content .ui.container .text p {
  margin-bottom: 50px;
  max-width: 660px;
  line-height: 2;
  opacity: 0.6;
}
.font-42 {
  font-size: 35px;
}
.mt-45 {
  margin-top: 45px;
}
.h3,
.h4,
.h5 {
  font-weight: 700;
}
.inner-page {
  position: relative;
  /*border-radius: 40px 40px 0 0;*/
  background: #f5f5f7;
}
.inner-page .h3 {
  position: relative;
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
  font-family: 'Casual';
  font-weight: normal;
}
.inner-page .h3:before {
  content: "";
  width: 100%;
  height: 10px;
  background: url(../images/inner-title-dec.png) center center no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.why-1 {
  padding-top: 75px;
  padding-bottom: 80px;
  background: url(../images/why-bj-dec.png) center center no-repeat;
}
.why-1 .whyitem {
  padding: 60px 70px;
  border-radius: 20px;
  background: #fff;
}
.why-1 .whyitem .text {
  padding: 0 40px;
}
.why-1 .whyitem .text .content{
  max-height: 320px;
  overflow-y: auto;
  line-height: 2;
}
.service-page .service-5 {
  padding-top: 60px;
  padding-bottom: 160px;
}
.service-page .service-5 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-5 .ui.container .top .h3:before {
  display: none;
}
.service-page .service-5 .ui.container .navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}
.service-page .service-5 .ui.container .navbox .btn.huace {
  margin-left: 60px;
}
.service-page .service-5 .ui.container .navbox .btn {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.service-page .service-5 .ui.container .navbox .btn img {
  margin-right: 10px;
}
.service-page .service-5 .ui.container .navbox .btn.active {
  background: transparent;
  color: #aaa;
}
.service-page .service-5 .ui.container .navbox .btn.active img {
  -webkit-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}
.service-page .service-5 .ui.container .more3 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  background: #fff;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
}
.service-page .service-5 .ui.container .more3 i {
  color: #0572b5;
  font-size: 18px;
  margin-left: 10px;
}
.service-page .service-5 .ui.container .more3:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
  background: transparent;
}
.service-page .service-5 .ui.container .more3:hover i {
  color: #000;
}
.service-page .service-5 .ui.container .main .box {
  padding: 0 70px;
}
.service-page .service-5 .ui.container .main .box ul {
  margin: 0 -70px;
  position: relative;
}
.service-page .service-5 .ui.container .main .box ul .slick-arrow {
  width: 46px;
  height: 46px;
  display: block;
  background: url(../images/jiantou-reds.png) center center no-repeat #fff;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  border-radius: 100%;
  color: transparent;
  border: none;
  z-index: 3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.service-page .service-5 .ui.container .main .box ul .slick-arrow:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.service-page .service-5 .ui.container .main .box ul .slick-arrow.slick-prev {
  left: 10px;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.service-page .service-5 .ui.container .main .box ul .slick-arrow.slick-next {
  right: 10px;
}
.service-page .service-5 .ui.container .main .box ul li {
  padding: 0 70px;
  position: relative;
}
.service-page .service-5 .ui.container .main .box ul li:before {
  content: "";
  width: 2px;
  background: #ddd;
  position: absolute;
  height: 80%;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-5 .ui.container .main .box ul li .item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.service-page .service-5 .ui.container .main .box ul li .item img {
  width: 100%;
}
.service-page .service-5 .ui.container .main .box ul li .item .btm {
  position: absolute;
  width: 100%;
  padding: 10px 40px;
  bottom: 20px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-5 .ui.container .main .box ul li .item .btm .h5 {
  color: #fff;
}
.service-page .service-5 .ui.container .main .box ul li .item .btm span.play {
  width: 59px;
  height: 59px;
  border-radius: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.service-page .service-5 .ui.container .main .box ul li .item .btm span.play:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.service-page .service-5 .ui.container .main .box ul li .item .btm span.play:hover i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
.service-page .service-5 .ui.container .main .box ul li .item .btm span.play i {
  color: #000;
  font-size: 24px;
}
.service-page .service-5 .ui.container .main .box ul li .item .btm a.more4 {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
}
.service-page .service-5 .ui.container .main .box ul li .item .btm a.more4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #0572b5;
}
.product-page2 {
  background: #f5f5f7;
}
.product-page2 .product-1 {
  padding-top: 70px;
  padding-bottom: 80px;
}
.product-page2 .product-1 .ui.container .navbox{
  position: sticky;
  top: 80px;
  background: #f5f5f7;
  padding: 20px;
  padding-top: 0;
  margin-top: 20px;
}
.product-page2 .product-1 .ui.container .navbox ul{
  display: flex;
  justify-content: flex-start;
  align-items: certer;
  flex-wrap: wrap;

}
.product-page2 .product-1 .ui.container .navbox ul li{
  display:inline-block;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  color: #000;
  margin-top: 20px;
  margin-right:20px;
  position: relative;
  border-radius: 12px;
}
.product-page2 .product-1 .ui.container .navbox ul li:before{
      content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-top: 8px solid #0572b5;
    border-right: 8px solid transparent;
    opacity: 0;
    transition: .5s;
}
.product-page2 .product-1 .ui.container .navbox ul li.active,
.product-page2 .product-1 .ui.container .navbox ul li:hover{
  background: #0572b5;
  color: #fff;
}
.product-page2 .product-1 .ui.container .navbox ul li.active:before,
.product-page2 .product-1 .ui.container .navbox ul li:hover:before{
  opacity: 1;
}
.product-page2 .product-1 .ui.container ul.productlist {
  margin-top: 60px;
}

.product-page2 .product-1 .ui.container ul.productlist li {
  margin-bottom: 55px;
}
.product-page2 .product-1 .ui.container ul.productlist li .item {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .imgbox {
  border-radius: 15px;
  overflow: hidden;
  width: 40%;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox {
  width: 60%;
  padding: 45px;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox span.tag {
  color: #0572b5;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox .h4 {
  margin: 10px 0 20px 0;
  font-weight: 700;
  color: #000;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #0572b5;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox .content {
  padding-bottom: 35px;
  border-bottom: 1px solid #f5f5f7;
  height: 260px;
  overflow: auto;
  line-height: 1.8;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox .bottom a.more {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: #1a3760;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox .bottom a.more:hover {
  background: #0572b5;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox .bottom ul.declist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 10px;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox .bottom ul.declist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  font-size: 14px;
  margin-bottom: 0;
}
.product-page2 .product-1 .ui.container ul.productlist li .item .textbox .bottom ul.declist li img {
  margin-right: 10px;
}
  .biaoti{
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 12px;
  }
  .zhishi{
    font-size: 16px;
    line-height: 30px;
  }
  .zhishi h3{
    font-size: 20px;
    line-height: 36px;
    margin: 5px 0;
    font-weight: 600;
    color: #1a3760;
  }
@media screen and (max-width: 1600px) {
  .font-36 {
    font-size: 24px;
    line-height: 1.6;
  }
  .why-1 .whyitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1400px) {
  .product-page2 .product-1 .ui.container ul.productlist li .item .textbox .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page2 .product-1 .ui.container ul.productlist li .item .textbox .bottom ul.declist {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .why-1 .whyitem:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .why-1 .whyitem .column {
    width: 100%;
  }
  .why-1 .whyitem .column.img {
    margin: 20px 0;
  }
  .product-page2 .product-1 .ui.container ul.productlist li .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page2 .product-1 .ui.container ul.productlist li .item .imgbox {
    width: 100%;
  }
  .product-page2 .product-1 .ui.container ul.productlist li .item .textbox {
    width: 100%;
  }
  .why-1 {
    padding-bottom: 75px;
  }
  .service-page .service-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-page2 .product-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 700px) {
  .why-1 .whyitem {
    padding: 30px 20px;
    border-radius: 20px;
    background: #fff;
  }
  .font-42 {
    font-size: 32px;
  }
  .inner-page .sideRight .content{
    display: none!important;
  }
  .product-page{
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .font-42 {
    font-size: 22px;
    line-height: 1.6;
  }
  .why-1 .whyitem .text {
    padding: 0 0px;
  }
  .service-page .service-5 .ui.container .navbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .service-page .service-5 .ui.container .navbox .btn.huace {
    margin-left: 0;
    margin-top: 20px;
  }
  .service-page .service-5 .ui.container .main .box ul li {
    padding: 0;
  }
  .service-page .service-5 .ui.container .main .box ul .slick-arrow {
    display: none!important;
  }
  .product-page2 .product-1 .ui.container ul.productlist li .item .textbox {
    padding: 15px;
  }
  .product-page2 .product-1 .ui.container ul.productlist li .item .textbox .bottom ul.declist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page2 .product-1 .ui.container ul.productlist li .item .textbox .bottom ul.declist li {
    margin: 5px 0;
  }
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes updown {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  75% {
    -moz-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.inner-page span.tag {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0572b5;
  position: relative;
}

.inner-page h2.title {
  font-size: 38px;
  line-height: 1.6;
  color: #181818;
  margin-top: 16px;
  font-family: 'Casual';
}
.inner-page .container {
    width: 85%;
}
.max-1200 {
    max-width: 1200px;
}

.service-page .service-1 .about .top .text {
  width: 48%;
  vertical-align: middle;
  padding-right: 73px;
}

.service-page .service-1 .about .top .text p {
  font-size: 18px;
  color: #393939;
  line-height: 2;
  margin-top: 30px;
}
.service-page .service-1 .about .top .text .btn {
  margin-top: 37px;
  width: auto;
}
.service-page .service-1 .about .top .text .btn a.more{
      padding: 0 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #0572b5;
    color: #fff;
    display: inline-block;
    font-size: 18px;
}
.service-page .service-1 .about .top .text .btn a.more em{
      width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #fff;
    color: #0572b5;
    font-size: 18px;
    margin-left: 30px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
}
.service-page .service-1 .about .top .img {
  margin-right: 40px;
  width: 48%;
  position: relative;
  z-index: 1;
  text-align: right;
  padding: 0 0 50px;
}

.service-page .service-1 .about .top .img img{
  width: 90%;
}

.service-page .service-1 .about .top .img .i2 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 1;
}

.service-page .service-1 .about .top .img .play {
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  text-align: center;
}

.service-page .service-1 .about .top .img .play i {
  display: inline-block;
  margin-left: 13%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}

.service-page .service-1 .about .top .img .play i::before,
.service-page .service-1 .about .top .img .play i::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -30px;
  right: -30px;
  top: -30px;
  bottom: -30px;
  border-radius: 50%;
  background: rgba(248, 185, 17, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}

.service-page .service-1 .about .top .img .play i::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

.service-page .service-2 {
  background: #f5f5f5;
  padding: 120px 0;
  padding-top: 0;
}

.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}

.service-page .service-2 .content {
  margin-top: 25px;
}

.service-page .service-2 .content ul {
  margin: 0 -30px;
}

.service-page .service-2 .content ul li {
  padding-right: 30px;
  margin-top: 20px;
  padding: 0 30px;
}

.service-page .service-2 .content ul li .ig {
  text-align: center;
}

.service-page .service-2 .content ul li .ig .img-box {
  display: block;
 
  margin: 0 auto;
  border-radius: 8%;
}

.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}

.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}

.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 26px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 700;
}

.service-page .service-2 .content ul li .ig .text p {
  font-size: 18px;
  line-height: 2;
  color: #83827F;
  margin-top: 10px;
  height: 200px;
  overflow: auto;
}

.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}

.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}

.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: #69ac16;
  border-color: #69ac16;
}

.service-page #index-body .init1 h3 {
  width: 46%;
}

.service-page #index-body .rate {
  padding: 0 0 25px 0;
}

.service-page .service-3 {
  padding: 120px 0;
}

.service-page .service-3 .top .img {
  vertical-align: middle;
}

.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}

.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}

.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}

.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}

.service-page .service-3 .top .text .box {
  width: 80%;
}

.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}

.service-page .service-3 .top .text .box p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 20px;
}

.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}

.service-page .service-3 .bottom {
  padding-top: 120px;
}

.service-page .service-3 .bottom ul {
  margin-right: -60px;
}

.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}

.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}

.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}

.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}

.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}

.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}

.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}

.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}

.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}

.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.service-page .service-4 {
  background: #69ac16;
  padding: 60px 0 68px;
}

.service-page .service-4 .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-page .service-4 h3 {
  font-size: 35px;
  line-height: 1.4;
  width: 40%;
  font-weight: 700;
}

.service-page .service-4 .btn .more {
  background: #000000;
  color: #ffffff;
  padding: 19px 27px;
  border: 1px solid #000000;
}

.service-page .service-4 .btn .more::before {
  background: transparent;
}

.service-page .service-4 .btn .more:hover {
  background: transparent;
  color: #000000;
}

.service-page .service-4 .btn .more:last-child {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  margin-left: 23px;
}

.service-page .service-4 .btn .more:last-child::before {
  background: #000000;
}

.service-page .service-4 .btn .more:last-child:hover {
  color: #ffffff;
}


.service-page .service-5 {
  
  padding: 0 0 148px;
}

.service-page .service-5 .content {
  margin-top: 70px;
}

.service-page .service-5 .content ul li {
  padding: 0 10px;
}

.service-page .service-5 .content ul li .box {
  background: #ffffff;
  padding: 45px 20px 55px 23px;
}

.service-page .service-5 .content ul li .box .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #393939;
  margin-top: 21px;
}

.service-page .service-5 .content ul li .box span {
  font-size: 20px;
  line-height: 1.4;
  /*font-weight: 700;*/
  display: inline-block;
  margin-top: 60px;
}


@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0 0;
  }

  .service-page .service-1 {
    padding-bottom: 100px;
  }

  .service-page .service-2 {
    padding: 100px 0;
    padding-top: 0;
  }

  .service-page .service-3 .top .img {
    width: 55%;
  }

  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }

  .service-page .service-3 .top .text {
    width: 45%;
  }

  .service-page .service-3 .top .text .box {
    width: 100%;
  }

  .service-page .service-3 {
    padding: 100px 0;
  }

  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1250px) {
  .service-page .service-1 .about {
    padding: 0;
  }

  .service-page .service-1 .about .top .img {
    display: none;
  }

  .service-page .service-1 .about .top .text {
    width: 100%;
    padding: 0;
  }

  .service-page .service-2 .content ul{
    margin: 0 -10px;
  }

  .service-page .service-2 .content ul li{
    padding: 0 10px;
  }
}
.ewm{
  width: 125px;
  height: 125px;
  padding: 5px;
  background: #fff;
  
}
@media screen and (max-width: 1100px) {
  .ewm{
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .service-page {
    padding: 60px 0 0;
  }

  .service-page .service-1 {
    padding-bottom: 60px;
  }

  .service-page .service-2 {
    padding: 60px 0;
    padding-top: 0;
  }

  .service-page .service-3 {
    padding: 60px 0;
  }

  .service-page .service-3 .top .img {
    width: 100%;
  }

  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }

  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }

  .service-page .service-3 .bottom {
    padding-top: 60px;
  }

  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }

  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }

  .service-page .service-4 h3 {
    width: 100%;
  }

  .service-page .service-4 .btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0 0;
  }

  .service-page .service-1 {
    padding-bottom: 30px;
  }

  .service-page .service-2 {
    padding: 30px 0;
    padding-top: 0;
  }

  .service-page .service-2 .header {
    width: 100%;
  }

  .service-page .service-2 .content {
    margin-top: 20px;
  }

  .service-page .service-2 .content ul {
    margin-right: -15px;
  }

  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }

  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }

  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }

  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .service-page .service-2 .content ul li .ig .text p {
    font-size: 15px;
  }

  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }

  .service-page .service-3 .bottom {
    padding-top: 30px;
  }

  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }

  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }

  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }

  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }

  .service-page .service-3 {
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .service-page .service-1 .about .top .text .btn{
    text-align: center;
  }
  .service-page .service-1 .about .top .text .btn a.link {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .service-page .service-3 .top .text .box p {
    font-size: 15px;
    line-height: 30px;
  }

  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }

  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }

  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }

  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }

  .service-page .service-4 h3 {
    font-size: 24px;
    text-align: center;
  }

  .service-page .service-4 .btn {
    width: 100%;
  }

  .service-page .service-4 .btn .more {
    padding: 12px 20px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .service-page .service-4 .btn .more:last-child {
    margin-left: 0;
  }

  .service-page .service-5 {
    padding-bottom: 20px;
  }

  .service-page .service-5 .content {
    margin-top: 10px;
  }

  .service-page .service-5 .content ul li .box {
    padding: 30px 16px;
  }

  .service-page .service-5 .content ul li .box span {
    font-size: 18px;
    margin-top: 20px;
  }
.service-page .service-5 .ui.container .top{
  flex-wrap: wrap;
}
.service-page .service-5 .ui.container .top .h3{
  width: 100%;
}
}

.quality-page .quality-1 {
  padding: 5rem 0;
}
.quality-page .quality-1 .header {
  text-align: center;
}
.quality-page .quality-1 .header p {
  font-size: 16px;
  line-height: 1.8;
  color: #1e1e1e;
  margin-top: 1rem;
}
.quality-page .quality-1 .content {
  margin-top: 3.95rem;
}
.quality-page .quality-1 .content ul {

}
.quality-page .quality-1 .content ul li {
  /*background-color: #f8f8f8;*/
  width: 100%;
  display: flex;
  align-items: center;
}
.quality-page .quality-1 .content ul li:nth-of-type(2){
  padding: 50px 0;
}
.quality-page .quality-1 .content ul li:after{
  content:'';
  display: block;
  width:0;
  clear: both;
  overflow: hidden;
}
.quality-page .quality-1 .content ul li .img {
  width: 50%;
  float: left;
  height: 100%;
}
.quality-page .quality-1 .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality-page .quality-1 .content ul li .text {
  padding: 0 2rem 0rem 2rem;
  font-size: 20px;
  color: #3b3b3b;
  line-height: 2;
  width: 50%;
  float: left;
}
.quality-page .quality-1 .content ul li .text h3{
  font-size: 25px;
  font-weight: bold;
}
/*.quality-page .quality-1 .content ul li:last-child .text {
  padding-top: 5.6rem;
}*/
.quality-page .quality-2 {
  text-align: center;
  padding-bottom: 5rem;
}
.quality-page .quality-2 .header p {
  font-size: 16px;
  line-height: 2;
  color: #1e1e1e;
  margin: 10px auto 0;
  width: 70%;
}
.quality-page .quality-2 .content {
  margin-top: 3rem;
}
.quality-page .quality-2 .content ul {
  margin-right: -5.85rem;
}
.quality-page .quality-2 .content ul .slick-track {
  margin: 0;
}
.quality-page .quality-2 .content ul .slick-slide li:last-child::before {
  display: none;
}
.quality-page .quality-2 .content ul li {
  padding-right: 5.85rem;
  position: relative;
}
.quality-page .quality-2 .content ul li .img {
  background-color: #f6f6f6;
  padding: 1.35rem;
  border-radius: 50%;
}
.quality-page .quality-2 .content ul li .img a.ig {
  display: block;
  position: relative;
}
.quality-page .quality-2 .content ul li .img a.ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(199, 0, 37, 0.37);
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.quality-page .quality-2 .content ul li .img a.ig span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 3.6rem;
  font-family: 'PB';
  line-height: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.quality-page .quality-2 .content ul li .text {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 1.7;
  text-align: center;
  padding-top: 1.95rem;
}
.quality-page .quality-2 .content ul li:hover .img a.ig::after {
  opacity: 1;
}
.quality-page .quality-2 .content ul li:hover .img a.ig span {
  opacity: 1;
  top: 40%;
}
.quality-page .quality-2 .content ul li:hover .text {
  color: #0572b5;
}
.quality-page .quality-2 .content ul li::before {
  content: '';
  position: absolute;
  right: 12%;
  top: 35%;
  width: 20px;
  height: 34px;
  background: url(../images/about4-right.png) no-repeat;
}
.quality-page .quality-2 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 94%;
  text-align: center;
}
.quality-page .quality-2 .content ul .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  background-color: rgba(5,114,181, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0;
  cursor: pointer;
}
.quality-page .quality-2 .content ul .slick-dots li button {
  display: none;
}
.quality-page .quality-2 .content ul .slick-dots li::before {
  display: none;
}
.quality-page .quality-2 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.quality-page .quality-2 .content ul .slick-dots li.slick-active {
  width: 52px;
  height: 10px;
  background-color: #0572b5;
  border-radius: 5px;
}
.quality-page .quality-3 {
  padding-top: 4.4rem;
}
.quality-page .quality-3 .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 4rem 6rem;
}
.quality-page .quality-3 .box .left {
  vertical-align: middle;
}
.quality-page .quality-3 .box .left p {
  font-size: 16px;
  color: #343434;
  line-height: 2;
  margin-top: 2rem;
  padding-right: 2.5rem;
}
.quality-page .quality-3 .box .right {
  vertical-align: middle;
  padding-left: 2.9rem;
}
.quality-page .quality-3 .box .right ul {
  margin-right: -0.75rem;
}
.quality-page .quality-3 .box .right ul li {
  padding: 0 0.75rem 0.75rem 0;
}
.quality-page .quality-3 .box .right ul li .info {
  border: 1px solid rgba(54, 54, 54, 0.2);
  text-align: center;
  padding: 1.65rem 0 1.6rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.quality-page .quality-3 .box .right ul li .info .img {
  height: 70px;
}
.quality-page .quality-3 .box .right ul li .info .img img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.quality-page .quality-3 .box .right ul li .info h4 {
  margin-top: 1.5rem;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.quality-page .quality-3 .box .right ul li:hover .info {
  background: #f6f6f6;
}
.quality-page .quality-3 .box .right ul li:hover .info .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.quality-page .quality-3 .box .right ul li:hover .info h4 {
  color: #0572b5;
}
.quality-page .quality-4 {
  padding: 6.4rem 0 5rem;
}
.quality-page .quality-4 .left {
  vertical-align: middle;
  width: 57.6%;
}
.quality-page .quality-4 .left ul {
  margin-right: -3.45rem;
}
.quality-page .quality-4 .left ul .slick-track {
  margin: 0;
}
.quality-page .quality-4 .left ul li {
  padding-right: 3.45rem;
}
.quality-page .quality-4 .left ul li .img {
  position: relative;
}
.quality-page .quality-4 .left ul li .img img {
  width: 100%;
}
.quality-page .quality-4 .left ul li .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(5,114,181, 0.77);
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  padding: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quality-page .quality-4 .right {
  vertical-align: middle;
  width: 42.4%;
  padding-left: 5rem;
}
.quality-page .quality-4 .right p {
  font-size: 16px;
  line-height: 2;
  color: #222;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1366px) {
  .quality-page .quality-1 .content ul li .text {
    padding: 3.5rem 1rem 2rem 1rem;
    font-size: 16px;
  }
  .quality-page .quality-3 .box {
    padding: 4rem 2rem;
  }
  .quality-page .quality-3 .box .right {
    padding-left: 1.5rem;
  }
  .quality-page .quality-3 .box .right ul li .info h4 {
    font-size: 16px;
  }
  .quality-page .quality-4 .right {
    padding-left: 3rem;
  }
  .quality-page .quality-4 .left ul {
    margin-right: -2rem;
  }
  .quality-page .quality-4 .left ul li {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-1 .content ul li .text {
    padding: 2rem 1rem 2rem 1rem;
    font-size: 16px;
  }
  .quality-page .quality-1 .content ul li:last-child .text {
    padding-top: 3rem;
  }
  .quality-page .quality-2 .header p {
    width: 90%;
  }
  .quality-page .quality-3 .box {
    padding: 4rem 1rem;
  }
  .quality-page .quality-3 .box .left {
    width: 100%;
  }
  .quality-page .quality-3 .box .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .quality-page .quality-4 .left {
    width: 100%;
  }
  .quality-page .quality-4 .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-1 .content ul {
    display: block;
  }
  .quality-page .quality-1 .content ul li{
    display: block;
  }
  .quality-page .quality-1 .content ul li:nth-of-type(2){
    padding: 0;
  }
  .quality-page .quality-1 .content ul li .text,
  .quality-page .quality-1 .content ul li .img{
    width: 100%;
  }
  .quality-page .quality-2 {
    display: none;
  }
  .quality-page .quality-3 {
    padding-top: 0;
  }
  .quality-page .quality-3 .box .left p {
    padding-right: 0;
  }
}
.design-page .design-1 {
  padding: 7rem 0;
}
.design-page .design-1 li {
  margin-bottom: 4rem;
  background: #fff;
  padding: 20px;
}
.design-page .design-1 li .img {
  vertical-align: middle;
  width: 50%;
}
.design-page .design-1 li .text {
  vertical-align: middle;
  padding-left: 1.15rem;
  width: 50%;
}
.design-page .design-1 li .text span {
  font-size: 18px;
  line-height: 1;
  color: #0572b5;
}
.design-page .design-1 li .text h2.title {
  margin-top: 1.2rem;
}
.design-page .design-1 li .text .desc {
  font-size: 16px;
  line-height: 2;
  color: #222222;
  margin-top: 2rem;
}
.design-page .design-1 li:last-child {
  margin-bottom: 0;
}
.design-page .design-1 li:nth-child(even) .text {
  padding: 0 2.25rem 0 2.25rem;
}
.design-page .design-2 {
  padding: 100px 0 5.5rem;
}
.design-page .design-2 .header .text {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  border: solid 1px #ffffff;
  padding: 3rem 5rem 2.5rem 4rem;
  width: 100%;
}
.design-page .design-2 .header .text h2.title em {
  display: block;
}
.design-page .design-2 .header .text p {
  font-size: 16px;
  line-height: 2;
  margin-top: 1.2rem;
}
.design-page .design-2 .header .img {
  padding-top: 1.45rem;
  width: 35.19%;
}
.design-page .design-2 .content {
  margin-top: 3.1rem;
  position: relative;
}
.design-page .design-2 .content .pic {
  text-align: center;
  padding-top: 3rem;
}
.design-page .design-2 .content .desc li {
  font-size: 16px;
  max-width: 430px;
  position: absolute;
}
.design-page .design-2 .content .desc li i {
  width: 24px;
  height: 24px;
  background-color: #0572b5;
  border-radius: 50%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  position: absolute;
}
.design-page .design-2 .content .desc li:nth-child(1) {
  top: 20px;
  left: 0px;
}
.design-page .design-2 .content .desc li:nth-child(1)::before {
  content: '';
  width: 90px;
  height: 1px;
  background: #0572b5;
  position: absolute;
  bottom: -45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 214px;
}
.design-page .design-2 .content .desc li:nth-child(1)::after {
  content: '';
  width: 121px;
  height: 1px;
  background: #0572b5;
  position: absolute;
  bottom: -77px;
  left: 290px;
}
.design-page .design-2 .content .desc li:nth-child(2) {
  right: 20px;
  top: 60px;
}
.design-page .design-2 .content .desc li:nth-child(2)::before {
  content: '';
  width: 87px;
  height: 1px;
  background: #0572b5;
  position: absolute;
  bottom: -50px;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  left: -28px;
}
.design-page .design-2 .content .desc li:nth-child(2)::after {
  content: '';
  width: 74px;
  height: 1px;
  background: #0572b5;
  position: absolute;
  bottom: -88px;
  left: -80px;
}
.design-page .design-2 .content .desc li:nth-child(3) {
  left: 0;
  bottom: 28%;
}
.design-page .design-2 .content .desc li:nth-child(3)::before {
  content: '';
  width: 87px;
  height: 1px;
  background: #0572b5;
  position: absolute;
  bottom: 61px;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
  left: 65%;
}
.design-page .design-2 .content .desc li:nth-child(3)::after {
  content: '';
  width: 121px;
  height: 1px;
  background: #0572b5;
  position: absolute;
  top: -66px;
  left: 92%;
}
.design-page .design-2 .content .desc li:nth-child(4) {
  top: 46%;
  right: 12%;
  max-width: 296px;
}
.design-page .design-2 .content .desc li:nth-child(4)::before {
  content: '';
  width: 87px;
  height: 1px;
  background: #0572b5;
  position: absolute;
  top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -67%;
}
.design-page .design-2 .content .desc li:nth-child(4)::after {
  content: '';
  width: 121px;
  height: 1px;
  background: #0572b5;
  position: absolute;
  bottom: 22px;
  left: -42%;
}
.design-page .design-2 .content .desc li:nth-child(5) {
  bottom: 6%;
  left: 50%;
}
.design-page .design-2 .content .desc li:nth-child(5)::before {
  content: '';
  width: 121px;
  height: 1px;
  background: #0572b5;
  position: absolute;
  top: -20px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  left: -46%;
}
.design-page .design-2 .content .desc li:nth-child(5)::after {
  content: '';
  width: 69px;
  height: 1px;
  background: #0572b5;
  position: absolute;
  bottom: 27px;
  left: -21%;
}
.design-page .design-add ul{
  margin: -20px;
}
.design-page .design-add ul li{
  padding: 20px;
  position: relative;
}
.design-page .design-add ul li i{
  position: absolute;
  right: 14%;
  top: 50%;
}
.design-page .design-add ul li .text span{
  font-size: 30px;
  line-height: 1.5;
  color: #023991;
}
.design-page .design-add ul li .text p{
  font-size: 18px;
  line-height: 1.6;
}
.design-page .design-add ul li .img{
  margin-top: 30px;
}
@media screen and (max-width: 1680px) {
  .design-page .design-add ul li i{
    right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .design-page .design-add ul li i{
    right: -1%;
  }
}
@media screen and (max-width: 1366px) {
  .design-page .design-1 li .text {
    padding-left: 2rem;
  }
  .design-page .design-1 li:nth-child(even) .text {
    padding: 0 2rem 0 0;
  }
  .inner-page h2.title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .design-page .design-add ul li i{
    right: 14%;
  }
}
@media screen and (max-width: 1100px) {
  .design-page .design-add ul li i{
    right: 6%;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .design-1 li .img {
    width: 100%;
  }
  .design-page .design-1 li .text {
    padding: 2rem 0 0 0;
    width: 100%;
  }
  .design-page .design-1 li:nth-child(even) .text {
    padding: 2rem 0 0 0;
  }
  .design-page .design-2 .header .text {
    padding: 3rem 2rem 2.5rem;
  }
  .design-page .design-add ul li i{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .design-page .design-2 {
    display: none;
  }
}
.manufacuring-page .manufacuring-1 {
  padding: 150px 0;
  position: relative;
}
.manufacuring-page .manufacuring-1 .mask {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.manufacuring-page .manufacuring-1 .left {
  width: 42%;
}
.manufacuring-page .manufacuring-1 .left .btn {
  margin-top: 40px;
}
.manufacuring-page .manufacuring-1 .left .btn a.more {
  margin-right: 2em;
}
.manufacuring-page .manufacuring-2 {
  padding: 140px 0;
  text-align: center;
}
.manufacuring-page .manufacuring-2 .left {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.manufacuring-page .manufacuring-2 .left span.h2 {
  font-size: 48px;
  line-height: 1.3;
}
.manufacuring-page .manufacuring-2 .left .text {
  margin: 2em auto;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .left .text p {
  margin-top: 1em;
}
.manufacuring-page .manufacuring-2 .left .text p:first-child {
  margin-top: 0;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .left a.more {
  margin-top: 0;
}
.manufacuring-page .manufacuring-2 span.h3 {
  margin: 1em 0;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .list {
  padding: 50px 0;
  position: relative;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .list:after {
  /*content: '';*/
  width: 1px;
  height: 100%;
  background-color: #7D7D7D;
  position: absolute;
  left: 50%;
  top: 0;
}
.manufacuring-page .manufacuring-2 .list ul {
  margin: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.manufacuring-page .manufacuring-2 .list ul li {
  padding: 10px;
  width: 20%;
}
.manufacuring-page .manufacuring-2 .list ul li .flex {
  /*padding: 10px;*/
  /*border-bottom: 1px solid #7D7D7Daa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;*/
  font-size: 18px;
  height: 100%;
  text-align: center;
}
.manufacuring-page .manufacuring-2 .list ul li .flex i.img {
  font-size: 1.5em;
  /*margin-right: .7em;*/
  color: #0572b5;
  flex-shrink: 0;
}
.manufacuring-page .manufacuring-2 .list ul li .flex i.img img {
  display: block;
  margin: 0 auto;
}
.manufacuring-page .manufacuring-2 .list ul li .flex span.h6 {
  font-weight: bold;
  height: 3em;
  overflow: hidden;
  display: block;
}
.manufacuring-page .manufacuring-2 .list ul li .flex .text {
  margin-top: .5em;
  font-size: 16px;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .box {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.manufacuring-page .manufacuring-2 .box .img {
  background-size: cover;
  background-position: center;
}
.manufacuring-page .manufacuring-2 .box .content {
  padding-left: 5%;
}
.manufacuring-page .manufacuring-2 a.more {
  margin-top: 2em;
}
.manufacuring-page .manufacuring-3 {
  padding-bottom: 140px;
}
.manufacuring-page .manufacuring-3 span.h3 {
  margin-bottom: 2em;
  text-align: left;
}
.manufacuring-page .manufacuring-3 span.h3:after {
  content: '';
  width: 3em;
  height: 4px;
  background-color: #0572b5;
  display: block;
  margin-top: .5em;
}
.manufacuring-page .manufacuring-3 .list {
  border-bottom: 1px solid #dedede;
}
.manufacuring-page .manufacuring-3 .list ul li {
  padding: 50px 0;
  border-top: 1px solid #dedede;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.manufacuring-page .manufacuring-3 .list ul li span.num {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Arboria';
}
.manufacuring-page .manufacuring-3 .list ul li .content {
  width: 100%;
  padding: 0 3%;
}
.manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Arboria';
}
.manufacuring-page .manufacuring-3 .list ul li .content .text {
  margin-top: 1em;
}
.manufacuring-page .manufacuring-3 .list ul li .content a.link {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 1em;
  font-weight: normal;
  color: #0572b5;
}
.manufacuring-page .manufacuring-3 .list ul li .content a.link:after {
  content: ' >';
}
.manufacuring-page .manufacuring-3 .list ul li .img {
  width: 40%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: -50px;
  padding-left: 5%;
  margin-bottom: -100px;
}
.manufacuring-page .manufacuring-3 .list ul li .img img {
  -webkit-transform: translateX(-5%);
  -moz-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacuring-page .manufacuring-3 .list ul li:hover .img img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.injection-page .injection-1 {
  padding: 100px 0;
  position: relative;
}
.injection-page .injection-1 .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/injection-1.jpg");
  background-position: center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.injection-page .injection-1 .left {
  width: 50%;
  display: block;
  margin-left: auto;
  padding-left: 2%;
}
.injection-page .injection-1 .left .btn {
  margin-top: 40px;
}
.injection-page .injection-1 .left .btn a.more {
  margin-right: 2em;
}
.injection-page .manufacuring-2 .left {
  margin-bottom: 50px;
}
.injection-page .injection-2 {
  padding-bottom: 100px;
}
.injection-page .injection-2 .list {
  margin-top: 50px;
}
.injection-page .injection-2 .list ul {
  margin: -10px;
}
.injection-page .injection-2 .list ul li {
  padding: 10px;
}
.injection-page .injection-2 .list ul li a.img-box {
  display: block;
}
.injection-page .injection-3 {
  padding-bottom: 150px;
  text-align: center;
}
.injection-page .injection-3 span.h3 {
  margin-bottom: 1em;
}
.injection-page .injection-3 .btn a.more {
  margin: 0 1em;
}
.technology-page .technology-1 {
  padding: 150px 0;
}
.technology-page .technology-1 .left {
  max-width: 100%;
  text-align: center;
}
.technology-page .technology-1 span.h3 {
  margin-bottom: 1em;
}
.technology-page .technology-1 .left .text{
  margin: 2em -70px;
  text-align: left;
}
.technology-page .technology-2 {
  padding-bottom: 150px;
}
.technology-page .technology-2 .list ul {
  padding: 10px;
}
.technology-page .technology-2 .list ul li {
  padding: 10px;
}
.technology-page .technology-2 .list ul li .box {
  background-size: cover;
  background-position: center;
  height: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.technology-page .technology-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.technology-page .technology-2 .list ul li .box .content {
  max-width: 700px;
  text-align: center;
  color: white;
  z-index: 1;
  position: relative;
}
.technology-page .technology-2 .list ul li .box .content span.h6 {
  font-size: 24px;
  font-weight: bold;
}
.technology-page .technology-2 .list ul li .box .content .text {
  margin: .5em 0;
}
.technology-page .technology-2 .list ul li .box .content a.more {
  border-color: white;
  color: white;
}
.technology-page .technology-2 .list ul li .box .content a.more:hover {
  background-color: white;
  color: #0572b5;
}
.inner-page span.h2 {
  font-size: 60px;
  font-family: 'Casual';
  display: block;
  line-height: 1.3;
  margin-bottom: .6em;
}
.technology-page .text {
  font-size: 20px;
  line-height: 1.8;
}
.inner-page span.h3 {
  font-size: 40px;
  line-height: 1.2;
  display: block;
  font-family: 'Casual';
}
.inner-page span.h3::before{
  display: none;
}
@media screen and (max-width: 1450px) {
  .manufacuring-page .manufacuring-1,
  .manufacuring-page .manufacuring-2,
  .technology-page .technology-1 {
    padding: 100px 0;
  }
  .injection-page .injection-3,
  .manufacuring-page .manufacuring-3,
  .technology-page .technology-2,
  .injection-page .injection-2 {
    padding-bottom: 100px;
  }
  .technology-page .technology-2 .list ul li .box {
    height: 360px;
  }
  .manufacuring-page .manufacuring-3 .list ul li span.num {
    font-size: 48px;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
    font-size: 28px;
  }
  .manufacuring-page .manufacuring-2 .list ul li .flex {
    font-size: 20px;
    padding: 30px 0;
  }
  .manufacuring-page .manufacuring-2 .list ul li {
    padding: 0 30px;
  }
  .manufacuring-page .manufacuring-2 .list ul {
    margin: 0 -30px;
  }
  .manufacuring-page .manufacuring-2 .list {
    padding: 20px 0;
  }
   .inner-page span.h2 {
    font-size: 48px;
  }
  .technology-page .text{
    font-size: 18px;
  }
  .inner-page span.h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1250px) {
  .manufacuring-page .manufacuring-1 .left .btn a.more {
    margin-right: .5em;
  }
  .manufacuring-page .manufacuring-1 .left {
    width: 46%;
  }
  .inner-page span.h2,
  .manufacuring-page .manufacuring-2 .left span.h2 {
    font-size: 28px;
  }
  .manufacuring-page .manufacuring-1 .left .btn {
    margin-top: 20px;
  }
  .manufacuring-page .manufacuring-1,
  .manufacuring-page .manufacuring-2,
  .technology-page .technology-1 {
    padding: 60px 0;
  }
  .manufacuring-page .manufacuring-3 .list ul li .img img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .manufacuring-page .manufacuring-3 .list ul li .img {
    padding-left: 0;
    top: 0;
    margin-bottom: 0;
  }
  .manufacuring-page .manufacuring-3 .list ul li {
    padding: 30px 0;
  }
  .injection-page .injection-2 .list {
    margin-top: 30px;
  }
  .injection-page .injection-3,
  .manufacuring-page .manufacuring-3,
  .technology-page .technology-2,
  .injection-page .injection-2 {
    padding-bottom: 60px;
  }
  .technology-page .technology-2 .list ul li .box {
    height: 300px;
  }
  .technology-page .text{
    font-size: 16px;
  }
   .inner-page span.h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacuring-page .manufacuring-1 .left {
    width: 100%;
  }
  .manufacuring-page .manufacuring-1 .mask {
    display: none;
  }
  .manufacuring-page .manufacuring-1 {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .injection-page .injection-1 .left {
    width: 100%;
    padding-left: 0;
  }
  .injection-page .injection-1 .mask {
    display: none;
  }
  .injection-page .injection-1 {
    padding: 50px 0;
  }
  .manufacuring-page .manufacuring-2 .left {
    width: 100%;
  }
  .technology-page .technology-1 .left {
    max-width: none;
  }
  .technology-page .technology-2 .list ul li .box .content span.h6 {
    font-size: 20px;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content a.link {
    font-size: 16px;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
    font-size: 24px;
  }
  .technology-page .text{
    font-size: 14px;
  }
   .inner-page span.h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page span.h2,
  .manufacuring-page .manufacuring-2 .left span.h2 {
    font-size: 15px;
  }
  .manufacuring-page .manufacuring-2 .list ul li {
    width: 100%;
  }
  .manufacuring-page .manufacuring-2 .list:after {
    display: none;
  }
  .manufacuring-page .manufacuring-2 .list ul li .flex {
    font-size: 18px;
    padding: 20px 0;
  }
  .manufacuring-page .manufacuring-3 .list ul li .img {
    display: none;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
    font-size: 20px;
  }
  .manufacuring-page .manufacuring-3 .list ul li span.num {
    font-size: 36px;
  }
  .injection-page .injection-1 .left .btn {
    margin-top: 20px;
  }
  .technology-page .technology-2 .list ul li {
    width: 100%;
  }
  .technology-page .technology-2 .list ul li .box {
    height: auto;
  }
  .manufacuring-page .manufacuring-2 .box .content {
    width: 100%;
    padding-left: 0;
  }
  .manufacuring-page .manufacuring-2 .box .img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .manufacuring-page .manufacuring-2 .box {
    display: block;
  }
}
.product-page .init-4 {
  margin-top: 30px;
}
.product-page .init-4 .container {
  border-bottom: 1px solid #9e9e9e;
}
.product-page .init-4 .container ul {
  margin: 0 -25px;
}
.product-page .init-4 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.product-page .init-4 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.product-page .init-4 .container ul li .box a {
  display: block;
}
.product-page .init-4 .container ul li .box .img img {
  width: 100%;
      background: #eee;
}
.product-page .init-4 .container ul li .box .title {
  color: #4a4949;
  margin-top: 10px;
  line-height: 40px;
  min-height: 5em;
}
.product-page .init-4 .container ul li .box .title:hover {
  color: #212122;
}
.product-page .init-4 .container ul li .content_cont {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 30;
}
.product-page .init-4 .container ul li .content_cont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.product-page .init-4 .container ul li .content_cont .content_c {
  max-width: 100%;
  background-color: #fff;
  position: absolute;
  width: 1580px;
  padding-top: 50px;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-page .init-4 .container ul li .content_cont .content_c .close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.product-page .init-4 .container ul li .content_cont .content_c .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-page .init-4 .container ul li .content_cont .content_c .top {
  padding: 0 40px;
  padding-bottom: 50px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .big_img {
  width: 33%;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle {
  margin-top: 30px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick {
  width: 100%;
  margin-right: -20px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick .slick-list {
  width: 100%;
  height: 100% !important;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick li {
  padding-right: 20px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick li .box2 {
  height: 100%;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick li .box2 a {
  display: block;
  height: 100%;
  border: 1px solid #ccc;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick li .box2 a img {
  background-color: #f5f5f5;
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .btn {
  position: absolute;
  top: 45%;
  left: 15px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
  z-index: 1;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .btn:hover {
  background-color: #212122;
  color: #fff;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .middle .next {
  left: auto;
  right: 0;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right {
  width: 67%;
  padding-left: 40px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .title {
  font-weight: bold;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .des {
  color: #515151;
  margin-top: 20px;
  max-height: 160px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c {
  margin-top: 20px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c .more {
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #212122;
  padding: 10px 30px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c .more:hover,
.product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c .more:focus {
  color: #fff;
  background-color: #212122;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c .contact {
  margin-left: 14px;
}
.product-page .init-4 .container ul li .content_cont .content_c .top .right table{
  width: 100% !important;
}
.product-page .init-4 .container ul li .content_cont .content_c .bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: 500;
}
.product-page .init-4 .container ul li .content_cont .content_c .bottom a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #212122;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: 10px;
  border: 1px solid #212122;
}
.product-page .init-4 .container ul li .content_cont .content_c .bottom a:hover {
  background-color: #fff;
  color: #212122;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont {
  display: none;
  padding: 20px 30px 30px;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .form_list {
  margin-top: 10px;
  position: relative;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .form_list .line {
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 10px;
  left: 0;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .form_list input {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 14px 12px;
  font-size: 14px;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .name,
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .mail {
  width: 390px;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .submit_btn {
  margin-top: 10px;
  padding: 12px 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #212122;
  font-size: 16px;
  font-weight: 500;
  width: 160px;
  background-color: #212122;
  color: #fff;
  margin-left: 30px;
}
.product-page .init-4 .container ul li .content_cont .content_c .form_cont .submit_btn:hover {
  color: #212122;
  background-color: #fff;
}
@media (max-width: 1500px) {
  .product-page .init-4 .container ul li .content_cont .content_c .top .big_img {
    height: 300px;
    width: 300px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .right {
    width: 540px;
  }
}
@media (max-width: 1250px) {
   .product-page .init-4 .container ul li .content_cont .content_c .phone_cont {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 10px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c {
    width: 970px;
    padding-top: 40px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .middle .btn {
    display: none !important;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top {
    text-align: center;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .big_img {
    width: 340px;
    height: 340px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .bottom {
    display: none;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .right .des {
    max-height: 200px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .name,
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .mail {
    width: 50%;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .submit_btn {
    margin-left: 0;
  }
  .inner-page .container{
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .product-page .init-4 .container ul {
    margin: 0 -10px;
  }
  .product-page .init-4 .container ul li {
    padding: 0 10px;
  }
  .product-page .init-4 .container ul li .box .title {
    text-align: center;
  }
  .product-page .init-4 .container ul li .content_cont .content_c {
    width: 700px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .middle .slick {
    height: 354px;
  }
  .inner-page .container{
    width: 96%;
  }
}
@media (max-width: 700px) {
  .product-page .init-4 .container ul li .content_cont .content_c {
    width: 96%;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .big_img {
    width: -webkit-calc(-10%);
    width: -moz-calc(-10%);
    width: calc(100% - 110px);
  }
  .product-page .init-4 .container ul li .content_cont .content_c {
    padding-right: 10px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 500px) {
  .product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c .more {
    width: 100%;
    text-align: center;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 0;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont {
    padding: 20px 0 20px 16px;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .name,
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .mail {
    width: 100%;
  }
  .product-page .init-4 .container ul li .content_cont .content_c .form_cont .form_list .line {
    display: none;
  }
  .product-page .init-4 .container ul li {
    margin-top: 20px;
  }
}

/*2025-3-26*/
.footervideo {
  position: fixed;
  width: 300px;
  max-width: 40%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: black;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.footervideo video {
  width: 100%;
}
.footervideo span.close {
  font-size: 16px;
  width: 2em;
  height: 2em;
  background-color: black;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footervideo.active {
  width: auto;
  left: 50px;
  bottom: 50px;
}
.footervideo.active video {
  display: none;
}
.footervideo.active .close i:before {
  content: '\e6f7';
}

/*2025-4-16*/
.downloadBox {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 0;
}
.downloadBox i.dots {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  margin-right: 1em;
  position: relative;
}
.downloadBox .top {
  height: 5em;
  color: white;
  background-color: #0572b5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .top img {
  margin-right: 1em;
}
.downloadBox .top .line {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.48);
  margin: 0 1.3em;
}
.downloadBox .top span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .top span i.dots:before {
  content: '';
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background-color: #0572b5;
}
.downloadBox .downloadLeft {
  width: 28%;
}
.downloadBox .downloadLeft .top em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadLeft .nav a {
  padding: 1.5em 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #626262;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadLeft .nav a:first-child {
  border-top: none;
}
.downloadBox .downloadLeft .nav a em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav a i.dots {
  width: 3.5em;
  height: 3.5em;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.downloadBox .downloadLeft .nav a i.dots img {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadLeft .nav a:hover,
.downloadBox .downloadLeft .nav a.active {
  color: #0572b5;
}
.downloadBox .downloadLeft .nav a:hover i.dots img,
.downloadBox .downloadLeft .nav a.active i.dots img {
  opacity: 1;
}
.downloadBox .downloadRight {
  width: 72%;
  padding-left: 3%;
}
.downloadBox .downloadRight .top {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.downloadBox .downloadRight .bottom {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: 0 2%;
}
.downloadBox .downloadRight .bottom ul li {
  padding: 1.05em 0;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadRight .bottom ul li:first-child {
  border-top: none;
}
.downloadBox .downloadRight .bottom ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon {
  width: 7.77777778em;
  height: 7.77777778em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon img {
  max-width: 45%;
}
.downloadBox .downloadRight .bottom ul li .flex .content {
  padding: 0 1.5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path {
  font-size: 16px;
  color: #acacac;
  margin-bottom: .5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path span {
  color: #0572b5;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.h6 {
  font-size: 1.44444444em;
  font-weight: bold;
  margin-right: 1em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang {
  height: 2.33333333em;
  border-radius: 1.16666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdcdcd;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding: 0 .5em;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang i {
  width: 1.77777778em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang:before {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang.on:before {
  left: 52%;
}
.downloadBox .downloadRight .bottom ul li .flex .btn {
  margin-left: auto;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a {
  height: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.33333333em;
  border-radius: 1.5em;
  border: 1px solid #0572b5;
  width: 100%;
  margin: 3px 0;
  color: #0572b5;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a img {
  margin-left: 1em;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover {
  background-color: #0572b5;
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on {
  background-color: #0572b5;
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover {
  background-color: transparent;
  color: #0572b5;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.downloadBox .downloadRight .bottom .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
}
.downloadBox .downloadRight .bottom .search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .3em 0;
}
.downloadBox .downloadRight .bottom .search input::-webkit-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-ms-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input[type="submit"] {
  width: 50px;
  background-image: url("../images/icon-search2.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.case-page .case-3 {
  padding-top: 5%;
  padding-bottom: 110px;
}
.case-page .case-3 .list ul {
  margin: -25px -12px;
}
.case-page .case-3 .list ul li {
  padding: 25px 12px;
  font-size: 18px;
}
.case-page .case-3 .list ul li a.img {
  display: block;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case-page .case-3 .list ul li a.img span.play {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: black;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: white;
  position: relative;
}
.case-page .case-3 .list ul li a.img span.play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  border: 2px solid white;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-3 .list ul li span.h6 {
  display: block;
  margin-top: .5em;
  text-align: center;
}
.case-page .case-3 .list ul li:hover a.img span.play {
  background-color: #0572b5;
  color: white;
}
.case-page .case-3 .list ul li:hover a.img span.play:before {
  border-color: #0572b5;
}
@media screen and (max-width: 1800px) {
   .downloadBox {
    font-size: 16px;
  }
  .case-page .case-3 .list ul li{
    font-size: 16px;
  }
  #index-body .news .slick-prev{
    left: -19px;
  }
  #index-body .news .slick-next{
    right: 36px;
  }
}
@media screen and (max-width: 1450px) {
  .downloadBox {
    font-size: 12px;
  }
  .downloadBox .top span {
    font-size: 1.3em;
  }
  .downloadBox .downloadLeft .top em {
    font-size: 1.5em;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    font-size: 1.2em;
  }
  .case-page .case-3 .list ul li{
    font-size: 14px;
  }
  .case-page .case-3 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1250px) {
  .downloadBox {
    font-size: 10px;
  }
  .case-page .case-3 .list ul li a.img {
    height: 240px;
  }
}
@media screen and (max-width: 1000px) {
    .downloadBox .downloadRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .downloadBox .downloadLeft {
    width: 100%;
  }
  .downloadBox {
    display: block;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn a img {
    max-width: 15px;
  }
  .ex-zh .slick-prev,
  #index-body .news .slick-prev{
    left: 0;
  }
  #index-body .news .slick-next{
    right: 0;
  }
}
@media screen and (max-width: 700px) {
   .case-page .case-3 {
    padding-bottom: 50px;
  }
  #index-body .news .slick-arrow{
    top: 30%;
  }
  #index-body .news .content ul li .text .tips{
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .downloadBox .downloadRight .bottom ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex i.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content {
    width: 75%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    width: 100%;
    margin-top: 20px;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content .path {
    font-size: 13px;
  }
  .downloadBox .top img {
    max-width: 24px;
  }
}
.ex-zh{
  padding-bottom: 60px;
}
.ex-zh .content{
  margin-top: 30px;
}
.ex-zh .content ul{
  margin-right: -20px;
}
.ex-zh .content ul li{
  padding-right: 20px;
}
.ex-zh .content ul li h2{
  font-size:24px;
  line-height: 1.5;
  text-align:center;
  padding-top:15px;
}
.quality-page .quality-4 .right li{
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  background: url(../images/choose-1.png) no-repeat left center;
  background-size: 15px;
  margin-bottom: 12px;
}

.quality-44 .left p{
  margin-top:15px;
  font-size: 16px;
}
.quality-44 .right ul{
  margin-top: 15px;
}
.quality-44 .right li{
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  background: url(../images/gou.png) no-repeat left center;
  background-size: 15px;
  margin-bottom: 12px;
}
.quality-55{
  padding-bottom: 80px;
  text-align: center;
}
.quality-55 p{
  font-size: 24px;
  margin-bottom: 30px;
}
.quality-55 .btnbox a{
  display: inline-block;
  margin:0 10px;
}

@media screen and (max-width:700px){
  .contact-page .contact-2 .left .content .box:first-child {
    margin-bottom: 0px;
  }
}

/*2025-5-13 首页新闻图片高度定值*/
#index-body .news .content ul li .img-box{
  height: 401px;
}
#index-body .news .content ul li .img-box img{
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  #index-body .news .content ul li .img-box{
   height: 301px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .news .content ul li .img-box{
   height: 201px;
  }
}

#index-body .dataBox{
  text-align: center;
  background: #efefef;
  margin-top: 20px;
  padding: 30px 0;
}
#index-body .dataBox i.fa{
  font-size: 34px;
  color: #0572b5;
}
#index-body .dataBox .num{
  margin: 30px 0 15px;
}
#index-body .dataBox .num em{
  font-size: 50px;
      font-weight: 600;
  color: #000;
}
#index-body .dataBox .num i{
  font-size: 14px;
  color: #a7a7a7;
}
#index-body .dataBox p{
  font-size: 16px;
  color: #000;
}

#index-body .about .box .img .play {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    background: rgba(5, 114, 181, 0.8);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -35px 0 0 -35px;
}
#index-body .about .box .img .play i {
    font-size: 1.75rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    color: #fff;
}
#index-body .about .box .img .play::before {
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
#index-body .about .box .img .play::before, 
#index-body .about .box .img .play::after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(5, 114, 181, 0.5);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.prodet-page .init-1 {
  padding-top: 50px;
}
.prodet-page .init-1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .left {
  width: 49%;
  display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.prodet-page .init-1 .container .left a {
  display: block;
  width: 80%;
  background-color: #ffffff;
  border-radius: 20px;
}
.prodet-page .init-1 .container .left a img {
  width: 100%;
  height: 100%;
}
.prodet-page .init-1 .container .left .swiper{
  width: 20%;
  padding-right: 3%;
  height: 29.6vw;
  min-height: 221px;
}
.prodet-page .init-1 .container .left .swiper-button-prev{
  top: 0;
  left: 4%;
  transform: rotate(90deg);
}
.prodet-page .init-1 .container .left .swiper-button-next{
  top: initial;
  bottom: 0%;
  left: 4%;
  transform: rotate(90deg);
}
.prodet-page .init-1 .container .right {
  width: 47%;
}
.prodet-page .init-1 .container .right .title {
  font-size: 30px;
  font-weight: bold;
}
.prodet-page .init-1 .container .right .auth {
  font-size: 20px;
  font-weight: 300;
  margin-top: 40px;
}
.prodet-page .init-1 .container .right .share_list {
  /*margin-top: 16px;*/
}
.prodet-page .init-1 .container .right .share_list a {
  display: inline-block;
  margin-right: 15px;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 300;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .init-1 .container .right .share_list a i {
  margin-right: 4px;
}
.prodet-page .init-1 .container .right .share_list a:hover{
  color: #0572b5;
}
.prodet-page .init-1 .container .right .sb{
  margin-top: 40px;
}
.prodet-page .init-1 .container .right .des {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px; 
  font-weight: 400;
  /*height: 400px;*/
  overflow: auto;
}
.prodet-page .init-2 .container .right .description .des table{
  border: 0;
}
.prodet-page .init-2 .container .right .description .des table td{
  border: 0;
}
.prodet-page .init-1 .container .right .more {
  margin-top: 40px;
}
.prodet-page .init-1 .container .left .swiper {
  overflow: hidden;
}
/*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 200px;
}*/
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  background-color: #fff;
  /*padding: 20px;*/
}
/*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
.prodet-page .init-2 {
  margin-top: 140px;
  padding: 0 100px;
}
.prodet-page .init-2 .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*border: 1px solid #9e9e9e;*/
  padding: 0;
}
.prodet-page .init-2 .container .left {
  width: 320px;
}
.prodet-page .init-2 .container .left .list {
  padding: 20px;
  /*border-bottom: 1px solid #9e9e9e;*/
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
}
.prodet-page .init-2 .container .left .list::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  background-color: #0572b5;
  left: -1px;
  opacity: 0;
  transition: all 0.5s;
  transform: scaleX(0);
  transform-origin: left;
}
.prodet-page .init-2 .container .left .list:hover::before,
.prodet-page .init-2 .container .left .list.active::before {
  opacity: 1;
  transform: scaleX(1);
}
.prodet-page .init-2 .container .right {
  /*min-height: 530px;*/
  width: calc(100% - 320px);
  /*border-left: 1px solid #9e9e9e;*/
      background: #fff;
          border-radius: 20px;
}
.prodet-page .init-2 .container .right .list {
  padding: 40px;
  display: none;
}
.prodet-page .init-2 .container .right .description .des {
  font-size: 18px;
  line-height: 2;
  /*max-height: 460px;*/
  overflow: auto;
}
.prodet-page .init-2 .container .right .about .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .right .about .content .img {
  width: 40%;
}
.prodet-page .init-2 .container .right .about .content .text_cont {
  width: 54%;
}
.prodet-page .init-2 .container .right .about .content .text_cont .tip {
  font-size: 30px;
  font-weight: 700;
}
.prodet-page .init-2 .container .right .about .content .text_cont .des {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
.prodet-page .init-2 .container .right .contact_info .tip {
  font-size: 30px;
      font-weight: 600;
}
.prodet-page .init-2 .container .right .contact_info form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .right .contact_info form .lists {
  margin-top: 50px;
  width: 50%;
  padding-right: 100px;
}
.prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
  font-size: 20px;
}
.prodet-page .init-2 .container .right .contact_info form .lists input {
  width: 100%;
  padding: 6px 0;
  margin-top: 6px;
  font-size: 16px;
  /*font-weight: 300;*/
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #9a9a9a;
}
.prodet-page .init-2 .container .right .contact_info form .more {
  /*padding: 13px 40px;*/
  margin-top: 50px;
  text-transform: uppercase;
}
.prodet-page .init-3 {
  margin: 110px 0;
}
.prodet-page .init-3 .title{
  font-size: 32px;
  font-family: 'Casual';
  line-height: 1.2;
  margin-bottom: 1em;
}
.prodet-page .init-3 .container .swiper{
  overflow: hidden;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #fff;
  /*padding: 40px;*/
  border-radius: 10px;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .more {
  /*margin-top: -28px;
  opacity: 0;
  transform: translateY(40px);*/
  display: inline-block;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 18px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 28px;
  height: 80px;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .more {
  opacity: 1;
  transform: translateY(0);
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .title {
  color: #0572b5;
}
@media (max-width: 1500px) {
    .prodet-page .init-1 .container .left {
    width: 40%;
  }
  .prodet-page .init-1 .container .right {
    width: 56%;
  }
  .prodet-page .init-1 .container .left .swiper{
    height: 26.5vw;
  }
}
@media (max-width: 1250px){
  .prodet-page .init-1 {
    margin-top: 0;
  }
  .prodet-page .init-2 .container .right .about .content .img {
    width: 100%;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding-right: 30px;
  }
  .product-page .init-2 .container .content ul li .img{
    padding: 40px 0 0;
  }
}
@media (max-width: 1000px){
  .product-page{
    padding-top: 0;
  }
    .prodet-page .init-1 .container .left{
    width: 100%;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    display: flex;
    /*text-align: center;*/
    flex-wrap: wrap;
    justify-content: center;
  }
  .prodet-page .init-1 .container .right .title{
    width: 100%;
  }
  .prodet-page .init-1 .container .right > div {
    width: 100%;
  }
  .prodet-page .init-1 .container .left .swiper {
    order: -1;
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .title {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .share_list {
    width: 100%;
  }
  .prodet-page .init-2 .container {
    border: none;
  }
  .prodet-page .init-2{
    padding: 0 15px;
  }
  .prodet-page .init-2 .container .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ffffff;
    justify-content: center;
    text-align: center;
  }
  .prodet-page .init-2 .container .left .list:hover::before,
  .prodet-page .init-2 .container .left .list.active::before {
    display: none;
  }
  .prodet-page .init-2 .container .left .list {
    border-right: 1px solid #fff;
    border-bottom: none;
    width: 33.33%;
  }
  .prodet-page .init-2 .container .left .list.active {
    background-color: #0572b5;
    color: #fff;
  }
  .prodet-page .init-2 .container .right {
    width: 100%;
    border: none;
    min-height: 0;
    border: 1px solid #ffffff;
    margin-top: 10px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 700px){
  .prodet-page .init-1 .container .right .share_list {
    display: none;
  }
  .prodet-page .init-2 .container .left .list {
    padding: 10px 20px;
    font-size: 20px;
    width: auto;
  }
  .prodet-page .init-2 .container .right .list {
    padding: 20px;
  }
}
@media (max-width: 500px){
  .inner-page .container{
    width: 100%;
  }
  .prodet-page .init-1 .container .right .title {
    font-size: 18px;
  }
  .prodet-page .init-1 .container .right .auth {
    margin-top: 10px;
    font-size: 16px;
  }
  .prodet-page .init-1 .container .right .des {
    font-size: 16px;
    margin-top: 10px;
  }
  .prodet-page .init-1 .container .right .more {
    margin-top: 20px;
  }
  .prodet-page .init-2 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .left .list {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .prodet-page .init-2 .container .left .list:first-child {
    border: none;
  }
  .prodet-page .init-2 .container .right {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .left .list {
    font-size: 16px;
  }
  .prodet-page .init-2 .container .right .description .des {
    font-size: 16px;
  }
  .prodet-page .init-2 .container .right .contact_info .tip {
    font-size: 18px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
    font-size: 18px;
  }
  .prodet-page .init-2 .container .right .contact_info form .more {
    padding: 6px 20px;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont .tip {
    font-size: 18px;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont .des {
    margin-top: 20px;
  }
  .prodet-page .init-3 {
    margin-top: 40px;
  }
}
.des_color{
  margin-top: 30px;
}
.des_color:after{
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.des_color span,
.des_color .imgbox{
  float: left;
}
.des_color span{
  width: 10%;
  font-size: 16px;
  font-weight: bold;
}
.des_color .imgbox{
  width: 90%;
}
.des_color .imgbox span{
  padding: 7px 15px;
  margin: 0 8px 0 0;
  border:1px solid #ddd;
  cursor: pointer;
  opacity: 0.5;
  width: auto;
}
.des_color .imgbox span.active{
  opacity: 1;
  border:2px solid #0572b5;
}
.prodet-page .init-1 .container .left .swiper-button-next,
.prodet-page .init-1 .container .left .swiper-button-prev{
  width: 40px;
  height: 40px;
  background-size:12px;
  background-position: center;
  background-color: #def3ff;
  border-radius: 50%;
}

.prodet-page .init-3 .swiper-button-prev,
.prodet-page .init-3 .swiper-button-next{
  top:45%;
}
.prodet-page .init-3 .swiper-button-prev{
  left: -40px;
    width: 40px;
    height: 40px;
    background-size: 12px;
    background-position: center;
    background-color: #ffffff;
    border-radius: 50%;
}
.prodet-page .init-3 .swiper-button-next{
  right: -40px;
width: 40px;
    height: 40px;
    background-size: 12px;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
}
@media screen and (max-width:1600px){
  .prodet-page .init-1 .container .left .swiper{
    position: relative;
  }
  .prodet-page .init-1 .container .left .swiper-button-next, 
  .prodet-page .init-1 .container .left .swiper-button-prev {
    width: 25px;
    height: 25px;
    background-size: 40%;
    left: 45%;
    margin-left: -13px;
  }
  .prodet-page .init-1 .container .left .swiper-button-prev{
    margin-top: 0;
  }
}
@media screen and (max-width:700px){
  .des_color span{
    width: 16%;
  }
  .des_color .imgbox{
    width:84%;
  }
  .des_color .imgbox span{
    padding: 4px 10px;
    font-size: 14px;
    border: 2px solid #ddd;
    margin-bottom: 5px;
  }
  .prodet-page .init-2 .container .right .description .des table td{
    word-break: keep-all;
  }
}


#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background:#0572B3;
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: #0572B3;
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #0572B3;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background:#0572B3;
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn:hover {
  background: #000;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #0572B3;
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
.gxs-add-1{
  padding: 50px 0;
}
.gxs-add-1 .ui.container {
  max-width: 1200px;
}
.gxs-add-1 .form .h3 {
  color: #0572B3;
}
.gxs-add-1 .form p {
  color: #666;
}
.gxs-add-1 .form p em {
  color: red;
}
.gxs-add-1 .form label {
  color: #333;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-add-1 .form label em {
  color: red;
}
.gxs-add-1 .form ul {
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-add-1 .form ul li {
  padding: 10px 20px;
}
.gxs-add-1 .form ul li.wid100 {
  width: 100%;
}
.gxs-add-1 .form ul li input[type="text"] {
  width: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.gxs-add-1 .form ul li textarea {
  width: 100%;
  height: 120px;
  border-radius: 5px;
  font-size: 18px;
  border: 1px solid #eee;
  padding: 10px;
}
.gxs-add-1 .form ul li.btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-add-1 .form ul li.btm input[type="submit"] {
  padding: 0 20px;
  border-radius: 5px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  background: #0572B3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.gxs-add-1 .form ul li.btm input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#pups_from form ul li select {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .gxs-add-1 .form label,
  .gxs-add-1 .form ul li input[type="text"],
  .gxs-add-1 .form ul li textarea {
    font-size: 14px;
  }
}
