/* 字体引入 */
@font-face {
  font-family: 'oswald-bold';
  src: url('/fonts/oswald-bold.ttf') format('truetype'), url('/fonts/oswald-bold.otf') format('opentype'), url('/fonts/oswald-bold.eot') format('eot'), url('/fonts/oswald-bold.woff') format('woff'), url('/fonts/oswald-bold.woff2') format('woff2');
}
@font-face {
  font-family: 'poppins-regular';
  src: url('/fonts/poppins-regular.ttf') format('truetype'), url('/fonts/poppins-regular.eot') format('eot'), url('/fonts/poppins-regular.woff') format('woff'), url('/fonts/poppins-regular.woff2') format('woff2');
}
/* 网站基本宽度（注意修改） */
.container {
  width: 1230px;
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
#header .nav {
  padding: 27px 13.65% 0;
  background: #fff;
}
#header .nav .logo {
  margin-top: 10px;
}
#header .nav .menu-box .nav-t .h-search {
  cursor: pointer;
  color: #4c4c4c;
  font-size: 18px;
  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 .menu-box .nav-t .h-search:hover {
  color: #7ac311;
}
#header .nav .menu-box .nav-t .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .menu-box .nav-t .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .menu-box .nav-t .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .menu-box .nav-t .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
  color: #000;
  padding: 10px 0;
}
#header .nav .menu-box .nav-t .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 .menu-box .nav-t .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .menu-box .nav-t .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box .nav-t .h-contact {
  margin: 3px 26px 0 42px;
}
#header .nav .menu-box .nav-t .h-contact span {
  color: #4c4c4c;
}
#header .nav .menu-box .nav-t .h-contact span i.fa {
  margin-right: 9px;
  font-size: 16px;
}
#header .nav .menu-box .nav-t .h-contact span:last-child {
  margin-left: 26px;
}
#header .nav .menu-box .nav-t .h-lan {
  margin-top: 4px;
  color: #000000;
  font-size: 12px;
  font-family: "microsoft yahei";
  padding-left: 21px;
  background: url("../images/cn-flag.jpg") no-repeat left center;
}
#header .nav .menu-box .menu {
  margin-top: 23px;
}
#header .nav .menu-box .menu > li {
  position: relative;
  float: left;
  margin-left: 49px;
  text-transform: uppercase;
}
#header .nav .menu-box .menu > li:first-child {
  margin-left: 0;
}
#header .nav .menu-box .menu > li > a {
  color: #000000;
  display: block;
  font-size: 16px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  padding-bottom: 26px;
}
#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a {
  color: #7ac311;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 180px;
  margin-left: -84px;
  background: #fff;
  text-align: center;
  z-index: 101;
  display: none;
  border-top: 2px solid #4c4c4c;
}
#header .nav .menu-box .menu > li .sub-menu li {
  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 .menu-box .menu > li .sub-menu li a {
  font-size: 16px;
  color: #000;
  display: block;
  padding: 8px 18px;
  line-height: normal;
  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 .menu-box .menu > li .sub-menu li:hover > a {
  background: #222;
  color: #fff;
}
.i-tit {
  color: #000;
}
.i-tit h2 {
  font-size:36px;
  padding-bottom:20px;
  font-weight: bold;
  background: url("../images/i-tit-bg.png") no-repeat center bottom;
}
.i-tit p {
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin-top: 7px;
	font-size:14px
}
.i-more {
  display: block;
  width: 165px;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  border: 1px solid #ddd;
  color: #000000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-more:hover {
  background: #7ac311;
  color: #fff;border: 1px solid #7ac311;
}
.i-product {
  padding: 44px 0 30px;
  background: #f3f3f3;
}
.i-product .pro-list {
  margin-top: 46px;
}
.i-product .pro-list .column {
  width: 31.6%!important;
  margin-right: 2.6%;
  margin-bottom: 31px;
}
.i-product .pro-list .column:nth-of-type(3n) {
  margin-right: 0;
}
.i-product .pro-list .column .img-box {
  position: relative;
}
.i-product .pro-list .column .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-product .pro-list .column .img-box .layer .layout-tab {
  height: 100%;
  padding: 0 5%;
  color: #fff;
}
.i-product .pro-list .column .img-box .layer .layout-tab .tit {
  font-size: 20px;
}
.i-product .pro-list .column .img-box .layer .layout-tab .abst {
  margin-top: 10px;
}
.i-product .pro-list .column .img-box:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.i-product .more {
  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;
  margin: -3px auto 0;
  width: 147px;
  height: 49px;
  line-height: 49px;
  border: 1px solid #7ac311;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #000;
}
.i-product .more:hover {
  background: #7ac311;
  color: #fff;
}
.i-proCategory {
  padding-top: 54px;
}
.i-proCategory .cat-list {
  margin-top: 27px;
}
.i-proCategory .cat-list > .item {
  width: 15.8%;
  float: left;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}
.i-proCategory .cat-list > .item:last-child {
  width: 5%;
  background: #6fbb01;
  height: 300px;
  position: relative;
}
.i-proCategory .cat-list > .item:last-child a {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
  width: 35px;
  height: 35px;
  background: url("../images/procat-plus.png") no-repeat;
}
.i-proCategory .cat-list > .item .img-box > a {
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.i-proCategory .cat-list > .item .img-box > a .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  font-size: 24px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-proCategory .cat-list > .item .img-box > a .layer .tit {
  position: absolute;
  width: 100%;
  top: 39%;
}
.i-proCategory .cat-list > .item .img-box > a .layer .bot-tit {
  position: absolute;
  bottom: -85px;
  width: 100%;
  background: rgba(111, 187, 1, 0.3);
  line-height: 80px;
  overflow: hidden;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition-delay: 0.5s;
}
.i-proCategory .cat-list > .item.active {
  width: 31.7%;
}
.i-proCategory .cat-list > .item.active .img-box > a .layer {
  background: rgba(0, 0, 0, 0);
}
.i-proCategory .cat-list > .item.active .img-box > a .layer .tit {
  display: none;
}
.i-proCategory .cat-list > .item.active .img-box > a .layer .bot-tit {
  bottom: 0;
}
.i-about {
  padding: 102px 0 104px;
}
.i-about .a-con {
  width: 50%;
}
.i-about .a-con .i-tit h2 {
  padding-bottom: 0;
  background: none;
}
.i-about .a-con .i-tit span {
  color: #000000;
}
.i-about .a-con .intro {
  line-height: 27px;
  color: #000;
  margin: 20px 0 30px;
}
.i-about .a-con .intro p {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.i-about .a-con .intro p:last-child {
  margin-top: 28px;
}
.i-about .a-pic {
  position: relative;
  width: 49.2%;
  margin-top: 34px;
}
.i-about .a-pic:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 306px;
  height: 302px;
  background: url("../images/i-about-bg.jpg") no-repeat;
  top: -78px;
  right: -135px;
}
.i-case {
  padding-bottom: 72px;
  background: url("../images/i-case-bg.jpg") no-repeat center bottom;
}
.i-case .case-list {
  margin-top: 50px;
  position: relative;
}
.i-case .case-list .arr {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  outline: none;
  position: absolute;
  top: 38%;
  width: 40px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.i-case .case-list .arr.arr-l {
  left: -56px;
  background-image: url("../images/i-case-arr-l.png");
}
.i-case .case-list .arr.arr-r {
  right: -56px;
  background-image: url("../images/i-case-arr-r.png");
}
.i-case .case-list .arr:hover {
  background-color: rgba(121, 188, 22, 0.4);
}
.i-case .case-list .swiper-slide .tit {
  margin-top: 18px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-case .case-list .swiper-slide .tit:hover {
  color: #7ac311;
}
.i-contact {
  height: 350px;
  overflow: hidden;
  background: url("../images/i-contact-bg.jpg") no-repeat center;
  padding-top: 98px;
}
.i-contact .i-tit {
  color: #fff;
}
.i-contact .i-tit h2 {
  padding-bottom: 0;
  background: none;
  font-size: 38px;
}
.i-contact .i-tit p {
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-top: 26px;
  padding: 0 16%; font-size:16px;
}
.i-contact .i-more {
  margin: 35px auto 0;
  color: #fff;
}
.i-news {
  padding: 46px 0 90px;
  background: #fcfcfc url("../images/i-new-bg.png") no-repeat right bottom;
}
.i-news .slideBox {
  margin-top: 30px;
  padding-bottom: 10px;
}
.i-news .slideBox .swiper-slide img {
  width: 100%;
}
.i-news .slideBox .swiper-slide .con-box {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  margin-top: -56px;
  position: relative;
  z-index: 10;
  background: #fff;
  width: 90%;
  margin-left: 5%;
  padding: 20px 10px 30px 25px;
  border: 1px solid #eeeeee;
}
.i-news .slideBox .swiper-slide .con-box .date {
  color: #7a7a7a;
  font-size: 12px;
  padding-left: 13px;
}
.i-news .slideBox .swiper-slide .con-box .date i.fa {
  margin-right: 5px;
}
.i-news .slideBox .swiper-slide .con-box .tit {
  color: #000000;
  font-size: 16px;
  margin: 17px 0 23px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-news .slideBox .swiper-slide .con-box .tit a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-news .slideBox .swiper-slide .con-box .tit:hover {
  color: #7ac311;
}
.i-news .slideBox .swiper-slide .con-box .abst {
  opacity: 0.7;
  filter: alpha(opacity=70);
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
}
.i-news .slideBox .swiper-slide .con-box .more {
  color: #4c4c4c;
  display: inline-block;
  margin-top: 24px;
}
.i-news .slideBox .swiper-slide .con-box:hover {
  background: #f2f2f2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
#footer a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a:hover {
  color: #7ac311!important;
}
#footer .f-top {
  padding: 55px 0 40px;
  background: #232323;
  position: relative;
}
#footer .f-top .gotop {
  position: absolute;
  right: 58px;
  width: 44px;
  height: 44px;
  top: 50%;
  margin-top: -22px;
  background: url("../images/gotop.png") no-repeat center;
  cursor: pointer;
  z-index: 20;
}
#footer .f-top .grid-box.five > .column .f-tit {
  color: #d3d3d3;
  font-size: 24px;
  margin: 27px 0 33px;
}
#footer .f-top .grid-box.five > .column .f-list > li {
  color: #919191;
  font-size: 16px;
  margin-bottom: 9px;
}
#footer .f-top .grid-box.five > .column.f-contact {
  width: 27.7%;
}
#footer .f-top .grid-box.five > .column.f-contact .f-list {
  margin-top: 40px;
}
#footer .f-top .grid-box.five > .column.f-contact .f-list li {
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 37px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
}
#footer .f-top .grid-box.five > .column.f-product,
#footer .f-top .grid-box.five > .column.f-news {
  width: 18%;
}
#footer .f-top .grid-box.five > .column.f-links {
  width: 12%;
  margin: 0 5.4%;
}
#footer .f-top .grid-box.five > .column.f-qr {
  max-width: 160px;
}
#footer .f-bot {
  height: 61px;
  line-height: 61px;
  background: #151515;
  overflow: hidden;
  font-size: 14px; 
}
#footer .f-bot .f-cp{
color:#fff;
}
#footer .f-bot .f-cp a {
  color: #fff;
  margin-right: 20px;
}
#footer .f-bot .f-social a {
  margin-left: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #313131;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #868686;
}
#footer .f-bot .f-social a:hover {
  background: #7ac311;
  color: #fff!important;
}
@media screen and (max-width: 1520px) {
  #header .nav {
    padding: 27px 8% 0;
  }
}
@media screen and (max-width: 1280px) {
  #header .nav {
    padding: 27px 6% 0;
  }
}
@media screen and (max-width: 1230px) {
  #footer .f-top .grid-box.five > .column.f-links {
    margin: 0 3.4%;
  }
  #footer .f-top .grid-box.five > .column .f-tit {
    font-size: 20px;
  }
  #footer .f-top .gotop {
    right: 5px;
  }
}
@media screen and (max-width: 970px) {
  .i-product .pro-list .column {
    width: 49%!important;
    margin-right: 2%!important;
  }
  .i-product .pro-list .column:nth-of-type(2n) {
    margin-right: 0!important;
  }
  .i-proCategory .cat-list > .item .img-box > a .layer {
    font-size: 18px;
  }
  .i-proCategory .cat-list > .item .img-box > a .layer .bot-tit {
    line-height: 60px;
  }
  .i-about .a-con .i-tit h2 {
    font-size: 32px;
  }
  .i-about .a-con .intro p {
    font-size: 14px;
  }
  .i-about .a-con .intro p:last-child {
    margin-top: 15px;
  }
  .i-contact {
    padding-top: 60px;
  }
  #footer .f-top .grid-box.five > .column.f-qr {
    max-width: 120px;
  }
  #footer .f-top .grid-box.five > .column .f-tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .i-tit h2 {
    font-size: 30px;
  }
  .i-tit p {
    padding: 0 15px;
	  
  }
  .i-product .pro-list {
    margin-top: 25px;
  }
  .i-product .pro-list .column {
    width: 100%!important;
    margin-right: 0!important;
  }
  .i-product .pro-list .column .img-box img {
    width: 100%;
  }
  .i-proCategory {
    padding-top: 40px;
  }
  .i-proCategory .cat-list > .item .img-box > a,
  .i-proCategory .cat-list > .item:last-child {
    height: 400px;
  }
  .i-about {
    padding: 50px 0;
  }
  .i-about .a-con,
  .i-about .a-pic {
    width: 100%;
  }
  .i-case {
    padding-bottom: 50px;
  }
  .i-contact {
    height: auto;
    padding: 60px 0;
    background-size: cover;
  }
  .i-contact .i-tit h2 {
    font-size: 30px;
  }
  .i-news {
    padding: 40px 0 50px;
  }
  #footer .f-top {
    padding: 50px 0 60px;
  }
  #footer .f-top .grid-box.five > .column {
    width: 100%!important;
    margin: 0 0 10px 0!important;
  }
  #footer .f-top .grid-box.five > .column .f-tit {
    margin: 15px 0 20px;
  }
  #footer .f-top .grid-box.five > .column.f-qr {
    display: none;
  }
  #footer .f-bot {
    height: auto;
    line-height: normal;
    padding: 20px 0;
  }
  #footer .f-bot .f-cp,
  #footer .f-bot .f-social {
    width: 100%;
    text-align: center;
  }
  #footer .f-bot .f-cp {
    margin-bottom: 15px;
  }
  #footer .f-bot .f-cp a {
    display: block;
  }
}
@media screen and (max-width: 660px) {
  .i-proCategory .cat-list > .item {
    width: 50%!important;
  }
  .i-proCategory .cat-list > .item:last-child {
    display: none;
  }
  .i-proCategory .cat-list > .item .img-box > a {
    height: 300px;
  }
}
.inner-banner {
    position: relative;
    padding-top: 140px;
    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:32px;
    text-transform: capitalize;
	margin-bottom:10px;
}
.inner-banner .bread-crumbs {
    font-size: 16px;
}
.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: #e97a0f;
}
.sideBar .inner-main-tit {
    line-height: 61px;
    color: #fafafc;
    font-size:22px;
    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:160px;
    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:0px;
	text-align:center;
}
.sideBar .side-menu .cat-list li a:hover, .sideBar .side-menu .cat-list li a.active {
    color: #fff;
    background: #e97a0f;
}
.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;
}
.about-page .about-artical img{
  height: auto;
}
.about-page .about-artical .con-box {
    margin-top: 53px;
}
.about-page .about-artical .con-box img {
    margin-bottom: 50px;
}
.about-page .about-artical h4 {
    margin-bottom: 10px;
	font-size:30px; color:#e97a0f;
}
.about-page .about-artical hr {
 width:80px;margin:0px 0px 20px 0px; color:#dedede;height:1px;border:none;border-top:2px  solid #cdcdcd; padding:6px 0px 10px 0px;}
.about-page .about-artical p {
    margin-bottom: 16px;
	line-height:26px;
	font-size:16px;
}
.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*/
}
.prodet-page .pro-main-tit {
    color: #2d2d2d;
    font-size: 28px;
    margin-bottom: 57px;
}
.prodet-page .det-head {
    padding: 56px 0 73px;
    background: #fafafc;
}
.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: 70px 0 92px;
}
.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-det-one .pro-img-gallery .image-gallery:after {
    content:'';
    display: block;
    width: 0;
    clear: both;
    height: 0;
}
.prodet-page .det-head .pro-det-one .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: microsoft yahei;
}
.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: 16px;
    line-height: 24px;
    clear: both;
	margin-bottom:16px;
}
.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: 0px; font-size:16px;
}
.contact-page .c-info .c-info-box p {
    margin-top: 0px; font-size:16px; line-height:36px;
}
.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;
}
.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;
}

