@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #5ec2d1;
  margin: 0 auto;
  font-weight: 300;
}
.inner-page .container {
  width: 1650px;
}
.container {
  width: 1820px;
}
#mobile2 .logo img{
  max-height: 35px;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.oxy-nav-menu .mb2-search input[type=submit] {
  background-image: url(../images/icon-search-white.png);
}

#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
#qrcode:hover{
  background-color:#000;
}
#qrcode i{
  color: white;
  font-size: 24px;
  transition: all 0.5s;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.grid-box {
    font-size: 0;
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}

#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header .nav{
  height: 100px;
}
#header .nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .menu .menu-box ul.menu > li {
  font-size: 20px;
  color: black;
  margin-right: 35px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .menu .menu-box ul.menu > li > a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .menu .menu-box ul.menu > li > a:hover {
  color: var(--color);
}
#header .nav .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;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 280px;
  width: auto;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 var(--color);
  display: none \9;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .right {
  margin-left: 45px;
}
#header .nav .right .h-search {
  cursor: pointer;
  margin: 0 35px;
}
#header .nav .right .h-inquiry {
  cursor: pointer;
}
.language-box .zhuyu {
  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;
}
.language-box .zhuyu i {
  font-size: 20px;
}
.language-box .zhuyu span {
  font-size: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-weight: 500;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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;
}
.white {
  color: black;
}
.more {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px 0 20px;
  height: 46px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 35px;
}
.more:hover::before {
  right: 0;
}
.more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 16px;
  color: white;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 15px;
  text-transform: uppercase;
}
.more i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  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;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
h2.h-title {
  font-size: 60px;
  line-height: 1;
  position: relative;
  font-weight: bold;
  z-index: 5;
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.tit-font {
  font-family: var(--font);
}
.txt-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.txt-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.main-color {
  color: var(--color);
}
.txt-color {
  color: var(--color);
}
.m-auto {
  margin: 0 auto;
  /*margin-bottom: 70px;*/
}
.max-1275 {
  max-width: 1275px;
  margin: 0 auto;
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 85px;
}
#banner .container ul li .box {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 80px;
}
#index-body{
  overflow: hidden;
}
#index-body .homepage-1 {
  padding: 110px 0;
}
#index-body .homepage-1 .top {
  max-width: 1275px;
  margin: auto;
}
#index-body .homepage-1 .top .left {
  max-width: 400px;
}
@keyframes play_rotate{
  0%{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
#index-body .homepage-1 .top .left .play {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 152px;
  height: 164px;

}
#index-body .homepage-1 .top .left .play:before{
  content:"";
  display: block;
  width: 152px;
  height: 146px;
  background: url("../images/play_border.png") no-repeat;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  animation: play_rotate 10s linear infinite;
}
#index-body .homepage-1 .top .right {
  max-width: 700px;
}
#index-body .homepage-1 .bottom {
  margin-top: 60px;
}
#index-body .homepage-1 .bottom .img {
  width: 75.5%;
}
#index-body .homepage-1 .bottom .right {
  width: 23%;
  background-color: #9fdae3;
  padding: 100px 60px 15px;
}
#index-body .homepage-1 .bottom .right ul li {
  color: #000000;
  text-align: center;
}
#index-body .homepage-1 .bottom .right ul li h4 em {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}
#index-body .homepage-1 .bottom .right ul li h6 {
  font-size: 22px;
  font-weight: 500;
  margin: 15px 0 45px;
}
#index-body .homepage-1 .bottom .right ul li p {
  font-size: 18px;
  text-align: left;
  hyphens: auto;

}
#index-body .homepage-1 .bottom .right .slickDots ul li {
  width: 23px;
  height: 23px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-1 .bottom .right .slickDots ul li.slick-active {
  border-color: white;
}
#index-body .homepage-1 .bottom .right .slickDots ul li.slick-active::before {
  background-color: white;
}
#index-body .homepage-1 .bottom .right .slickDots ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #4e95b3;
  top: 49%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-2 {
  padding-bottom: 90px;
}
#index-body .homepage-2 ul {
  margin: 0 -22px;
}
#index-body .homepage-2 ul .slick-arrow{
  position: absolute;
  top:45%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: transparent;
  overflow: hidden;
  z-index: 10;
  border: none;
  background-color: var(--color);
}
#index-body .homepage-2 ul .slick-arrow.slick-prev{
  left: 22px;
  transform: translate(-50%,-50%);
}
#index-body .homepage-2 ul .slick-arrow.slick-next{
  right: 22px;
  transform: translate(50%,-50%);
}
#index-body .homepage-2 ul .slick-arrow::before{
  content:"\ebbf";
  font-family: 'iconfont';
  font-size: 20px;
  color: white;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
#index-body .homepage-2 ul .slick-arrow.slick-next::before{
  content:"\e705";
}
#index-body .homepage-2 ul .slick-current li {
  padding: 0 22px;
}
#index-body .homepage-2 ul .slick-current li .box{
  padding: 30px;
}
#index-body .homepage-2 ul .slick-current li .box .img{
  height: auto;
}
#index-body .homepage-2 ul li .box .img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index-body .homepage-2 ul li .box .img img{
  background-color: white;
}
#index-body .homepage-2 ul .slick-current li .box .text {
  bottom: 35px;
}
#index-body .homepage-2 ul li {
  height: 555px;
  padding: 80px 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-2 ul li .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
#index-body .homepage-2 ul .slick-current li .box{
  display: block;
}
#index-body .homepage-2 ul li .box .text {
  position: absolute;
  width: 100%;
  padding: 0 60px;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-2 ul li .box .text h4 {
  font-weight: normal;
  width: 100%;
  margin: 0 auto 25px;
}
#index-body .homepage-2 .slick-dots {
  margin-top: 75px;
  height: auto;
  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;
}
#index-body .homepage-2 .slick-dots li {
  width: 20px;
  height: 20px;
  background-color: #aeaeae;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  margin: 0 17px;
}
#index-body .homepage-2 .slick-dots li button {
  display: none;
}
#index-body .homepage-2 .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .advantage {
  position: relative;
  background-color: #8cd2dd;
}
#index-body .advantage .btn {
  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: 130px;
  height: 130px;
  background-color: white;
  border-radius: 50%;
  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;
  z-index: 10;
}
#index-body .advantage .btn i {
  font-size: 40px;
  color: black;
}
#index-body .advantage .btn img {
  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%);
  -webkit-animation: play_rotate 10s linear infinite;
  -moz-animation: play_rotate 10s linear infinite;
  animation: play_rotate 10s linear infinite;
}
#index-body .advantage .adv-content {
  padding: 95px 15px 120px;
}
#index-body .advantage .adv-content .left {
  width: 50%;
  padding-right: 40px;
}
#index-body .advantage .adv-content .left .h-title {
  margin-bottom: 45px;
}
#index-body .advantage .adv-content .left .h-title img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .advantage .adv-content .left .h-title h3 {
  color: white;
}
#index-body .advantage .adv-content .left 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;
  margin: -15px;
  max-width: 820px;
}
#index-body .advantage .adv-content .left ul li {
  padding: 15px;
  color: white;
  width: 50%;
}
#index-body .advantage .adv-content .left ul li .box {
  height: 280px;
  border: 1px solid rgb(0 0 0 / 20%);
  padding: 25px 30px ;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  filter: brightness(0);
}
#index-body .advantage .adv-content .left ul li .box:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#index-body .advantage .adv-content .left ul li .box:hover .link {
  opacity: 1;
}
#index-body .advantage .adv-content .left ul li .box .link {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 2;
}
#index-body .advantage .adv-content .left ul li .box .link i {
  font-size: 30px;
  color: black;
}
#index-body .advantage .adv-content .left ul li .box h4 {
  font-size: 20px;
  margin: 10px 0 10px;
  color: #000000;
  font-weight: 600;
}
#index-body .advantage .adv-content .left ul li .box .con {
  font-size: 18px;
  padding-right: 30px;
  color: #000;
  height: 120px;
  overflow-y: auto;
  font-weight: 400
}
#index-body .advantage .adv-content .left ul li .box ::-webkit-scrollbar-thumb {
  background-color: white !important;
}
#index-body .advantage .adv-content .left ul li .box *::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
#index-body .advantage .adv-content .left ul li .box ::-webkit-scrollbar {
  width: 2px;
}
#index-body .advantage .adv-content .left p {
  font-size: 16px;
  color: rgb(0 0 0 / 80%);
  margin-top: 60px;
}
#index-body .advantage .adv-content .left p a {
  margin-left: 5px;
  border-bottom:1px solid rgb(0 0 0 / 80%);
  line-height: 1.1;
  display: inline-block;
}
#index-body .advantage .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#index-body .advantage .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-3 {
  padding: 115px 0;
}
#index-body .homepage-3 .list {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
#index-body .homepage-3 .list:hover .bot {
  opacity: 0;
}
#index-body .homepage-3 .list:hover .bob {
  top: 0;
}
#index-body .homepage-3 .list .bot {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .list .bob {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: center;
  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-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-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 {
  padding: 120px 0;
}
#index-body .homepage-4 ul li .box .date {
  width: 115px;
  height: 140px;
  background-color: var(--color);
  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-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;
  color: white;
  padding: 0 15px;
  margin-bottom: -55px;
  position: relative;
  z-index: 5;
}
#index-body .homepage-4 ul li .box .date h5 {
  font-size: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
