@font-face {
  font-family: "Delon";
  src: url("../fonts/DelonRegular.eot");
  src: url("../fonts/DelonRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/DelonRegular.woff2") format("woff2"), url("../fonts/DelonRegular.woff") format("woff"), url("../fonts/DelonRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #000000;
  font-weight: 500;
  margin: 0 auto;
  color: #333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1600px;
  margin: auto;
  width: 100%;
}
.delon {
  font-family: "Delon";
  font-weight: normal;
}
.more {
  width: 155px;
  height: 52px;
  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;
  font-size: 18px;
  cursor: pointer;
  background: url(../images/more1.png) no-repeat center center / 100% 100%;
  color: #666666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  background-image: url(../images/more2.png);
  color: #fff;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #000;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 45px;
  color: #333;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #333333;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li>ul.sub-menu>li>ul.sub-menu{
  left: 100%;
  top: 0
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover>ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li>ul.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  margin-left: 70px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span img {
  width: 25px;
  margin-left: 32px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 32px;
  cursor: pointer;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;

  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
      background-color: rgba(255,255, 255, .6);
   -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
#header.active .nav {
  border-bottom: none;
}
#header.active .nav::after {
  width: 100%;
}
#header.inner .nav::after {
  width: 100%;
}
.font-18 {
  line-height: 32px;
}
.font-16 {
  line-height: 1.8;
}
.lh-1 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.2;
}
.font-72 {
  line-height: 1;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}
#banner li .text .box {
  max-width: 540px;
}
#banner li .text .box .cont {
  width: 90%;
  color: #666666;
  line-height: 32px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-webkit-keyframes transAni1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@-moz-keyframes transAni1 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@keyframes transAni1 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.sp-2 {
  letter-spacing: 2px;
}
#index-body {
  overflow: hidden;
}
#index-body .type {
  text-align: center;
}
#index-body .type .process{
  position: relative
}
#index-body .type .process .pag{
  width: 80%;
  height: 3px;
  background-color: #bebebe;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translatex(-50%)
}
#index-body .type .process .pag p{
  height: 100%;
  width: 0;
  background-color: #333333;
  transition: .5s
}
#index-body .type .process ul.op1 li{
  opacity: 0
}
#index-body .type .process ul{
  /*display: flex;
  justify-content: space-between;*/
  position: relative;
  z-index: 4
}
#index-body .type .process ul .slick-track{
      -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

}
#index-body .type .process ul li{
  max-width: 210px
}
.custom-page #index-body .type .process ul li{
  max-width: 300px;
}
.custom-page #index-body .type .process ul li .cont{
  height: 200px;
  overflow-y: auto;
  opacity: 0.6;
  line-height: 2;
}

@keyframes lineHeight{
  0%{
    width: 0;
  }
  100%{
    width: 250px;
  }
}
#index-body .type .num {
  width: 79px;
  height: 79px;
  background-color: #f4f4f4;
  border: solid 1px #999999;
  border-radius: 50%;
  margin: 0 auto;
  transition: .5s;
  position: relative;
  z-index: 7
}


#index-body .type  ul .slick-active li  .num::after{
  opacity: 1;
}
#index-body .type  ul .slick-active:last-child li  .num::after{
  opacity: 0;
}
#index-body .type ul .slick-active:last-child li  .num::before{
  opacity: 0;
}

/*#index-body .type ul  .slick-current li  .num {
  background-color: #333333;
  color: #ffffff;
}*/
#index-body .type .num::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 2px;
  background: #bebebe;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#index-body .type .num::before {
  content: '';
  position: absolute;
  /*width: 1px;
  height: 0;*/
   width: 0%;
  height: 2px;
  background: #000;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3
}

#index-body .type  ul .slick-current li  .num::before{
  animation: lineHeight 5s forwards linear;
}
#index-body .type .process ul li:hover .num,#index-body .type ul  .slick-current li  .num{
  background-color: #333333;
  color: #ffffff;
}
#index-body .type .swiper {
  overflow: hidden;
  position: relative;
}

#index-body .type .swiper-container-horizontal > .swiper-pagination-progressbar {
  top: 38px;
  width: 90%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #bebebe;
  height: 3px;
}
#index-body .type .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #333333;
}

#index-body .product {
  background: url(../images/bg1.jpg) no-repeat center bottom / 100%;
}
#index-body .product .btn {
  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 .product .btn .next {
  position: relative;
}
#index-body .product .btn .prev {
  position: relative;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
#index-body .product .btn .more:hover img {
  -webkit-filter: invert(100);
  filter: invert(100);
}
#index-body .product .buttom {
  overflow: hidden;
}
#index-body .product .buttom ul {
  padding-right: 45%;
  padding-left: 5%;
  margin-right: -150px;
}
#index-body .product .buttom ul li {
  padding-right: 150px;
}
#index-body .product .buttom .slick-list {
  overflow: visible;
}
#index-body .product .buttom .box .left {
  width: 50%;
}
#index-body .product .buttom .box .left{
  overflow: visible;
  padding: 40px 0
}
#index-body .product .buttom .box .left img {
  width: 100%;
}
#index-body .product .buttom .box .right {
  width: 50%;
  padding: 50px 0
}
#index-body .product2 .box {
  position: relative;
}
#index-body .product2 .box .box2{
  position: relative
}
#index-body .product2 .box:hover .text2 {
  opacity: 1;
}
#index-body .product2 .box:hover .text img{
  opacity: 0
}
#index-body .product2 .text .img-box {
  background-color: #ededed;
  /*padding: 70px 110px;*/
}
#index-body .product2 .text .img-box img {
  width: 100%;
}
#index-body .product2  .t1 {
  color: #666666;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
#index-body .product2  .t1 .img{
  overflow: hidden;
  transition: .5s;
  position: relative
}
#index-body .product2  .t1 .img img{
    transition: .5s;
    padding: 0 10px
}
#index-body .product2  .t1 .img img:first-child{
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
   
}
#index-body .product2  .t1:hover .img img:last-child{
  transform: translate(110%);
}
#index-body .product2  .t1:hover .img img:first-child{
    transform: translate(0);

}
/*#index-body .product2  .t1:hover img{
transform: translateX(10px)
}*/
#index-body .product2 .text2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product2 .text2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .product2 .text2 .more {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/more3.png);
}
#index-body .product2 .text2 .more:hover {
  background-image: url(../images/more2.png);
}
#index-body .about {
  position: relative;
}
#index-body .about .top {
  width: 50%;
  color: #cca255
}
#index-body .about > .left {
  background: #ededed url(../images/jwd.png) no-repeat left bottom;
}
#index-body .about .left .box {
  width: 50%;
}
#index-body .about .left .box .cont {
  color: #666666;
  line-height: 32px;
}
#index-body .about .left .box .cont span {
  color: #333333;
  font-weight: bold;
}
#index-body .about .left .box .dates li {
  width: 46%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #666666;
  padding-bottom: 14px;
  margin-top: 70px;
}
#index-body .about .left .box .dates li p {
  color: #666666;
}
#index-body .about .left .box .dates li .num {
  line-height: 1;
}
#index-body .about .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}
#index-body .about .right img {
  width: 100%;
}
#index-body .brand {
  background: url(../images/bg3.png) no-repeat center top / 100% 100%;
  position: relative;
  color: #fff;
}

#index-body .brand .bottom .lg1{
  margin-bottom: 50px
}
#index-body .brand .bottom .lg1 ul{
  margin-right: -20px;
  animation: transAni2 40s linear infinite forwards;
    white-space: nowrap;
 
}

#index-body .brand .bottom .lg2 ul{
  margin-right: -20px;
  animation: transAni1 40s linear infinite forwards;
    white-space: nowrap;
 
}
#index-body .brand:hover .bottom  ul{
  /*animation-play-state: paused;*/
}
#index-body .brand .bottom ul li{
  padding-right: 20px;
  display: inline-block
}
#index-body .brand .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#index-body .brand .swiper .swiper-wrapper img {
  width: 100%;
}
#index-body .brand .img {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 6;
}
#index-body .news ul li .box {
  position: relative;
}
/*#index-body .news ul li .box:hover .img2 {
  opacity: 1;
}*/
#index-body .news ul li .box:hover .text {
  z-index: 5;
  background: linear-gradient(to top,rgba(0, 0, 0,1),rgba(0, 0, 0,0) );
  color: #fff;
    padding: 70px 50px;
}
#index-body .news ul li .box:hover .text .right .time {
  color: #fff;
  opacity: 0.5;
}
#index-body .news ul li .box:hover .text .right img {
  -webkit-filter: invert(100);
  filter: invert(100);
  opacity: 0.5;
}

