@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url(../fonts/Montserrat-ExtraLight.ttf) format('truetype'), url(../fonts/Montserrat-ExtraLight.eot) format('eot'), url(../fonts/Montserrat-ExtraLight.woff) format('woff'), url(../fonts/Montserrat-ExtraLight.woff2) format('woff2');
}
.container {
  width: 1470px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  padding: 50px 5%;
}
#header .nav {
  position: relative;
  padding: 0 3%;
  background: rgba(255, 255, 255, 0.9);
}
#header .nav .h-search {
  cursor: pointer;
  line-height: 100px;
  padding: 0 0 0 30px;
  position: relative;
  margin-left: 30px;
}
#header .nav .h-search:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background: #c5c3c1;
  left: 0;
  top: 42px;
  z-index: 2;
}
#header .nav .h-search .fa {
  color: #000;
  font-size: 22px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .logo {
  padding-top: 10px;
  position: relative;
  padding-right: 90px;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 100px;
  height: 100px;
  position: relative;
  padding-right: 30px;
  z-index: 9999;
}
#header .nav .menu-box .menu {
  text-align: center;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 36px;
  vertical-align: top;
 
  text-transform: uppercase;
}
#header .nav .menu-box .menu > li > a {
  font-size: 17px;
  color: #000;
  display: block;
  position: relative;
  font-weight: 500;
  z-index: 2;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  width: 0;
  height: 11px;
  background: #efd6ae;
  z-index: -1;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 100%;
  left: 0;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #efd6ae;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .language-choose {
  position: relative;
  height: 100px;
  line-height: 100px;
  
}
#header .nav .language-choose span {
  height: 99px;
  display: block;
  cursor: pointer;
  background: url(../images/language.png) no-repeat left center;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
#header .nav .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  background: #efd6ae;
  text-align: left;
  z-index: 101;
}
#header .nav .language-choose .sub-menu li {
  line-height: normal;
}
#header .nav .language-choose .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .language-choose .sub-menu li:hover {
  background: #222;
}
#header.h-header {
  position: fixed;
  padding: 0 5%;
}
#header.h-header .nav {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/*add*/
#header .nav .product-down{
  top:100%;
  z-index: 999;
 position: absolute;
 width: 100%;
 left:0;
 background: rgba(255,255,255,.9);
}
#header .nav .product-down .list h4 {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
margin: 25px 0;
}
#header .nav .product-down .list .list-box .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
#header .nav .product-down .list .list-box .item a {
  display: block;
  text-align: center;
}
#header .nav .product-down .list .list-box .item a .p-img {
  overflow: hidden;
}
#header .nav .product-down .list .list-box .item a .p-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#header .nav .product-down .list .list-box .item a .p-img img {
  width: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#header .nav .product-down .list .list-box .item a p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-size: 14px;
  line-height: 28px;
  color: #000000;
      text-transform: capitalize;
  font-weight: 600;
  font-family: 'FuturaBT-Book';
  margin-top: 15px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
#header .nav .product-down .list .left {
  width: 59.666666%;
  padding: 0 20px;
  border-right: 1px solid #d1d1d1;
  float: left;
}
#header .nav .product-down .list .left .item {
  width: 25%;
}
#header .nav .product-down .list .right {
  width: 40.333333%;
  padding: 0 20px;
  float: right;
}
#header .nav .product-down .list .right .item {
  width: 50%;
}
#header .nav .product-down .btn1 {
  padding: 15px;
  background: #d0d3d4;
  text-align: center;
  width: 100%;
}
#header .nav .product-down .btn1 a {
  display: inline-block;
  padding: 12px 50px;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  margin: 0 15px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .nav .product-down .btn1 a:hover {
  background: rgba(0,138,173);
  color: #fff;
}
#header .nav .nav-box .product-search > ul > li:hover .sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
}
#header .nav .nav-box .product-search .search-box {
  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 .nav-box .product-search .search-box form {
  position: relative;
}
#header .nav .nav-box .product-search .search-box form input[type="text"] {
  height: 24px;
  width: 125px;
  border: none;
  border-bottom: 1px solid #cacac9;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  background: none;
  font-family: 'FuturaBT-Book';
}
#header .nav .nav-box .product-search .search-box form input[type="submit"] {
  width: 30px;
  height: 15px;
  background: url(../images/search.png) no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  border-left: 1px solid #a3a3a2;
}

#banner .banner-list {
  position: relative;
}
#banner .banner-list canvas {
  position:absolute;
  left:0;
  top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
#banner .banner-list .text {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 33%;
  width: 34%;
  top: 40%;
  z-index: 10;
}
#banner .banner-list .text h2 {
  font-size: 35px;
  line-height: 1.4;
  text-transform: uppercase;
}
#banner .banner-list .text p {
  font-size: 18px;
  line-height: 32px;
  font-family: Montserrat-ExtraLight;
}
#banner .banner-list .text a.more {
  display: block;
  width: 147px;
  height: 48px;
  margin: 40px auto 0;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  position: relative;
}
#banner .banner-list .text a.more:after {
  content: '';
  position: absolute;
  width: 110%;
  height: 1px;
  left: -5%;
  top: -1px;
  z-index: 2;
  background: #fff;
}
#banner .banner-list .text a.more:before {
  content: '';
  position: absolute;
  width: 110%;
  height: 1px;
  left: -5%;
  bottom: -1px;
  z-index: 2;
  background: #fff;
}
#banner .banner-list .text a.more:hover {
  background: #efd6ae;
  color: #fff;
  border: 1px solid #efd6ae;
}
#banner .banner-list .swiper-button-next,
#banner .banner-list .swiper-button-prev {
  position: absolute;
  top: auto;
  width: 93px;
  height: 41px;
  margin-top: 0;
  z-index: 5;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 92px;
  background: url(../images/b-left.png) no-repeat center;
  opacity: 1;
}
#banner .banner-list .swiper-button-prev {
  left: 43%;
}
#banner .banner-list .swiper-button-next {
  background: url(../images/b-right.png) no-repeat center;
  right: 43%;
  bottom: 92px;
}
#banner .banner-list .swiper-pagination-fraction {
  bottom: 100px;
  font-size: 20px;
  z-index: 4;
  color: #fff;
}
#banner .banner-list .swiper-pagination-fraction .swiper-pagination-current {
  color: #fff;
}
#banner .banner-list .swiper-pagination-fraction .swiper-pagination-total {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
#banner .banner-list .banner-bg {
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  z-index: 2;
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
#index-body {
  background: url(../images/index-bg.jpg) no-repeat left 90px;
}
#index-body .i-about {
 
}
#index-body .i-about .grid-box .column {
  width: 56%;
  padding-right: 5%;
  vertical-align: middle;
}
#index-body .i-about .grid-box .column .tit {
  padding-bottom: 20px;
}
#index-body .i-about .grid-box .column .tit h2 {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: Montserrat-Bold;
  color: #a7a0a0;
}
#index-body .i-about .grid-box .column .tit p {
  font-family: 'Montserrat-Bold';
  color: #333;
  font-size: 55px;
  text-transform: uppercase;
}
#index-body .i-about .grid-box .column .text {
  padding: 20px 3% 30px;
  padding-left: 20%;
  position: relative;
}
#index-body .i-about .grid-box .column .text:after {
  content: '';
  position: absolute;
  width: 16%;
  left: 0;
  height: 2px;
  top: 30px;
  z-index: 2;
  background: #000;
}
#index-body .i-about .grid-box .column .text h3 {
  font-size: 28px;
  font-family: Montserrat-Bold;
}
#index-body .i-about .grid-box .column .text p {
  color: #575757;
  line-height: 2;
}
.shouye{
	font-size: 16px;
color: #575757;
line-height: 2;
}
.shouye h1{
	display: inline!important;
}
#index-body .i-about .grid-box .column .text a.more {
  display: block;
  width: 155px;
  height: 46px;
  margin-top: 40px;
  line-height: 46px;
  background: #eecf9d;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
#index-body .i-about .grid-box .column:nth-child(2){
  position: relative;
  z-index: 3;
}
#index-body .i-about .grid-box .column:nth-child(2) {
  width: 44%;
  padding-right: 0;

  position: relative;
  z-index: 2;
}
#index-body .i-about .grid-box .column:nth-child(2):after{ 
  content: '';position: absolute;
  width: 65%;
  height: 100%;
  right:100%;
  top:0;
  z-index: 1;
  background: rgba(238,207,157,.1);
  }
#index-body .i-about .grid-box .column:nth-child(2) .play {
      width: 86px;
      height: 86px;
      line-height: 86px;
      border-radius: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.54);
      cursor: pointer;
      cursor: hand;
    }
#index-body .i-about .grid-box .column:nth-child(2) .play img {
      display: inline-block;
      vertical-align: middle;
      position: relative;
    }
#index-body .i-about .grid-box .column:nth-child(2) .play:after,
#index-body .i-about .grid-box .column:nth-child(2) .play:before {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: inherit;
      background: rgba(255, 255, 255, 0.35);
      -webkit-animation: ks 2s linear infinite;
      -o-animation: ks 2s linear infinite;
      -ms-animation: ks 2s linear infinite;
      -moz-animation: ks 2s linear infinite;
      animation: ks 2s linear infinite;
      z-index: -1;
    }
#index-body .i-about .grid-box .column:nth-child(2) .play:after {
      -webkit-animation-delay: .5s;
      -o-animation-delay: .5s;
      -ms-animation-delay: .5s;
      -moz-animation-delay: .5s;
      animation-delay: .5s;
    }
#index-body .i-about .grid-box .column:nth-child(2) .play img {
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);*/
}
@-webkit-keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }
    @-o-keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }
    @-moz-keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }
    @keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }
#index-body .top h2 {
  color: #000000;
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.4;
}
#index-body .top p.p {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  max-width: 700px;
}
#index-body .init-1 {
  padding: 30px 0 70px;
  position: relative;
}
#index-body .init-1:after{
  content: '';position: absolute;
  width: 740px;
  height: 200px;
  background: rgba(251,251,251,.7);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  left:10%;
  bottom: 8%;
}
#index-body .init-1 .product-box {
  margin: 0 0 0 auto;
  max-width: 1670px;
  position: relative;
  overflow: hidden;
}
#index-body .init-1 .product-box .top {
  padding-left: 0;
}
#index-body .init-1 .product-box .productBpx {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .product-box .productBpx .swiper-slide a {
  display: block;
  overflow: hidden;
}
#index-body .init-1 .product-box .productBpx .swiper-slide a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .init-1 .product-box .productBpx .swiper-slide a img {
  width: 100%;
}
#index-body .init-1 .product-box .productBpx .swiper-slide h5 {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  font-family: 'Montserrat-Regular';
  margin-bottom: 15px;
  margin-top: 15px;
}
#index-body .init-1 .product-box .productBpx .swiper-slide h5:hover {
  color: #e94201;
}
#index-body .init-1 .product-box .productBpx .swiper-slide p {
  color: #000000;
  line-height: 1.5;
  font-family: Montserrat-ExtraLight;
  font-weight: 700;
  display: none;
}
#index-body .init-1 .product-box .productBpx .swiper-slide .text {
  display: none;
}
#index-body .init-1 .product-box .productBpx .swiper-slide-active .text {
  display: block;
  animation: 0.5s 0.3s fadeInRight both;
}
#index-body .init-1 .product-box .navigation {
  padding: 38px 30px 40px 68px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 685px;
  position: relative;
  z-index: 3;
  margin-top: 20px;
}
#index-body .init-1 .product-box .navigation .left h5 {
  font-size: 18px;
  line-height: 1;
  color: #000000;
  font-family: 'Montserrat-Regular';
  margin-bottom: 15px;
}
#index-body .init-1 .product-box .navigation .left p {
  color: #000000;
  line-height: 1;
}
#index-body .init-1 .product-box .navigation .right {
  display: flex;
  align-items: flex-end;
}
#index-body .init-1 .product-box .navigation .right .swiper-button-prev,
#index-body .init-1 .product-box .navigation .right .swiper-button-next {
  width: 18px;
  height: 23px;
  position: relative;
  margin-top: 0;
}
#index-body .init-1 .product-box .navigation .right .swiper-button-prev {
  background: url(../images/product-left.png) no-repeat;
  left: 0;
}
#index-body .init-1 .product-box .navigation .right .swiper-button-next {
  background: url(../images/product-right.png) no-repeat;
  right: 0;
}
#index-body .init-1 .product-box .navigation .right .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-family: 'Montserrat-ExtraLight';
  margin-left: 75px;
}
#index-body .init-1 .product-box .navigation .right .swiper-pagination .swiper-pagination-current {
  color: #e94201;
}
#index-body .tit2 p {
  color: #ccc;
  font-size: 16px;
  line-height: 30px
}
#index-body .tit2 h2 {
  font-size: 38px;
  line-height: 1.4;
     margin: 0px 0 10px;
}
#index-body .tit2 a.more {
  display: block;
  width: 185px;
  height: 53px;
  margin: 20px auto 0;
  line-height: 53px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#index-body .i-why {
  padding: 80px 0 155px;
  background: url(../images/why-bg_02.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}
