html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,p,form,input,button,a,div,img{ 
margin: 0;
padding: 0;
list-style: none;
}
html,body{
	width: 100%;
	font-family:"微软雅黑";
}
a{
	text-decoration: none;
	
}
i,em{
	font-style: normal;
}
li{list-style: none;}
strong,b{
	font-weight: normal;
}
.fl{
	float: left;
}
.fi{
	float: right;
}
.clearfixs:after{ 
content:'';
height: 0;
display: block;
clear: both;
visibility: hidden;
overflow: hidden;
}
.clear{
content:'';
display: block;
clear: both;
	
}
.hs{
	height: 0px;
	clear: both;
}
/*人物详细页面开始*/


/*头部*/
.head{width: 100%;height: auto;background-color: #e4641b;overflow: hidden;height: 45px;}
.head span{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: white;
	
}
.head .icona{
	width: 17%;
	margin-left: 0px;
	text-align: left;
	display: inline-block;

}
.head .he_span2{
	width: 55%;
	text-align: center;
}
.head .he_span3{
	width: 20%;
	text-align: right;
}
.he_span2 a{
	font-size: 20px;
	color: white;
	text-align: center;
	display: inline-block;
}

/*ste在就建筑工地——h*/
.site{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom:1px solid #e2e1e1 ;
	text-align: left;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
}
 .site a{
 	display: inline-block;
 	padding: 0 10px 0 20px;
 	border-right: 1px solid #E2E1E1;
 	color: black;
 	font-family: "微软雅黑";
 	font-size: 16px;
 }
 .site a:last-child{
 	border: none;
 }
 .site a:hover{
 	color: #E4641B;
 }


/*sitecontent*/
.siteDiv{
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
.siteDiv li{
	width: 100%;
	overflow: hidden;
	height: auto;
	border-bottom: 1px solid #dedddc;
	padding: 10px  0;
}

.site_img{
	width: 100px;
	height: 100px;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 10px;
	
}
.site_jia{
	width: 31%;
	float: left;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666666;
	text-align: left;
	margin-left: 10px;
}
.site_jia h4{
	padding: 10px  0;
	font-size: 16px;
	color: black;
	letter-spacing: 2px;
	font-family: "微软雅黑";
	font-weight: normal;
	
}
.site_jia p{
	font-size: 10px;
	color: #666666;
	font-family: "微软雅黑";
	letter-spacing: 2px;
padding: 10px 0;
text-shadow: 1px 1px 2px #E9E9E9;
}
.site_jia p span{
	
	border-right: 1px solid #b2b1b1;
	padding: 0  5px;
}
.site_jia p span:last-child{
	border: none;
}
.site_r{
	width:40px;
	height: 121px;
	line-height: 121px;
	float: right;
	font-size:30px;
	text-align: center;

}
.site_r a{
		color: #b1aeae;
}

/*ste在就建筑工地——e*/
/*
翻页*/
.site_fan{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
	padding: 10px 0;
}
.site_fan span{
	padding: 3px 10px;
	display: inline-block;
	font-weight: bold;
}
.site_fan span:hover{
	color: white;
	background-color: #E5651C;	
}
/*联系方式*/
.lianx{
	width: 100%;
	margin-top: 40px;
	text-align: center;
	font-size: 17px;
	overflow: hidden;
}
.lianx i{
	font-size: 30px;
	color: #f89c77;
	margin-right:7px ;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	float: left;
margin-left: 16%;
}
.lianx span{
	float: left;
}
.lianx span em{
	color: #fd5824;
	margin-left: 8px;
}


/*foot部分*/
.font-cha{
	width: 100%;
	height: auto;
	text-align: center;
}
.font-cha p{
	font-family: "微软雅黑";
	font-size: 12px;
	letter-spacing: 2px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
}
.font-cha p a{
	color: #666666;
}
.font-cha p a:hover{
	color: red;
}



/*<!--<预约工地-->*/
.order_site{
	position: fixed;
	bottom: 0px;
     height: auto;
	width: 100%;
	text-align: center;
}
.order_top{
	padding: 6px 10px; 
	background-color: #E4641B;
	color: white;
}
.oreder_text{
	background-color: #CACACA;
	text-align: center;
}
.oreder_text .cspf-title{
	font-size: 16px;
	text-align: center;
	font-family: "微软雅黑";
	letter-spacing: 2px;
	padding:10px 0;
	font-weight: bolder;
	position: relative;
}
.oreder_text .cspf-title i{
	position: absolute;
	 top: 0;
	 right:0px;
	 width: 30px;
	 height: 30px;
	 color: white;
	 line-height: 30px;
	 text-align: center;
	 border-radius: 50%;
	 border:1px solid white;
	 margin-right:10px ;
	 margin-top:10px ;
}
.oreder_text .cspf-title i:hover{
	color: #E4641C;
	border: 1px solid #E4641C;
}
.oreder_text .cspf-subt{
	font-size: 10px;
	font-family:"宋体";
	color: red;
	margin-bottom: 6px;
}
.oreder_text .cspf-zj{
	margin-top: 6px;
	text-align: center;
}
.oreder_text .cspfz{
	margin-bottom: 10px;
}
.cspfz label{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666666;
}
.cspfz input{
	width: 204px;
	height: 24px;
	padding-left: 3px;
}
.cspfz i{
	color: red;
}

.cspf-st input{
	padding:5px 10px ;
	border: none;
	border-radius: 10px;
	margin: 10px 0;
	background-color: #E4641C;
	color: white;
}
