.minbanner1{
	width: 100%;
	height: 300px;
	background: url(/static/pc/img/minBanner1.png) no-repeat center;
}
.minbanner2{
	width: 100%;
	height: 300px;
	background: url(/static/pc/img/minBanner2.png) no-repeat center;
}
.slideTxtBox{ width:100%;  position: relative; height: 300px;}
.slideTxtBox .bd li{ width: 100%;  position: relative; float: left; }

.slideTxtBox .hd {
	position: absolute;
	bottom: 20px;
	z-index: 1000;
	left: 50%;
	margin-left: -25px;
}
.slideTxtBox .hd ul li {
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: pointer;
	background: #fff;
	margin: 0 6px;
}

.slideTxtBox .hd ul li.on {
	background: #EF2D44;

}

.containStyle p{
	max-width: 875px;
}