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;
}
.shownav{
	
}
 

/*team内容*/

.team_d{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	border-bottom: 1px solid #E9E9E9;
}
.team_d span{
	width: 49%;
	display: inline-block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-family: "微软雅黑";
	letter-spacing: 2px;
	color: #3d3c3c;
	
}
.team_d span i{
	margin-left: 8px;
}
.team_content{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#team_figure .teamli{
	width: 98%;
	padding:0 10px;
	overflow:hidden;
	height: auto;
	border-bottom: 1px solid #666666;
	box-shadow: 1px 1px 1px #E9E9E9;
}
.team_Img{
	float: left;
	padding: 10px 10px 10px 0;
	width: 120px;
	
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.team_text{
	
}
.team_text p{
	margin-top: 10px;
} 
.text-1{
	font-family: "微软雅黑";
	color:#5f5f5f;
	letter-spacing: 2px;
}
.text-1 span:nth-of-type(1){
	font-size: 16px;
	width: 90px;
	display: inline-block;
	text-align: left;
	color: black;
}
.text-1 span:nth-of-type(2){
	font-size: 14px;
	width: 90px;
	display: inline-block;
	text-align: center;
}

.text-2,.text-3{
	font-size: 12px;
	color: #666666;
}
 .team_text .text-4 {
	margin-top: 15px;
}
.text-4 a{
	padding: 2px 15px;
	border-radius: 10px;
	display: inline-block;
	border:1px solid #666666;
	color: #666666;
	font-size: 12px;
}
.text-4 a:nth-of-type(1){
	margin-right: 6px;
}
.text-4 a:hover{
	border: 1px solid #f0ac8b;
	color: #f0ac8b;
}
.text-4 a.no{
	border: 1px solid #f0ac8b;
	color: #f0ac8b;
}

/*
翻页*/
.turn{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 30px;
}
.turn span{
	padding: -2px 10px;
	display: inline-block;
	border: none;
}
.turn span:hover{
	background-color: #e5651c;
	color: white;
}

/* 分类 */
.pr {
    position: relative !important;
}
.catTab {
    z-index: 10;
}
.catTab .tabTit {
    background: #fff;
    height: 40px;
    border-bottom: solid 1px #e9e9e9;
    position: relative;
}
.catTab .tabTit li:first-child {
    border: 0;
}
.catTab .tit {
    line-height: 40px;
    display: block;
    color: #333;
}
.icon, .social-share .social-share-icon {
    font-family: "icon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/* .icon-down:before {
    content: "\e60c";
} */
.text-center {
    text-align: center !important;
}
.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
    flex: 1;
    overflow: hidden;
    display: block;
}
.box {
    display: flex;
}
.catTab .tabTit li {
    border-left: solid 1px #e9e9e9;
}
.catTab .tabLayer {
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    border-bottom: solid 1px #ddd;
    max-height: 200px;
    min-height: 150px;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 15px;
    display: none;
}
.catTab .tabLayer>div a.active {
    color: #ff5644;
    border-color: #ff5644;
}
.catTab .tabLayer>div a {
    display: block;
    float: left;
    height: 27px;
    line-height: 27px;
    border: solid 1px #e9e9e9;
    padding: 0 5px;
    margin: 10px 0 0 15px;
}
a {
    color: #333;
}


@font-face{
	font-family:'icon';
	src:url("iconfont.ttf") format("truetype");
}
.tit .icon-down:before{
	/*content:"\e60c";*/
	content: "\f02a9";
}
