	body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td{
	font-family: "微软雅黑";
	margin:0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.page ul a{
	width: 44px;
    height: 28px;
    font-size: 14px;
    color: #202020;
    text-align: center;
    line-height: 28px;
    margin-right: 6px;
    display: inline-block;
    border: 1px solid #666863;
    text-decoration: none;
}
.l{
	float: left;
}
.r{
	float: right;
}
/*头部样式代码*/
.header-warp{
	height: 100%;
	background:#333;
}
.header-warp .header-left a{
	line-height: 42px;
	font-size:12px;
	color:#fff;
	padding:0 5px;
	border-left:1px solid #fff;
	text-decoration: none;
}
.header-warp .header-left .first{
	border-left:0;
	padding:0;
}
.header-warp .header-right{
	text-align: center;
}
.header-warp .header-right>a{
	font-size:12px;
	color:#fff;
	width:70px;
	height:42px;
	line-height: 42px;
	display: inline-block;
	text-decoration: none;
}
.header-warp .header-right .active{
	background:#d60000;
}
/*===============header结束=====================*/
.nav_content{
	margin-top: 2rem; 
	width: 100%;
	min-height: 42px;
	border-top: 1px solid #ff3334;
	border-bottom: 1px solid #d9d9d9;
}
.nav_content .logo{
	min-height: 42px;
	line-height: 42px;
}

.content_right{
	
	min-height:42px;
	line-height: 42px;
}
.content_right li{
	margin-left: 1rem;
}
.content_right li>a{
	color: #333333;
}
/*=========footer==========*/
/*底部样式代码*/
.foter{

	width:100%;
	height:100%;
	background: #2c2c2c;
}
.footer-left{
	margin-top:24px;
}
.footer-left ul{
	margin-left:35px;
}
.footer-left ul h1{
	height:30px;
	width:83px;
	font-size:12px;
	line-height: 30px;
	color:#fff;
	border-bottom: 1px solid #fff;
	font-weight: 900;
}
.footer-left ul li a{
	font-size:12px;
	margin-top:20px;
	color:#fff;
	text-decoration: none;
}

.footer-left .last li{
	font-size:12px;
	color:#fff;
	line-height: 22px;
}
/*版权的代码样式*/
.copyright{
	width:100%;
	height:100%;
	background: #000;
}
.copyright div{
	font-size:12px;
	color:#fff;
	text-align: center;
	line-height:37px;
}