@charset "utf-8";
/* CSS Document */

.rexiao {
	margin-top: 50px;
	overflow: hidden;
}
.rexiao h2 {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
}
.rexiao h2 span {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
	color: #336699;
	font-size: 18px;
}
.rexiao h2 em {
	display: block;
	float: left;
	width: 880px;
	border-bottom: 1px dashed #336699;
	height: 25px;
}
.rexiao h2 a {
	display: block;
	float: right;
	width: 100px;
	text-align: right;
}
.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.picScroll-left .prev, .picScroll-left .next {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-top: 70px;
}
.picScroll-left .prev {
	float: left;
	background: url(../img/icon_lt.png) left center no-repeat;
}
.picScroll-left .next {
	float: right;
	background: url(../img/icon_rt.png) left center no-repeat;
}
.picScroll-left .bd {
	display: block;
	margin-left: 30px;
	width: 980px;
	float: left;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin-right: 15px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 232px;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 220px;
	height: 163px;
	display: block;
	padding: 5px;
	background-color: #e3edf9;
}
.picScroll-left .bd ul li .pic a:hover img {
	background-color: #ffcb98;
}
.picScroll-left .bd ul li .title {
	line-height: 35px;
}
.picScroll-left .bd ul li .title a {
	font-size: 16px;
}
.about {
	margin-top: 50px;
	overflow: hidden;
	background: url(../img/about_bg.jpg) center no-repeat;
	height: 386px;
}
.about .right {
	width: 560px;
	padding-top: 70px;
	padding-right: 10px;
}
.about .right p {
	font-size: 14px;
	line-height: 25px;
}
.about .right a {
	display: block;
	float: right;
	width: 132px;
	line-height: 40px;
	height: 40px;
	background-color: #cc6600;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}
.about .right a:hover {
	background-color: #336699;
}
.news {
	margin-top: 50px;
	overflow: hidden;
}
.news .left, .news .right {
	width: 535px;
}
.slideBox {
	width: 535px;
	height: 338px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 10px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 7px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 100px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #cc6600;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd img {
	width: 535px;
	height: 338px;
	display: block;
}
.slideTxtBox {
	width: 535px;
}
.slideTxtBox .hd {
	width: 100%;
	overflow: hidden;
}
.slideTxtBox .hd ul li {
	float: left;
	height: 40px;
	line-height: 40px;
	background: #f4f4f4;
	text-align: center;
	margin-right: 10px;
	width: 132px;
	cursor: pointer;
}
.slideTxtBox .hd ul li.on {
	background: #336699;
	color: #fff;
}
.slideTxtBox .bd ul {
	padding: 15px 0px;
	zoom: 1;
}
.slideTxtBox .bd li {
	height: 34px;
	line-height: 34px;
	background: url(../img/icon_news.png) left center no-repeat;
	border-bottom: 1px dashed #999;
}
.slideTxtBox .bd li a {
	margin-left: 39px;
}
.slideTxtBox .bd li .date {
	float: right;
	color: #999;
	font-size: 12px;
}
