﻿body{

	width: 100%;
	height:auto;
	overflow-x: hidden;

}
html{
	overflow-x: hidden;
	font-size: 0.22rem;
}
/*pages分页*/
#pages>span:first-child{
	display: none;
}
/*手机站导航*/
body{
	font-size: 0.22rem;
	
}
header{
	display: none;
}
.clearfix{
	clear: both;
}
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
	
}
.clearfix:after{
	clear: both;
}
.nav_mobile{
	 display: block;
	 width:100%;
	 background: #fff;
}
.nav_mobile nav{
    background: #fff;
	width:100%;
	top: 0;
	left: 0;
	z-index: 999;
	height: 1.2rem;
	position: fixed;
	

}

.nav_mobile .nav{
	margin:0.25rem 0.2rem;	
	position: relative;
	height: 0.85rem;
}
.nav_mobile .nav .logo{
	float: left;
}
.nav_mobile .nav .logo a{
	display: block;
	/*height: 0.85rem;*/
	color: #000;
	line-height: 0.85rem;
	font-size:0.30rem;
	font-family: "微软雅黑";
	}
.nav_mobile .nav .logo img{
	width:0.85rem;
	height:0.85rem;
	margin-right: 0.1rem;
}
.nav_mobile .nav .p_nav{
	display:inline-block;
	float:right;
	width: 0.6rem;
	height: 0.85rem;
	
}
.nav_mobile .nav .p_nav i{
	display: block;
	height: 0.06rem;
	background: #000;
	margin: 7px 0;
	border-radius:5px;
}
.m_navmenu{
	display:none;
	border-top: 0.01rem solid #c9c9c9;
	border-bottom: 0.01rem solid #c9c9c9;
	width:100%;
	background: #fff;
	-webkit-transition: all .3s;/*动画的过度时间*/
    transition: all .3s;/*动画的过度时间*/
   position: absolute;
   top:1.2rem;
   height:auto;
   z-index: 999；
	
}
.m_navmenu>ul{
	width:50%;
	position: relative;
	height: 480px;

}

.m_navmenu ul li a{
	color: #000000;
	font-size: 0.34rem;
	font-family: "微软雅黑";
}

.m_navmenu>ul>li{
	padding-left: 10%;
	height: 1.05rem;
	line-height: 1.05rem;

}
.m_navmenu>ul li.active{
	background:#0071AF;
}
.m_navmenu>ul li.active>a{
	color: #fff;
}
.m_navmenu>ul li.active>ul{
	display: block;
}
.m_navmenu>ul>li:hover{
	background:#0071AF;
}
.m_navmenu>ul>li:hover>a{
	color: #fff;
}
.m_navmenu>ul>li:hover>ul{
	display: block;
}
.m_navmenu>ul>li>ul{
	display:none;
	 box-shadow:1px 0 10px #f4f4f4 inset;
	 position: absolute;
	 left: 100%;
	 top: 0px;
	 width: 100%; 
	 height: 100%;
}
.m_navmenu>ul>li>ul>li{
	/*border:1px solid #c9c9c9;*/
	position: relative;
	padding-left: 10%;
}
.m_navmenu>ul>li>ul>li:hover>a{
  color: #006CAB;
}
.m_navmenu>ul>li>ul>li.active1>a{
	color: #006CAB;
}
.down_menu2{
	display: block;
	position:absolute;
	top:1.05rem;
	left:5px;
	/*width: 100%;*/
	border-top: 1px solid #c9c9c9;

}
.down_menu2 li{
	padding-left: 10%;
	background: #fff;
	height: 0.9rem;
	line-height: 0.9rem;
}
.down_menu2 li i{
	display:inline-block;
	width: 5px;
	height: 5px;
	border-radius:50%;
	background: #006CAB;
	margin-right: 15px;
}
.down_menu2 li a{
	color: #000;
	font-size: 0.24rem;
}
.down_menu2 li:hover a{
	color:#006CAB;
}
.down_menu2 li.active2 a{
	color:#006CAB;

}

