@charset "utf-8";
/* CSS Document */
*{
	font-family: "宋体";
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
form{
	margin: 0px;
	padding: 0px;
}
a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}
.page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header{
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	height: 170px;
}
.header .logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 82px;
	width: 294px;
	float: left;
	margin: 10px;
}
.top {
	float: right;
	margin: 20px;
}
.top a{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}
.top .link_1{
	background-image: url(images/top_icon_1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.top .link_2{
	background-image: url(images/top_icon_2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.top .link_3{
	background-image: url(images/top_icon_3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.top .link_4{
	background-image: url(images/top_icon_4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.navigater{
	background-image: url(images/navigater_bg.png);
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	width: 698px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 2px;
}
.navigater a{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: 80px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navigater a:hover{
	background-image: url(images/navigater_a_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #004080;
}
.navigater_sub{
	height: 28px;
	background-color: #CCC;
	clear: both;
	display: block;
}
.navigater_sub a{
	font-size: 12px;
	font-weight: bold;
	color: #4B4B4B;
}
.navigater_sub .shadow{
	display: none;
}
.weather{
	font-size: 12px;
	height: 28px;
	background-color: #CAFCCB;
	border-top-color: #3186DA;
	border-right-color: #3186DA;
	border-bottom-color: #3186DA;
	border-left-color: #3186DA;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 28px;
	clear: both;
}
.weather form{
	float: right;
}
.weather form *{
		font-size: 12px;
}

.footer{
	background-color: #EAEBEF;
	clear: both;
	height: 120px;
	margin-top: 3px;
	font-size: 14px;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 120px;
	text-align: center;
}
.footer .logo{
	background-image: url(images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 270px;
	float: left;
}
.footer .copyright{
	float: left;
	height: 100px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	width: 396px;
	padding-top: 20px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-left-color: #DDD;
}
.footer .statistics{
	float: left;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	width: 270px;
	padding-top: 20px;
}

.banner{
}
.content{
}
.content .content_left{
	float: left;
	width: 260px;
	margin-right: 5px;
	margin-top: 5px;
}
.content .content_center{
	margin-top: 5px;
	float: left;
	width: 430px;
	>width: 410px;
}
.content .content_right{
	margin-top: 5px;
	float: left;
	width: 260px;
	margin-left: 5px;
}
.content .content_content{
	margin-top: 5px;
	float: left;
	width: 695px;
}
.image_link{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ad{
	font-size: 0px;
	clear: both;
}
