/* CSS Document */
html {
	font-size: 87.5%;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	background: #f2f2f2;
	color: #000;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	max-width: 100%;
}
header {
	box-shadow: 0 3px 2px #ccc;
	height: 45px;
	background: url(../sucai/header_bg.jpg) repeat-x center top #247ae1;
}
header a {
	color: #fff
}
header .logo {
	background: url(../sucai/logo.jpg) left center no-repeat;
	margin-left: 10px;
	display: block;
	width: 43px;
	height: 42px
}
.navLine {
	border-left: 1px solid #3785e0;
	background: #1965d5;
	display: block;
	width: 1px;
	height: 45px;
	;
	margin-left: 9px;
}
.levelOne {
	background: url(../sucai/top_line.png) no-repeat right center;
	background-size: 12px auto;
	padding: 0 18px 0 12px;
	display: block;
	height: 45px;
	font-weight: bold;
	line-height: 45px
}
header .return_prev {
	margin: 8px 2px 8px 0;
	background: #277de4;
	border: 1px solid #1057af;
	border-radius: 2px;
	padding: 5px;
}
header .navBtn {
	background: url(../sucai/dh.gif) no-repeat center center;
	display: block;
	width: 23px;
	height: 23px;
	margin: 11px 5px 11px 3px;
}
.dq_pos {
	line-height: 40px;
	height: 40px;
	color: #888888;
	padding: 0 10px;
	font-size: 110%
}
.dq_pos a {
	color: #888888
}
.white_line {
	height: 1px;
	background: #fff
}
.fenye li {
	width: 30px;
	height: 32px;
	background: #f7f7f7;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	margin: 4px;
	line-height: 32px;
	font-size: 13px
}
.fenye li a {
	color: #4a4a4a
}
.fenye li.no_page {
	background: #eeeeee;
}
.fenye li.no_page a {
	color: #9d9d9d
}
footer {
  background: #1c63cf;
  text-align: center;
  padding: 20px 0;
  line-height: 214.28571428571428%;
}
footer * {
  color: #fff;
}
footer a {
  display: inline-block;
  padding: 0 10px;
}