﻿.clearfix{
	clear: both;
}
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
	
}
.clearfix:after{
	clear: both;
}
/*#menu_button_wrapper{
    display: none;
}*/

/*分页样式*/

#pages{
	text-align: center;
	padding: 20px 0px;
}
#pages a{
	color: #5e5e5e;
}
#pages input[type="text"]{
	width: 40px;
	margin-left: 5px;
	text-align: center;
	border: 1px solid #5e5e5e;
}
#pages input[type="button"]{
	background:#0080bb;
	color: #fff;
	border:none;
	padding: 2px 0px;
	border-radius: 3px;
	width: 50px;
}
#pages>span:first-child{
	display:inline-block;
}

/*pc导航样式*/
.nav_mobile{
	display: none;
}
.hidden {
    display: none;
}
body{
	background: #f4f8fd;
}
header{
	background: #fff;
	margin-top: 10px;
	padding-bottom: 30px;
}
.head{
	margin: 0 auto;
	width: 1200px;
	height: 65px;
	padding-top: 5px;
	position: relative;
	/*overflow: hidden;*/
	
}
.head .logo{
	float: left;
}
.head .logo a{
	display: block;
	font-size:18px;
	font-weight: bold;
	height:65px;
	line-height: 65px;
	color: #000;
	font-family: "微软雅黑"；
}
.head .icon_mail {
	display: block;
	background:url(../images/icon_sprite.png) 0px -78px no-repeat;
	padding-left: 20px;
	position: absolute;
	bottom: 5px;
	right: 0;
}
.head .icon_mail a{
	font-size: 12px;
	color: #676767;
	display: inline-block;
}
/*导航样式*/
nav{
	width: 1200px;
	margin: 0px auto;
	position: relative;
	z-index: 999;
	
}
.nav_bar{
	position:absolute;
	height: 45px;
	background: #0080bb;
	border-radius: 5px;
	width: 1200px;
	margin: 0 auto;
	bottom: -55px;
}
.navlist{
	float: left;
	
}
.nav_li{
	float: left;
	width: 130px;
	text-align: center;
    cursor: pointer;/*鼠标移动到菜单上会变成小手*/
   -webkit-transition: all .5s;/*动画的过度时间*/
   transition: all .5s;/*动画的过度时间*/
   position: relative;/*相对定位（用于二级菜单的定位）*/
	
}
.navlist li:last-of-type i{
	display: none;

}
.nav_li>i{
	width: 1px;
	display: inline-block;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 13px;
	right: 1px;
	
}
.nav_li a{
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	display:inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 2px;
	-webkit-transition: all .3s;/*动画的过度时间*/
   transition: all .3s;/*动画的过度时间*/
   position: relative;/*相对定位（用于二级菜单的定位）*/
}
.nav_li a.nav_a{
	margin: 5px 0;
	width: 114px;
	
}
.nav_li:hover>a{
	background: #006cab;
}
.navlist>li.on>a{
	background: #006cab;
}

.nav_li:hover>ul{
	display: block;
	-webkit-transition: all 3s;/*动画的过度时间*/
   transition: all 3s;/*动画的过度时间*/
}
.nav_li>ul>li:hover{
	background: #fff;
}
.nav_li>ul>li:hover>a{
	/*background: #006cab;*/
	color: #006cab;
	
}
.nav_li>ul>li:hover>ul{
	display: block;
}
.nav_li>ul{
	background:#0080bb;
	width:100%;
	display: none;
	position: relative;
	
}
.nav_li>ul>li{
	position: relative;
}
.nav_li>ul>li i{
	width: 0;
	height: 0;
	border-width:6px;
	border-style: solid;
	border-color:transparent transparent transparent  #fff;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 12px;
}
 .down_menu2{
	display: none;
	width: 100%;
	position: absolute;
	top:-34px;
	left:100%;
	background: #0080bb;
 }
 .nav_li>ul>li>ul>li:hover{
 	background: #fff;
 }
.nav_li>ul>li:hover i{
  	border-color:transparent transparent transparent #0080bb;
  }
.nav_li>ul>li>ul>li:hover a{
	color: #006cab;
	
}