/*手机站footer*/
footer{
	display: none;
}
.moble_footer{
	display: block;
	background: #0080bb;
	width: 100%;
	position: relative;
	color: #fff;
	font-size:0.22rem;
	font-family: "微软雅黑";
	/*height: 100%;*/
	
}
.foo_top{
	width: 100%;
	padding: 40px 0px 20px 20px;

}
.foo_top ul li{
	padding-bottom: 10px;
	padding-left: 20px;
	background: url(../images/icon_f.png) 2px 3px no-repeat;
}
.foo_nav{
	width: 100%;
	padding:0px 15px 50px 15px;
}
 @media screen and (max-width:320px){
	 .foo_nav{
		 padding-left:5px;
	 }
 }
.foo_nav ul li{
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0px 0.1rem 0 0.05rem;
}
.foo_nav ul li:last-of-type{
	border: none;
}
.foo_nav ul li a{
	color: #fff;
	font-size: 0.22rem;
	
}
.foo_nav p{
	font-family: "宋体";
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.20rem;
}
 @media screen and (max-width:320px){
	 .foo_nav ul li a{
		 font-size: 0.2rem;
	 }
	 .foo_nav p{
		 font-size: 0.18rem;
	 }
 }
.moble_footer .bottem{
	background:#0066a7;
	height:20px;
	position:absolute;
	bottom: 0;
	display: block;
	width: 100%;
}
 /*手机站子页面*/
/*位置导航*/
.position{
	width:98%;
	padding-left: 0.15rem;
}
.sub_content{
	width: 100%;
}
.sub_content .sub_left{
	display: none;
}
.sub_content .sub_right{
	width: 100%;
	float: none;
}
.sub_content .sub_right .biaoti_container{
	margin-left: 0.15rem;
}
.sub_content .sub_right h2{
	font-size: 0.32rem;
}
.sub_content .sub_right h2 span{
	font-size: 0.26rem;
}
/*新闻详情页*/
.sub_right .news_title {
	width: 100%;
	padding-top: 20px;
}
.sub_right .news_title h3{
	font-size: 0.32rem;
	font-weight: normal;
}
.sub_right .news_dd{
}
.sub_right .news_title span{
	background: url(../images/icon_sprite.png) no-repeat;
	/*padding-left: 20px;*/
	display: inline-block;
	width:27%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 0.22rem;
	margin: 0;
}
.sub_right .news_title span.user_span{
	background-position: 0px -24px;

	
}
.sub_right .news_title span.ly_span{
	background-position: 0px -3px;
}
.sub_right .news_title span.data_span{
	background-position: 0px -43px;
}

.sub_right .news_nr{
	padding:0.2rem 0.15rem 0.4rem 0.15rem;
	line-height: 22px;
}
.news_nr p{
	margin-top: 0.3rem;
	text-indent: 2em;
	line-height: 25px;
	font-size: 0.26rem;
}
.news_nr p.news_img{
	/*margin: 0px 0.1rem;*/
	width: 100%;
	text-indent:0;
	text-align: center;
}
.news_nr img{
	width: 100%;
}

/*新闻列表页*/
.sub_content .sub_right .subright_nr{
	padding: 0;
	margin: 0;
}
/*.sub_right .pro_list li:nth-child(-n+3){
	float: none;
	width: 100%;
	margin: 0;
	margin-top: 10px;
	height: auto;
}
.sub_right .pro_list li:nth-child(-n+3) .n_data{
	height: 1rem;
	line-height: 1rem;
	font-weight: bold;
	font-size: 0.32rem;
	float: none;
	display: inline-block;
}
.sub_right .pro_list li:nth-child(-n+3) .n_img{
	height:4.37rem;
	width: 100%;
}
.sub_right .pro_list li:nth-child(-n+3) .n_img img{
	height: 4.37rem;
	width: 100%;
}
.sub_right .pro_list li:nth-child(-n+3) a.n_text{
	margin:10px auto;
	color: #909098;
	display: block;
	width: 90%;
}
.sub_right .pro_list li:nth-child(-n+3) .n_text h4{
	font-size: 0.32rem;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	margin-bottom: 5px;
	color: #5e5e5e;
}
.sub_right .pro_list li:nth-child(-n+3) .n_text p{
	font-size: 0.26rem;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
.sub_right .pro_list li:nth-child(3){
	margin-right: 0;
	margin-bottom: 15px;
}*/
/*标题列表*/
.sub_right .pro_list{
	margin-top:0;
	padding: 0px 0.2rem;
}
.sub_right .pro_list li{
	height:40px
	line-height:40px;
	font-size: 0.32rem;
}
.sub_right .pro_list li .n_text{
	font-weight: normal;
	font-size:0.32rem;
	display: inline-block;
	width: 60%;
	color: #5e5e5e;
}
.sub_right .pro_list li span.n_data{
	float: right;
	margin-right: 10px;
}

