@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');
}
body {
  overflow-x: hidden;
  font-family: 'microsoft yahei', SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-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;
}
.container {
  width: 1200px;
}
.center {
  text-align: center;
}
#header .logo-box {
  width: 16%;
  background-color: #fff;
  text-align: center;
  padding: 17px 0px;
}
#header .logo-box img {
  display: inline-block;
}
#header .nav-box {
  width: 84%;
}
#header .nav-box .h-top {
  background-color: #014eb4;
  padding-left: 45px;
}
#header .nav-box .h-top .email-box p {
  display: inline-block;
  color: #fff;
  line-height: 50px;
  font-weight: bolder;
  padding: 0px 35px;
  font-family: 'microsoft yahei';
  border-right: solid 1px #186bd9;
}
#header .nav-box .h-top .email-box p span {
  color: #bfc9e0;
}
#header .nav-box .h-top .lengu-box {
  width: 235px;
  height: 50px;
  background-color: #00b9ff;
  padding-top: 12px;
  text-align: center;
  color: #fff;
}
#header .nav-box .h-top .lengu-box a {
  display: inline-block;
  margin: 0px 5px;
  color: #fff;
  font-family: 'microsoft yahei';
  font-weight: bolder;
}
#header .nav-box .nav {
  padding-left: 45px;
  background-color: #f3f3f3;
}
#header .nav-box .nav .menu-box {
  padding: 0;
  line-height: 105px;
  height: 105px;
  position: relative;
  float: left;
}
#header .nav-box .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 34px;
  text-transform: capitalize;
}
#header .nav-box .nav .menu-box .menu > li > a {
  font-size: 15px;
  color: #707070;
  display: block;
  position: relative;
  font-weight: bolder;
  font-family: "microsoft yahei";
}
#header .nav-box .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;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #22c1fd;
}


#header .nav-box .nav .menu-box .menu > li:hover > a,
#header .nav-box .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav-box .nav .menu-box .menu > li.current-menu-item > a,
#header .nav-box .nav .menu-box .menu > li.current-category-ancestor > a {

  color: #22c1fd;
}
#header .nav-box .nav .menu-box .menu > li:hover > a:after,
#header .nav-box .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav-box .nav .menu-box .menu > li.current-category-ancestor > a:after,
#header .nav-box .nav .menu-box .menu > li.current-post-ancestor > a:after {
  width: 80%;
  left: 10%;
}







