body {
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Source Han Sans CN,sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  /* background: #f8f8f8; */
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  position: relative;
}
div{box-sizing: border-box;}
a {
  text-decoration: none;
  color: #222222;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #191919;
  outline: none;
}
a:focus {
  color: #a2cc3a;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="button"],input[type="submit"]{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight:400;
  line-height: 1.5em;
  /* transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all; */
}
p{
  line-height: 1.5em;
  font-size:16px;
  margin:0;
  text-align: justify;
}
label{
  margin:0;
}
li{
  font-size:16px;
  list-style:none;
  margin:0;
  padding:0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.left{
  float:left;
}
.right{
  float:right;
}
.navbar img{max-width: 100%;}
section,.p-t-80{
  padding: 80px 0;
}
.m-t-80{margin-top: 80px;}
.m-t-40{margin-top: 40px}
.p-b-40{padding-bottom: 40px;}
.p-b-0{padding-bottom: 0;}
section img,.p-t-40 img,.logo img{
  max-height: 100%;
  height: auto!important;
  max-width: 100%; width: 100%;
}
.indexA_list img{
  width: 100%;
}
.relative{position: relative;}
.m-t-30{margin-top: 30px;}
.images{width: 100%;}

/* 顶部 */
.header-top{
  background: #151c30;
}
.header-top p{
  font-size: 14px;
  color: #b2b2b2;
  float: right;
  line-height: 28px;
}
.header-top p a{color: #fff;}
.header-top p i{
  color: #a1cc3b;
  line-height: 28px;
  margin-right: 4px;margin-left: 20px;
}
.header-top ul{
  float: left;
  margin-top: 2px; 
}
.header-top ul li{
  display: inline-block;
  padding: 0 6px;
  border-right: 1px solid #b2b2b2;
  line-height: 14px;
}
.header-top ul li a{
  font-size: 14px;
  color: #b2b2b2;
}
.header-top ul li:last-child{border-right: none;}

/*导航 */
.logo{max-width: 190px;margin: 24px 0 20px; height: 40px;}
.navbar-default .navbar-collapse{padding: 0;}
nav.navbar.bootsnav{
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  padding-right: 120px;
}
nav.navbar.bootsnav ul.nav > li > a{
  font-size: 18px;
  color: #222;
  padding: 32px 31px;
  text-align: center;
}
nav.navbar.bootsnav ul.nav > li > a span{
  display: block;
  font-size: 13px;
  margin-top: 4px;
  text-transform: uppercase;
  opacity: 0.6;
}
nav.navbar.bootsnav ul.nav > li > a.active,nav.navbar.bootsnav ul.nav > li:hover .dropdown-toggle,nav.navbar.bootsnav ul.nav > li:hover,nav.navbar.bootsnav ul.nav > li  a:hover{
  color: #a1cc3b;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
  border: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  padding: 10px 15px;
  border-bottom: solid 1px #eee;
  color: #6f6f6f;
  text-align: center;
}
.dropdown-menu{
  min-width: auto;
  width: 100%;
}
.dropdown-menu31{ width: 200%;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover{
  color: #a2cc3a;
  background:#fff;
}
@media (max-width: 992px){
  .dropdown-menu31{ width: 100%;}
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  content: "";
  font-family: 'iconfont';
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 35%;
  right: 10%;
  transition: all 0.4s ease 0s;
}

.ss{
  position: absolute;
  right:15px;
  top: 0;
  padding: 24px 0;
}
.ss .search-form {
	position: absolute;
	right: 0;
  top: 88%;
	min-width: 1470px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 9999;
	border-top: 1px solid #e5e5e5;
	border-radius: 3px;
	overflow: hidden;
  background: #fff;
  padding: 30px 60px;
  box-sizing: border-box;
}
.ss .search-form .seacrh-Aform{
  border: 1px solid #e5e5e5;
  position: relative;
  width: 60%;
  margin: 20px 0;
}
.ss .search-form input{
	width: 100%;
	border: none;
	border-radius: 0;
	box-shadow:none;
	line-height: 36px;
  font-size: 15px;
  padding: 0;
  padding-left: 6px;  
}
.ss .search-form .search-btn{
	position: absolute;
  right: 30px;
  top: -2px;
	border: none;
  border: none;
  background: none;
}
.ss .search-form .search-btn i{
	position: absolute;
	left: 8px;
	top: 2px;
	display: block;
	color: #a2cc3a;
} 
.icon-sousuo:before{
  font-size: 24px;
  float: right;
}
.ss .search-form p,.ss .search-form p a{
  font-size: 16px;
  color: #222;
}
.ss-icon i{display: block;width: 56px;cursor: pointer;}
.ss .search-form p a{margin-right: 6px;}
.ss .search-form p a:hover{ color: #a1cc3b;}
.ss:hover .search-form{
  top: 84px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.logo2{display: none;}
@media (max-width: 1400px){
.ss .search-form{min-width: 1240px;}
}
@media (max-width: 1300px){
nav.navbar.bootsnav{padding-right: 30px;}
nav.navbar.bootsnav ul.nav > li > a{padding: 32px 16px;}
.ss .search-form{min-width: 1140px;}
}

@media (max-width: 1200px){
nav.navbar.bootsnav ul.nav > li > a{padding: 30px 14px;min-width: 93px;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{padding: 10px 6px;}
.ss .search-form{min-width: 970px;}
}
@media only screen and (max-width:990px){
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: ""; }
  .dropdown-menu.multi-dropdown{ left: 0 !important; }
  nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
  nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
}
@media (max-width: 992px){
nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
  font-family: 'iconfont';
  content: "\e637";
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 10px;
}
nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:before{
  content: "\e684";
}
nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #fff;
    z-index: 999;
    width: 280px;
    height: 100% !important;
    left: -280px;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in{
  left: 0;
}
nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=' col-'] {
  width: 100%;
}
nav.navbar.bootsnav.navbar-mobile .navbar-collapse{
  margin-left: 0;
}
.navbar-toggle{display: block;padding: 9px 14px;}
.logo{margin: 0;margin-top: 4px;}
.header-transparent{padding: 10px 0;}
.navbar-nav>li{width: 100%;}
nav.navbar.bootsnav ul.nav > li > a{padding: 10px 20px;}
.ss{display: none;}
nav.navbar.bootsnav{padding-right: 0;}
.logo2{display: block;padding: 30px;border-bottom: 1px solid #e5e5e5;margin-bottom: 20px;}
.navbar-toggle{margin-right: 0;margin-bottom: 0;margin-top: 3px;}
}
@media (max-width: 480px){
.logo{width: 176px;margin-top: 10px;}
.header-transparent{padding: 10px 0;}
.header-top ul li{padding: 0 3px;}
}


/*-- banner --*/
#slider {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, .25);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 10px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  left: 0;
  top: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 46%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width: 54px;
  height: 54px;
  opacity: 0.5;
  background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 22px;
}
.callbacks_nav.prev {
  right: auto;
  background-position: left top;
  left: 22px;
}
.callbacks_nav:active ,.callbacks_nav.next:hover,.callbacks_nav.prev:hover{
  opacity: 1.0;
}
.callbacks2_nav:active {
  opacity: 1.0;
}
#slider-pager a {
  display: inline-block;
}
#slider-pager span {
  float: left;
}
#slider-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30em;
  opacity: 0.6;
}
#slider-pager .rslides_here a {
  background: #fff;
  border-radius: 30em;
  opacity: 1;
}
#slider-pager a {
  padding: 0;
}
#slider-pager li {
  display: inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0%;
  top: 0;
  width: 100%;
}
.rslides li {
  position: relative;
  display: block;
  float: none;
}
.rslides img {
  width: 100%;
  height: auto;
  border: 0;
  height: 100%;
}
.callbacks_tabs {
  list-style: none;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 0;
  text-align: center;
  width: 100%;
}
.callbacks_tabs li {
  display: inline-block;
}
.callbacks_tabs a {
  visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #fff;
  border: none;
  border-radius: 12px;
}
.callbacks_here a:after {
  background: #a2cc3a;
}
.slider-2box{display: none;}
@media (max-width:992px) {
.rslides img{width: 110%;margin-left: -5%;}
.callbacks_nav{width: 36px;height: 36px;background: transparent url(../images/arrows.png) no-repeat left top / cover;opacity: 1;}
.callbacks_tabs a:after{width: 8px;height: 8px;}
.callbacks_tabs{bottom: 10px;}
}
@media (max-width:580px) {
.slider-2box{display: block;}
.slider-1box{display: none;}
}
@media (max-width:480px) {
.slider-img-w3layouts{overflow: hidden;}
.callbacks_nav{bottom: 10px;width: 28px;height: 28px;}
.callbacks_nav.prev{left: 76%;}
}