.nav_bar .search{
	float:right;
	margin-right: 10px;
	margin-top: 8px;
	position: relative;
	
}
.nav_bar .search input.s_text {
	width: 140px;
	height: 27px;
	border: 1px solid #69b1d5;
	border-radius:3px 0px 0px 3px;
	background: #0071af;
	padding-left: 10px;
	color: #fff;
	line-height: 27px;
	font-size: 12px;
	display: inline-block;
}
.nav_bar .search input.s_btn{
	width:40px;
	height:27px;
	border:1px solid #69b1d5;
	border-left:none;
	border-radius: 0px 3px 3px 0px;
	background: url(../images/icon_search.png)#007fbb 8px 4px no-repeat;
	display: inline-block;
	vertical-align: bottom;
	margin-left: -4px;
}
/*footer*/
.moble_footer{
	display: none;
}
footer{
	background: #0080bb;
	width: 100%;
	height: 150px;
	position: relative;
	
}
.footer{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}
.foo_left{
	float: left;
	margin-top: 38px;
	padding-right: 40px;
	border-right: 1px solid #2d96c7;
}
.foo_left ul li{
	display: inline-block;
	border-right: 1px solid #fff;
}
.foo_left ul li:last-of-type{
	border: none;
}
.foo_left ul li a{
	color: #fff;
	padding: 0px 10px;
	
}
.foo_left p{
	font-family: "宋体";
	margin-top: 20px;
	padding-left: 10px;
}
.foo_right{
	float: left;
	margin-top: 38px;
	width: 550px;
	padding-left: 20px;
}
.foo_right ul li{
	display: inline-block;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: url(../images/icon_f.png) 2px 5px no-repeat;
}
.foo_right ul li.li_w{
	width: 290px;
}
.foo_right ul li i{
	width: 10px;
	height: 10px;    
    border: 1px solid #088;      
     border-radius: 1px;      
     background-color: #FFFFFFF;      

}
footer .bottem{
	background:#0066a7;
	height:20px;
	position:absolute;
	bottom: 0;
	display: block;
	width: 100%;
}

/*子页banner图*/
.bann{
	display:block;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 345px;
}
.bann p{
	height: 345px;
	background-size: cover;
	background-position: center center;
}
.bann .bann_text{
	color: #fff;
	font-family: "微软雅黑";
	font-size: 44px;
	position: absolute;
	top: 39%;
	left: 65%;
}
.bann .bann_text span{
	display: block;
}
.bann .bann_text span.span_1{
	font-size: 24px;
}

/*子栏目下banner背景图*/
p.ba_about{background: url(../images/banner_us.jpg) no-repeat;}
p.yeji_bg{background: url(../images/yejibg.jpg) no-repeat;}
p.ba_tactbg{background: url(../images/joinus_bg.jpg) no-repeat;}
p.ba_qibg{background: url(../images/qiye_bg.jpg) no-repeat;}
p.ba_newsbg{background: url(../images/news_banner.jpg) no-repeat;}
/*位置导航*/
.position{
	width: 1200px;
	margin: 0 auto;
	height: 58px;
	line-height: 58px;
	position: relative;
	font-size: 12px;
	font-family: "微软雅黑";
}
.position .icon_p{
	background:#66b3d6;
	width:7px;
	height:7px;
	display: inline-block;
}
.position a{
	margin: 0px 5px;
	color: #5e5e5e;
}
/*大事记*/
.containr{
	background: #fff;
	color: #5e5e5e;
}
.sub_content{
	width: 1200px;
	margin: 0 auto;
	min-height: 470px;
}
.sub_content .sub_left{
	width: 20%;
	margin-right:40px;
	border-top: 3px solid #0080bb;
	float: left;
	border-right: 1px solid #C9C9C9;
	margin-bottom: 30px;
	
}
.sub_content .sub_left ul>li{
	min-height: 49px;
	line-height: 49px;
	width: 100%;
	border-left: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}