#index-body .i-why .tit2 h2 {
  color: #fff;
}
#index-body .i-why .grid-box.two {
  margin-top: 60px;
}
#index-body .i-why .grid-box.two .column {
  margin-bottom: 50px;
}
#index-body .i-why .grid-box.two .column .grid-box {
  margin-top: 0;
  padding: 0 8%;
}
#index-body .i-why .grid-box.two .column .grid-box .column {
  width: 25%;
  margin-bottom: 0;
  color: #fff;
  vertical-align: middle;
}
#index-body .i-why .grid-box.two .column .grid-box .column img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-why .grid-box.two .column .grid-box .column:nth-child(2) {
  width: 75%;
  padding-left: 5%;
}
#index-body .i-why .grid-box.two .column .grid-box .column:nth-child(2) h3 {
  font-size: 16px;
  line-height: 30px;
}
#index-body .i-why .grid-box.two .column .grid-box .column:nth-child(2) p {
  line-height: 28px;
  font-size: 14px;
  margin: 5px 0;
  font-family: Montserrat-ExtraLight;
  font-weight: 700;
}
#index-body .i-why .grid-box.two .column .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
#index-body .i-why .waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin: auto;
  height: 80px;
}
#index-body .i-why .bgTop {
  z-index: 15;
  opacity: 0.5;
}
#index-body .i-why .bgMiddle {
  z-index: 10;
  opacity: 0.75;
}
#index-body .i-why .bgBottom {
  z-index: 5;
}
#index-body .i-why .wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
#index-body .i-why .waveTop {
  background-size: 50% 50px;
}
#index-body .i-why .waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#index-body .i-why .waveMiddle {
  background-size: 50% 60px;
}
#index-body .i-why .waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}
#index-body .i-why .waveBottom {
  background-size: 50% 50px;
}
#index-body .i-why .waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}
#index-body .i-product {
  padding: 80px 0;
}
#index-body .i-product .product-list {
  margin-top: 40px;
  position: relative;
}
#index-body .i-product .product-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 57px;
  height: 104px;
  background: url(../images/b-left_10.jpg) no-repeat center;
  left: -60px;
  top: 45%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
#index-body .i-product .product-list .slick-next {
  background: url(../images/b-right_12.jpg) no-repeat center;
  left: auto;
  right: -60px;
}
#index-body .i-product .product-list ul li {
  padding: 0 20px;
}
#index-body .i-product .product-list ul li .box {
  background: none;
  padding: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-product .product-list ul li .box .text {
  padding: 30px 10px;
  position: relative;
  z-index: 2;
}
#index-body .i-product .product-list ul li .box .text h2 {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
#index-body .i-product .product-list ul li .box:hover {
  background: #eecf9d;
}
#index-body .i-product .product-list ul li .box:hover .text {
  background: #eecf9d;
}
#index-body .i-product .product-list ul li .box:hover .text h2 {
  color: #fff;
}
#index-body .i-news {
  padding: 0px 0 110px;
}
#index-body .i-news .news-list {
  margin-top: 30px;
}
#index-body .i-news .news-list ul li {
  padding: 0 20px;
}
#index-body .i-news .news-list ul li .img-box {
  position: relative;
}
#index-body .i-news .news-list ul li .img-box .layer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: table;
  padding: 0 5%;
}
#index-body .i-news .news-list ul li .img-box .layer .box {
  color: #000;
  display: table-cell;
  vertical-align: middle;
}
#index-body .i-news .news-list ul li .img-box .layer .box h2 {
  font-size: 22px;
  line-height: 40px;
}
#index-body .i-news .news-list ul li .img-box .layer .box time {
  display: block;
  margin: 20px 0;
  font-size: 14px;
  line-height: 28px;
}
#index-body .i-news .news-list ul li .img-box .layer .box p {
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-top {
  background: #f6f6f6;
  padding: 66px 0;
}
#footer .footer-top .grid-box .column {
  width: 21.3%;
}
#footer .footer-top .grid-box .column:nth-child(4) form {
  width: 100%;
  margin: 30px 0 25px;
  position: relative;
}
#footer .footer-top .grid-box .column:nth-child(4) form input {
  width: 100%;
  background: none;
  border: 1px solid #000;
  outline: none;
  padding: 10px;
  color: #a2a2a2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 15px;
  line-height: 30px;
}
#footer .footer-top .grid-box .column:nth-child(4) form input[type="submit"] {
  width: 32%;
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #000;
}
#footer .footer-top .grid-box .i-company {
  width: 38%;
  padding-right: 3%;
}
#footer .footer-top .grid-box .i-company .box p {
  padding-left: 30px;
  font-size: 16px;
  line-height: 2;
  background: url(../images/phone.png) no-repeat left center;
  margin-bottom: 15px;
}
#footer .footer-top .grid-box .i-company .box p:nth-child(2) {
  background: url(../images/mail.png) no-repeat left center;
}
#footer .footer-top .grid-box .i-company .box p:nth-child(3) {
  background: url(../images/address.png) no-repeat left 5px;
}
#footer .footer-top .grid-box .i-company #ewm {
  width: 100px;
  margin-top: 40px;
}
#footer .footer-top .icon {
  margin-top: 15px;
}
#footer .footer-top .icon .fa {
  color: #000;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #000;
}
#footer .footer-top h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 700;
}
.yejiao{
    font-size: 16px;
    line-height: 30px;
}
#footer .footer-top ul li {
  font-size: 16px;
  line-height: 2;
  margin: 10px 0;
  background: url(../images/f-li.png) no-repeat left center;
  padding-left: 20px;
}
#footer .footer-bottom {
  background: #f6f6f6;
  padding: 20px 0;
}
#footer .footer-bottom .box {
  max-width: 800px;
  margin: 0 auto;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #000;
}
svg text {
  fill: #000;
}
svg:hover {
  fill: #000;
}
svg g.en {
  display: block;
}
svg g.cn {
  display: none;
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1400px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 20px;
  }
  #index-body .i-about .grid-box .column .tit p {
    font-size: 36px;
  }
  #index-body .init-1 {
    padding: 30px 15px 70px!important;
  }
  #index-body .init-1 .product-box {
    max-width: 95%;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 12px;
  }
  #header .nav .menu-box .menu > li > a,
  #header .nav .language-choose span {
    font-size: 15px;
  }
  #banner .banner-list ul li .text h2,
  #index-body .i-about .grid-box .column .tit p,
  #index-body .tit2 h2 {
    font-size: 30px;
  }
  #footer .footer-top h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 7px;
  }
  #banner .banner-list ul li .text h2,
  #index-body .i-about .grid-box .column .tit p,
  #index-body .tit2 h2 {
    font-size: 25px;
  }
  #banner .banner-list ul li .text p {
    font-size: 14px;
  }
  #footer .footer-top h2 {
    font-size: 18px;
  }
  .sidebar-nav{
    display: none !important;
  }
  .inner-page .grid-box.two>.column.page-right-bar{
    width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #banner .banner-list ul li .text {
    top: 25%;
  }
  .inner-page.product-page .col-4.col-md-6.col-xs-12.column{
    width: 50% !important;
  }
  #banner .banner-list ul li .text h2,
  #index-body .i-about .grid-box .column .tit p,
  #index-body .tit2 h2 {
    font-size: 20px;
  }
   #banner .banner-list .text{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
  }
  #banner .banner-list .swiper-button-prev,
  #banner .banner-list .swiper-button-next,
  #banner .banner-list .swiper-pagination-fraction{
    display: none;
  }
  .inner-page.about-page .init-3-left h3{
    font-size: 20px!important;
    line-height: 30px!important;
  }
  .about-page .init-bg .init-1{
    padding: 0;
  }
}
@media screen and (max-width: 820px){
 
}
@media screen and (max-width: 700px) {
  .haha{
    display: none!important;
  }
  .container {
    width: 100%;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  #banner .banner-list ul li .text {
    top: 8%;
  }
  #banner .banner-list ul li .text a.more {
    margin-top: 20px;
  }
  #index-body .i-about .grid-box .column,
  #index-body .i-about .grid-box .column:nth-child(2) {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #index-body .i-about,
  #index-body .i-product,
  #index-body .i-news {
    padding: 30px 0;
  }
  #index-body .i-product .product-list ul li .box .text h2 {
    font-size: 16px;
  }
  #footer .footer-top,
  #index-body .i-why {
    display: none;
  }
  #index-body .i-product .product-list .slick-arrow {
    display: none !important;
  }
  #footer .footer-bottom p {
    width: 100%;
    text-align: center;
  }
  #index-body .init-1 {
    padding-bottom: 30px;
  }
  #banner .banner-list .text{
    width: 70%;
  }
  #banner .banner-list .text p{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .i-semi{
    padding: 15px !important;
  }
  .i-semi h2.h2{
    font-size: 24px;
  }
  .inner-page.about-page .init-3-left .init-3-btnt{
    display: none !important;
  }
  .init-certification-public {
    background: linear-gradient(to right,#edce9d 100%,#f9f9f9 40%) !important;
  }
  .init-certification-public .column:nth-child(2),
  .init-certification-public .column:nth-child(1){
    width: 100% !important;
  }
  .shuzi ul li{
    width: 50% !important;
  }
  .video-text h3{
    font-size: 26px !important;
  }
  #banner .banner-list ul li .text {
    top: 12%;
  }
  #banner .banner-list ul li .text p {
    display: none;
  }
  #banner .banner-list ul li .text h2,
  #index-body .i-about .grid-box .column .tit p,
  #index-body .tit2 h2 {
    font-size: 15px;
  }
  #banner .banner-list ul li .text a.more {
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 38px;
  }
  #index-body .top h2,
  #index-body .tit2 h2 {
    font-size: 20px;
  }
  #index-body .init-1 .product-box .navigation {
    padding-top: 80px;
  }
  #banner .banner-list .text {
    width: 85%;
  }
  #banner .banner-list .text h2{
    font-size: 24px;
  }
  #banner .banner-list .text a.more{
    width: 114px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
  }
}



.m-page {
  text-align:center;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #efd6ae;
  color: #7b8393;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  font-size: 15px;
}
.m-page span,
.m-page a:hover {
  background: #efd6ae;
  color: white;
}
.inner-banner{
  position: relative;
}
.inner-banner .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
}
.inner-page div#nav {
  padding:0;
}
.inner-page div#nav .more{
	position:absolute;
	right:-10px;
	top:27px;
	z-index:8;
}
.inner-page div#nav .more .fa{
	font-size:20px;
}
.inner-page div#nav ul.ui {
  position:relative;
}
.inner-page div#nav ul.ui li {
  font-size: 16px;
  color: #858586;
  line-height: 80px;
  height:80px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position:static;
}
.inner-page div#nav ul.ui li a {
  color: inherit;
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.inner-page div#nav ul.ui li:hover,
.inner-page div#nav ul.ui li a.active{
  background: #efd6ae;
  color: white;
}
.inner-page div#nav ul.ui li ul {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:#f9f9f9;
  z-index:2;
  display:none;
  margin-top:0;
  border-top:none;
}
.inner-page div#nav ul.ui li ul li {
  line-height:45px;
  font-size:12px;
  border-left:1px solid #ededed;
}
.inner-page div#nav ul.ui li ul li:first-child {
  border-left:none;
}
.about-page .init-2 {
  padding: 40px 0;
}
.about-page .init-2 p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  padding: 12px 0;
}
.inner-banner { 
padding-top: 0;
}
.inner-banner .mxb{
background: #F8F6F9;
}
.inner-banner .container{
  /*padding:20px 0;*/
  background: #F8F6F9;
}
.inner-banner h2 {
  float:left;
  display: inline-block;
  font-size: 1.5rem;
  text-transform: capitalize;margin-right:30px;
}
.inner-banner .bread-crumbs{
	float:left;
  line-height: 61px;
  font-size: 16px;
}
.inner-banner a,
.inner-banner span {
  color: #7e8e97;
}
.service-page .init-1{
  height: 61px;
}
.product-page,.prodet-page {
/*   background: #f8f6f5; */
	padding:0 3%;
}
.inner-page .grid-box.two>.column.sidebar {
    width: 18%; padding-top:60px;
}
.inner-page .grid-box.two>.column.page-right-bar {
       width: 77%;
    padding: 0px 0 0px 40px;
}
.inner-page .sidebar .side-top {

  border: 1px solid #fff;

}

