@charset "utf-8";
/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
* {
	padding: 0;
	margin: 0
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font-family: "宋体";
	font-size: 14px;
	color: #333;
	/*background: #fff url(../images/bg.png) no-repeat top center fixed;*/
	background: #fff url(../images/bg.jpg) no-repeat top center;
}
a {
	color: #052649;
	text-decoration: none;
	outline: none;
}
/*a:hover {
	text-decoration: underline;
}*/
p {
	margin: 0;
	padding: 0;
}
/* list */
ul, ol {
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
.inner {
	/*width: 1100px;*/
	width: 1200px;
	margin: auto;
	background: white;
}
.l {
	float: left;
}
.r {
	float: right;
}
.clear {
	clear: both;
}
/*header*/

#header {
	/*height: 331px;*/
	height: 421px;
	width: 100%;
}
#header .inner {
	background: white;
}
.headertop {
	height: 26px;
	padding: 7px 0 6px;
	line-height: 26px;
	border-bottom: 3px #b1ddf8 solid;
	background: white;
	/*margin-bottom: 10px;*/
	margin-bottom: 100px;
	color: #636363;
}
.headertop .left span, .headertop .left label, .headertop .left input {
	float: left;
}
.headertop .left label {
	margin-left: 15px;
}
.logins {
	display: inline-block;
	width: 52px;
	height: 24px;
	border: 1px #2983b8 solid;
	background-image: linear-gradient(to bottom, rgba(23,187,225, 1) 0%, rgba(5,139,202, 1) 100%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(top, rgba(23,187,225, 1) 0%, rgba(5,139,202, 1) 100%, #FFFFFF 100%);
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#17bbe1', EndColorStr='#068ccb');
	text-align: center;
	color: white;
	line-height: 24px;
	margin: 0 4px 0 15px;
	_background: url(../images/wsdcsubmit.png) no-repeat center center;
}
.logins {
 *display:inline;
}
.register {
	display: inline-block;
	width: 52px;
	height: 24px;
	border: 1px #ccc solid;
	background: white;
	text-align: center;
	color: #686868;
	line-height: 24px;
}
.register {
 *display:inline;
}
.headertop input {
	width: 85px;
	height: 24px;
	line-height: 24px;
	border: 1px #ccc solid;
	margin-left: 5px;
	padding: 0 5px;
}
.headertop .right a {
	padding: 0 5px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.headertop .right a:hover {
	color: #0860ba;
	text-decoration: underline;
}
.headerflash {
	height: 206px;
	width: 1100px;
}
.headerbottom {
	height: 28px;
	padding: 4px 0;
	background: white;
	line-height: 26px;
	color: #646464;
}
.headerbottom .right a, .headerbottom .right label, .headerbottom .right span {
	float: right;
}
.headerbottom .left {
	width: 250px;
}
.headerbottom span {
	margin-right: 5px;
}
.headerbottom span.jt {
	margin-left: 5px;
	font-weight: bold;
}
.headerbottom span.kqzl {
	display: inline-block;
	width: 25px;
	height: 18px;
	background: #fbba14;
	line-height: 18px;
	color: white;
	text-align: center;
	margin-left: 5px;
}
.headerbottom span.kqzl {
 *display:inline;
}
.headerbottom img {
	vertical-align: middle;
}
.headerbottom input {
	width: 188px;
	height: 24px;
	border: 1px #ccc solid;
	padding: 0 10px;
	color: #999;
	line-height: 24px;
	font-size: 14px;
}
.headerbottom .ss {
	display: inline-block;
	width: 34px;
	height: 26px;
	background: url(../images/search.png) no-repeat center center;
	text-indent: 99px;
	vertical-align: middle;
	margin: 0 5px;
	float: right;
	_text-indent: -999px;
}
.headernav {
	height: 35px;
	width: 1100px;
	background: #0860ba;
}
/*nav*/
.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	height: 35px;
	line-height: 35px;
	position: relative;/*z-index:9;*/
}
.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	padding: 0 30px;
	font-size: 14px;
	font-weight: bold;
}
.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 35px;
	text-align: center;
	position: absolute;
	background: #fff;
	line-height: 26px;
	padding: 5px 0;
	border: 1px #b3dcf8 solid;
	z-index: 9;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #333
}
.nav .sub a:hover {
	background: #b0ddf2;
	color: #333;
}
/*面包屑导航*/
.breadcrumbs {
	line-height: 40px;
	color: #999;
	padding-bottom: 10px;
	background: url(../images/mbxbg.png) no-repeat center bottom;
	margin-bottom: 10px;
	margin-left: 10px;
}
.breadcrumbs a {
	color: #999;
	padding: 0 5px;
}
.breadcrumbs a:hover {
	color: #2668b4;
}
/*footer*/
#footer {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 2px #eaeaea solid;
}
#footer .inner {
	background: white;
	color: #555;
	padding: 25px 0;
}
.bottomlogo {
	margin-left: 40px;
}
#footer .l {
	margin-right: 30px;
	line-height: 28px;
}
#footer .l a, #footer .l #_span_jiucuo {
	display: block;
	float: left;
	margin-right: 5px;
	height: 64px;
}
/*page*/
.page .pageleft {
	margin-top: 20px;
}
.page .pageleft ul li {
	float:left;
	min-width: 20px;
	border: 1px #ccc solid;
	border-radius:3px;
	height: 20px;
	line-height: 20px;
	margin:0 2px;
	padding: 5px;
	text-align: center;
}
.page .pageleft ul li.on {
	border:1px #2077d8 solid;	
}
.page .pageleft ul .on a {
	color: #2077d8;
	font-weight: bold;
}
.page .pageleft a {
	color: #2568b6;
	display: block;
}
.page .pageright {
	color: #2568b6;
}
.page .pageright div {
	display: inline-block;
}
.page .pageright div {
 *display:inline;
}
.page .pageright div input {
	width: 26px;
	height: 26px;
	border: 1px #ccc solid;
	margin: 0 5px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
}
.page .pageright div .go {
	display: block;
	width: 45px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #2568b6;
	background-image: linear-gradient(to bottom, rgba(255,255,255, 1) 0%, rgba(204,204,204, 1) 100%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255, 1) 0%, rgba(204, 204, 204,, 1) 100%, #FFFFFF 100%);
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#cccccc');
	border: 1px #ccc solid;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footerbox .inner {
	height: 30px;
	margin-top: 10px;
	background: url(../images/slideTxtBoxhlibg.png) repeat-x left top;
	text-align: center;
	line-height: 30px;
}
#footerbox .inner li {
	display: inline-block;
}
#footerbox .inner li {
 *display:inline;
}
#footerbox .inner li a {
	color: #fff;
	margin: 0 5px;
}
#footerbox .inner li a:hover {
	text-decoration: underline;
}
