@charset "utf-8";
html {
	color:#333333;
	background:#F0F0F0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}

li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
body {
	font-family:"Microsoft YaHei", "微软雅黑", Arial;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
*zoom:1;
}
/* Hides from IE-mac \*/* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}/* End hide from IE-mac */

/* 头部代码 */
#site-header {
	border-bottom:1px solid #FFFFFF;
	padding:12px 30px;
	position:relative;
	background:#34c2fd;
}
#site-header .page-pro {
	padding-left:74px;
	height:64px;
	overflow:hidden;
	margin:0 auto;
	width:960px;
}
#site-header .page-pro .nowaday {
	float:left;
	margin-left:-74px;
}
#site-header .page-pro h3 {
	font-size:16px;
	font-weight:600;
	color:#FFFFFF;
	line-height:1.8;
	font-family:"Microsoft YaHei", "微软雅黑", Arial;
}
#site-header .page-pro p {
	font-size:14px;
	color:#FFFFFF;
	max-width:600px;
	line-height:25px;
	font-family:"Microsoft YaHei", "微软雅黑", Arial;
}
#site-header .page-nav {
	position:absolute;
	right:10px;
	top:12px;
}
#site-header .page-nav li {
	float:left;
	margin-left:10px;
}
#site-header .color-red {
	color:#cb0000;
}
