/*轮播*/
.banner_lb {
	width: 100%;
	height: 400px;
	position: relative;
}

.banner_lb ul li {
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.chabanert a {
	display: block;
	position: relative;
	width: 720px;
	height: 400px;
}

.chabanert a img {
	position: absolute;
}

.chabanert a .banimg {
	width: 1920px;
	display: block;
	position: absolute;
	height: 400px;
	left: 50%;
	margin-left: -960px;
}

.chabanert {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -350px;
	width: 720px;
	height: 400px;
}

.chabanert a .anim1 {
	top: 0;
	left: 100px;
	opacity: 0;
}

.chabanert a .anim2 {
	top: 100px;
	right: 100px;
	opacity: 0;
}

.banner_lb ul li.chb_on {
	opacity: 1;
}

.qihesy {
	width: 1200px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: 0;
}

.dines {
	position: relative;
	width: 100%;
	height: 30px;
	z-index: 105;
	text-align: right;
}

.dines dl {
	height: 30px;
	margin-right: 15px;
}

.dines dl dd {
	width: 12px;
	height: 12px;
	background: #ccc;
	float: left;
	margin-top: 9px;
	margin-left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.dines dl dd.dines_on {
	background: #ff7300;
}

.ch_baq {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 400px;
}

.ch_baq div {
	width: 60px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #000;
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	font-family: "SimSun";
	font-weight: bold;
}

.ch_baq div.ch_blf {
	position: absolute;
	left: 38%;
	z-index: 99;
	top: 45%;
}

.ch_baq div.ch_brt {
	position: absolute;
	left: 62%;
	top: 45%;
	z-index: 99;
}

.ch_baq div:hover {
	background: #ff7300;
	color: #fff;
}

/*广告*/
.advert{
	width:1200px;
	height: 110px;
	margin: 20px auto;
}
.advert div{
	width: 230px;
	float: left;
	margin-right: 5px;
}
.advert div:first-child{
	width: 250px;
	margin-right: 10px;
	
}
.advert div:first-child img{
	width: 100%;
	height: 110px;
}
/*公告*/
.wg-news-list .wg-item{
	padding-left: 15px;
}
