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;
}
.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;
}


/*报价开始——e*/
  /*banner*/
 .banner{
 	width: 100%;
 	overflow: auto;
 }
.banner img{
	width: 100%;
	background-size: 100% 100%;
	height: 120px;
	background-repeat: no-repeat;
}



.inxs h3{
	width: 30%;
	border-bottom:2px solid #E4641C ;
	margin: 0 auto;
	color: #666666;
}
.tidiv{
	text-align: center;
}
.tidiv .in1{
	height: 45px;
	line-height: 45px;
	letter-spacing: 2px;
	color: #666666;
}

.tidiv .in1 input{
	padding-left: 10px;
	margin-left: 10px;
	border: 1px solid #cacaca;
	border-radius: 10px;
	width: 56%;
	height: 32px;
	display: inline-block;
}
.tidiv .in1 input:focus{
	border:1px solid yellow;
	border-radius: 10px;
	margin-left: 10px;
}
.tidiv .in2{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.tidiv .in2 span{
	width: 46%;
	height:35px;
	line-height: 32px;
	display: inline-block;
}
.tidiv .in2 span select{
	border:1px solid #cacaca ;
	width: 100%;
	height:32px;
	line-height: 32px;
	display: inline-block;
	border-radius: 10px;
}

.btdiv{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.btdiv button{
	width: 80%;
	padding: 3px 0;
	background-color: #e4641c;
	border: none;
	border-radius: 10px;
	font-size: 18px;
	color: white;
}

/*联系方式*/
.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;
}