.sub_content .sub_left ul>li>a{
	font-size: 16px;
	color: #5e5e5e;
	margin-left: 35px;
}
.sub_content .sub_left ul>li>i{
	float: right;
	margin-right: 20px;
}
.sub_content .sub_left ul>li>ul{
	display: none;
	/*border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;*/
	 
}
.sub_content .sub_left ul>li>ul>li{
	border: none;
	height: 40px;
	line-height: 40px;
	background: #fff;
}
.sub_content .sub_left ul>li>ul>li:first-of-type{
	/*border-top:1px solid #C9C9C9;*/

}
.sub_content .sub_left ul>li>ul>li i{
	display:inline-block;
	width: 5px;
	height: 5px;
	border-radius:50%;
	background: #0080bb;
	float: none;
	margin-left:35px;
}
.sub_content .sub_left ul>li>ul>li>a{
	display: inline-block;
	color: #5e5e5e;
	margin-left:0px;
}
.sub_content .sub_left ul>li ul.blocks{
	display:block;
}
.sub_content .sub_left ul>li:hover{
	background:#0080bb;
	color: #fff;
}
.sub_content .sub_left ul>li:hover ul{
	display: none;
}
.sub_content .sub_left ul>li>ul>li:hover{
	background:#f1f6fc;
}
.sub_content .sub_left ul>li>ul>li:hover a{
	color: #0080bb;
}
.sub_content .sub_left ul>li:hover>a{
	color: #fff;
}
.sub_content .sub_left ul>li.current{
	background: #0080bb;
	color: #fff;
}
.sub_content .sub_left ul>li.current ul{
	display:none;
}
.sub_content .sub_left ul>li.current>a{
	color: #fff;
}
.sub_content .sub_left ul>li>ul>li.active{
	background:#f1f6fc;
}
.sub_content .sub_left ul>li>ul>li.active a{
	color: #0080bb;
}
.sub_content .sub_right{
	float:left;
	width:75%;
	font-size: 16px;
	font-family: "微软雅黑";
}
.sub_content .sub_right .biaoti_container{
	border-bottom: 1px solid #C9C9C9;
}
.sub_content .sub_right h2{
	background: #f1f6fc;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	padding-left: 10px;
	color: #5e5e5e;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
.sub_content .sub_right h2 span{
	font-size: 14px;
}
.sub_content .sub_right .subright_nr{
	margin-top: 10px;
	padding-top: 15px;
}
.sub_content .sub_right .subright_nr img{max-width: 100%;}
.sub_content .event_list{
	background: url(../images/event_bg.png) 156px 4px no-repeat;
}
.sub_content .eventlist{ 
padding-bottom: 25px;
position: relative;}
.sub_content .eventlist .enevt{
	background: #f1f6fc;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	padding-left: 10px;
	width: 135px;
	position: relative;
	float: left;
}
.sub_content .eventlist .enevt i{
	width: 0;
	height: 0;
	border-width:5px;
	border-style: solid;
	border-color:transparent transparent transparent  #f1f6fc ;
	position: absolute;
	right:-10px;
	top:17px ;
}
.sub_content .eventlist p{
	float: left;
	margin-left: 56px;
	line-height: 41px;
	width: 75%;
	padding-right: 10px;
}
.sub_content .eventlist p i{
	width:5px;
	height:5px;
	border-radius: 50%;
	background: #0080bb;
	display: block;
	position: absolute;
	top: 18px;
	left:158px;
}

/*获奖工程*/
.sub_right .huojiang{
	padding-bottom: 20px;
	
}
.sub_right .huojiang p{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #5e5e5e;
}
.sub_right .huojiang .zs{
	padding:5px 0px;
}
.sub_right .huojiang .zs span{
	display: block;
	text-align: center;
}
.sub_right .huojiang .zs_li{
	padding: 20px 0;
}
/*工程展示列表*/

.sub_right .page{
	padding:20px 0px;
}
/*新闻列表*/
.bann .news_bantext{
	color: #fff;
}
.sub_right .pro_list{
	margin-top: none;
	padding: 0;
}
.sub_right .pro_list li{
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	position: relative;
}

.sub_right .pro_list li:nth-child(even){
	background: #f1f6fc;
}
.sub_right .pro_list li .pro_icon{
	display:inline-block;
	width:5px;
	height:5px;
	border-radius: 50%;
	background: #006CAB;
	margin: 0px 10px 20px;
	
}
.sub_right .pro_list li i.line{
	width: 100%;
	height: 3px;
	background: #0080bb;
	position: absolute;
	display: none;

}

.sub_right .pro_list li span.n_data{
	float: right;
	margin-right: 10px;
}
.sub_right .pro_list li:hover{
	color: #006CAB;
}
.sub_right .pro_list li:hover a{
	color: #006CAB;
}
.sub_right .pro_list li .n_img{
	display: none;
	}
.sub_right .pro_list li .n_img img{ 
	display: none;
}
.sub_right .pro_list li .n_text{
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	width: 75%;
	color: #5e5e5e;
}
.sub_right .pro_list li .n_text h4{
	font-weight: normal;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
}
.sub_right .pro_list li .n_text p{
	display: none;
}
.sub_right .pro_list li a.btn_more{
	display: none;
}
/*.sub_right .pro_list li:nth-child(-n+3) i{
	display: none;
}
.sub_right .pro_list li:nth-child(-n+3){
	float:left;
	width:32%;
	border: 1px solid #C9C9C9;
	margin-right:12px;
	height:auto;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}
.sub_right .pro_list li:nth-child(3){
	margin-right: 0;
}
.sub_right .pro_list li:nth-child(4){
	clear: both;
}
.sub_right .pro_list li:nth-child(-n+3) .n_data{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding-left: 20px;
	float: none;
}
.sub_right .pro_list li:nth-child(-n+3) .n_img{
	width: 100%;
	height: 175px;
	display: block;
}
.sub_right .pro_list li:nth-child(-n+3) .n_img img{
	width: 100%;
	height: 175px;
	display: block;
}
.sub_right .pro_list li:nth-child(-n+3) a.n_text{
	margin:20px 15px 10px 20px;
	color: #909098;
	display: block;
	width: 90%;
}
.sub_right .pro_list li:nth-child(-n+3) a.n_text h4{
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	margin-bottom: 5px;
	color: #5e5e5e;
	line-height: 30px;
}
.sub_right .pro_list li:nth-child(-n+3) .n_text p{
	font-size: 12px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	display: block;
}
.sub_right .pro_list li:nth-child(-n+3) .btn_more{
	display: block;
	width: 105px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #0080bb;
	border-radius: 15px;
	color: #0080bb;
	margin:15px 0px 20px 20px;
	padding-left: 20px;
	display: block;
}
.sub_right .pro_list li:nth-child(-n+3) .btn_more i{
	background: url(../images/icon_more.png)0px 0px no-repeat;
	width: 20px;
	height: 10px;
	display: inline-block;
	margin-left: 15px;
}*/
/*鼠标滑过效果*/
/*.sub_right .pro_list li:nth-child(-n+3):hover i.line{
	/*border-top: 1px solid #0080bb;
	display:block;
	  -webkit-transition: all .5s;
   transition: all .5s;
}
.sub_right .pro_list li:nth-child(-n+3):hover .btn_more{
	background: #0080bb;
	color: #fff;
}

.sub_right .pro_list li:nth-child(-n+3):hover .btn_more i{
	background: url(../images/icon_more.png) 0px -10px no-repeat;
}*/

/*新闻详情页*/
.sub_right .news_title{
	/*padding: 25px 0px;*/
	padding:0 0px 20px 0px;
	border-bottom: 1px solid #C9C9C9;
	text-align: center;
}
.sub_right .news_title h3{
	font-size: 22px;
	padding-bottom: 20px;
}
.sub_right .news_title span{
	margin-right: 20px;
	background: url(../images/icon_sprite.png) no-repeat;
	padding-left: 20px;
}
.sub_right .news_title span.user_span{
	background-position: 0px -20px;
}
.sub_right .news_title span.data_span{
	background-position: 0px -40px;
}
.sub_right .news_nr{
	line-height: 25px;
	padding: 30px 0px;
}
/*.sub_right .news_nr p{
	margin-bottom: 30px;
	text-indent: 2em;
	line-height: 25px;
	width: 100%;
}*/
.sub_right .news_nr img{
	max-width: 100%;
	margin-bottom: 10px;
	margin-right: 10px;
}

.news_nr p.news_img span{
	display: block;
}
/*工程列表*/
.pro_lists{
	width: 100%;
}
.pro_lists li{
	float: left;
	margin: 0px 15px 15px 0px;
	width: 420px;
	border: 1px solid #C9C9C9;
	padding: 10px;
}
.pro_lists li:nth-child(even){
	margin-right: 0;
}
.pro_lists li p.pro_img1{
	float: left;
	width: 210px;
	height: 155px;
	margin-right: 20px;
	overflow: hidden;
}
.pro_lists li p.pro_img1 img{
	width: 100%;
	overflow: hidden;
}
.pro_lists li .pro_title{
	float: left;
	width: 190px;
	position: relative;
	padding-top: 10px;
}
.pro_lists li .pro_title a.pro_bt{
	font-size: 16px;
	color: #5E5E5E;
	display: block;
	line-height: 25px;
}
.pro_lists li .pro_title span{
	font-size: 12px;
}
.pro_lists li .pro_title a.btn_more{
	margin-top: 30px;
}
/*联系我们*/
.us_con{
	width: 1200px;
	margin: 0 auto;
}
.us_con .biaoti_container{
	border-bottom: 1px solid #C9C9C9;
}
.us_con .biaoti_container h2{
	background: #f1f6fc;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	padding-left: 10px;
	color: #5e5e5e;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
.us_con .biaoti_container h2 span{
	font-size: 14px;
}
.us_con .address{
	padding:20px 0;
	
}
.us_con .address .add_nr{
	float:left;
	padding-left: 45px;
	width: 365px;
}
.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 a{
	color: #5e5e5e;
}
.us_con .address .add_nr p span{
	height: 30px;
	line-height:30px;
	padding-left: 12px;
	display: inline-block;
	font-size: 16px;
}
.us_con .address .add_nr p span.add_span1{

	border-left: 2px solid #0080BB;
}
.us_con .address .map{
	float: left;
	width: 445px;
	padding-left: 230px;
}
.us_con .address .map iframe{
	width: 445px;
	height: 213px;
}
.us_con .partners{
	padding: 20px 0 20px 75px;
	
}
.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: 10px 10px 10px 0px;
}
.us_con .partners p span{
	margin-right: 10px;
	/*display: inline-block;*/
	width: 70px;
	font-size: 16px;
	float: left;
}
.us_con .partners p input{
	width: 350px;
	height: 35px;
	border: 1px solid #C9C9C9;
	line-height: 35px;
	padding-left: 15px;
	color: #5E5E5E;
	font-size: 14px;
	float: left;
}
.us_con .partners p textarea{
	width: 955px;
	height: 170px;
	border: 1px solid #C9C9C9;
	padding-left: 15px;
	color: #5E5E5E;
	line-height: 25px;
	font-size: 14px;
	float: left;
}
input.btn_tijiao {
    display: block;
	width: 105px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #0080bb;
	border-radius: 15px;
	color: #0080bb;
	padding-left: 15px;
    background:url(../images/icon_tijiao.png) #fff no-repeat;
    text-align: left;
    background-position: 75px 10px;
    margin: 0 auto;
}
input.btn_tijiao:hover{
	 background:url(../images/icon_tijiao.png) #0080bb no-repeat;
	 color: #fff;
	 background-position: 75px -20px;
}

/*企业理念*/
.linian_nr{
	width: 100%;
	margin-bottom: 35px;
	padding: 0;
	
}
.linian_nr .linian_li{
	float: left;
	background: #f1f6fc;
	margin: 0;
	margin-right: 15px;
	width: 290px;
	height: 350px;
	padding: 0;
}
.linian_nr li:last-of-type{
	margin-right: 0px;
}
.linian_nr li p{
	font-size: 14px;
	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: 16px;
	margin-top: 5px;
}
.linian_nr li p.ln_p1{
	margin-top: 25px;
}
.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: 60px;
	text-align: center;
}

