@charset "utf-8";
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, img {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-size: 14px;
	font-family:"微软雅黑";
	color: #333333;
	background-color:#ffffff;
}
body>div{ position:relative;}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
em, i{
	font-style:normal;
}
ul, ol {
	list-style: none;
}
img {
	border:0px;
}
a {
	text-decoration: none;
	color:#333333;
	transition:all 0.3s;
}
a:link{ text-decoration:none;}
a:hover {
	color:red !important;
	text-decoration:none;
}
.f_l{float: left;}
.f_r{float: right;}
.f_c{clear: both;}
.b_n{border: none;}
.t_l{text-align: left;}
.t_c{text-align: center;}
.t_r{text-align: right;}
.auto{margin: 0 auto;}

.w1100{ width:1100px;}
.f_s{ font-family:"宋体";}
.f_w{ font-family:"微软雅黑";}
.pdT{ padding-top:10px;}
.mgT4{ margin-top:4px;}
.mgT10{ margin-top:10px;}
.mgT15{ margin-top:15px;}
.mgT20{ margin-top:20px;}
.mgL4{ margin-left:4px;}

.Main{height:auto;overflow:hidden;position:relative;background:#FFF;z-index:10;margin-top:15px;margin-bottom: 15px;}

div.page{padding: 20px 0;text-align: center;clear: both;overflow:hidden;}
div.page a{padding:5px 10px;font-size: 14px; background:#ffffff; border:1px solid #cccccc; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#5d5d5d; margin: 0 3px;}
div.page a:hover{background:#009eef; border:1px solid #009eef; color: #FFFFFF;}
div.page a.up{ }
div.page a.onhover{background: #009eef;border: 1px solid #009eef;color: #FFFFFF;}
div.page input{ border:1px solid #cccccc; width:50px;height:20px; line-height:20px; text-align:center;}
div.page span{padding-right:10px;}