.faq-page ul.faq {
    padding: 40px 0;
}
.faq-page ul.faq li {
    display: block;
    padding: 20px 25px;
    margin-bottom: 10px;
    background: #f9f9f9;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-page ul.faq li h2 {
    font-size: 20px;
    color: #222;
    padding-bottom: 20px;
}
.faq-page ul.faq li p {
    font-size: 16px;
    color: #585858;
}
.faq-page 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 ul.faq li:hover h2 {
    color: #00aedc;
}


.about-page .init-2 {
    padding: 50px 0 60px;
}
.about-page .init-2 h2 {
    font-size: 30px;
    color: #394b50;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.about-page .init-2 h2 small {
    display: block;
    font-size: 16px;
    text-transform: none;
    line-height: normal;
    font-weight: normal;
}
.about-page .init-2 ul {
    margin: -30px -40px;
    display: inline-block;
    padding-top: 70px;
}
.about-page .init-2 ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 40px;
    position: relative;
    margin-left: -3px;
}
.about-page .init-2 ul li .img {
    position: absolute;
    left: 45px;
    top: 30px;
}
.about-page .init-2 ul li .img img.img2 {
    display: none;
}
.about-page .init-2 ul li:hover .img img.img2 {
    display: block;
}
.about-page .init-2 ul li:hover .img img.img1 {
    display: none;
}
.about-page .init-2 ul li .content {
    padding-left: 80px;
}
.about-page .init-2 ul li .content h3 {
    font-size: 16px;
    color: #394b50;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.about-page .init-2 ul li .content p {
    font-size: 13px;
    color: #7b7b7b;
    line-height: 22px;
}
#cs {
    width: 100%;
    margin-bottom: 20px;
}
#cs td, #cs th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: 50%;
}
#cs td:first-child {
    color: #2d2d2d;
}
#cs td:last-child {
    color: #666;
}