.inner-page .sidebar .side-top .side-tit {

  display: block;

  color: #303030;

  padding: 0 0 15px 20px;

  font-size: 22px;font-weight: 800;



  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

   text-transform: uppercase;

}

.inner-page .sidebar .side-top .side-menu {
	background:#F8F6F9;

}

.inner-page .sidebar .side-top .side-menu li a {

  position: relative;

  display: block;

  font-size: 14px;

  font-weight: 500;

  padding-right: 20px;

  white-space: nowrap;

  text-overflow: ellipsis;

  transition: 0.4s ease;

  -webkit-transition: 0.4s ease;

  -moz-transition: 0.4s ease;

  -ms-transition: 0.4s ease;

  -o-transition: 0.4s ease;

  overflow: hidden;

  height: 65px;

  line-height: 65px;

  text-indent: 34px;

  color: #555;

  background-repeat: no-repeat;

  background-position: 10px center;
font-weight: 600;
  text-transform: uppercase;

}

.inner-page .sidebar .side-top .side-menu li {

  position: relative;

}

.inner-page .sidebar .side-top .side-menu li i {

position: absolute;

    right: 10px;

    top: 22px;

    font-size: 14px;

    color: #fff;

}
.inner-page .sidebar .side-top .side-menu li a,
.inner-page .sidebar .side-top .side-menu li:hover>a,

.inner-page .sidebar .side-top .side-menu li a:hover,

.inner-page .sidebar .side-top .side-menu li a.active {

	font-size:16px;
  background-color: #efd6ae;

  color: #fff;

  text-indent: 45px;

  background-position: 20px center;

}
.inner-page .sidebar .side-top .side-menu li ul li a{
	    color: #b3b3b3;background-color:#F8F6F9;
}
.inner-page .sidebar .side-top .side-menu ul li:hover>a,

.inner-page .sidebar .side-top .side-menu li ul a:hover,

.inner-page .sidebar .side-top .side-menu ul li a.active{
	background-color:#F8F6F9;color:#efd6ae;
}



.inner-page .sidebar .side-top .side-menu li>ul {

  padding-left: 20px;

  display: none;

}
.inner-banner .init-1 {
  float: right;
  width: 50%;
}
.inner-banner .init-1 li a{
  display: block;
  height: 61px;
  line-height: 61px;
  text-align: center;
}
.inner-banner .init-1 li a:hover,
.inner-banner .init-1 li a.active{
  background: #efd6ae;
  color: #fff;
}

.product-page.inner-page .probox {
 
}
.product-page.inner-page .probox .row {
  padding:0 0% 0 1%;
  margin: auto;
}
.product-page.inner-page .probox .row .col-4 .ig-box {
  margin: 0 1rem;
}
.product-page.inner-page .probox .row .col-4 .ig-box .img-box {
  text-align: center;
}
.product-page.inner-page .probox .row .col-4 .ig-box .img-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 14rem;

  transition: .5s linear;
/*  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease; */
}
.product-page.inner-page .probox .row .col-4 .ig-box .img-box img {
  margin: auto;

  
   
}
.product-page.inner-page .probox .row .col-4 .ig-box .text {
  text-align: center;
      padding: 10px 10px 30px;
}
.product-page.inner-page .probox .row .col-4 .ig-box .text h4 {
  color: #605e5e;


  text-align: left;
  font-size: 15px;

}
.product-page.inner-page .probox .row .col-4 .ig-box .img-box a {
  position: relative;
  z-index: 1;
  background:url(../images/pro_bg.jpg) no-repeat center;
background-size: 100% 100%;
  display: block;

}
.product-page.inner-page .probox .row .col-4 .ig-box .text h4 a {
  transition: .3s;
  display: block;
  min-height: 45px;
}
.product-page.inner-page .probox .row .col-4 .ig-box .text h4:hover a {
  color: #000;
/*   border-bottom: 2px solid #262626; */
}
.product-page.inner-page .probox .row .col-4 .ig-box .text p {
  font-size: 14px;
  color: #262626;
  text-transform: uppercase;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.product-page.inner-page .probox .row .col-4 .ig-box:hover .bg {
  background:url(../images/back-1.jpg) no-repeat center;
  background-size:100% 100%;
}

@media screen and (min-width: 1200px) {
  #index-body .i-advantage .news .right {
    padding-right: 300px;
  }
  #footer .row:last-child .copy p {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #index-body .i-advantage .news .left .title,
  #index-body .i-advantage .news .left .form {
    max-width: 535px;
  }
  #footer .row .left dl {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #index-body .i-advantage .news .left .form .label {
    margin: auto;
  }
  #footer .row:first-child .left dl dd #ewm {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  #footer .row:first-child .left dl dd a {
    margin: 0 0.9rem;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-advantage .solt {
    display: none;
  }
  #index-body .i-advantage .video {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  #index-body .i-advantage .news .right {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .i-advantage .air-washer .img-box,
  #index-body .i-advantage .air-washer .right .img-box {
    padding: 3rem 1rem 3rem;
    margin: 0;
  }
  #index-body .i-advantage .video .text {
    display: none;
  }
}
table {
  width: 100%;
  margin-bottom: 20px;
/*   word-break: break-word; */
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
 
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}

