* {
	/*box-sizing:content-box;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,li{ list-style-type:none;}
a{text-decoration:none;color:#000;}
*{margin: 0px;padding: 0px;font-size:14px; font-family: "微软雅黑", arial, Helvetica, sans-serif;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-weight: 500;}
img{border:0px;max-width: 100%;display:inline-block;}

body.index_bg{
  background-color: #efefef;
}
body.pro_bg{
  background-color: #efefef;
}
.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.w900{
  width: 900px;
  margin: 0 auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1500{
  width: 1500px;
  max-width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.pore{
  position: relative;
}

.slide{
  height: 700px;
}
.slide .slides li{
  height: 700px;
}

.top{
  height: 82px;
  background-color: #fff;
}
.top .logo{
  float: left;
  margin-top: 30px;
}
.top .nav{
  float: right;
}
.top .nav li{
  float: left;
  position: relative;
}
.top .nav li>a{
  display: block;
  color: #595757;
  font-size: 14px;
  line-height: 80px;
  transition: all 0.3s;
  border-bottom: 2px solid #fff;
  padding: 0 25px;
}
.top .nav li.xl>a:after{
  content: ">";
  position: absolute;
  right: 15px;
  font-size: 12px;
  font-family: "宋体";
  transform: rotate(90deg);
}
.top .nav li:hover>a{
  color: #006441;
  border-bottom: 2px solid #006441;
}
.top .nav li dl{
  display: none;
  position: absolute;
  z-index: 999;
  top: 82px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  /*padding: 5px 0;*/
  background-color: #fff;
}
.top .nav li dl dd a{
  display: block;
  color: #666;
  background-color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s;
}
.top .nav li dl dd a:hover{
  background-color: #006441;
  color: #fff;
}

.flex-direction-nav .flex-prev{
  width: 42px;
  height: 70px;
  background-color: #cccccc;
  left: 0px !important;
  opacity: 1 !important;
}
.flex-direction-nav a:before{
  width: 42px;
  height: 70px;
  content: "<" !important;
  font-family: "宋体" !important;
  font-size: 32px !important;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
}
.flex-direction-nav .flex-next{
  width: 42px;
  height: 70px;
  background-color: #cccccc;
  right: 0px !important;
  opacity: 1 !important;
}
.flex-direction-nav a.flex-next:before{
  content: ">" !important;
}

.main_tl .left h3{
  font-size: 24px;
  color: #595757;
  margin-bottom: 5px;
}
.main_tl .left h4{
  font-size: 12px;
  color: #595757;
}
.main_tl .right li{
  float: left;
}
.main_tl .right li a{
  display: block;
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #595757;
  font-size: 12px;
  transition: all 0.3s;
}
.main_tl .right li:first-child a{
  background-color: #006441;
  color: #fff;
}
.main_tl .right li a:hover{
  color: #006441;
}
.main_tl .right li:first-child a:hover{
  background-color: #006441;
  color: #fff;
}

.main1{
  padding-top: 95px;
  padding-bottom: 145px;
}
.main1 .main_tl{
  margin-bottom: 50px;
}
.main1 .main_tl .right li:first-child a{
  background-color: transparent;
  color: #595757;
}
.main1 .main_tl .right li a:hover{
  color: #006441;
}
.main1 .main_tl .right li:first-child a:hover{
  background-color: transparent;
  color: #006441;
}
.main_tl .right li a.on{
  background-color: #006441!important;
  color: #fff!important;
}
.main1 .main1_con .bd ul li{
  float: left;
  /*width: 32%;*/
  margin-right: 20px;
  border-bottom: 2px solid #006441;
}
.main1 .main1_con .bd ul li .text{
  position: relative;
  padding: 20px 24px;
  background-color: #fff;
}
.main1 .main1_con .bd ul li .text:after{
  position: absolute;
  content: ">";
  top: 50%;
  right: 24px;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 100%;
  border: 1px solid #aeadad;
  text-align: center;
  font-family: "宋体";
  font-size: 24px;
  color: #b3b2b2;
}
.main1 .main1_con .bd ul li .text h3{
  font-size: 18px;
  color: #595757;
  margin-bottom: 5px;
}
.main1 .main1_con .bd ul li .text h4{
  font-size: 12px;
  color: #595757;
  vertical-align: top;
}
.main1 .main1_con .bd ul li .text h4 span{
  width: 25px;
  overflow: hidden;
  display: inline-block;
  color: #595757;
  margin-right: 10px;
  vertical-align: top;
}