#index-body .news ul li .text {
  background-color: #f3f3f3;
  padding: 40px 50px;

  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
 bottom: 0;
  width: 100%
}
#index-body .news ul li .text .left {
  width: 68%;
  line-height: 1.6;
}
#index-body .news ul li .text .right {
  text-align: right;
}
#index-body .news ul li .text .right .time {
  color: #666666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news ul li .text .right img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.advantage .pr {
  position: relative;
}
.advantage .top .btn {
  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;
}
.advantage .top .btn .more {
  position: relative;
}
.advantage .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.advantage .header {
  text-align: left;
}
.advantage .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.advantage .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.advantage .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.advantage2 .content ul li{
  width: 16%
}
.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 425px;
}
.advantage .content ul li .ig i {
  display: block;
}
.advantage .content ul li .ig .tit {
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}
.advantage .content ul li.active {
  width: 50%;
}
.advantage .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.advantage .content ul li.active .tit {
  opacity: 0;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #ededed;
  position: relative;
  overflow: hidden
}
#footer .f-box .font-18 {
  line-height: 32px;
}
.font-30{
  line-height: 1.6;
}
#footer .f-box .f-product #ewm {
  width: 92px;
  height: 92px;
}
#footer .f-box .f-contact {
  max-width: 410px;
}
#footer .f-box .f-contact .tip {
  opacity: 0.5;
}
#footer .f-box .f-nav ul li a {
  opacity: 0.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-nav ul li .sub-menu{
  display: none
}
#footer .f-box .f-nav ul li a:hover {
  opacity: 1;
  border-bottom: 1px solid #333333;
}
#footer .f-box .f-form {
  width: 325px;
}
#footer .f-box .f-form form {
  width: 100%;
}
#footer .f-box .f-form form li {
  margin-bottom: 12px;
}
#footer .f-box .f-form form li input {
  width: 100%;
  height: 54px;
  padding-left: 30px;
  background: none;
  border: solid 1px rgba(51, 51, 51, 0.8);
}
#footer .f-box .f-form form li input::-webkit-input-placeholder {
  color: #999999;
  opacity: 0.5;
}
#footer .f-box .f-form form li input:-moz-placeholder {
  color: #999999;
  opacity: 0.5;
}
#footer .f-box .f-form form li input::-moz-placeholder {
  color: #999999;
  opacity: 0.5;
}
#footer .f-box .f-form form li input:-ms-input-placeholder {
  color: #999999;
  opacity: 0.5;
}
#footer .f-box .f-form form li input::placeholder {
  color: #999999;
  opacity: 0.5;
}
#footer .f-box .f-form form li .submit {
  background-color: #333333;
  color: #fff;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-form form li .submit:hover {
  opacity: 0.5;
}
#footer .f-img img {
 display: block;
 margin: 0 auto
}
#footer .f-img .bg2{
  margin-top: -16px
}
#footer .f-copy {
  font-size: 18px;
  position: relative;
  line-height: 1.8;
  color: #333333;
  text-align: center;
  padding: 18px 0 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #333333;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #333333;
}
#footer .f-copy .share {
  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;
}
#footer .f-copy .share a {
  margin: 0 7px;
  opacity: 0.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .share a:hover {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .container {
    max-width: 1380px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1220px;
  }
  .advantage .content ul li .ig {
    padding: 40px 30px 30px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 30px
  }
  .container {
    max-width: 1080px;
  }
  .advantage .content ul li .ig {
    padding: 40px 20px 30px;
  }
  #index-body .product .buttom ul {
    margin-right: -60px;
  }
  #index-body .product .buttom ul li {
    padding-right: 60px;
  }
  .f-copy .hq {
    display: block;
  }
  #footer .f-box .f-contact {
    width: 300px;
  }
  #index-body .news ul li .text {
    padding: 20px;
  }
  #index-body .product .buttom ul {
    padding-right: 30%;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #banner li .text .box {
    max-width: 50%;
  }
  .font-48{
    font-size: 20px!important;
    line-height: 36px;
  }
  .more {
    width: 155px !important;
  }
  #index-body .product .buttom ul {
    padding: 0 20px;
  }
  .product2 .top .more,
  .news .top .more {
    margin: 20px 0 0 auto;
  }
  #index-body .news ul li .text .right img {
    margin: 0 0 0 auto;
  }
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #footer .f-box .f-contact .item {
    width: 100%;
    margin-bottom: 20px;
  }
  #banner {
    margin-top: 60px;
  }
  .product2 .bottom {
    padding: 0 15px;
  }
  #index-body .about .top,
  #index-body .about .left .box {
    width: 100%;
  }
  .advantage .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  #index-body br {
    display: none;
  }
  #footer .f-img {
    display: none;
  }
  #footer .f-copy {
    position: relative;
  }
  #footer .f-copy .share {
    display: none;
  }
  .advantage .content ul li .ig .tit {
    display: none;
  }
  #index-body .about .right {
    display: none;
  }
  #index-body .product .btn {
    display: none;
  }
  .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .advantage .content ul li.active {
    width: 50%;
  }
  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
  }
  #index-body .news ul li .text .right {
    margin-top: 20px;
  }
  #index-body .about .left .box .dates li {
    margin-top: 30px;
  }
  #index-body .about > .left {
    background-size: 50%;
  }
   #index-body .type {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .advantage {
    display: none;
  }
  #banner li .text .box .cont {
    width: 100%;
  }
  #banner li .text {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #index-body .product2 .text .t1 img {
    zoom: 0.6;
  }
  #index-body .news ul li .text .right img {
    zoom: 0.5;
  }
}
@media screen and (max-width: 500px) {
  .font-80{
    font-size: 24px;
    line-height: 44px;
  }
  .font-72{
    font-size: 20px;
    line-height: 36px!important;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
  }
  #footer .f-copy {
    font-size: 16px;
    line-height: 30px;
  }
  #banner li .text .box .cont {
    display: none;
  }
  .more {
    zoom: 0.5;
  }
  #index-body .about .left .box .dates li .img {
    zoom: 0.5;
  }
  #footer .f-box .f-form form li input {
    padding-left: 15px;
  }
  #index-body .brand {
    display: none;
  }
  .fixed-toolbar ul li {
    zoom: 0.7;
  }
  #banner li .text .box {
    max-width: 60%;
  }
 
  .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }
  .advantage .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }
  .advantage .content ul li .ig .tit {
    line-height: 1.5;
  }
  .advantage .content ul li .ig .box {
    line-height: 1.8;
  }
}


