homehtml,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;
}
.shownav{

}

 /*家装指南面包屑*/
 .home{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #E9E9E9;
    padding: 10px 0;
    text-align: center;
 }
.home a{
    padding: 4px 6px;
    font-size: 18px;
    font-family:"微软雅黑";
    color: #666666;
 }
 .home a:last-child{
 	border: none;
 }
 .home a:hover{
 	background-color: #E4641B;
 	color: white;
 }
 .home a.on{
 	background-color: #E4641B;
 	color: white;
 }
 /*home_content*/
 a {
    color: #333;
}
.home_content{
	width: 100%;
	overflow: hidden;
}
 .content_te{
 	width: 100%;
 }

 .home_top{
 	padding: 10px 0;
 	border-bottom: 1px solid #CACACA;
 	overflow: hidden;
 }
.home_top span{
 	border-left: 2px solid #E4641B;
 	font-size: 14px;
 	padding: 0px  4px;
 	display: inline-block;
 	margin-left: 10px;
 	color: #606068;
 	font-family: "黑体";
 }
 .home_top a{
float: right;
 font-size:14px;
 font-family: "黑体";
 color: #606068;
 height: 16px;
 line-height: 27px;
 margin-right: 20px;
 }
  .home_top a:hover{
  	color:#E4641B ;
  }
 .content_te .home_text{
	width: 100%;
	margin-top: 10px;
}
 .home_text li{

 	border-bottom:1px solid #CACACA ;
 	padding-bottom: 10px ;
 }
  .home_text li:last-child{
  	border: none;
  }
 .home_text li img{
 	width: 23%;
 	padding: 5px;
 	background-size: 100% 100%;
 	background-repeat: no-repeat;
 	float: left;
 	display: inline-block;
 }
  .home_text li .h_te_p{
  	float: left;
  	width: 70%;
  	text-align: left;margin-left: 10px;
  }
 .h_te_p h4{
 	font-size: 14px;
 	font-family:"黑体";
 	padding: 10px 0;
 }
 .h_te_p p{
 	font-size: 12px;
 	line-height:160%;
 	letter-spacing: 1px;
 	font-family: "宋体";
 	color: #666666;
 	overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

 }
/*
翻页*/
.turn{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 30px;
}

.turn span{
	padding: -2px 10px;
	display: inline-block;

}
.turn span:hover{
	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;
}



