﻿@charset "utf-8";
/* CSS Document */

body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, td, iframe {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
li, div, span, a {
	font-family: "宋体";
	font-size: 12px;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #ff9900 !important;
}
/*主体开始*/

.clear {
	clear: both;
}
.box {
	width: 100%;
}
.more {
	float: right!important;
	padding-right: 10px;
	line-height: 38px;
}
.more a {
	color: #213d00;
	font-size: 12px;
}
.list_l {
	float: left;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list_r {
	float: right;
	padding-right: 10px;
	color: #858585;
	width: 20%;
	text-align: right;
}
/*头部区域样式开始*/
.top {
	width: 100%;
	height: 363px;
	background: url(../images/top_bg.jpg) repeat-x;
}
.logo, .nav, .banner {
	width: 1008px;
	margin: 0 auto;
}
.logo {
	height: 88px;
}
.logo_img {
	float: left;
	width: 455px;
	height: 88px;
	background: url(../images/logo.jpg) no-repeat;
}
.logo_text {
	float: right;
	line-height: 88px;
	font-size: 12px;
	padding-right: 20px;
}
.logo_text span, .logo_text a {
	color: #555555;
	font-size: 12px;
}
.nav {
}
.nav_l {
	float: left;
	width: 15px;
	height: 44px;
	background: url(../images/nav_l.jpg) no-repeat;
}
.nav_r {
	float: right;
	width: 15px;
	height: 44px;
	background: url(../images/nav_r.jpg) no-repeat;
}
.nav_c {
	float: left;
	width: 978px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: url(../images/nav_bg.jpg) repeat-y;
}
.nav_c ul {
	height: 44px;
}
.nav_c ul li {
	height: 44px;
	display: block;
	float: left;
	position: relative;
}
.nav_c ul li a, .nav_c ul li span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
@media all and (min-width:0) {
.nav_c ul li a, .nav_c ul li span {
	font-size: 15px\0;
	line-height: 48px\0;
}/* 针对IE9、IE10 */
}
.nav_c ul li span {
	padding: 0px 8px;
}
.nav_c ul li div {
	position: absolute;
	visibility: hidden;
	padding: 0;
	left: -18px;
	top: 40px;
	width: 300px;
	border: 1px solid #81caeb;
	border-top: 0;
	background: url(../images/nav_div_bg.png);
}
.nav_c ul li div a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: left;
	text-indent: 1em;
	border-top: 1px solid #81caeb;
}
.m22 {
	height: 40px !important;
	line-height: 20px !important;
}
.nav_c ul li:hover div {
	visibility: visible;
}
.banner {
	height: 230px;
	border-bottom: #e6f8ff 1px solid;
}
/*头部样式结束*/

/*底部样式开始*/
.foot {
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 7px;
	padding-top: 15px;
	background: #97c1f0;
}
.foot p {
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
}
/*底部样式结束*/