.inner-banner {
  background-position: center center;
  max-width: 1920px;
  margin: 0 auto 0 0;
  height: 600px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 98px;
}
.inner-banner.factory_banner{
  height: 155px;
  background: #f3f3f3;
  color: black;
}
.inner-banner .ui.container{
  max-width: 1540px;
}
.inner-banner .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 34px;
}
.inner-banner .text .title {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 900;
}
.inner-banner .text .mbx { 
  /*font-weight: 300;*/
      font-size: 14px;
  margin-top: 12px;
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.21)), color-stop(5%, rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner.factory_banner::after{
  content: none;
}
.product-cat-page {
  padding: 5% 0 8.81%;
}
.product-cat-page .list {
  padding: 5px 0 0;
  border-top: 1px solid #c9c9c9;
}
.product-cat-page .list ul li {
  padding-bottom: 12px;
  margin-bottom: 11px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .text {
  width: 63%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-cat-page .list ul li .text .title {
  display: block;
  font-size: 60px;
  line-height: 1.1;
  /*font-weight: bold;*/
  color: var(--color);
  transition: .5s
}
.product-cat-page .list ul li .text .title:hover{
  color: #cca255
}
.product-cat-page .list ul li .text .desc {
  font-size: 18px;
  color: #323232;
  line-height: 32px;   
  margin-top: 48px;
}
.product-cat-page .list ul li .img {
  width: 37%;
  padding-left: 38px;
  text-align: right;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-cat-page .list ul li .img .img-box {
  display: block;
  overflow: visible
}
.product-cat-page .list ul li .img .img-box{
  padding: 40px 0
}
.product-cat-page .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .product-cat-page .list ul li .text .title {
    font-size: 50px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .product-cat-page .list ul li .text .title {
    font-size: 40px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .text .title {
    font-size: 36px;
  }
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .img {
    padding-left: 0;
    position: absolute;
    right: 0;
    width: 32%;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner .text .title {
    font-size: 30px;
  }
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 32px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 10px;
  }
  .product-cat-page .list ul li .img {
    width: 48%;
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 240px;
  }
  .inner-banner .text .title {
    display: none;
  }
  .product-cat-page .list ul li .img {
    display: none;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 24px;
  }
  .product-cat-page .list ul li .text .desc {
    font-size: 15px;
  }
}
.inner-page .m-page {
 margin-top: 5%;
    margin-bottom: 7%;
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  border-color: #474747;
}
.inner-page .m-page span.current {
  border-color: #474747;
}
.product-page {
  padding: 4.74% 0 0%;
}
.product-page .category {
  text-align: center;
}
.product-page .category .ui.container {
  max-width: 1728px;
  width: 100%;
}
.product-page .category ul {
  margin-right: -40px;
}
.product-page .category ul li {
  padding-right: 40px;
}
.product-page .category ul li .img-box {
  display: block;
  overflow: visible
}
.product-page .category ul li .img-box img {
  display: inline-block;
}
.product-page .category ul li .tit {
  display: block;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 2;
}
.product-page .category ul li.active .tit{
  color: var(--color);
}
.product-page .top {
  text-align: center;
  margin-top: 5%;
}
.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}
.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}
.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}
.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}
.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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;
  background: white;
  -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);
}
.product-page .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  font-weight: bold;
}
.product-page .top .fl-list ul li:hover {
  color: var(--color);
}
.product-page .top .fl-list:hover ul {
  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;
}
.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}
.product-page .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}
.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) #474747 no-repeat center center;
}
.product-page .info {
  color: #474747;
  padding-top: 3.3%;
}
.product-page .info .ui.container {
  max-width: 1273px;
}
.product-page .info h1 {
  font-size: 50px;
  line-height: 1.2;
  /*font-weight: bold;*/
}
.product-page .info .con {
  font-size: 16px;
  line-height: 1.8; 
  font-weight: 300;
  margin-top: 1%;
}
.product-page .list {
  margin-top: 3.25%;
}
.product-page .list ul {
  margin: 0 -52px -89px 0;
}
.product-page .list ul li {
  padding: 0 52px 89px 0;
}
.product-page .list ul li .img-box {
  display: block;
  border: solid 1px #dadada;
  padding: 30px 0
}
.product-page .list ul li .img-box img {
  display: inline-block;
}
.product-page .list ul li .img-box .i2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 90%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li .img-box:hover .i1 {
  opacity: 0;
}
.product-page .list ul li .img-box:hover .i2 {
  opacity: 1;
}
.product-page .list ul li .tit {
  font-size: 22px;
  color: #474747;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 25px;
  display: block;
}
 
@media screen and (max-width: 1280px) {
  .product-page .list ul {
    margin: 0 -30px -50px 0;
  }
  .product-page .list ul li {
    padding: 0 30px 50px 0;
  }
  .product-page .list ul li .tit {
    font-size: 19px;
  }
   
}
@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 320px;
  }
  .product-page .top .product-search {
    margin-left: 26px;
  }
  .product-page .top .product-search form {
    width: 320px;
  }
  .product-page .list ul {
    margin: 0 -15px -30px 0;
  }
  .product-page .list ul li {
    padding: 0 15px 30px 0;
  }
   
  .product-page .category {
    display: none;
  }
  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .product-page .top {
    display: none;
  }
  .product-page .info h1 {
    font-size: 36px;
  }
   
}
@media screen and (max-width: 500px) {
  .product-page .info h1 {
    font-size: 30px;
  }
  .product-page .list ul li .tit {
    font-size: 18px;
    line-height: 2;
  }
   
}
.prodet-page {
  padding: 134px 0 0px;
}
.prodet-page .prodet-1 .left {
  /*vertical-align: bottom;*/
  border: 1px solid #e6e6e6;
  text-align: center;
  width: 41.24%;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .right {
  padding-left: 72px;
  vertical-align:middle;
}
.prodet-page .prodet-1 .right span {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color);
  font-weight: bold;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  color: #000;
  /*line-height: 60px;*/
  font-weight: bold;
  margin-top: 27px;
}
.prodet-page .prodet-1 .right .gallery {
  margin-top: 50px;
}
.prodet-page .prodet-1 .right .gallery ul {
  margin-right: -33px;
}
.prodet-page .prodet-1 .right .gallery ul li {
  padding-right: 33px;
}
.prodet-page .prodet-1 .right .gallery ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
}
.prodet-page .prodet-1 .right a.mores {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: var(--color);
  color: white;
  padding: 12px 37px 11px 36px;
  margin-top: 49px;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 .right a.mores::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right a.mores:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right .m-link {
  margin-top: 52px;
}
.prodet-page .prodet-1 .right .m-link a {
  display: block;
  font-size: 18px;
  line-height: 2;
  color: #474747; 
  font-weight: 600;
}
.prodet-page .prodet-2 {
  margin-top: 70px;
}
.prodet-page .prodet-2 .top {
  padding-bottom: 27px;
  border-bottom: 1px solid #d8d8d8;
}
.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  margin-right: 105px;
  color: #474747;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.prodet-page .prodet-2 .top ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 8px 12px 0 0;
  display: none;
}
.prodet-page .prodet-2 .top ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .top ul li.active::before {
  display: inline-block;
}
.prodet-page .prodet-2 .content {
  margin-top: 26px;
  color: #474747;
  font-size: 18px;
  line-height: 2; 
  /*font-weight: 300;*/
}
.prodet-page .prodet-2 .content .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  display: none;
}
.prodet-page .prodet-2 .content .title::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 14px 12px 0 0;
}
.prodet-page .prodet-2 .content strong {
  font-weight: bold;
}
.prodet-page .prodet-3 {
  margin-top: 130px;
}
.prodet-page .prodet-3 ul {
  margin-right: -54px;
}
.prodet-page .prodet-3 ul li {
  padding-right: 54px;
}
.prodet-page .prodet-3 ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
}
.prodet-page .prodet-3 ul li .tit {
  display: block;
  padding: 31px 0 0 12px;
  font-size: 20px;
  line-height: 2;
  color: #474747;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 36px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-1 .right span {
    font-size: 26px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right .gallery {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right a.mores {
    margin-top: 25px;
  }
  .prodet-page .prodet-1 .right .m-link {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 60px;
  }
  .prodet-page .prodet-3 ul li .tit {
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-2 {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .top ul li {
    margin-right: 50px;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right span {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 26px;
  }
  .prodet-page .prodet-2 .top {
    display: none;
  }
  .prodet-page .prodet-2 .content .title {
    display: block;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .content .slide {
    display: block;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content .slide:first-child {
    margin-top: 0;
  }
}
/*.download-banner {
  background: url(/cntongkin/2023/11/21/xz.jpg) no-repeat center center #eaeaea;
}*/
.download-page {
  background: #eaeaea;
}
.download-page .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
  color: #333333;
}
.download-page .download-1 {
  padding-top: 115px;
}
.download-page .download-1 .content {
  margin-top: 72px;
}
.download-page .download-1 .content ul {
  margin: 0 -57px 0 0;
}
.download-page .download-1 .content ul li {
  padding: 0 57px 0 0;
}
.download-page .download-1 .content ul li .img-box .play {
  position: absolute;
  right: 22px;
  bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.download-page .download-1 .content ul li p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color);
  margin-top: 12px;
  padding-left: 32px;
  position: relative;
  opacity: 0;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
}
.download-page .download-1 .content ul li p::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color);
}
.download-page .download-1 .content ul li:hover .img-box .play {
  opacity: 1;
}
.download-page .download-1 .content ul li:hover p {
  opacity: 1;
}
.download-page .download-2 {
  background: url(../images/download-2.png) no-repeat center bottom #eaeaea;
  background-size: 100% 100%;
  padding: 127px 0 137px;
}
.download-page .download-2 .content {
  padding: 88px 83px 0 76px;
}
.download-page .download-2 .content ul {
  margin-right: -132px;
}
.download-page .download-2 .content ul li {
  padding-right: 132px;
}
.download-page .download-2 .content ul li .ig {
  background: rgba(33, 73, 73, 0.34);
  padding: 47px 72px 88px 36px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .download-2 .content ul li .ig .icon img {
  display: inline-block;
  vertical-align: bottom;
}
.download-page .download-2 .content ul li .ig .icon span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding-left: 12px;
}
.download-page .download-2 .content ul li .ig .tit {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 35px;
}
.download-page .download-2 .content ul li .ig .download {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 39px;
}
.download-page .download-2 .content ul li .ig:hover {
  background: var(--color);
}
@media screen and (max-width: 1440px) {
  .download-page .download-2 .content {
    padding: 88px 40px 0 40px;
  }
  .download-page .download-2 .content ul {
    margin-right: -80px;
  }
  .download-page .download-2 .content ul li {
    padding-right: 80px;
  }
  .download-page .download-2 .content ul li .ig {
    padding: 47px 36px 88px 36px;
  }
}
@media screen and (max-width: 1280px) {
  .download-page .download-2 .content {
    padding: 88px 20px 0 20px;
  }
  .download-page .download-2 .content ul {
    margin-right: -40px;
  }
  .download-page .download-2 .content ul li {
    padding-right: 40px;
  }
  .download-page .download-2 .content ul li .ig .tit {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .download-page .download-1 {
    padding-top: 60px;
  }
  .download-page .download-1 .content {
    margin-top: 40px;
  }
  .download-page .download-1 .content ul {
    margin: 0 -30px 0 0;
  }
  .download-page .download-1 .content ul li {
    padding: 0 30px 0 0;
  }
  .download-page .download-2 {
    padding: 60px 0;
  }
  .download-page .download-2 .content {
    padding: 60px 0 0;
  }
  .download-page .download-2 .content ul {
    margin-right: -20px;
  }
  .download-page .download-2 .content ul li {
    padding-right: 20px;
  }
  .download-page .download-2 .content ul li .ig {
    padding: 30px 20px 40px;
  }
  .download-page .download-2 .content ul li .ig .tit {
    font-size: 25px;
    margin-top: 25px;
  }
  .download-page .download-2 .content ul li .ig .download {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .download-page .title {
    font-size: 32px;
  }
  .download-page .download-1 {
    padding-top: 30px;
  }
  .download-page .download-1 .content {
    margin-top: 20px;
  }
  .download-page .download-2 {
    padding: 30px 0;
  }
  .download-page .download-2 .content ul li .ig .icon span {
    font-size: 18px;
  }
  .download-page .download-2 .content ul li .ig .tit {
    font-size: 22px;
  }
  .download-page .download-2 .content ul li .ig .download {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .download-page .title {
    font-size: 25px;
  }
  .download-page .download-1 .content ul li .img-box .play {
    opacity: 1;
  }
  .download-page .download-1 .content ul li p {
    opacity: 1;
  }
}
.contact-page {
  padding: 150px 0 0;
}
.contact-page .contact-1 .left {
  width: 43.35%;
}
.contact-page .contact-1 .left ul {
  margin: 0 -69px -34px 0;
}
.contact-page .contact-1 .left ul li {
  padding: 0 69px 34px 0;
  position: relative;
}
.contact-page .contact-1 .left ul li span {
  position: absolute;
  left: 0;
  bottom: 54px;
}
.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px; 
  line-height: 30px;
  /*font-weight: 300;*/
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}
.contact-page .contact-1 .left ul li input::-webkit-input-placeholder, .contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-moz-placeholder, .contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::-moz-placeholder, .contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:-ms-input-placeholder, .contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}
.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}
.contact-page .contact-1 .left ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .left ul li.wid-100 span {
  bottom: initial;
  top: 0;
}
.contact-page .contact-1 .left .bottom {
  margin-top: 62px;
}
.contact-page .contact-1 .left .bottom a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: var(--color);
  color: white;
  padding: 22px 48px 21px;
  /*text-transform: uppercase;*/
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 .left .bottom a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .bottom a:hover::after {
  width: 100%;
}
.contact-page .contact-1 .left .bottom span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  font-size: 14px;
  color: #9d9d9d; 
  font-weight: 400;
}
.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #9d9d9d;
}
.contact-page .contact-1 .left .bottom span em {
  display: inline-block;
  /*vertical-align: middle;*/
  padding-left: 11px;
}
.contact-page .contact-1 .right {
  width: 56.65%;
  padding-left: 10.1%;
}
.contact-page .contact-1 .right .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
  /*color: var(--color);*/
}
.contact-page .contact-1 .right .con {
  font-size: 16px;
  line-height: 1.8;  
  /*color: var(--color);*/
  margin-top: 23px;
}
.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}
.contact-page .contact-1 .right ul li p {
  font-size: 20px;
  line-height: 2;
  color: var(--color); 
  font-weight: 400;
}
.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}
.contact-page .contact-2 {
  margin-top: 144px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contact-page .contact-2 #mapContainer {
  height: 526px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5%;
  }
  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }
  .contact-page .contact-1 .left ul {
    margin: 0 -40px -34px 0;
  }
  .contact-page .contact-1 .left ul li {
    padding: 0 40px 34px 0;
  }
  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }
  .contact-page .contact-2 {
    margin-top: 80px;
  }
  .contact-page .contact-1 .left .bottom span {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .lh-1{
    line-height: 2;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .contact-page .contact-2 {
    margin-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px ;
  }
  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }
  .contact-page .contact-1 .left .bottom a {
    padding: 15px 25px;
    font-size: 18px;
  }
  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 10px;
  }
  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: 18px;
  }
  .contact-page .contact-2 {
    margin-top: 30px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}