#header .nav-box .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #22c1fd;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav-box .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-box .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav-box .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav-box .nav .h-r-box {
  padding-right: 50px;
  padding-top: 23px;
}
#header .nav-box .nav .h-r-box .h-search {
  display: inline-block;
  color: #7f7f7f;
  font-family: "microsoft yahei";
  font-weight: bolder;
  margin-right: 55px;
  cursor: pointer;
}
#header .nav-box .nav .h-r-box .h-search img {
  vertical-align: middle;
  margin-right: 10px;
}
#header .nav-box .nav .h-r-box .face-box {
  display: inline-block;
}
#header .nav-box .nav .h-r-box .face-box a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  padding-top: 15px;
  margin: 0px 3px;
}
#header .nav-box .nav .h-r-box .face-box a i {
  color: #7f7f7f;
  font-size: 16px;
}
#header .nav-box .nav .h-r-box .face-box a:hover {
  background-color: #22c1fd;
}
#header .nav-box .nav .h-r-box .face-box a:hover i {
  color: #fff;
}
#header .nav-box .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-box .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav-box .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav-box .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav-box .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-box .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav-box .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .banner-box {
  position: relative;
}
#banner .banner-box .banner-text {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 25%;
  color: #fff;
}
#banner .banner-box .banner-text h5 {
  font-size: 28px;
  font-weight: bolder;
  display: inline-block;
  border-bottom: solid 1px #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#banner .banner-box .banner-text h3 {
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 20px;
}
#banner .banner-box .banner-text p {
  font-size: 17px;
  margin-bottom: 50px;
  font-weight: bolder;
}
#banner .banner-box .banner-text .more {
  display: inline-block;
  width: 250px;
  height: 90px;
  line-height: 90px;
  border: solid 3px #fff;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
}
#index-body .i-about {
  padding: 110px 0px 140px;
  position: relative;
}
#index-body .i-about .tit {
  background: url("../images/tit-bg.png") no-repeat center top;
  padding: 15px 0px 65px;
  margin-bottom: 65px;
}
#index-body .i-about .tit h3 {
  font-size: 50px;
  font-weight: bolder;
}
#index-body .i-about .tit p {
  font-size: 17px;
}
#index-body .i-about .about-boxs .about-tu-box {
  width: 40%;
}
#index-body .i-about .about-boxs .about-text-box {
  width: 60%;
  background-color: #f6f6f6;
  margin-top: 25px;
  padding: 45px 110px 45px 45px;
}
#index-body .i-about .about-boxs .about-text-box h3 {
  font-size: 19px;
  margin-bottom: 12px;
}
#index-body .i-about .about-boxs .about-text-box .bor {
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #393939;
  margin-bottom: 20px;
}
#index-body .i-about .about-boxs .about-text-box p {
  line-height: 1.6em;
}
#index-body .i-about .about-boxs .about-text-box .more {
  display: inline-block;
  width: 90px;
  margin-top: 15px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #014eb4;
}
#index-body .i-about .about-boxs .about-text-box .more:hover {
  background-color: #333;
}
#index-body .i-about:after {
  content: '';
  width: 499px;
  height: 660px;
  background: url("../images/about-bg1.png") no-repeat center;
  position: absolute;
  bottom: -80px;
  right: 0px;
  z-index: 9;
}
#index-body .i-num {
  background: url("../images/num-bg.jpg") no-repeat center;
  padding: 140px 0px;
  color: #fff;
}
#index-body .i-num .num-boxs {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  background: rgba(47, 47, 47, 0.8);
  padding: 45px 0px;
}
#index-body .i-num .num-boxs .num-box {
  position: relative;
  border-right: solid 1px #595959;
}
#index-body .i-num .num-boxs .num-box h3 {
  font-size: 52px;
  font-weight: bolder;
}
#index-body .i-num .num-boxs .num-box h3 i {
  font-size: 52px;
}
#index-body .i-num .num-boxs .num-box p {
  color: #bdbdbd;
  font-size: 16px;
  font-weight: bolder;
}
#index-body .i-num .num-boxs .num-box:nth-of-type(4) {
  border: none;
}
#index-body .i-product {
  padding: 170px 0px 100px;
  background-color: #f2f2f2;
  position: relative;
}
#index-body .i-product .container {
  width: 1400px;
}
#index-body .i-product .tit-boxs .tit-left {
  width: 50%;
  margin-top: 25px;
}
#index-body .i-product .tit-boxs .tit-left h3 {
  font-size: 50px;
  font-weight: bolder;
  background: url("../images/bor.jpg") no-repeat left bottom;
  margin-bottom: 40px;
  padding-bottom: 12px;
}
#index-body .i-product .tit-boxs .tit-left p {
  font-size: 16.5px;
}
#index-body .i-product .tit-boxs .tit-right {
  width: 50%;
}
#index-body .i-product .tit-boxs .tit-right .cate-box {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  padding-top: 95px;
}
#index-body .i-product .tit-boxs .tit-right .cate-box .cate-tu {
  position: relative;
  z-index: 9;
}
#index-body .i-product .tit-boxs .tit-right .cate-box .cate-tu img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
#index-body .i-product .tit-boxs .tit-right .cate-box .cate-tu: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);
}
#index-body .i-product .tit-boxs .tit-right .cate-box .cate-text {
  position: absolute;
  top: 0px;
  left: 120px;
  z-index: 9;
}
#index-body .i-product .tit-boxs .tit-right .cate-box .cate-text span {
  font-size: 56px;
  color: #fff;
}
#index-body .i-product .tit-boxs .tit-right .cate-box .cate-text h3 {
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  border-bottom: solid 1px #666;
}
#index-body .i-product .tit-boxs .tit-right .cate-box .cate-text a {
  display: block;
  margin-left: 65px;
  color: #fff;
  font-size: 16px;
  background: url("../images/pro-cate-more.png") no-repeat 75px 5px;
}
#index-body .i-product .tit-boxs .tit-right .cate-box:after {
  content: '';
  width: 175px;
  height: 155px;
  position: absolute;
  top: 0px;
  right: 45px;
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-color: #04c2ff;
}
#index-body .i-product .tit-boxs .tit-right .cate-box:nth-of-type(2) {
  padding-right: 0px;
}
#index-body .i-product .pro-swiper .pro-box .pro-tu img {
  width: 100%;
}
#index-body .i-product .pro-swiper .pro-box .pro-text {
  padding: 20px 40px;
  background-color: #fff;
}
#index-body .i-product .pro-swiper .pro-box .pro-text h3 {
  margin-bottom: 5px;
}
#index-body .i-product .pro-swiper .pro-box .pro-text h3 a {
  font-size: 19px;
  font-weight: bolder;
}
#index-body .i-product .pro-swiper .pro-box .pro-text h3 a:hover {
  color: #014eb4;
}
#index-body .i-product .pro-swiper .pro-box .pro-text p {
  color: #5d5d5d;
  font-size: 14px;
}
#index-body .i-product .bott {
  display: inline-block;
  width: 60px;
  height: 70px;
  outline: none;
  background-color: #212121;
  text-align: center;
  padding-top: 25px;
  position: absolute;
  top: 53%;
  cursor: pointer;
}
#index-body .i-product .bott img {
  display: inline-block;
}
#index-body .i-product .bott:hover {
  background-color: #014eb4;
}
#index-body .i-product .pro-button-prev {
  left: 0px;
}
#index-body .i-product .pro-button-next {
  right: 0px;
}
#index-body .i-product .more1 {
  display: inline-block;
  width: 270px;
  line-height: 55px;
  border: solid 2px #333;
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
  margin-top: 70px;
}
#index-body .i-product .more1:hover {
  background-color: #014eb4;
  color: #fff;
  border: solid 2px #014eb4;
}
#index-body .i-product:after {
  content: '';
  width: 462px;
  height: 617px;
  background: url("../images/about-bg2.png") no-repeat center;
  position: absolute;
  top: -120px;
  left: 0px;
  z-index: 9;
}
#index-body .i-factory {
  padding: 110px 0px 90px;
}
#index-body .i-factory .tit {
  margin-bottom: 50px;
}
#index-body .i-factory .tit h3 {
  font-size: 50px;
  font-weight: bolder;
  background: url("../images/bor.jpg") no-repeat center bottom;
  padding-bottom: 8px;
}
#index-body .i-factory .about-boxs {
  margin-bottom: 22px;
}
#index-body .i-factory .about-boxs .about-tu-box {
  width: 50%;
}
#index-body .i-factory .about-boxs .about-text-box {
  width: 50%;
  padding: 20px 0px 20px 45px;
}
#index-body .i-factory .about-boxs .about-text-box h3 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bolder;
}
#index-body .i-factory .about-boxs .about-text-box p {
  line-height: 2em;
}
#index-body .i-factory .about-boxs .about-text-box .more {
  display: inline-block;
  font-size: 19px;
  margin-top: 15px;
  text-align: center;
  font-weight: bolder;
  color: #014eb4;
}
#index-body .i-factory .fac-lun-box {
  position: relative;
  width: 730px;
  margin: 0 auto;
}
#index-body .i-factory .fac-lun-box .fac-swiper {
  width: 565px;
}
#index-body .i-factory .fac-lun-box .bott {
  width: 45px;
  height: 45px;
  border: solid 1px #dedede;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  text-align: center;
  padding-top: 15px;
  outline: none;
}
#index-body .i-factory .fac-lun-box .bott img {
  display: inline-block;
}
#index-body .i-factory .fac-lun-box .fac-button-prev {
  left: 0px;
}
#index-body .i-factory .fac-lun-box .fac-button-next {
  right: 0px;
}
#index-body .i-why {
  background: url("../images/bg1.jpg") no-repeat center;
  padding: 145px 0px;
}
#index-body .i-why .tit h3 {
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
}
#index-body .i-why .why-boxs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
}
#index-body .i-why .why-boxs .why-box {
  color: #fff;
  padding-top: 80px;
}
#index-body .i-why .why-boxs .why-box h3 {
  font-size: 102px;
  font-family: 'montserrat-bold';
}
#index-body .i-why .why-boxs .why-box h5 {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 15px;
}
#index-body .i-why .why-boxs .why-box p {
  color: #e1e1e1;
  font-weight: bolder;
}
#index-body .i-news {
  padding: 110px 0px 20px;
  background: url("../images/news-bg.jpg") no-repeat center bottom;
}
#index-body .i-news .tit {
  margin-bottom: 50px;
}
#index-body .i-news .tit h3 {
  font-size: 50px;
  font-weight: bolder;
  background: url("../images/bor.jpg") no-repeat center bottom;
  padding-bottom: 8px;
}
#index-body .i-news .news-text {
  margin: -20px 20px 40px 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 45px 50px 60px;
  box-shadow: 0 4px 8px 3px #c9c7c7;
  -webkit-box-shadow: 0 4px 8px 3px #c9c7c7;
  -moz-box-shadow: 0 4px 8px 3px #c9c7c7;
  -ms-box-shadow: 0 4px 8px 3px #c9c7c7;
  -o-box-shadow: 0 4px 8px 3px #c9c7c7;
}
#index-body .i-news .news-text h3 {
  margin-bottom: 15px;
}
#index-body .i-news .news-text h3 a {
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.8em;
}
#index-body .i-news .news-text h3 a:hover {
  color: #014eb4;
}
#index-body .i-news .news-text .bor {
  display: inline-block;
  width: 55px;
  border-top: solid 1px #000;
  margin-bottom: 15px;
}
#index-body .i-news .news-text .date {
  color: #454545;
  display: block;
}
#index-body .i-news .news-text .more {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -20px;
  z-index: 3;
}
#index-body .i-news .parner-swiper {
  margin-top: 100px;
}
#index-body .i-news .parner-swiper .img-tu {
  text-align: center;
}
#index-body .i-news .parner-swiper .img-tu img {
  display: inline-block;
}
#footer {
  background-color: #030e22;
}
#footer .foo-top {
  padding: 70px 0px 55px;
}
#footer .foo-top .col {
  float: left;
}
#footer .foo-top .col h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
}
#footer .foo-top .col .bor {
  display: inline-block;
  width: 30px;
  border-top: solid 1px #04f3ff;
  margin-bottom: 20px;
}
#footer .foo-top .col a {
  display: block;
  color: #a9a9a9;
  margin-bottom: 8px;
  font-weight: bolder;
}
#footer .foo-top .col a:hover {
  color: #fff;
}
#footer .foo-top .col1 {
  width: 34%;
}
#footer .foo-top .col1 .text {
  margin-top: 20px;
}
#footer .foo-top .col1 .text a {
  color: #858585;
  display: block;
  margin-bottom: 5px;
  font-weight: bolder;
}
#footer .foo-top .col1 .text a span {
  color: #04f3ff;
  font-size: 22px;
  font-weight: initial;
}
#footer .foo-top .col2 {
  width: 18%;
}
#footer .foo-top .col3 {
  width: 18%;
}
#footer .foo-top .col4 {
  width: 15%;
}
#footer .foo-top .col5 {
  width: 15%;
}
#footer .foo-top .col5 .ewm-box {
  padding: 5px;
  display: inline-block;
  text-align: center;
  background-color: #292929;
  color: #a9a9a9;
}
#footer .foo-top .col5 .ewm-box p {
  line-height: 40px;
  font-weight: bolder;
}
#footer .foo-bottom {
  border-top: solid 1px #1d2739;
}
#footer .foo-bottom a {
  line-height: 65px;
  display: inline-block;
  margin: 0px 5px;
  color: #65676b;
}
#footer .foo-bottom a:hover {
  color: #fff;
}



