/* css 重置 */



.slideGroup {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size:16px;
}




@media screen and (min-width:1170px) {
.parHd ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}


.parHd .navhd-tabs li{
	width: 33.33%;
	float: left;
	font-size:16px;
	font-weight: bold;
	
}
.parHd .navhd-tabs li a{
	display: block;
	font-size: 16px;
	color: #000;
	text-align: center;
	border: none;
	padding: 18px;
	background: #fff;
	border-radius: 0;
	margin: 0;
	position: relative;
	transition: all 0.3s ease 0s;
	
}
.parHd .navhd-tabs li a:hover{
    background: #d6b781;

}
.parHd .navhd-tabs li.active a,
.parHd .navhd-tabs li.active a:focus,
.parHd .navhd-tabs li.active a:hover{
	border: none;
	background: #d6b781;
	color: #000;
	transition: all 0.20s ease 0s;
	font-weight: bold;
	
}
.parHd .navhd-tabs li.active a:after{
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #d6b781;
	content: '';
	pointer-events: none;
	
}
.parHd .navhd-tabs li:first-child:before,
.parHd .navhd-tabs li:after {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	width: 1px;
	height: 60%;
	background: rgba(0,0,0,0.07);
	content: '';
}
.parBd{
	position: relative;
	margin-bottom: 80px;
	margin-top: 20px;
	}
}











.slideGroup .slideBox {
	display: block;
	width: 100%;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: #666 0px 0px 20px;
	-moz-box-shadow: #666 0px 0px 20px;
	box-shadow: #666 0px 0px 20px;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	left: 5px;
	top: 10px;
	display: block;
	width: 54px;
	height: 385px;
	background: url(icoLeft.png) center center no-repeat;
}

.slideGroup .sNext {
	left: auto;
	right: 5px;
	background: url(icoRight.png) center center no-repeat;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup .parBd ul li {
	float: left;
	
	position: relative;
}

.slideGroup .parBd ul li .pic {
	text-align: center;
	width: 100%;
}

.slideGroup .parBd ul li .pic img {
	display: block;
	max-width:1200px;
	width: 100%;
}


.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;
}