.service-page {
  padding: 0 0 0px;
}
.service-page .service-1 {
  margin-top: -121px;
}
.service-page .service-1 .left {
  vertical-align: middle;
  color: #474747;
  width: 54%;
  padding-top: 95px;
}
.service-page .service-1 .left .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.service-page .service-1 .left .con {
  font-size: 18px;
  line-height: 2;  
  margin-top: 30px;
}
.service-page .service-1 .right {
  width: 51%;
  vertical-align: middle;
  padding-left: 0;
  margin-right: -5%;
  padding-left: 55px;
}
.service-page .service-1 .right .img {
  position: relative;
  z-index: 1;
  padding-top: 121px;
}
.service-page .service-1 .right .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 11%;
  width: 64.4%;
  height: 91%;
  background: #f3f3f3;
  z-index: -1;
}
.service-page .service-2 .left {
  vertical-align: bottom;
  width: 49.44%;
}
.service-page .service-2 .left .title {
  font-size: 26px;
  color: #474747;
  font-weight: bold;
  line-height: 1.5;
}
.service-page .service-2 .left .img {
  display: inline-block;
  position: relative;
  margin-top: 31px;
}
.service-page .service-2 .left .img .play {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
}
.service-page .service-2 .left .img .play i {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.service-page .service-2 .left .img .play i::before,
.service-page .service-2 .left .img .play i::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.service-page .service-2 .left .img .play i::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.service-page .service-2 .right {
  vertical-align: bottom;
  margin-bottom: 22px;
  width: 50.56%;
}
.service-page .service-2 .right ul {
  margin-bottom: -29px;
}
.service-page .service-2 .right ul li {
  padding-bottom: 29px;
}
.service-page .service-2 .right ul li em {
  font-size: 23px;
  color: #474747;
  font-weight: bold;
  line-height: 1.4;
}
.service-page .service-2 .right ul li .progress {
  height: 11px;
  background-color: #dadada;
  border-radius: 8px;
  position: relative;
  width: 100%;
}
.service-page .service-2 .right ul li .progress i {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: var(--color);
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.service-page .service-2 .right ul li:nth-child(1) .progress i {
  width: 24%;
}
.service-page .service-2 .right ul li:nth-child(2) .progress i {
  width: 24%;
}
.service-page .service-2 .right ul li:nth-child(3) .progress i {
  width: 49.15%;
}
/*.service-page .service-2 .right ul.active li .progress i {
  width: 0 !important;
}*/
.service-page .service-3 {
  padding: 97px 0 0px;
}
.service-page .service-3 .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  color: #474747;
}
.service-page .service-3 .content {
  margin-top: 22px;
}
.service-page .service-3 .content 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: -3.05%;
}
.service-page .service-3 .content ul li {
  width: 30.28%;
  margin-right: 3.05%;
  background: var(--color);
  color: white;
  padding: 32px 50px 60px ;
  text-align: center;
}
.service-page .service-3 .content ul li .tit {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
}
.service-page .service-3 .content ul li p {
  font-size: 18px;
  line-height: 2;  
  margin-top: 7px;
}
.service-page .service-4 .cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-4 .cat-list .item {
  width: 20.6%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.service-page .service-4 .cat-list .item .layer {
  height: 750px;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  transition: .1s ease;
  overflow: hidden;
  position: relative;
}
.service-page .service-4 .cat-list .item .layer .img {
  position: relative;
}
.service-page .service-4 .cat-list .item .layer .img img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .service-4 .cat-list .item .layer .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .cat-list .item.active {
  width: 39.2%;
}
.service-page .service-4 .cat-list .item.active .layer .img::after {
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -webkit-linear-gradient(top, transparent, #000);
  background: -moz-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
}
.service-page .service-5 {
  text-align: center;
  margin-top: 100px;
  color: #474747;
 
    margin-bottom: 100px;
}
.service-page .service-5 .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
.service-page .service-5 p {
  font-size: 16px;
  line-height: 1.8;  
  max-width: 655px;
  margin: 22px auto 0;
}
.service-page .service-5 .form {
  max-width: 932px;
  margin: 77px auto 0;
}
.service-page .service-5 .form ul {
  margin: 0 -90px -46px 0;
}
.service-page .service-5 .form ul li {
  padding: 0 90px 46px 0;
}
.service-page .service-5 .form ul li input,
.service-page .service-5 .form ul li textarea {
  width: 100%;
  height: 41px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  font-size: 18px;
  font-weight: 600;
}
.service-page .service-5 .form ul li input::-webkit-input-placeholder, .service-page .service-5 .form ul li textarea::-webkit-input-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input:-moz-placeholder, .service-page .service-5 .form ul li textarea:-moz-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input::-moz-placeholder, .service-page .service-5 .form ul li textarea::-moz-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input:-ms-input-placeholder, .service-page .service-5 .form ul li textarea:-ms-input-placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input::placeholder,
.service-page .service-5 .form ul li textarea::placeholder {
  color: #474747;
}
.service-page .service-5 .form ul li input:focus,
.service-page .service-5 .form ul li textarea:focus {
  border-color: var(--color);
}
.service-page .service-5 .form ul li textarea {
  padding-top: 7px;
}
.service-page .service-5 .form ul li.wid-100 {
  width: 100%;
}
.service-page .service-5 .form ul li span {
  font-size: 26px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: -6px;
  display: inline-block;
  cursor: pointer;
  padding: 10px 25px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-5 .form ul li span:hover{
  background: #000;
}
.service-page .service-6 {
  padding-top: 117px;
}
.service-page .service-6 .slick-track{
  display: flex;
  display: -moz-box; 
  display: -webkit-flex;
  display: -moz-flex; 
  display: -ms-flexbox;
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.service-page .service-6 .ui.container {
  max-width: 1646px;
  width: 100%;
}
.service-page .service-6 ul {
  margin-right: -85px;
}
.service-page .service-6 ul li {
  padding-right: 85px;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .content ul {
    margin-right: -2%;
  }
  .service-page .service-3 .content ul li {
    width: 31.33%;
    margin-right: 2%;
    padding: 32px 30px 60px;
  }
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 {
    margin-top: -80px;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 27px;
    line-height: 1.6;
  }
  .service-page .service-3 .content ul li p {
    font-size: 17px;
  }
  .service-page .service-4 .cat-list .item .layer {
    height: 600px;
  }
  .service-page .service-4 .cat-list .item .layer .img img {
    height: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-2 .left {
    padding-right: 2.44%;
  }
  .service-page .service-3 .content ul {
    margin-right: -1%;
  }
  .service-page .service-3 .content ul li {
    width: 32.33%;
    margin-right: 1%;
    padding: 32px 20px;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 25px;
  }
  .service-page .service-3 .content ul li p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 .right {
    padding-left: 0;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 23px;
  }
  .service-page .service-3 .content ul li p {
    font-size: 15px;
  }
  .service-page .service-4 .cat-list .item .layer {
    height: 550px;
  }
  .service-page .service-4 .cat-list .item .layer .img img {
    height: 550px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding-bottom: 60px;
  }
  .service-page .service-1 {
    margin-top: 0;
  }
  .service-page .service-1 .left {
    width: 100%;
    padding-top: 30px;
  }
  .service-page .service-1 .left .con {
    margin-top: 0;
  }
  .service-page .service-1 .right {
    display: none;
  }
  .service-page .service-2 .left {
    width: 100%;
    padding: 0;
  }
  .service-page .service-2 .left .img {
    margin-top: 15px;
    width: 100%;
  }
  .service-page .service-2 .left .img img {
    width: 100%;
  }
  .service-page .service-2 .right {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .content ul li {
    padding: 32px 15px;
  }
  .service-page .service-4 .cat-list .item .layer {
    height: 450px;
  }
  .service-page .service-4 .cat-list .item .layer .img img {
    height: 450px;
  }
  .service-page .service-5 {
    margin-top: 60px;
  }
  .service-page .service-5 .form ul {
    margin: 0 -20px -30px 0;
  }
  .service-page .service-5 .form ul li {
    padding: 0 20px 30px 0;
  }
  .service-page .service-6 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding-bottom: 30px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
  .service-page .service-3 .content ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .content ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  .service-page .service-3 .content ul li .tit {
    font-size: 20px;
  }
  .service-page .service-4 {
    display: none;
  }
  .service-page .service-5 {
    margin: 0;
  }
  .service-page .service-5 .form {
    margin: 20px auto 0;
  }
  .service-page .service-5 .form ul li:nth-child(3) {
    width: 100%;
  }
  .service-page .service-6 {
    padding-top: 30px;
  }
  .service-page .service-6 ul {
    margin-right: -30px;
  }
  .service-page .service-6 ul li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .left .title {
    font-size: 32px;
  }
  .service-page .service-1 .left .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-2 .left .img .play i {
    width: 20%;
  }
  .service-page .service-2 .right ul {
    margin-bottom: -15px;
  }
  .service-page .service-2 .right ul li {
    padding-bottom: 15px;
  }
  .service-page .service-2 .right ul li em {
    font-size: 20px;
  }
  .service-page .service-3 .title {
    font-size: 30px;
  }
  .service-page .service-3 .content ul {
    margin-right: 0;
  }
  .service-page .service-3 .content ul li {
    width: 100%;
    margin-right: 0;
  }
  .service-page .service-5 .title {
    font-size: 30px;
  }
  .service-page .service-5 p {
    margin: 0 auto;
  }
}
.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.custom-page .faq-page .marginBox .box .right {
  width: 100%;
  padding-left: 0;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #242424;
  display: block;
  position: relative;
  cursor: pointer;

  
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 36px;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search3.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  padding: .5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 32px;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
.news-page .marginBox {
  padding: 90px 0 70px 0;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  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: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li{
  border-bottom:  1px solid #000;
  margin-bottom: 40px
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 60px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h1{
  transition: .5s;
  line-height: 36px;
}
.news-page .sideBarLeft .list ul li .content span.h1:hover{
  color: #e9a83d
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.newdet-page .marginBox {
  padding: 90px 6%;
}
.newdet-page .sideBarLeft time {
  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: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .5em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  line-height: 44px;
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: .5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  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-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.testimonials-page .marginBox {
  padding: 100px 0 65px;
  text-align: center;
}
.testimonials-page .options {
  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;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}
.testimonials-page .options span {
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .options span em {
  color: #bfbfbf;
}
.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.testimonials-page .ret .list {
  margin: 0;
}
.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}
.testimonials-page .ret .list ul.active li a{
  /*border: 10px solid var(--color);*/
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}
.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}
.testimonials-page .ret .list ul li a img {
  width: 100%;
}
.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
span.txt {
  font-size: 24px;
  color: var(--color);
  /*text-transform: uppercase;*/
  display: block;
  line-height: 2;
  /*letter-spacing: .2em;*/
  margin-bottom: 0.5em;
}
span.h2 {
  font-size: 60px;

  color: #242424;
  line-height: 1.3;
  margin-bottom: 20px;
  display: block;
   font-family: "Delon";
  font-weight: normal;
}
span.h2 i {
  font-size: 83.33333333%;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 30px;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    line-height: 44px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
    line-height: 36px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
  .testimonials-page .options span {
    font-size: 18px;
     line-height: 32px;
    width: 280px;
  }
  .testimonials-page .options {
    margin-top: 60px;
  }
  /*.testimonials-page .ret .list {
    margin: 50px 0;
  }*/
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }
  .testimonials-page .ret .list ul {
    margin: -10px;
  }
  .newdwt-page .form ul li {
    padding: 6px;
  }
  .newdwt-page .form ul {
    margin: -6px;
  }
  .newdwt-page .form ul li input,
  .newdwt-page .form ul li textarea,
  .newdwt-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
  span.txt {
    font-size: 20px;
  }
  span.h2{
    font-size: 48px;
  }
}
@media screen and (max-width: 1450px) {
  .testimonials-page .marginBox {
    padding: 60px 0;
  }
  .testimonials-page .options span {
    font-size: 16px;
    width: 220px;
  }
  .testimonials-page .options {
    margin-top: 30px;
  }
  span.txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
  .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 36px;
  }
  .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 200px;
  }
  /*.testimonials-page .ret .list {
    margin: 30px 0;
  }*/
}
@media screen and (max-width: 1000px) {
   .body-overflow-box{
      overflow: hidden !important;
   }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
  .testimonials-page .options {
    display: none;
  }
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
   span.txt {
    font-size: 14px;
  }
  .testimonials-page .ret .list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
    line-height: 2;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }
  .font-36{
    font-size: 18px!important;
    line-height: 32px!important;
  }
  .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
    line-height: 2;
  }
  .testimonials-page .ret .list ul li {
    width: 50%;
  }
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
}
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}
.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}
@media screen and (max-width: 1000px){
  .foot-links {
    display: none !important;
  }
  h1.Auxil-h1.wow.fadeInUp {
    display: none;
  }
  .con.Auxil-catdes.wow.fadeInUp {
    font-size: 16px;
    line-height: 1.8;
  }
  .news-page .sideBarLeft .list ul li a.img-box img{
    height: auto!important;
 }
}

 
.seoPublic .title {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 1em;
}

.seoPublic > div {
    padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
    position: relative;
}
.seoPublic .Auxil-about .box .left .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
}
.seoPublic .Auxil-about .box .left .play i{
  position: relative;
  left: 3px;
}
.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 44px;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    /*font-weight: bold;*/
    min-height: 66px;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    line-height: 2;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-size: 16px;
    line-height: 30px;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 500;
    font-size: 16px;
    /*text-transform: uppercase;*/
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {
    color: var(--color);
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
        line-height: 2;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
        line-height: 32px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        line-height: 32px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }
     #cp-Nav .nav div.title i{
      float: right;
      font-size: 30px;
      cursor: pointer;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

.production-page{
  position: relative;
  padding-bottom: 100px;
  z-index: 2;
}
.production-page .init-1{
  padding-top: 80px;
}
.production-page .init-1 .container .tips_des{
  color: #9f9999;
  margin-top: 20px;
}
.production-page .init-1 .container .content{
  margin-top: 40px;
}
.production-page .init-1 .container .content ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.production-page .init-1 .container .content .list{
  margin-top: 30px;
  width: 33.33%;
  padding: 0 20px;
}
.production-page .init-1 .container .content .list .box{
  box-shadow: 0 10px 40px 10px rgba(136,141,163,.1);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.production-page .init-1 .container .content .list .box .img img{
  width: 100%;
}
.production-page .init-1 .container .content .list .cont{
  padding: 30px 30px 25px;
}
.production-page .init-1 .container .content .list .cont .des{
  margin-top: 16px;
  color: #9f9999;
}
.production-page .init-2{
  margin-top: 100px;
}

.production-page .init-2 .container .title_list{
  padding-top: 30px;
}
.production-page .init-2 .container .title_list .list{
  width: 20%;
  margin-top: 30px;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.production-page .init-2 .container .title_list .list .sub{
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: var(--color);
}
.production-page .init-2 .container .title_list .list .column{
  vertical-align: middle;
}
.production-page .init-2 .container .title_list .list .num{
  font-size: 40px;
  width: 75px;
  font-weight: bold;
}
.production-page .init-2 .container .title_list .list .cont{
  color: rgba(153,153,153,.5);
}
.production-page .init-2 .container .title_list .list .cont .text{
  width: calc(100% - 90px);
  font-size: 16px;
}
.production-page .init-2 .container .title_list .slick-current .list .cont,
.production-page .init-2 .container .title_list .list:hover .cont,
.production-page .init-2 .container .title_list .list.active .cont{
  color: var(--color);
}

.production-page .init-2 .container .content_list{
  margin-top: 60px;
}
/*.production-page .init-2 .container .content_list .list{
  display: none;
}*/
.production-page .init-2 .container .content_list .slick-current .list{
  display: block !important;
}
.production-page .init-2 .container .content_list .list .left{
  width: 45%;
  vertical-align: middle;
}
.production-page .init-2 .container .content_list .list .right{
  width: 55%;
  vertical-align: middle;
  padding-left: 100px;
}
.production-page .init-2 .container .content_list .list .right .des{
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 1200px){
   .production-page .init-2 .container .title_list .list{
    width: 33.33%;
  }
  .production-page .init-2 .container .title_list .list .sub{
    display: none;
  }
}
@media screen and (max-width: 1000px){
   .production-page .init-1{
    text-align: center;
  }
  .production-page .init-1 .container .content ul{
    margin: 0;
  }
  .production-page .init-1 .container .content .list{
    width: 100%;
    padding: 0;
  }
  .production-page .init-2 .container .tip{
    text-align: center;
  }
  .production-page .init-2 .container .content_list .list .left{
    width: 100%;
  }
  .production-page .init-2 .container .content_list .list .right{
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 700px){
    .production-page .init-2 .container .title_list .list{
    width: 50%;
  }
}
@media screen and (max-width: 500px){
   .production-page{
    padding-bottom: 10px;
  }
  .production-page .init-1 .container .content{
    margin-top: 0;
  }
  .production-page .init-1 .container .content .list .cont{
    padding: 20px 16px;
  }
  .production-page .init-1 .container .content .list .cont .des{
    margin-top: 10px;
  }
  .production-page .init-2{
    margin-top: 40px;
  }
  .production-page .init-2 .container .title_list{
    padding-top: 0;
    display: none;
  }
  .production-page .init-2 .container .title_list .list{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .production-page .init-2 .container .title_list .list .num{
    width: 100%;
    font-size: 30px;
  }
  .production-page .init-2 .container .title_list .list .des{
    width: 100%;
  }
  .production-page .init-2 .container .content_list{
    margin-top: 20px;
  }
  .production-page .init-2 .container .content_list .list{
    display: block;
    margin-top: 30px;
  }
  .production-page .init-2 .container .content_list .list:first-child{
    margin-top: 0;
  }
  .production-page .init-2 .container .content_list .list .right{
    margin-top: 20px;
  }
  .production-page .init-2 .container .content_list .list .right .des{
    margin-top: 10px;
  }
  
}

#Pop_UpsBtn{
  line-height: 68px !important;
}

.test-page .test-1{
  padding-top: 90px;
}
.test-page .test-1 .box{
  margin: 0 -45px;
  margin-bottom: 50px;
}
.test-page .test-1 .box .column{
  padding: 0 45px;
  vertical-align: middle;
}
.test-page .test-1 .box .des{
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin-top: 20px;
}
.custom-page .custom-1{
  padding: 70px 0;
  text-align: center;
}
.custom-page .custom-1 .more{
  margin: 0 auto
}
.custom-page .custom-1 .ui.container{
  max-width: 1210px;
}
.custom-page .custom-1 .des{
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin: 20px auto 35px;
  max-width: 950px;
}
.custom-page .custom-1 ul{
  margin: 60px -45px 0;
}
.custom-page .custom-1 ul li{
  padding: 0 45px;
  text-align: center;
}
.custom-page .custom-1 ul li .num{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid var(--color);
  margin: auto;
}
.custom-page .custom-1 ul li .title{
  font-size: 18px;
  margin: 15px 0;
}
.custom-page .custom-1 ul li .txt{
  font-size: 15px;
  line-height: 26px;
  color: #494949;
}
.custom-page .custom-2 .box{
  background: #f4f4f4;
  padding: 60px;
}
.custom-page .custom-2 .box ul{
  margin: -35px;
}
.custom-page .custom-2 .box ul li{
  padding: 35px;
  text-align: center;
}
.custom-page .custom-2 .box ul li .title{
  display: inline-block;
  background: #000000;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}
.custom-form{
  position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    width: 500px;
    max-width: 90%;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 22;
    background: white;
    padding: 30px;
    overflow: auto;
}
.custom-form h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.custom-form i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form i.close:after, .custom-form i.close:before {
    content: '';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-form i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-form i.close:hover {
    background: var(--color);
}
.custom-form i.close:hover:after, .custom-form i.close:hover:before {
    background: white;
}
.custom-form form {
    margin-top: 40px;
}
.custom-form form ul li {
    margin-bottom: 10px;
    position: relative;
}
.custom-form form ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.custom-form form ul li label em {
    color: red;
    margin-right: 2px;
}
.custom-form form ul li input, 
.custom-form form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.custom-form form ul li textarea {
    height: 80px;
}
.custom-form form ul li:last-child {
    margin-bottom: 0;
}
.custom-form form ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form form ul li input[type="submit"]:hover {
    opacity: .7;
}

#Pop_UpsBtn{
  display: none !important;
}

.about-banner {
  background: url(../images/about-banner.jpg) no-repeat center center;
  background-size: 100% 100%;
  height: 436px;
  text-align: right;
  padding-top: 240px;
}
.about-page .about-1 {
  margin-top: 100px;
      margin-bottom: 100px;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
/*.about-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-page .about-1 .left .con {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-top: 30px;  
}
.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}
.about-page .about-1 .img-box:hover img{
      -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05, 1.05);
}
.about-page .about-1 .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  transition: .5s
}
.about-page .about-1 .play:hover{
  background: #cca255
}
.about-page .about-1 .play i{
  position: relative;
  left: 3px;
}
.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data 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;
}
.about-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--color);
  font-size: 18px;
  line-height: 32px;
}
.about-page .about-1 .right .data ul li span {
  line-height: 32px;
}
.about-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
  transition: .5s;
  margin-top: 10px
}
.about-page .about-1 .right .data ul li:hover .num{
  color: #cca255
}
.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page .about-2 {
  padding: 11.41% 0 10%;
}
.about-page .about-2 .left {
  width: 35%;
  padding-top: 54px;
}
.about-page .about-2 .left ul li {
  padding-bottom: 45px;
}
.about-page .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.about-page .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}
.about-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-2 .right {
  width: 65%;
  position: relative;
}
.about-page .about-2 .right .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .right .info {
  margin-top: -5.5%;
}
.about-page .about-2 .right .info .img-box {
  width: 50.81%;
}
.about-page .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 0 0 45px;
}
.about-page .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}
.about-page .about-2 .right .info .text .more {
  margin: 47px 0 0 88px;
}
.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -50px;
}
.about-page .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}
.about-page .about-2 .right .bicycle .tire1 {
  left: -128px;
}
.about-page .about-2 .right .bicycle .tire2 {
  right: -141px;
}
.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  left: -130px;
}
.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}
.about-page .about-3 .left {
  width: 32%;
}
.about-page .about-3 .left .title {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}
.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 1.8;  
  margin-top: 37px;
}
.about-page .about-3 .left .more {
  color: white;
  margin-top: 36px;
}
.about-page .about-3 .left .more::before {
  background: white;
}
.about-page .about-3 .left .more::after {
  background-color: var(--color);
}
.about-page .about-3 .right {
  width: 68%;
  padding-left: 8.21%;
}
/*.about-page .about-3 .right ul {
  margin-right: -63px;
  margin-left: -29px;
}*/
/*.about-page .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig {
  -webkit-transform: scale(1.023);
  -moz-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  margin-left: 0;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}*/
.about-page .about-3 .right ul li .ig {
  padding: 19px 17px;
  /*border: 1px solid rgba(255, 255, 255, 0.35);*/
  /*-webkit-transform: scale(0.908);
  -moz-transform: scale(0.908);
  -ms-transform: scale(0.908);
  transform: scale(0.908);*/
  margin-left: 17px;
}
.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}
.about-page .about-4 {
  padding-top: 8.1%;
}
.about-page .about-4 .left {
  width: 74.37%;
  vertical-align: bottom;
  padding-right: 82px;
}
.about-page .about-4 .left ul {
  margin-right: -80px;
}
.about-page .about-4 .left ul li {
  padding-right: 80px;
  color: #323232;
}
.about-page .about-4 .left ul li .top em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.about-page .about-4 .left ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
}
.about-page .about-4 .left ul li .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 34px; 
  font-weight: 400;
}
.about-page .about-4 .left ul li .img-box {
  margin-top: 39px;
}
.about-page .about-4 .right {
  vertical-align: bottom;
  color: #323232;
  width: 25.63%;
}
.about-page .about-4 .right .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}
.about-page .about-4 .right .con {
  font-size: 20px;
  line-height: 1.8; 
  /*font-weight: 300;*/
  margin-top: 59px;
}
.about-page .about-4 .right a {
  display: block;
  background: var(--color);
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 57px;
}
.about-page .about-4 .right a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right a:hover::after {
  width: 100%;
}
.about-page .about-5 {
  padding: 8.5% 0 0%;
}
.about-page .about-5 .ui.container{
  max-width: 100%;
  padding: 0;
}
.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #323232;
    font-family: "Delon";
  font-weight: normal;
}
.about-page .about-5 .content {
  margin-top: 101px;
}
/*.about-page .about-5 .content ul {
  margin-right: -78px;
}
.about-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}
.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}
.about-page .about-6 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .about-6 ul li{
  width: 33%;
  position: relative;
}
.about-page .about-6 ul li .text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px ;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .about-6 ul li .text .box{
  flex: 1;
  display: flex;
    flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.about-page .about-6 ul li .text .box .cont{
  /*height: 0px;
  overflow-y: hidden;*/
  /*transition: .5s;*/
  display: none;
}
/*.about-page .about-6 ul li .text:hover .box .cont{
  height: 13em;
  overflow-y: auto
}*/
.about-page .about-7{
  position: relative;
  
}
.about-page .about-7 .text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 90px;
  color: #fff
}
.about-page .about-7 .text .box{
  width: 50%;
  margin: 0 0 0 auto
}