#index-body .homepage-4 ul li .box .date p {
  font-size: 20px;
}
#index-body .homepage-4 ul li .box .img {
  position: relative;
}
#index-body .homepage-4 ul li .box .img 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;
  height: 50px;
  width: 230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 500;
}
#index-body .homepage-4 ul li .box h4 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 25px;
}
#footer {
  position: relative;
  background-color: #f1f1f1;
  padding-top: 55px;
}
#footer .top form {
  position: relative;
  width: 100%;
}
#footer .top form 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;
  margin: 0 -5px;
}
#footer .top form ul li {
  width: 29%;
  padding: 0 5px;
}
#footer .top form ul li:last-child {
  width: 13%;
}
#footer .top form ul li input[type='text'] {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 15px;
  background-color: transparent;
  font-size: 18px;
  color: black;
  font-weight: 500;
}
#footer .top form ul li input[type='submit'] {
  width: 100%;
  height: 50px;
  background-color: black;
  border: 1px solid black;
  font-size: 18px;
  font-weight: 500;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top form ul li input[type='submit']:hover {
  background-color: transparent;
  color: black;
}
#footer .top form ul li input::-webkit-input-placeholder {
  color: black;
}
#footer .center {
  padding: 45px 0;
  margin-top: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .center ul {
  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;
}
#footer .center ul li.contact {
  max-width: 300px;
}
#footer .center ul li.contact .list {
  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: 20px;
}
#footer .center ul li.contact .list i {
  width: 35px;
  filter: brightness(0);
}
#footer .center ul li.contact .list span {
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  line-height: 1.4;
}
#footer .center ul li.contact .list:last-child {
  margin-bottom: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .center ul li.link span {
  display: block;
  border-bottom: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
}
#footer .center ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link span:hover {
  border-color: white;
}
#footer .center ul li #ewm canvas,
#footer .center ul li #ewm img {
  width: 140px;
  height: 140px;
  border: 8px solid white;
}
#footer .center ul li h4 {
  font-size: 24px;
  color: black;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1;
}
#footer .center ul li span {
  font-size: 16px;
  color: black;
  line-height: 1;
}
#footer .bottom {
  background-color: black;
  color: rgba(255, 255, 255, 0.5);
}
#footer .bottom .container {
  height: 50px;
}
#footer .bottom .container span {
  font-size: 12px;
  font-weight: normal;
}
#footer .bottom .container span img {
  width: 250px;
  height: auto;
  padding-top: 4px;
  opacity: 0.8;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1850px) {
  .container {
    width: 1650px;
  }
  #banner .container ul li .box h2 {
    line-height: 1.2;
  }
}
@media (max-width: 1700px) {
  #index-body .homepage-1 .bottom .right ul li h4 em {
    font-size: 46px;
  }
  h2.h-title {
    font-size: 50px;
  }
  #footer .top form {
    position: relative;
    width: 65%;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu .menu-box ul.menu > li{
    font-size: 18px;
    margin-right: 25px;
  }
  #header .nav .logo {
    max-width: 240px;
  }
  #index-body .homepage-1 .bottom .img {
    width: 60%;
  }
  #index-body .homepage-1 .bottom .right {
    width: 38%;
  }
  h2.h-title {
    font-size: 44px;
  }
  #index-body .advantage .adv-content .left ul li .box h4 {
    font-size: 18px;
  }
  #index-body .homepage-3 .list {
    width: 200px;
    height: 200px;
  }
  #footer .top form {
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 1250px) {
  #index-body .homepage-1 .top .right {
    max-width: 50%;
  }
  h2.h-title {
    font-size: 36px;
    line-height: 1.2;
  }
  #index-body .homepage-2 ul li .box .text {
    padding: 0 30px;
  }
  #index-body .homepage-2 ul li {
    height: 490px;
  }
  #index-body .homepage-2 ul li .box .text h4 {
    font-size: 20px;
  }
  #index-body .advantage .adv-content .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .advantage .adv-content .left ul {
    max-width: 100%;
    width: 100%;
  }
  #index-body .advantage .right {
    display: none;
  }
  #index-body .advantage .btn {
    display: none;
  }
  #index-body .homepage-3 .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .homepage-3 .box .list {
    width: 250px;
    height: 250px;
    margin: 15px;
  }
  #footer .center ul li.link {
    display: none;
  }
  #index-body .homepage-2 ul li .box {
    padding: 30px;
  }
  #index-body .homepage-2 ul li .box .img {
    height: auto;
  }
      #banner, .inner-banner {
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
  #banner ul li .box{
    width: 53%;
  }
  #footer .center ul li h4 br{
    display: none;
  }
  #footer .center ul li.contact {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  #banner .container ul li .box{
    padding-right: 0;
    width: 52%;
  }
  #index-body .homepage-1 .bottom .img {
    width: 100%;
  }
  #index-body .homepage-1 .bottom .right {
    width: 100%;
    padding: 60px;
  }
  #index-body .homepage-2 ul li .box{
    display: block;
  }
  #index-body .homepage-2 ul li {
    padding: 0 22px;
  }
  #index-body .homepage-2 ul li .box .text {
    bottom: 35px;
  }
  #footer .top form ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .top form ul li:last-child {
    margin-bottom: 0;
    width: 200px;
  }
  #footer .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    height: auto;
  }
  #footer .bottom .container span {
    text-align: center;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .advantage .adv-content .left ul {
    margin: 0;
  }
  #index-body .homepage-2 ul .slick-arrow{
    display: none;
  }
}
@media (max-width: 700px) {
  #banner ul li .box a.more{
    display: none;
  }
  #banner .container ul li .box {
    padding-right: 15px;
  }
  #banner .container ul li .box p {
    display: none;
  }
  #banner .container ul li .box a.more {
    display: none;
  }
  #index-body .homepage-1 .top .right {
    max-width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-1 .top .left {
    max-width: 100%;
  }
  #index-body .homepage-1 .top .left p br {
    display: none;
  }
  #index-body .advantage .adv-content .left ul li {
    width: 100%;
  }
  #index-body .homepage-3 .box {
    margin: 0 -15px;
  }
  #index-body .homepage-3 .box .list {
    padding: 0 15px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0;
    border: none;
    position: relative;
  }
  #index-body .homepage-3 .box .list::before {
    content: "";
    display: block;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .homepage-3 {
    padding: 85px 0;
  }
  #index-body .homepage-4 {
    padding: 85px 0;
  }
  #index-body .homepage-1 .top .left .play {
    margin-right: auto;
  }
  #index-body .homepage-1 {
    padding: 85px 0;
  }
  #index-body .homepage-2 ul li {
    height: auto;
  }
  #index-body .homepage-2 ul li .box .text {
    bottom: 0 !important;
    position: relative;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  #banner ul li .box {
    width: 60%;
  }
  #banner ul li .box h2{
    line-height: 1.4;
  }
  #banner ul li .box p{
    display: none;
  }
  h2.h-title {
    font-size: 24px;
  }
  #banner .container ul li .box {
    padding: 0 15px;
    right: 0;
    width: 100%;
    text-align: right;
  }
  #footer .center ul li h4 {
    font-size: 18px;
  }
  #footer .center ul li{
    width: 50%;
  }
}














































@media screen and (max-width: 1700px) {
    .inner-page div.container {
        width:1400px
    }
}

@media screen and (max-width: 1450px) {
    .inner-page div.container {
        width:1200px
    }
}

@media screen and (max-width: 1250px) {
    .inner-page div.container {
        width:970px
    }
}

@media screen and (max-width: 1000px) {
    .inner-page div.container {
        width:700px
    }
}

@media screen and (max-width: 700px) {
    .inner-page div.container {
        width:100%
    }
}

.inner-page h1,
.inner-page h2,
.inner-page h3{
 font-weight: bold; 
}