/*业余生活*/
.pic_lists{
	padding:0px 20px;
	border-bottom: 1px solid #C9C9C9;
	/*overflow: hidden;*/
	position: relative;
	margin-bottom: 25px;
}
.pic_lists h3{
	font-size: 18px;
	color: #5E5E5E;
	text-align: center;
	margin-bottom: 25px;
	
}
.picMarquee{
	/*overflow: hidden;*/
	position: relative;
	padding-bottom: 10px;
	
}
.picMarquee .hd a{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #0080BB;
	color: #0080bb;
	text-align: center;
	line-height: 40px;
	position:absolute;
	z-index: 999;
	top:36%;
	background: #fff;
}
.picMarquee .hd a:hover{
	background: #0080BB;
	color: #fff;
}
.picMarquee .hd a.next{
	right: -20px;
	
}
.picMarquee .hd a.prev{
	left: -20px;
}
.picMarquee .bd{
	overflow: hidden;
}
.picMarquee .bd ul{
	overflow: hidden;
	zoom: 1;
}
.picMarquee .bd ul li{
	margin-right:14px;
	display: inline-block;
	overflow: hidden;
	width: 280px;
	height: 195px;
}
.picMarquee .bd ul li img{
	width: 280px;
	height: 195px;
}

/*企业资质*/
.qyzizhi_con{
	padding: 0;
}
.qyzizhi_con li{
	/*display: inline-block;*/
	margin: 0;
	margin-right:5px;
	margin-bottom:10px;
	border:1px solid #C9C9C9;
	width:293px;
	float:left;
}@media only screen and (min-width:1200px ) {
	.qyzizhi_con li:nth-child(3n+3){
	 margin-right: 0;
}
	
}
.qyzizhi_con li a{
cursor: default!important;
}

