
/* 本例子css */

.slideGroup {
	margin:0px auto;
	width: 100%;
	height: auto;
}

.slideGroup .parHd {
width:320px;
	height:60px;
	line-height:60px;
	font-size:18px;
	list-style:none;
}

.slideGroup .parHd ul {
	display:table; margin:0 auto;
}

.slideGroup .parHd ul li {
    width:160px; height:60px; text-align:center; line-height:60px; background-color:#FFFFFF; font-size:18px; color:#403C3B; list-style:none;
	float: left;
	cursor: pointer;
}

.slideGroup .parHd ul li.on {
	width:160px; height:60px; text-align:center; line-height:60px; font-size:18px; color:#ffffff; list-style:none;
	background: #1D3466;
}

.slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	width:100%; height:auto; background-color:#FFFFFF; margin-top:75px;
	position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	display: block;
	width: 88px;
	height: 53px;
	margin-right:20px;
	margin-top:145px;
	background: url(icoLeft.png) center center no-repeat;
}

.slideGroup .sNext {
	background: url(icoRight.png) center center no-repeat;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup .parBd ul li {
    margin-top:35px; margin-bottom:35px;
	margin-left:80px; margin-right:80px;
	float: left;
	width: 90%;
	position: relative;
}

.slideGroup .parBd ul li .pic {
    width:40%;
	float:left;
}

.slideGroup .parBd ul li .pic img {
	display: block;
	padding: 2px;
}


.slideGroup .parBd ul li .description {
	width:56%;
	float:left;
	height: auto;
	color:#595758;
}
.slideGroup .parBd ul li .description p{
    height:66px;
	line-height:66px;
	font-weight:800;
	font-size:18px;
	color:#4E4C4D;
	border-bottom:1px #A3A3A4 dotted;
}
