@charset "utf-8";
html,body,p,nav,img,ul,hgroup,h2,h3,h1,i,h4,dl,ol,dt,dd,table,tbody,thead,th,tr,td{
	margin: 0;
	padding: 0;
}
body{
	font-family: "microsoft yahei" , arial;
	font-size: 13px;
	color: #333;
	background-color: #fff;
}
h2,h3,h1,h4,h5,h6{
	color: inherit;
	font-size: inherit;
	font-weight: normal;
}
input,textarea{color: inherit; font-size: inherit;font-family: inherit;background-color:inherit;}
a{text-decoration: none;color: inherit;}

ul,li{list-style: none;}
img{display: block;border: 0;}
.clear {
	*zoom: 1;
}
.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
}
.display-inline{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.float_l{
	float: left !important;
}
.float_r{
	float: right !important;
}
.hide{
	display: none;
}
.content{
	padding: 0 5px;
	font-size: 14px;
	line-height: 28px;
}
.content img{
	display: inline-block;
	*zoom: 1;
	*display: inline;max-width: 100%;
}
.show{
	display: block;
}
.mb70{
	margin-bottom: 70px;
}
.mb60{
	margin-bottom: 60px;
}
.mb50{
	margin-bottom: 50px;
}
.mb40{
	margin-bottom: 40px;
}
.mb30{
	margin-bottom: 30px;
}
.mb20{
	margin-bottom: 20px;
}
.mb10{
	margin-bottom: 10px;
}
.mt40{
	margin-top: 40px;
}
.mt60{
	margin-top: 60px;
}
.pt40{
	padding-top: 40px;
}
.pt25{
	padding-top: 25px;
}
.text-center{
	text-align: center;
}
.a_more{
	display: inline-block;
	*zoom: 1;
	*display: inline;
    padding: 4px 25px;
    color: #fff;
    background-color: #a60d26;
    border-radius: 10px
}
.container{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
/*分页s*/
.pages {
	width: 100%;
	padding: 30px 0;
	text-align: right;
}
.pages span,
.pages a{
	color: #333;
	font-size: 16px;
}
.pages>p>span,
.pages>p>a {
	padding: 4px 10px;
	border: 1px solid #e1e2e3;
}
.pages>p>span,
.pages>p>a:hover {
	background-color: #982b32;
	color: #fff;
	border-color: #982b32;
}
/*分页e*/
input{
	border: 0;
	background-color: #fff;
	outline: none;
	color: #333;
	text-indent: 6px;
	line-height: 26px;
	height: 26px;
}