input,textarea{outline: none;border: none;resize: none;/*禁止缩放*/
    /*清除移动端输入框特有的样式*/-webkit-appearance: none;}
/******************************头部*********************************************/
.thispage {
    text-align: center;
    padding: 0.75rem 0 0.75rem 0;
}
.thispage a {
    border: 1px solid #E6E6E6;
    padding: 0.15rem;
	font-size: 0.14rem;
}
.thispage span {
    border: 1px solid #E6E6E6;
    background: #5AC6B4;
    color: #fff;
    padding: 0.15rem;
	font-size: 0.16rem;
}
.bgzz{
	width: 100%;
	height: 100%;
	z-index: 997;
	background: rgba(0,0,0,0.5);
	position: fixed;
	display: none;
}
/*点击效果*/
.active_links_li{
	 background: #fff !important;
 }
.active_li_a{
	color: #3f7a4e !important;
	border-bottom: 0.04rem solid #49915B;
 }

	.head{
		width: 100%;
		height:0.88rem;
		background: #272727;
		padding: 0 0.3rem;
		display: flex;
		/* justify-content: center; */
		align-items: center;
		position: fixed;
		z-index: 999;
		top: 0;
	}
	.head_img{
		    width: 4.06rem;
		    height: 0.5rem;
	}
	.head_img>a{
		width: 100%;
		height: 100%;
	}
	.head_img>a>img{
		width: 100%;
		height: 100%;
	}
	.head_right{
		display: flex;
		margin: 0 0 0 auto;
		justify-content: center;
		align-items: center;
	}
	.serach{
		width: 0.41rem;
		height: 0.41rem;
		margin-right: 0.54rem;
	}
	.serach>img{
		width: 100%;
		height: 100%;
	}
	.head_bar{
		width: 0.37rem;
		height: 0.35rem;
	}
	.head_bar>img{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.head_bar>img.img{display: block;}
	.head_bar>img.is{display: none;}
	.showhead_bar>img.is{display: block !important;}
	.showhead_bar>img.img{display: none !important;}
	.showSerch{
		width: 100%;
		height: 1rem;
		padding: 0 0.3rem 0.12rem;
		display: flex;
		align-items: center;
		background: rgba(0,0,0,0.3);
		position: absolute;
		top: 0.88rem;
		z-index: 999;
	}
	.showSerch>input{
		width: 6rem;
		height: 72%;
		background: unset;
		color: #fff;
		font-size: 0.28rem;
		border-bottom: 1px solid #938D8E;
		/* padding: 0 0 0.12rem 0; */
	}
	.showSerch>input::-webkit-input-placeholder{color: #fff;}
	.showSerch>label{font-size: 0.28rem;color: #fff;margin: 0 0 0 auto;}
	.shownav_bar{display: block !important;}
	.nav_bar{
		z-index: 998;
		position: absolute;
		width: 3rem;
		height: 12.05rem;
		/* background: #4D935E; */
		/* opacity: 0.8; */
		background: rgba(77,147,94,0.95);
		right: 0;
		display: none;
		/* margin-top: 0.88rem; */
		position: fixed;
	}
	.nav_bar>ul{
		display: flex;
		flex-direction: column;
	}
	.nav_bar>ul>li{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav_bar>ul>li>a{
		font-size: 0.3rem;
		color: #fff;
		padding: 0.3rem 0.6rem;
		border-bottom: 0.01rem solid #83B48F;
		min-width: 2.4rem;
		text-align: center;
	}
	
/******************************尾部*********************************************/
	.footer{
		padding: 0 0.3rem;
		background: #49915B;
	}
	.footer>a{
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 0.87rem;
		align-items: center;
		border-bottom: 1px solid #80B28D;
	}
	.footer>a>img{
		width: 0.16rem;
		height: 0.3rem;
	}
	.footer>a>p{
		font-size: 0.3rem;
		color: #fff;
		}
	 .com_address{
		 padding: 0 0.3rem;
		 background: #49915B;
		 padding-top: 0.5rem;
		 line-height: 0.5rem;
		 }
	 .com_address>h3{
		 font-size: 0.28rem;
		 color: #fff;
		 text-align: center;
	 }
	 .com_address>h2{
	 	 font-size: 0.5rem;
	 	 color: #fff;
		 padding: 0.1rem 0 0.25rem 0;
		 text-align: center;
	 }
	 .com_address>p{
	 	 font-size: 0.28rem;
	 	 color: #E2EAE3;
		 text-align: center;
	 }
	 .com_address>p.add{
		 padding-bottom: 0.5rem;
		 border-bottom: 0.01rem solid #A0C2A9;
	 }
	 .com_address .from{
		 padding-top: 0.3rem;
		 padding-bottom: 0.3rem;
		 text-align: center;
	 }
	 .com_address .from>p{
		 font-size: 0.26rem;
		 color: #B1C8B6;
	 }
	 .com_address .from>p>a{
		 font-size: 0.26rem;
		 color: #B1C8B6;
	 }

/**********************首页**********************************/
.index .swiper-pagination-bullet-active {
    background: #659571 !important;
    width: 4.6% !important;
}
.index .swiper-pagination-bullet {
    border-radius: 25%;
    background: #fff;
    width: 3.8%;
    opacity: 1;
    height: 0.1rem;
    transition: width 0.3s ease-in-out;
}
.index .swiper-slide>a{
	display: flex;
	flex: 1;
	justify-content: center;
    align-items: center;
}
.index .swiper-slide>a>h2{
	position: absolute;
	font-size: 0.26rem;
	color: #fff;
	z-index: 10;
	padding: 0 0.3rem;
	top: 32%;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.index .swiper-slide>a>h2>span{
	color: #fae403;
}
.index .swiper-slide>a>p{
	position: absolute;
	font-size: 0.25rem;
	color: #fff;
	z-index: 11;
	font-weight: bold;
	padding: 0 0.3rem;
	top: 55%;
}
.index .swiper-slide>a>img{width: 100%;height: 100%;}
.index .swiper-slide>p{
	font-size: 0.28rem;
	/* color: #fff; */
	z-index: 10;
}
.introduce{
	padding: 0.5rem 0.3rem 0;
}
.introduce>h2{
	font-size: 0.36rem;
	font-weight: bold;
	color: #212121;
}
.introduce>h3{
	font-size: 0.36rem;
	color: #212121;
	font-weight: normal;
	margin-bottom: 0.38rem;
}
.introduce>p{
	font-size: 0.28rem;
	color: #333;
	line-height: 0.5rem;
}
/*拥有*/
.success{
     display: flex;
     margin-top: 0.6rem;
}
 .success .progress{
     width: 2.09rem;
     border-right: 0.01rem solid #DCDCDC;
}
 .success .progress>p{
     font-size: 0.26rem;
     color: #3f7a4e;
}
 .success .progress>h2{
     font-size: 0.8rem;
     color: #3f7a4e;
     display: flex;
     align-items: center;
     padding-left: 0.22rem;
}
 .success .progress>h2>em{
     font-size: 0.5rem;
     color: #3f7a4e;
     font-style: normal;
}
 .success .progress>span{
     font-size: 0.26rem;
     color: #666;
     padding-left: 0.22rem;
}
/*业务供应 省*/
  .success .yw{
     width: 2.7rem;
     border-right: 0.01rem solid #DCDCDC;
}
 .success .yw>p{
     font-size: 0.26rem;
     color: #3f7a4e;
     padding-left: 0.65rem;
}
 .success .yw>h2{
     font-size: 0.8rem;
     color: #3f7a4e;
     display: flex;
     align-items: center;
     padding-left: 0.79rem;
}
 .success .yw>h2>em{
     font-size: 0.5rem;
     color: #3f7a4e;
     font-style: normal;
}
 .success .yw>span{
     font-size: 0.26rem;
     color: #666;
     padding-left: 1.06rem;
}
/*业务供应 公路工程*/
 .success .gy{
     width: 2.1rem;
     /* border-right: 0.01rem solid #DCDCDC; */
}
 .success .gy>p{
     font-size: 0.26rem;
     color: #3f7a4e;
     padding-left: 0.65rem;
}
 .success .gy>h2{
     font-size: 0.8rem;
     color: #3f7a4e;
     display: flex;
     align-items: center;
     padding-left: 0.8rem;
}
 .success .gy>h2>em{
     font-size: 0.5rem;
     color: #3f7a4e;
     font-style: normal;
}
 .success .gy>span{
     font-size: 0.26rem;
     color: #666;
     padding-left: 0.6rem;
}
 .honor{
	 padding-top: 0.82rem;
	 /* height: 29.57rem; */
	 /* overflow: hidden; */
}
 .honor>h2{
 	font-size: 0.36rem;
 	font-weight: bold;
 	color: #212121;
	text-align: center;
	padding: 0 0.3rem;
 }
 .honor>h3{
 	font-size: 0.36rem;
 	color: #212121;
 	font-weight: normal;
 	/* margin-bottom: 0.6rem; */
	text-align: center;
	padding: 0 0.3rem 0.6rem;
 }
 .medds{
	 /* height: 8.74rem!important; */
	 overflow: unset!important;
 }
 .medal{
	 /* min-height: 4.44rem; */
	 max-height: 21.3rem;
	 overflow: hidden;
	 /* position: relative!important; */
	 padding: 0 0.12rem 0.2rem 0.16rem;
 }
 .img_fixed{
	 position: fixed;
	 display: flex;
	 justify-content: center;
	align-items: center;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100% !important;height: 100vh !important;
	background: rgba(255,255,255,1);
	transform:scale(1.8) !important;
	-ms-transform:scale(1.8) !important; /* IE 9 */
	-moz-transform:scale(1.8) !important; /* Firefox */
	-webkit-transform:scale(2.3,2.7) !important; /* Safari and Chrome */
	-o-transform:scale(1.8) !important; /* Opera */
 }
  .img_fixed>img{
	    min-width: 2.74rem;
	     max-height: 3.31rem!important;
	 /*    max-width: 4.04rem!important;
	     max-height: 2.31rem!important; */
 }
 .img_fixed_certificate{height: auto !important;}
 .medal>.certificate{
      width: 3.46rem;
      height: 3.97rem;
      background: #EEF4F0;
      display: inline-block;
      margin-right:0.29rem;
      margin-bottom: 0.3rem;
	  vertical-align: top;
 }
  .medal>.certificate:nth-child(2n){
      margin-right: 0rem;
 }
  .medal>.certificate>.medalimg{
      width: 100%;
      height: 2.77rem;
      display: flex;
      align-items: center;
      justify-content: center;
 }
  .medal>.certificate>.medalimg>img{
	  /* position: absolute!important; */
    /*  min-width: 1.74rem;
      min-height: 2.31rem; */
	  max-width: 3.34rem;
	  max-height: 2.31rem;
	  
 	 transition: 0.1s;
 	 -webkit-transition: 0.1s;
 	 -moz-transition: 0.1s;
 	 -o-transition: 0.1s; 
 }
/*  .medal>.certificate>.medalimg>img:hover{
 	 width:55% ;
 	 height: 2.51rem;
  } */
/*  .zoomedimg{
	  width: 1.84rem;
	  height: 2.41rem;
  } */
  
  .medal>.certificate>.medalgo{
      /* width: 100%; */
	  padding: 0 0.3rem 0.17rem;
      height: 1.2rem;
      background: #F8F8F8;
      display: flex;
      justify-content: space-between;
      align-items: center;
 }
  .medal>.certificate>.medalgo>img{
	  width: 0.31rem;
	  height: 0.31rem;
 	 cursor: pointer;
  }
  .medal>.certificate>.medalgo>p{
	  width: 2.16rem;
      font-size: 0.26rem;
      color: #333;
	  text-overflow: ellipsis;
	  overflow: hidden;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  display: -webkit-inline-box;
 }
 .more{
      width: 2.4rem;
      height: 0.6rem;
      background: #49915B;
	  margin: 0 auto;
 }
  .more>a{
	  display: flex;
	  flex: 1;
	  width: 100%;
	  height: 100%;
	  justify-content: center;
	  align-items: center;
  }
 .more>a>label{
      color: #fff;
      font-size: 0.24rem;
	  margin-right: 0.2rem;
 }
 .more>a>img{
 	width: 0.21rem;
 	height: 0.16rem;
 }
 .exam{
	 padding-top: 0.8rem;
 }
 .exam>h2{
 	font-size: 0.36rem;
 	font-weight: bold;
 	color: #212121;
	text-align: center;
	padding: 0 0.3rem;
 }
 .exam>h3{
 	font-size: 0.36rem;
 	color: #212121;
 	font-weight: normal;
 	/* margin-bottom: 0.6rem; */
	text-align: center;
	padding: 0 0.3rem 0.6rem;
 }
  .exam>ul{
	  display: flex;
	  justify-content: center;
	  padding-bottom: 0.6rem;
  }
    .exam>ul>li{
	padding: 0 0.34rem;	
	border-right: 0.01rem solid #E6E6E6;
	}
    .exam>ul>li:last-child{
		border-right: unset;
	}
  .exam>ul>li>a{
	  color: 808080;
	  font-size: 0.26rem;
  }
  .eaxmlist{
       /* width: 100%; */
	   /* min-height: 3.62rem; */
	 /*  max-height: 15.52rem;
	   overflow: hidden; */
	   padding: 0 0.12rem 0 0.16rem;
     /*  margin: 0 auto;
       display: inline-flex */
  }
   .eaxmlist .list{
       width: 3.46rem;
       height: 3.58rem;
       margin-right: 0.29rem;
	   margin-bottom: 0.3rem;
	   display: inline-block;
	   cursor: pointer;
  }
   .eaxmlist .list:nth-child(2n){
       margin-right: 0!important;
  }
   .eaxmlist .list>.listimg{
       width: 100%;
       height: 2.39rem;
  }
  .eaxmlist .list>.listimg>a{
	  display: flex;
	  flex: 1;
	  width: 100%;
	  height: 100%;
  }
   .eaxmlist .list>.listimg>a>img{
       width: 100%;
       height: 100%;
  }
   .eaxmlist .list>.listtext{
       height: 1.2rem;
	   /* width: 100%; */
	   padding: 0 0.3rem;
	   background: #F8F8F8;
       /* border: 0.0625rem solid #EDEDED; */
  }
   .eaxmlist .list>.listtext>a>h4{
       font-size: 0.26rem;
       color: #333;
       font-weight: normal;
	   padding: 0.3rem 0 0.1rem 0;
	   /* display: flex; */
	   overflow: hidden;
	   /* text-overflow: ellipsis; */
	   white-space: nowrap;
  }
   .eaxmlist .list>.listtext>.listDetail{
       display: flex;
       justify-content: space-between;
	   align-items: center;
  }
   .eaxmlist .list>.listtext>.listDetail>label{
       font-size: 0.22rem;
       color: #808080;
       /* margin: 0 auto 0 1.875rem; */
  }
  .eaxmlist .list>.listtext>.listDetail>img{
       /* margin-right: 2rem; */
  	 width: 0.31rem;
	 height: 0.11rem;
  }
  .news{
	  padding: 0.52rem 0.3rem 0;
	  }
  .news>h2{
  	font-size: 0.36rem;
  	font-weight: bold;
  	color: #212121;
  	text-align: center;
  }
  .news>h3{
  	font-size: 0.36rem;
  	color: #212121;
  	font-weight: normal;
  	/* margin-bottom: 0.6rem; */
  	text-align: center;
  }
  .news .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	  background: rgba(0,0,0,0.5);
	  right: 0;
	  padding: 0.4rem 0.25rem;
	  outline: none;
  }
  .news .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	  background: rgba(0,0,0,0.5);
	  left: 0;
	  padding: 0.4rem 0.25rem;
	  outline: none;
  }
  .news .newswiper{
	  --swiper-theme-color: #fff;
	  --swiper-pagination-color: #00ff33;/* 两种都可以 */
	  --swiper-navigation-size: 0.3rem;/* 设置按钮大小 */
  }
  .news .newswiper .swiper-wrapper .swiper-slide>a{
	  display: flex;
	  flex: 1 ;
	  width: 100%;
	  height: 100%;
  }
  .news .newswiper .swiper-wrapper .swiper-slide>a>img{
	  width: 100%;
	  height: 100%;
  } 
  .news .newswiper .swiper-wrapper .swiper-slide>a>.newstext{
	 
	  z-index: 999;
	  position: absolute;
	  bottom: 0;
	  width:100%;
	  height: 0.74rem;
	  background: url(../img/news_bg.png) no-repeat;
  }
  .news .newswiper .swiper-wrapper .swiper-slide>a>.newstext>h3{
	  width: 91%;
	  font-size: 0.28rem;
	  color: #fff;
	  text-indent: 0.3rem;
	  /* display: flex; */
	  align-items: center;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  font-weight: normal;
	  position: absolute;
	  bottom: 0.15rem;
	  /* height: 100%; */
  }
  .news .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	  bottom: 0.6rem;
  }
.news .swiper-pagination-bullet-active {
    background: #659571 !important;
    width: 3.5% !important;
}
.news .swiper-pagination-bullet {
    border-radius: 25%;
    background: #fff;
    width: 3%;
    opacity: 1;
    height: 0.06rem;
    transition: width 0.3s ease-in-out;
}
 .article{
     /* width: 45%; */
	 padding-top: 0.58rem;
}
 .article>.wenzhang{
     display: flex;
     justify-content: center;
     align-items: center;
     /* margin-top: 2.8125rem; */
	 cursor: pointer;
	 padding-bottom: 0.6rem;
}
 .article>.wenzhang>.time{
     width: 0.91rem;
     display: inline-block;
     vertical-align: top;
     margin-right: 0.4rem;
	 
}
 .article>.wenzhang>.time>span{
     font-size: 0.4rem;
     font-weight: bold;
     color: #333;
     border-bottom: 0.01rem solid #E6E6E6;
     padding-bottom: 0.1rem;
    display: flex;
	width: 100%;
	justify-content: center;
}
 .article>.wenzhang>.time>label{
     font-size: 0.26rem;
     font-weight: bold;
     color: #333;
     padding-top: 0.2rem;
     display: inline-block;
}
 .article>.wenzhang>.newsArticle{
     width: 82%;
     display: inline-block;
}
 .article>.wenzhang>.newsArticle>a>h5{
     font-size: 0.3rem;
     color: #333;
	 margin-bottom: 0.24rem;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}
 .article>.wenzhang>.newsArticle>p{
     font-size: 0.26rem;
     color: #999;
     line-height: 0.36rem;
     text-overflow: ellipsis;
     overflow: hidden;
     width: 100%;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

/**********************公司简介**********************************/

/*************************公司简介，企业文化，荣誉资质公共部分*****************************************/
	.company_img{
		width: 100%;
		height: 3rem;
		position: relative;
		background: url(../img/bg_01.png) no-repeat;
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 0.3rem;
		margin-top: 0.88rem;
	}
	.company_img>h2{
		font-size: 0.3rem;
		color: #fff;
		font-weight: normal;
	}
	.company_img>h3{
		font-size: 0.38rem;
		color: #fff;
		font-weight: normal;
	}
	.links{
		/* padding: 0 0.3rem; */
		width: 100%;
		height: 0.69rem;
		background: #F2F3F5;
	}
   .links>ul{
      display: flex;
      width: 100%;
      height: 100%;
 }
   .links>ul>li{
      list-style-type: none;
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
 }
   .links>ul>li>a{
      text-decoration: none;
      color:#808080;
      font-size: 0.26rem;
	  padding: 0 0.2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
 }
   .link_li>ul>li:nth-child(1){
      /* background-color: #fff; */
 }
   .links>ul>li>a.active{
      color: #3f7a4e;
      border-bottom: 0.02rem solid #49915B;
 }
 /*****************************************************/
 .intros{
	 margin-top: 0.7rem;
	 padding: 0 0.3rem;
	 /* background: url(../img/bg_02.png) no-repeat bottom; */
	 /* background-size: 100% 100%; */
 }
 .intros>h2{
	 font-size: 0.36rem;
	 font-weight: bold;
	 color: #212121;
	 text-align: center;
 }
 .intros>h3{
 	 font-size: 0.36rem;
 	 font-weight: normal;
 	 color: #212121;
	 text-align: center;
	 padding-bottom: 0.3rem;
 }
 .intros>p{
	 font-size: 0.28rem;
	 color: #333;
	 line-height: 0.6rem;
 }
 .intros_img{
	 width: 100%;
	 height: 1.79rem;
	 margin-bottom: 0.6rem;
 }
 .intros_img>img{
	 width: 100%;
	 height: 100%;
 }
 .mapinfo{
	 padding: 0 0.3rem;
	 background: #37A25F;
	 padding-bottom: 0.4rem;
 }
 .thingtop{
     /* height: 100%; */
     display: flex;
     flex-direction: column;
     justify-content: center;
	 padding-bottom: 0.4rem;
}
 .thingtop>h2{
     font-size: 0.4rem;
     color: #fff;
     font-weight: bold;
     font-style: italic;
     padding-top: 0.8rem;
}
 .thingtop>p{
     font-size: 0.28rem;
     color: #fff;
     line-height: 0.5rem;
     margin-top: 0.4rem;
}
.thingtop .progress p,.thingtop .progress h2,.thingtop .progress h2>em,.thingtop .progress span{
	color: #fff;
}
.thingtop .yw p,.thingtop .yw h2,.thingtop .yw h2>em,.thingtop .yw span{
	color: #fff;
}
.thingtop .gy p,.thingtop .gy h2,.thingtop .gy h2>em,.thingtop .gy span{
	color: #fff;
}
.map_img{
	width: 100%;
	height: 4.65rem;
}
.map_img>img{
	width: 100%;
	height: 100%;
}
.clamb{
	width: 100%;
	height: 100%;
	padding-top: 0.6rem;
	background: url(../img/bg_04.png) no-repeat bottom;
	background-size: 100% ;
	height: 8.08rem;
}
.clamb>p{
	padding: 0 0.3rem;
	font-size: 0.28rem;
	color: #333;
	line-height: 0.6rem;
}
.clamb>img{
	width: 100%;
	height: 100%;
}

/********************** 企业文化**********************************/
   .link_bg>ul>li:nth-child(2){
      /* background-color: #fff; */
 }
 .culs{
	 padding: 0 0.3rem;
	 padding-top: 0.7rem;
 }
 .culs>h2{
 	 font-size: 0.36rem;
 	 font-weight: bold;
 	 color: #212121;
 	 text-align: center;
 }
 .culs>h3{
 	 font-size: 0.36rem;
 	 font-weight: normal;
 	 color: #212121;
 	 text-align: center;
 	 padding-bottom: 0.3rem;
 }
.cultrue_img{
	width: 100%;
	height: 5.6rem;
}
.cultrue_img>img{
	width: 100%;
	height: 3.43rem;
}
.cultrue_txt{
	width: 100%;
	padding-top: 0.4rem;
}
.cultrue_txt>h2{
	font-size: 0.32rem;
	color: #237137;
}
.cultrue_txt>p{
	font-size: 0.28rem;
	color: #262626;
	padding: 0.2rem 0 0.18rem 0;
}
.cultrue_txt>label{
	font-size: 0.26rem;
	color: #666;
	line-height: 0.5rem;
}
.runner{
	background: url(../img/cultrue_05.png) no-repeat;
	width: 100%;
	height: 4.5rem;
	background-size: 100% 100%;
	margin-top: 0.5rem;
	padding: 0 0.3rem;
	padding-top: 0.8rem;
}
.runner>p{
	font-size: 0.28rem;
	color: #fff;
	line-height: 0.58rem;
}

/********************** 荣誉资质**********************************/
   .link_honor>ul>li:nth-child(4){
      /* background-color: #fff; */
 }

.my_honor{
	padding: 0 0.3rem;
}
 .zjmore{
      width: 2.4rem;
      height: 0.6rem;
      /* background: #49915B; */
	  border: 0.01rem solid #619F70;
      display: flex;
      justify-content: space-around;
      align-items: center;
 	 cursor: pointer;
	 margin: 0 auto;
	 padding: 0 0.3rem;
	 margin-bottom: 0.78rem;
 }
 .zjmore>label{
      color: #619F70;
      font-size: 0.24rem;
 	 cursor: pointer;
 }
 .zjmore>img{
 	width: 0.21rem;
 	height: 0.16rem;
 	cursor: pointer;
 }
.themore{
	  max-height: unset!important;
	  overflow: unset;
  }
/********************** 公司资讯**********************************/
   .link_news>ul>li:nth-child(1){
      /* background-color: #fff; */
 }
 .news_center{
	 padding: 0.48rem 0.3rem 0;
 }
 .news_center>h2{
 	 font-size: 0.36rem;
 	 font-weight: bold;
 	 color: #212121;
 	 text-align: center;	 
 }
 .news_center>h3{
 	 font-size: 0.36rem;
 	 font-weight: normal;
 	 color: #212121;
 	 text-align: center;
 	 padding-bottom: 0.27rem;
 }
 .newCenList{
	 /* min-height: 2.11rem; */
	 /* max-height: 12.71rem;
	 overflow: hidden; */
 }
 .newsInfos{
	 width: 100%;
	 display: flex;
	 border-bottom: 1px solid #E8ECF2;
	 padding: 0.21rem 0 0.21rem 0;
 }
 .newsInfos:last-of-type{
	 border-bottom: none;
 }
 .news_img{
	 width: 2.5rem;
	 height: 1.69rem;
	 overflow: hidden;
 }
  .news_img>a{
	  display: flex;
	  flex: 1;
  }
 .news_img>a>img{
 	 width: 100%;
 	 height: 100%;
 }
 .news_txt{
	 display: flex;
	 flex-direction: column;
	 justify-content: space-around;
	 width: 4.13rem;
	 margin-left: auto;
 }
 .news_txt>a>h3{
	 font-size: 0.32rem;
	 font-weight: bold;
	 color: #5c6066;
	 text-overflow: ellipsis;
	 overflow: hidden;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 display: -webkit-inline-box;
 }
 .news_txt>label{
 	 font-size: 0.26rem;
 	 font-weight: 500;
 	 color: #8a8f99;
 }
 .news_more{
	 margin-top: 0.63rem;
 }
 
 /********************** 资讯详情**********************************/
 .art_img{
	 background: url(../img/art_01.png) no-repeat;
	 background-size: 100% 100%;
 }
 .contents{
	 background: #FAFAFA;
	 /* background: #eee; */
	 padding-top: 0.23rem;
	 padding-bottom: 0.4rem;
 }
 .project{
      padding: 0.3rem 0.2rem 0.7rem;
	  margin: 0rem 0.1rem 0;
	  background: #fff;
 }
  .project>.xiangmu{
      width:100%;
      display: flex;
      justify-content: space-between;
 }
  .project>.contact_title{
      border-bottom: 0.01rem solid #BFBFBF;
      margin-top: 0.37rem;
      padding-bottom: 0.44rem;
 }
  .project>.contact_title>h2{
      font-size: 0.38rem;
      font-weight: bold;
      color: #525252;
 }
  .project>.xiangmu>label{
      font-size: 0.26rem;
      color: #8a8f99;
 }
  .project>.xiangmu>label>em{
      font-style: normal;
      margin-left: 0.12rem;
      margin-right: 0.14rem;
 }
 /*文章内容*/
  .project_text{
      margin-top: 0.49rem;
	  font-size: 0.3rem;
	  color: #666;
	  line-height: 0.5rem;
	  letter-spacing: 0.01rem;
 }
  .project_text div{
      font-size: 0.3rem;
      color: #666;
      line-height: 0.5rem;
      /* margin-bottom: 0.3rem; */
	  letter-spacing: 0.01rem;
 }
   .project_text img{
	   display: flex;
	   justify-content: center;
	   margin-top: 0.4rem;
	   width: 100%;
	   /* height: 3.68rem; */
   }
  .project_img{
      display: flex;
      justify-content: center;
      margin-top: 0.4rem;
	  width: 6.9rem;
	  height: 3.68rem;
 }
  .project_img>img{
      width: 100%;
	  height: 100%;
 }
 /**********************上一篇，下一篇公共部分 **********************************/
 .lasts{
	 background: #FAFAFA;
	 padding: 0 0.3rem 0.2rem;
 }
.lastest{
      background: #fff;
	  width: 100%;
	  height: 1.28rem;
	  padding-top: 0.22rem;
	  padding: 0 0.31rem 0 0.32rem;
	  display: flex;
	  align-items: center;
}
.lastest>.last_img{
	width: 0.46rem;
	/* height: 0.46rem; */
}
.lastest>.last_img>img{
	width: 0.46rem;
	height: 0.46rem;
	}
.lastest>span{
	width: 1.6rem;
	font-size: 0.26rem;
	color: #999;
	padding: 0 0 0 0.22rem;
}
.lastest>a>label{
	width: 4.56rem;
	font-size: 0.26rem;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.next{
	padding-bottom: 0.5rem;
}

.engineer{
	background: url(../img/project_01.png) no-repeat;
	background-size: 100% 100%; 
}
.list_bg{
	background: #fff !important;
	border: 0.01rem solid #EDEDED;
	border-top: none;
}

 /**********************服务项目 **********************************/
.serves{
	background: url(../img/server_01.png) no-repeat;
	background-size: 100% 100%;
}
 .service_title{
	 cursor: pointer;
	 padding-top: 0.7rem;
}
 .service_title>.serve{
     width: 100%;
     margin: 0 auto;
     display: inline-flex;
     margin-bottom: 0.47rem;
     justify-content: space-between;
	 padding: 0 0.3rem;
}
 .service_name{
     text-align: left;
}
.service_name>a{
	display: flex;
	flex: 1;
}
 .service_name>a>h2{
     font-size: 0.32rem;
     font-weight: bold;
     color: #525252;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .service_name>p{
     font-size: 0.24rem;
     color: #666;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .service_title .arrow{
     /* text-align: right; */
	 width: 0.8rem;
	 height: 0.8rem;
}
 .service_title .arrow>img{
	   width: 100%;
	   height: 100%;
}
 .service_title>.service_img{
     width: 7.5rem;
	 height: 1.95rem;
}
 .service_title>.service_img>img{
     width: 100%;
     height: 100%;
}
 .no{
     margin-bottom: 0;
}
 /**********************服务项目详情 **********************************/
.this_last{
	height: 0.9rem;
	display: flex;
	align-items: center;
	padding-top: unset!important;
}
.this_last>a{
	display: flex;
	flex: 1;
}
.this_last>a>label{
	width: 4.46rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

 /**********************招贤纳士 **********************************/
 .human{
	 background: url(../img/resourse_01.png) no-repeat;
	 background-size: 100% 100%;
 }
 .pull{
	 padding: 0.7rem 0.3rem 0rem;
	 background: #FAFAFA;
 }
 .pull>.pullist{
	 /* min-height: 1.54rem; */
	 /* max-height: 11.64rem;
	 overflow: hidden; */
 }
 .pull>h2{
	 font-size: 0.36rem;
	 color: #212121;
	 font-weight: bold;
	 text-align: center;
 }
 .pull>h3{
 	 font-size: 0.36rem;
 	 color: #212121;
 	 font-weight: normal;
	 text-align: center;
	 padding-bottom: 0.43rem;
 }
.zpInfo{
      width: 100%;
      height: 1.81rem;
      background: #fff;
      display: inline-flex;
      margin-bottom: 0.2rem;
 	 cursor: pointer;
 }
 .zpInfo>.poster{
      width: 100%;
      padding: 0.3rem 0.3rem;
      display: flex;
      justify-content: center;
      align-items: center;
 }
 .poster>.poster_left{
      width: 1.27rem;
 }
 .poster>.poster_left>h2{
      font-size: 0.56rem;
      font-weight: normal;
      color: #3f7a4e;
	  padding-left: 0.2rem;
 }
 .poster>.poster_left>p{
      font-size: 0.26rem;
      color: #3f7a4e;
 }
 .poster>.poster_right{
      width: 4.98rem;
      text-align: left;
      padding-left: 0.33rem;
      border-left: 0.01rem solid #E6E6E6;
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	  justify-content: space-between;
 }
 .poster>.poster_right>.post_txt>a>h2{
      font-size: 0.32rem;
      color: #333;
      font-weight: bold;
	  text-overflow: ellipsis;
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
 }
  .poster>.poster_right>.post_txt>a>p{
		font-size: 0.26rem;
		color: #999;
		line-height: 0.36rem;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 100%;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		margin-top: 0.08rem;
  }
 .poster>.poster_right>.recruit_img{
	  width: 0.32rem;
	  height: 0.12rem;
      display: inline-flex;
 }
  .poster>.poster_right>.recruit_img>img{
	  width: 100%;
	  height: 100%;
  }
  .sourse_more{
	  margin-top: 0.4rem;
	  margin-bottom:unset;
  }
  
  /**********************招贤纳士详情 **********************************/
 .principle{
       width: 100%;
       line-height: 0.5rem;
       margin-bottom: 0.5rem;
  }
  .principle>h2{
       font-size: 0.3rem;
       font-weight: bold;
       color: #666;
  }
  .principle>p{
       font-size: 0.3rem;
       color: #666;
  }
  .sourse_img{
	  /* width: 7.46rem; */
	  width: 100%;
	  height: 6.26rem;
  }
  .sourse_img>img{
	  width: 100%;
	  height: 100%;
  }
  
  /**********************加入我们 **********************************/  
  .join{
	  background: url(../img/us_01.png) no-repeat; 
	  background-size: 100% 100%;
	  /* height: 3rem; */
  }
 .map{
     width: 100%;
  	 height: 3.9rem;
	 padding: 0.4rem 0.3rem 0.2rem;
	 background: #FAFAFA;
  }
  #container {
      height: 100%;
      width: 100%;
  }
  .custom-info {
	  border: solid 0.01rem silver;
	background: #fff;
	/* width: 3.7rem;
	height: 0.76rem; */
  }
.amap-icon>img{
	width: 0.19rem!important;
	height: 0.33rem!important;
}
.amap-layer{
/* 	top: 120px!important;
	left: 161px!important; */
}
  div.info-top {
	  position: relative;
	  background: none repeat scroll 0 0 #F9F9F9;
  }

  div.info-top div {
	  display: inline-block;
	  color: #333333;
	  font-size: 0.875rem;
	  font-weight: bold;
	  line-height: 1.9375rem;
	  padding: 0 0.625rem;
  }

  div.info-top img {
	  position: absolute;
	  top: 0.625rem;
	  right: 0.625rem;
	  transition-duration: 0.25s;
  }

  div.info-top img:hover {
	  box-shadow: 0px 0px 0.3125rem #000;
  }

  div.info-middle {
	  font-size: 0.75rem;
  }

  div.info-bottom {
	  height: 0px;
	  width: 100%;
	  clear: both;
	  text-align: center;
  }

  div.info-bottom img {
	  position: relative;
	  z-index: 104;
  }
  .info-middle img {
	  width: 3.38rem;
	  height: 0.43rem;
	  float: left;
	  margin:0.2rem 0.2rem;
  }
  .us_address{
	  margin: 0 0.3rem;
	  display: flex;
	  height: 1.4rem;
	  align-items: center;
	  border-bottom: 1px solid #E6E6E6;
  }
    .us_address>.us_left{
		width: 1.03rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
  .us_address>.us_left>h2{
	  font-size: 0.3rem;
	  color: #515151;
	  font-weight: bold;
  }
  .us_address>.us_left>p{
	  font-size: 0.18rem;
	  color: #999;
  }
  .us_right{
	  display: flex;
	  width: 5.44rem;
	  justify-content: space-between;
	  margin-left: auto;
  }
  .us_right>p{
	  font-size: 0.28rem;
	  color: #515151;
  }
  .us_right>a>label{
	font-size: 0.28rem;
	color: #45b6a3;
	}
  .messagesBox{
       padding: 0.5rem 0.3rem 0.6rem;
       width: 100%;
       background: #3CAF9B;
       background: rgba(70,182,163,0.95);
  }
  .messagesBox>.ly>p{
       font-size: 0.3rem;
       font-weight: bold;
       color: #fff;
  }
  .messagesBox>.ly>h2{
       font-size: 0.36rem;
       font-weight: normal;
       color: #fff;
  }
  .messagesBox>form>.inputs{
       /* padding-left: 6.875rem; */
       display: flex;
       flex-direction: column;
  }
  .messagesBox>form>.inputs>input{
       width:100%;
       height: 0.92rem;
       background: transparent;
       border: none;
       border-bottom: 0.01rem solid #B9E2DB;
       outline: none;
       font-size: 0.28rem;
       color: #fff;
       text-indent: 0.1rem;
  }
  .messagesBox>form>.inputs>input::-webkit-input-placeholder{
       color: #fff;
  }
  .messagesBox>form>.inputs>textarea{
       width: 100%;
       height: 1.48rem;
       resize: none;
       overflow-x: hidden;
       background: transparent;
       border: 0.01rem solid #B9E2DB;
       outline: none;
       color: #fff;
       font-size: 0.28rem;
       padding: 0.1rem 0.125rem;
  }
  .messagesBox>form>.inputs>label{
	  font-size: 0.28rem;
       width: 100%;
       text-align: left;
       text-indent: 0.1rem;
       color: #fff;
       line-height: 0.92rem;
  }
  .messagesBox>form>.inputs>input#dosubmit{
       width: 3.16rem;
	   height: 0.7rem;
       background-color: #fff;
       color: #4ec6b2;
       font-size: 0.28rem;
       margin-top: 0.42rem;
  	 outline: none;
  	 border: none;
  	 cursor: pointer;
  }
  .us_img{
	  width: 100%;
	  height: 6rem;
	  background: url(../img/us_02.png) no-repeat;
	  background-size: 100% 100%;
  }
  
 /**********************搜索 **********************************/ 
  .searchs{
	  background: url(../img/search_01.png) no-repeat;
	  background-size: 100% 100%;
  }
   .join_us{
       padding-top: 0.2rem;
       padding-bottom: 0.4rem;
	   display: flex;
	   justify-content: center;
  }
 .join_us>input{
     width: 4.82rem;
     height: 0.7rem;
     font-size: 0.28rem;
     color: #666;
     text-indent: 0.28rem;
     border: 0.01rem solid #E6E6E6;
     outline: none;
}
.join_us>button{
     width: 1.2rem;
     height: 0.7rem;
     background: #389D5B;
     color: #fff;
     border: 0.01rem solid #389D5B;
     outline: none;
     font-size: 0.3rem;
}
.post_txt>a>h2>label{
	color: #e37a3a;
}

/**********************发展历程**********************************/ 
 .timeonline{
	 width: 100%;
	 /* background: #fff; */
 }
 .timepro_img{
	 width: 100%;
 }
 .timepro_img>img{
	 width: 2.01rem;
	 height: 1.49rem;
 }
 .no_padd{padding: unset;padding-top: 0.7rem;}
 .pro_time{
	 padding: 0 0.3rem;
 }
  .pro_time>ul>li{
	  display: flex;
	  flex-direction: column;
	  margin-top: 0.2rem;
  }
 .time_fz{
	 margin-left: 0.6rem;
 }
 .time_year{
	display: flex;
	align-items: center;
 }
 .time_year>.year_img>label{
	 font-size: 0.26rem;
	 font-weight: bold;
	 color: #000;
	 line-height: 0.4rem;
 }
  .time_year>.year_img{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 0.53rem;
  }
 .year_txt>h2{
	 font-size: 0.8rem;
	 line-height: 0.4rem;
	 color: #e5e5e5;
	 font-weight: bold;
	 font-style: italic;
 }
 .time_fg{
	 display: flex;
	 margin-top: 0.15rem;
 }
 .fg_img{
	 margin-left: 0.3rem;
 }
   .fg_txt{
	   margin-left: 0.9rem;
   }
  .fg_txt>p{
	  font-size: 0.28rem;
	  color: #333;
	  line-height: 0.46rem;
  }
    .pro_time>ul>li:last-child>.time_fg>.fg_img>img{display: none;}
	.inthelast{
		width: 100%;
	}
	.inthelast>img{
		width: 100%;
		height: 1.6rem;
		margin-top: 0.6rem;
	}