.main1 .main1_con .hd{
  margin-top: 55px;
}
.main1 .main1_con .hd ul{
  text-align: center;
}
.main1 .main1_con .hd li{
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 7px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(88,88,88,0.5);
  border-radius: 100%;
}
.main1 .main1_con .hd li.on{
  background-color: #006441;
}


.main2{
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
  margin-bottom: 220px;
}
.main2 .main_tl{
  margin-bottom: 55px;
}
.main2 .main2_con{
  position: relative;
}
.main2 .main2_con_box{
  padding-bottom: 80px;
}
.main2 .main2_con_box .text{
  width: 660px;
  padding-top: 25px;
}
.main2 .main2_con_box .text h3{
  font-size: 18px;
  color: #595757;
  margin-bottom: 30px;
}
.main2 .main2_con_box .text p{
  font-size: 12px;
  line-height: 20px;
  color: #b9b8b8;
  margin-bottom: 60px;
}
.main2 .main2_con_box .text a{
  display: block;
  width: 150px;
  height: 38px;
  border: 1px solid #595757;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #b3b3b3;
  transition: all 0.3s;
}
.main2 .main2_con_box .text a:hover{
  background-color: #006441;
  color: #fff;
  border: 1px solid #006441;
}
.main2 .main2_li{
  position: absolute;
  bottom: -200px;
  padding: 42px 0 64px;
  background-color: #fff;
}
.main2 .main2_li ul li{
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}
.main2 .main2_li ul li:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: #acabab;
}
.main2 .main2_li ul li:last-child:after{
  display: none;
}
.main2 .main2_li ul li h3{
  color: #595757;
  font-size: 56px;
}
.main2 .main2_li ul li h3 sup{
  color: #595757;
  font-size: 14px;
  vertical-align: top;
}
.main2 .main2_li ul li h4{
  color: #595757;
  font-size: 14px;
}

.main3{
  margin-bottom: 55px;
}
.main3 .main_tl{
  margin-bottom: 55px;
}
.main3 .main3_con .left{
  width: 44%;
  background-color: #fff;
  padding: 55px 60px 40px 60px;
}
.main3 .main3_con .left h2{
  font-size: 24px;
  color: #b3b3b3;
  margin-bottom: 10px;
}
.main3 .main3_con .left h3{
  font-size: 18px;
  color: #595757;
}
.main3 .main3_con .left p{
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #a4a3a3;
  padding-left: 16px;
  margin-bottom: 25px;  
}
.main3 .main3_con .left p:after{
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
  width: 1px;
  height: 18px;
  background-color: #a8a7a7;
}
.main3 .main3_con .left img{
  display: block;
  margin-bottom: 30px;
}
.main3 .main3_con .left a{
  display: block;
  font-size: 14px;
  color: #b3b3b3;
  width: 148px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  border: 1px solid #595757;
  transition: all 0.3s;
}
.main3 .main3_con .left a:hover{
  background-color: #006441;
  color: #fff;
  border: 1px solid #006441;
}
.main3 .main3_con .right{
  width: 600px;
  padding-top: 45px;
}
.main3 .main3_con .right li{
  margin-bottom: 95px;
}
.main3 .main3_con .right li:last-child{
  margin-bottom: 0px;
}
.main3 .main3_con .right li .title{
  margin-bottom: 20px;
}
.main3 .main3_con .right li .title h2{
  float: right;
  font-size: 24px;
  line-height: 20px;
  color: #aeadad;
}
.main3 .main3_con .right li .title h3{
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #595757;
}
.main3 .main3_con .right li p{
  float: left;
  width: 410px;
  font-size: 12px;
  line-height: 20px;
  color: #9f9f9f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main3 .main3_con .right li a{
  display: block;
  float: right;
  width: 36px;
  height: 20px;
  margin-top: 20px;
  background: url(../images/more_jt.png) center right;
  transition: all 0.3s;
}
.main3 .main3_con .right li a:hover{
  background-position: center left;
}