/*大事记*/
.sub_content .event_list{
	padding: 0.2rem 0.1rem 0 0.1rem;
	background: none;;

}
.sub_content .eventlist{ 
padding-bottom: 0.3rem;
position: relative;
background: url(../images/event_bg.png) 2.41rem -13px no-repeat;

}
.sub_content .eventlist1{
	background-position: 2.41rem 0px;
}
.sub_content .eventlist6{
	background-position: 2.41rem -340px;
}
.sub_content .eventlist .enevt{
	height: 0.5rem;
	line-height: 0.5rem;
	width: 2.15rem;
	font-size: 0.24rem;
}
.sub_content .eventlist .enevt i{
	top:0.15rem;
}
.sub_content .eventlist p{
	float: left;
	width: 60%;
	overflow: hidden;
	margin-left: 0.50rem;
	line-height: 0.61rem;
	padding: 0;
	font-size: 0.26rem;
}
.sub_content .eventlist p i{
	width:5px;
	height:5px;
	border-radius: 50%;
	background: #0080bb;
	display: block;
	position: absolute;
	top: 0.17rem;
	left:2.44rem;
}
/*banner*/
.banner{
	display: none;
}

.m_banner{
	display: block;
	margin-top: 1.2rem;
	height: 6rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
	
	
}
.m_banner .m_pic{
	position: relative;
	z-index: 0;
	height: 6rem;
	/*min-width: 320px;*/
}
.m_banner .m_pic ul{
	width: 100% !important;
}
.m_banner .m_pic li{
	width: 100%;
	cursor: pointer;
}

.m_banner .m_pic li a{
	display: block;
	height: 100%;
	height: 6rem;
	/*min-width:320px;
	background-position: top right;*/
}
 /*@media (max-width: 480px){
	 .m_banner .m_pic li a{
		 width:100%!important;
	 }
	 

 }*/
.m_banner .tip {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 47%;
  text-align: center;
}
.m_banner .tip li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width:10px;
  height:10px;
  margin: 6px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  line-height: 999;
}
.m_banner .tip li.on {
  background:#0080bb;
}
/*查看详情按钮*/

a.btn_more {
	width: 1.46rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid #0080bb;
	padding-left:0.2rem;
}
 a.btn_more i{

	margin-left:5px;
}
 @media screen and (max-width: 375px){
	   a.btn_more{
		   width:1.76rem;
	   }
	 
 }

/*首页栏目标题*/
h2.ti_h2{
	font-family: "arial, helvetica, sans-serif";
	font-size:0.44rem;
	color: #5e5e5e;
	font-weight: normal;
	text-align: left;
	width: 90%;
	text-align: left;
}
h2.ti_h2 span{
	font-size:0.32rem;
}
/*关于我们*/
.i_about{
	clear: both;
	background:url(../images/mabout_bg.jpg) #fff no-repeat;
	background-size:contain;
	background-position: bottom;
	height: 6.2rem;
}
.container{
	width: 100%;
}
.i_aboutcon{
	padding: 0.5rem 0.2rem 0.15rem 0.2rem;
}
.about_con{
	width:97%;
	overflow: hidden;
	margin-top: 10px;

}
.about_con p{
	  font-size: 0.26rem;
		line-height:25px;
}
.about_con a.btn_more{
	margin-top: 0.40rem;
}

