/*CSS初始化*/
html,body,ul,li,p,dd,dt,dl,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
*{
	font-size: 10px;
}
li{list-style: none;}
img{
	display: block;
	margin: 0;
}
a{
	text-decoration: none;
}
em,i{
	font-style: normal;
}
input[type=text],textarea,select {
	-webkit-appearance:none;
	outline:none;
}
/*公用头部*/
.body_active{
	overflow: hidden;height: 100%;
}
.top{
	width: 96%;
	margin: auto;
	overflow: hidden;
	padding: 20px 2%;
	background: #fff !important;
}
.top div{
	width: 100%;
	float: left;
}
.top div a img{
	width:31.2% ;
	max-width: 150px;
	float: left;
}
.top div span {
	width: 50%;
	display: inline-block;
	margin-right: 10px;
	max-width: 148px;
	margin-top: -4px;
	float: right;
	position: relative;
}
.top div span em{
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 1.6rem;
	color: #970009;
}
.top div span img{
	width: 100%;
}
.top i{
	font-size: 2.4rem;
	display: block;
	float: right;
	margin-right: 15px;
	color: #970009;
}
/*导航*/
.show_bj{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
}
.nav{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 0%;
	height: 100%;
	background: #9f242c;
	color: #fff;
	transition: all 0.35s
}
.nav_show{
	width: 50%;
}
.nav>div {
	width: 80%;
	margin: auto;
}
.nav dl dt{
	width: 100%;
	line-height: 40px;
	overflow: hidden;
}
.nav dl dt em{
	font-size: 1.4rem;
	display: block;
	float: right;
	font-weight: bold;
}
.nav dl dt i{
	font-size: 1.4rem;
	display: block;
	float: left;
}
.nav dl dd {
	line-height: 38px;
}
.nav dl dd a{
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
}
.nav div div{
	line-height: 28px;
	position: absolute;
	bottom:20px;
	left: 10%;
	font-size: 1.4rem;
}
.nav div div h6{
	font-size: 1.4rem;
}
.nav div div span{
	color: #cfa3a5;
	font-size: 1.3rem;
}
/*底部*/
.footer{
	padding: 10px 0;
	width: 100%;
	background: #2e2d33;
	color: #a3a3a3;
	text-align: center;
	font-size: 1.6rem;
	line-height: 26px;
}