.main4{
  padding-top: 90px;
  background: url(../images/main4_bg.jpg) center top no-repeat;
  margin-bottom: 145px;
}
.main4 .main4_con li{
  float: left;
  width: 30%;
  height: 250px;
  background-color: rgba(0,101,65,0.8);
}
.main4 .main4_con li:nth-child(3n+2){
  width: 40%;
}
.main4 .main4_con li:nth-child(1){
  padding: 80px 50px;
  background-color: transparent;
}
.main4 .main4_con li:nth-child(1) h3{
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
}
.main4 .main4_con li:nth-child(1) h4{
  font-size: 24px;
  color: #fff;
}
.main4 .main4_con li.text{
  padding: 75px 55px 0 55px;

}
.main4 .main4_con li.text h5{
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}
.main4 .main4_con li.text p{
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.main4 .main4_con li.text a{
  float: left;
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  padding-right: 40px;
  background: url(../images/main4_jt.png) no-repeat right center;
}
.main4 .main4_con li img{
  display: block;
  width: 100%;
  height: 100%;
}
.main4 .main4_con li:nth-child(8){
  background-color: transparent;
}
.main4 .main4_con li:nth-child(8) h5{
  color: #595757;
}
.main4 .main4_con li:nth-child(8) p{
  color: #7f7e7e;
}
.main4 .main4_con li.text a{
  background: url(../images/main4_jt2.png) no-repeat right center;
}

.main5{
  height: 230px;
  background: url(../images/main5_bg.jpg) no-repeat center;
  margin-bottom: 120px;
}
.main5 .left{
  padding-top: 60px;
}
.main5 .left h3{
  color: #595757;
  font-size: 24px;
  margin-bottom: 3px;
}
.main5 .left h4{
  color: #595757;
  font-size: 12px;
}
.main5 .right{
  width: 730px;
  padding-top: 55px;
}
.main5 .right h3{
  font-size: 18px;
  color: #fff;
}
.main5 .right h4{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.main5 .right h5{
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 15px;
}
.main5 .right a{
  display: block;
  height: 20px;
  color: #fff;
  padding-right: 40px;
  background: url(../images/main4_jt.png) no-repeat left center;
}

.main6{
  margin-bottom: 130px;
}
.main6 li{
  float: left;
  width: 18%;
  height: 122px;
  line-height: 120px;
  
  margin-right: 2.5%;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.main6 li:nth-child(5n){
  margin-right: 0px;
}
.main6 li img{
  display: inline-block;
  vertical-align: middle;
}

.foot{
  background-color: #f8f8f8;
}
.foot1{
  padding: 65px 0 20px;
  border-bottom: 1px solid #a8a7a7;
}
.foot1 .foot_nav{
  float: left;
}
.foot1 .foot_nav li{
  float: left;
  margin-right: 72px;
}
.foot1 .foot_nav li:last-child{
  margin-right: 0px;
}
.foot1 .foot_nav li>a{
  display: block;
  font-size: 15px;
  color: #595757;

}
.foot1 .foot_nav li dl{
  margin-top: 10px;
}
.foot1 .foot_nav li dl dd a{
  display: block;
  font-size: 12px;
  line-height: 25px;
  color: rgba(0,0,0,0.5);
}

.foot1 .foot_code{
  float: right;
}
.foot1 .foot_code img{
  display: block;
  margin-bottom: 5px;
}
.foot1 .foot_code p{
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  text-align: justify;
  text-align: end;
  text-align-last: justify;
  text-justify: distribute;
}
.foot2{
  padding: 25px 0 90px;
}
.foot2 p{
  float: left;
  font-size: 12px;
  line-height: 24px;
  color: rgba(0,0,0,0.5);
  margin-right: 35px;
}
.foot2 p a{
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: rgba(0,0,0,0.5);
}









.page_ban{
  height: 700px;
}
.pro_ban{
  height: 640px;
}
.news_ban{
  height: 350px;
}
.page_nav{
  position: relative;
  height: 65px;
  background-color: #fcfcfc;
  text-align: center;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.page_nav ul{
  font-size: 0px;
}
.page_nav li{
  display: inline-block;
  margin: 0 25px;
}
.page_nav li a{
  display: block;
  text-align: center;
  color: #555;
  font-size: 14px;
  line-height: 63px;
  border-bottom: 2px solid #fcfcfc;
  transition: all 0.3s;
}
.page_nav li a:hover,.page_nav li.on a{
  border-bottom: 2px solid #513f6f;
}

/*about*/
.about_main_tl{
  text-align: center;
}
.about_main_tl h3{
  font-size: 24px;
  color: #006441;
}
.about_main_tl h4{
  font-size: 12px;
  color: #595757;
}
.about_main1{
  margin-top: 100px;
  margin-bottom: 135px;
}
.about_main1 .about_main_tl{
  margin-bottom: 70px;
}
.about_main1 .ab_main1_con1{
  padding-bottom: 65px;
  border-bottom: 1px solid #d9d1cf;
  margin-bottom: 60px;
}
.about_main1 .ab_main1_con1 .img{
  float: left;
}
.about_main1 .ab_main1_con1 .img img{
  display: block;
}
.about_main1 .ab_main1_con1 .text{
  float: right;
  width: 700px;
}
.about_main1 .ab_main1_con1 .text li{
  font-size: 12px;
  line-height: 20px;
  color: rgba(0,0,0,0.5);
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d1cf;
  margin-bottom: 20px;
}
.about_main1 .ab_main1_con1 .text li:last-child{
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.about_main1 .ab_main1_con2 h3{
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
.about_main1 .ab_main1_con2 p{
  font-size: 12px;
  line-height: 20px;
  color: rgba(0,0,0,0.5);
}
.about_main1 .ab_main1_con2 img{
  display: block;
  margin: 25px 0;
}

.about_main2{
  margin-bottom: 135px;
}
.about_main2 .about_main_tl{
  margin-bottom: 45px;
}
.about_main2 .ab_main2_con{
  border-top: 1px solid #d9d1cf;
}
.about_main2 .ab_main2_con li{
  height: 200px;
  border-bottom: 1px solid #d9d1cf;
  padding: 29px 0;
}
.about_main2 .ab_main2_con li:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.about_main2 .ab_main2_con li .text{
  float: left;
  width: 625px;
}
.about_main2 .ab_main2_con li .text h3{
  margin-top: 20px;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.about_main2 .ab_main2_con li .text p{
  font-size: 12px;
  line-height: 20px;
  color: rgba(0,0,0,0.5);
}
.about_main2 .ab_main2_con li .img{
  float: right;
}
.about_main3{
  margin-bottom: 150px;
}
.about_main3 .about_main_tl{
  margin-bottom: 90px;
}
.about_main3 .ab_main3_con li{
  float: left;
  width: 24%;
  margin-right: 1.33%;
}
.about_main3 .ab_main3_con li:nth-child(4n){
  margin-right: 0px;
}
.about_main3 .ab_main3_con li img{
  display: block;
  width: 100%;
}
.about_main3 .ab_main3_con li .text{
  padding: 20px 30px;
  transition: all 0.3s;
}
.about_main3 .ab_main3_con li .text h3{
  font-size: 16px;
  color: #595757;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.about_main3 .ab_main3_con li .text p{
  font-size: 12px;
  line-height: 20px;
  height: 141px;
  color: rgba(89,87,87,0.5);
  margin-right: 15px;
  border-bottom: 1px solid #acabab;
  overflow: hidden;
  transition: all 0.3s;
}
.about_main3 .ab_main3_con li:hover .text{
  background-color: #006541;
}
.about_main3 .ab_main3_con li:hover .text h3{
  color: #fff;
}
.about_main3 .ab_main3_con li:hover .text p{
  color: rgba(255,255,255,0.5);
  border-bottom: 1px solid #fff;
}

.about_main4{
  margin-bottom: 150px;
}
.about_main4 .about_main_tl{
  margin-bottom: 60px;
}
.about_main4 .ab_main4_con li{
  position: relative;
  float: left;
  width: 25%;
  height: 244px;
}
.about_main4 .ab_main4_con li:nth-child(1){
  width: 50%;
  height: 488px;
}
.about_main4 .ab_main4_con li img{
  display: block;
  width: 100%;
  height: 100%;
}
.about_main4 .ab_main4_con li .text{
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 45px 0 0 35px;
}
.about_main4 .ab_main4_con li:nth-child(1) .text{
  padding: 150px 0 0 65px;
}
.about_main4 .ab_main4_con li .text h3{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #595757;
  margin-bottom: 12px;
}
.about_main4 .ab_main4_con li .text p{
  font-size: 12px;
  color: rgba(89,87,87,0.6);
}
.about_main4 .ab_main4_con li .text h3:after{
  position: absolute;
  content: "";
  top: 5px;
  left: -15px;
  width: 1px;
  height: 64px;
  background-color: #c6c5c5;
}
.about_main4 .ab_main4_con li:nth-child(1) .text h3{
  margin-bottom: 35px;
}
.about_main4 .ab_main4_con li:nth-child(1) .text h3:after{
  position: absolute;
  content: "";
  top: auto;
  bottom: -20px;
  left: 0px;
  width: 64px;
  height: 1px;
  background-color: #c6c5c5;
}

.about_main5{
  margin-bottom: 110px;
}
.about_main5 .about_main_tl{
  margin-bottom: 55px;
}
.about_main5 .ab_main5_con .bd{
  margin-bottom: 75px;
}
.about_main5 .ab_main5_con .bd li{
  float: left;
  width: 19%;
  height: 235px;
  line-height: 235px;
  background-color: #efefef;
  text-align: center;
  margin-right: 14px;
}
.about_main5 .ab_main5_con .bd li a{
  display: block;
  height: 100%;
}
.about_main5 .ab_main5_con .bd li img{
  display: inline-block;
  vertical-align: middle;
  max-height: 90%;
}
.about_main5 .ab_main5_con .hd{
  text-align: center;
}
.about_main5 .ab_main5_con .hd li{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #acabab;
  text-indent: -999px;
  margin: 0 6px;
  overflow: hidden;
  transition: all 0.3s;
}
.about_main5 .ab_main5_con .hd li.on{
  background-color: #006441;
}


/*service*/
.ser_main_tl{
  text-align: center;
}
.ser_main_tl h3{
  font-size: 24px;
  color: #006441;
}
.ser_main_tl h4{
  font-size: 12px;
  color: #595757;
}

.ser_main1{
  margin-top: 120px;
  margin-bottom: 140px;
}
.ser_main1 .ser_main_tl{
  margin-bottom: 65px;
}
.ser_main1 .ser_main1_con li{
  float: left;
  width: 24%;
  height: 305px;
  margin-right: 1.33%;
  background-color: #efeff0;
  margin-bottom: 15px;
  padding: 0 40px;
  padding-top: 50px;
  text-align: center;
}
.ser_main1 .ser_main1_con li:nth-child(4n){
  margin-right: 0px;
}
.ser_main1 .ser_main1_con li h3{
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}
.ser_main1 .ser_main1_con li p{
  font-size: 12px;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
}
.ser_main1 .ser_main1_con li:last-child h1{
  margin-top: 110px;
  color: #000;
  font-size: 18px;
}

.ser_main2{
  margin-bottom: 140px;
}
.ser_main2 .ser_main_tl{
  margin-bottom: 35px;
}
.ser_main2 .ser_main2_con{
  height: 640px;
  background:url(../images/ser_main2_bg.jpg) no-repeat center;
  padding-top: 125px;
}
.ser_main2 .ser_main2_con .bd{
  margin-bottom: 55px !important;
}
.ser_main2 .ser_main2_con .bd ul{
  padding-top: 70px;
}
.ser_main2 .ser_main2_con .bd li{
  position: relative;
  float: left;
  width: 24%;
  height: 300px;
  margin-right: 1.33%;
  background-color: #006541;
  padding-top: 110px;
  padding: 110px 35px 0 35px;
}
.ser_main2 .ser_main2_con .bd li:nth-child(4n){
  margin-right: 0px;
}
.ser_main2 .ser_main2_con .bd li h3{
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-size: 100px;
  color: #006541;
  background-color: #fff;
  border-radius: 100%;
}
.ser_main2 .ser_main2_con .bd li h4{
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
}
.ser_main2 .ser_main2_con .bd li p{
  font-size: 15px;
  color: #fff;
  line-height: 25px;
}
.ser_main2 .ser_main2_con .hd{
  text-align: center;
}
.ser_main2 .ser_main2_con .hd li{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #acabab;
  text-indent: -999px;
  margin: 0 6px;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.3s;
}
.ser_main2 .ser_main2_con .hd li.on{
  background-color: #006441;
  opacity: 1;
}

.ser_main3{
  margin-bottom: 180px;
}
.ser_main3 .ser_main3_con .text{
  border-top: 1px solid #f1f1f1;
  padding-top: 60px;
  margin-bottom: 25px;
}
.ser_main3 .ser_main3_con .text ul{
  position: relative;
  padding-bottom: 25px;
}
.ser_main3 .ser_main3_con .text ul:before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #f1f1f1;
}
.ser_main3 .ser_main3_con .text li{
  float: left;
  width: 41%;
  margin-right: 18%;
}
.ser_main3 .ser_main3_con .text li:nth-child(2n){
  margin-right: 0px;
}
.ser_main3 .ser_main3_con .text li .title{
  padding-left: 55px;
  margin-bottom: 35px;
}
.ser_main3 .ser_main3_con .text li:nth-child(1) .title{
  background: url(../images/ser_main3_ico1.jpg) no-repeat left center;
}
.ser_main3 .ser_main3_con .text li:nth-child(2) .title{
  background: url(../images/ser_main3_ico2.jpg) no-repeat left center;
}
.ser_main3 .ser_main3_con .text li .title h3{
  font-size: 18px;
  color: #000;
}
.ser_main3 .ser_main3_con .text li .title h4{
  font-size: 12px;
  color: #000;
  opacity: 0.5;
}
.ser_main3 .ser_main3_con .text li p{
  font-size: 12px;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
}
.ser_main3 .ser_main3_con .ser_main3_li li{
  background-color: #eeeeee;
  margin-bottom: 1px;
}
.ser_main3 .ser_main3_con .ser_main3_li li:nth-child(1){
  background-color: #959595;
}
.ser_main3 .ser_main3_con .ser_main3_li li dl:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.ser_main3 .ser_main3_con .ser_main3_li li dl dd{
  float: left;
  width: 16.66%;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #000;
  opacity: 0.8;
}
.ser_main3 .ser_main3_con .ser_main3_li li:nth-child(1) dl dd{
  font-size: 16px;
  color: #fff;
}

.ser_main4{
  margin-bottom: 130px;
}
.ser_main4 .ser_main_tl{
  margin-bottom: 115px;
}
.ser_main4 .ser_main4_li{
  border-top: 1px solid #828181;
  margin-bottom: 50px !important;
}
.ser_main4 .ser_main4_li li{
  border-bottom: 1px solid #828181;
}
.ser_main4 .ser_main4_li li a{
  display: block;
  padding: 35px 0 30px;
}
.ser_main4 .ser_main4_li li .w880{
  width: 880px;
  margin: 0 auto;
}
.ser_main4 .ser_main4_li li .text{
  background: url(../images/ser_main4_jt.png) no-repeat right top;
}
.ser_main4 .ser_main4_li li .text h3{
  font-size: 18px;
  color: #595757;
}
.ser_main4 .ser_main4_li li .text h4{
  font-size: 18px;
  color: #595757;
}
.ser_main4 .hd{
  text-align: center;
}
.ser_main4 .hd li{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #acabab;
  text-indent: -999px;
  margin: 0 6px;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.3s;
}
.ser_main4 .hd li.on{
  background-color: #006441;
  opacity: 1;
}

/*service end*/
/*sgj*/
.sgj_main_tl{
  text-align: center;
}
.sgj_main_tl h3{
  font-size: 24px;
  color: #006441;
}
.sgj_main_tl h4{
  font-size: 12px;
  color: #595757;
}
.sgj_main1{
  margin-top: 120px;
  margin-bottom: 170px;
}
.sgj_main1 .sgj_main_tl{
  margin-bottom: 130px;
}
.sgj_main2{
  margin-bottom: 120px;
}
.sgj_main2 .sgj_main_tl{
  margin-bottom: 65px;
}
.sgj_main2 .img{
  position: relative;
}
.sgj_main2 .img a{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 60px;
  line-height: 60px;
  margin-left: -125px;
  margin-top: -30px;
  background-color: #006441;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.sgj_main3{
  margin-bottom: 170px;
}
.sgj_main3 .sgj_main_tl{
  margin-bottom: 55px;
}
.sgj_main3 .img{
  position: relative;
}
.sgj_main3 .img a{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 60px;
  line-height: 60px;
  margin-left: -125px;
  margin-top: -30px;
  background-color: #006441;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

/*contact*/
.contact{
  padding: 100px 0 160px;
}
.contact .con_main1{
  margin-bottom: 110px;
}
.contact .con_main1 .text{
  float: left;
}
.contact .con_main1 .text h3{
  font-size: 25px;
  color: #000;
  margin-bottom: 20px;
}
.contact .con_main1 .text p{
  font-size: 12px;
  line-height: 24px;
  color: #595757;
}
.contact .con_main1 .code{
  float: right;
}
.contact .con_main2{
  margin-bottom: 170px;
}
.contact .con_main2 li{
  margin-bottom: 15px;
}
.contact .con_main2 li input{
  width: 390px;
  height: 34px;
  line-height: 34px;
  border: 0px;
  background-color: #edeeee;
  border-radius: 5px;
  padding: 0 25px;
  font-size: 15px;
  color: rgba(88,88,88,0.5);
  outline: none;
  box-shadow:0px 0px 3px #ddd inset;
}
.contact .con_main2 li input::-webkit-input-placeholder{
  font-size: 15px;
  color: rgba(88,88,88,0.5);
}
.contact .con_main2 li textarea{
  width: 640px;
  line-height: 34px;
  border: 0px;
  background-color: #edeeee;
  border-radius: 5px;
  padding: 0 25px;
  font-size: 15px;
  color: rgba(88,88,88,0.5);
  outline: none;
  box-shadow:0px 0px 3px #ddd inset;
}
.contact .con_main2 li textarea::-webkit-input-placeholder{
  font-size: 15px;
  color: rgba(88,88,88,0.5);
}
.contact .con_main2 li button{
  border: 0px;
  border-radius: 5px;
  background-color: #006441;
  text-align: center;
  width: 165px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.contact .con_main3 h3{
  font-size: 15px;
  color: #595757;
  margin-bottom: 5px;
}
.contact .con_main3 p{
  font-size: 12px;
  line-height: 20px;
  color: #727171;
}

/*contact end*/


/*newslist*/
.news_nav{
  padding: 75px 0;
}
.news_nav .news_dh{
  float: left;
}
.news_nav .news_dh li{
  float: left;
}
.news_nav .news_dh li a{
  display: block;
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #595757;
  font-size: 12px;
  transition: all 0.3s;
}
.news_nav .news_dh li:first-child a{
  background-color: #006441;
  color: #fff;
}
.news_nav .news_dh li a:hover{
  color: #006441;
}
.news_nav .news_dh li:first-child a:hover{
  background-color: #006441;
  color: #fff;
}
.news_nav .location p{
  font-size: 12px;
  color: #595757;
}
.news_nav .location a{
  display: inline-block;
  font-size: 12px;
  color: #595757;
}
.news_nav .location a:hover{
  color: #006441;
}
.newslist{
  margin-bottom: 50px;
}
.newslist ul li a{
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #d9d1cf;
}
.newslist ul li img{
  display: block;
  float: left;
  width: 350px;
  margin-right: 45px;
}
.newslist ul li .text{
  float: left;
  width: 630px;
  padding-top: 35px;
}
.newslist ul li .text h3{
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.newslist ul li .text p{
  font-size: 12px;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
}
.newslist ul li .right{
  width: 90px;
  padding-top: 25px;
}
.newslist ul li .right h5{
  font-size: 24px;
  color: #221815;
  margin-bottom: 50px;
}
.newslist ul li .right span{
  display: block;
  height: 20px;
  color: #fff;
  padding-right: 45px;
  background: url(../images/main4_jt2.png) no-repeat left 5px center;
}

/*newslist end*/

/*news*/
.news .news_tl{
  text-align: center;
  margin-bottom: 60px;
}
.news .news_tl h3{
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.news .news_tl span{
  display: block;
  font-size: 14px;
  color: #999;
}
.news .news_con{
  margin-bottom: 80px;
}
.news .news_con p{
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.news .fy{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.news .fy .prev,.news .fy .next{
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.news .fy a{
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #999;
  line-height: 35px;
  text-align: center;
  font-family: "宋体";
  transition: all 0.3s;
  /*background-color: #f1f1f1;*/
}
.news .fy a:hover{
  background-color: #148573;
  color: #fff;
}
/*news end*/

/*product*/
.pro_nav{
  padding: 75px 0;
}
.pro_nav li{
  float: left;
}
.pro_nav li a{
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #595757;
  font-size: 12px;
  transition: all 0.3s;
  padding: 0 14px;
}
.pro_nav li.on a{
  background-color: #006441;
  color: #fff;
}
.pro_nav li a:hover{
  color: #006441;
}
.pro_nav li.on a:hover{
  background-color: #006441;
  color: #fff;
}
.pro .pro_con{
  margin-bottom: 90px;
}
.pro .pro_con img{
  display: block;
  width: 100%;
  height: 595px;
  object-fit: cover;
}

.pro .pro_li{
  position: relative;
  margin-bottom: 35px;
}
.pro .pro_li_tl{
  margin-bottom: 35px;
}
.pro .pro_li_tl h3{
  font-size: 24px;
  color: #595757;
}
.pro .pro_li_tl h4{
  font-size: 12px;
  color: #595757;
}
.pro .pro_li .hd{
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -27.5px;
  width: 1320px;
  height: 0px;
}
.pro .pro_li .hd a{
  float: left;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  font-size: 40px;
  color: #006441;
  text-align: center;
  border-radius: 100%;
  background-color: #e4e4e4;
  font-family: "宋体";
  cursor: pointer;
}
.pro .pro_li .hd a.next{
  float: right;
}

.pro .pro_li .bd li{
  float: left;
  margin: 0 7px;
}