.zhuanti-banner{
	text-align: center;
	background: #333;
	padding: 105px 0;
	position: relative;
}
.zhuanti-banner h1{
	position: relative;
	z-index: 2;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}
.zhuanti-banner .zhe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: #000;*/
	opacity: 0.3;
	z-index: 0;
}

.zhuanti_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.zhuanti_list a{
	width: 25%;
	height: auto;
	overflow: hidden;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
}
.zhuanti_list a .img{
	width: 100%;
	height: auto;
	overflow: hidden;
	height: 160px;
	overflow: hidden;
}
.zhuanti_list a img{
	width: 100%;
	background-color: #eaeaea;
	min-height: 160px;
	border-radius: 5px;
}
.zhuanti_list a span{
	font-size: 14px;
	color: #333;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}



.zhuanti-m-list{
	width: 100%;
}
.zhuanti-m-list a{
	display: block;
	margin: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
}
.zhuanti-m-list a img{
	width: 100%;
}
.zhuanti-m-list a span{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
}

.right-ad{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.right-ad img{
	width: 100%;

}