/* banner */
.banner {
	width: 100%;
	height: 410px;
	background: url(../images/banner_bj.jpg) repeat-x;
	overflow: hidden;
	position: relative;
}
.swiper-container {
	width: 100%;
	height: 100%;
	text-align: center;
}
.banner img {
	display: block;
	width: 1600px;
	margin: 0 auto;
}
.swiper-pagination-bullet{
	background-color: #FFFFFF;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #007aff;
}
/* 新闻资讯 */
.main-wrap {
	height: 274px;
	width: 100%;
	margin-top: 20px;
}
.content-wrap {
	width: 1032px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 20px 30px;
	box-shadow: 0 0 10px 0 #ccc;
}
.content-wrap a {
	display: block;
}
.news-zx {
	width: 330px;
	overflow: hidden;
}
.news-zx .swiper-container {
	height: 185px;
}
.news-zx .swiper-slide {
	position: relative;
}
.news-zx img {
	width: 100%;
	height: 185px;
}
.txt-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 30px;
	background-color: #333333;
	opacity: 0.6;
}
.content-wrap .bt {
	padding-top: 10px;
	line-height: 22px;
}
.content-wrap .bt a {
	font-size: 14px;
	color: #333333;
}
.content-wrap .bt a:hover {
	text-decoration: underline;
}
/* 关于我们 */
.content-wrap .about {
	width: 366px;
	margin-left: 10px;
}
.content-wrap .about img {
	width: 100%;
	height: 185px;
}
/* 宣传视频 */
.video-box {
	width: 316px;
	margin-left: 10px;
}
.video-box video {
	width: 100%;
	height: 185px;
}