.inner-banner {
    position: relative;
    padding-top: 150px;
    height: 340px;
    background: url("../images/inner-banner.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.inner-banner .inner-tit {
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
}
.inner-banner .bread-crumbs {
    font-size: 14px;
}
.inner-banner .bread-crumbs, .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
    color: #fff;
}
.inner-banner .bread-crumbs a:hover {
    color: #2b6ccd;
}
.inner-banner #bdt-header-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.inner-page.prodet-page, .inner-page.news-page, .inner-page.contact-page {
    padding-bottom: 0;
}
.sideBar {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
    background: #383838;
}
.sideBar .inner-main-tit {
    line-height: 61px;
    color: #fafafc;
    font-size: 18px;
    text-transform: capitalize;
}
.sideBar .side-menu {
    position: relative;
    padding-top: 27px;
    cursor: pointer;
    height: 61px;
}
.sideBar .side-menu span.line {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    display: block;
    width: 14px;
    height: 1px;
    background: #fff;
    margin-bottom: 3px;
}
.sideBar .side-menu.active span.line:first-of-type {
    transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    margin-bottom: -1px;
    margin-top: 6px;
}
.sideBar .side-menu.active span.line:last-of-type {
    transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.sideBar .side-menu.active span.line:nth-of-type(2) {
    display: none;
}
.sideBar .side-menu .cat-list {
    position: absolute;
    right: 0;
    top: 100%;
    background: #f7f7f7;
    width: 204px;
    display: none;
    z-index: 103;
}
.sideBar a, .bread-crumbs a {
    transition: 0.3s ease;
}
.sideBar .side-menu .cat-list li {
    font-size: 16px;
}
.sideBar .side-menu .cat-list li a {
    display: block;
    line-height: 35px;
    color: #101010;
    padding-left: 14px;
}
.sideBar .side-menu .cat-list li a:hover, .sideBar .side-menu .cat-list li a.active {
    color: #fff;
    background: #2b6ccd;
}
.inner-page p {
    color: #3a3a3a;
    line-height: 30px;
    font-size: 14px;
}
.about-page .a-tit h3 {
    color: #363636;
    font-size: 28px;
}
.about-page .a-tit p {
    color: #363636;
    margin-top: -6px;
}
.about-page .about-artical {
    padding: 51px 0 63px;
    background: #fafafc;
	line-height:30px;
}
.about-page .about-artical .con-box {
    margin-top: 53px;
}
.about-page .about-artical .con-box img {
    margin-bottom: 50px;
}
.about-page .about-artical .con-box p {
    margin-bottom: 29px;
}
.about-page .a-factory .swiper-slide > a {
    position: relative;
    display: block;
}
.about-page .a-factory .swiper-slide > a:after {
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}
.about-page .a-factory .swiper-slide > a:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
}
.about-page .a-culture {
    padding: 88px 0 155px;
}
.about-page .a-culture .a-tit {
    margin-bottom: 95px;
}
.about-page .i-network {
    background-image: url("../images/a-network-bg.jpg");
    padding-top: 155px;
}
.about-page .i-network .con-box {
    margin-right: -150px;
}
.about-page .i-network .intro, .about-page .i-network .add-sale {
    color: #fff;
}
.about-page .i-network .tit {
    color: #389dee;
}
.about-page .i-network .add-sale {
    max-width: 630px;
    font-size: 1.1423rem;
    margin-top: 14px;
}
.about-page .a-whyUs {
    padding: 118px 0 50px;
    background: #fafafc;
}
.about-page .a-whyUs .why-list {
    margin-top: 91px!important;
}
.about-page .a-whyUs .why-list > .column {
    margin-bottom: 74px!important;
}
.about-page .a-whyUs .why-list > .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;
    width: 116px!important;
    height: 116px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #676767;
    background-repeat: no-repeat;
    background-position: center;
}
.about-page .a-whyUs .why-list > .column > .con {
    width: 78.65%!important;
    padding-left: 5.3%!important;
}
.about-page .a-whyUs .why-list > .column > .con h3 {
    color: #6a6a6a;
    font-size: 1.571rem;
}
.about-page .a-whyUs .why-list > .column > .con p {
    font-size: 1.1428rem;
    margin-top: 12px;
    padding-right: 6%;
}
.about-page .a-whyUs .why-list > .column:hover .img {
    background-color: #2b6ccd;
    border-color: #2b6ccd;
}
.about-page .a-whyUs .why-list > .column.custom > .img {
    background-image: url("../images/i-why-ico01.png");
}
.about-page .a-whyUs .why-list > .column.custom:hover .img {
    background-image: url("../images/i-why-ico01-h.png");
}
.about-page .a-whyUs .why-list > .column.quality > .img {
    background-image: url("../images/i-why-ico02.png");
}
.about-page .a-whyUs .why-list > .column.quality:hover .img {
    background-image: url("../images/i-why-ico02-h.png");
}
.about-page .a-whyUs .why-list > .column.cost > .img {
    background-image: url("../images/i-why-ico06.png");
}
.about-page .a-whyUs .why-list > .column.cost:hover .img {
    background-image: url("../images/i-why-ico06-h.png");
}
.about-page .a-whyUs .why-list > .column.service > .img {
    background-image: url("../images/i-why-ico04.png");
}
.about-page .a-whyUs .why-list > .column.service:hover .img {
    background-image: url("../images/i-why-ico04-h.png");
}
.about-page .a-whyUs .why-list > .column.capacity > .img {
    background-image: url("../images/i-why-ico03.png");
}
.about-page .a-whyUs .why-list > .column.capacity:hover .img {
    background-image: url("../images/i-why-ico03-h.png");
}
.about-page .a-whyUs .why-list > .column.ship > .img {
    background-image: url("../images/i-why-ico05.png");
}
.about-page .a-whyUs .why-list > .column.ship:hover .img {
    background-image: url("../images/i-why-ico05-h.png");
}
.product-page {
    padding: 20px 0 0px;
    background: #fff;
}
.product-page .pro-list {
    padding: 0;
}
.product-page .pro-list .column {
    margin-right: 2%;
    margin-bottom: 20px;
    width: 23.5%!important;
}
.product-page .pro-list .column:nth-of-type(4n) {
    margin-right: 0;
}
.m-page {
    text-align: center;
    padding: 45px 0;
    font-size: 1rem;
    margin-top: 40px;
}
.m-page span, .m-page a {
    margin: 0 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-image: -moz-linear-gradient(top, #575e63, #404549);
    /* Firefox */
    background-image: -webkit-linear-gradient(top, #575e63, #404549);
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
    /* IE*/
    color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
    background-image: -moz-linear-gradient(top, #566f82, #3e505e);
    /* Firefox */
    background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
    /* IE*/
}


.contact-page .cn-form {
    width: 55%;
    padding: 25px 35px 15px;
    border: 1px solid #dddddd;
    background: #fff;
}
.cn-form p {
    font-size: 18px;
    padding: 10px 0;
    color: #666;
}
.cn-form .formtit {
    margin-bottom: 26px;
    font-size: 22px;
    font-family: poppins-regular;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
    background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
    margin-bottom: 13px;
    color: #444;
}
.cn-form li label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.cn-form .btnTjly {
    font-size: 15px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    width: 100%;
    height: 38px;
    background: #00b9ff;
    border: none;
    cursor: pointer;
    color: #fff;

}
.cn-form .btnTjly:hover {
    background: #000;
}
.cn-form .m-form-l {
    width: 49%;
}
.cn-form .m-form-l li .iptTxt {
    font-size: 13px;
    padding: 0 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    outline: none;
    background: #fff;
    color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
    width: 95%;
    height: 383px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 14px;
    color: #ccc;
    line-height: 18px;
}
.cn-form .m-form-r {
    width: 49%;
}
.cn-form .m-form-r textarea {
    height: 315px;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.cn-form .yzm img {
    width: 19.4%;
    display: inline-block;
}
.hidden-sub{
  display: none;
}
.cn-form .yzm input {
    font-size: 13px;
    padding: 0 15px;
    width: 75.6%;
    border: 1px solid #dedede;
    height: 30px;
    outline: none;
    background: #fff;
    color: #777;
}


.prodet-page .pro-main-tit {
    color: #2d2d2d;
    font-size: 28px;
    margin-bottom: 57px;
    padding: 0px 100px;
}
.pro-text-pad{
  padding: 0px 100px;
}
.prodet-page .det-head {
    padding: 56px 0 73px;
    background: url('../images/pro-det-bg1.jpg') no-repeat center;
}
.prodet-page .det-head .pro-pic {
    width: 38.6%!important;
}
.prodet-page .det-head .pro-pic img {
    width: 100%;
}
.prodet-page .det-head .pro-det-one {
    padding-left: 7%!important;
    width: 61.4%!important;
}
.prodet-page .det-head .pro-det-one .pro-tit {
    color: #2d2d2d;
    font-size: 24px;
}
.prodet-page .det-head .pro-det-one .cname {
    color: #2d2d2d;
    font-size: 16px;
    margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
    margin: 40px 0 50px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
    margin-bottom: 6px;
    color: #2d2d2d;
    font-size: 16px;
    display: block;
    position: relative;
    background: #fff;
    max-width: 456px;
    line-height: 38px;
    padding: 0 36px 0 26px;
}
.prodet-page .det-head .pro-det-one .pro-links a .fa {
    position: absolute;
    right: 9px;
    top: 10px;
    font-size: 20px;
    color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
    background: #1960ad;
    color: #fff;
}
.prodet-page .det-head .pro-pic .pro-img-gallery{
  margin-top: 15px;
}
.prodet-page .det-head .pro-pic .pro-img-gallery .image-gallery:after {
    content:'';
    display: block;
    width: 0;
    clear: both;
    height: 0;
}
.prodet-page .det-head .pro-pic .pro-img-gallery .image-gallery li {
    padding: 0;
    float: left;
    width: 15%;
    margin-right: 8px;
    border: 1px solid #f4f4f4;
}
.prodet-page .det-body {
    padding: 60px 0 90px;
    background: #fff;
}
.prodet-page .det-fot {
    padding: 76px 0 90px;
    background: #fafafc;
}
.prodet-page .det-fot .pro-main-tit {
    margin-bottom: 0;
}
.prodet-page .det-fot .pro-list {
    padding: 0;
    margin-top: 50px;
}
.news-page .new-list {
    padding-top: 78px!important;
}
.news-page .new-list li {
    padding-bottom: 52px;
    margin-bottom: 65px;
    border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
    margin-bottom: 0;
}
.news-page .new-list li .new-pic {
    width: 40%;
    padding-right: 5%;
}
.news-page .new-list li .new-pic img {
    width: 100%;
}
.news-page .new-list li .new-con {
    width: 60%;
}
.news-page .new-list li .new-con .tit a {
    height: 48px;
    overflow: hidden;
    display: block;
    color: #777777;
    font-size: 19px;
    line-height: 24px;
    transition: 0.3s ease;
}
.news-page .new-list li .new-con .tit a:hover {
    color: #2b6ccd;
}
.news-page .new-list li .new-con .abst {
    color: #777777;
    font-size: 15px;
    line-height: 27px;
    margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
    color: #1960ad;
}
.news-page .new-list li .new-con .date span {
    color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
    margin-left: 20px;
    text-transform: capitalize;
}
.news-page .new-list li:last-child {
    margin-bottom: 50px;
}
.newdet-page {
    font-family: lato-regular;
}
.newdet-page .news {
    padding: 50px 0 60px!important;
    color: #777777;
}
.newdet-page .news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #222;
}
.newdet-page .news .news_date {
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
}
.newdet-page .news .news_abst {
    border-bottom: 1px solid #555;
    padding: 10px 0;
}
.newdet-page .news .news_abst p {
    display: inline-block;
}
.newdet-page .news .news_contents {
    color: #555;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px solid #555;
    padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
    color: #555;
    font-size: 16px;
    line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}
.newdet-page .news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}
.newdet-page .news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #777;
    font-size: 15px;
    margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000;
}
.newdet-page .news .newsnav {
    margin-bottom: 30px;
}
.contact-page .c-info {
    padding: 98px 0 110px;
    background: #fafafc;
}
.contact-page .c-info .c-tit h3 {
    color: #2d2d2d;
    font-size: 28px;
}
.contact-page .c-info .c-tit p {
    margin-top: -7px;
}
.contact-page .c-info .clist {
    margin-top: 42px;
    color: #2d2d2d;
    line-height: 26px;
    font-size: 16px;
    position: relative;
}
.contact-page .c-info .clist i {
    display: block;
    margin-bottom: 26px;
}
.contact-page .c-info .clist .qr-code {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 145px;
    padding: 5px;
    background: #e9e9e9;
}
.faq-page .faq-list {
    padding: 88px 0 115px;
}
.faq-page .faq-list dt {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    padding: 16px 30px 14px;
    background-color: #343434;
    font-size: 18px;
    cursor: pointer;
    color: #9e9e9e;
    margin-bottom: 12px;
    transition: 0.5s ease;
}
.faq-page .faq-list dt:hover, .faq-page .faq-list dt.active {
    background: #2b6ccd;
    color: #fff;
}
.faq-page .faq-list dd {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    padding: 15px 30px;
    margin-bottom: 12px;
    display: none;
}
::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder {
    color: #777;
}
::-moz-placeholder {
    color: #777;
}
:-ms-input-placeholder {
    color: #777;
}
.pro-list {
    margin-top: 36px;
}
.pro-list .swiper-slide {
    border: 1px solid #f3f3f3;
}
.pro-list .swiper-slide .tit {
    text-align: center;
    padding: 25px 0;
    background: #fff;
    font-size: 14px;
}
.pro-list .swiper-slide .tit a {
    color: #2d2d2d;
    display: inline-block;
    position: relative;
    padding: 0 42px;
}
.pro-list .swiper-slide .tit a:before, .pro-list .swiper-slide .tit a:after {
    content:'';
    position: absolute;
    top: 49.9%;
    height: 1px;
    width: 25px;
    background: #000;
}
.image-gallery a img {
    height: auto;
}
.pro-list .swiper-slide .tit a:before {
    left: 0;
}
.pro-list .swiper-slide .tit a:after {
    right: 0;
}
.prodet-page .pro-list .column {
    margin-right: 2.1%;
    width: 23.4%!important;
}
.prodet-page .pro-list .column:last-child {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .inner-banner {
        height: 200px;
        padding-top: 70px;
    }
    .about-page .a-culture {
        padding: 60px 0 50px;
    }
    .about-page .a-culture .a-tit {
        margin-bottom: 50px;
    }
    .about-page .i-network .add-sale {
        display: none;
    }
    .about-page .i-network .con-box {
        margin-right: 0;
        margin-top: 90%;
    }
    .about-page .a-whyUs {
        padding-top: 60px;
    }
    .about-page .a-whyUs .why-list {
        margin-top: 50px!important;
    }
    .about-page .a-whyUs .why-list > .column > .img {
        display: none;
    }
    .prodet-page .det-head .pro-det-one .pro-links {
        margin: 40px 0;
    }
    .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
        width: 25%;
    }
    .prodet-page .det-body {
        padding: 50px 0;
    }
    .contact-page .c-info .clist .qr-code {
        display: none;
    }
    .layer-form .contact100-form-title {
        min-height: 88px;
        font-size: 24px;
    }
    .layer-form input.input100 {
        height: 40px;
    }
    .layer-form textarea.input100 {
        min-height: 110px;
    }
    .faq-page .faq-list dt i.icon {
        display: none;
    }
    .sideBar .inner-main-tit {
        font-size: 16px;
    }
    .product-page .pro-list .column, .prodet-page .pro-list .column {
        width: 100%!important;
        margin: 0 0 20px 0!important;
    }
    .prodet-page .det-head .pro-pic, .prodet-page .det-head .pro-det-one, .news-page .new-list li .new-pic, .news-page .new-list li .new-con {
        width: 100%!important;
        padding-left: 0!important;
    }
    .prodet-page .det-head .pro-det-one, .news-page .new-list li .new-con {
        margin-top: 30px;
    }
}
.wpulike.wpulike-default {
    display: none;
}
.prodet-page .wpulike.wpulike-default, .newdet-page .wpulike.wpulike-default {
    display: block;
}
.post-views-box {
    position: relative;
    margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png)!important;
    filter: none;
}
.wpulike {
    z-index: 10;
}
.wpulike.post-views-box {
    z-index: 5;
}
.prodet-page  #cs {
  width: 100%;
  margin-bottom: 20px;
}
.prodet-page  #cs td,
.prodet-page  #cs th{
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