.about-page .about_process{
  padding-top: 80px;
}
.about-page .about_process ul{
  margin: -20px;
}
.about-page .about_process ul li{
  padding: 20px;
}
.about-page .about_process ul li .title{
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .about_process ul li .des{
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-2 .left ul li span {
    width: 86%;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .82;
  }
  .about-page .about-2 .right .shadow {
    zoom: .8;
  }
  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }
  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-left: 10px;
  }
  .about-page .about-2 .right .info .text {
    padding: 12% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 20px;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  .about-page .about-4 .left {
    padding-right: 30px;
  }
  .about-page .about-4 .left ul {
    margin-right: -40px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 40px;
  }
  .about-page .about-4 .left ul li .top span {
    font-size: 18px;
    width: 67%;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 17px;
  }
  .about-page .about-4 .right .title {
    font-size: 50px;
  }
  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 60px 
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .6;
  }
  .about-page .about-2 .left ul li span {
    font-size: 18px;
    width: 82%;
  }
  .about-page .about-2 .right .title {
    font-size: 40px;
  }
  .about-page .about-2 .right .shadow {
    zoom: .6;
  }
  .about-page .about-4 .right .title {
    font-size: 40px;
  }
  .about-page .about-4 .right .con {
    font-size: 18px;
    margin-top: 40px;
  }
  .about-page .about-4 .left ul {
    margin-right: -20px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 20px;
  }
  .about-page .about-4 .left ul li .top em {
    font-size: 50px;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 15px;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 40px 
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 30px;
  }
  .about-page .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }
  .about-page .about-2 .right .info .text {
    padding: 7% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-2 .right .info .text .more {
    margin: 40px 0 0 70px;
  }
  .about-page .about-3 .left .title {
    font-size: 38px;
  }
   
  /*.about-page .about-4 .left ul li .con {
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }*/
  .about-page .about-4 .right a {
    font-size: 18px;
  }
  .about-page .about-5 .content ul {
    margin-right: -40px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 40px;
  }
    .about-page .about-6 ul li .text{
    padding: 80px 20px 
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-7 .text .box{
  width: 100%
}
  .about-banner {
    height: 300px;
    padding-top: 150px;
  }
  .about-page .about-1 {
    margin-top: 50px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-2 .right .bicycle {
    left: 130px;
    zoom: .55;
  }
  .about-page .about-2 .right .shadow {
    zoom: .55;
    left: 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .left ul li .top em {
    display: block;
  }
  .about-page .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-4 .right .con {
    margin-top: 15px;
  }
  .about-page .about-4 .right a {
    margin-top: 20px;
  }
  .about-page .about-5 .title {
    font-size: 50px;
  }
  .about-page .about-5 .content {
    margin-top: 60px;
  }
      .about-page .about-6 ul li{
        width: 50%
      }
}
@media screen and (max-width: 700px) {
      .about-page .about-6 {
        display: none
      }
  .about-page .about-2 {
    padding: 7% 0 10%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-5 .title {
    font-size: 40px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
  .about-page .about-7>img{
    height: 320px;
    object-fit: cover;
  }
  .about-page .about-7 .text{
    bottom: 40px
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .left ul li span {
    width: 78%;
  }
  .about-page .about-3 .left .title {
    font-size: 30px;
  }
  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }
  .about-page .about-3 .left .more {
    margin-top: 20px;
  }
  
  .about-page .about-5 .title {
    font-size: 27px;
  }
}
.font-18 {
  line-height: 32px;
}

#index-body .i-why {
  padding-top: 117px;
  padding-bottom: 130px;
  background: #f5f5f5
}
#index-body .i-why .top {
  margin-bottom: 54px;
}
#index-body .i-why .top .left .i-title {
  display: inline-block;
}
#index-body .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}
#index-body .i-why .top .right {
  padding-left: 70px;
}
#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none
}
#index-body .i-why .top .right .des.active{
  display: block
}
#index-body .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}
#index-body .i-why .wrap .left ul {
  margin: -13px;
}
#index-body .i-why .wrap .left ul li {
  padding: 13px;
}
#index-body .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}
#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
}
#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}
#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}
#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: #000;
  color: #fff;
}
#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}
#index-body .i-why .wrap .right ul li {
  height: 415px;
}
#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1680px){
    #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1440px){
    #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px){
    #index-body .i-why .wrap .right {
    display: none;
  }
  #index-body .i-why .wrap .left {
    width: 100%;
  }
  #index-body .i-why {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px){
    #index-body .i-why .top .left {
    width: 100%;
  }
  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-why {
    padding: 50px 0;
  }
  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }
  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 700px){
   #index-body .i-why .top .right .des {
    font-size: 16px;
  }
}
.test-page .solution-3{
  background-color: #e7e7e7;
}
/*.test-page .solution-3 .box {
  padding-left: 5%;
  padding-right: 5%;

}*/
.test-page .solution-3 .box .list {
  border: 1px solid #3b3a3a;
}
.test-page .solution-3 .box .list ul {
  margin-right: -1px;
}
.test-page .solution-3 .box .list ul li {
  border-right: 1px solid #3b3a3a;
  padding: 4% 14% 2%;
  position: relative
}
.test-page .solution-3 .box .list ul li i img {
  margin: 0 auto;
 
}
.test-page .solution-3 .box .list ul li span.h6 {
  line-height: 1.2;
}
.test-page .solution-3 .box .list ul li .text {
  position: absolute;
  padding: 10px;

   height: 14em;
  overflow-y: auto;
  transition: .5s;
  left: 0;
  bottom: 10%;
  width: 100%;
  opacity: 0;
}
.test-page .solution-3 .box .list ul li:hover .text{
    opacity: 1
}
.test-page .solution-3 .box .list ul li .img{
  transition: .5s;
     padding-top: 15%;
}
.test-page .solution-3 .box .list ul li:hover .img{
    opacity: 0
}
.test-page .solution-3 .box .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.test-page .solution-3 .box .list ul .slick-track .slick-slide {
  height: auto;
}
.test-page .solution-3 .box .list ul .slick-track .slick-slide > div {
  height: 100%;
}
.test-page .solution-3 .box .list ul .slick-track .slick-slide > div li {
  height: 100%;
}

