@charset "utf-8";
html {
	color: #000;
	background: #FFF;
	font-family: "Microsoft YaHei";/*SimSun*/
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit
}
em, strong, b, u, i {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
 *font-size:100%; /*to enable resizing for IE*/
}
img {
	border: 0 none;
}
input {
	border: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*·ÖÒ³´úÂë*/
.pagelist {
	text-align: center;
	margin: 20px 0 40px;
	clear: both;
	padding-top: 30px;
}
.pagelist span, .pagelist strong, .pagelist a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 2px 6px;
	margin-right: 2px;
	line-height: 16px;
	text-decoration: none;
	color: #666;
}
.pagelist strong {
	background: #ef5600;
	color: #fff;
}
/*·ÖÒ³´úÂë*/

/*footer*/
.footer {
	width: 100%;
	height: 180px;
	background: url(/images/footer.jpg);
	padding-top: 40px;
	box-sizing: border-box;
}
.subnav {
	width: 574px;
	margin-left: 10px;
}
.subnav ul {
	width: 574px;
	height: 35px;
	overflow: hidden;
}
.subnav li {
	float: left;
	width: 82px;
	font-size: 14px;
	color: #aab0ca;
	background: url(/images/i.jpg) no-repeat right;
	text-align: center
}
.subnav li:last-child {
	background: none;
}
.subnav h2 {
	font-size: 12px;
	color: #aab0ca;
	margin-left: 12px;
	margin-bottom: 28px;
}
.subnav p {
	font-size: 12px;
	color: #aab0ca;
	margin-left: 12px;
}
/*footer*/

.header {
	width: 100%;
	height: 140px;
	background: #ffffff;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999
}
.header_top {
	width: 100%;
	height: 40px;
	background-color: #172b82;
}
.header_top h1 {
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	margin-left: 21px;
}
.header_top img {
	margin-top: 11px;
}
.header_bottom {
	width: 100%;
	height: 100px;
	padding-top: 20px;
	box-sizing: border-box;
}
.nav li {
	float: left;
	width: 135px;
	height: 58px;
	line-height: 58px;
	margin-top: 2px;
	text-align: center;
	font-size: 18px;
	color: #000000;
}
.nav li:hover {
	background: url(/images/i.png) no-repeat bottom center
}

/*banner*/
#full-screen-slider {
	width: 100%;
	height: 521px;
	position: relative;
	z-index: 998;
	padding-top: 100px;
}
#slides {
	display: block;
	width: 100%;
	height: 521px;
	list-style: none;
	margin: 0;
	position: relative;
	padding-top: 105;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	top: 518px;
	z-index: 998;
	text-align: center;
	width: 100%
}
#pagination li {
	display: inline-block;
	list-style: none;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	border-radius: 5px;
	background: #FFF;
	overflow: hidden;
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background: #ff0000;
}
/*banner*/