/* index-A */
.center{text-align: center;}
.boxseries li{
  width: 20%;
  overflow: hidden;
  height: 25vw;
  padding-top: 5%;
  text-align: center;
  position: relative;
  float: left;
  transition: all .5s ease-in-out;
}
.boxseries li .seriesimg{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  transition: all .3s ease-in-out;
}
.boxseries li.active{
  width: 40%;
  padding-top:8% ;
}
.boxseries li.active .seriesimg{
  width: 110%;
}
.index-A-box-pro{
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 30px;
  padding: 0 30px;
}
.boxseries li.active .index-A-box-pro{
  opacity: 1;
}
.boxseries li:nth-child(1){background: #36a3da;}
.boxseries li:nth-child(2){background: #487dd6;}
.boxseries li:nth-child(3){background: #2674de;}
.boxseries li:nth-child(4){background: #368fda;}

.index-A-box-series-bg{width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.boxseries li:nth-child(1) .index-A-box-series-bg{background-image: linear-gradient(to bottom, rgba(54, 163, 218, 1) 30%, rgba(255, 255, 255, 0.1));}
.boxseries li:nth-child(2) .index-A-box-series-bg{background-image: linear-gradient(to bottom, rgba(72, 125, 214, 1) 30%, rgba(255, 255, 255, 0.1));}
.boxseries li:nth-child(3) .index-A-box-series-bg{background-image: linear-gradient(to bottom, rgba(38, 116, 222, 1) 30%, rgba(255, 255, 255, 0.1));}
.boxseries li:nth-child(4) .index-A-box-series-bg{background-image: linear-gradient(to bottom, rgba(54, 143, 218, 1) 30%, rgba(255, 255, 255, 0.1));}

.seriesb-txt{position: relative;z-index: 2;padding: 0 10px;}
.seriesb-txt h3{
  font-size: 20px;
  color: #fff;
  font-weight: 800;
}
.seriesb-txt p{
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.boxseries li.active h3{
  font-size:28px;
}
@media (max-width:1300px) {
.boxseries li.active h3,.seriesb-txt h3{font-size: 20px;}
.seriesb-txt p{margin-top: 10px;}
}
@media (max-width:1200px) {
.boxseries li{width: 50%;height: 30vw;padding-top: 4%;}
.boxseries li.active{width: 50%;padding-top: 6%;}
.boxseries li .seriesimg{filter: brightness(0.8);bottom: -40px;}
}
@media (max-width:750px) {
.boxseries li.active h3, .seriesb-txt h3{font-size: 18px;}
.seriesb-txt p{font-size: 15px;}
}
@media (max-width:680px) {
.boxseries li{height: 60vw;padding-top: 6%;}
.boxseries li.active{padding-top: 8%;}
}
@media (max-width:480px) {
.seriesb-txt p{display: none;}
}

/* 首页——产品展示 */
.index-B-list-nav{
  width: 10%!important;
}
.index-B-list-nav img{
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  width: 95px;
  height: 68px!important;
  margin: 0 auto;
}
.index-B-list-nav h3{
  font-size: 15px;
  text-align: center;
  margin-top: 6px;
}
.swiper-slide-thumb-active.index-B-list-nav h3{
  color: #367bda;
}
.index-B-list-Bbox{
  background:url(../images/bg6.jpg) no-repeat center / cover ;
  margin-top: 20px;
}
.swiper-proudct{
  padding:60px 10%;
}
.swiper-left-img{
  width: 40%;
  border: 2px solid #a1cc3b;
  border-radius: 12px;
  overflow: hidden;  
}
.swiper-right-txt{
  width: 60%;
  padding-left: 20%;
  padding-top: 7%;
  box-sizing: border-box;
}
.swiper-right-txt h3{
  font-size: 24px;
  color: #222;
  font-weight: 800;
}
.swiper-right-txt .line{
  width: 120px;
  height: 4px;
  background: #a1cc3b;
  margin: 6px 0 20px;
}
.swiper-right-txt p{
  font-size: 16px;
  color: #666;
}
.swiper-right-txt .swiper-btn{
  display: block;
  width: 160px;
  background: #fff;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  text-align: center;
  margin-top: 50px;
}
.swiper-right-txt .swiper-btn:hover{
  background: #a1cc3b;
  color: #fff;
}
@media (max-width:1200px) {
.index-B-list-nav{width: 13%!important;}
.swiper-right-txt{padding-left: 10%;padding-top: 20px;}
}
@media (max-width:992px) {
.index-B-list-nav{width: 20%!important;margin-right: 0!important;}
.index-B-list-nav:last-child,.index-B-list-nav:nth-child(6){display: none;}
.swiper-proudct:last-child,.swiper-proudct:nth-child(6){display: none;}
.swiper-right-txt{padding-left: 30px;}
.swiper-right-txt h3{font-size: 20px;}
}
@media (max-width:750px) {
.swiper-left-img{width: 100%;float: none;}
.swiper-right-txt{width: 100%;float: none;padding: 0;margin-top: 20px;}
.swiper-right-txt .swiper-btn{margin-top: 30px;}
.swiper-proudct{padding: 40px 30px;}
.swiper-right-txt p{color: #222;}
.swiper-right-txt .swiper-btn{width: 116px;}
}
@media (max-width:580px) {
.index-B-list-nav{width: 25%!important;}
.index-B-list-nav:nth-child(5){display: none;}
.swiper-proudct:nth-child(5){display: none;}
}
@media (max-width:480px) {
.index-B-list-nav img{width: 100%;}
.index-B-list-nav{width: 25%!important;padding: 0 3px;}
.index-B-list-nav:nth-child(5){display: none;}
.swiper-proudct:nth-child(5){display: none;}
}


/* 首页——三维智能环保设备 */
.index-C-txt{
  position: absolute;
  left: 50px;
  top: -20px;
  background: #a1cc3b;
  padding: 50px 30px;
  width: 400px;
}
.title h1{
  font-size: 32px;
  color: #222;
  font-weight: 800;
}
.title .line{
  background: #a1cc3b;
  width: 100px;
  height: 4px;
  margin-top: 6px;
}
.index-C-txt p{
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
}
.index-C-txt a{
  display: block;
  margin-top: 30px;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
.index-C-txt a i{
  font-size: 20px;
  margin-left: 10px;
}
.index-C-txt a:hover{
  color: #fff;
}
.index-C-nav{
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0 10%;
}
.index-C-nav > li >a{
  float: left;
  width: 24.625%;
  padding:6px 10px;
  background: #fff;
  margin-right: 0.5%;
  font-size: 18px;
  color: #222;
  text-align: center;
}
.index-C-nav > li:last-child >a{
  margin-right: 0;
}
.index-C-nav > li >a i{
  font-size: 20px;
  margin-right: 6px;
  color: #a1cc3b;
}
.index-C-nav > li >a:hover{
  background: #a1cc3b;
  color: #fff;
}
.index-C-nav > li >a:hover i{
  color: #fff;
}
@media (max-width:1200px) {
.index-C-txt{padding:30px}
.index-C-txt p{margin-top: 20px;}
.index-C-txt a{margin-top: 20px;}
.index-C-nav{bottom: 20px;}
}
@media (max-width:992px) {
.index-C-txt{position: static;width: 100%;padding: 20px;}
.index-C-txt a{display: none;}
.index-C-nav{padding: 0 20px;}
.index-C-nav > li >a{font-size: 16px;padding: 6px;}
}
@media (max-width:768px) {
.index-C-txt p{font-size: 16px;margin-top: 10px;}
}
@media (max-width:580px) {
.index-C-nav{position: static;padding: 0;}
.index-C-nav > li >a{width: 49.5%;margin-top: 6px;background: #e5e5e5;margin-right: 1%;}
.index-C-nav > li:nth-child(2n) >a{margin-right: 0;}
}


/* 首页——实力铸就品牌 */
.index-D{
  background: url(../images/bg7.jpg) no-repeat center / cover;
}
.title h3{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #367bda;
  border-radius: 32px;
  text-align: center;
  padding: 2px 20px;
  margin-top: 10px;
}
.index-D-p{
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  opacity: 0.8;
}
.numCount{margin-top: 50px;}
.num-list-item{
  display: inline-block;
  padding: 20px 80px;
  border-right: 1px solid #dddde1;
}
.num-list-item:last-child{border-right: none;}
.num-list-item span{
  font-size: 52px;
  font-weight: 800;
  color: #a1cc3b;
}
.num-list-item i{
  color: #a1cc3b;
  font-style: normal;
}
.num-list-item p{
  font-size: 20px;
  color: #fff;
  text-align: center;
}
@media (max-width:1200px) {
.num-list-item{padding:20px 40px;}
.num-list-item p{font-size: 18px;}
.num-list-item span{font-size: 46px;}
}
@media (max-width:992px) {
.index-D-p{width: 100%;}
.numCount{margin-top: 30px;}
.num-list-item span{font-size: 40px;}
}
@media (max-width:768px) {
.num-list-item{padding: 10px 20px;}
.num-list-item span{font-size: 32px;}
.num-list-item p{font-size: 15px;}
.index-D-p{font-size: 14px;}
.numCount{margin-top: 20px;}
}
@media (max-width:580px) {
.title h3{font-size: 16px;}
.num-list-item:last-child{display: none;}
.num-list-item:nth-child(3){border-right: none;}
.num-list-item span{font-size: 28px;}
}
@media (max-width:530px) {
.num-list-item:last-child{display: none;}
.num-list-item:nth-child(3){border-right: none;}
.num-list-item span{font-size: 24px;}
.num-list-item{padding: 6px 10px;}
}
@media (max-width:480px) {
.num-list-item span{font-size: 20px;}
}


/* 首页-新闻动态 */
.index-E-left{
  width: 52%;
}
.index-E-right{
  width: 48%;
  padding-left: 40px;
}
.index-E-left-list{
  padding-left: 75px;
  margin-top: 30px;
}
.index-E-left-list h3{
  font-size: 18px;
  color: #222;
}
.index-E-left-list h3 span{
  float: right;
  font-size: 14px;
  color: #666;
}
.index-E-left-list p{
  font-size: 15px;
  color: #666;
}
.news-right-time{
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 1.8em;
}
.news-right-time span{
  display: block;
  font-size: 36px;
  color: #666;
  font-weight: 800;
}
@media (max-width:1200px) {
.news-right-time span{font-size: 30px;}
.index-E-left-list{padding-left:65px;}
}
@media (max-width:992px) {
.index-E-left-list{margin-top: 20px;}
.index-E-right{display: none;}
.index-E-left{width: 100%;}
}
@media (max-width:580px) {
.news-right-time{display: none;}
.index-E-left-list{padding-left: 0;}
}
@media (max-width:480px) {
.index-E-left-list h3 span{display: none;}
}

/* 首页-服务全国 */
.index-F{
  background: url(../images/bg8.jpg) no-repeat center / cover;
}
.index-F-title .line{
  margin: 6px auto 0;
}
.title p{
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.index-F-list{
  width: 49%;
  float: left;
  margin-top: 30px;
  margin-right: 2%;
}
.index-F-list:nth-child(2){margin-right: 0;}
.index-F-txt h3{
  font-size: 24px;
  color: #fff;
  font-weight: 800;
}
.index-F-txt p{
  font-size: 16px;
  color: #fff;
}
.index-F-txt span{
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
.index-F-list-box1{
  position: absolute;
  top: 50px;
  left: 40px;
}
/* .index-F-title{
  width: 52%;
  padding-right: 20%;
  padding-top: 10%;
}
.index-F-title p{
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
.index-F-right{
  width: 48%;
}
.index-F-list{
  width: 100%;
  margin-bottom: 10px;
}
.index-F-txt h3{
  font-size: 24px;
  color: #fff;
  font-weight: 800;
}
.index-F-txt p{
  font-size: 16px;
  color: #fff;
}
.index-F-txt a{
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
.index-F-list-box2,.index-F-list-box1{
  position: absolute;
  top: 50px;
}
.index-F-list-box2{
  left: 40px;
}
.index-F-list-box1{
  right: 40px;
} */
@media (max-width:1200px) {
.index-F-list-box1{top: 22px;}
.index-F-txt h3{font-size: 20px;}
}
@media (max-width:992px) {
.index-F-list{margin-top: 20px;margin-right: 0;width: 100%;}
.index-F-list-box1{top: 50px;}
}
@media (max-width:580px) {
.index-F-list-box1{top: 22px;left: 20px;}
}
@media (max-width:450px) {
.index-F-txt span{display: none;}
.index-F-txt h3{font-size: 18px;}
}
/* 浮窗 */
.serverBar {
	display: none;
	position: fixed;
	z-index: 999;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.serverBar li {
	position: relative;
	margin-bottom: 10px;
}
.serverBar li a {
	display: table-cell;
	padding: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #666 !important;
	background: #fff;
	border: #f0f0f0 solid 1px;
  line-height: 1.2em;vertical-align:middle;
}
.serverBar li a>i {
	display: block;
	font-size: 18px;
}
.serverBar li a>span {
	display: block;
	font-size: 14px;
}
.serverBar li:hover a {
	color: #fff !important;
	background: #a1cc3b;
	border-color: rgba(255,255,255,0.1);
}
.serverBar li .infos {
	display: none;
	position: absolute;
	right: 60px;
	padding: 10px;
	background: #fff;
	border: #f0f0f0 solid 1px;
	box-shadow: 0 0 10px rgba(255,255,255,0.1);
}
.serverBar li .tel {
	top: 0;
}
.serverBar li .tel dt {
	padding-bottom: 6px;
	font-size: 14px;
	color: #666;
	border-bottom: #f0f0f0 solid 1px;
}
.serverBar li .tel dd {
	padding-top: 6px;
	font-size: 20px;
	color: #a1cc3b;
	white-space: nowrap;
}
.serverBar li .QRcode {
	bottom: 0;
	overflow: hidden;
}
.serverBar li .QRcode .item {
	overflow: hidden;
}
.serverBar li .QRcode .item i {
	display: block;
	width: 100px;
}
.serverBar li .QRcode .item img {
	display: block;
	width: 100%;
}
.serverBar li .QRcode .item p {
	font-size: 14px;
	color: #666;
	text-align: center;
}
.serverBar li:hover .infos {
	display: block;
}
@media(max-width:1200px){
.serverBar{top:80%;}
.serverBar li{display:none;}
.serverBar li:hover .tel{display:none !important;}  
.serverBar li#backTop{display:block;}
}

/* footer */
footer{
  background: #151c30;
  padding: 60px 0;
}
.footer-list{
  float: left; width: 25%;
 
}
@media (max-width:992px){
  .footer-list{
   width: 50%; 
  }
}
@media (max-width:680px){
  .footer-list{
    width: 100%; 
   }
}
.footer-list h3{
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}
.footer-list li{
  font-size: 15px;
  margin-bottom: 6px;
  color: #6b6d72;
}
.footer-list ul.fcase li{ height: 22px;    padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.footer-list li a{
  color: #6b6d72;
}
.fonnter-dibu{
  background: #21283b;
  padding: 20px 0;
}
.fonnter-dibu p{opacity: 0.2;}
.fonnter-dibu p, .fonnter-dibu p a {
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.footer-list li a:hover{color: #a1cc3b;}
/* 栏目banner及导航 */
.banners-box{overflow: hidden;}
.clumb-box{
  border-bottom: 1px solid #e5e5e5;
  background: #f9f9f9;
}
.clumb-box-nav a{
  display: inline-block;
  font-size: 20px;
  color: #222;
  padding: 15px 35px;
  background: #dddde1;
}
.clumb-box-location p,.clumb-box-location p a{
  font-size: 14px;
  color: #666;
  line-height: 87px;
}
.clumb-box-location2{
  padding: 10px 0;
}
.clumb-box-location2 p, .clumb-box-location2 p a{
  line-height: 1.5em;
}
.clumb-box-location p a{
  margin: 0 4px;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all; 
}
.clumb-box-location p i{margin-right: 6px;color: #a1cc3b;}
.clumb-box-location p span:last-child{display: none;}
.clumb-box-nav .cur,.clumb-box-nav a:hover{
  color: #fff;
  background: linear-gradient(-186deg,#7ab750 30%, #367bda 100%);
}
@media (max-width:1400px) {
.footer-list{padding-right: 13%;}
}
@media (max-width:1300px) {
.footer-list{padding-right: 10%;}
}
@media (max-width:1200px) {
.footer-list{padding-right: 6%;}
.clumb-box-nav a{padding: 10px 20px;}
}
@media (max-width:992px){
.banners-box img{width: 150%;margin-right: -25%;}
.footer-list:nth-child(3),.footer-list:nth-child(1){display: none;}
footer{padding: 40px 0;}
.clumb-box-nav a{font-size: 18px;}
}
@media (max-width:750px){
.clumb-box-nav{width: 100%;}
.clumb-box-nav a{padding:10px 15px;}
}
@media (max-width:680px){
.footer-list:nth-child(2){display: none;}
footer{padding: 20px 0;}
.footer-list h3{margin-bottom: 10px;}
.clumb-box-location2{padding: 4px 0;}
}
@media (max-width:580px){
.banners-box img{width: 200%;margin-right: 0;margin-left: -10%;}
.clumb-box-nav a{font-size: 16px;}
}
@media (max-width:480px){
.banners-box img{width: 250%;margin-right: 0;margin-left: -25%;}
.clumb-box-nav a{font-size: 15px;padding: 6px 8px;}
}
/* 栏目-关于三维-三维简介 */
.about-box{  
  position: relative;
  padding: 53px 0 0px;
}
.about-box-right{width: 40%; margin-top: 20px; }
.about-box-right img{ margin: 0 auto;display: block;}
.about-box-left{
  width: 50%;
  padding-right: 7%;
}
.about-box-left-title{
  font-size: 42px;
  color: #222;
  margin-bottom: 30px;
  font-weight: 800;
}
.about-box-left-title span{
  color: #a1cc3b;
}
.about-box-left-top p{
  font-size: 18px;
  color: #666;
  line-height: 1.8em;
}
.numCount2{
  text-align: center;
  position: static;
  background: none;
  width: 100%;
  margin-top: 0;
}
.numCount2 .num-list-item{
  padding: 0 50px;
}
.numCount2 .num-list-item p{
  color: #222;
}
@media (max-width:1600px){
.about-box{padding: 50px 0;}
}
@media (max-width:1400px){
.about-box{padding: 0;}
}
@media (max-width:1300px){
.numCount2 .num-list-item{padding: 0 35px;}
}
@media (max-width:1200px){
.about-box{background: #fff;}
.about-box-right{display: block;width: 100%;}
.about-box-left{width: 100%;padding-right: 0;}
.about-box-left-title{font-size: 36px;margin-bottom: 20px;}
.numCount2 .num-list-item span{font-size: 32px;}
}
@media (max-width:992px){
.about-box-left-title{font-size: 32px;margin-bottom: 10px;}
.numCount2 .num-list-item{padding: 0 30px;}
.numCount2 .num-list-item i{font-size: 16px;}
.numCount2 .num-list-item span{font-size: 32px;}
.time-num{padding: 20px 0!important;}
.numCount2 .num-list-item:last-child{display: none;}
.numCount2 .num-list-item:nth-child(4){border-right: none;}
.numCount2 .num-list-item p{font-size: 16px;}
}
@media (max-width:768px){
.about-box-left-title{font-size: 28px;}
.about-box-left-top p{font-size: 16px;}
}
@media (max-width:680px){
.numCount2 .num-list-item span{font-size: 24px;}
.numCount2 .num-list-item{padding: 0 15px;}
}
@media (max-width:580px){
.about-box-left-title{font-size: 24px;}
.numCount2 .num-list-item{padding: 0 10px;}
}
@media (max-width:550px){
.numCount2 .num-list-item:first-child{display: none;}
}
@media (max-width:530px){
.numCount2 .num-list-item:nth-child(3){border-right: 1px solid #dddde1;}
}


/* 栏目-关于三维-企业文化 */
.wh-list{
  width: 20%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.wh-list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(136,177,56,0.8);
  top: 0;
  left: -100%;
  transition: ease .5s;  
}
.wh-list:hover::before{left:0}
.wh-list-txt{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dis-table{
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.dis-cell{
  display: table-cell;
  vertical-align: middle;
}
.about2-tit {
  font-size: 32px;
  color: #fff;
  margin-bottom: 42px;
}
.about2-des {
  font-size: 20px;
  line-height: 1.8em;
  color: #fff;
  width: 60%;
  margin: 0 auto;
}
.honor-img{display: none;}
@media (max-width:1500px){
.about2-tit{font-size: 32px;margin-bottom: 30px;}
.about2-des{width: 80%;}
}
@media (max-width:1300px){
.about2-tit{font-size: 25px;margin-bottom: 20px;}
.about2-des{width: 90%;font-size: 16px;}
}
@media (max-width:992px){
.about2-tit{font-size: 20px;margin-bottom: 10px;}
.about2-des{width: 90%;font-size: 16px;}
}
@media (max-width:768px){
.about2-tit{font-size: 18px;}
.about2-des{width: 90%;font-size: 14px;}
.wh-list{width: 50%;}
.wh-list:nth-child(1),.honor-img2{display: none;}
.honor-img{display: block;}
}

/* 栏目-关于三维-公司环境 */
.about-four li{
 width: 25%;
 float: left;
 border: 1px solid #fff;
 box-sizing: border-box;
}
.about-four li:nth-child(1),.about-four li:nth-child(2),.about-four li:nth-child(3){width: 33.333%;}
@media (max-width:1700px){
.about-four li:nth-child(1),.about-four li:nth-child(2),.about-four li:nth-child(3){max-height: 350px;}
}
@media (max-width:1620px){
.about-four li:nth-child(1),.about-four li:nth-child(2),.about-four li:nth-child(3){max-height: 300px;}
}
@media (max-width:1400px){
.about-four li:nth-child(1),.about-four li:nth-child(2),.about-four li:nth-child(3){max-height:270px;}
}
@media (max-width:1260px){
.about-four li:nth-child(1),.about-four li:nth-child(2),.about-four li:nth-child(3){max-height:250px;}
}

/* 栏目——产品中心 */
/* 产品banner */
@keyframes myfirst{
  0%{transform:rotate(0deg)}
  100%{transform:rotate(360deg)}
}
@-webkit-keyframes myfirst{
  0%{transform:rotate(0deg)}
  100%{transform:rotate(360deg)}
}
.med-chilun{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0.3;
}
.med-chilun > div{
  position:relative;
  height:100%
}
.med-chilun1{
  width:26.35%;
  position:absolute;
  right:3%;
  top:8.4%
}
.med-chilun2{
  width:16.07%;
  position:absolute;
  right:-14%;
  bottom:18.5%
}
.med-chilun3{
  width:11.92%;
  position:absolute;
  right:30%;
  top:56.36%
}
.med-chilun img{
  width:100%;
  animation:myfirst 60s linear infinite;
}
@media (max-width:580px){
.med-chilun1{width: 22%;top: 25%;}
.med-chilun3{width: 10%;top:64%}
}

/* 栏目-父级产品展示 */
.pro-box-A{margin-top: 30px;}
.pro-box-A:nth-child(1){margin-top: 0;}
.pro-nav-box{
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.pro-nav-title{
  color: #222;
  font-size: 20px;
  padding-bottom: 10px;  
}
.pro-nav-more{
  display: block;
  font-size: 16px;
  color: #999;
  margin-top: 30px;
}
.pro-nav-more:hover{color: #a1cc3b;}

/* 栏目-产品展示 */
.nytit h1{
  font-size: 32px;
  text-align: center;
  font-weight: 800;
  position: relative;
}
.nytit h1::before{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  content: "";
  width: 36px;
  height: 4px;
  border-radius: 12px;
  background: url(../images/nyLine.png) no-repeat center;
}

.index-B-list{
  width: 23.5%;
  margin-right: 2%;
  margin-top: 20px;
  border: 2px solid #dddde1;
}
.index-B-list:nth-child(4n){margin-right: 0;}
.case-B-list-h{
  padding: 20px;
}
.product-column-list-txt{
	padding: 20px;
  border-top: 2px solid #dddde1;
}
.product-column-list-txt h3{
	font-size: 18px;
	color: #222;
	float: left; width: 65%; height: 24px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;
}
.product-column-list-txt p{
	display: block;
	float: right;
	width: 30%;
	padding: 4px 10px;
	font-size: 14px;
	color: #666;
	text-align: center;
	border-radius: 4px;
  border: 2px solid #dddde1;
}
.product-column-list-txt:hover{
  background: #a1cc3b;
}
.product-column-list-txt:hover p{
  background: #fff;
  color: #a1cc3b;
  border-color: #a1cc3b;
}
.product-column-list-txt:hover h3{
  color: #fff;
}
@media (max-width:1350px){
.product-column-list-txt p{width: 76px;}
}
@media (max-width:1200px){
.product-column-list-txt p{display: none;}
}
@media (max-width:992px){
.index-B-list{width: 49%;}
.index-B-list:nth-child(2n){margin-right: 0;}
.product-column-list-txt p{display: block;width: 88px;}
.pro-box-A{margin-top: 10px;}
.nytit{margin-bottom: 30px;}
.pro-nav-box{margin-bottom: 0;}
.case-B-list-h{padding: 10px;}
}
@media (max-width:768px){
.pro-nav-title{font-size: 18px;padding: 6px 40px 6px 20px;}
.pro-nav-more{margin-top: 13px;}
.nytit h1{font-size: 28px;}
}
@media (max-width:580px){
.product-column-list-txt p{display: none;}
.product-column-list-txt{padding: 10px;}
.product-column-list-txt h3{font-size: 16px;}
.nytit h1{font-size: 24px;}
}

/* 页码 */
.pagination{
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
}
.pagination li,.pagination li a{
  font-size: 14px;
  color: #666;
}
.pagination li{
	display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  font-size: 13px;
}
.pagination li a{
  display: block;
  padding:4px 10px;
  border:1px solid #e5e5e5;
  font-size: 13px;
}
.pagination li:first-child a,.pagination li:last-child a{
  border:none;
}
.pagination li:last-child{
  padding-top: 4px;
}
.pagination .active a{
  background: #666;
  border-color: #666;
  color: #fff;
  border-radius: 0!important;
}

/* 产品中心——产品详情 */
.cpxqbox-L{
  width: 40%;
  float: left;
}
.cpxq-slide-item{border: 1px solid #e3e3e3;}
.cpxqb-slide-item img {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.cpxqb-wrapper{justify-content: center;}
.cpxqb-slide-item{
  border: 1px solid #e3e3e3;
  cursor: pointer;
  margin-top: 20px;
  display: inline-block!important;
  margin-right: 10px!important;
}
.swiper-slide-thumb-active.cpxqb-slide-item {
  border: 1px solid #a1cc3b;
}
.cpxqb-slide-item img{
  max-height: 130px;
  padding: 10px;
  margin: auto;
}
.cpxqbox .swiper-button-next, .cpxqbox .swiper-button-prev{
  background-size: 100%!important;
  width: 16px!important;
  height: 26px!important;
  
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: 'iconfont';
  font-size: 28px;
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  z-index: 999;
  color: #a1cc3b;
}
.cpxqbox-Lt .swiper-button-next:after{
  content: "\e775";
}
.cpxqbox-Lt .swiper-button-prev:after{
  content: "\e779";
}

.cpxqbox-R{
  width: 60%;
  float: left;
  padding-left: 60px;
}
.cpxqbox-R-title{
  font-size: 20px;
  color: #222;
  font-weight: 800;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddde1;
  margin-bottom: 10px;
}
.cpxqbox-R-txt{
  font-size: 16px;
  color: #222;
  line-height: 1.8em;
  padding: 10px;
  background: #f1f1f1;
}
.cpxqbox-R h3{
  font-size: 16px;
  background: #a1cc3b;
  padding: 6px 10px;
  display: inline-block;
  color: #fff;
  margin: 20px 0 10px;
}
.cpxqbox-R-td p{
  font-size: 16px;
  color: #666;
  line-height: 1.8em;
  padding-left: 14px;
  position: relative;
}
.cpxqbox-R-td p::before{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #a1cc3b;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 10px;
}
.cptel{margin-top: 40px;}
.cptel i{
	font-size: 50px;
    color: #ccc;
    float: left;
    line-height: 1.2;
    margin-right: 10px;
    background: linear-gradient(-186deg,#7ab750 30%, #367bda 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.cptel span{
	display: block;
    color: #666;
}
.cptel a{
    font-size: 26px;
    font-weight: bold;
    color: #006ec9;
    line-height: 1.3;
    background: linear-gradient(-186deg,#7ab750 30%, #367bda 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.caxq-title{
  font-size: 20px;
  font-weight: 800;
  color: #222;
  border-bottom: 1px solid #dddde1;
  padding-bottom: 10px;
  position: relative;
}
.caxq-title::before{
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a1cc3b;
}
.caxq-dea{
  font-size: 18px;
  text-align: center;
}
.caxq-dea table{
  width: 100%!important;
  background: #fff!important;
  margin: 10px 0;
}
.caxq-dea table tr td{
  border: 1px solid #e5e5e5!important;
}
.caxq-dea table tr td,.caxq-dea table tr td p,.caxq-dea table tr td span{
  text-align: center!important;
  font-size: 14px!important;
  line-height: 32px!important;
  font-weight: 400;
  font-family: 'YaHei'!important;
}
.caxq-dea table .firstRow{
  background: #a1cc3b!important;
  color: #fff!important;
  font-weight: 800!important;
}
.caxq-dea table .firstRow td{
  border: none!important;
}

@media (max-width:1200px){
.cpxqbox-R{padding-left: 30px;}
.cptel{margin-top: 20px;}
}
@media (max-width:992px){
.cpxqbox-L{width: 80%;margin-left: 10%;}
.cpxqbox-R{padding-left:0;width: 100%;margin-top: 10px;}
.cpxqbox-R-title{padding-bottom: 10px;}
}

@media (max-width:580px){
.cpxqbox-L{width: 100%;margin-left: 0;}
}

/* 栏目-项目案例 */
.case-B-list{
  width: 32%;
  margin-top:30px;
  margin-right: 2%;
  overflow: hidden;
}
.case-B-list:nth-child(3n){margin-right: 0;}
.case-B-list h3{
  font-size: 18px;
  color: #222;
  text-align: center;
  position: relative;
  font-weight: 800;line-height: 1em;
  height: 44px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.case-B-list h3::before{
  content: '';
  display: block;
  width: 70px;
  height: 5px;
  margin: 0 auto 20px;
  background: #dcdcdc;
  transition: all .26s .1s ease;
}

.case-B-list-txt{
  background: #f9f9f9;
  padding: 25px 20px;
}
.case-B-list a{display: block;}
.case-B-list p{
  font-size: 15px;
  color: #666;
  margin-top: 6px;
  height: 45px;
  overflow: hidden;
}
.case-B-list:hover .case-B-list-txt{
  background: #a1cc3b;
}
.case-B-list:hover h3,.case-B-list:hover p{
  color: #fff;
}
.case-B-list-img{
  overflow: hidden;
  background: #fff;
  display:table-cell;
  vertical-align:middle;
  max-height: 338px;

}
.case-B-list-img img,.news-B-list img,#certify .swiper-slide img,.LC-img img{
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
  cursor: pointer;
}
.case-B-list:hover img,.index-B-list:hover img,.news-B-list:hover img,#certify .swiper-slide:hover img,.LC-img:hover img{
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
  -webkit-transform: all 1s ease 0s;
}
@media (max-width:1600px){
/* .case-B-list-img{height: 254px;} */
}
@media (max-width:1500px){
/* .case-B-list-img{height: 214px;} */
}
@media (max-width:1200px){
/* .case-B-list-img{height:184px;} */
}
@media (max-width:992px){
.case-B-list{width: 49%;}
.case-B-list:nth-child(3n){margin-right: 2%;}
.case-B-list:nth-child(2n){margin-right: 0;}
.case-B-list{margin-top: 20px;}
}
@media (max-width:750px){
.case-B-list h3::before{margin-bottom: 10px;}
.case-B-list h3{padding: 0;}
}
@media (max-width:650px){
.case-B-list h3{font-size: 16px;}
.case-B-list p{font-size: 14px;}
}
@media (max-width:500px){
/* .case-B-list-img{height:164px;} */
}
@media (max-width:480px){
/* .case-B-list-img{height:138px;} */
.case-B-list{margin-top: 15px;}
}
@media (max-width:390px){
/* .case-B-list-img{height:124px;} */
}
/* 栏目-新闻 */
.news-B-list{
  padding: 30px 0;
  border-bottom: 1px solid #dddde1;
  margin-top: 0;
  overflow: hidden;
}
.news-B-list:nth-child(1){margin-top: 0;padding-top: 0;}
.news-B-list-img{
  width: 30%;
  float: left;
  overflow: hidden;
}
.news-B-list-rihgt{
  width: 70%;
  padding-left: 40px;
  padding-top: 30px;
}
.news-B-data{
  font-size: 16px;
  color: #a3a3a3;
  font-weight: 800;
}
.news-B-title{
  font-size: 22px;
  color: #222;
  font-weight: 800;
  margin: 10px 0;
}
.news-B-p{
  font-size: 16px;
  color: #666;
}
.news-B-list-rihgt span{
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 42px;
  line-height: 42px;
  max-width: 200px;
  background: #a1cc3b;
  margin-top: 40px;
}
.news-B-list-rihgt span i{
  margin-left: 10px;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
.news-B-list-rihgt:hover i{
  margin-left: 20px;
}
.news-B-list-rihgt:hover .news-B-title{
  color: #a1cc3b;
}
@media (max-width:1200px){
.news-B-list-rihgt{padding-top: 0;padding-left: 20px;}
.news-B-title{font-size: 18px;}
.news-B-list-rihgt span{font-size: 14px;max-width:126px;line-height: 32px;margin-top: 30px;}
}
@media (max-width:992px){
.news-B-list-rihgt span{margin-top: 20px;}
.news-B-list{padding: 20px 0;}
}
@media (max-width:750px){
.news-B-list-img{display: none;}
.news-B-list-rihgt{padding-left: 0;width: 100%;}
}
/* 栏目-新闻资讯-内容页 */
.content-left{
  width: 80%;
  padding-right: 80px;
}
.content-right{
  width: 20%;
}
.content-right .tel{
  padding:20px;
  overflow:hidden;
  background: linear-gradient(-186deg,#7ab750 30%, #367bda 100%); 
}
.content-right .tel span{
  display:block;
  width:70px;
  height:24px;
  line-height:24px;
  text-align:center;
  font-size:14px;
  color:#a1cc3b;
  background:#fff;
  border-top-right-radius:10px;
}
.content-right .tel p{
  font-size:24px;
  font-weight:800;
  color:#fff;
}
.content-right h4{
  font-size: 18px;
  color: #222;
  border-bottom: 1px solid #a1cc3b;
  padding:16px 20px;
  background: #f9f9f9;
}
.content-right-list{
  margin-top: 20px;
}
.content-rignt-pr{
  padding:0 20px 20px;
  background: #f9f9f9;
}
.content-right-img{
  overflow: hidden;
  max-height: 206px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
.content-right-list h3{
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.show-title h1{
  font-size: 22px;
  color: #222;
  font-weight: 800;
}
.show-title p{
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.show-title p i{
  font-size: 18px;
  margin-right: 10px;
}
.show-title{
  padding-bottom: 20px;
  border-bottom: 1px solid #dddde1;
  margin-bottom: 20px;
}
.news-show-content{
  min-height: 300px;font-size: 16px;
}
.news-show-content-img{
  margin: 15px;
}
.news-show-main img{
  width: auto!important;
  max-width: 100%;
  display:block;
  margin: 0 auto;
}
@media (max-width:1400px){
.content-left{padding-right: 60px;}
.content-right .tel p{font-size: 22px;}
}
@media (max-width:1200px){
.content-left{padding-right: 40px;width: 75%;}
.content-right{width: 25%;}
}
@media (max-width:992px){
.content-right{display: none;}
.content-left{width: 100%;padding-right: 0;}
.show-title h1{font-size: 18px;}
.index-artic span,.show-title p{font-size: 14px;}
.news-show-content{min-height: auto;}
}
/* 翻页 */
.index-artic span {
  display: block;
  float: none!important;
  margin-bottom: 6px;
}
.index-artic {
  padding: 15px 30px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

/* 栏目-合作伙伴 */
.partnersbox,.time-num{background: #f9f9f9;}
.partners-list{
  width: 20%;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
}
.time-num{
  padding: 30px 0;
}
.service-left{
  /* width: 55%; */
}
.service-right{
  width: 70%;
  position: relative;
  margin-right: -28%;
}
.service-left h3{
  font-size: 32px;
  color: #222;
  font-weight: 800;
  margin-bottom:10px;
}
.service-left h4{
  font-size: 22px;
  color: #666;
  margin-bottom: 20px;
}
.service-left p{
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}
@media (max-width:992px){
.partners-list{width: 33.33%;}
.service-right{width: 100%;margin: 0;float: none;}
.service-left{width: 100%;margin-top: 20px;}
.service-left h3{font-size: 20px;}
.index-artic{padding: 10px;}
.show-title{margin-bottom: 10px;padding-bottom: 10px;}
}
@media (max-width:480px){
.partners-list{width: 50%;}
}
/* 栏目-联系我们 */
.contact-box{
  background:url(../images/en/contact.jpg) top right / cover;
}
.contact-box .title p{
  font-size: 18px;
  color: #222;
  width: 60%;
  margin: 20px 0;
}
.contact-call{
  font-size: 24px;
  color: #fff;
  background: #a1cc3b;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
}
.contact-box-left{
  width: 62%;
  padding:80px 40px;
  background: #fff;
  min-height: 570px;
}
.contact-box-left h3{
  font-size: 20px;
}
.form-horizontal .pro-input{
  display:block;
  width: 49%; 
  float: left;
  border: none;
  background: #ececec;
  font-size: 16px;
  line-height: 42px;
  padding: 0 15px;
  border-radius: 6px;
  margin-right: 2%;
}
.form-horizontal .pro-input:last-child{margin-right: 0;}
.form-horizontal textarea{
  display: block;
  padding: 20px;
  background: #ececec;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
  height:150px;
  resize:none;
}
.btn-form{
  width: 240px;
  display: block;
  background: #367bda;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  transition: all linear 0.4s;
  border: none;
  margin-top: 50px;
}
.contact-box-right{
  width: 38%;
  position: relative;
}
.contact-box-right-font{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  line-height: 0;
  font-size: 0;
  padding-top: 30px;
  padding-left: 30px;
}
.contact-box-right-font p{margin-top: 30px;}
.contact-box-right-font p i {
  font-size: 32px;
  margin-right: 30px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 60px;
  background: #a1cc3b;
  display:block;
  float: left;
}
.contact-box-right-font p span {
  display:block;
  font-size: 20px;
  font-weight: 800;
}
.contact-box-right-font p span em {
  display: block;
  font-size: 16px;
  opacity: .6;
  font-style: normal;
  font-weight: 400;
}
@media (max-width:1400px){
.contact-box-left{padding: 40px;min-height: auto;}
.btn-form{margin-top: 26px;}
}
@media (max-width:1200px){
.contact-call{font-size: 20px;}
.contact-box-right-font{padding-left: 15px;}
.contact-box-right-font p span{width: 70%;float: left;}
.contact-box-right-font p i{margin-right: 20px;}
.contact-box-left h3{font-size: 18px;}
.contact-box-left{padding: 30px;}
.form-horizontal textarea{height: 100px;}
.btn-form{margin-top: 20px;width: 160px;font-size: 16px;line-height: 36px;}
.contact-box-left{min-height: 372px;}
}
@media (max-width:992px){
.contact-call{font-size: 18px;padding: 6px 20px;}
.contact-box .title p{font-size: 16px;}
.contact-box-right{display: none;}
.contact-box-left{width: 100%;min-height: auto;padding: 20px;}
}
@media (max-width:650px){
.contact-box{background-position-y:-70px;}
.contact-box .title p{width: 100%;margin: 10px 0;}
.contact-box-left h3{font-size: 16px;}
}

/* 栏目-服务承诺 */
.fuwu-list{
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.fuwu-list:last-child{margin-right: 0;}
.fuwu-list-title{
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a1cc3b;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  cursor: pointer;
}
.fuwu-list-txt{
	width: 100%;
	height: 100%;
	padding: 40px;
	background: #a1cc3b;
	position: absolute;
	left: 0;
	bottom:-100%;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
	-o-transition: all .3s;
	cursor: pointer;
}
.fuwu-list-txt h3{
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: 800;
}
.fuwu-list-txt p{
	font-size: 14px;
	color: #fff;
	text-align: justify; 
}
.fuwu-list:hover .fuwu-list-title{
	bottom: -100%;
}
.fuwu-list:hover .fuwu-list-txt{
	bottom: 0;
}
.fanwei-list{
  width: 49%;
  margin-top: 30px;
  margin-right: 2%;
  float: left;
}
.fanwei-list:nth-child(2n){margin-right: 0;}
.fanwei-list h3{
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 800;
}
.fanwei-list p{
  font-size: 15px;
  color: #666;
}
@media (max-width:1200px){
.fuwu-list-txt h3{font-size: 20px;}
.fuwu-list-txt{padding: 20px 20px 0;}
.fuwu-list-txt p{margin-top: 10px;}
.fuwu-list-title{padding: 10px;}
}
@media (max-width:992px){
.fuwu-list{width: 49%;}
.fuwu-list:nth-child(2n){margin-right: 0;}
.fuwu-list-txt{padding-top: 20%;}
}
@media (max-width:768px){
.fanwei-list{margin-top: 20px;width: 100%;}
.fanwei-list h3{font-size: 18px;}
}
@media (max-width:580px){
.fuwu-list-txt{padding-top: 20px;}
}
@media (max-width:500px){
.fuwu-list-txt{padding: 10px;}
.fuwu-list-txt p{font-size: 14px;}
.fuwu-list-txt h3{font-size: 18px;}
.fuwu-list-title{font-size: 16px;}
}
@media (max-width:400px){
.fuwu-list-txt h3{font-size: 16px;}
.fuwu-list-txt p{margin-top: 0;}
.fuwu-list-txt{padding: 6px 6px 0;}
}

/* 栏目-服务流程 */
.liucheng-list{
  width: 100%;
  margin-top: 30px;
  border: 1px solid #e5e5e5;
}
.liucheng-list h3{
  width: 20%;
  float: left;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #a1cc3b;
  padding: 40px 20px;
}
.liucheng-list h3 i{
  font-size: 42px;
  display: block;
  margin-bottom: 10px;
}
.liucheng-list p{
  width: 80%;
  float: left;
  font-size: 18px;
  color: #222;
  padding: 20px 40px;
  background: #fff;
  margin-top: 2%;
}
.liucheng-list p span{
  font-size: 24px;
  color: #a1cc3b;
  margin-left: 20px;
  margin-right: 6px;
}
.LC-list{
  width: 32%;
  float: left;
  margin-top: 30px;
  margin-right: 2%;
}
.LC-list:last-child{margin-right: 0;}
.LC-img{overflow: hidden;}
.LC-list-txt{
  padding: 20px;
  background: #f5f5f5;
}
.LC-list-txt h3{
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.LC-list-txt h3::before{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 55px;
  height: 3px;
  background-color: #a1cc3b;
}
.LC-list-txt h3 span{
  font-size: 28px;
  color: #a1cc3b;
  margin-right: 6px;
}
.LC-list-txt p{
  font-size: 16px;
  color: #666;
  min-height: 48px;
}

.zlgh-box{ background-position: bottom right; background-repeat: no-repeat; background-size: 40%;}
@media (max-width:992px){
.liucheng-list p{margin-top: 0;}
.LC-list-txt p{min-height: 96px;}
}
@media (max-width:768px){
.liucheng-list h3{width: 100%;float: none;}
.liucheng-list h3 i{display: inline-block;font-size: 24px;margin-right:10px ;margin-bottom: 0;}
.liucheng-list h3{padding: 10px;font-size: 20px;}
.liucheng-list h3 span{display: inline-block;}
.liucheng-list p{width: 100%;padding:20px;font-size: 16px;}
.liucheng-list p span:nth-child(1){margin-left: 0;}
.liucheng-list p span{font-size: 20px;}
.LC-list-txt h3{font-size: 18px;margin-bottom: 10px;}
.LC-list-txt{padding: 10px;}
.LC-list-txt h3 span{font-size: 24px;}
.LC-list-txt p{font-size: 14px;}
}
@media (max-width:580px){
.LC-list{width: 100%;margin-right: 0;}
.LC-list-txt p{min-height: auto;}
.LC-list-txt p{font-size: 16px;}
.LC-list-txt{padding: 16px;}
}





@media (max-width:1200px) {
section,.p-t-80{padding: 60px 0;}
.m-t-80{margin-top: 60px;}
.title h1{font-size:28px;}
.title p{ font-size: 16px;}
.title .line{margin-top: 9px;}
}

@media (max-width:992px) {
section,.p-t-80{padding: 40px 0;}
.m-t-80{margin-top: 40px;}
.m-t-40{margin-top: 30px}
.p-b-40{padding-bottom: 30px;}
.p-b-0{padding-bottom: 0;}
.m-t-30{margin-top: 20px;}
}
@media (max-width:768px) {
section,.p-t-80{padding: 30px 0;}
.m-t-80{margin-top: 30px;}
.m-t-40{margin-top: 30px}
.p-b-40{padding-bottom: 20px;}
.p-b-0{padding-bottom: 0;}
.m-t-30{margin-top: 14px;}
.title h1{font-size:24px;}
.title p{ font-size: 14px;margin-top: 4px;}
}
@media (max-width:480px) {
.title h1{font-size:20px;}
}







