*{ margin: 0; padding: 0; }
img { border: 0 none; vertical-align: center; }
ul, li { list-style-type: none;}
body, input, select, button, textarea { font-family:"微软雅黑";  }	/*设置默认字体*/
button { cursor: pointer; }
i, em, cite { font-style: normal; }
a{ color: #000; text-decoration: none; }/*设置a标签基本样式与伪类选择器设置*/
a:visited {}
a:active, a:hover { text-decoration: none; color:#d00000; }
a:focus { outline: none; } 
.orange { color:#F26E01;}

.clear:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear:both;
}
/*中部结构样式*/
.main_af {
	width: 100%;
	background: #eaeaea;
}
.position {
	font-size: 0.9em;
	line-height: 450%;
	font-weight: 500;
	margin: 0 0 0 1em;
}
.main_bf {
	width: 100%;
}
.aboutwe_top {
	width: 100%;
	background: #f7c173;
	text-align: center;
}
.aboutwe_top span {
	font-size: 1.2em;
	color: #a61b29 ;
	line-height: 200%;
}
.aboutwe_top img {
	width:4.5%;
	margin: 0 0 0 0.3em;
}
.aboutwe_bottom {
	width: 100%;
	/*border: 1px solid red;*/
	margin: 1.3em auto 0;
}
.aboutwe_bottom a span {
	display: block;
	float: left;
	font-size: 1.1em;
	margin: 0 0 1.3em 20%;
}
.bottom_selected {
	color: red;
}

.character {
	width: 100%;
	background: #eaeaea;
	border-bottom: 0.1em solid #eaeaea;
}
.character_img {
	width: 100%;
	margin: 1em 0 0 0;
}
.character_introduction {
	width: 93.5%;
	background: #ffffff;
	margin: -1em auto 2em;
	border-top: 0.1em solid #ffffff;
	border-bottom: 0.1em solid #ffffff;
}
.character_content {
	width: 95%;
	margin: 1em auto 2em;
	/*border: 1px solid red;*/
}
.character_content h4 {
	font-size: 0.6em;
	color: #666666;
}
.character_content h1 {
	font-size: 1.2em;
	color: #a61b29;
	font-weight: 550;
	margin: 0 0 2em 0;
	line-height: 170%;
}
.character_content h2 {
	font-size: 1.3em;
	font-weight: 550;
	line-height: 170%;
}
.character_content h3 {
	font-size: 1em;
	font-weight: 550;
}
.character_content span {
	display: block;
	font-size: 0.8em;
	line-height: 200%;
	margin: 2em 0;
} 