.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 100px;
}
.inner-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background: aliceblue;
}
.inner-banner:after {
  content: '';
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.inner-banner.active:after {
  opacity: 0.3;
  -webkit-transition: 1.2s 1s;
  -moz-transition: 1.2s 1s;
  -ms-transition: 1.2s 1s;
  -o-transition: 1.2s 1s;
  transition: 1.2s 1s;
}
.inner-banner .box {
  text-align: center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.inner-banner.active .box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .box .content {
  margin: 0 auto;
  text-align: left;
}
.mbx {
  font-size: 18px;
  line-height: 2;
  position: relative;
  z-index: 2;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.mbx a,
.mbx span {
  display: inline-block;
  text-transform: capitalize;
}
.inner-banner .box h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  margin: 10px 0;
  text-transform: capitalize;
  z-index: 1;
}
.inner-banner.active .box h2:after {
  left: 0;
  opacity: 1;
  -webkit-transition: 1.8s .5s;
  -moz-transition: 1.8s .5s;
  -ms-transition: 1.8s .5s;
  -o-transition: 1.8s .5s;
  transition: 1.8s .5s;
}
.inner-banner .btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.inner-banner .btn a.more {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.inner-banner .btn a.more.contact:hover{
  color: #fff;
}
.inner-banner .btn a.more:hover{
  color: #fff;
}
.inner-banner .btn a.more.contact {
  padding-left: 20px;
  background: #fff;
  color: #000;
  margin-left: 10px;
  padding: 0 0 0 10px;
}
.inner-banner .btn a.more {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .btn a.more.contact i {
  text-align: center;
  color: #fff;
  background: var(--color);
  width: 50px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding-top: 15px;
  margin: 0 0 0 10px;
}
.inner-banner .box h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.inner-banner .nav-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner .nav-list ul {
  letter-spacing: -5px;
}
.inner-banner .nav-list ul li {
  display: inline-block;
  letter-spacing: 0;
  min-width: 320px;
  font-size: 18px;
  color: #fff;
  background: rgba(7, 66, 149, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 1px;
}
.inner-banner .nav-list ul li a {
  display: block;
  padding: 30px;
  font-weight: bold;
}
.inner-banner .nav-list ul li:hover {
  background: var(--color);
}
.inner-page .m-page {
  text-align: right;
  display: block;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 60px;
  height: 60px;
  padding: 0 25px;
  display: inline-block;
  font-size: 28px;
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: white;
  color: var(--color);
}
.inner-page .m-page span {
  margin: 0 3px;
}








.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  margin: 0 3px;
  font-size: 20px;
}





.product-mbx{
  padding: 30px 0 0;
}
.product-page {
  padding: 22px 0 130px;
  background: #f7f7f7;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList h1 {
  font-size: 26px;
  font-weight: bold;
  color: var(--color);
}
.product-page .productList .fuyingpro {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.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: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.productList ul li .box2 .product_add{
  font-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #ccc;
  right: 10px;
  top: 10px;
  opacity: 0;
  transform: scale(0);
  transition: .3s ease;
}

.productList ul li .box2:hover .product_add{
  opacity: 1;
  transform: scale(1);
}

.productList ul li .box2 .product_add:hover,
.productList ul li .box2 .product_add.active{
  color: #FFFFFF;
  background-color: var(--color);
}

.productList ul li .box2 h5 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    color: var(--color);
    transition: .5s;
}

.productList ul li .box2 h3 {
 font-size: 16px;
    padding: 17px;
    min-height: 80px;
        line-height: 30px;
}
.productList ul li .box2 h5:hover {
  color: var(--color);
}
.productList ul li .box2 a.img {
  display: block;

}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 14px;
      line-height: 1.8;
  color: #757575;
  max-height: 90px;
  overflow: auto;
  padding-right: 10px;
}
.productList ul li .box2 .text::-webkit-scrollbar-thumb{
  background: var(--color);
}
.productList ul li .box2 .text p {
  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: var(--color);
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}

.btn_pro_det{
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 60px;
  width: 60px;
  color: #656b6f;
  text-align: center;
  cursor: pointer;
  background-color: #c0c6ca;
  font-size: 14px;
  transition: all .5s ease;
}
.btn_pro_det i{
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  transition: all .5s ease;
}
.btn_pro_det .det_more{
  display: block;
  width: 300%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  transition: all .5s ease;
}
.btn_pro_det .hover_more{
  width: 0;
  height: 0;
  overflow: hidden;
  color: #fff;
  bottom: 0;
  font-weight: 700;
  transform: translateX(-50%);
  display: inline-block;
  white-space:nowrap;
  text-overflow:ellipsis;
  left: 50%;
}

.pro_box:hover .btn_pro_det{
  background: var(--color)!important;
  box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6);
  color: #fff !important;
  width: 200px;
  margin-left: -100px;
}

.pro_box:hover .det_more{
  opacity: 0;
  width: 100%;
}
.pro_box:hover .hover_more{
  width: auto;
  height: auto;
  margin-right: 10px;
  padding-right: 30px;
  position: absolute;
}

.pro_box:hover .btn_pro_det i{
  margin-left: 80px;
}

.product-page .title h1 {
  font-size: 45px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.product-page .title p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  max-width: 1200px;
}
.product-page .product-box .product-list {
  margin-top: 50px;
}
.product-page .product-box .product-list ul {
  margin: -15px;
  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;
}
.product-page .product-box .product-list ul li {
  width: 25%;
  padding: 15px;
  margin-bottom: 60px;
}
.product-page .product-box .product-list ul li .box {
  border-radius: 10px;
  padding: 0 0 35px;
  background: #fff;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-box .product-list ul li .box:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.product-page .product-box .product-list ul li .box .p-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.product-page .product-box .product-list ul li .box .p-img img{
  background: white;
}
.product-page .product-box .product-list ul li .box .p-img.p2-img img{
  background-color: #918f9d;
}
.product-page .product-box .product-list ul li .box .pro_box{
  padding: 0 30px;
  display: block;
}
.product-page .product-box .product-list ul li .box p{
  height: 54px;
  transition: all 0.5s;
}
.product-page .product-box .product-list ul li .box p:hover{
  color: var(--color);
}
.product-page .product-box .product-list ul li .box h4 {
  font-size: 24px;
  line-height: 1;
  color: #000;
}
.product-page .product-box .product-list ul li .box h5 {
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-top: 12px;
}
.product-page .product-box .product-list ul li .box p {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 80px;
}


/*.product-page .product-box .product-list ul li > div i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}*/
.product-page .product-box .product-list ul li > div i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .product-box .product-list ul li > div i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .product-box .product-list ul li > div i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .product-box .product-list ul li > div i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .product-box .product-list ul li > div:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}


.product-page .product-box .product-list .m-page {
  margin-top: 60px;
}


.product-page .product-box .cate-list{
  margin-top: 70px;
}
.product-page .product-box .cate-list ul{
  margin: -15px -25px;
}
.product-page .product-box .cate-list ul li{
  padding: 15px 25px;
}

.product-page .product-box .cate-list ul li > div{
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}

.product-page .product-box .cate-list ul li .img{
  width: 40%;
}

.product-page .product-box .cate-list ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page .product-box .cate-list ul li .content{
  width: 60%;
  padding: 30px;
  margin: auto 0;
}

.product-page .product-box .cate-list ul li .content a.moreBtn{
  color: #2451a0;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 1250px) {
  .product-page .product-box .product-list ul li {
    width: 33.33%;
    padding: 15px;
    margin-bottom: 60px;
  }
  .product-mbx{
    margin-top: 60px !important;
  }
  .prodet-page .prodet-1{
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .product-box .cate-list ul li{
    width: 100%!important;
  }
  .product-page .product-box .product-list ul li {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .product-page .product-box .cate-list ul li .img{
    width: 100%;
  }
  .product-page .product-box .cate-list ul li .content{
    width: 100%;
  }
  .product-page .product-box .product-list ul li {
    width: 100%;
  }
}

.product-page .box .left {
  width: 17%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background: #fff;
}
.product-page .box .left .title {
  font-size: 24px;
  line-height: 180px;
  height: 180px;
  padding-left: 90px;
  overflow: hidden;
  color: #000000;
  border-bottom: 1px solid #e1e5e5;
  font-weight: 600;
}
.product-page .box .left .title span {
  display: block;
  background: url(../images/pro-icon.png) left center no-repeat;
  background-size: 28px;
  padding-left: 40px;
}
.product-page .box .left .list {
  padding-right: 40px;
}
.product-page .box .left .list a {
  font-size: 16px;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 90px;
  padding-right: 0;
  color: #4e5769;
}
.product-page .box .left .list a:hover,
.product-page .box .left .list a.active {
  color: var(--color);
}
.product-page .box .left .list .icon-em {
  cursor: pointer;
  position: absolute;
  top: 33.5px;
  right: 0;
  width: 13px;
  height: 13px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 3;
}
.product-page .box .left .list .icon-em::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #7b7b7b;
  position: absolute;
  top: 50%;
  left: 0;
}
.product-page .box .left .list .icon-em::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #7b7b7b;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.product-page .box .left .list .lia {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .5s;
  border-top: 1px solid #e1e5e5;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 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;
}
.product-page .box .left .list .lia span {
  width: 90%;
  display: block;
  position: relative;
  z-index: 1;
  line-height: 2;
}
.product-page .box .left .list ul li.active .icon-em::before {
  width: 0;
}
.product-page .box .left .list dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.product-page .box .left .list dl dd a {
  font-size: 14px;
  line-height: 1.4;
  color: #4e5769;
  display: block;
}
.product-page .box .left .list dl::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #E5E7EB;
}
.product-page .box .right {
  width: 83%;
  padding-left: 62px;
  padding-top: 65px;
}
@media screen and (max-width: 1440px) {
    .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 40px;
  }
  .product-page .box .right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1230px) {
    .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 15px;
  }
  .product-page .box .left .title {
    font-size: 20px;
  }
  .product-page .box .left .list {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
    .product-page .box .left {
    display: none;
  }
  .product-page .box .right {
    width: 100%;
    padding-left: 0;
  }
}











