@charset "utf-8";
body {
	font: 12px/20px Arial;
	color: #333;
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "微软雅黑";
}
form, dl, dd, dt, ol, ul, li, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	COLOR: #333;
	text-decoration: none
}
a:hover {
	COLOR: #333;
	text-decoration: none;
}
a:active {
	COLOR: #ff0000;
	text-decoration: none;
}
ol, ul, li {
	list-style: none outside none;
}
img {
	border: 0;
}
em, cite {
	font-style: normal;
}
.styer {
	float: left;
}
.clear {
	clear: both;
	margin: 0px;
	top: 0px
}
em, i {
	font-style: normal;
}
img {
	border: 0px;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.fc {
	margin: 0 auto;
}
#head {
	width: 100%;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bgs.png);
	z-index: 999;
}
.head {
	width: 1200px;
}
.head_logo {
	width: 110px;
}
.head_logo img {
	width: 95px;
	padding-top: 5px;
}
.head_nav {
	width: 900px;
	text-align: center;
	margin-top: 40px;
}
.head_nav ul li {
	height: 57px;
	line-height: 57px;
	color: #fff;
	position: relative;
	overflow: hidden;
	float: left;width:10%; text-align:center;
}
.head_nav ul li a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 15px;
}
.head_nav ul li a:hover {
	background: url(../images/libg.png) center top no-repeat;
}
.head_nav ul li a.liony {
	background: url(../images/libg.png) center top no-repeat;
	color: #f8fe46;
}
.kuan1 {
	width: 90px;
}
.kuan2 {
	width: 90px;
}
.kuan3 {
	width: 90px;
}
.bany {
	width: 100%;
	height: 400px;
}
.banbg1 {
	background: url(../banner/info/02.jpg) center no-repeat;
}
.banbg2 {
	background: url(../banner/info/01.jpg) center no-repeat;
}
.banbg3 {
	background: url(../banner/info/03.jpg) center no-repeat;
}
.banbg4 {
	background: url(../banner/info/04.jpg) center no-repeat;
}
.banbg5 {
	background: url(../banner/info/05.jpg) center no-repeat;
}
.banbg6 {
	background: url(../banner/info/06.jpg) center no-repeat;
}
.banbg7 {
	background: url(../banner/info/07.jpg) center no-repeat;
}
.dj_tits {
	width: 500px;
	height: auto;
	margin: 0 auto 25px;
	text-align: center;
}
#foty {
	width: 100%;
	height: auto;
	border-top: 1px #ddd solid;
	padding-top: 10px;
}
#foot {
	width: 910px;
	height: 140px;
	line-height: 32px;
	color: #777;
	padding-top: 20px;
	background: url(../images/flogo.jpg) left 15px no-repeat;
	padding-left: 190px;
}
#foot span {
	padding-right: 11px;
}
#foot a {
	color: #777;
}
/*pages*/

.pagination-wrapper {
	clear: both;
	padding: 1em 0 2em 0;
	text-align: center;
	background: #f5f7f8;
}
.pagination {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	font-size: 12px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
	list-style: none;
	display: inline;
	float: left;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination li a {
	display: inline-block;
	padding: .6em 1.2em;
	background-color: #f9f9f9;
	color: #999;
}
.pagination li a:link {
	background: #fff;
	color: #4C78A5;
}
.pagination li a:hover {
	text-decoration: none;
}
.pagination li a:link:hover {
	color: #000;
}
.pagination li.thisclass {
	background-color: #f9f9f9;
	color: #999;
}
.pagination li:first-child {
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
}
.pagination li:last-child {
	border-radius: 0 3px 3px 0;
}
.pagination .pageinfo {
	color: #444;
}
.pagination li.thisclass a {
	background: #ddd;
	color: #888;
}
.banytit {
	width: 200px;
	height: auto;
	margin: 0 auto;
	padding-top: 200px;
	padding-left: 1000px;
}
.banytit_con {
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	width: 170px;
	height: 50px;
	background: url(../images/bgs.png);
}
.banytit {
	-webkit-animation-name: rightfade;
	animation-name: rightfade;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.banytit .animation .banytit_con {
	-webkit-animation-name: rightfade;
	animation-name: rightfade;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