#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  line-height: 36px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
  font-size: 15px;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28x;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.product-page .init-2 {
  padding: 70px 0 60px;
}
.product-page .init-2 ul {
  padding: 35px 80px;
  background: url("../images/product-init-2-bg.jpg") #0251b8 no-repeat right bottom;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 30px 0 #aaaaaf;
  -webkit-box-shadow: 0 0 30px 0 #aaaaaf;
  -moz-box-shadow: 0 0 30px 0 #aaaaaf;
  -ms-box-shadow: 0 0 30px 0 #aaaaaf;
  -o-box-shadow: 0 0 30px 0 #aaaaaf;
}
.product-page .init-2 ul li .left {
  width: 50%;
  padding-right: 3%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .init-2 ul li .left a {
  display: block;
}
.product-page .init-2 ul li .right {
  width: 50%;
  display: inline-block;
  padding-left: 2%;
  vertical-align: middle;
}
.product-page .init-2 ul li .right h2 {
  font-size: 30px;
  color: white;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 225, 0.3);
}
.product-page .init-2 ul li .right h2 a {
  color: inherit;
}
.product-page .init-2 ul li .right h2:hover {
  color: #efd6ae;
}
.product-page .init-2 ul li .right p {
  font-size: 14px;
  color: white;
  line-height: 30px;
  margin: 30px 0;
}
.product-page .init-2 ul li .right a.more {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background: white;
  font-size: 14px;
  color: #e60012;
}
.product-page .init-2 ul li .right a.more:hover {
  background: #efd6ae;
  color: white;
}
.product-page .init-2 ul button.slick-arrow {
  background: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:hover {
  border-color: white;
}
.product-page .init-2 ul button.slick-arrow:hover:before {
  color: white;
}
.product-page .init-2 ul button.slick-prev {
  left: 10px;
}
.product-page .init-2 ul button.slick-prev:before {
  content: "\f104";
}
.product-page .init-2 ul button.slick-next {
  right: 10px;
}
.product-page .init-2 ul button.slick-next:before {
  content: "\f105";
}
.product-page .init-3{
  padding: 10px 0;
}
.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.product-page .init-3 ul li {
  width: 25%;
  float: left;
  padding: 10px;
}
.product-page .init-3 ul li a {
  display: block;
}
.product-page .init-3 ul li a span {
  display: block;
  border: 1px solid #e4e7ee;
  overflow: hidden;
  background: #fff;
}
.product-page .init-3 ul li a span img {
  width: 100%;
}
.product-page .init-3 ul li a h2 {
  font-size: 14px;
  color: #7b8393;
  text-align: center;
  padding: 25px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-3 ul li a h2:hover {
  color: #efd6ae;
}
.product-page .init-4 {
  padding: 40px 0;
}

.prodet-page .init-2 .prodet-scroll {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-scroll ul {
  padding: 20px 0;
}
.prodet-page .init-2 .prodet-scroll ul a {
  display: block;
  border: 1px solid #e5e5e5;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow {
  background: none;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:hover:before {
  color: #efd6ae;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-prev:before {
  content: "\f106";
}
.prodet-page .init-2 .prodet-scroll ul button.slick-next:before {
  content: "\f107";
}
.prodet-page .init-2 .prodet-img {
  width: 40%;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;

  vertical-align: top;
	position:relative;
}
.prodet-page .init-2 .prodet-img span.bg{
	    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 14rem;
    background:url(../images/pro_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    transition: .5s linear;
}
/*.prodet-page .init-2 .prodet-img:hover span.bg {
  background:url(../images/back-1.jpg) no-repeat center;
	background-size:100% 100%;
}*/
.prodet-page .init-2 .prodet-img a#zoom1 img {
  border: 1px solid #d7d7d7;
	filter: drop-shadow(30px 20px 8px rgba(0,0,0,0.2));
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
.prodet-page .init-2 .prodet-title {
  width: 60%;
  display: inline-block;
  vertical-align: top;
	padding-left:5%;
}
.prodet-page .init-2 .prodet-title h1 {
  font-size: 24px;
  line-height: 40px;
  color: #454444;
  padding-bottom: 20px;
}
.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding: 10px 0;

}
.prodet-page .init-2 .prodet-title .content p,
.prodet-page .init-2 .prodet-title .content * {
  line-height:inherit;font-family: Arial, Helvetica, sans-serif;
}
.prodet-page .init-2 .prodet-title a.more {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.prodet-page .init-2 .prodet-title a.more.first {
  background: #efd6ae;
  color: white;
}
.prodet-page .init-2 .prodet-title a.more:hover {
  box-shadow: 0 5px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 5px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 5px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 5px 10px 0 #d1d1d1;
  -o-box-shadow: 0 5px 10px 0 #d1d1d1;
}
.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  background: #efd6ae;
  color: white;
  border-color: #efd6ae;
}
.prodet-page .init-3 .init-3-bottom ul {
  padding: 25px 10px;

}
.prodet-page .init-3 .init-3-bottom img{
	display:block;
	margin:0 auto;
}
.prodet-page .init-3 .init-3-bottom ul li {
  display: none;
}
.prodet-page .init-3 .init-3-bottom ul li table {
  border-collapse: collapse;
  border: none;

    width: 100%;
  
}
.prodet-page .init-3 .init-3-bottom ul li table tr:nth-child(odd) {
  background: #dedede;
}
.prodet-page .init-3 .init-3-bottom ul li table tr td {
  border: none;
  padding: 10px 10px;
  font-size: 16px;
  color: #666666;font-family: Arial, Helvetica, sans-serif;
}
.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 h2 {
  border-bottom: 2px solid #efd6ae;
}
.prodet-page .init-4 h2 em {
  font-size: 20px;
  line-height: 36px;
  color: white;
  padding: 5px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #efd6ae;
  display: inline-block;
}
.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #ededed;
  margin: -8px;
  position: relative;
}
.prodet-page .init-4 ul li {
  padding: 8px;position:relative;
}

.prodet-page .init-4 ul li a {
  display: block;
  position: relative;
    z-index: 1;
    background: url(/template/en/images/pro_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.prodet-page .init-4 ul li a span.bg{
	/*position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 14rem;
    background-color: #f6f6f6;
    transition: .5s linear;*/
}
.prodet-page .init-4 ul li a:hover span.bg {
  /*background:url(../images/back-1.jpg) no-repeat center;
	background-size:100% 100%;*/
}
.prodet-page .init-4 ul li a span {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}
.prodet-page .init-4 ul li a span img {
  margin: auto;
	filter: drop-shadow(30px 20px 8px rgba(0,0,0,0.2));
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
.prodet-page .init-4 ul li h3 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding-top: 15px;
  text-align: center;
}
.prodet-page .init-4 ul li a h3:hover {
  color: #efd6ae;
}
.prodet-page .init-4 ul button.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 30px;
  height: 30px;
}
.prodet-page .init-4 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b6b2b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-4 ul button.slick-arrow:hover {
  background: #efd6ae;
}
.prodet-page .init-4 ul button.slick-arrow:hover:before {
  color: white;
}
.prodet-page .init-4 ul button.slick-prev {
  left: -30px;
}
.prodet-page .init-4 ul button.slick-prev:before {
  content: "\f104";
}
.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}
.prodet-page .init-4 ul button.slick-next:before {
  content: "\f105";
}
.prodet-page .slick-track{
margin-left: 0;
}


.service-page .init-1 {
  background: #f6f7f9;
  padding: 70px 0;
  text-align: center;
}
.service-page .init-1 h2 {
  font-size: 60px;
  color: #222;
  text-align: center;
}
.service-page .init-1 .jc {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.service-page .init-1 .jc i {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0582d2;
  z-index: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.service-page .init-1 .jc img {
  position: relative;
  z-index: 1;
}
.service-page .init-1 p {
  font-size: 14px;
  line-height: 24px;
  color: #999898;
  padding: 30px 5%;
}
.service-page .init-2 {
  padding: 100px 0;
  text-align: center;
}
.service-page .init-2 h2 {
  text-align: center;
  font-size: 34px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}
.service-page .init-2 .map {
  display: inline-block;
  margin: 30px auto 0;
  position: relative;
  width: 90%;
}
.service-page .init-2 .map h3 {
  text-align: center;
  font-size: 30px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  letter-spacing: -1px;
}
.service-page .init-2 .map li {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  position: absolute;
  font-weight: bold;
}
.service-page .init-2 .map li.ie1,
.service-page .init-2 .map li.ie5 {
  right: 10%;
}
.service-page .init-2 .map li.ie2,
.service-page .init-2 .map li.ie4 {
  right: 5%;
}
.service-page .init-2 .map li.ie3 {
  right: 2%;
}
.service-page .init-2 .map li.ie1 {
  top: 7%;
}
.service-page .init-2 .map li.ie2 {
  top: 25%;
}
.service-page .init-2 .map li.ie3 {
  top: 46%;
}
.service-page .init-2 .map li.ie4 {
  top: 68%;
}
.service-page .init-2 .map li.ie5 {
  top: 87%;
}
.service-page .init-2 dl {
  text-align: left;
}
.service-page .init-2 dt {
  font-size: 30px;
  color: #1c1e23;
  margin-top: 50px;
  font-weight: bold;
}
.service-page .init-2 dd {
  font-size: 16px;
  color: #999898;
  line-height: 24px;
  margin-top: 15px;
}
.service-page .init-3 {
  padding: 40px 0 100px;
  margin-top: 30px;
  border-top: 2px solid #ebe9e9;
}
.service-page .init-3 .init-3-top {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}
.service-page .init-3 .init-3-top li {
  width: 25%;
  float: left;
  text-align: center;
}
.service-page .init-3 .init-3-top li a {
  display: inline-block;
  line-height: 54px;
  font-size: 18px;
  padding: 0 40px;
  color: #1c1e23;
  background-color: transparent;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.service-page .init-3 .init-3-top li a:after {
  content: '';
  left: 50%;
  bottom: 100%;
  height: 0;
  border-left: 2px solid #ebe9e9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.service-page .init-3 .init-3-top li a:hover,
.service-page .init-3 .init-3-top li.active a {
  color: #fff;
  background-color: #003b83;
}
.service-page .init-3 .init-3-top li a:hover:after,
.service-page .init-3 .init-3-top li.active a:after {
  height: 40px;
}
.service-page .init-3 .init-3-bottom li {
  display: block;
  background-color: #f6f7f9;
  display: none;
}
.service-page .init-3 .init-3-bottom li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.service-page .init-3 .init-3-bottom li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}
.service-page .init-3 .init-3-bottom li .right h3 {
  font-size: 28px;
  color: #1c1e23;
}
.service-page .init-3 .init-3-bottom li .right dd {
  font-size: 18px;
  color: #9e979a;
  line-height: 24px;
  margin-top: 25px;
}
.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0px 0px;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 16px;
  line-height: 30px;
  color: black;

  text-transform: capitalize;
}
.contact-page .init-1 ul li p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #efd6ae;
}

.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #efd6ae;
}
.contact-page .init-3 ul li input {
  line-height: 60px;
	text-transform:capitalize;
	font-size:15px;
}
.contact-page .init-3 ul li textarea{
	text-transform:capitalize;
	font-size:15px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #efd6ae;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

.faq-page .init-2 ul.faq {
  padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #dedcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 22px;
  color: #222;
/*   padding-bottom: 20px; */
}
.faq-page .init-2 ul.faq li div{
  font-family: Arial;
}
.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: #efd6ae;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 15px 15px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li .column{
  width: 35%;
  vertical-align: middle;
}
.news-page .init-2 ul.newslist li .column:nth-child(2){
  width: 65%;
  padding-left: 30px;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
	
}
.news-page .init-2 ul.newslist li h2 a {
  color:inherit;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 15px;
  line-height: 30px;
  color: #585858;font-family: Arial, Helvetica, sans-serif
}
.news-page .init-2 ul.newslist li:hover {

}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #efd6ae;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 15px 15px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 15px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {

}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #efd6ae;
}
.news-page .init-3 {
  padding: 40px 0;
}
.newsdet-page .init-2 {
  padding: 60px 0 40px;
}
.newsdet-page .init-2 div.newsdet h1 {
  font-size: 40px;
  color: #222;
  text-align: center;
}
.newsdet-page .init-2 div.newsdet .news_date {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #585858;
  display: block;
  padding: 20px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents {
  font-size: 16px;
  color: rgba(0,0,0.6);
  line-height: 32px;
}
.newsdet-page .init-2 div.newsdet .news_contents p {
  padding: 10px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents a {
  color: #efd6ae;
}
.newsdet-page .init-3 .news_next {
  padding: 40px 0;
  font-size: 18px;
  line-height: 32px;
  color: #222;
}
.newsdet-page .init-3 .news_next a {
  color: inherit;
}
.newsdet-page .init-3 .news_next a:hover {
  color: #efd6ae;
}
.picture-page .init-2 {
  padding: 40px 0;
}
.picture-page .init-2 ul.picture {
  display: inline-block;
  width: 100%;
}
.picture-page .init-2 ul.picture li {
  width: 25%;
  float: left;
  padding: 15px 10px;
}
.picture-page .init-2 ul.picture li a {
  display: block;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}
.picture-page .init-2 ul.picture li a em {
  display: block;
  overflow: hidden;
}
.picture-page .init-2 ul.picture li a h2 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.picture-page .init-2 ul.picture li a h2:hover {
  color: #efd6ae;
}
.picture-page .init-3 {
  padding: 40px 0;
}

.about-page-company .init-top {
  padding-top: 50px;
}
.about-page-company .init-2{
  padding: 0px 0 60px;
}
.about-page-company .init-2 h2,.init-top h2 {
  font-size: 30px;
  color: #394b50;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page-company .init-top .box{padding:50px 10px 0px;}
.about-page-company .init-top .box p{line-height:30px; font-size:16px;}
.about-page-company .init-2 h2 small,.init-top h2 small{
  display: block;
  font-size: 16px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
.about-page-company .init-2 ul {
  margin: -30px -40px;
  display: inline-block;
  padding-top: 70px;
}
.about-page-company .init-2 ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 40px;
  position: relative;
  margin-left: -3px;
}
.about-page-company .init-2 ul li .img {
  position: absolute;
  left: 45px;
  top: 30px;
}
.about-page-company .init-2 ul li .img img.img2 {
  display: none;
}
.about-page-company .init-2 ul li:hover .img img.img2 {
  display: block;
}
.about-page-company .init-2 ul li:hover .img img.img1 {
  display: none;
}
.about-page-company .init-2 ul li .content {
  padding-left: 80px;
}
.about-page-company .init-2 ul li .content h3 {
  font-size: 16px;
  color: #394b50;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.about-page-company .init-2 ul li .content p {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
}
.about-page-company .init-3 {
  background: #f6f7f9;
  position: relative;
}
.about-page-company .init-3 div.left {
  width: 50%;
}
.about-page-company .init-3 div.left img {
  width: 100%;
}
.about-page-company .init-3 div.right {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.about-page-company .init-3 div.right .box {
  width: 50%;
  float: right;
  padding-left: 5%;
}
.about-page-company .init-3 div.right .box h2 {
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page-company .init-3 div.right .box p {
  font-size: 14px;
  color: black;
  line-height: 27px;
  position: relative;
  margin: 60px 0 40px;
}
.about-page-company .init-3 div.right .box img {
  float: right;
}
.about-page-company .init-3 div.right .box .content {
  position: relative;
  padding-left: 10%;
}
.about-page-company .init-3 div.right .box i {
  position: absolute;
  font-size: 60px;
  color: #e5e6e8;
}
.about-page-company .init-3 div.right .box i.left {
  top: -10px;
  left: -40px;
}
.about-page-company .init-3 div.right .box i.right {
  bottom: -50px;
  right: -20px;
}
.about-page-company .init-4 {
  padding: 20px 0;
}
.about-page-company .init-4 img {
  margin: 20px 0;
}
.about-page-company .init-4 p {
  font-size: 14px;
  color: black;
  line-height: 28px;
  font-family: Arial;
  padding: 15px 0;
}

.inner-page.video-page {
  background: #f8f6f9;
}
.inner-page.video-page ul.con {
    font-size: 0;
}

.inner-page.video-page ul.con li {
    padding: 1rem 0;
}

.inner-page.video-page ul.con li .ig {
    display: flex;
  flex-wrap: wrap;
}

.inner-page.video-page ul.con li .ig .left {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
}

.inner-page.video-page ul.con li .ig .right {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    background-color: #e3e2e2;
    padding: 3rem;
}

.inner-page.video-page ul.con li .ig .right h4 {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
}

.inner-page.video-page ul.con li .ig .right h4::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 80%;
    background-color: #1b1b1b;
}

.inner-page.video-page ul.con li .ig .right .more {
    padding-top: 7rem;
}

.inner-page.video-page ul.con li .ig .right .more a {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.inner-page.video-page ul.con li .ig .right .more a img {
    vertical-align: middle;
}

@media screen and (max-width: 1440px){
  .inner-page.about-page .init-1 .init-1-left{
    width: 80% !important;
  }
  .about-page-company .init-3 div.right .box p {
    margin: 20px 0;
  }
  .about-page-company .init-3 div.right .box i {
    display: none;
  }
  .about-page-company .init-3 div.right .box .content {
    padding-left: 0;
  }
  .init-3 .contact-form-info .init-1 li:nth-child(3) .text-right {
    width: 60% !important;
  }
  .init-3 .contact-form-info .init-1 li:nth-child(2) {
    width: 30% !important;
  }
  .init-3 .contact-form-info .init-1 li:nth-child(3) {
    width: 44% !important;
  }
  .header__nav .h-nav__list > li.has-children .children__list {
      font-size: 1.2rem;
  }
  .header__nav .h-nav__list > li .label {
      font-size: 2.4rem;
  }
}
@media screen and (max-width: 1200px){
  .about-page-company .init-3 div.right .box img {
    display: none;
  }
}
.button-group .button {
  background-color: #efd6ae !important;
}
@media screen and (max-width: 1200px){
  .init-3 .contact-form-info .init-1 {
    padding: 50px 20px !important;
  }
  .init-3 .contact-form-info .contact-form-info-box .form-info-box-bg{
    display: none;
  }
  .inner-banner{
    height: 250px !important;
    background-size: cover !important;
  }
  .shuzi,
  .inner-page.about-page .init-1 .init-1-left {
    width: 100% !important;
  }
  .init-certification-public .column:nth-child(1){
    padding-left: 3% !important;
  }
  .inner-page.about-page .init-3-left h2{
    line-height: 46px;
  }
  .faq-page .init-2 ul.faq li p {
    font-size: 14px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 18px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 24px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 13px;
  }
  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 50%;
  }
  .prodet-page .init-4 h2 em,.prodet-page .init-3 .init-3-top ul li {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 28px;
  }
  #mapContainer {
    height: 360px !important;
  }
  .contact-page .init-3 h2,.contact-page .init-1 h2 {
    font-size: 30px;
  }
  .contact-page .init-3 ul li input {
    line-height: 40px;
  }
  .contact-page .init-3 ul li .yam .img {
    top: 12px;
  }
  .about-page-company .init-2 ul li .content p {
    font-size: 12px;
  }
  .about-page-company .init-2 h2 {
    font-size: 24px;
  }
  .about-page-company .init-2 h2 small {
    font-size: 12px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 18px;
  }
  .picture-page .init-2 ul.picture li,.product-page .init-3 ul li {
    width: 33.333%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 60%;
    padding-top: 30px;
  }
  .prodet-page .init-2 .prodet-scroll {
    width: 20%;
  }
  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .news-page .init-2 ul.newslist li p {
    font-size: 14px;
    line-height: 28px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 20px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 14px;
    line-height: 28px;
  }
  .newsdet-page .init-3 .news_next {
    font-size: 14px;
    line-height: 28px;
    padding: 20px 0;
  }
  .contact-page .init-3 h2, .contact-page .init-1 h2 {
    font-size: 22px;
  }
  .contact-page .init-1 ul li p {
    font-size: 14px;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
  }
}
@media screen and (max-width: 1000px){
  .prodet-page .init-2 .prodet-title,
  .prodet-page .init-2 .prodet-img{
    width: 100%;
  }
  .news-page .init-2 ul.newslist li{
    width: 49% !important;
  }
  .init-3 .contact-form-info .init-1 li:nth-child(3),
  .init-3 .contact-form-info .init-1 li:nth-child(2),
  .init-3 .contact-form-info .init-1 li{
    width: 100% !important;
  }
}
@media screen and (max-width: 700px){
  .inner-page.video-page ul.con li .ig .left {
    width: 100%;
  }
  .inner-page.video-page ul.con li .ig .right {
    width: 100%;
  }
  .inner-page div#nav {
    display: none;background:#fff;
  }
  .about-page-company .init-2 h2 {
    font-size: 18px;
  }
  .about-page-company .init-2 ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .about-page-company .init-2 ul {
    margin: 20px 0;
  }
  .about-page-company .init-2 ul li .img {
    left: 10px;
  }
  .about-page-company .init-3 div.left {
    width: 100%;
  }
  .about-page-company .init-3 div.right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .about-page-company .init-3 div.right .box {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .picture-page .init-2 ul.picture li, .product-page .init-3 ul li {
    width: 50%;
  }
  .faq-page .init-2 ul.faq li p {
    font-size: 12px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 15px;
  }
  .product-page .init-2 {
    display: none;
  }
  .product-page .init-3 {
    padding-top: 30px;
  }
  .product-page .init-3 ul li a h2 {
    padding: 5px;
  }
  #cs td, #cs th {
    padding: 5px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 12px;
  }
  .prodet-page .init-2 .prodet-title a.more.first {
    margin-bottom: 10px;
  }
  .prodet-page .init-4 h2 em, .prodet-page .init-3 .init-3-top ul li {
    font-size: 18px;
    line-height: 32px;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 15px;
  }
  .news-page .init-2 ul.newslist li {
    padding: 15px;
  }
  .news-page .init-2 ul.newslist li .column{
  width: 100%;
}
.news-page .init-2 ul.newslist li .column:nth-child(2){
  width: 100%;
  padding-left: 0;
}
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 20px;
    line-height: 36px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents p {
    padding: 5px 0;
  }
  .contact-page .init-1 ul li {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 20px;
  }
  .contact-page .init-1 ul li:nth-child(2n) {
    margin-left: 0;
  }
  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .contact-page .init-1 ul {
    padding: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .init-3 ul li {
    width: 100%;
  }
  .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .init-1 h2 {
    padding: 30px 0 10px;
  }

}
@media screen and (max-width: 500px){
  .init-2 .ui ul.downlondul li {
    width: 100%;
  }
  .init-3 .contact-form-info .contact-form-info-box .form-info-list form input{
    width: 100% !important;
  }
}
table.sc th, table.sc td{border:0px;}
.inner-page{
}
#index-body{background:#fffefe; padding-top:100px;}
.flex-b {
    position: relative;
    height: 520px;
    width: 100%;
    overflow: hidden;
}
.aw-talent .talent-box{
  position: absolute;
  width: 62.5%;
  top: 50%;
  left: 50%;
  background: #fff;
  padding:25px 3% 25px;
  margin: -180px 0 0 -31.25%;
  text-align: center;
}
.aw-talent h2{
  font-size: 24px;
  color: #333333;
  line-height: 40px; height:40px;
}
.aw-talent .bg{
  padding-left: 45px;
  font-size: 22px;
  color: #000000;
  line-height: 42px;
  background: url(../img/pro05.png) no-repeat left 10px;
  display: inline-block;
  margin-bottom: 38px;
}
.aw-talent p{
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  
}
table.Culturetb tr {height: 400px !important;}
table.Culturetb tr td{ font-size:14px;
  border: 0px;
    height: 400px !important;
    overflow: auto;
    overflow-y: scroll;
    display: inline-block;
    width: 50% !important;
 }
table.Culturetb tr td h2{ font-size:20px; line-height:40px; padding:20px 0px 0px; margin-top:20px;}
.about-page-company .init-top .box p{margin:30px 30px; line-height:30px; font-size:14px; color:#666;}
ul.downlondul{width:100%; clear: both;}
ul.downlondul li{float:left;width:33.3%}
.faq-page .init-2 h2{font-size:30px; margin-bottom:30px 0px 20px;}


.about-page {
  padding-bottom: 40px;
}
.about-page .init1 {
  position: relative; padding-top:40px;
}
.about-page .init1 .img {
  width: 70%;
  float: right;
  text-decoration: underline;
}
.about-page .init1 .border-text {
  position: absolute;
  background-color: #F4F4F4;
  width: 45%;
  padding: 47px;
  bottom: -70px;
}
.about-page .init1 .border-text h2 {
  font-size: 40px;
  margin-top: 0;
  
  font-weight: bold;
  line-height: 1.2;
  color: #333;
 
 
  position: relative;
  
  text-transform: uppercase;
}
.about-page .init1 .border-text h3 {
 
    font-size: 42px;
    line-height: 72px;
     text-transform: uppercase;
}
/*.about-page .init1 .border-text h2:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #E3D2C2;
  height: 2px;
  width: 80px;
  bottom: 0;
  left: 0;
}*/
.about-page .init1 .border-text p {
  line-height: 28px;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
        margin-top: 30px;font-family:Arial, Helvetica, sans-serif;}
.about-page .init2 {
  padding: 100px 0;
}
.about-page .init2 .left-img {
  position: relative;
}
.about-page .init2 .left-img:before {
  content: '';
  position: absolute;
  border: 25px solid #C9DDDB;
  display: block;
  bottom: 54px;
  left: 54px;
  top: 54px;
  right: 0;
  width: 75%;
}
.about-page .init2 .right-text {
  padding-top: 7%;
}
.about-page .init2 .right-text p {
  line-height: 30px;
  font-weight: 400;
  line-height: 1.8;
  color: #666;
  font-size: 18px;font-family: Arial, Helvetica, sans-serif;
}
.about-page .init2 .right-text .lead {
  color: #333;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 20px;
      
    text-transform: uppercase;
}
.about-page .init3 {
  padding: 80px 0 40px;
  background-color: #DDC9C9;
  margin-bottom: 88px;
}
.about-page .init3 h2 {
  font-size: 42px;
  position: relative;
  
   
    text-transform: uppercase;
}
/*.about-page .init3 h2:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid;
  width: 80px;
  bottom: 0;
  left: 0;
}*/
.about-page .init3 h3{
    font-size: 75px;
    line-height: 72px;
    text-transform: uppercase;margin-bottom: 60px;}

.about-page .init3 .grid-box.three .column {
  overflow: hidden;
  position: relative;
  padding-left: 56px;
  margin-bottom: 40px;
  padding-right: 20px;
}
.about-page .init3 .grid-box.three .column p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #666;font-family: Arial, Helvetica, sans-serif;
}
.about-page .init3 .grid-box.three .column span {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  left: 0;
  top: 0;
  font-size: 17px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
}
.about-page .init4 .grid-box .column {
  padding: 20px;
  perspective: 1000;
  transform-style: preserve-3d;
}
.about-page .init4 .grid-box .column .bg-2 {
  background-color: #E3D2C2 !important;
}
.about-page .init4 .grid-box .column .difference__keyCard-inner {
  position: relative;
  color: #333;
  cursor: default;
  transition: 0.6s;
  transform-style: preserve-3d;
  min-height: 232px;
}
.about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
  font-size: 2.444rem;
}
.about-page .init4 .grid-box .column .difference__keyCard-inner p {
  font-size: 16px;
}
.about-page .init4 .grid-box .column .difference__keyCard-front,
.about-page .init4 .grid-box .column .difference__keyCard-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  padding: 32px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}
.about-page .init4 .grid-box .column .difference__keyCard-front {
  z-index: 2;
}
.about-page .init4 .grid-box .column .difference__keyCard-back {
  transform: rotateY(-180deg);
}
.about-page .init4 .grid-box .column:hover .difference__keyCard-inner {
  transform: rotateY(180deg);
}
.about-page .init4 .grid-box .column:nth-child(2) .bg-2{
  background:none !important;
}
.about-page .init4 .grid-box .column:nth-child(2):hover .difference__keyCard-inner {
  transform: rotateY(0) !important;
}
.about-page .init4 .grid-box .column:nth-child(3) .bg-2{
	background-color: #CDD8D8 !important;
}
.about-page .init4 .grid-box .column:nth-child(4) .bg-2{
	background-color: #BBC8CF !important;
}
.about-page .init4 .grid-box .column:nth-child(5) .bg-2{
	background-color: #CED1D7 !important;
}
.about-page .init4 .grid-box .column:nth-child(6) .bg-2{
	background-color: #DDC9C9 !important;
}
/*.about-page .init5 {
  padding-top: 100px;
}*/
.about-page .init5 .container .bg {
  padding: 92px 0 48px;
  background-color: #D8D3CD;
  margin: 0 92px;
}
.about-page .init5 .container .bg .video{
	margin:0 auto;
	width:900px;
}
.about-page .init5 .container .bg h2 {
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-size: 30px;
}
.about-page .init5 .container .bg h2:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid;
  width: 80px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.about-page .init5 .mail {
  padding-top: 0px;
}
.about-page .init5 .mail h2{
  font-size: 42px;;
  
    text-transform: uppercase;
}
.about-page .init5 .mail h3{

    font-size: 42px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.about-page .init5 .mail p a {
  text-align: center;
  font-size: 2.444rem;
  display: block;
  margin: 0 auto;
}
.about-page .init5 .others-list {
  padding-top: 30px;
}
.about-page .init5 .others-list ul li {
    padding:0 10px;
}
.design-page {
  padding: 0;
}
.design-page .init-1 {
  background: #F3F4F6;
  padding: 50px 0;
}
.design-page .init-1 h2 {
  
  line-height: 58px;
  margin-bottom: 6px;
  font-size: 48px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-1 p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-1 #carousel {
  padding: 50px 10%;
}
.design-page .init-1 .ft {
  padding-top: 60px;
}
.design-page .init-1 .btn a {
  display: block;
  width: 350px;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #fff !important;
  background: #dbae78;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
#index-body .i-honor .box ul li {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.design-page .init-1 ul li img {
  width: 100%;
}
.design-page .init-1 ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: 20%;
  z-index: 0;
  background: #e3e4e6;
}
.design-page .init-1 ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.design-page .init-1 ul .slick-slide.slick-current + div li {
  left: -25%;
}
.design-page .init-2 {
  padding: 120px 0;
  background-color: #e9ebec;
}
.design-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.design-page .init-2 .grid-box .column:nth-child(1) {
  padding-right: 5%;
}
.design-page .init-2 .grid-box .column:nth-child(1) h3 {
  margin-bottom: 8px;
  font-size: 24px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-2 .grid-box .column:nth-child(1) h2 {
  
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.design-page .init-2 .grid-box .column:nth-child(1) p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
}
.design-page .tit {
  text-align: center;
}
.design-page .tit h3 {
  
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.design-page .tit p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-3 {
  background: #F3F4F6;
  padding: 100px 0;
}
.design-page .init-3 .init-3-list {
  padding-top: 60px;
  padding-left: 12%;
}
.design-page .init-3 .init-3-list ul li{
  padding: 0 20px;
  padding-top: 80px;
}

.design-page .init-3 .init-3-list ul li .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
}
.design-page .init-3 .init-3-list ul li .item .pic {
  position: relative;
  z-index: 10;
  max-width: 500px;
  width: 100%;
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
.design-page .init-3 .init-3-list ul li .item .text {
  position: relative;
  max-width: 420px;
  width: 100%;
  padding-bottom: 50px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main {
  max-width: 380px;
  margin: 0 auto;
  margin-right: 0;
  padding-top: 54px;
  padding-left: 30px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main h4 {
  margin-bottom: 22px;
  font-size: 24px;
  color: #162c35;
  
  font-weight: 700;
  font-style: normal;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main p{
  color: #777!important;
}
.design-page .init-4 {
  padding-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #F3F4F6), color-stop(0%, #e9ebec));
  background: -webkit-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: -o-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: linear-gradient(180deg, #F3F4F6 47%, #e9ebec 0%);
}
.design-page .init-5 {
  padding: 40px 0 80px;
  text-align: center;
  background: #e9ebec;
}
.design-page .init-5 p {
  max-width: 760px;
  margin: 0 auto 52px;
}
.design-page .init-5 .section-link {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #dbae78 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .difference__keyCard-front,
  .difference__keyCard-back,
  .difference__keyCardCenter {
    height: 232px;
  }
}
@media (max-width: 1230px) {
	.about-page .init1 .border-text h2 {
	font-size: 2rem;
}
	.about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
    font-size: 1.5rem;
}
}
@media (max-width: 768px) {
.about-page .init1 .border-text {
    width: 56%;
}
	.about-page .init2 .right-text{
		padding-left:5%;
	}
	.about-page .init2 .right-text .lead {
    font-size: 18px;
}
	.about-page .init2 .right-text p {
    font-size: 14px;
}
	.about-page .init5 .mail p a {
    font-size: 1.4rem;
}
	.about-page .init1 .border-text p {
    line-height: 25px;
    font-size: 14px;
    margin-top: 30px;
}
	.about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
    font-size: 1rem;
}
.about-page .init1 .border-text {
    position: relative;
}
.about-page .init1 .border-text h2 {
    font-size: 1.2rem;
}
}

.init-3{
  padding: 40px 0;
}
.faq-page .init-1,.faq-page .init-2 .p{
  font-family: Arial;
}
@media (max-width: 1000px) {
  .design-page .init-1 h2,
  .design-page .init-2 .grid-box .column:nth-child(1) h2,
  .design-page .tit h3{
    line-height: 30px;
    font-size: 25px;
  }
  .design-page .init-3{
    display: none;
  }
}
@media (max-width: 700px) {
    .inner-banner{
        
    }
    .inner-page{
        margin-top:50px;
    }
.about-page .init1 .border-text {
    width: 100%;
    position: relative;
}
	.about-page .init2 .left-img {
    position: relative;
    width: 100%;
}
	.about-page .init2 .right-text {
    padding-left: 0; width:100%;
}
	.about-page .init1 .border-text h2 {
    font-size: 1.4rem;
}
	.about-page .init3 h2 {
    font-size: 1.444rem;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
	.about-page .init3 .grid-box.three .column {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
}
	.about-page .init4{
		display:none;
	}
	.about-page .init5 {
    padding-top: 10px;
}
	.about-page .init5 .container .bg {
    padding: 20px 0;
    margin: 0;
}
	.about-page .init5 .container .bg h2 {
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-size: 20px;
}
	.about-page .init1 .img {
    display: none;
}
	#index-body {
    padding-top: 0;
}
	#footer .footer-bottom{
		padding-bottom:10px;
	}
	#footer .footer-bottom p{
		width:100%;
		text-align:center;
	}
	#footer .footer-bottom p img{
		display:block;
		margin:0 auto;
	}
	#footer .footer-top .column:nth-child(3) ul li {
    width: 100%;
}
	.inner-banner h2 {
    font-size: 16px!important;
    line-height: 30px!important;
    padding-top: 0px!important;
		padding-bottom:10px;
}
.zhongxin p{
  display: none!important;
}
.zhongxin h3{
  font-size: 16px!important;
  line-height: 30px!important;
}
.biaoti{
  display: none!important;
}
	.inner-page .grid-box.two>.column.sidebar {
    width: 100%;
    padding-top: 10px;
}
	.inner-page .grid-box.two>.column.page-right-bar {
    width: 100%;
    padding: 0;
}
	.inner-page .sidebar .side-top .side-tit {
    font-size: 18px;
}
	.inner-page .grid-box.two>.column.page-right-bar .grid-box.four>.column {
    width: 50%;
}
	.product-page.inner-page .probox .row .col-4 .ig-box .text h4 {
    line-height: 28px;
    font-size: 14px;
    margin-top: 18px;
}
	.prodet-page .init-2 {
    padding: 30px 0;
}
	.prodet-page .init-2 .prodet-img {
    width: 100%;
    margin: 0;
}
	.prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
}
	.prodet-page .init-2 {
    padding: 10px 0;
}
.inner-banner .mxb {
    padding: 0 10px;
}
#footer .footer-top .column,#footer .footer-top .column .column .column{
    width: 100% !important;
    padding-right: 0;
}
#footer .footer-top .column:nth-child(2) .i-qr{
  display: none;
}
.inner-banner .init-1,.inner-banner .bread-crumbs {
    width: 100%;
}
.contact-page .init-3 ul {
    margin: 0;
    width: 100%;
    padding: 20px 0;
}
.product-page.inner-page .probox .row .col-4 .ig-box .img-box a{
  padding: 0;
}
.design-page .init-1 .ft {
    padding-top: 10px;
}
.design-page .init-1 .btn a{
  font-size: 16px;
}
.design-page .init-4,
.design-page .init-2{
  padding: 30px 0;
}
.design-page .init-2 .grid-box .column{
  width: 100%;
  padding: 10px 0;
}
.design-page .init-2 .grid-box .column:nth-child(1) h3{
  font-size: 20px;
}
}
.thumb-gallery{
	padding:20px 0;
}
.thumb-gallery li{
	width:25%;
}
.thumb-gallery li img{
	background-color: #f6f6f6;
} 



