.mask{
    position: fixed;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100vh;
    z-index: 33;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
	z-index: 9999;
}
.mask>img{
    height: 70%;
    margin:20px 0;
    width: auto;
	max-width: 90%;
}
.mask .bigTit{
	font-size: 18px;
	color: #fff;
}
.type{
	background: url(../images/hualu/zizhi/icon.jpg) no-repeat center left;
	height: 50px;
	line-height: 50px;
	padding-left: 60px;
	font-size: 26px;
	color: #0c2c85;
	font-weight: bold;
	margin-bottom: 40px;
	width: 1140px;
	margin: 50px auto 40px;
}
.list_wrap{
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}
.zizhi_li{
	float: left;
	padding: 10px;
    background-color: #fafafa;
    width: calc(100% / 6 - 22px - 17px);
	margin-right: 20px;
	text-align: center;
	margin-bottom: 10px;
    border: 1px solid #f2f2f2;
	display: none;

}
.zz_wrap:nth-child(6n) .zizhi_li,.zz_wrap:nth-child(6n) .ry_bj{
	margin-right: 0;
}
.zi_tit{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.zi_img{
	width: 100%;
	/* height: 116px;
	margin-bottom: 10px; */
	    height: 94px;
    margin-bottom: 5px;
	overflow: hidden;
}
.zi_img>img{
	width: auto;
	height: 100%;
	    max-width: 100%;
}
.ry_bj{
	background: url(/images/hualu/zizhi/ry_bj.jpg) no-repeat;
	height: 100px;
	line-height: 100px;
	float: left;
    padding: 20px 25px;
    background-color: #fafafa;
    width: calc(100% / 6 - 50px - 17px);
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
	cursor: pointer;
}
.zz_wrap:hover{
	transform: rotate(0deg);
	transition: 1s all ease;
}
.zz_wrap:hover .ry_bj{
	
	display: none;
}
/* .ry_bj:hover .ry_bj{
	display: none;
}*/
.zz_wrap:hover .zizhi_li{
	display: block;
} 
.ry_tit{
	width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
	font-size: 14px;

}


@media screen and (max-width: 750px) {
	.list_wrap {
		width: 96%;
		margin: 20px auto;
		padding:0;
	}
	.type {
		width: calc(96% - 50px);
		margin: 20px auto;
		padding-left: 50px;
		font-size: 20px;
		height: 30px;
    	line-height: 30px;
	}
	.zizhi_li{
		width: calc(100% / 2 - 27px);
		margin-right: 10px;
		padding: 10px;
	}
	.ry_bj{
		width: calc(100% / 2 - 25px);
		margin-right: 10px;
		padding: 10px;
	}
	.zz_wrap:nth-child(2n) .zizhi_li,.zz_wrap:nth-child(2n) .ry_bj{
		margin-right: 0;
	}
	.ry_bj{
		background-size: 100% 100%!important;
	}
	.zi_img {
		width: 100%;
		height: 77px;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.zi_img>img {
		width: auto;
	}
	.zi_tit{
		font-size: 12px;
	}
}