.mySwiper {
	width: 750px;
	height: 315px;
	overflow: hidden;
	position: relative;
}


.mySwiper img {
	width: 750px;
	height: 315px;
}

.mySwiper .swiper-slide{
	position: relative;
}
.mySwiper .swiper-slide p{
	    height: 40px;
	    line-height: 40px;
	    color: #fff;
	    background: rgba(0,0,0,.5);
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    text-align: center;
	    padding: 0 20px;
	    box-sizing: border-box;
}
.mySwiper .swiper-pagination{
	display: none;
}

.mySwiper a:hover p {
	background: #2388e6;
}

.slideTxtBox {
	margin-top: 20px;
	background: #fff;
	height: 369px;
	box-sizing: border-box;
	padding: 15px;
	overflow: hidden;
}

.slideTxtBox .hd {
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;

}

.slideTxtBox .hd li {
	display: inline-block;
	font-size: 16px;
	padding: 0 20px;
	cursor: pointer;
}

.slideTxtBox .hd li.on {
	background: #2388e6;
	color: #fff;
	font-weight: bold;
}

.slideTxtBox .item {
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
	height: 278px;
	overflow: hidden;
	box-sizing: border-box;
}
.slideTxtBox .item:nth-child(1){
	display: block;
}

.slideTxtBox .item li {
	float: left;
	width: 14.28%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	padding-bottom: 15px;
	overflow: hidden;
	height: 143px;
}

.slideTxtBox .item li img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto 5px;
	border-radius: 15px;
}

.slideTxtBox .item li h4 {
	font-size: 14px;
	margin-bottom: 3px;
}

.slideTxtBox .item li p {
	font-size: 12px;
	height: 18px;
	overflow: hidden;
}
