/* css 重置 */


a{text-decoration: none;}
img {
	border: 0;
}
.left{float: left;}
/* 本例子css */

.slideGroup {
	margin:0 auto;
	width: 1200px;
	height: 500px;

}

.slideGroup .parHd {
	position: relative;
	height: 100px;
	line-height: 100px;
	padding: 0 20px;
}
/*.slideGroup .parHd {
 position: relative;
 height: 100px;
 line-height: 100px;
 padding: 0 20px;
 margin-top: 50px;
}*/

.slideGroup .parHd ul {
	display:table; margin:0 auto;
}

.slideGroup .parHd ul li {
	float: left;
	padding: 0 30px;
	cursor: pointer;
	font-size: 18px;
	color: #163371;
}

/*.slideGroup .parHd ul li {
 float: left;
 padding: 0 20px;
 cursor: pointer;
 font-size: 18px;
 color: #163371;
 border-top: solid 4px #163371;
 margin: 0 30px;
}*/

.slideGroup .parHd ul li.on {
	height: 30px;
	background: #fff;
	color: #00b2ed;
}
/*.slideGroup .parHd ul li.on {
 height: 30px;
 background: #fff;
 color: #00b2ed;
 border-top: solid 4px #00b2ed;
}*/

.slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 10px 50px;
	position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 54px;
	height: 385px;
	background: url(../images/icoLeft.png) center center no-repeat;
}

.slideGroup .sNext {
	left: auto;
	right: 0;
	background: url(../images/icoRight.png) center center no-repeat;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup .parBd ul li {
	margin: 0 8px;
	float: left;
	width: 1050px;
	position: relative;
}

.slideGroup .parBd ul li .pic {
	text-align: center;
}

.slideGroup .parBd ul li .pic img {
	width: 450px;
	height: 385px;
	display: block;
	padding: 2px;
}


.slideGroup .parBd ul li .description {
	position: absolute;
	width: 280px;
	height: 145px;
	background: #372d2b;
	padding: 20px 10px 10px 20px;
	top:120px;
	left: 420px;
	color:#fff
}
.slideGroup .parBd ul li .description h4{
	color: #cca552;
	height: 40px;
	line-height: 40px;
}
.slideGroup .parBd ul li .description a{
	color: #fff;
	float: right;
	margin-top: 10px;
	background: #7c0002;
	border-radius: 5px;
	padding: 3px 10px;
}
.pic_w_wrap {
	width: 240px;
	height: 350px;
	background: #f9f9f9;
	padding: 15px;
	text-align: left;
}
.pic_font_wrap{
	font-size: 14px;
	color: #717171;
	line-height:25px;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}
.pic_font_wrap:hover{
	text-decoration: underline;
}
.date_w_wrap{
	width: 240px;
	height: 60px;
	position: relative;
	margin-top: 40px;
}
.date{
	font-size: 60px;
	color: #afafaf;
}
.month_wrap{
	position: absolute;
	bottom:-10px;
	left:70px;
	width: 100px;
	height: 30px;
	padding-left: 5px;
	line-height: 30px;
	background: #f9f9f9;
}
.month_wrap p{
	font-size: 20px;
	color: #919191;
}
.pic_w_wrap a {
	display: block;
	overflow: hidden;
}



