@media screen and (max-width: 768px) {
  .about-page .init-2 ul li{
    width: 100%;
    display: block;
    margin-left: 0;
  }
}
.form-controls {
  display: block;
  width:90%;
  text-indent:16px;
  height:42px;
  float:left;  
  line-height:42px;
  color: #888;
  vertical-align: middle;
  background-color:#fff;
  border-radius:0px;
  border:0px;
  margin-bottom:14px;
  margin-right:10px;
  font-family:Microsoft yahei;
}
.form-controls01{
  display: block;
  width:180px;
  height:34px;
  text-indent:16px;
  float:left;  
  line-height:34px;
  color: #444;
  vertical-align: middle;
  background-color: transparent;  
  background-image: none;  
 font-family:Microsoft yahei;
  border-radius:0px;
  border:0px;
  margin-bottom:8px;
  background-color:#fff;
}
.form-controls02{
  display: block;
  width:97%;
  padding-left:16px; 
  padding-top:16px;
  float:left;
  height:180px; font-family:Microsoft yahei;
  line-height:20px;
  color: #444;
  vertical-align: middle;
  background-color: transparent;  
  background-image: none;
  border:0px none;
  background-color:#fff;
  border-radius:0px;
  font-size:16px;
    margin-bottom:10px;
	padding-top:20px;
 
/*  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
}
