.content .banner img{
	display: block;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}
.select{
	margin-bottom: 42px;
	position: relative;
}
.select h2{
	text-align: center;
	font-size: 30px;
	color: #7f0606;
}
.neirong h2{
background:none;
}
.hg .tit li{
	float: left;
	width: 109px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #E0E0E0;
	color: #9d0707;
	margin-right: 1px;
	margin-bottom: 1px;
	cursor: pointer;
}
.hg .tit li.on{
	color:  #fff;
	background: #9d0707;
}
.briefIntro h3{
	margin-top: 30px;
	background: url(../img/ico_tab.png) no-repeat 2px center;
	font-size: 20px;
	line-height: 44px;
	color:#af0808;
	text-indent: 24px;
	border-bottom: 2px solid #d2d2d2;
}
.briefIntro p:first-of-type{
	margin: 16px 0 30px;
}
.briefIntro span{
	display: inline-block;
	line-height: 30px;
}
.briefIntro span:last-of-type{
	width: 90%;
	vertical-align: top;
}
#bigImg{
	margin-bottom: 15px;
}
#bigImg img{
	display: block;
	width: 100%;
}

#smallImg{
	width: 10000px;
}	
.bottom{
	overflow: hidden;
}
.bottom .cen li{
    width:157px;
	float: left;
	cursor: pointer;
}

.bottom .cen li img{
	width: 100%;
    height:100%;
    overflow:hidden;
}

/*Ìí¼Ó*/
#wjhg_tit{
	text-align: center;
	position: relative;
}
#wjhg_tit p{
	cursor: pointer;
	display: inline-block;
	background: url(../img/ico_list.png) no-repeat right center;
	padding-right: 30px;
}
#wjhg_tit dl{
	font-size: 20px;
	display: none;
	z-index: 30;
	position: absolute;
	top: 100%;
	left: 50%;
	background: #fff;
	width: 100%;
	margin-left: -50%;
}
#wjhg_tit dl a{
	display: block;
	color: #7f0606;
	margin-top: 10px;
}


@media only screen and (min-width: 1200px){	
	.select >a{
		position: absolute;
		background: none;
		border: none;
		bottom: 0;
	}
    .bottom .cen li{
    height:114px;
}
	.select >a:first-of-type{
        z-index:100;
		left: 0;
	}
	.select >a:last-of-type{
       z-index:100;
		right: 0;
	}
	.bottom{
		overflow: hidden;
		height: 114px;
	}
	.bottom .cen{
		width: 94%;
	}
	.bottom button{
		width: 3%;
		border: none;
		height: 114px;
	}
	.bottom button:first-of-type{
		background: url(../img/ico_prev.png) no-repeat center center #e0e0e0;
	}
	.bottom button:last-of-type{
		background: url(../img/ico_next.png) no-repeat center center #e0e0e0;
	}
	.bottom .cen li{
		margin-left: 4px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1199px) {
	.neirong{
		padding: 0 10px;
	}
	#bigImg{
		display: none;
	}
	#smallImg{
		position: relative;
	}
	.bottom{
		position: relative;
	}
	.bottom .cen{
		width: 100%;
	}
	.bottom button{
		position: absolute;
		top: 50%;
		margin-top: -57px;
		width: 8%;
		border: none;
		z-index: 10;
		height: 114px;
	}
	.bottom button:first-of-type{
		left: 0;
		background: url(../img/ico_prev.png) no-repeat center center rgba(224,224,224,0.8);
	}
	.bottom button:last-of-type{
		right: 0;
		background: url(../img/ico_next.png) no-repeat center center rgba(224,224,224,0.8);
	}
	.select{
		margin-top: 40px;
	}
	.select h2{
		margin: 20px 0;
	}
	.select button{
		width: 100%;
		text-align: center;
		background: none;
		border: none;
	}
	.briefIntro p{
		margin-bottom: 20px;
	}
	.briefIntro span:last-of-type{
		width: 100%;
	}
}