.qyzizhi_con li img{
	width: 100%;
	height: 225px;
	border-bottom: 1px solid #C9C9C9;
}
.qyzizhi_con p{
	font-size: 16px;
	display: block;
	height:70px;
	position: relative;
	overflow: hidden;
	padding: 0px 0px;
}
.qyzizhi_con p span{
	display: block;
	position: absolute;
	top: 50%;
    transform: translate(0, -50%);
    text-align:center;
    width: 98%;
	color: #5e5e5e;
	
}
 .zz_btn{
	padding: 20px 0px 50px 0px;
}
 .zz_btn a.btn_more{
 	margin: 0 auto;
 	width:130px;
 }
/*加入我们*/
.zhaopin{
	background: #fff;
	padding-bottom: 25px;
}
table.zp_table{
	margin: 20px 0px 0px 80px;
	border-collapse: collapse;
	border: 1px solid #C9C9C9;
	width: 86%;
	color: #5e5e5e;
}
table.zp_table th{
	vertical-align: baseline;
	background: #0080BB;
	/*border: 1px solid #C9C9C9;*/
	color: #fff;
	padding: 7px 0px;
	text-align: center;
}
table.zp_table td{
	border: 1px solid #C9C9C9;
	padding: 7px 0px 7px 0px;
	width: 15%;
	text-align: center;
}
table.zp_table td:first-of-type{
	width: 50%;
	text-align: left;
	padding-left: 30px;
}
table.zp_table tr:nth-child(odd) {
  background-color:#fff;
}
table.zp_table tr:nth-child(even) {
  background-color:#f1f6fc;
}