.col-4.col-md-6.col-xs-12.column:hover img.ie2 {
    opacity: 1 !important;
    transition: all .8s ease;
}
.product-page.inner-page .probox .row .col-4 .ig-box .img-box img.ie2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.product-page.inner-page .probox .row .col-4 .ig-box .img-box img {
    margin: auto;
    transition: all .8s ease;
}
.product-page.inner-page .probox .row .col-4 .ig-box {
    margin: 0 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}








#index-body .i-product .product-list ul li .box:hover img.ie2 {
    opacity: 1 !important;
    transition: all .8s ease;
}
#index-body .i-product .product-list ul li .box .img-box img.ie2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#index-body .i-product .product-list ul li .box .img-box img {
    margin: auto;
    transition: all .8s ease;
}



#index-body .bg {
    background: url(/template/en/images/index-bg.jpg) no-repeat;
    padding-bottom: 40px;
}

#index-body{
  padding-top: 110px;
}
#index-body .i-about .grid-box .column .text p{

      font-size: 16px;
}
#index-body .init-1{

  
    padding: 110px 0 70px;
    position: relative;
}

#header.h-header{
  display: none;
}


.inner-banner {
     height: 650px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

 .mxb {
    background: #f8f6f9;


}

 .mxb .container {
    background: #f8f6f9;
}
.bread-crumbs {
    float: left;
    line-height: 61px;
    font-size: 16px;
}
 .mxb .init-1 {
    float: right;
    width: 50%;
}
 .mxb .init-1 li a {
    display: block;
    height: 61px;
    line-height: 61px;
    font-size: 16px;
    text-align: center;
}



 .mxb .init-1 li a:hover, .init-1 li a.active{
  background: #efd6ae;
    color: #fff;
}


/*分类样式*/


 .sidebar-nav .sidebar-nav-list li a {
          text-transform: capitalize;
  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: 18px 0 18px 25px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  border-bottom: 2px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
 .sidebar-nav .sidebar-nav-list li a:hover {
  color: #efd6ae;
}
 .sidebar-nav .sidebar-nav-list li a:hover span {
  background: #efd6ae;
  color: #fff;
}
.sidebar-nav .sidebar-nav-list li a:hover::after {
  color: #efd6ae;
}
.sidebar-nav .sidebar-nav-list li a::after {
  position: absolute;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #bdc2c6;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.sidebar-nav .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  background: #eeede7;
  font-size: 20px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.sidebar-nav h2 {
  font-size: 24px;
  line-height: 1.4;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 25px;
  font-weight: bold;
}


.sidebar-nav form {
  position: relative;
}
.sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #f2f1ec;
  padding: 0 25px;
  font-size: 18px;
  color: #000;
  border: none;
}
.sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/pro-search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.sidebar-nav .related {
    margin: 40px 0;
}
.sidebar-nav .related-list li .content {
  padding-left: 15px;
}
.sidebar-nav .related-list li .content h4 {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.sidebar-nav .related-list li .content h4:hover {
  color: #efd6ae;
}
.sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 28px;
  color: #9a9a9a;
  margin-top: 5px;
}
.zhengwen{
  font-size: 14px;
  line-height: 28px;
}
 .sidebar-nav .related-list {
  margin-bottom: 60px;
}
.sidebar-nav .related-list li {
  margin-bottom: 16px;
  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;
}
.sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sidebar-nav .related-list li .related-img img {
  width: 100%;
}
 .sidebar-nav .sidebar-info {
  margin-bottom: 47px;
  padding: 80px 30px 85px;
  border-radius: 5px;
  background: url(/freewillligats/2022/01/19/fl-bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
 .sidebar-nav .sidebar-info h5 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'BackNine';
  margin-bottom: 30px;
}
.sidebar-nav .sidebar-info p {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}
 .sidebar-nav .sidebar-info .info-tel {
  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: 14px;
  line-height: 28px;
  color: #ffffff;
  margin: 25px 0 28px;
}
.sidebar-nav .sidebar-info .info-tel img {
  margin-right: 20px;
}
 .sidebar-nav .sidebar-info .icon a {
  margin: 0 14px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.sidebar-nav {
      width: 23%;
    display: inline-block;

}
/*分类样式-end*/



.inner-page.product-page {
    padding: 60px 0;
}

/*.thumb-gallery ul {
    display: flex;
}*/
.inner-page.prodet-page {
    padding-top: 80px;
}

.prodet-page .init-2 .prodet-title h1 {
    font-size: 20px;
    line-height: 36px;
    color: #000;
    padding-bottom: 20px;
}
.prodet-page .init-2 .prodet-title .content{
  color: #585858;
    line-height: 2;
}

.alpp {
    display: block;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 28px;
}
.shangxia{
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
}
.alpp strong {
    font-weight: 700;
    color: #000;
}
.alpp em {
    color: #000;
}

.btn a:hover {
    background: #efd6ae;
}
.btn a {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 10px;
    padding: 0 25px;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.btn {
    display: block;
    padding: 35px 0;
    border-bottom: 1px solid #e3e3e3;
}
.share {
    margin-top: 35px;
}

.share h5 {
    display: inline-block;
    vertical-align: middle;
    font-family: "Arial";
    color: #000;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.share ul.grid-box {
    display: inline-block;
    vertical-align: middle;
}

.share ul.grid-box li.column {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}




/*表格*/
.do-content {
    overflow: hidden;
}
 .do-entry {
       overflow: hidden;
    padding: 10px 0 16px;
    font-size: 12px;
}
 .do-overview .do-entry-title {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding: 8px 0;
}
 .do-entry .do-entry-list {
    margin: 0 -20px;
    box-sizing: border-box;
}
.do-entry-separate dl {
  zoom: 1;
    float: left;
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
}

dl.do-entry-item {
    padding: 0 20px;
    box-sizing: border-box;
}


.do-entry dt {
  
}
 .do-entry dt {
    padding: 4px 0;
    color: #666;
   width: 145px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
}

.do-entry dd {
    padding: 4px 0;
   
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    margin: 0;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*表格-end*/


.inner-page.product-page .col-4.col-md-6.col-xs-12.column {
    width: 33.33%;
      margin-bottom: 30px;
}

dl.leadtime-table {
    padding: 0 20px;
}
.product-page.inner-page .probox .row .col-4 .ig-box .text h4{
      padding: 20px 10px;
}


.mxb .init-1 ul.ui.three.column.grid-box {
    text-align: right;
}
.news-page .init-2 ul.newslist li {
    display: inline-block;
    width: 33%;
   
}

.news-page .init-2 ul.newslist li {
    display: inline-block;
    width: 33%;
   
  
        background: #fff;
}
.news-page .init-2 ul.newslist li .grid-box.two {
    box-shadow: 0 0 10px rgb(72 73 121 / 15%);
    padding: 25px;
}

.news-page .init-2 ul.newslist li h2 {
    font-size: 18px;
    line-height: 32px;
    color: #222;
    padding: 20px 0 5px 0;
}

.btn-ne a {
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #eecf9d;
    border-left: 2px solid #eecf9d;
    font-size: 16px;
    line-height: 30px;
    font-family: "POPPINS-REGULAR";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}



.btn-ne i.fa.fa-long-arrow-right {
    -webkit-transition: 0.5s padding-left;
    -moz-transition: 0.5s padding-left;
    -ms-transition: 0.5s padding-left;
    -o-transition: 0.5s padding-left;
    transition: 0.5s padding-left;
    padding-left: 10px;
}

.news-page .init-2 ul.newslist li:hover .btn-ne {
    padding-left: 20px;
    transition: all .5s ease;
}
.news-page .init-2 ul.newslist li {
  
    transition: all .5s ease;
}

.news-page .init-2 ul.newslist li .btn-ne {
  
    transition: all .5s ease;
}

.news-page .init-2 ul.newslist li time {
    font-size: 14px;
    line-height: 28px;
    color: #585858;
    display: block;
    padding: 10px 0;
}

.inner-page.newsdet-page .init-2 .newsdet .news_contents p {
    display: inline-block;
}
.inner-page.newsdet-page .init-2 .newsdet .news_contents p img {
    width: 45%;
    padding: 10px 15px;
}
.inner-page.newsdet-page .init-3 {
    padding: 0px 0 40px;
}
.newsdet-page .init-3 .news_next{
  padding: 0;
}

/*联系我们询盘*/
.init-3 .contact-form-info {
    background-color: #ffffff;
    box-shadow: 0px 6px 37px 1px rgb(0 0 0 / 17%);
}

.init-3 .contact-form-info .contact-form-info-box {
    padding: 4rem 0 4rem 0;
    text-align: center;
}

.init-3 .contact-form-info .contact-form-info-box .form-info-box-bg .img-bg {
    position: absolute;
    bottom: -6%;
    right: -8%;
    background-color: #ffffff;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-box-bg .img-bg1 {
    position: absolute;
    bottom: -3%;
    right: -4%;
    width: 156px;
    height: 154px;
    background-color: #1e60aa;
    color: #ffffff;
        padding: 35px 0;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-box-bg .img-bg1 img {
    margin-top: 1.6rem;
    vertical-align: middle;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-box-bg .img-bg1 h1 {
    font-size: 35px;
    font-weight: 600;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-box-bg .img-bg1 span {
    font-size: 15px;
}






.init-3 .contact-form-info .contact-form-info-box .form-info-list {
  width: 60%;
    text-align: left;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-box-bg {
    width: 393px;
    height: 477px;
    background: url(/freewillligats/2022/01/27/contact.jpg) no-repeat;
    position: relative;
    transition: .5s;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list h1 {
    color: #efd6ae;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 600;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form {
    margin-top: 1.4rem;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form input:nth-child(1) {
    width: 90%;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form input {
    height: 51px;
    background-color: #f8f8fa;
    border: none;
    margin-bottom: 1rem;
    padding-left: 1rem;
    font-size: 16px;
    line-height: 30px;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form input:nth-child(2) {
    width: 42%;
    margin-right: 6%;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form input:nth-child(3) {
    width: 42%;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form input:nth-child(4) {
    width: 90%;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form input:nth-child(5) {
    width: 90%;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form input:nth-child(6) {
    width: 42%;
    margin-right: 6%;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form input:nth-child(7) {
    width: 42%;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form input[type="submit"] {
    width: 184px;
    height: 57px;
    background-color: #efd6ae;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    transition: .5s;
        padding-left: 0rem;
}
.inner-page.contact-page .init-3 {
    margin-bottom: -8%;
    z-index: 1;
    position: relative;
}
.contact-page .init-2{
      z-index: 1;
}
.init-3 .contact-form-info .init-1 li.column {
    width: 33.33%;

        text-align: left;
}

.contact-page .init-1 ul li i{
     width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 24px;
    float: left;
}

.init-3 .contact-form-info .init-1 li.column .text-right {
    float: left;
    padding-left: 15px;
}
.init-3 .contact-form-info .init-1 li:nth-child(1) {
    width: 25%;
}
.init-3 .contact-form-info .init-1 li:nth-child(2) {
    width: 25%;
}
.init-3 .contact-form-info .init-1 li:nth-child(3) {
    width: 50%;
}
.init-3 .contact-form-info .init-1 li:nth-child(3) .text-right {
    width: 90%;
}
.init-3 .contact-form-info .init-1 ul.ui.four.column.grid-box {
    padding: 0;
    margin: 0;
}
.init-3 .contact-form-info .init-1 {
    padding: 50px 80px;
}
/*联系我们询盘-end*/


@media (max-width: 1400px) {
.about-page .init1 .border-text h2,
.about-page .init3 h2{
  font-size: 20px;
}
.about-page .init1 .border-text h3,
.about-page .init2 .right-text .lead,
.about-page .init3 h3,
.about-page .init5 .mail h2,
.about-page .init5 .mail h3{
  font-size: 26px;
}
.about-page .init5 .mail h3{
  margin-bottom: 20px;
}
.about-page .init1 .border-text p,
.about-page .init2 .right-text p{
  margin-top: 0;
  font-size: 14px;
}
.about-page .init1 .border-text{
  padding: 20px;
}
}
@media (max-width: 1000px) {
.inner-banner{
    height: 343px;
}
.about-page .init1 .border-text{
  position: relative;
  width: 100%;
  bottom: auto;
}
.about-page .init1 .img{
  display: none;
}
.about-page .init1 .border-text h3{
  line-height: 30px;
  font-size: 20px;
}
.about-page .init2 .left-img,
.about-page .init2 .right-text{
  width: 100%;
}
.about-page .init3 .grid-box.three .column p{
  font-size: 1.5px;
}
#footer .footer-top h2 {
    font-size: 16px;
}
#footer .footer-top .grid-box .i-company .box p{
  font-size: 14px;
}
#footer .footer-top ul li{
  font-size: 14px;
    line-height: 1.5;
}
#footer .footer-top .grid-box .column:nth-child(4) form input{
  padding: 8px;
}
#footer .footer-top .grid-box .column{
  width: 50%;
}
#footer .footer-top .grid-box .i-company #ewm{
  display: none;
}
.about-page .init3 .grid-box.three .column{
  min-height: 35px;
}

.inner-page{
  margin-top: 20px;
}
.about-page{
  margin-top: 30px;
  padding-bottom: 30px;
}
.about-page .init2{
  padding: 50px 0;
}
.about-page .init3 h3{
  margin-bottom: 20px;
}
.about-page .init3 h2{
  margin-bottom: 0;
}
.about-page .init3 h3{
  line-height: 1;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list h1{
  font-size: 20px;
  line-height: 36px;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list{
  width: 85%;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-box-bg .img-bg1 h1{
  font-size: 20px;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-box-bg .img-bg1 img{
  display: none;
  padding-top: 20px;
}
.init-3 .contact-form-info .init-1 {
    padding: 20px 30px;
}
}

@media (max-width: 700px) {
.bread-crumbs{
  width: 100%;
  line-height: 2;
}
.mxb{
  margin-top: 50px;
}
.mxb .init-1{
  display: none;
}
.about-page .init3{
  margin-bottom: 20px;
}
.about-page .init1 .border-text h3, .about-page .init2 .right-text .lead, .about-page .init3 h3, .about-page .init5 .mail h2, .about-page .init5 .mail h3 {
    font-size: 20px;
}
.about-page .init5 .others-list{
  padding-top: 10px;
}
.inner-page.product-page{
  padding: 30px 0;
}
.sidebar-nav{
  display: none;
}
.inner-page .grid-box.two>.column.page-right-bar .grid-box.four>.column{
  width: 100% !important;
}
.news-page .init-2 ul.newslist li{
  width: 100% !important;
}
.news-page .init-2 ul.newslist {
    padding: 20px 0;
}
}

@media (max-width: 500px) {
.prodet-page .init-2 .prodet-title h1{
  font-size: 18px;
  line-height: 32px;
}
.prodet-page .init-4 ul button.slick-arrow{
  top:33%;
}
.prodet-page .init-4 ul button.slick-prev {
    left: -22px;
}
.prodet-page .init-4 ul button.slick-next {
    right: -22px;
}
.init-3 .contact-form-info .contact-form-info-box{
  padding: 2rem 0;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form input{
  font-size: 20px;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-list form input {
    font-size: 16px;
    line-height: 30px;
}
.init-3 .contact-form-info .contact-form-info-box .form-info-box-bg .img-bg1{
  height: 65px;
}
.init-3 .contact-form-info .init-1 li:nth-child(3){
  width: 100% !important;
}
}



/*详情*/

.do-entry-list {
    box-sizing: border-box;
    font-size: 15px;
    line-height: 30px;
}

 dl.do-entry-item {
    width: 480px;
padding: 0 20px;
    box-sizing: border-box;
    zoom: 1;
    float: left;
}
dt.do-entry-item{
width: 200px;
padding: 4px 0;
    color: #666;

    float: left;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
}


dd.do-entry-item-val{
      padding: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    margin: 0;

}

.init-3-bottom {
    overflow: hidden;
}

.prodet-page .init-2 .prodet-title .thumb-gallery li img {
    padding: 5px;
    background-color: #fff;
}

#footer .footer-top .grid-box .column:nth-child(2) {
    width: 17.3%;
}

#footer .footer-top .grid-box .column:nth-child(3) {
    width: 23.3%;
}

.product-page.inner-page .probox .row .col-4 .ig-box .text a.anniu {
    padding: 10px;
    background: #efd6ae;
    color: #fff;
    border-radius: 5px;
}

.product-page.inner-page .probox .row .col-4 .ig-box .text h4 {
    padding: 20px 10px;
}



.zhongxin {
    max-width: 1470px;
    position: absolute;
        padding: 11% 0% 11% 12%;
}

.zhongxin h2 {
    display: block;
    line-height: 1.4;
  font-size: 28px;
    color: #fff;
    padding-top: 60px;
    text-align: left;
    float: none;
}

.zhongxin p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0;
    text-transform: capitalize;
}

.zhongxin h3 {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}


.zhongxin h3 span:after {
    content: '';
    position: absolute;
    bottom: 35%;
    left: 53%;
    width: 40%;
    height: 2px;
    background: #fff;
}


#header .nav .product-down .list .left .list-box.grid-box.four {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#header .nav .product-down .container {
    width: 100%;
    padding: 0;
}



#header .nav .product-down .list .right .list-box .item a .p-img img {
    object-fit: cover;
    width: 100%;
    height: 210px;
}

#header .nav .product-down .container .btn{
  width: 100%;
    background: #f0f0f0;
    text-align: center;
        padding: 10px 0;
}


/*关于我们视频*/
.video {
    width: 75%;
    padding-right: 0;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.video a.play {
    width: 86px;
    height: 86px;
    line-height: 86px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.54);
    cursor: pointer;
}

.video:after {

}
.video img {
    border-radius: 45px;
}
.video a.play img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.video a.play:after, .video a.play:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(255,255,255,.35);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}
/*关于我们视频-end*/

/*关于我们*/
.init-bg {
    background: url(/freewillligats/2022/02/21/aboutbg.jpg) no-repeat;
}
.inner-page.about-page .init-1 .init-1-left {
    width: 50%;
    padding-top: 30px;
}
.inner-page.about-page .init-1 .init-1-left h2 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ccc;
}
.inner-page.about-page .init-1 .init-1-left h3 {
    font-family: 'Montserrat-Bold';
    color: #333;
    font-size: 36px;
    line-height: 1.4;
    padding: 10px 0;
}
.inner-page.about-page .init-1 .init-1-left p {
    font-size: 14px;
    font-family: 'Montserrat-ExtraLight';
    font-weight: 600;
    line-height: 2;
    padding: 6px 0;
}

.shuzi {
    padding: 30px 0;
    width: 75%;
}

.shuzi ul {
    overflow: hidden;
}
.shuzi ul li img {
    width: 60px;
    padding: 10px 0;
}

.shuzi ul li p {
    padding: 10px 0;
    font-size: 15px;
    line-height: 30px;
}

.shuzi ul li {
    width: 25%;
    float: left;
    padding-right: 30px;
}
.inner-page.about-page .init-1 .init-1-left h3 {
    font-family: 'Montserrat-Bold';
    color: #333;
    font-size: 36px;
    padding: 10px 0;
}

.shuzi ul li.wow.fadeInUp:after {
    content: '';
    width: 27px;
    height: 2px;
    display: block;
    background: #edce9d;
}
.init-bg .init-1 {
    padding: 120px 0;
}

.btn-ab a {
    padding: 15px 25px;
    background: #edce9d;
    color: #fff;
    transition: all .5s ease;
}
.btn-ab:hover a {
    margin-left: 20px;
    transition: all .5s ease;
}

.btn-ab {
    padding: 30px 0;
}
.video-text h3 {
    font-size: 32px;
    line-height: 1.6;
    font-weight: bold;
}

.video-text h2 {
    font-size: 18px;
    line-height: 32px;
    color: #edce9d;
}
.video-text {
    text-align: center;
    padding: 15px 0;
}

.inner-page.about-page .init-3 {
    background: linear-gradient(to right,#edce9d 40%,#f9f9f9 40%);
        padding: 60px 0;
        margin-top: 60px;
}
.inner-page.about-page .init-3 .container {
    display: flex;
    align-items: center;
}
.inner-page.about-page .init-3-left {
 
    color: #fff;

}
.inner-page.about-page .init-3-left h2 {
    font-size: 18px;
    line-height: 32px;
}
.inner-page.about-page .init-3-left h3 {
    font-size: 30px;
    line-height: 1.6;
    font-family: 'Montserrat-Bold';
    font-weight: bold;
}
.inner-page.about-page .init-3 .init-3-right {
    width: 62%;
    text-align: right;
}

.inner-page.about-page .init-3-left .init-3-btnt {
    padding-top: 30px;
}
.inner-page.about-page .init-3-left .init-3-btnt a {
    padding: 10px 18px;
    background: rgba(255,255,255,0.5);
    margin-right: 5px;
    font-size: 25px;
}
/*关于我们-end*/







/*荣誉*/

.init-certification-public {
   background: linear-gradient(to right,#edce9d 40%,#f9f9f9 40%);
    padding: 80px 0;
    margin-top: 60px;
}

.init-certification-public .column:nth-child(1) {
      padding-left: 13%;
    padding-right: 8%;
    width: 45%;
        padding-top: 30px;
}
.init-certification-public .column:nth-child(2) {
       width: 55%;
}
.init-certification-public h2, .init-certification-public p {
    color: #fff;
    line-height: 2;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.init-certification-public p {
    font-size: 18px;
    font-family: Montserrat ExtraLight;
}

.init-certification-public .column:nth-child(2) .honor-list {
    position: relative;
}

.init-certification-public .column:nth-child(2) .honor-list ul li {
    padding: 0 10px;
}
/*荣誉-end*/




/*工厂*/
 .i-semi {
    text-align: center;
    padding: 80px;
    background: linear-gradient(#f2f2f2 50%,#fff 50%);
}
 .i-semi h2.h2 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
 .i-semi p.p {
    font-size: 18px;
    line-height: 32px;
    font-family: Montserrat ExtraLight;
    color: #545454;
}
 .i-semi .semi-list {
    margin-top: 40px;
    position: relative;
}

 .i-semi .semi-list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(/universelite/2021/12/15/inner-l.jpg) no-repeat center;
    left: 45%;
    bottom: 10px;
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}
.i-semi .semi-list .slick-next {
    background: url(/universelite/2021/12/15/inner-r.jpg) no-repeat center;
    left: calc(45% + 85px);
}
.inner-page.about-page .i-semi .semi-list ul li {
    padding: 0 10px;
}
.inner-page.about-page .i-semi .semi-list ul li p {
    font-size: 18px;
    padding: 20px 10px;
    display: none;
}



/*工厂-end*/




/*2022-3-25新增*/
.product-page.inner-page .probox .row .col-4 .ig-box .text h4 {
    padding: 20px 10px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    min-height: 5rem;
    color: #111;
}

.product-page.inner-page .probox .row .col-4 .ig-box .text a.anniu
{
      border-radius: 0;
      font-size: 14px;
      line-height: 28px;
}
.sidebar-nav .sidebar-nav-list li a:after{
  padding-left: 15px;
}

.sidebar-nav .sidebar-nav-list li a:hover:after {
    color: #fff;
}
.sidebar-nav .sidebar-nav-list li a:hover {
    color: #fff;
    background: #efd6ae;
}

.sidebar-nav .sidebar-nav-list li a:hover span {
    background: #fff;
    color: #efd6ae;
}
.sidebar-nav .sidebar-nav-list li a {
    padding: 18px 15px 18px 35px;
    font-size: 18px;
    line-height: 32px;
}
.sidebar-nav {
    width: 25%;
    display: inline-block;
}
.inner-page .grid-box.two>.column.page-right-bar {
    width: 75%;
    padding: 0 0 0 40px;
}

.pro-biao {
    padding: 0 20px;
}
.pro-biao h1.biaoti {
    font-size: 24px;
    line-height: 44px;
    padding-bottom: 10px;
}

.pro-biao p.neirong {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding-bottom: 20px;
}
.zhengshu{
      font-size: 18px!important;
    line-height: 32px!important;
    font-family: 'Montserrat-Bold';
    font-weight: 700;
}
.jianjie{
    width: 70%!important;
}
.haha{
  margin-top: 20px!important;
  margin-bottom: 40px!important;
}
.zhishi{
    font-size: 24px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-weight: 700;
}
.xinxi{
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #efd6ae;
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}

#index-body .i-about .grid-box .column .text a.more:hover {
    margin-left: 20px;
    transition: all .5s ease;
}
#index-body .i-about .grid-box .column .text a.more{
   transition: all .5s ease;
}


#index-body .tit2 a.more:hover {
    color: #fff;
    background: #eecf9d;
      transition: all .5s ease;
}

#index-body .tit2 a.more {

      transition: all .5s ease;
}




/*2022-3-25新增-end*/




.inner-page.product-page .sidebar-nav ul.sidebar-nav-list li ul.item_cont {
    margin-left: 30px;
    /*border-bottom: 2px solid #eeede7;*/
}

.inner-page.product-page .sidebar-nav ul.sidebar-nav-list li ul.item_cont li a {
    border-bottom: 0px solid #eeede7;
}

.inner-page.product-page .sidebar-nav ul.sidebar-nav-list li ul.item_cont li:last-child a {
    border-bottom: 2px solid #eeede7;
}





.layer-form .wrap-contact100 {
      width: 357px;
      border-radius: 10px;
    }
    .layer-form .wrap-contact100 .btn-hide-contact100 {
      color: #000000;
    }
    .layer-form .wrap-contact100 form {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 40px 25px 15px 25px;
    }
    .layer-form .wrap-contact100 form h2 {
      width: 100%;
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
    }
    .layer-form .wrap-contact100 form p {
      font-size: 12px;
      color: #adadad;
      padding: 10px 0;
    }
    .layer-form .wrap-contact100 form input {
      height: 36px;
      display: block;
      width: 100%;
      background: transparent;
      font-size: 14px;
      color: #333333;
      line-height: 1.2;
      padding: 0 20px;
      border: 1px solid #e6e6e6;
      border-radius: 5px;
      margin-bottom: 20px;
      transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
    }
    .layer-form .wrap-contact100 form input:focus {
      border: 1px solid #0071e3;
    }
    .layer-form .wrap-contact100 form textarea {
      height: 114px;
      padding-top: 22px;
      padding-bottom: 15px;
      font-family: 'microsoft yahei';
      display: block;
      width: 100%;
      background: transparent;
      font-size: 14px;
      color: #333333;
      line-height: 1.2;
      padding: 15px 20px;
      border: none;
      border: 1px solid #e6e6e6;
      border-radius: 5px;
      transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
    }
    .layer-form .wrap-contact100 form textarea:focus {
      border: 1px solid #0071e3;
    }
    .layer-form .wrap-contact100 form .layer-submit {
      width: 100%;
      position: relative;
      border-radius: 2px;
    }
    .layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
      /*border: 1px solid #e6e6e6;*/
      background: #00a0e9;
      height: 42px;
      display: block;
      width: 100%;
      font-size: 15px;
      color: #333333;
      line-height: 1.2;
      padding: 0 20px;
      margin: 0;
      border-radius: 42px;
      transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      position: relative;
      z-index: 10;
      color: #ffffff;
    }
    .layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
      background: #000;
      color: #ffffff;
    }


    .play-video {
    position: absolute;
    z-index: 99;
  top: 15px;
    left: 15px;
}
.play-video a.play {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    cursor: pointer;
      
}


.play-video a.play:after, .play-video a.play:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(255,255,255,.35);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}



.navcontent {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f4f0eb;
  display: none;
}
.navcontent .ui.container{
  width: 100%;
}
.navcontent .main .left {
  width: 25%;
  text-align: left;
}
.navcontent .main .left .h3{
  line-height: 1.2;
}
.navcontent .main .left ul li{
  display:block;
  position: relative;
  height: auto!important;
  line-height: 1.5;
}
.navcontent .main .left ul li a{
  transition: 0.3s all;

}
.navcontent .main .left ul li a:hover{
  transition: 0.3s all;
  color: #dbae78;
}
.navcontent .main .right {
  width: 75%;
}
.navcontent .main .right ul {
  width: 100%;
  margin: 0 -20px;
}
.navcontent .main .right ul li {
  padding: 0 20px;
  line-height: 1.5;
  text-align: left;
}
.navcontent .main .right ul li .img-box {
  position: relative;
}
.navcontent .main .right ul li .img-box .text {
  position: absolute;
  padding: 20px 5%;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
}
.navcontent .main .right ul li .img-box .text .h4 {
  font-weight: 700;
  font-style: italic;
}
.navcontent .main .right ul li .img-box .text a.more2 {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.navcontent .main .right ul li .img-box .text a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
#header .nav .menu-box .menu > li>a{
  display: block!important;
}
#header .nav .menu-box .menu > li{
  position: unset;
}
#header .nav .menu-box .menu{
  position: unset;
}
#header .nav .menu-box{
  position: unset;
}
