@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration: none;
}
body {
	margin:0;
	padding:0;
	font:12px "微软雅黑", arial;
	margin: 0 auto;
}

/* 轮播图 */

/*清浮动*/
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
.clearfix {
	zoom:1;
}



/* banner3 */
.banner3 {
	width: 408px;
	height: 306px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 18px;
}
.banner3-btn {
	display:none;
}
.banner3-btn a {
	display:block;
	line-height:60px;
	position:absolute;
	top:130px;
	width:30px;
	height:60px;
	/*background-color:#000;*/
	opacity:0.3;
	filter:alpha(opacity=30) color:rgb(255, 255, 255);
	overflow:hidden;
	z-index:4;
}
.prevBtn3 {
	left:5px;
}
.nextBtn3 {
	right:5px;
}
.banner3-img {
	font-size:0;
	*word-spacing:-1px;/* IE6、7 */
	letter-spacing:-3px;
	position:relative;
}
.banner3-img li {
	display:inline-block;
	*display:inline;
	*zoom:1;/* IE6、7 */
	vertical-align:top;
	letter-spacing:normal;
	word-spacing:normal;
	font-size:12px;
	width: 408px;
	overflow: hidden;
}
.banner3-img li p {
	font-size:14px;
	color: #eee;
	position:absolute;
	bottom: 0px;
	width: 683px;
	text-indent: 1.2em;
	padding-right: 134px;
	line-height: 41px;
	height: 41px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner3-img li p:hover{
	color: #fff;
}
.banner3-img li img{
	width: 408px;
	height: 306px;
}
.banner3 i {
	width:30px;
	height:60px;
	cursor:pointer;
	display:block;
}
.banner3 .nextBtn3 i {
	background:url(ch20210512_next.png) no-repeat;
}
.banner3 .prevBtn3 i {
	background:url(ch20210512_prev.png) no-repeat;
}
.banner3-circle {
	position:absolute;
	left:82%;
	bottom:13px;
	height:12px;
	text-align:center;
	font-size:0;
	filter:alpha(opacity:30);
}
.banner3-circle li {
	border-radius:10px;
	margin:2px 2px;
	display:inline-block;
	display:-moz-inline-stack;
	vertical-align:middle;
	zoom:1;
}
.banner3-circle li a {
	display:block;
	padding-top:9px;
	width:9px;
	height:0;
	border-radius:50%;
	background:#fff;
	overflow:hidden;
}
.banner3-circle .selected a {
	background:#e75543;
}
