.banner {
	width: 100%;
	min-width: 1200px;
	height: 659px;
	background: #eff3f5;
	margin: 0;
	padding-top: 15px;
}

.banner-box {
	width: 1200px;
	height: 489px;
	margin: 0 auto;
	background: url(../img/banner.png);
	border-radius: 15px;
	overflow: hidden;
}

.hwslider {
	width: 100%;
	height: 358px;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.hwslider ul {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1
}

.hwslider ul li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hwslider ul li.active {
	display: block;
}

.hwslider ul li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block
}

.dots {
	position: absolute;
	bottom: 20px;
	left: 200px;
	min-width: 60px;
	height: 12px;
	z-index: 2;
}

.dots span {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #eff3f5;
	margin-right: 8px;
	cursor: pointer;
}

.dots span.active {
	background: #3f98d5
}

.arr {
	position: absolute;
	top: 140px;
	z-index: 2;
	width: 43px;
	height: 43px;
	background: url(../img/bg-icon.png) no-repeat;
	color: #fff;
	text-decoration: none
}

.arr:hover {
	opacity: .7;
}

.hwslider:hover .arr {
	display: block;
	text-decoration: none;
	color: #fff
}

.prev {
	background-position: 0 -242px;
	left: 20px;
}

.next {
	background-position: 0 -312px;
	right: 20px;
}

#marquee1{width: 1200px;
	overflow: hidden;
	height: 140px; margin:15px auto 0;}

#marquee1 ul{
	width: 10000px;
}
#marquee1 ul li{float:left;}

#marquee1 ul li img{display:block;width: 228px;
	height: 140px;
	margin-right: 15px;
	border-radius: 10px;}

.imgbox {
	width: 1200px;
	overflow: hidden;
	height: 140px;
	margin: 15px 0;
	margin: 0 auto;
	position: relative;
}


.imgbox li img {
	width: 100%;
	height: 100%;
}

.listbox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}

.list-l {
	width: 570px;
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
}

.list-r {
	width: 570px;
	float: right;
}

.listbox .title {
	width: 570px;
	height: 48px;
	background: #eff3f5;
	border-radius: 12px;
}

.listbox .title p {
	width: 135px;
	height: 48px;
	float: left;
	background: #3498db;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	position: relative;
}

.listbox .title p:before {
	position: absolute;
	top: 18px;
	right: 0;
	border: 8px solid transparent;
	border-right-color: #eff3f5;
	content: '';
	width: 0;
	height: 0;
}

.title a {
	float: right;
	padding-right: 15px;
	line-height: 48px;
}

.imgnews {
	width: 570px;
	height: 150px;
	margin-top: 30px;
	border-bottom: 1px #eeeff2 solid;
	padding-bottom: 30px;
}

.imgnews .pic {
	width: 200px;
	height: 150px;
	border-radius: 12px;
	overflow: hidden;
	float: left;
}
.imgnews .pic img{
	width: 100%;
	height: 100%;
}

.imgnews .wenzi {
	width: 355px;
	height: 150px;
	float: right;
	font-size: 16px;
}

.imgnews .wenzi dl {
	width: 355px;
}

.imgnews .wenzi dt {
	width: 355px;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow: hidden;
	/* 确保超出容器的文本被裁剪 */
	white-space: nowrap;
	/* 确保文本在一行内显示 */
	text-overflow: ellipsis;
	/* 使用省略号表示文本超出 */
}

.imgnews .wenzi .d1 {
	width: 355px;
	height: 76px;

	overflow: hidden;
	/* 确保超出容器的文本被裁剪 */
}

.imgnews .wenzi dt a {
	font-weight: bold;
	color: #2c3e50;
}

.imgnews .wenzi dt a:hover {
	color: #3498db;
}

.imgnews .wenzi dd {
	width: 355px;
	color: #7f8c8d;
	line-height: 1.5;
	padding-top: 10px;
}

.imgnews .wenzi dd div.time {
	width: 100%;
	background: url(../img/time.jpg) no-repeat 0 1px;
	font-size: 14px;
	padding: 0 0 0 25px;
}

.wzlist {
	width: 570px;
	padding-top: 20px;
	height: 180px;
}

.wzlist ul {
	width: 570px;
}

.wzlist ul li {
	width: 570px;
	line-height: 2;
	font-size: 16px;
}

.wzlist ul li .p1 {
	width: 450px;
	float: left;
	overflow: hidden;
	/* 确保超出容器的文本被裁剪 */
	white-space: nowrap;
	/* 确保文本在一行内显示 */
	text-overflow: ellipsis;
	/* 使用省略号表示文本超出 */
}

.wzlist ul li .p2 {
	width: 100px;
	float: right;
	text-align: right;
}