.container{
  margin:0 auto;max-width:1200px;width: 94%;
  
}
.wrap{
  display: none !important;
}


.searchBox{
  background: #cccccc;
  height: 100%;
  width: 150px;
  text-align: center;
  display:none;
  float: left;

}
.searchBox span{
  display: inline-block;
  width: 50%;
  text-align: center;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.searchBox span img{
  width: 35px;
}


.searchBox a{
  font-size: 18px;
  display: inline-block;
 
}
.searchBox span:nth-child(1) a{
  font-size: 23px;


}
.searchBox span:nth-child(2) a{
  font-size: 18px;
  
}

.searchBox .box{
  background: #ffffff;
  border-radius:  0 0 5px 5px;
  padding: 25px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;    display: none;box-shadow:0 10px 10px #cccccc; /*底边阴影*/  
}
.searchBox .box .input{
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  height: 37px;
}
.searchBox .box .input a{
  display: inline-block;
  float: left;
  margin-left: 10px;
  top:50%;
  position: relative;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.searchBox .box .input a img{
  width: 20px;vertical-align: middle;
}
.searchBox .box .input .txt{
  float: left;
  display: inline-block;
  position:relative;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  height: 25px;
  margin-left: 10px;
  width: calc(100%  - 50px);
  border: 0;line-height: 25px;

}
.top_r{
  display: none;
}


header{
  height: 100px;
  position:fixed;
  left: 0;right: 0;
  top: 0;
  z-index: 2;
}
header .container{
  height: 100%;
}
header .logo{
  display: inline-block;
  float: left;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
header .logo img{
  max-width: 100%;
}

header .tel{
  display: inline-block;
  float: right;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
header .tel i{
  display: inline-block;
  float: left;
}
header .tel i img{
  display: block;vertical-align: middle;
}

header .tel p{
  display: inline-block;
  float: left;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-left: 10px;
}
header .menu{
  display: inline-block;
  float: right;
  margin-right: 15px;
 
}

header .menu li.item{
  display: inline-block;
  position: relative;
  padding: 0 .17rem;
 
}
header .menu li.item .title{
  height: 100px;
  line-height: 100px;
  position: relative;
}
header .menu li.item .title a{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
header.on{
  background: rgba(255,255,255,0.98);;
  border-bottom: 1px solid #f1f1f1;
}
header.on .menu li.item .title a{

  color: #333333;
}
header.on .pc{
  display: none;
}
header.on .wrap{
  display: inline-block !important;
}

header.on  .tel p{

  color: #333333;

}
header .menu li.item:hover{
  background: #f1f1f1;
}
header .menu li.item:after{content:" ";position:absolute;bottom:0;left:0%;width:100%;height:3px;border-radius:3px;background-color:#00923F;-webkit-transition:all 250ms ease-out 0ms;transition:all 250ms ease-out 0ms;opacity:0;visibility:hidden;-webkit-transform:scale(0);transform:scale(0)}
header .menu li.item:hover:after{-webkit-transform:none !important;transform:none !important;
    -webkit-transition:all 250ms ease-out 0ms;
    transition:all 250ms ease-out 0ms;opacity:1;visibility:visible
}
header .menu li.item:hover .title  a{
  color: #333333;
}


.bannerHome{
  position: relative;z-index: 1;
}
.bannerHome .swiper-slide{
  position: relative;
}
.bannerHome .swiper-slide img{
  width: 100%;
}
.bannerHome .swiper-slide .box{
  position: absolute;
  left: 0;top: 0;
  bottom: 0;right: 0;
  text-align: center;
}
.bannerHome .swiper-slide .box h3{
  margin-top: 20%;
  font-size: .6rem;
  font-weight: bold;
  color: #FFFFFF;
}

.bannerHome .swiper-slide .box p{
  font-size: .3rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 10px;
}

.titMax{
  text-align: center;
  margin-top: 70px;

}

.titMax h3{
  font-size: 40px;
  font-weight: bold;
  color: #333333;
}
.titMax h3 span{
  color: #00923F;
}
.titMax h3 span.xt{
  font-weight: 100;color: #333333;
}
.titMax p{
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px; 
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}
.titMax.white h3{

  color: #ffffff;
}
.titMax.white  h3 span{
  color: #ffffff;
}
.titMax.white  p{
  color: #ffffff;
}




.titMax p.line::after{
  width: 20px;
  height: 2px;
  background: #00923F;
  position: absolute;
  content: '';
  left: 50%;margin-left: -10px;
  bottom: 0;
}
.titMax p.line::before{
  width: 30px;
  height: 2px;
  background: #00923F;
  position: absolute;
  content: '';
  left: 50%;margin-left: -15px;
  bottom: 5px;
}


.titMax.white p.line::after{
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  content: '';
  left: 50%;margin-left: -10px;
  bottom: 0;
}
.titMax.white p.line::before{
  width: 30px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  content: '';
  left: 50%;margin-left: -15px;
  bottom: 5px;
}





.proList {
  margin-top: 40px;
}
.proList li{
  display: inline-block;
  float: left;
  width: calc((94% - 4px)/2);
  margin-right: 6%;margin-bottom: 20px;
  height: 360px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  position: relative;
}
.proList li::after{
  content: '+ ';
  position: absolute;
  background: url(../images/ico-3.png) left no-repeat;
  width: 46px;height: 32px;
  color: #ffffff;
  text-align: center;
  line-height: 43px;
  bottom: 0;right: -13px;
 
}

.proList li:hover{
    box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
}

.proList li:nth-child(2n){
  margin-right: 0;
}
.proList li .img{
  float: left;
  width: 50%;height: 100%;

}
.proList li .img span{
  display: inline-block;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  position: relative;
 overflow: hidden;
}
.proList li .img span img{
  width: 100%;height: 243px;
}
.proList li .box{
  float: right;
  width: 50%;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.proList li .box .title{
  font-size: 16px;
  font-weight: bold;
  color: #00923F;  width: 90%;
}
.proList li .box .desc {
  width: 90%;
}
.proList li .box .desc b{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 24px;display: block;
}

.proList li .box .desc p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;line-height: 1.5;
  display: block;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.proBtn{
  text-align: center;
  margin-top: 20px;
}

.proBtn a:nth-child(1){
  display:inline-block;
  width: 156px;
  height: 38px;
  background: #009342;
  text-align: center;
  line-height: 38px;
}
.proBtn a i{
  display:inline-block;float: left;
  margin-left:30px;
}
.proBtn a i img{
  vertical-align: middle;
}
.proBtn a p{
  display:inline-block;float: left;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 10px;
}
.proBtn a:nth-child(2){
  background: #F7BE00;
  display:inline-block;
  width: 156px;
  height: 38px;
  text-align: center;
  line-height: 38px;margin-left: 20px;
}

.bg-1{
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 70px;
  border-radius: 0 0  40% 40%;
  z-index: 1;
}

.bg-1::after{
  content: '';
  position: absolute;
  left: 0;right: 0;
  top: 0;bottom: 0;z-index: 0;
  background: rgba(0,146,63,0.65);
  border-radius: 0 0  40% 40%;
}
.bg-2 {
  position: relative;
  margin-top: 200px;
}
.bg-2 img{
  width: 100%;
}
.bg-2 .list{
  position: absolute;
  width: 200px;
}
.bg-2 .list .box{
  position: relative;
  background: rgba(255,255,255,0.7);
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.bg-2 .list .box .title{
  text-align: center;
}
.bg-2 .list .box .title span{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.bg-2 .list .box .title span::after{
  content: '';
  width: 34px;
  height: 2px;
  background: #666666;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}


.bg-2 .list .box b{
  width: 0;height: 0;border-width:10px;
  border-style: solid dashed dashed;
  border-color: rgba(255,255,255,0.7) transparent transparent;
  position: absolute;bottom: 0;
  left: 50%;
  margin-left: -10px;
  margin-bottom: -20px;
}

.bg-2 .list .box::after{
  content: '';
  background: url(../images/ico-4.png);
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -12px;
}

.bg-2 .list .box .desc{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  width: 80%;
  margin-left: 10%;
  margin-top: 20px;
}

.bg-2 .list.b1{
  bottom: 55%;
}


.bg-2 .list.b2{
  bottom: 118%;
  left: 50%;
  margin-left: -100px;
}

.bg-2 .list.b3{
  bottom: 56%;
  right: 0;
}
.link {
  margin-top: 30px;
}
.link li{
  display:inline-block;
  float: left;
  width: calc((100% - 40px)/5);
  margin-right: 10px;
  box-shadow:0px 0px 10px 0px #cccccc;
  height: 93px;
}
.link li:nth-child(5n){
  margin-right: 0;
}

.link li i{
  display: inline-block;
  float: left;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  width: 45px;
  margin-left: 20px;
}
.link li i img{
  max-width: 100%;
}
.link li .box{
  display: inline-block;
  float: right;
  width: calc(100% - 95px);
  margin-right: 10px;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.link li .box p{
  font-size: 10px;
font-family: Arial;
font-weight: 400;
color: #333333;
}


.link li .box h5{
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  margin-top: 3px;
}



.rvcImg{
  position: relative;
  margin-top: 50px;
  z-index: 1;

}
.rvcImg .swiper-container{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.rvcImg .swiper-slide{
  box-shadow:0px 0px 10px 0px #cccccc;
  background: #ffffff;
  padding-bottom: 30px;  border-radius: 55px 0 55px 0 ;
}
.rvcImg .swiper-slide img{
  width: 100%;height: 162px;
}

.rvcImg .swiper-slide p:nth-child(2){
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;  margin-top: 8px;
}

.rvcImg .swiper-slide p:nth-child(3){
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 1.8;
  margin-top: 8px;
  width: 80%;margin-left: 10%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


.rvcImg .swiper-slide a{
  height: 32px;
  background: rgba(245,245,245,0);
  border: 1px solid #C3C3C3;
  line-height: 32px;text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  display: inline-block;
  width: 80%;margin-left: 10%;
  margin-top: 10px;margin-bottom: 10px;
}

.rvcImg  .swiper-slide.swiper-slide-active p{
  color:#ffffff 
   
}
.rvcImg  .swiper-slide.swiper-slide-active a{
  color:#ffffff ;
  
border: 1px solid #FFFFFF;
   
}




.rvcImg .swiper-slide img{
  width: 100%;
  border-radius: 55px 0 0 0 ;
}

.rvcImg  .swiper-slide.swiper-slide-active{
  background: #00923f;
   
}

.rvcImg  .swiper-button-next{

  width: 40px;
  height: 80px;
  background:url("../images/ico-next.png") center center no-repeat;

}

.rvcImg  .swiper-button-prev{
  width: 40px;
  height: 80px;
  background:url("../images/ico-pre.png") center center no-repeat;
}



.bg-3{
  background-image: url(../images/bg-5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 70px;overflow: hidden;
  padding-bottom: 100px;
  z-index: 1;

}

.bg-3::after{
  content: '';
  position: absolute;
  left: 0;right: 0;
  top: 0;bottom: 0;z-index: 0;
  background: rgba(0,146,63,0.85);

}

.fuwu {
  margin-top: 100px;
}
.fuwu ul{
  width: 50%;
  float: left;
}
.fuwu ul .desc{
  width: 50%;
  float: left;
}
.fuwu ul .img{
  width: 50%;
  float: left;
}
.fuwu ul .img img{
  width: 100%;height: 205px;
  display: block;
}

.fuwu .desc h3{
  font-size: 50px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
}

.fuwu .desc .title{
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}

.fuwu .desc p{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 90%;
  margin-left: 5%;
  margin-top: 10px;
}

.friend{
  
}
.friend li{
  float: left;
  position: relative;
  width: calc((100% - 5px)/4);
  border-bottom: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
}

.friend li span{
  position: absolute;
  left: 0;right: 0;top: 0;bottom: 0;
  background: rgba(0,0,0,0.5);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition:all .5s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s
}
.friend li img{
  width: 100%;
  max-height: 114px;
}

.friend li:hover span{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  justify-content: center;
  display: flex;
  align-items: center;
}
.about {
  position: relative;
}
.about .swiper-container{
  height: 100%;
}

.about .swiper-slide {
  position: relative;
  height: 666px;
}
.about .swiper-slide img{
  width: 100%;
  height: 666px;

}
.about .swiper-slide .box{
  position: absolute;
  left: 0;right: 0;top: 0;bottom: 0;
}
.about .swiper-slide .box .container{
  height: 100%;
}
.aboutBox{
  width: 55%;
  height: 459px;
  background: rgba(255,255,255,0.91);
  float: right;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}

.aboutBox .con{
  width: 80%;
  margin: 0 auto;
}

.aboutBox .con .title{
  font-size: 24px;
  font-weight: 400;
  color: #00923F;
  margin-top: 50px;
}

.aboutBox .con .title_en{
  font-size: 14px;
  font-weight: 400;
  color: #00923F;
  position: relative;
  padding-bottom: 10px;margin-top: 10px;
}
.aboutBox .con .title_en::after{
  content: '';
  height: 2px;
  background: #00923F;
  position: absolute;
  bottom: 0;
  left: 0;width: 20%;
}
.aboutBox .con .desc{
  margin-top: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  color: #565656;line-height: 2;
}
.aboutBox .nav {
  margin-top: 40px;
}
.aboutBox .nav a{
  border: 1px solid #E8E8E8;
  width: calc((100% - 39px)/4);
  margin-right: 10px;
  height: 36px;line-height: 36px;
  text-align: center;background: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  color: #565656;
  display: inline-block;
}
.aboutBox .nav a:nth-last-child(1){
  margin-right: 0;
}

.about .swiper-pagination-bullet{ 
  width:10px; height:10px; border-radius:50%; 
 background:rgba(255, 255, 255,1);  opacity: 1;
 margin: 0 5px;
}
.about .swiper-pagination-bullet-active{ 
  width: 25px;
  height: 10px;
  background: #F6B800;
  border-radius: 5px;

}
.about .swiper-pagination{
  top: 50%;width: auto;
  left: 50%;
  transform:translateX(-250%);
-webkit-transform:translateX(-250%);
}

.newsLeft{
  float: left;
  width: 29.55%;
  height: 428px;
  background: #F0F0F0;  margin-top: 30px;
}

.newsLeft .img img{
  width: 100%;
  height: 214px;
}
.newsLeft .con{
  width: 86%;
  margin: 0 auto;
}

.newsLeft .con .sort{
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  margin-top: 25px;
}
.newsLeft .con .title {
  margin: 10px  0;
}
.newsLeft .con .title a{
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.newsLeft .con .desc{
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


.newsRight{
  float: right;
  width: 18.5%;
  margin-top: 30px;
}
.newsRight .row {
  position: relative;
  margin-bottom: 30px;
}

.newsRight .row img{
  width: 100%;height: 118px;
  display: block;
  position: relative;z-index: 1;
}
.newsRight .row a{
  position: absolute;
  z-index: 1;
  left: 0;right: 0;top: 0;bottom: 0;
  text-align: center;
  line-height: 118px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;background: rgba(0,0,0,0.6);
}


.newsMid{
  float: left;
  width:calc(52% - 80px);
  margin-left: 40px;  margin-top: 30px;
}
.newsMid li{
  overflow: hidden;
  margin-bottom: 40px;
}
.newsMid .date{
  width: 75px;
  height: 75px;
  background: rgba(226,226,226,0);
  border: 1px solid #333333;
  border-radius: 4px;
  float: left;text-align: center;
}
.newsMid .date div{
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  position: relative;
}
.newsMid .date h3{
  font-size: 30px;
  font-weight: 400;
  color: #333333;
}

.newsMid .date p{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}


.newsMid  .box{
  width: calc(100% - 95px);
  float: right;
}

.newsMid  .box .title{
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.newsMid  .box .title a{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.newsMid .box  .desc{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  color: #888888;line-height: 1.5;
  margin-top: 10px;

}
.proList-2 {
  margin-top: 30px;
}
.proList-2 li{
  float: left;
  width: calc((100% - 60px)/4);

  margin-right: 20px;
  margin-bottom: 20px;
}

.proList-2 li:nth-child(4n){
  margin-right: 0;
}
.proList-2 li .img{
  height:241px;
  text-align: center;background: #ffffff;
  position: relative;
}

.proList-2 li .img span{
  display:inline-block;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  z-index: 1;
}
.proList-2 li .img span img{
  width: 100%;height: 200px;
  
}
.proList-2 li .box{
  background: #e6e6e6;overflow: hidden;
  height: 70px;
}
.proList-2 li .title{
  margin-left: 15px;
  margin-right: 15px;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  margin-top: 10px;
}
.proList-2 li .title a{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.proList-2 li .title a:hover{

  color: #ffffff !important;
}


.proList-2 li .deta{
  font-size: 14px;
font-weight: 400;
color: #A6A6A6;
margin-left: 15px;
margin-right: 15px;
}

.proList-2 li .deta i{

  font-size: 27px;display: inline-block;
  float: left;line-height: 1;
  transition: ease infinite .5s
}
.proList-2 li .deta p{
  display: inline-block;
  float: left;
  line-height: 28px;
}
.proList-2 li:hover .deta i{
  animation: juli 1s ease infinite;
  float: left;color: #ffffff;
}

.proList-2 li:hover .box{
  background: #009341;color: #ffffff;
}
.proList-2 li:hover .title a{
  color: #ffffff;
}
.proList-2 li:hover p{
  color: #ffffff;
}
.proList-2 li .img a{
  display: none;
}
.proList-2 li:hover .img a{
    display: inline-block;
    width: 35px;height: 35px;
    position: absolute;
    left: 50%;top: 50%;
    margin-left: -17px;
    margin-top: -17px;
    z-index: 3;
}
.proList-2 li:hover .img::after{
width: 100%;
content: '';top: 0;right: 0;bottom: 0;
background: rgba(0,0,0,0.5);
position: absolute;z-index:1;
}

@keyframes juli {
	0% {
    margin-left: 0px;
  }
  25% {
    margin-left: 20px;
  }
}
@keyframes ball {
	0% {
    transform:  translateX(0px)  translateY(0) ;
  }
  25% {
    transform:  translateX(100px)  ;
  }
  50% {
    transform: translateX(130px)   translateY(100px) ;
  }
  
}


.bg-4{
  height: 270px;
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;overflow: hidden;
  margin-top: 50px;
  margin-bottom: 30px;
}
.bg-4::after{
  content: '';
  background-image: url(../images/ico-jt.png);
  position: absolute;width: 23px;height: 23px;
  right: -1px;top: 45%;
}
.yizhan {
  width: 80%;
  margin-left: 10%;
}
.yizhan li{
  float: left;text-align: center;
  width: 90px;
  margin-right:calc((90% - 360px)/3);
}
.yizhan li:nth-last-child(1){
  margin-right: 0;
}
.yizhan li p{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.yizhan li .img{
  background: #00923F;
  border-radius: 50%;
  width: 60px;height: 60px;
  display: flex;align-items: center;justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
}
.yizhan.two{
  margin-top: 90px;
}
.yizhan.two li .img{
  margin-top: 0;
}
.yizhan.two li p{
  margin-top: 10px;
}
.gsjj {
  overflow: hidden;
}
.gsjj .tel{
  margin-top: 35px;
}
.gsjj .tel i{
  display: inline-block;
  width: 52px;
  height: 52px;
  background: #00923F;
  border-radius: 10px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gsjj .tel .number{
  margin-left: 10px;
  float: left;
}
.gsjj .tel h3{
  font-size: 16px;
font-family: MicrosoftYaHei;
font-weight: 400;
color: #666666;
}

.gsjj .tel h3{
  font-size: 24px;
  font-weight: 400;
  color: #333333;;
}
.gsjj .left{
  float: left;
  width: 40%;margin-top:100px;
}
.gsjj .left .title h3{
  font-size: 32px;
font-weight: 400;
color: #333333;
}

.gsjj .left .title p{
  font-size: 20px;
  font-weight: 400;
  color: #333333;margin-top: 10px;
}

.gsjj .left .desc{
  font-size: 16px;
font-weight: 400;
color: #666666;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
margin-top: 40px;line-height: 1.8;
} 




.gsjj .right{
  float: right;
  width: 58%;
  margin-top: 50px;
}
.gsjj .right img{
  width: 100%;
}

.othBanner{
  height: 260px;
  background: rgba(0,0,0,0.27);
  position: relative;
}
.othBanner img{
  width: 100%;height: 260px;
}
.othBanner::after{
  content: '';
  background: rgba(0,0,0,0.6);
  position: absolute;
  left: 0;right: 0;top: 0;bottom: 0;
  z-index: 0;
}
.titMax-2{
  text-align: center;
}
.othBanner .box{
  position: absolute;
  left: 0;right: 0;top: 0;bottom: 0;
  z-index: 1;
}


.titMax-2{
  text-align: center;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.titMax-2 h3{
  font-size: 41px;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.titMax-2 h3::after{
  content: '';
  width: 16px;height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -8px;bottom: 0;
}

.titMax-2 p{
  font-size: 26px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 10px;
}



.titMax-3{
  text-align: center;
  position: relative;
  margin-top: 35px;
}
.titMax-3 h3{
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.titMax-3 h3::after{
  content: '';
  width: 16px;height: 2px;
  background: #00923F;
  position: absolute;
  left: 50%;
  margin-left: -8px;bottom: 0;
}

.titMax-3 p{
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
}



.titMax-4{
  text-align: center;
  position: relative;
  margin-top: 35px;
}
.titMax-4 h3{
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.titMax-4 p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
}



.titMax-5{
  text-align: center;
  position: relative;
  margin-top: 35px;
}
.titMax-5 h3{
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.titMax-5 h3::after{
  content: '';
  width: 20%;height: 2px;
  background: #00923F;
  position: absolute;
  left: 50%;
  margin-left: -10%;bottom: 0;
}







.wyBg{
  height: 484px;
  overflow: hidden;
  margin-top: 45px;
  background-image: url(../images/bg-6.png);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.wyBg::after{
  content: '';
  position: absolute;
  background: rgba(245,245,245,.5);
  left: 0;right: 0;top: 0;bottom: 0;
  z-index: 0;
}



.wyBg .container{
  position: relative;z-index: 1;
}

.baoList{
  margin-top: 55px;
}
.baoList li{
  display: inline-block;
  float: left;width: 120px;
  margin-right: calc((100% - 600px)/4);
  text-align: center;
}
.baoList li:nth-last-child(1){
  margin-right: 0;
}
.baoList li .img{
  width: 120px;height: 140px;
  background-image: url(../images/bg-4.png);
  background-repeat: no-repeat;background-size: contain;
  display: flex;align-items: center;justify-content: center;
}
.baoList li .img  img{
  -webkit-transition:all .5s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s
}
.baoList li .img:hover img{
  background-color: transparent;
  transform: rotateY(360deg) translateZ(1px) ;
  transform-style: preserve-3d;
}


.baoList li p{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 15px;
}


.page{
  text-align: center;
  padding:40px 0px;
}
.page li {
	display:inline-block ;
}
.page li.thisclass {
	padding:0px 15px;
	background:#009341;
	line-height:38px;
}
.page span{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  background: rgba(0,147,65,0);
  border: 1px solid #CBCBCB;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
}

.page a{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  background: rgba(0,147,65,0);
  border: 1px solid #CBCBCB;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.page a:hover{
  background: #009341;
  color: #ffffff !important;
}

.bigImg{
  
  width: 42%;
  
   
  text-align: center;
  float: left;
  margin-top: 30px;
}

.bigImg span{
  display: inline-block;
  top: 50%;
  position: relative;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
max-width: 90%;

}

.bigImg span img{
  max-width: 100%;
}
.proBox{
  float: right;
  width: calc(58% -  50px);
  margin-top: 30px;
}

.proBox .title{
  font-size: 24px;
font-weight: 400;
color: #333333;
border-bottom: 1px solid #E5E5E5;
line-height: 66px;
}
.proBox .title2{
  font-size: 18px;
  font-weight: 400;
  color: #666666;
border-bottom: 1px solid #E5E5E5;
line-height: 66px;
}
.proBox  .btn{
  margin-top: 43px;
}
.proBox  .btn a:nth-child(1){
  display:inline-block;
  width: 140px;
  height: 50px;
  background: #F7BD00;
  border-radius: 10px;
  line-height: 50px;
  background-image: url(../images/ico-wx.png);
  background-repeat: no-repeat;
  background-position:  20px center;
  
}
.proBox  .btn a:nth-child(2){
  display:inline-block;
  width: 140px;
  height: 50px;
  background: #E5202B;
  border-radius: 10px;
  line-height: 50px;
  background-image: url(../images/ico-tel3.png);
  background-repeat: no-repeat;
  background-position:  20px center;
  margin-left: 30px;
  
}


.proBox  .btn p{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-left: 15px;
}

.proCon{
  margin-top: 100px;
  overflow: hidden;
}
.proCon li{
  overflow: hidden;
  margin-top: 50px;


}
.proCon .tit{
  width: 100px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.proCon .desc{
  float: right;width: calc(100% - 120px);
  font-size: 14px;
  font-weight: 400;
  color: #666666;line-height: 2;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 50px;
}

.proCon .desc img{ max-width:100%}
.xwzx{
  float: left;width: 46%;
}
.xwzx .tit{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.xwzx .tit span{
  position: relative;
  padding-left: 10px;
}
.xwzx .tit span::after{
  width: 4px;
  background: #00923F;
  position: absolute;
  left: 0;height: 100%;
  content: '';
}
.xwzx {
  margin-top: 50px;
}
.xwzx ul{
  margin-top: 25px;
}
.xwzx ul li{
  background: #ffffff;
  margin-top: 10px;
  height: 90px;overflow: hidden;
}

.xwzx ul li .title{
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
}
.xwzx ul li .title a{
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  display: inline-block;
  float: left;width: 80%;
}

.xwzx ul li .title span{
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.xwzx ul li .desc{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 2;
  width: 90%;
  margin: 0 auto;
  margin-top:5px;
}

.xgcp{
  float: right;
  width: 50%;
  margin-top: 50px;
}

.xgcp .tit{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.xgcp ul{
  margin-top:25px;
}


.xgcp .tit span{
  position: relative;
  padding-left: 10px;
}
.xgcp .tit span::after{
  width: 4px;
  background: #00923F;
  position: absolute;
  left: 0;height: 100%;
  content: '';
}

.xgcp li{
  float: left;
  width: 48%;
  margin-right: 4%;
  display: inline-block;
  margin-bottom: 15px;
  
}
.xgcp li .img{
  background: #ffffff;
}
.xgcp li .img img{
  width: 100%;
}
.xgcp li:nth-child(2n){
  margin-right: 0%;
}

.xgcp li p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 2;
  margin-top: 15px;
}

.nextPage{
  border: 1px solid #E3E3E3;
  height: 55px;line-height: 55px;
  background: #ffffff;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}
.nextPage .pre{
  float: left;
  margin-left: 15px;
}
.nextPage .next{
  float: right;
  margin-right: 15px;
}
.back a{
  width: 150px;
  height: 55px;
  background: #00923F;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;

}
.back a:hover{
  color: #ffffff !important;
}
.newsBox{
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 50px;
}
.backList{
  width: 58px;
  float: left;
}
.backList img{
  width: 100%;
}
.conBox{
  background: #ffffff;
  float: left;
  width:calc( 73% - 58px);
}
.conBox .con{
  width: 96%;
  margin: 0 auto;
  padding-top: 25px;
}

.conBox .title{
  font-size: 22px;
  font-weight: 400;
  color: #333333;
}
.conBox .date{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
}
 .content {
  line-height: 2;
  margin-top: 30px;
}
 .content p{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
  text-indent: 15px;
}
.content center{
  margin: 20px 0;
}
.content img{
  max-width: 100%;
}
.nextPage-2{
  height: 70px;
  line-height: 70px;
  position: relative;
  border-top: 1px solid #E3E3E3;
  margin-top: 50px;
}
.nextPage-2 a:nth-child(1){
  display: inline-block;
  width: calc(50%  -  40px);
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  float: left;
}

.nextPage-2 a:nth-child(2){
  display: inline-block;
  width: calc(50%  -  40px);
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  float: right;
}

.rightNews{
  float: right;
  width: 25%;
}
.rightNews .box{
  background: #ffffff;
  padding: 15px 0;
  margin-bottom: 20px;
}

.rightNews .list {
  width: 80%;
  margin: 0 auto;


}
.rightNews .list  .tit{
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  border-bottom: 1px solid #E3E3E3;
  line-height: 2;
  height: 50px;
  line-height: 50px;
}
.rightNews .list  .tit p{
  display: inline-block;
  position: relative;
}
.rightNews .list  .tit p::after{
  content: '';
  background: #00923f;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}

.rightNews .list  .tit  span{
  color: #00923f;
}
.rightNews .list  li{
  margin-top: 15px;
  margin-bottom: 15px;
}
.rightNews .list  li a{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}


.projectList {
  margin-top: 30px;
}
.projectList li{
  float: left;
  width: calc((100% - 40px)/3);

  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.projectList li:nth-child(3n){
  margin-right: 0;
}
.projectList li .img{
  height:320px;
  text-align: center;background: #ffffff;
}

.projectList li .img span{
  display:inline-block;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  width: 90%;
}
.projectList li .img img{
  width: 100%;height: 280px;
  -webkit-transition:all .5s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s
}
.projectList li  .title{
  height: 40px;
  line-height: 40px;
}
.projectList li  p a{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.contactBg{
  background: #ffffff;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.contactBg .con{
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.contactBg .title{
  border-bottom: 1px solid #E5E5E5;

  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-top: 30px;
  padding-bottom: 20px;
}

.contact-f .col{
  float: left;
  width: 33.33%;
  position: relative;
  height: 320px;
  padding: 0 3%;
}
.contact-f .col:nth-child(1)::after{
  content: '';
  position: absolute;
  right: 0;top: 0;height: 100%;
  background: #E5E5E5;width: 1px;
}

.contact-f .col:nth-child(2)::after{
  content: '';
  position: absolute;
  right: 0;top: 0;height: 100%;
   background: #E5E5E5;width: 1px;
 
}
.contact-f .col h3{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-top: 50px;
}
.contact-f .col .desc{
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 2;
  margin-top: 20px;
}

.contact-f  .ewm {
 width: 100%;
 overflow: hidden;
 margin-top: 20px;
}
.contact-f  .ewm .c{
  float: left;
  width: 126px;

  text-align: center;
  margin-right: calc(100% - 252px);
}
.contact-f  .ewm .c img{
  width: 100%;
}
.contact-f  .ewm .c:nth-last-child(1){
  margin-right: 0;
}
.contact-f  .ewm .c p{
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}



/*底部*/

.linkBg{
  height: 80px;
  background: #00923F;

  line-height: 80px;
}
.linkBg.m50{
  margin-top: 110px;
}
.linkBg .container{
  height: 100%;
}
.linkBg .tit{
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  float: left;position: relative;
  width: 130px;
}
.linkBg .tit p{
  font-size: 35px;
  font-weight: bold;color: #bcbcbc;margin-top: 3px;
}
.linkBg .tit::after{
  content: '';
  background: #ffffff;
  width: 1px;height: 100%;
  position: absolute;
  right: 0;top: 0;
}
.linkBg .box{
  width: calc(100% - 150px);
  float: right;
}
.linkBg .box a{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 10px;
}
.linkBg .box a:hover{
  color: #4a4a4a !important;
}


.linkBg .box a:nth-last-child(1){
  margin-right: 0;
}

footer{
  background: #272727;
  overflow: hidden;
  padding: 70px 0;
}


.footNav{
  float: left;
  width: 70%;
}

.footNav li{
  display: inline-block;
  float: left;
  margin-right: 15%;
}
.footNav li:nth-last-child(1){
  margin-right: 0;
}


.footNav li h3 a{

font-size: 20px;
font-weight: 400;
color: rgba(255, 255, 255,.8);
line-height: 2;
}
.footNav li p{
  margin-top: 10px;
}
.footNav li p a{
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255,.8);
}

.code{
  float: right;
  width: 30%;
}
.code li{
  display: inline-block;
  float: left;
  text-align: center;
  width:42%;
  margin-right: 15%;
}
.code li img{
  width: 100%;
}
.code li:nth-last-child(1){
  margin-right: 0;
}
.code li p{
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255,.8);
  margin-top: 10px;
}

.footAddress{
  height: 119px;
background: #3D3D3D;
}
.footAddress .container{
  height: 100%;
}



.footAddress .tit{
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  float: left;position: relative;
  width: 140px;
  padding-left: 15px;
}


.footAddress .tit p{
  font-size: 18px;
  font-weight: bold;color: #bcbcbc;margin-top: 10px;
}
.footAddress .tit::after{
  content: '';
  background: #ffffff;
  width: 1px;height: 100%;
  position: absolute;
  left: 0;top: 0;
}
.footAddress .list{
  float: right;
  width: calc(100% - 190px);
  top: 50%;
  position: relative;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);

}
.footAddress .list li{
  display: inline-block;
  float: left;
}
.footAddress .list li .img{
  display:inline-block;
  width: 15px;
}
.footAddress .list li .desc{
  float: right;
  width: calc(100% - 22px);
}
.footAddress .list li:nth-child(1){
  width: 28%;
}
.footAddress .list li:nth-child(2){
  width: 28%;
}

.footAddress .list li:nth-child(3){
  width: 44%;
}



.footAddress .list li .desc p:nth-child(1){
    font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255,.8);
}

.footAddress .list li .desc p:nth-child(2){
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255,.8);margin-top: 5px;display: block;
}

.copyright{
  text-align: center;
  background: #272727;
  padding: 35px 0;
  font-size: 14px;
  font-weight: 400;
  color: #BCBCBC;
}





.ktop{
  margin-top: 100px;
  background: #ffffff;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  height: 70px;
}
.keyword{
  height: 100%;
  line-height: 70px;
  float: left;
}
.ktop .container{
  height: 100%;
}
.keyword b{
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.keyword a{
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  margin-right: 10px;
}


.search{
  float: right;
  height: 35px;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.search input{
  display: inline-block;
  float: left;
  height: 35px;border: 0;background: #f7f7f7;
  text-indent: 15px;width: 240px;
}

.search a{
  background: #f7bd00;
  display: inline-block;
  height: 35px;width: 41px;
  text-align: center;
  line-height: 35px;
}
.search a img{
  display: inline-block;
  margin-top: 5px;
}

.body{
  background: #f8f8f8;
  overflow: hidden;
}

.local{
  height: 60px;
  background: #FFFFFF;
  margin:0 auto;
  margin-top: 20px;
  max-width:1200px;width: 94%;
}
.local .container{
    height: 100%;
}

.local i{
  display: inline-block;
  float: left;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
}
.local i img{
  display: block;vertical-align: middle;
}
.local span{
  display: inline-block;
  float: left;
  position: relative;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  top: 50%;  font-size: 14px;
  font-weight: 400;
  color: #333333;

}
.local span a{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.proTab{
  text-align: center;
  margin-top: 30px;
}

.proTab li{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  border-radius: 20px;
  padding: 0 25px;
  margin-right: 10px;
}
.proTab li a{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.proTab li.on{
  background: #009341;
}
.proTab li.on a{
  color: #ffffff;
}

.newsList {
  margin-top: 30px;
}
.newsList li{
  border-bottom: 1px solid #E5E5E5;
  background: #ffffff;
  padding: 50px 40px;
  z-index: 0;
  height: auto;
  position: relative;

}
.newsList li .img{
  float: left;
  width: 25%;
  z-index: 3;
  position: relative;
}
.newsList li .img img{
  width: 100%;height: 207px;
}

.newsList li .box{
  float: left;
  width: 61%;
  margin-left: 5%;
  height: 207px;
  z-index: 3;
  position: relative;
}
.newsList li .box .con{
  position: relative;
  top: 50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}

.newsList li .box .con .desc{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsList li .box .title a{
  font-size: 20px;
font-weight: 400;
color: #333333;
}

.newsList li .date{
  float: right;
  width: 8%;
  height: 207px;
  z-index: 3;
  position: relative;

}
.newsList li .date .year{
  display: inline-block;
  float: right;
  position: relative;
  top: 50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}
.newsList li .date .month{
  font-size: 22px;
  font-weight: 400;
  color: #999999;
}
.newsList li .date .ico {
  margin-top: 20px;
}
.newsList li .date .ico i{
  color: #E5E5E5;
  position: relative;
  font-size: 22px;
  margin-left: 10px;
}
.newsList li .date .ico i::after{
  content: '';
  background: #E5E5E5;
  height: 100%;width: 1px;
  position: absolute;
  left: -5px;
}
.newsList li:hover{
  z-index: 1;  

}
.newsList li:hover::after{
  background: #FFFFFF;
  box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.3);
  content: '';
  position: absolute;
  left: 0;right: 0;bottom: 0;top: 0;
}

.aboutBoxT{
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 70px;
}
.aboutBoxT .img{
  float: left;
  width: 509px;
}
.aboutBoxT .img img{
  width: 100%;
}

.aboutBoxT .box{
  float: right;
  width: calc(100% - 530px);
}

.aboutBoxT .box .title{
  font-size: 26px;
font-weight: bold;
color: #00923F;
margin-top: 50px;
}

.aboutBoxT .box .desc{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
  margin-top: 15px;
}



.aboutPic {
  margin-top: 30px;
}
.aboutPic li{
  float: left;
  width: calc((100% - 60px)/4);
  border: 1px solid #E3E3E3;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;background: #ffffff;
}

.aboutPic li:nth-child(4n){
  margin-right: 0;
}
.aboutPic li .img{

  text-align: center;background: #ffffff;
}

.aboutPic li .img span{
  display:inline-block;
  width: 90%;
  margin-top: 15px;
}
.aboutPic li .img img{
  width: 100%;height: 200px;
  -webkit-transition:all .5s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;

}
.aboutPic li  .title{

  line-height: 2;
  padding-bottom: 15px;margin-top: 5px;
}
.aboutPic li  p a{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}


.banner-page {
  height: 260px;
  line-height: 260px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.banner-page +.ktop{
  margin-top: 0px;
}
/** 关于我们 **/
.banner-about {
  background-image: url(../images/banner-about.png);
}
/** 新闻中心 **/
.banner-news {
  background-image: url(../images/banner-news.png);
}
/** 技术支持 **/
.banner-tech {
  background-image: url(../images/banner-tech.png);
}
/** 联系我们 **/
.banner-contact {
  background-image: url(../images/banner-contact.png);
}
.banner-1 {
  background-image: url(../images/banner-1.png);
}


.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}

.ab_pages ul{display:inline-block;margin:0 auto;padding:0}

.ab_pages ul  a{color:#333;display:block;padding: 4px 12px;  border: 1px solid #000;float: left;margin: 0 5px;border-radius: 1px}

.ab_pages ul  .page-num{color:#333;display:block;padding: 4px 12px;  border: 1px solid #000;float: left;margin: 0 5px;}

.ab_pages ul  a.page-num-current{ background:#000; color:#FFF}