/*公司简介*/
.subright_nr .jj_con{
	padding-bottom: 50px;
	
}
.subright_nr .jianjie_top {
	
}
.subright_nr .jianjie_top span{
	display: block;
	float: right;
	width: 260px;
	height: 360px;
}
.subright_nr .jianjie_top .jj_left{
	float:left;
	width:68.5%;
	color: #757e86;
}
.subright_nr .jj_con p{
	font-size: 14px;
	line-height:28px;
	text-indent: 2em;
	margin-bottom: 20px;
	
}
/*加入我们*/
.zhaopin{
	background: #fff;
	padding-bottom: 25px;
}
table.zp_table{
	margin: 20px 0px 0px 80px;
	border-collapse: collapse;
	border: 1px solid #C9C9C9;
	width: 86%;
}
table.zp_table th{
	vertical-align: baseline;
	background: #0080BB;
	/*border: 1px solid #C9C9C9;*/
	color: #fff;
	padding: 7px 0px;
	text-align: center;
}
table.zp_table td{
	border: 1px solid #C9C9C9;
	padding: 7px 0px 7px 0px;
	width: 15%;
	text-align: center;
}
table.zp_table td:first-of-type{
	width: 50%;
	text-align: left;
	padding-left: 30px;
}
table.zp_table tr:nth-child(odd) {
  background-color:#fff;
}
table.zp_table tr:nth-child(even) {
  background-color:#f1f6fc;
}
.us_con .jianli{
	padding: 30px 0px 40px 70px;
}
.us_con .jianli p{
	margin-bottom: 15px;
	display: inline-block;
	margin-right: 90px;
	float: left;
}
.us_con .jianli p i{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0080BB;
	margin-right: 10px;
	float: left;
	margin: 15px 10px 10px 0px;
}
.us_con .jianli p span{
	margin-right: 10px;
	display: inline-block;
	width: 70px;
	font-size: 16px;
	float: left;
	line-height: 35px;
	
}
.us_con .jianli p input{
	width: 350px;
	height: 35px;
	border: 1px solid #C9C9C9;
	line-height: 35px;
	padding-left: 15px;
	color: #5E5E5E;
	font-size: 14px;
	display: inline-block;
}
.us_con .jianli p input.radio{
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.us_con .jianli p textarea{
	width: 955px;
	height: 170px;
	border: 1px solid #C9C9C9;
	padding-left: 15px;
	color: #5E5E5E;
	line-height: 25px;
	font-size: 14px;
	float: left;
}