/*工程展示*/
.pro_con{
	display: none;
}
.m_procon{
	display: block;
	padding: 0rem 0.2rem 0.35rem 0.2rem;
	width:94%;
}
.project{
	height: auto;
	background: url(../images/m_probg.jpg)  #fff no-repeat;
	background-size: contain;
	background-position: bottom;
}
.project h2{
	margin: 0;
	height:1.10rem ;
	line-height: 1.10rem;
	padding-left: 0.2rem;
	
}
.m_procon .m_proli{
	display: block;
	overflow: hidden;
	width: 100%;
    margin:0; 
	 
}
.m_procon .m_proli ul li:first-child{
	width:100%;
	position: relative;
	overflow: hidden;
	margin-right: 0px;
}
.m_procon .m_proli ul li:first-child .pro_img a{
	height: 330px;
}
.m_procon .m_proli ul li:first-child .pro_img a img{
	height: 330px;
}
.m_procon .m_proli  .pro_img a{
	width:100%;
	overflow: hidden;
	display: block;
	height: 162px;

}
.m_procon .m_proli .pro_img img{
	overflow: hidden;
	width:100%;
	height:162px;
}
.m_procon .m_proli .pro_p{
	height: 0.76rem;
	line-height: 0.76rem;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
}
.m_procon .m_proli .pro_p a{
	margin-left: 20px;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m_procon .m_proli ul li{
	float: left;
	position: relative;
	width:48.5%;
	margin:0.20rem 0.15rem 0rem 0rem;
}
.m_procon .m_proli ul li:nth-child(3){
	margin-right: 0px;
}
.m_procon .m_proli ul li:nth-child(5){
	margin-right: 0px;
}
.pro_more{
	padding: 0.7rem 0 0.5rem 0;
	
}
.pro_more a{
	margin: 0 auto;
}
/*news展示*/
.news h2{
	text-align: center;
	height:1.50rem;
	line-height: 1.5rem;
	text-align: left;
	padding-left: 0.2rem;
	
}
.news_con{
	display: none;
}
.m_newscon{
	display: block;
}
.m_newscon{
	padding: 0rem 0.2rem 0rem 0.2rem;
}
.m_newscon ul li.i_newsli{
	width: 100%;
	border: 1px solid #C9C9C9;
	margin-bottom: 0.2rem;
	position: relative;
	
	
}
.m_newscon ul li.i_newsli .i_line{
	width: 100%;
	height: 3px;
	background: #0080BB;
	display: none;
	position: absolute;
	top: 0;

}
.m_newscon ul li.i_newsli .n_data{
	display: inline-block;
	height:1rem;
	line-height: 1rem;
	padding-left: 0.3rem;
	font-size: 0.28rem;
	font-family: "微软雅黑";
	}
.m_newscon ul li.i_newsli .n_img{
	width: 100%;
	height:4.36rem;
}
.m_newscon ul li.i_newsli .n_img img{
	width: 100%;
	height:4.36rem;
}
.m_newscon ul li.i_newsli .n_text{
	margin:0.5rem 0.35rem 0.3rem 0.35rem;
	color: #909098;
	display: block;
}
.m_newscon ul li.i_newsli .n_text h4{
	font-size: 16px;
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	margin-bottom: 5px;
	color: #5e5e5e;
}
.m_newscon ul li.i_newsli .n_text p{
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.m_newscon ul li.i_newsli a.btn_more{
	margin:0 0px 0.55rem 0.4rem;
}
/*鼠标滑过效果*/
.m_newscon ul li.i_newsli:hover .i_line{
	display: block;
}
.m_newscon ul li.i_newsli:hover a.btn_more{
	background: #0080BB;
	color: #fff;
}
.m_newscon ul li.i_newsli:hover a.btn_more i{
	background: url(../images/icon_more.png) 0px -9px no-repeat;
}
/*企业资质*/
.qiyezizhi{
	height: auto;
	background: url(../images/m_zhizhibg.jpg) #f8fafe no-repeat;
     background-size: contain;
}
.qiyezizhi h2{
	text-align:left;
	margin:0.45rem 0rem 0.45rem 0.2rem;
}
.qiyezizhi .zizhi_con{
	width:100%;
	margin: 0px;
	background: none;
	height: auto;
	
}
.qiyezizhi .zizhi_con ul li{
	line-height: 25px;
	float: none;
	width: 68%;
	margin-left: 30%;
	margin-right: 2%;
	
}
.qiyezizhi .zizhi_con ul li i{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius:50%;
	border:1px solid #0080BB;
	margin-right: 15px;
}
.qiyezizhi .zizhi_con ul li a{
	color: #5e5e5e;
	font-size: 0.24rem;
}
.qiyezizhi .zizhi_con ul li:hover i{
	background: #0080BB;
}
.qiyezizhi .zizhi_con ul li:hover a{
	color: #0080BB;
}
/*友情链接*/
.link{
	padding: 0px 0.2rem 0.35rem 0.2rem;
}
.link li{
	width: 47%;
	height: 1.10rem;
	/*margin-right: none;*/
	margin-bottom: 0.2rem;
	
	
}
.link a{
	display: block;
	width: 3.5rem;
	height: 1.12rem;
}
.link li a img{
	/*width: auto;
	height: auto;*/
	max-width: 100%;
	max-height: 100%;
	text-align: center;
}
.link li:nth-child(even){
	margin-right: 0;
}
/*子页banner*/
.bann {
	height: 300px;
	
}
.bann p{
	height: 300px;
	background-size:100%;
}
.bann .bann_text{
	top: 49%;
	left: 55%;
	font-size: 30px;
	color: #5e5e5e;
}
.bann .bann_text span{
	display: block;
	font-weight: 100px;
}
.bann .bann_text span.span_1{
font-size: 20px;
}

/*子栏目下banner背景图*/
p.ba_about{background: url(../images/m_aboutbj.jpg) center no-repeat;}
p.yeji_bg{background: url(../images/m_yjbg.jpg) center no-repeat;}
p.ba_tactbg{background: url(../images/m_joinbg.jpg) center no-repeat;}
p.ba_qibg{background: url(../images/m_qiyebg.jpg) no-repeat;}
p.ba_newsbg{background: url(../images/m_newsbann.jpg) no-repeat;}


/*工程列表子页*/
.pro_lists{
	width:100%;
	overflow: hidden;
}
.pro_lists li{
	margin:0.3rem 0.2rem 0 0.2rem;
	width: 90%;
	border: 1px solid #C9C9C9;
	padding:0.15rem;
}
.pro_lists li:nth-child(even){
	margin:0.3rem 0.2rem 0 0.2rem;
}
.pro_lists li p.pro_img1{
	float: left;
	width: 3.35rem;
	height: 2.5rem;
	margin-right:0.35rem;
	overflow: hidden;
}
.pro_lists li p.pro_img1 img{
	width: 100%;
	overflow: hidden;
}
.pro_lists li .pro_title{
	float: left;
	width: 45%;
	position: relative;
	padding-top: 0.1rem;
}
.pro_lists li .pro_title a.pro_bt{
	font-size:0.28rem;
	color: #5E5E5E;
	display: block;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
}
.pro_lists li .pro_title span{
	font-size: 0.22rem;
}
.pro_lists li .pro_title a.btn_more{
	margin-top: 0.4rem;
}
/*联系我们*/
.us_con{
	width: 100%;
	margin: 0  0 0 0.15rem;
	overflow: hidden;
}

.us_con .address{
	padding:0.20rem 0;
	
}
.us_con .address .add_nr{
	float:none;
	padding-left:0px;
	width: 96%;
}
.us_con .address .add_nr p{
	height:30px;
	background: #f1f6fc;
	margin-bottom: 15px;
	line-height:30px;
	padding:3px 0px;
}
.us_con .address .add_nr p span{
	height: 30px;
	line-height:30px;
	padding-left: 12px;
	display: inline-block;
	font-size:0.24rem;
}
.us_con .address .add_nr p span.add_span1{

	border-left: 2px solid #0080BB;
}
.us_con .address .map{
	float: none;
	width: 96%;
	padding-left: 0px;
}
.us_con .address .map iframe{
	width: 100%;
	height: auto;
}
.us_con .partners{
	padding:0.20rem 0;
	
}
.us_con .partners p{
	margin-bottom: 15px;
}
.us_con .partners p i{
	/*display: inline-block;*/
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0080BB;
	margin-right: 10px;
	float: left;
	margin: 0.15rem 0.15rem 0.1rem 0;
}
.us_con .partners p span{
	margin-right: 0.2rem;
	/*display: inline-block;*/
	font-size:0.24rem;
	float: left;
	width: 1.1rem;
}
.us_con .partners p input{
	width: 69%;
	height: 0.5rem;
	border: 1px solid #C9C9C9;
	line-height: 0.5rem;
	padding-left: 0.2rem;
	color: #5E5E5E;
	font-size:0.24rem;
	float: left;
}
.us_con .partners p input.yzm_input{
	width: 40%;
}
.us_con .partners p textarea{
	width: 69%;
	height:2.1rem;
	border: 1px solid #C9C9C9;
	padding-left: 0.2rem;
	color: #5E5E5E;
	line-height: 25px;
	font-size:0.24rem;
	float: left;
}

input.btn_tijiao {
   display: block;
	width: 1.96rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid #0080bb;
	color: #0080bb;
	padding-left:0.1rem;
    background:url(../images/icon_tijiao.png) #fff no-repeat;
    text-align: left;
    background-position:1.40rem 5px;
}
input.btn_tijiao:hover{
	 background-position:1.40rem -21px;
}
/*企业理念*/
.linian_nr{
	margin-bottom:0;
	padding: 0.4rem 0.2rem 0 0.2rem;
	width: 97%;
}
.linian_nr .linian_li{
	float: none;
	background: #f1f6fc;
	margin-right:0;
	margin-bottom: 0.2rem;
	width:98%;
	height: auto;
	/*height: 350px;*/
	padding-bottom: 1rem;
}
.linian_nr li p{
	font-size: 0.28rem;
	color: #5E5E5E;
	line-height: 25px;
	padding: 0px 20px;
}

.linian_nr li p.linian_name{
	text-align: center;
	padding-top: 30px;
}
.linian_nr li p.linian_name img{}
.linian_nr li p.linian_name span{
	display: block;
	font-size: 0.32rem;
	margin-top: 5px;
}
.linian_nr li p.ln_p1{
	margin-top: 0.4rem;
}
.linian_nr li p.ln_p2 i{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0080BB;
	margin-right:5px;
	margin-bottom: 3px;
	
}
.linian_nr li p.ln_p3{
	margin-top: 1rem;
	text-align: center;
}

/*业余生活*/
.pic_lists{
	padding:0px 0.2rem;
	border-bottom: 1px solid #C9C9C9;
	/*overflow: hidden;*/
	position: relative;
	margin-bottom: 0.44rem;
     
}
.pic_lists h3{
	font-size: 0.3rem;
	color: #5E5E5E;
	text-align: center;
	margin-bottom: 0.44rem;
	
}
.picMarquee{
	/*overflow: hidden;*/
	position: relative;
	padding-bottom: 0.3rem;
	width: 100%;
	height:2.35rem;
	
}
.picMarquee .hd a{
	display: block;
	width:0.75rem;
	height:0.75rem;
	border-radius: 50%;
	border: 1px solid #0080BB;
	color: #0080bb;
	text-align: center;
	line-height:0.75rem;
	position:absolute;
	top:36%;
	background: #fff;
	z-index: 1;
}
.picMarquee .hd a.next{
	right: -0.15rem;
	
}
.picMarquee .hd a.prev{
	left:-0.15rem;
}
.picMarquee .bd {
	width: 100%;
}
.picMarquee .bd ul li{
	margin-right:0.1rem;
	display: inline-block;
	overflow: hidden;
	width:45%;
	height:2.35rem;
}
.picMarquee .bd ul li img{
	width:100%;
	height: 2.35rem;
}
.qyzizhi_con{
	padding: 0.2rem;
}
.qyzizhi_con li{
	/*display: inline-block;*/
	margin: 0;
	margin-right:0.1rem;
	margin-bottom:0.2rem;
	border:1px solid #C9C9C9;
	width:48.5%;
	float:left;
}
.qyzizhi_con li:nth-child(2n+2){
	margin-right: 0;
}
.qyzizhi_con li:nth-child(3n+3){
	/*margin-right:0.1rem;*/
}
.qyzizhi_con li img{
	width: 100%;
	height:2.65rem;
	/*border:1px solid #f00;*/
	border-bottom: 1px solid #C9C9C9;
}
.qyzizhi_con p{
	font-size: 0.24rem;
	display: block;
	height:1rem;
	position: relative;
	overflow: hidden;
}
.qyzizhi_con p span{
	display: block;
	position: absolute;
	top: 50%;
    transform: translate(0, -50%);
    text-align:center;
    width: 100%;
	
}
 .zz_btn{
	padding: 0.2rem 0px 0.5rem 0px;
}
 .zz_btn a.btn_more{
 	margin: 0 auto;
 	width:1.9rem;
 }


/*公司简介*/
.subright_nr img{
	width: 100%;
}
.subright_nr .jj_con{
	padding:10px 10px 20px;
	
}
.subright_nr .jianjie_top span{
	float: none;
	text-align: center;
	width: 100%;
}
.subright_nr .jianjie_top .jj_left{
	float: none;
	width: 100%;
}
/*加入我们*/
.m_uscon{
	padding: 0;
	margin: 0;;
}
.zhaopin{
	width: 100%;
	padding-bottom: 0.2rem;
	
}
table.zp_table{
	margin:0;
    width: 100%;
}

table.zp_table td{
	width: 20%;
}
table.zp_table td:first-of-type{
	width:30%;
	padding-left: 10px;
}

.us_con .jianli{
	padding: 20px 0px 20px 10px;
}
.us_con .jianli p{
	margin-right:0px;
	width: 100%;
	margin-bottom: 0.2rem;
	line-height: 0.5rem;
	float: none;
}

.us_con .jianli p i{
	/*display: inline-block;*/
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0080BB;
	margin-right: 10px;
	float: left;
	margin: 0.15rem 0.15rem 0.1rem 0;
}
.us_con .jianli p span{
	margin-right: 0.2rem;
	display: inline-block;
	font-size:0.24rem;
	float: left;
	width: 1.1rem;
	height: 0.5rem;
	line-height: 0.5rem;
}
.us_con .jianli p input{
	width: 69%;
	height: 0.5rem;
	border: 1px solid #C9C9C9;
	line-height: 0.5rem;
	padding-left: 0.2rem;
	color: #5E5E5E;
	font-size:0.24rem;
	font-weight: normal;
}
.us_con .jianli p input.yzm_input{
	width: 40%;
}
.us_con .jianli p input.radio{
	width: 15px;
	height: 15px;
	margin-right:0px;
	margin-top: 0;
}
.us_con .jianli p textarea{
	width: 69%;
	height:2.1rem;
	border: 1px solid #C9C9C9;
	padding-left: 0.2rem;
	color: #5E5E5E;
	line-height: 25px;
	font-size:0.24rem;
}


/*搜索页*/
.search_list ul{
	padding-bottom: 15px;
}
.search_list ul li{
	padding-left: 10px;
}
.search_list ul li a{
	width: 50%;
	
}
.search_list ul li span{
	margin-right:10px;
}


/*获奖工程子页*/
.sub_right .huojiang{
	padding: 10px 0.1rem 20px 0.1rem;
}
.sub_right .huojiang .zs img{
	width: 100%;
}