.test-page .text-3 .swiper .swiper-slide {
  padding: 106px 3%;
  /*border-bottom-left-radius: 80px;*/
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
.test-page .text-3 .swiper .swiper-slide .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
/*.test-page .text-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.test-page .text-3 .list{
  margin-top: 50px;
}
.test-page .text-3 .list .swiper {
  overflow: hidden
}
.test-page .text-3 .swiper .swiper-slide i {
  display: block;
}
.test-page .text-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.test-page .text-3 .swiper .swiper-slide span.h6_2{
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}
.test-page .text-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}
.test-page .text-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color:black;
}
.test-page .text-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}
.test-page .text-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.test-page .text-3 .swiper .swiper-slide:hover:before {
  background-color: #eb630c;
}
.test-page .text-3 .swiper .swiper-slide:hover .bg{
  opacity: 1;
}
.test-page .text-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}
.test-page .text-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}
.test-page .text-3 .sPage{
  margin-top: 60px;
}
.test-page .text-3 .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
.test-page .text-3 .sPage .swiper-pagination-bullet::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}
.test-page .text-3 .sPage .swiper-pagination-bullet-active{
  border: 1px solid #eb630c;
}
.test-page .text-3 .sPage .swiper-pagination-bullet-active::before{
  background: #eb630c;
}


@media screen and (max-width: 1250px) {
  
  .test-page .text-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }
  .test-page .text-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}

@media screen and (max-width: 1000px) {
 
  .test-page .text-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }
  .test-page .solution-3 .box .list ul li .text{
    height: 10em
  }
}



@media screen and (max-width: 500px) {
  .test-page .text-3 .swiper .swiper-slide {
    border-radius: 0;
  }
  .test-page .text-3 .list{
    margin-top: 20px;
  }

  .test-page .text-3 .sPage{
    margin-top: 20px;
  }
}

.aft03 {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  height: 695px;
}
.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -110%, 0);
  z-index: 1;
}
.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 115%, 0);
}
.aft03 .icenter2 .le img {
  height: 100%;
}
.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}
.aft03 .icenter2 .ri {
  width: 50%;
}
.aft03 .icenter2 .ri > ul {
  margin: 20px 0 0px;
}
.aft03 .icenter2 .ri > ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.aft03 .icenter2 .ri > ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}
.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}
.aft03 dl dd .text {
}
.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}
.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: bold;
}
.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}
.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}

.custom-22 .ui .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-22 .ui .top .left {
  padding-right: 65px;
}
.custom-22 .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}
.custom-22 .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}
.custom-22 .ui .bottom {
  background: #fff;
  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;
  /*margin-top: 30px;*/
}
.custom-22 .ui .bottom .left {
  padding-right: 80px;
}
.custom-22 .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}
.custom-22 .ui .bottom .right {
  /*padding-right: 80px;*/
}
.custom-22 .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-22 .ui .bottom .right ul.list3 li .top {
  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: 15px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.custom-22 .ui .bottom .right ul.list3 li .top em {
  /*margin-left: 25px;*/
  font-family: "rom";
}
.custom-22 .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}
.custom-22 .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 1250px) {
  
  .custom-22 .ui .bottom .left {
    padding-right: 0px;
  }

}
@media screen and (max-width: 1000px) {
 
  .custom-22 .ui .bottom .right {
    padding-right: 0;
  }
  .custom-22 .ui .bottom {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 700px) {
 
  .custom-22 .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-22 .ui .top .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-22 .ui .top .right {
    width: 100%;
  }
  .custom-22 .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
  }
  .custom-22 .ui .bottom .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-22 .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1600px) {
  
  .aft03 .icenter2 .ri > ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .aft03 .icenter2 .ri > ul {
    margin: 16px 0 0px;
  }
  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }
  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }
  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }
  .aft03 dl dd .text h4::after {
    height: 4px;
  }
  .aft03 dl dd .text p {
    font-size: 15px;
  }
  .aft03 .icenter2 .le {
    height: 529px;
  }
 
}
@media only screen and (max-width: 100px){
   .custom-22 .ui .bottom .right ul.list3 li .top {
    padding: 10px;
  }

  .custom-22 .ui .bottom {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  
  @keyframes hua2 {
    from {
      top: 0%;
    }
    to {
      top: 95%;
    }
  }
  
  .aft03 .icenter2 {
    flex-flow: wrap;
  }
  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .aft03 .icenter2 .ri {
    width: 100%;
  }
  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }
  .aft03 {
    padding-bottom: 50px;
  }
  
}
.service-page .service-66 .swiper{
  overflow: hidden
}

