.tab_wrap{
    max-width: 1920px;
    width: 100%;
    position: relative;
	overflow:hidden;
}
.tab_wrap .tab1{
    position: absolute;
    width: 58.85%;
    left: 0;
    z-index: 1;
}
.tab_wrap  div{
    cursor: pointer;
}
.tab_wrap >  div > img{
    width: 100%;
}
.tab_wrap .tab2{
    position: absolute;
    width: 58.85%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.tab_wrap .tab3{
    position: absolute;
    width: 58.85%;
    right: 0;
    z-index: 1;
}


.ihp img{
    display: block;
    margin: 0 auto;
    width: 55px;
    height: 55px;
}
.ihp{
    color: #fff;
    position: absolute;
    bottom:5.3%;
}
.ihp p{
    text-align: center;
    display: none;
}
.ihp h2{
    text-align: center;
}
.tab_wrap .tab1 .ihp{
    left: 21.23%;
}
.tab_wrap .tab2 .ihp{
    left: 14%;
}
.tab_wrap .tab3 .ihp{
    text-align: right;
    right: 19.88%;
}
.tab_wrap  div.on{
    z-index: 3;
    
}
.tab_wrap  div.on .ihp{
    width: 100%;
    left: 0;
}
.tab_wrap  div.on .ihp p{
    display: block;
}
.tab_wrap  .tab1.on + .tab2 .ihp{
    right: 14%;
    left: auto;
}
.listwrap{
    padding-top: 5.6%;
    padding-bottom:5.6% ;
    background: #f1f2f4;
}
.listwrap ul li{
    line-height: 93px;
    height: 93px;
}
.listwrap ul li .wrap{
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
}
.listwrap ul li .wrap::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #007931;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.listwrap ul li:nth-child(odd){
    background: #fff;
}
.ellipsis_p1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .historywrap{
    margin-top: 0px;
    margin-bottom: 50px;
      border-bottom: 1px solid #e5e5e5;
  }
	@media only screen and (min-width:1025px) {
		.historywrap{
		  margin-top: 0px;
		 
		}
	}
  .historywrap .wrap{
      position: relative;
  }
  .historywrap .swiper-slide{
	  text-align: center;
    position: relative;
      line-height: 90px;
      font-size: 30px;
  }
  .historywrap .swiper-slide.on{
    font-size: 36px;
    color: #007931;
}
.historywrap .swiper-slide.on em{
    width: 100%;
    display: block;
    height: 4px;
    background: #007329;
    position: absolute;
    bottom: 0;
}
@media only screen and (min-width:1025px) {
    .ourTask_link:hover{background: #007931;color: #fff!important;}
}
.ourTask_link{display: block;width: 60px;height: 60px;text-align: center;line-height: 60px; border: 1px solid #e5e5e5; color: #007329;font-size: 50px;}
.buttonwrap .ourTask_link{
    float: left;
}
.buttonwrap {
    position: absolute;
    right: 0;
}  
.histlist .swiper-container{
    margin-bottom: 25px;
}
.histlist .swiper-pagination span{
    margin: 0 .5px;
    opacity: 1;
    width: 96px;
    border-radius: 0 !important;
    height: 4px;
    background: #bcbcbc;
}
.pagwrap{
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}
.textwrap h2{
    font-weight: bold;
    padding-bottom: 10px;
    color: #007931;
}
.histlist  .swiper-pagination-bullet-active{
    background: #007931 !important;
}
.histlist .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
}
.listw{
    border-top:  1px solid #e5e5e5;

    padding-top: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}
.listw .left{
    font-weight: bold;
    float: left;
    width: 125px;
}
.listw .right{
    float: right;
    width: calc(100% - 125px);
}
.listw .right li{
    margin-bottom: 40px;
}
.listw .right a{
    color: #656565;
    line-height: 1;
}
.histlist .swiper-container .swiper-slide img{
    width: 100%;
}
.histlist .swiper-container .swiper-slide{
    position: relative;
}
.histlist .swiper-container .swiper-slide .bottomtext{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(5, 105, 51, .8);
}
.histlist .swiper-container .swiper-slide .bottomtext p{
    text-align: center;
    color: #fff;
    line-height: 80px;
}

  .inputwrap_wrap{
    padding: 80px 50px 70px;
    box-sizing: border-box;
}
@media only screen and (min-width:1025px){
	.inputwrap_wrap{
	    padding: 20px 50px 70px;
	   
	}
}
.inputwrap {
    overflow: hidden;
    margin-bottom: 4.79%;
}
.inputwrap > div{
    margin-right: 1.623%;
    width: 27%;
    float: left;
}
.inputwrap > div:last-child{
    margin: 0;
    float: right;
}


.inputwrap > div:last-child button{
	 
   color: #fff;
       width: 60px;
       border: none;
       float: right;
       background: #007931;
       line-height: 60px;
}
.inputwrap > div:last-child input{
	box-sizing: border-box;
	width: calc(100% - 75px);
	border: none;
	    border-bottom: 1px solid #6d6d6d;
		    line-height: 60px;
			    padding-left: 8px;
				
}
.inputwrap  .select-box{
    border: none;
    border-bottom: 1px solid #6d6d6d;
}
.inputwrap   .select-box dt a{
    padding-left:8px;
    line-height: 60px;
	  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} 
.inputwrap .select-box .ico {
    color: #007931;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translatey(-50%);
    width: auto;
    height: auto;
    z-index: 1;
    background: none;
}
.titleul{
    background-color: #242825;
    color: #ffffff;
    overflow: hidden;
}

.titleul li{
    color: #fff;
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-left: 60px;
    line-height: 60px;
}
.titleul li:nth-child(2){
	text-align:center;
}
.titleul li:nth-child(3){
	text-align:center;
}
.sociallistul li:nth-child(2){
	text-align:center;
}
.sociallistul li:nth-child(3){
	text-align:center;
}
.sociallist:nth-child(even) .sociallistul{
    background: #f2f2f2;
}
.sociallistul li{
    cursor: pointer;
    line-height: 79px;
    height: 79px;
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-left: 60px;
    color: #4a4a4a;
}
.sociallist.on > ul{
    background: #f2f2f2;
}
.sociabox{
    margin-bottom: 90px;
}
.sociallistul li:nth-child(1){
    /* color: #273760; */
}
.sociallistul li:nth-child(4){
    text-align: right;
    padding-right: 40px;
    /* color: #273760; */
    /* font-weight: bold; */
    
}
.titleul li:nth-child(4){
    text-align: right;
    padding-right: 60px;
}
.sociallistul li:nth-child(4) i{
    color: #007329;
}
.sociallistul{
    color: #3b3e41;
    background: #fff;
    overflow: hidden;
}
.sociallist > ul li em {
    display: none;
}
.shang{
    display: none;
}
.sociallist.on .shang{
    display: block;
}
.sociallist.on .xia{
    display: none;
}
.sociallistul li{
    line-height: 65px;
    height: 65px;
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-left: 60px;
}
.sociallistul li:nth-child(3){padding-left: 48px;}
.hidetexttitle{
    overflow: hidden;
}
.hidetexttitle li{
    color: #3b3e41;
    float: left;
}
.hidetexttitle li:nth-child(1){
    width: 25%;
}
.hidetexttitle li:nth-child(2){
    text-align: left;
    width: 25%;
    padding-left: 30px;box-sizing:border-box;
}.hidetexttitle li:nth-child(3){
    box-sizing: border-box;
    padding-left: 60px;
    text-align: left;
    width: 50%;
}
.hidetext{
    margin-bottom: 0px;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 80px 30px 60px;
}
.lrwrap{
    border-bottom: 1px solid #c2c2c3;
    padding-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
}
.titleul li:nth-child(1){
padding-left: 20px;
}
.sociallistul li:nth-child(1){
	padding-left: 20px;
line-height: 1.2;
    height: auto;
	padding-top:15px;
}
.lrwrap .ll h2,.lrwrap .rr h2{
    margin-bottom: 20px;
}
.lrwrap .ll,.lrwrap .rr{
    width: 50%;box-sizing:border-box;
    float: left;
}
.lrwrap .rr{float: right;padding-left: 60px;}
.emle {
    overflow: hidden;
    margin-top: 10px;
}
.emle h2{
    color: #3b3e41;
    line-height: 35px;
    float: left;
}
.emle button{
    width: 148px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    float: right;
    border: none;
    background: #007931;
}
.emle a{
	display: none;
    width: 148px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    float: right;
    border: none;
    background: #007931;    text-align: center;
}

.hidetext {
    display: none;
 }

 .mapul{
     margin-top: 90px;
     margin-bottom: 135px;
    overflow: hidden;
}
.mapul > li{
    margin-right: 52px;
    height: 458px;
    border-right: 1px solid #ebe8e5;
    padding-right: 50px;
    width: 153px;
    float: left;
   
}
.mapul > li h2 a{
    color: #fff;
}
.mapul > li h2{
    margin-bottom: 20px;
    text-align: center;
    background: #b08f6b;
    height: 35px;
    line-height: 35px;
}
.mapul > li ul li{
    line-height: 3.75;
    text-align: center;
}
.mapul > li ul li a{
    color: #b08f6b;
}
.mapul > li:nth-child(5){
    border: none;
}
.tecwrap{
    overflow: hidden;
    margin-top: 65px;
    margin-bottom: 95px;
}
.tecwrap div{
    float: left;
}
.tecwrap .tecleft{
    width: 62.95%;
}
.tecwrap .tecleft img{
    width: 100%;
}
.tecwrap .tecright{
	width: calc(100% - 62.95%);
	box-sizing: border-box;
    color: #273760;
    padding: 5px 0 0 44px;
}
.tecwrap .tecright img{
    width: 130px;
    margin-bottom: 70px;
}
.tecwrap .tecright h2{
    margin-bottom: 20px;
    font-weight: bold;
}
.tebgwrap{
    position: relative;
}
.tebgwrap .tetext{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
.tebgwrap .tetext .wrap{
 
    position: relative;
    height: 100%;
}
.tebgwrap .tetext .wrap p{
    color: #fff;
}
.tebgwrap .tetext .wrap h2{
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}
.button{
    margin-top: 70px;
    width: 128px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    color: #000;
    text-align: center;
    border-radius: 25px;
}
.button:hover{
	cursor: pointer;
	background: #273760;
	color: #fff;
}
.tebgwrap img{
    width: 100%;
}
.items {
    margin-bottom: 110px;
    margin-top: 95px;
}
  .items .item {
    position: relative;
    margin-top: 18px;
  }
    .items .item > img {
    width: 100%;
  }
    .items .item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: -webkit-linear-gradient(right, rgba(242, 245, 251, 0) 40%, #f2f5fb 62%);
    background-image: -ms-linear-gradient(right, rgba(242, 245, 251, 0) 40%, #f2f5fb 62%);
    background-image: -moz-linear-gradient(right, rgba(242, 245, 251, 0) 40%, #f2f5fb 62%);
  }
    .items .item:nth-child(2n) .mask {
    background-image: -webkit-linear-gradient(left, rgba(242, 245, 251, 0) 39%, #f2f5fb 50%);
    background-image: -ms-linear-gradient(left, rgba(242, 245, 251, 0) 39%, #f2f5fb 50%);
    background-image: -moz-linear-gradient(left, rgba(242, 245, 251, 0) 39%, #f2f5fb 50%);
  }
    .items .item:nth-child(2n) .txt {
    left: 60.65%;
  }
    .items .item .txt {
        color: #273760;
    position: absolute;
    left: 8.183%;
    top: 32.92%;
    z-index: 3;
  }
  .items .item .txt .t1{
      margin-bottom: 25px;
      line-height: 1.2;
  }
   .itemx .txt .t2{
       /*margin-left: 48px;*/
   }
    .items .item .txt .t2 {
    margin-top: 15px;
  }
  .items .item .txt a{
      display: block;
      margin-top: 15px;
  }
  .overseas{
      margin-bottom: 140px;
      margin-top: 90px;
  }
  .titleover{
    margin-bottom: 50px;
      color: #273760;
  }
  .emle h2 i{
      color: #007931;
  }
  /*模拟select*/
.select-wrap.disabled .select-box{ background:#eee; }
.select-wrap.disabled .select-box a { color:#aaa; opacity:0.2; filter:alpha(opacity=20);}
.select-wrap.disabled .select-box .ico { opacity:0.2; filter:alpha(opacity=20);}
.select-box { position:relative; border:1px solid #ddd; box-sizing:border-box; }
.select-box dt a { display:block; text-indent:5px; position:relative; z-index:2; }
.select-box dt a b { overflow:hidden; margin-right:20px; display:block; text-overflow:ellipsis; white-space:nowrap; font-weight:normal;}
.select-box .ico { position:absolute; right:0; top:0; width:30px; height:100%; z-index:1;  background:url(../images/selectbg.png) no-repeat center;}
.select-box dd { display:none;}
.select-body-box { position:absolute; margin-top:2px; border:1px solid #ddd; border-top:0; background:#fff;  box-sizing:border-box; max-height:200px; overflow:auto; z-index:111111;}
.select-body-box a { display:block; padding:10px; color:#666;}
.select-body-box:hover a.on { background:none; color:#666;}
.selectmask { display:none;}
.newsswiper{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1024px){
	.newsswiper{
	    margin-top: 20px;
	}
}
.newsswiper .swiper-container{
}
.newsswiper .swiper-container .swiper-wrapper{
}
.newsswiper .swiper-slide{
    position: relative;
    /* width: 100% !important; */
}
.newsswiper .swiper-slide .imgl{
    float: left;
    width: 64.72%;
}
.newsswiper .swiper-slide .textr{
    position: absolute;
    width: calc(100% - 64.72%);
    height: 100%;
    background: #f2f2f2;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 5.2%  3.8%;
}
.textr .toptitl{
    overflow: hidden;
}
.textr .toptitl span{
    font-weight: bold;
    float: left;


    color: #000;
}
.textr .toptitl time{
    float:right;
        font-size: 14px;
        color: #656565;
}
.textr  p{
    color: #656565;
}
.textr h2{
    margin-top: 25px;
    margin-bottom: 30px;
}
.newsswiper .buttonwrap {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
}
.listnews_wrap{
    margin-bottom: 80px;
}
.newslist .lim{
    width:19.44%;
    float: left;
}
.newslist .rtx{
    float: right;
    width:77.08%
}
.newslist a{
 color: #656565;
}
.newslist .rtx h2{
    margin-bottom: 1%;
    color: #000;
    font-weight: bold;
}
.newslist :hover h2{
    color: #007329;
}
.newslist .rtx p{
    color: #656565;
}
.newslist .rtx time{
    color: #656565;
}
.newslist .rtx i{
    float: right;
    color: #007329;
    font-weight: bold;
}
.newslist  .bo{
  margin-top: 5%;
}
.newslist{
    overflow: hidden;
    padding: 2.77% 0;
}
.newslist:nth-child(even){
    background: #f2f2f2;
}
.ldj_wrap{
    overflow: hidden;
    background: #fff;
}
.ldj_wrap a{
	height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 0;
    display: block;
    float: left;
}

.bottk{
    padding: 60px 250px;
    background: #f1f2f4;
}
@media only screen and (max-width: 1024px){
	.bottk{
	    padding-top: 20px;
	}
}
.cbd{
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}
.bottk .cbd .imgboxx{
    width:53.81%;
}
.bottk .cbd .textboxx{
    box-sizing: border-box;
    padding: 25px 15px;
    position: absolute;
    background: #fff;
    right: 0;
    top: 50%;
    height: auto;
    transform: translateY(-50%);
    width: 54.30%;
}
.textboxx h2{
    margin-bottom: 20px;
    font-weight: bold;
}
.textboxx p{
    margin-bottom: 20px;


}
.ljbut{
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 145px;
    line-height: 60px;
    height: 60px;
    background: #007931;
    color: #fff;
}
.cbd:nth-child(even) .textboxx{
    right: auto;
    left: 0;
}
.cbd:nth-child(even) .imgboxx{
    float: right;
}
.binahu{
    padding: 5.2% 9% 6.2%;
    text-align: center;
}
.binahu h2{
    margin-bottom: 20px;
    font-weight: bold;
}
.qihou{

    width: 100%;
     overflow: unset;
}
.qihou li{
    position: relative;
    float: left;
    width: 33.33%;
}
.qihou li .poa{
    box-sizing: border-box;
    padding: 16.7% 8.25%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.qihou li .poa h2{
    margin-bottom: 25px;
	line-height: 1.5;
    height: 3em;
}
.qihou li .poa p{
    line-height: 2;
    height: 12em;
    max-height: 12em;
    margin-bottom: 20%;
}
.lu{
    position: relative;
}
.lu .wrap{
    overflow: hidden;
    padding: 6.94% 0 6.25%;
}

.wenl{
    background: #fff;
    width: 45.83%;
}
.wenl .wenlb{
  
    padding: 16.66% 11.36%;
}
.wenl .wenlb h2{
    margin-bottom: 20px;
    font-weight: bold;
}
.wenl .wenlb p{
    line-height: 1.6;
    height: 8em;
    max-height: 8em;
    margin-bottom: 30px;
}
.lu:nth-child(even) .wenl{
    float: right;
}
.ldjvideo{
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 1024px){
.ldjvideo{
    padding-top: 20px;
}	
}
.ldjvideo ul li{
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
    margin-bottom: 3%;
}
.ldjvideo ul li .timgop{
    position: relative;
}
.ldjvideo ul li:nth-child(3n){
    margin-right: 0%;
}
.ldjvideo ul li .btextom{
    padding: 20px 0 20px 40px;
    background: #ffffff;
}
.ldjvideo ul li .btextom time{
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    display: block;
    width: 100%;
}
.ldjvideo ul li .btextom h2{
    font-weight: bold;
    height: 2.4em;
    max-height: 2.4em;
    line-height: 1.2;
}
.blank{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
}
.ldjvideo ul li .timgop em i{
    color: #007931;
}
@media only screen and (max-width: 1499px){
    .wenl .wenlb {
        padding: 14.66% 11.36%;
    }
}
@media only screen and (max-width: 1299px){
    .wenl .wenlb {
        padding: 11.66% 11.36%;
    }
}
@media only screen and (max-width: 1299px){
    .wenl .wenlb {
        padding: 7.66% 11.36%;
    }
}
@media only screen and (max-width: 768px){
	
    .hidetext {
        margin-bottom: 21px;
        background: #fff;
        box-sizing: border-box;
        padding: 30px 10px 30px 10px;
    }
    .lrwrap {
        border-bottom: 1px solid #c2c2c3;
        padding-bottom: 20px;
        margin-top: 20px;
        overflow: hidden;
    }
    .emle {
        overflow: hidden;
        margin-top: 20px;
    }
    .lrwrap .ll, .lrwrap .rr {
        width: 100%;
        box-sizing: border-box;
        float: left;
    }
    .lrwrap .rr {
        margin-top: 15px;
        padding-left: 0px;
    }
    .hidetexttitle li {
        color: #3b3e41;
        float: left;
        width: 100% !important;
        padding: 0 !important;
    }
    .ldjvideo {
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .qihou li {
        position: relative;
        float: left;
        width: 100%;
    }
    .ldjvideo ul li {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .ldjvideo ul li .btextom {
        padding: 20px 0 20px 20px;
        background: #ffffff;
    }
    .qihou li .poa {
        padding: 8.7% 8.25%;
    }
    .wenl {
        height: auto !important;

    width: 100%;
}.wenl .wenlb p{
    height: auto;
    max-height: none;
}
    .ldj_wrap a {
        line-height: 1;
        padding: 2.5% 10px;
        display: inline-block;
        float: none;
    }
    .bottk {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #f1f2f4;
    }
    .bottk .cbd .imgboxx {
        width: 100%;
        float: none !important;
    }
    .newsswiper {
      
        margin-top: 20px;
        margin-bottom: 20px;
    }
  
    .bottk .cbd .textboxx {
        box-sizing: border-box;
        padding: 25px 15px;
        position: static !important;
        background: #fff;
        right: 0;
        top: 50%;
        height: auto;
        transform: none;
        width: 100%;
    }
    .textboxx p {
        margin-bottom: 20px;
        max-height: none;
        line-height: 1.5;
        height: auto;
    }
    .cbd {
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
    }
    .textboxx h2 {
        margin-bottom: 10px;
        font-weight: bold;
    }
    .newsswiper .swiper-slide .imgl {
        float: none;
        width: 100%;

    }
    .newsswiper .swiper-slide .textr {
        position: static;
        width: 100%;
        height: auto;
        background: #f2f2f2;
        right: 0;
        top: 0;
        box-sizing: border-box;
        padding: 13.2% 3.8%;
        padding-top: 5%;
    }
    .newslist .lim {
        width: 100%;
        float: none;
    }
    .listnews_wrap {
        margin-bottom: 40px;
    }
    .newslist .rtx {
        box-sizing: border-box;
        padding: 5%;
        float: right;
        width: 100%;
    }
    .textr h2 {
        margin-top: 18px;
        margin-bottom: 10px;
    }
    .histlist .swiper-container .swiper-slide .bottomtext p {
        line-height: 2;
        height: 40px;
    }
    .historywrap {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .ourTask_link {
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #e5e5e5;
        color: #007329;
        font-size: 30px;
    }
    .historywrap .swiper-slide {
        position: relative;
        line-height: 60px;
        font-size: 24px;
    }
    .historywrap .swiper-slide.on {
        font-size: 30px;
        color: #007931;
    }
    .histlist .swiper-pagination span {
        margin: 0 3.5px;
        opacity: 1;
        width: 30px;
        border-radius: 0 !important;
        height: 2px;
        background: #bcbcbc;
    }
    .histlist .swiper-container {
        margin-bottom: 0px;
    }
    .pagwrap {
        margin-bottom: 30px;
    }
    .listw .left {
        font-weight: bold;
        float: none;
        width: 100%;
    }
    .listw .right {
        float: none;
        width: 100%;
    }
    .listw .right li {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .ihp img {
        width: 30px;
        height: 30px;
    }
    .ihp h2 {
        font-size: 16px;
    }
    .ihp p {
        font-size: 12px;
    }
    .tab_wrap .tab1 .ihp {
        left: 10.23%;
    }
    .tab_wrap .tab3 .ihp {
        right: 1%;
    }
    .listwrap ul li {
        line-height:60px;
        height: 60px;
    }
    .inputwrap_wrap {
        padding: 10px;
    }
    .inputwrap > div {
        margin-right: 1.623%;
        width: 39%;
        float: left;
    }
    	/*模拟select*/
	.select-body-box { z-index:100000; position:fixed; top:50%; left:10% !important; width:80% !important; max-height:80%; }
	.selectmask { position:fixed; left:0; top:0; width:100%; height:100%; background:#000; opacity:0.5; z-index:2; display:block; }
	/**/
    .titlewrap{
        display: none;
    }
    .sociallistul li {
        text-align: right;
        line-height: 30px;
        height: 30px;
        /* float: left; */
        box-sizing: border-box;
        padding: 0 10px !important;
        display: block;
        width: 100%;
    }
    .sociallist > ul li em{
        display: block;
        float: left;
    }
    .sociallist{
        margin-bottom: 10px;
    }
    .sociabox {
        margin-bottom: 40px;
    }
  }


  @media only screen and (max-width: 375px){
  .inputwrap > div:last-child {
    margin: 0;
    float: right;
}
.inputwrap > div {
    margin-right: 1.623%;
    width: 35%;
    float: left;
}
}
/*我们的工作--地域*/
.regional_wrap .items {
  padding: 80px 0 2%;
}
@media only screen and (max-width: 1024px){
	.regional_wrap .items {
	  padding: 20px 0 2%;
	}
}
.regional_wrap .item {
  overflow: hidden;
  background-color: #f2f2f2;
  margin-bottom: 5.555%;
}
.regional_wrap .item:nth-child(2n) .img {
  float: right;
}
.regional_wrap .item:nth-child(2n) .cont {
  float: left;
}
.regional_wrap .img,
.regional_wrap .cont {
  float: left;
  width: 50%;
}
.regional_wrap .cont {
  padding: 3.47%;
    padding-bottom: 0;
    padding-top: 2%;
}
.regional_wrap .cont h3 {
  font-weight: bold;
}
.regional_wrap .cont .txtarea {
  color: #656565;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.5;
  height: 65px;
}
.regional_wrap .list {
  margin-top: 2%;
}
.regional_wrap .list li {
  padding: 1% 0;
}
.regional_wrap .list a {
  color: #656565;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.regional_wrap .list a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #007931;
}

	.tsdjt{
		    width: 100%;
		    top: 15px;
	}
	.tsdjt .sl{
		margin-left: -35px;
		float: left;
	}
	.tsdjt .xr{
		margin-right: -35px;
		float: right;
	}
	.qiqi{
		position: relative;
	}
	.tsdjt2{
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		
	}
	.tsdjt2 .sl{
		margin-left: -70px;
		float: left;
	}
	.tsdjt2 .xr{
		margin-right: -70px;
		float: right;
	}
	@media only screen and (max-width: 768px){
		.tsdjt .sl{
			position: relative;
			    z-index: 999999999999999999;
			margin-left: -5px;
			float: left;
		}
		
		.tsdjt .xr{
			position: relative;
			    z-index: 999999999999999999;
			margin-right: -5px;
			float: right;
		}
		.ldj_wrap a {
		    line-height: 55px;
		    padding: 0px 5px; 
		    display: inline-block;
		    float: none;
		}
		.inputwrap > div:last-child {
		    width: 100%;
		    /* margin: 0; */
		    /* float: right; */
		}
		.tsdjt2 .sl{
			margin-left: 0px;
			float: left;
		}
		.tsdjt2 .xr{
			margin-right: 0px;
			float: right;
		}
		.tsdjt2{
			z-index: 9999999;
			position: absolute;
			width: 100%;
			top: 50%;
			transform: translateY(-50%);
			
		}
		}
		/* 新增新闻中心频道页 */
.news_01{
    padding-top: 70px;
    padding-bottom: 70px;
}
.news_01 .wrap{
    overflow: hidden;
}
.news_01 .box_01{
    float: left;
    width: 47.08%;
    margin-right: 5.84%;
}
.news_01 .box_01:nth-child(2n){
    margin-right: 0;
}
.toptit{

    margin-bottom: 25px;
    overflow: hidden;
}
.toptit h2{
    font-weight: bold;
    float: left;
}
.toptit a{
    background: #007931;
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
    float: right;
}
@media only screen and (max-width: 1440px) {
    .toptit a{
        background: #007931;
        color: #fff;
        padding: 0 20px;
        line-height: 42px;
        float: right;
    }

}
@media only screen and (max-width: 1366px){
    .toptit a{
        background: #007931;
        color: #fff;
        padding: 0 20px;
        line-height: 36px;
        float: right;
    }
}
@media  only screen and (max-width: 1280px){
    .toptit a{
        background: #007931;
        color: #fff;
        padding: 0 20px;
        line-height: 33px;
        float: right;
    }
}
.box_01 .tran_scale{
    color: #fff;
    position: relative;
}
.box_01 .tran_scale a{
    color: #fff;
}
.box_01 .tran_scale .dingbox{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.box_01 .tran_scale img{
    width: 100%;
}
.news_02{
    background: #f2f2f2;
    padding: 50px 0 50px;
}
.news_02 .tran_scale{
    color: #fff;
    position: relative;
}
.news_02 .tran_scale a{
    color: #fff;
}
.news_02 .tran_scale img{
    width: 100%;
}
.news_02 .tran_scale .dingbox{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.toptabswiper .swiper-slide{
    line-height: 90px;
    width: 5.9%;
    text-align: center;
}
.toptabswiper{
    border-bottom: 1px solid #e5e5e5;
}
.toptabswiper .swiper-slide.on{
    border-bottom: 4px solid #007931;
    font-weight: bold;
}


@media  only screen and (max-width: 768px){
    .news_01 .box_01 {
        float: left;
        width: 100%;
        margin-bottom: 5.84%;
    }
    .news_01 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .news_02 {
        background: #f2f2f2;
        padding: 20px 0;
    }
    .box_01 .tran_scale .dingbox {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .news_02 .tran_scale .dingbox {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .toptabswiper .swiper-slide {
        line-height: 40px;
        width: 28.9%;
        text-align: center;
    }
    .toptit {
        margin-bottom: 10px;
        overflow: hidden;
    }
}
.detail_bottom{
    padding: 70px 0 120px;
    background: #f2f2f2;
}
.listwraplist{
    overflow: hidden;
}
.listboxi{
    float: left;
    width: 31.94%; 
    margin-right: 2.09%;
    
}
.listboxi p{
    padding: 30px 0;
}
.listboxi:nth-child(3n){
    margin-right: 0;
}
@media  only screen and (max-width: 768px){
    .listboxi{
        width: 100%;
    }
    .listboxi p {
        padding: 10px 0;
    }
    .detail_bottom {
        padding: 15px 0 50px;
        background: #f2f2f2;
    }
}
.mg{
	text-align: center;
	padding: 50px;
}