.popus_from {
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 70%;
  overflow: auto;
  width: 400px;
  max-width: 94%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  z-index: 22;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.popus_from .box {
  padding: 30px;
  position: relative;
}
.popus_from .box h3 {
  font-size: 24px;
  color: black;
  line-height: 1;
  margin-bottom: 20px;
}
.popus_from .box i {
  width: 30px;
  height: 30px;
  background: #eee;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
.popus_from .box i:after,
.popus_from .box i:before {
  content: '';
  width: 70%;
  left: 15%;
  height: 2px;
  background: black;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popus_from .box i:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popus_from .box form ul {
  margin: -10px;
}
.popus_from .box form ul li {
  padding: 10px;
  width: 100%;
}
.popus_from .box form ul li p {
  font-size: 18px;
  margin-bottom: 10px;
}
.popus_from .box form ul li input,
.popus_from .box form ul li textarea {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
  border: 1px solid #eee;
  transition: .5s;
}
.popus_from .box form ul li input:focus,
.popus_from .box form ul li textarea:focus {
  border-color: var(--color);
}
.popus_from .box form ul input[type="submit"] {
  height: 40px;
  line-height: 40px;
  width: auto;
  background: #111;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  transition: .5s;
  padding: 0 25px;
  border: none;
}
.popus_from .box form ul input[type="submit"]:hover {
  background: var(--color);
}
.popus_from .box form ul li textarea {
  height: 120px;
}
.prodet-page .container {
  width: 1820px;
}

.prodet-page .prodet-1 .prodet-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;*/
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 30%;
  padding-left: 0%;
  position: sticky;
  top: 140px;
}
.prodet-page .prodet-1 .prodet-box .left .big {
  position: relative;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .prodet-box .left .big .big-img {
  display: block;
  border: 1px solid #ececec;
}
.prodet-page .prodet-1 .prodet-box .left .big .big-img img{
  background: white;
}
.prodet-page .prodet-1 .prodet-box .left .big h4 {
  text-align: right;
  font-size: 18px;
  line-height: 1;
  color: var(--color);
  padding: 30px 0 12px;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows button {
  width: 53px;
  height: 53px;
  border: none;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-prev {
  background: url(/yztransformer/2022/03/24/left.png) no-repeat center center;
  background-size: 100% 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-next {
  background: url(/yztransformer/2022/03/24/right.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  position: absolute;
  width: 17%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li a {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.prodet-page .prodet-1 .prodet-box .right{
  width: 70%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .prodet-box .right  .content.size{
  font-size: 20px;
    font-weight: 500;
    padding-bottom: 0px !important;
    border-bottom: 1px solid #eee;
}
.prodet-page .prodet-1 .prodet-box .right h1.tit {
  font-size: 24px;
  color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .content {
  /*padding: 15px 0 30px;*/
  font-size: 18px;
  line-height: 2;
  color: #000;
  max-height: 718px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .prodet-box .right .sgs {
  margin: 30px 0 45px;
}
.prodet-page .prodet-1 .prodet-box .right .link {
  margin-bottom: 28px;
}
.prodet-page .prodet-1 .prodet-box .right .link a {
  display: inline-block;
  padding: 12px 0;
  border: 2px solid var(--color);
  background: var(--color);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 160px;
  color: #fff;
}

.prodet-page .prodet-1 .prodet-box .right .link a.active,
.prodet-page .prodet-1 .prodet-box .right .link a:hover {
  background: #000;
  border: 2px solid #000;
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry {
  margin-left: 0px;
  background: none;
  color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry:hover {
  background: var(--color);
  color: #fff;
  border: 2px solid var(--color);
}
.prodet-page .prodet-1 .prodet-box .small{
  padding: 0 30px;
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .small span.arrow{
  width: 25px;
  height: 100%;
  color: white;
  background-color: #adadad;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  transition: all 0.5s;
  cursor: pointer;
}
.prodet-page .prodet-1 .prodet-box .small span.arrow:hover{
  background-color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .small span.next{
  right: 0;
  left: unset;
}
.prodet-page .prodet-1 .prodet-box .small span.arrow i{
  font-size: 14px;
}
.prodet-page .prodet-1 .prodet-box ul.small-img{
  margin: 0 -5px;
}
.prodet-page .prodet-1 .prodet-box ul.small-img li{
  padding: 0 5px;
}
.prodet-page .prodet-1 .prodet-box ul.small-img li .big-img {
    display: block;
    border: 1px solid #ececec;
    background: #ffffff;
}
.prodet-page .prodet-1 .prodet-box ul.small-img li .big-img.img2 img,
.prodet-page .prodet-1 .prodet-box .left .big .big-img.img2 img{
  background-color:#918f9d;
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf {
  margin-left: 20px;
  background: 0 0;
  color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf:hover {
  background: var(--color);
  color: #fff;
  border: 2px solid var(--color);
}
.prodet-page .gallery-thumb ul{
  margin: -10px;
}
.prodet-page .gallery-thumb ul li{
  padding: 10px;
}
.prodet-page .prodet-2 .box {
  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;
  position: relative;
}
.prodet-page .prodet-2 .box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #d9d9d9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.prodet-page .prodet-2 .box .left {
  background: #fff;
}
.prodet-page .prodet-2 .box .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .box .left ul li {
  font-size: 16px;
  line-height: 1;
  color: #616161;
  padding: 0 30px;
  border-right: 1px solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:last-child {
  border-right: 0 solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:first-child {
  padding: 0 30px 0 0;
}
.prodet-page .prodet-2 .box .right {
  background: #fff;
  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;
  padding-left: 15px;
}
.prodet-page .prodet-2 .box .right p {
  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;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  margin-left: 65px;
}
.prodet-page .prodet-2 .box .right p:first-child {
  margin-left: 0;
}
.prodet-page .prodet-2 .box .right p img {
  margin-right: 15px;
}
/*.prodet-page .prodet-3 {
padding: 3*10px 0 0;
}*/
.prodet-page .prodet-3 .chanshuBox {
  position: relative;
}
/*.prodet-page .prodet-3 .chanshuBox .swiper-slide {
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: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left {
width: 50%;
padding: 0 0.5*10px 0 10.5*10px;
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;
}*/
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h4 {
  font-size: 28px;
  /*text-transform: uppercase;*/
  line-height: 1;
  color: #2c2927;
  margin-bottom: 25px;
  display: none;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h5 {
  font-size: 20px;
  line-height: 1;
  color: #2c2927;
  height: 26px;
}
/*.prodet-page .prodet-3 .chanshuBox .swiper-slide .right {
width: 50%;
text-align: right;
}*/
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev,
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
  width: 54px;
  height: 54px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev {
  background: url(/eastrongroup/2022/07/26/l-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
  background: url(/eastrongroup/2022/07/26/l-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 90%;
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a {
  display: block;
  text-align: center;
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a h4 {
  font-size: 16px;
  color: #000000;
  padding: 15px 0 10px;
  min-height: 88px;
}
.prodet-page .prodet-5 {
  padding: 0px 0 50px;
}
.prodet-page .prodet-5 table tbody{
  table-layout: fixed;
}
.prodet-page .prodet-5 .content {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 28px;
}
.prodet-page .prodet-5 .pro {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.prodet-page .prodet-5 .pro .pro-left {
  width: 50%;
  padding-right: 40px;
}
.prodet-page .prodet-5 .pro .pro-left p {
  font-size: 15px;
  padding: 5px 0;
}
.prodet-page .prodet-5 .pro .pro-right {
  width: 50%;
}
.prodet-page .prodet-6 .content {
  font-size: 16px;
  line-height: 1.5;
}
.prodet-page .prodet-7 {
  padding-bottom: 30px;
}
.prodet-page .prodet-7 .content {
  display: flex;
}
.prodet-page .prodet-7 .left {
  font-size: 18px;
  padding-right: 20px;
}
.prodet-page .prodet-7 .right {
  font-size: 18px;
  padding-left: 20px;
}
.display {
  display: flex;
}
.display .display-left {
  width: 40%;
}
.display-right {
  width: 60%;
}
.display .display-left p {
  line-height: 1.8;
  font-size: 18px;
  color: #6e6e6e;
}
.display-right h5 {
  font-size: 24px;
}
.display-right h5 {
  font-size: 24px;
  padding-bottom: 20px;
}
.display-right img {
  padding: 20px 0;
}
.prodet-6 table {
  text-align: center;
  margin-bottom: 60px;
}
.prodet-6 table tr:nth-child(1) {
  background: #484443;
  color: #fff;
  font-size: 18px;
}
.prodet-6 table tr {
  font-size: 15px;
}
.prodet-6 table td,
.prodet-6 table th {
  border: 0;
}
.prodet-6 table tr:nth-child(1) td {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.prodet-6 table tr td {
  padding: 10px 0;
  vertical-align: middle;
  border: 1px solid #eee;
  text-align: left;
  padding-left: 40px;
}
/*璇︽儏-end*/
.prodet-6 table tr:nth-child(1) td {
  text-align: center;
}
.prodet-page .prodet-7 .left {
  font-size: 18px;
  padding-right: 20px;
}
.prodet-page .prodet-7 .left img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
}
.prodet-page .prodet-7 .left table {
  font-size: 14px;
}
.prodet-page .prodet-7 .right {
  font-size: 18px;
  padding-left: 20px;
}
.prodet-page .prodet-7 .right table {
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-7 .content {
  display: flex;
}
.prodet-page .prodet-7 .left table tr:nth-child(even) {
  background: #fff;
}
.prodet-page .prodet-7 .right table tr:nth-child(even) {
  background: #fff;
}
.prodet-page .prodet-7 {
  padding-bottom: 60px;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box {
  background: #fff;
}
.slick-arrow.slick-hidden {
  display: block;
}
@media screen and (max-width: 1600px) {
  .contact-page .init-1 {
    padding: 50px 0;
  }
  .contact-page .init-2 .grid-box .column h2 {
    font-size: 20px;
  }
  .contact-page .init-2 .grid-box .column p {
    font-size: 16px;
  }
  .contact-page .init-6 .right h2 {
    font-size: 36px;
  }
  .contact-page .init-6 .right h6:before {
    border-width: 10px;
    margin: 10px 0;
  }
  .contact-page .init-6 .right h6 {
    font-size: 16px;
  }
  .contact-page .init-6 .right .text {
    font-size: 14px;
  }
  .inner-banner .box {
    padding-left: 0;
  }
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 30px;
  }
  .about-page .abt-2 .grid-box .right .text p {
    font-size: 16px;
  }
  .about-page .about-gy {
    margin-top: 0;
  }
  .about-page .about-gy .box ul li .text h6 {
    font-size: 18px;
  }
  .about-page .about-gy .box ul li .text h6 span {
    font-size: 150%;
  }
  .about-page .about-gy .box ul li .text h3 {
    font-size: 30px;
  }
  .about-page .about-gy .box ul .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .about-page {
    padding-bottom: 0;
  }
  .about-page .i-semi .semi-list ul li p {
    padding: 15px 0 0;
  }
  .inner-banner .nav-list ul li a {
    padding: 10px;
  }
  .inner-banner .nav-list ul li {
    min-width: 220px;
  }
  .prodet-page .prodet-1 .box .right .content {
    margin: 15px 0;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .bottom table td {
    padding: 10px;
  }
  .prodet-page .prodet-2 .bottom {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding: 60px 0;
  }
  .prodet-page .prodet-4 .left h3 {
    font-size: 28px;
  }
  .prodet-page .prodet-4 {
    padding: 40px 0;
  }
  .prodet-page .prodet-5 h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li p,
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li.add p {
    font-size: 18px;
    line-height: 1.6;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li span {
    font-size: 20px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul input[type=submit] {
    padding: 10px 30px !important;
    font-size: 22px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul .share a i {
    font-size: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact {
    padding: 40px 20px;
  }
  .product-page {
    padding: 50px 0;
  }
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 22px;
  }
  .newsList ul li {
    padding: 15px;
  }
  .newsList ul {
    margin: -15px;
  }
  .join-us-page .join-us-1 {
    padding: 60px 0;
  }
  .join-us-page .join-us-1 .box .right .btn a {
    line-height: 40px;
    height: 44px;
    font-size: 20px;
    padding: 0 20px;
  }
  .technology-page .i-support .grid-box .column:nth-child(2) a.more {
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin-top: 40px;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(1) {
    padding-left: 5%;
    padding-right: 5%;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul li {
    padding: 10px;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul {
    margin: -10px;
  }
  .join-us-page .about-page .init-certification-public .column .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .join-us-page .join-us-2 {
    padding: 60px 0;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    font-size: 24px;
    padding: 15px;
  }
  .factory-page {
    padding: 60px 0;
  }
  .factory-page .list {
    margin-top: 60px;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 40px;
  }
  .abt-7 .shuzi ul li.wow.fadeInUp {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .prodet-box .left{
    width: 40%;
  }
  .prodet-page .prodet-1 .prodet-box .right{
    width: 60%;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
  .inner-banner .box h2{
    font-size: 30px;
  }
  .inner-banner .btn{
    margin-top: 20px;
  }
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 24px;
  }
  .factory-page .list ul li {
    padding: 10px;
  }
  .factory-page .list ul {
    margin: -10px;
  }
  .join-us-page .join-us-1 .box .right h3 {
    font-size: 24px;
  }
  .join-us-page .join-us-1 .box .right .text {
    margin: 10px 0;
  }
  .join-us-page .about-page .init-certification-public {
    padding: 50px 0;
  }
  .join-us-page .join-us-2 h3 {
    font-size: 24px;
    margin-top: 20px;
  }
  .join-us-page .join-us-2 .from ul li label {
    font-size: 16px;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    margin-top: 0;
  }
  .technology-page .i-faq {
    padding: 60px 0;
  }
  .technology-page .i-faq .faq-list {
    padding-top: 30px;
  }
  .newsList ul li .box h3 {
    font-size: 18px;
  }
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .news-page .newsList {
    margin-bottom: 50px;
  }
  .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
  }
  .prodet-page .prodet-1 {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .right {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .box .right .content {
    font-size: 14px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .box .right .btn {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .box .right .btn a {
    line-height: 32px;
    height: 32px;
    min-width: 160px;
  }
  .prodet-page .prodet-2 .top ul li {
    padding: 0 20px 10px;
  }
  .prodet-page .prodet-2 .bottom {
    padding: 30px 0;
    border-bottom-width: 20px;
  }
  .prodet-page .prodet-3 .productList {
    margin-top: 30px;
  }
  .prodet-page .prodet-4 .left h3 {
    font-size: 24px;
  }
  .prodet-page .prodet-5 {
    padding: 60px 0;
  }
  .prodet-page .prodet-5 h3 {
    font-size: 32px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li p,
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li.add p {
    font-size: 14px;
  }
  .prodet-page .prodet-5 .p-contact .right h4 {
    font-size: 24px;
  }
  .about-page .abt-2 .grid-box .right {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .about-page .i-semi .semi-list {
    padding: 0 7%;
  }
}
@media screen and (max-width: 1250px){
  .prodet-page .prodet-1 .prodet-box .right .link a:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    height: auto;
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .prodet-box .small {
    padding: 0;
  }
  .prodet-page .prodet-1 .prodet-box .small span.arrow{
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 0;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-1 .prodet-box .right .content{
    overflow-y: unset;
    max-height: unset;
  }
  .prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding-left: 0%;
    margin-top: 35px;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a {
    font-size: 16px;
  }
  .display .display-left {
    width: 100%;
  }
  .display-right {
    width: 100%;
    margin-top: 30px;
  }
  .display {
    display: flex;
    flex-wrap: wrap;
  }
  .display .display-left p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .bottom table td {
    white-space: nowrap;
  }
  #footer .footer-top .left .text,
  .product-page .productList h1,
  .product-page .productList .fuyingpro,
  .hello {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 32px;
  }
  .prodet-page .prodet-1 .box .right {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-5 .p-contact .left {
    padding-right: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right {
    padding-left: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li input[type="text"] {
    height: 40px;
    line-height: 40px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li p {
    font-size: 16px;
  }
  .productList ul li .box2 h5 {
    font-size: 16px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
  .newdet-page .content {
    padding: 30px 0;
  }
  .newdet-page h2 {
    font-size: 24px;
  }
  .inner-page .newsList ul li {
    width: 50% !important;
  }
  .about-page p.p {
    font-size: 14px;
  }
  .join-us-page .about-page .init-certification-public .column:nth-child(2) .slick-list {
    padding-right: 0;
  }
  .join-us-page .join-us-1 .box .right .btn a {
    line-height: 32px;
    height: 34px;
    font-size: 14px;
  }
  .join-us-page .join-us-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .join-us-page .join-us-1 .box .left {
    display: none;
  }
  .join-us-page .join-us-1 .box {
    padding: 30px;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    font-size: 20px;
  }
  .contact-page .init-6 .left {
    width: 100%;
  }
  .contact-page .init-6 .right {
    width: 100%;
    padding: 30px 0 0;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box .content{
    margin-top: 0;
  }
  .prodet-page .prodet-2 .box {
    display: none;
  }
  .prodet-page .prodet-3 .chanshuBox .swiper-button-prev,
  .prodet-page .prodet-3 .chanshuBox .swiper-button-next {
    display: none;
  }
  .inner-banner .btn{
    display: none;
  }
  .abt-7 .shuzi ul li h3 {
    font-size: 22px;
  }
  .inner-banner .box h6 {
    font-size: 16px;
  }
  .technology-page .i-support,
  .join-us-page .about-page .init-certification-public {
    display: none;
  }
  .technology-page .i-faq,
  .join-us-page .join-us-2 {
    padding-top: 0;
  }
  .join-us-page .join-us-2 .from ul li {
    width: 100%;
  }
  .inner-banner .nav-list {
    display: none;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 18px;
  }
  .newdet-page .m-link .prev,
  .newdet-page .m-link .next {
    font-size: 13px;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 20px;
  }
  .prodet-page .prodet-4 .left,
  .prodet-page .prodet-4 .right {
    width: 100%;
    text-align: center;
  }
  .prodet-page .prodet-4 .right {
    margin-top: 10px;
  }
  .prodet-page .prodet-5 .p-contact .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-5 .p-contact .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li span {
    font-size: 16px;
  }
  .about-page .about-gy,
  .about-page .i-semi {
    display: none;
  }
  #footer .footer-top .left {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .inner-banner .box h6 {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-3 {
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a {
    width: 135px;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-scroll {
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 0%;
    position: relative;
  }
  .prodet-page .prodet-1 .prodet-box .right h3.tit {
    font-size: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul .share {
    margin-top: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li {
    padding: 15px 0;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li {
    width: 100%;
  }
  .prodet-page .prodet-5 h3,
  .technology-page .i-faq h2.h2 {
    font-size: 28px;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 18px;
    padding: 0 10px 5px;
  }
  .prodet-page .prodet-4 .left h3 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .box .right .btn a {
    min-width: 140px;
    font-size: 14px;
  }
  .newdet-page h2 {
    font-size: 20px;
  }
  .inner-page .newsList ul li {
    width: 100% !important;
  }
  .inner-page .newsList ul li .box {
    padding: 15px;
  }
  .join-us-page .join-us-1 .box {
    padding: 10px;
  }
  .join-us-page .join-us-1 .box .right h3 {
    font-size: 20px;
  }
  .join-us-page .join-us-1 .box .right {
    padding-right: 0;
  }
  .join-us-page .join-us-1 .box {
    border-radius: 5px;
  }
}
.prodet-page .prodet-1 .prodet-box .right h3 {
  color: var(--color);
  font-size: 24px;
}




.contact-page .contact-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.contact-page .contact-1 .left .text {
  color: rgba(0, 0, 0, 0.8);
}
.contact-page .contact-1 .left .text span {
  color: black;
}
.contact-page .contact-1 .left .text i {
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  background-color: var(--color1);
  color: white;
}
.contact-page .contact-1 .left .text i:before {
  font-size: 1.2em;
}
.contact-page .contact-1 .right p,
.contact-page .contact-1 .right span {
  display: block;
  margin-bottom: .3em;
  opacity: .8;
}
.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
  color: var(--color1);
}
.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
  width: 100%;
  padding: .9em;
  border: none;
  background-color: #f0f1f2;
  font-size: inherit;
  line-height: 1.4;
}
.contact-page .contact-1 .right textarea {
  height: 200px;
}
.contact-page .contact-1 .right select {
  padding: 1em;
}
.contact-page .contact-1 .right a.more span{
  margin-bottom: 0;
}
.contact-page .init-2 {
  margin-bottom: 25px;
}
.contact-page .init-2 .grid-box .column p em {
  font-weight: bold;
  color: #000;
}
.join-us-page .join-us-2 .from h2 {
  padding-left: 18px;
  font-size: 48px;
  margin-bottom: 20px;
  width: 90%;
}
img.cctv {
  height: 6px;
  width: 100%;
  margin-top: 15px;
}
.contact-page .init-2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 90%;
}

.gallery-page ul{
  margin: -10px;
}
.gallery-page ul li{
  padding: 10px;
}
@media screen and (max-width: 1000px) {
   .contact-page .contact-1 .left {
    position: static;
  }
}
@media screen and (max-width: 700px) {
  .news-page{
    padding: 30px 0;
  }
  .newdet-page .content{
    padding: 0;
  }
  .indusknow{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .init-2 .grid-box .column p .fa{
    display: block;
  }
}





.factory-page {
  padding-top: 90px;
  padding-bottom: 50px;
}
.factory-page .top h2 {
  border-bottom: 1px solid #dbdbdb;
    padding-bottom: 32px;
    margin-bottom: 60px;
}
.factory-page .top ul {
  margin: -23px;
  margin-bottom: 45px;
}
.factory-page .top ul li {
  padding: 23px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.factory-page .top ul li a {
  background-color: #dedede;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 0;
}
.factory-page .top ul li:hover a,
.factory-page .top ul li.active a {
  background: #638d2f;
  color: white;
}
.factory-page .wrap {
  margin: -18px;
}
.factory-page .wrap li {
  padding: 18px;
}
.factory-page .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: #638d2f;
  color: white;
  font-size: 25px;
  text-align: center;
  height: 77px;
  line-height: 77px;
  width: 335px;
  margin: 60px auto;
}
.factory-page.down .more{
    height: 57px;
      line-height: 57px;
      background: #ebac2f;
      color: #fff;
}
.factory-page.down img{
  width: 100%;
}
.factory-page.down .more:hover{
      background: none;
      color: #ebac2f;
      border: 1px solid #ebac2f;
}
.factory-page .more .fa {
  margin-left: 5px;
}
.factory-page .more:hover {
  background: black;
}




.faq-page {
  padding-bottom: 100px;
  padding-top: 80px
}
.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  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: 0 160px;
  width: 100%;
  cursor: pointer;
}
.faq-page .faqbox .ui.container ul.faqlist li .top .title{
  font-size: 28px
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust{
  color: #3788aa;
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: #3788aa;
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
@media screen and (max-width: 1000px){
  .faq-page .faqbox .ui.container ul.faqlist li .top .title{
    font-size: 18px
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top{
    padding: 0 100px
  }
}
@media screen and (max-width: 700px) {
   .faq-page{
     padding-top: 40px
   }
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 40px 0 0;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
.faq-page .faqbox .ui.container ul.faqlist li .top .title{
  font-size: 20px
}
.faq-page .faqbox .ui.container ul.faqlist li .top i{
  right: 20px
}
}

.news-page {
  padding: 100px 0;
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1
}
.news-page ul li .box .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 20px;
  height: 4.2em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
    height: 8em;
}

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: 0 0 12px rgb(125 125 125 / 21%);
    border-radius: 10px;
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
    border-radius: 10px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more span{
  margin-right: 0;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3{
  padding-bottom: 15px;
}
@media screen and (max-width: 1280px){
    .news-page ul li{
    width: 50% !important;
  }
}
@media screen and (max-width: 700px){
    .news-page ul li{
    width: 100% !important;
  }
  .news-page ul li .box .h3{
    min-height: auto;
  }
}
.newdet-page .newdet-1{
  padding-top: 80px
}
.newdet-page .newdet-1 .tips {
  width: 232px;
  height: 52px;
  background-image: -webkit-gradient(linear, left top, right top, from(#567e35), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: -webkit-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: -moz-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#f2f2f2, #f2f2f2);
  background-blend-mode: normal, 
		normal;
  border-radius: 26px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  margin: 0 auto 40px;
}
.newdet-page .newdet-1 h1{
  	font-size: 48px;
    font-weight: bold;
    text-align: center
}
.newdet-page .newdet-1 .time{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 22px
}
.newdet-page .newdet-1 .time .ad{
  width: 31px;
	height: 31px;
	background-color: #f2f2f2;
    display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 16px;
  color: #aaa
}
time .dot{
  	width: 3px;
	height: 3px;
	background-color: #588034;
    border-radius: 50%;
    margin: 0 10px
}
.newdet-page .newdet-1 .content{
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}
.newdet-page .newdet-1 .m-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 70px
}
.newdet-page .newdet-1 .m-link>a div{
  	color: #8e8e8e;
    font-size: 16px
}
.newdet-page .newdet-1 .m-link .share{
     display: flex;
  justify-content: center;
  align-items: center;
}
.newdet-page .newdet-1 .m-link .share a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
    display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-left: 10px
}
.newdet-page .newdet-1 .m-link .share .a1{
background: #48bde9
}
.newdet-page .newdet-1 .m-link .share .a2{
background: #4f5fbf
}
.newdet-page .newdet-1 .m-link .share .a3{
background: #7a7d82
}
.newdet-page .newdet-1 .m-link .share .a4{
background: #f39801
}
.newdet-page .newdet-1 .m-link .share .a5{
background: #f39801
}
@media screen and (max-width: 1280px) {
.newdet-page .newdet-1 h1{
  font-size: 35px
}
}
@media screen and (max-width: 1000px) {
.newdet-page .newdet-1 h1{
  font-size: 28px
}
.newdet-page .newdet-1 .m-link .share a{
  zoom: 0.8
}
}
@media screen and (max-width: 700px) {
.newdet-page .newdet-1 h1{
  font-size: 25px
}
.newdet-page .newdet-1 .m-link .share {
 width: 100%;
 justify-content: flex-start
}
.newdet-page .newdet-1 .m-link>a{
  width: 100%;
  margin-bottom: 10px
}
.newdet-page .newdet-1 .tips{
  zoom: 0.7
}
.newdet-page .newdet-1{
  padding-top: 40px
}
.newdet-page .newdet-1 .m-link{
  margin-top: 40px
}
.newdet-page .newdet-1 .content{
  margin-top: 25px
}
}
@media screen and (max-width: 500px) {
  .newdet-page .newdet-1 h1{
  font-size: 22px
}
.newdet-page .newdet-1 .content{
  font-size: 16px
}
}
.about-page .about-1 {
  padding-top: 70px;
}
.about-page .about-1 .center {
  margin-top: 50px;
  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;
}
.about-page .about-1 .center .left {
  /*width: 65%;*/
  font-size: 18px;
  line-height: 2;
  /*height: 220px;*/
  overflow-y: auto;
  padding-right: 15px;
}
.about-page .about-1 .center .right {
  max-width: 30%;
  text-align: center;
}
.about-page .about-1 .center .right .t1 {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .center .right p {
  font-size: 26px;
}
.about-page .about-1 .video {
  margin-top: 65px;
  position: relative;
  cursor: pointer
}
.about-page .about-1 .video .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%);
}
.about-page .about-1 .video .play img {
  position: relative;
  z-index: 3;
}
.about-page .about-1 .video .play::before,
.about-page .about-1 .video .play::after {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background: #979da1;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
.about-page .about-1 .video .play::before {
  -webkit-animation: ks 2s infinite ease;
  -moz-animation: ks 2s infinite ease;
  animation: ks 2s infinite ease;
}
.about-page .about-1 .video .play::after {
  -webkit-animation: ks 2s 1s infinite ease;
  -moz-animation: ks 2s 1s infinite ease;
  animation: ks 2s 1s infinite ease;
}
.about-page .about-1 .dates {
  padding: 60px 0 90px;
}
.about-page .about-1 .dates ul {
  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;
}
.about-page .about-1 .dates ul li {
  /*width: 25%;*/
  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;
}
.about-page .about-1 .dates ul li .num {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color:#5ec2d1;
}
.about-page .about-1 .dates ul li .num em {
  line-height: 1;
}
.about-page .about-1 .dates ul li p {
  font-size: 18px;
  margin-left: 20px;
  max-width: 200px;
    font-weight: 400;
}
.about-3 .list ul {
  margin: -25px;
  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;
}
.about-3 .list li {
  padding: 25px;
}
.about-3 .list .box {
  padding: 5%;
  min-height: 370px;
  background-color: var(--color);
  position: relative;
  overflow: hidden;
  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;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-3 .list .box i {
  display: block;
  width: 25%;
  margin: 0 auto 10%;
}
.about-3 .list .box .name {
  font-weight: bold;
  color: #fff;
}
.about-3 .list .box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #86c9db;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.about-3 .list .box .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15% 9% 0;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.about-3 .list .box .mask hr {
  border: none;
  margin: 20px 0 40px;
  border-bottom: 1px solid #fff;
}
.about-3 .list .box .mask .text {
  color: #fff;
  line-height: 1.5;
  min-height: 6em;
}
.about-3 .list .box.on::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-3 .list .box.on .mask {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.about-3 .list .box.out::after {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.about-3 .list .box.out .mask {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.about-4 {
  padding: 130px 0;
}
.about-4 .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.about-4 .arrows span.arrow:hover {
  border-color: var(--color);
}
.about-4 .arrows span.arrow svg{
  vertical-align: middle;
}
.about-4 .arrows span.arrow svg path {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-4 .arrows span.arrow:hover svg path {
  fill: var(--color);
}
.about-4 .list {
  position: relative;
}
.about-4 .list::before {
  content: "";
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e1e1e1;
}
.about-4 .list ul {
  margin: 0 -40px;
}
.about-4 .list li {
  padding: 0 40px;
}
.about-4 .list .year {
  font-weight: bold;
  height: 70px;
}
.about-4 .list .dot {
  width: 17px;
  height: 17px;
  background-color: rgba(28, 111, 153, 0.3);
  border-radius: 50%;
  position: relative;
}
.about-4 .list .dot::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background-color: var(--color);
  border-radius: inherit;
}
.about-4 .list .name {
  font-weight: bold;
  margin-top: 30px;
}
.about-4 .list .text {
  margin-top: 20px;
}
.about-5 {
  padding: 140px 0 280px;
  background-color: #f0f9fb;
}
.about-5 .left .images {
  position: relative;
  margin-right: 66px;
}
.about-5 .left .images .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000000;
  transition: .5s ease;
}
.about-5 .left .images .img img {
  opacity: .3;
  transition: .5s ease;
}
.about-5 .left .images .img.img_2 {
  left: 33px;
  top: 33px;
  z-index: 2;  
}
.about-5 .left .images .img.img_2 img {
  opacity: .6;
}
.about-5 .left .images .img.img_1 {
  left: 66px;
  top: 66px;
  z-index: 3;
}
.about-5 .left .images .img.img_1 img {
  opacity: 1;
}
.about-5 .right {
  margin-top: 40px;
}
.about-5 .right ul {
  margin-top: 80px;
}
.about-5 .right li {
  cursor: pointer;
  padding-bottom: 20px;
}
.about-5 .right li:not(:last-child) {
  margin-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.about-5 .right li .name {
  margin: 20px 0;
  font-weight: bold;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-5 .right li .text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
  display: none;
}
.about-5 .right li .text p {
  line-height: 1.5;
  min-height: 4.5em;
}
.about-5 .right li.active .name {
  color: var(--color);
}
.about-6 ul{
  margin: 0 -10px;
}
.about-6 ul li{
  padding: 0 10px;
}
@media screen and (max-width: 1750px) {
  .about-page .about-1 .dates ul li .num{
    font-size: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .center .right .t1 {
    font-size: 150px;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .center .right .t1 {
    font-size: 120px;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 50px;
  }
  .about-3 .list .box .mask hr {
    margin: 20px 0;
  }
  .about-3 .list .box {
    min-height: 300px;
  }
  .about-3 .list ul {
    margin: -15px;
  }
  .about-3 .list li {
    padding: 15px;
  }
  .about-4 .list ul {
    margin: 0 -30px;
  }
  .about-4 .list li {
    padding: 0 30px;
  }
  .about-5 .left {
    padding: 0;
  }
  .about-5 .right {
    margin-top: 0;
  }
  .about-5 .right ul {
    margin-top: 40px;
  }
  .about-page .about-1 .dates ul li .num span{
    font-size: 20px;
  }
  #innerMobileBanner {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .dates ul li {
    width: 33.33333333%;
    margin: 20px 0;
    flex-direction: column;
  }
  .about-page .about-1 .dates{
    padding-bottom: 0;
  }
  .about-page .about-1 .center .left {
    height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
  .about-page .about-1 .dates ul li {
    width: 50%;
    margin: 20px 0;
  }
  .about-page .about-1 .center .left {
    width: 100%;
  }
  .about-page .about-1 .center .right {
    display: none;
  }
  .about-page .about-1 .video {
    display: none;
  }
   .about-3 {
    padding-top: 60px;
  }
  .about-4 {
    padding: 60px 0;
  }
  .about-4 .list ul {
    margin: 0 -15px;
  }
  .about-4 .list li {
    padding: 0 15px;
  }
  .about-5 {
    padding: 60px 0;
  }
  .about-5 .left {
    display: none;
  }
  .about-5 .right {
    width: 100%!important;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
    .about-5 .right li .name {
    margin: 10px 0;
  }
  .about-5 .right li {
    padding-bottom: 10px;
  }
  .about-5 .right li:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-page .about-1 .dates {
    padding: 20px 0 30px;
  }
  .about-3 .list li{
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .dates ul li {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 30px;
  }
  .about-page .about-1 .dates ul li p {
    max-width: 200px;
  }
}

.service-page .service-1 {
  padding-top: 110px;
  padding-bottom: 70px
}
.service-page .service-1 .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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-1 .top .tip {
  width: 50%;
}
.service-page .service-1 .top .tip .title {
  line-height: 1.2;
}
.service-page .service-1 .top .cont {
  width: 50%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2;
}
.service-page .service-1 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;
  margin: -20px;
}
.service-page .service-1 ul li {
  width: 50%;
  padding: 20px;
}
.service-page .service-1 ul li .box{
  background-color: #f7f7f7;
  height:290px;
  padding: 45px 28px;
  position: relative;
}
.service-page .service-1 ul li .box .bg{
  position: absolute;
  inset:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-page .service-1 ul li .img {
  position: relative;
  z-index: 2;
  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;
  margin-bottom: 33px;

}
.service-page .service-1 ul li .bg {
  border: 1px solid #eee;
}
.service-page .service-1 ul li .img .num {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: white;
}
.service-page .service-1 ul li .t1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight:bold;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.service-page .service-1 ul li .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.service-page .service-1 .bottom {
  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;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 84px;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom img {
  margin-right: 24px;
}
.service-page .service-1 .sev1 {
  width: 100%;
}
.service-page .service-1 .sev-img{
  position: relative;
  margin-top: 80px
}
.service-page .service-1 .sev-img .sev-icon{
  position: absolute;
  right: 70px;
  top: 0;
  margin-top:-96px;
  animation: sc 8s infinite linear;
}
.service-page .service-2 {
  background: url(../images/sev2.jpg) no-repeat bottom -5px center / 100%;
  padding: 105px 0 175px;
  text-align: center;
}
.service-page .service-2 .title {
  line-height: 1.2;
}
.service-page .service-2 .cont {
  max-width: 1150px;
  font-size: 17px;
  line-height: 2;
  margin: 15px auto 45px;
}
.service-page .service-2 .more {
  margin: 0 auto;
  /*border: solid 1px rgba(0, 0, 0, 0.8);*/
}

.quality-2 .desc {
  max-width: 860px;
  margin: auto;
  color: #777777;
}
.quality-2 .list ul {
  margin: -15px;
}
.quality-2 .list li {
  padding: 15px;
}
.quality-2 .list .img {
  overflow: hidden;
  position: relative;
}
.quality-2 .list .img .name {
  padding: 10px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.quality-2 .list .img:hover .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.quality-2 .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.quality-2 .arrows span.arrow:hover {
  color: var(--color1);
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .tip {
    width: 100%;
  }
  .service-page .service-1 .top .cont {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .service-page .service-1 ul li .t1 {
    font-size: 16px;
  }
  .service-page .service-1 ul li .img .num {
    font-size: 60px;
  }
  .service-page .service-1 .sev-img{
  zoom: 0.8
}
}
@media screen and (max-width: 700px) {
  .service-page .service-1 ul li {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .service-page .service-1 ul li .box{
    height: auto;
  }
  .service-page .service-1 ul li .t1 {
    font-size: 18px;
  }
  .service-page .service-1{
    padding: 40px 0;
  }
    .service-page .service-1 .sev-img{
  zoom: 0.5
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom {
    display: none;
  }
}



#index-body .advantage2 {
    background: url(/template/en/images/adv_bg.jpg) no-repeat top center/cover;
    padding-top: 100px;
    padding-bottom: 160px
}

.application-page #index-body .advantage2 {
    background-image: url(/template/en/images/adv_bg.jpg)
}

.service-page #index-body .advantage2 {
    background-image: url(/template/en/images/seradv_bg2.jpg)
}

#index-body .advantage2 .ui.container {
    max-width: 1700px
}

#index-body .advantage2 .tip {
    color: #fff;
    text-align: center
}

#index-body .advantage2 .tip .smt {
    padding-bottom: 10px
}

#index-body .advantage2 ul {
    margin-right: -24px;
    margin-top: 65px
}

#index-body .advantage2 ul li {
    padding-right: 24px
}

#index-body .advantage2 ul li .box {
    background: #fff;
    padding-top: 56px;
    padding: 56px 39px 80px
}

#index-body .advantage2 ul li .box .t1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    height: 2.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

#index-body .advantage2 ul li .box .icon {
    height: 102px
}

#index-body .advantage2 ul li .box .cont {
  font-size: 18px;
    line-height: 1.8;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    height: 13em;
}


.make-page .make-1 {
    padding: 160px 0 88px;
}

.make-page .make-1 .content {
    font-size: 16px;
    line-height: 28px;
    color: #000000;;
    text-align: center;
    max-width: 1379px;
    margin: 17px auto 50px
}

.make-page .make-1 ul {
    /*margin: -15px;*/
    max-width: 1450px;
    margin: auto;
}

.make-page .make-1 ul li {
    padding: 15px
}

.make-page .make-2 {
    background: url(/template/en/images/make-2-bg.png) no-repeat;
    background-size: cover;
    padding: 172px 0 110px;
}

.make-page .make-2 h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 3;
    color: rgb(255 255 255)
}

.make-page .make-2 .left {
    width: 38%;
    position: relative;
    top: -88px;
}

.make-page .make-2 .right {
    vertical-align: middle;
    padding: 0 120px 0 60px;
    position: relative;
    top: -10px;
    width: 62%;
}

.make-page .make-2 .right ul {
    margin: -15px
}

.make-page .make-2 .right ul li {
    padding: 15px
}

.make-page .make-3 {
    padding: 200px 0 160px;

}

.make-page .make-3 p.text {
    line-height: 28px;
    color: #9e9e9e;
    margin: 25px 0 60px
}

.make-page .make-3 ul {
    border-top: 1px solid rgb(49 49 49 / 9%);
}

.make-page .make-3 ul li {
    background: #fafafa;
    padding: 0 100px
}

.make-page .make-3 ul li .box {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 40px 0
}

.make-page .make-3 ul li .left {
    width: 37%;
    vertical-align: middle;
    text-align: center
}

.make-page .make-3 ul li .right {
    width: 53%;
    vertical-align: middle;
    padding-left: 60px;
}

.make-page .make-3 ul li .right .content {
    line-height: 28px;
    color: #7f7f7f;
    margin-top: 30px
}

.make-page .make-3 ul li:last-child .box {
    border-bottom: none
}

@media screen and (max-width: 1250px) {

    .make-page .make-2 h2 {
        font-size: 66px
    }

    .make-page .make-1 {
        padding: 72px 0 105px
    }

    .make-page .make-2 .right {
        padding-left: 70px
    }

    .make-page .make-3 ul li {
        padding: 0 50px
    }

    .make-page .make-3 ul li .box {
        padding: 70px 0
    }
    
  .make-page .make-2 .left {
      top: 0;
    }
}

@media screen and (max-width:1000px) {
  .font-33 {
    font-size: 20px;
  }
  .make-page .make-2,
  .make-page .make-3  {
    padding: 65px 0;
  }
    .make-page .make-3 ul li .left{
      width:100%; 
    }
    .make-page .make-3 ul li .right{
      width: 100%;
      margin-top: 60px;
      padding:0 30px;
    }
    .make-page .make-2 h2 {
        font-size: 40px
    }

    .make-page .make-3 ul li .left img {
        width: 100%
    }
        .make-page .make-2 .left,.prodet-page .prodet-1 .left,.prodet-page .prodet-2 ul li .left {
        width: 100%;
        padding-right: 0
    }

    .make-page .make-2 .left {
        margin-bottom: 20px
    }


    .make-page .make-2 .right {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {



   .prodet-page .prodet-1 .right,.prodet-page .prodet-2 ul li .right {
        width: 100%;
        padding-left: 0
    }
}
@media screen and (max-width: 500px) {
  .make-page .make-3 ul li {
        padding: 0
    }
}


.cus-page.service-page .cus-2 {
  background-color: white;
  margin-bottom: 65px;
}
.cus-page .cus-2 {
  /*background-color: #f0fafc;*/
  padding: 100px 0 0;
}
.cus-page .cus-2 .list li .name {
  padding: 40px 0;
  color: #777777;
  border-bottom: 1px solid #777777;
}
.cus-page .cus-2 .list li .name i {
  float: right;
}
.cus-page .cus-2 .list li .name.active {
  color: #166993;
}
.cus-page .cus-2 .list li .name.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cus-page .cus-2 .list li .content {
  padding: 50px 0;
}
.cus-page .cus-2 .list li .content .wrapper {
  margin-right: -80px;
  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;
}
.cus-page .cus-2 .list li .content .wrapper .item {
  width: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 80px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.cus-page .cus-2 .list li .content .wrapper .item:not(:last-child) {
  background: url(/cjlids/2025/11/07/cus-2-arrow.png) no-repeat center right 15px;
}
.cus-page .cus-2 .list li .content .wrapper .item::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 11;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d6dbdc;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.cus-page .cus-2 .list li .content .wrapper .item:hover::before {
  background-color: #5ec2d1;
}
.cus-page .cus-2 .list li .content .wrapper .item .box {
  padding: 20px;
  border-radius: 25px;
  background: url(../images/cus-2-bg.png) no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 0 12px 21px rgba(0, 0, 0, 0.13);
  box-shadow: 0 12px 21px rgba(0, 0, 0, 0.13);
}
.cus-page .cus-2 .list li .content .wrapper .item .box > div:last-child {
     line-height: 2.5;
    min-height: 1em;
}
.cus-page .cus-2 .list li .content .wrapper .item .box .num {
  font-size: 29px;
  font-weight: bold;
  color: #FFFFFF;
}


@media (max-width: 1470px) {
  .cus-page .cus-2 .list li .content .wrapper .item:not(:last-child) {
    background-position: center right 0;
  }
  .cus-page .cus-2 .list li .content .wrapper {
    margin-right: -40px;
  }
  .cus-page .cus-2 .list li .content .wrapper .item {
    padding-right: 40px;
  }
}
@media (max-width: 1240px) {
  .cus-page .cus-2 .list li .content .wrapper .item:not(:last-child) {
    background: none;
  }
  .cus-page .cus-2 .list li .content .wrapper {
    margin-right: -15px;
  }
  .cus-page .cus-2 .list li .content .wrapper .item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .cus-page .cus-2 .list li .content .wrapper .item .box {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .cus-page .cus-2 {
    padding: 60px 0 0;
  }
  .cus-page .cus-2 .list li .content .wrapper .item {
    width: 33.33%;
  }
  .cus-page .cus-2 .list li .name {
    padding: 20px 0;
  }
  .cus-page .cus-2 .list li .content {
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .cus-page .cus-2 .list li .content .wrapper .item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .cus-page .cus-2 .list li .content .wrapper {
    margin-right: -5px;
  }
  .cus-page .cus-2 .list li .content .wrapper .item {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 20px 0;
  }
  .cus-page .cus-2 .list li .content .wrapper .item .box {
    padding: 10px;
  }
}


.i-envir {
    padding: 100px 0 0;
}

.i-envir .envir-list {
    margin-top: 60px;
    position: relative
}

.i-envir .envir-list .fa {
    font-size: 18px;
    position: absolute;
    top: -17%;
    right: 6%;
    cursor: pointer
}

.i-envir .envir-list .fa-chevron-right {
    right: 4%;
    color: #666
}

.i-envir .slideBox {
    margin: -5px
}

.i-envir .swiper-slide {
    padding: 5px
}

@media screen and (max-width: 700px) {
    .i-envir {
        padding: 85px 0 0;
    }

    .i-envir .grid-box.two>.column {
        width: 100%
    }

    .i-envir .envir-list .fa {
        right: 14%
    }

    .i-envir .envir-list .fa-chevron-right {
        right: 4%
    }
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}
.seoPublic .title {
  margin-bottom: 40px;
}