.service-page .service-66 .ui.container {
      width: auto;
      max-width: 1700px
  }
  
  .service-page .service-66 .box {
      height: 700px;
      position: relative;
      overflow: hidden;
      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: 5%
  }
  
  .service-page .service-66 .box .mask i {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-position: center;
      background-size: cover;
      opacity: 0;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s
  }
  
  .service-page .service-66 .box .mask i.active {
      opacity: 1
  }
  
  .service-page .service-66 .box .content {
      width: 660px;
      border: 1px solid #e5e5e5;
      padding: 4% 3%;
      position: relative;
      z-index: 1;
      background-color: #fff
  }
  
  .service-page .service-66 .box .content span.tag {
      display: block;
      color: #d4ab57;
      margin-bottom: .5em;
      font-weight: 500
  }
  
  .service-page .service-66 .box .content .text {
      margin: 1.5em 0;
      max-width: 90%
  }
  
  .service-page .service-66 .box .content .slickBtn {
      -webkit-box-pack: right;
      -webkit-justify-content: right;
      -moz-box-pack: right;
      -ms-flex-pack: right;
      justify-content: right
  }
  
  
  
  @media screen and (max-width: 1450px) {
      .service-page .service-66 .box {
          height: 600px
      }
  }
  
  @media screen and (max-width: 1250px) {
      .service-page .service-66 .box {
          height: 500px
      }
  }
  
  
  @media screen and (max-width: 1000px) {
      .service-page .service-66 .box {
          height: 420px
      }
  }
  
  @media screen and (max-width: 700px) {
      .service-page .service-66 .box .content {
          max-width: 100%
      }
  
      .service-page .service-66 .box {
          height: auto
      }
  
      .service-page .service-66 .box .content {
          background-color: rgba(255,255,255,.6)
      }
  }
  