
.none{
	display: none !important;;
}
h2{
	display: block;
	margin: 0 auto;
	background: url(../images/200701_04.jpg) no-repeat center center;
	text-align: center;
	background-size: 500px 90px;
	padding: 23px 0 30px 0;
	height:90px;
	font-size:30px;
	color:#F5D57D !important;
}
.bg_20{
	background: url(../images/200701_02.jpg) repeat-y;
	background-size: 100% auto;
}
.box{
	margin: 0 auto;
}
.autofix{
	display: block;
	width: 100% !important;
	height:auto;
	margin: 0 auto;
}
.tips{
	position: absolute;
	right:20px;
	top:10px;
	padding: 0 15px;
	display: block;
	white-space: nowrap;
	font-size:13px;
	color:#f00;
	background: #ff0;
	border-radius: 10px;
	line-height: 20px;
	overflow: hidden;
}
.box ul{
	clear: both;
	display: block;
	position: relative;
	width: 90%;
	margin: 20px auto 100px auto;
	padding: 2rem 1rem;
	border:2px solid #F5D57D;
	box-shadow: 0 0 5px #F5D57D;
	border-radius: 10px;
	overflow: hidden;
}
.box ul li{
	float: left;
	display: block;
	margin:1rem 1%;
	width: 18%;
}
.box ul li div{
	width: 100%;
	height:0;
	padding-bottom: 75%;
	border: 1px solid #e1e2e3;
	background: #fff;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s;
}
.box ul li div + div{
	margin-top: -1px;
	padding-bottom: 0;
	height:7rem;
}
.box ul li div img{
	display: block;
	margin: 0.5rem auto;
	max-width: 100%;
	height:auto;
	overflow: hidden;
}
.box ul li h3{
	display: block;
	margin: 0;
	white-space: nowrap;
	line-height: 3rem;
	font-size:1.2rem;
	font-weight: normal;
	text-overflow: ellipsis;
	color:#333;
	overflow: hidden;

}
.box ul li h4{
	display: block;
	margin: 0;
	white-space: nowrap;
	line-height: 2rem;
	font-size:1rem;
	font-weight: normal;
	text-overflow: ellipsis;
	color:#999;
	overflow: hidden;

}
.box ul li span{
	display: block;
	margin: 0 0 0.5rem 0;
	white-space: nowrap;
	color:#999;

}
.box ul li div:hover{
	transform: scale(1.08,1.08);
}
.footer{
	padding: 0;
	position: relative;
}
.footer_in{
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	top:30px;
	text-align: center;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.tips{
		right: 1rem;
		top: 1rem;
		padding: 0 1rem;
		font-size: 1.2rem;
		border-radius: 1rem;
		line-height: 2rem;
	}
	.box{
		max-width:100vw !important;
		min-width:100vw;
	}
	h2{
		background-size: 100% auto;
		width: 90vw;
		height: 16.2vw;
		line-height: 14vw;
		font-size: 6vw;
		padding: 0;
	}
	.box ul{
		width:94%;
		padding: 0.5rem;
		margin-bottom: 2rem;
	}
	.box ul li{
		width:47% !important;
		margin: 0.5rem 1%;
	}
	.box ul li:nth-child(2n){
		margin-left:2%;
	}
}