.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;
}
.media_wrap{
    /* width: 1200px; */
	margin: 30px auto 70px;
	user-select: none;
}
.media_foot{
	width: 1200px;
	margin: 0 auto 70px;
	overflow: hidden;
}
.media_foot_li{
	float: left;
}
.media_foot_li a{
	padding-left: 35px;
	color: #08308f;
	font-size: 20px;
	font-weight: bold;
	margin-right: 156px;
}
.media_foot_li a:hover{
	text-decoration: underline;
}
.media_foot_li:nth-child(1) a{
	background: url(/images/hualu/icon/f_01.png) no-repeat left center;
}
.media_foot_li:nth-child(2) a{
	background: url(/images/hualu/icon/f_02.png) no-repeat left center;
}
.media_foot_li:nth-child(3) a{
	background: url(/images/hualu/icon/f_03.png) no-repeat left center;
}
.media_foot_li:nth-child(4) a{
	background: url(/images/hualu/icon/f_04.png) no-repeat left center;
}
.media_foot_li:nth-child(5) a{
	background: url(/images/hualu/icon/f_05.png) no-repeat left center;
	margin-right: 0;
}

.vision_cell{
    width: 1200px;
    margin: 0 auto 35px;
}
.vision_cell_tit{
    text-align: center;
    width: 1200px;
    margin: 0 auto 25px;
}
.vision_cell_tit>a{
    color: #999999;
    float: right;
    font-size: 14px;
    margin-top: 15px;
}
.vision_cell_cont{
    overflow: hidden;
}
.vision_cell_contLi{
    float: left;
    width: calc(100%/4 - 19px);
    margin-right: 25px;
}
.vision_cell_contLi:last-child{
    margin-right: 0;
}
.cont_img{
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    overflow: hidden;
}
.cont_img>img{
    width: 100%;
    height: auto;
}
.cont_p{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.vision_leader_wrap{
	width: 1300px;
	margin: 0 auto;
}
.vision_leader,.vision_today{
	position: relative;
}

#today .swiper-slide {	
	transition: 300ms;
	transform: scale(0.8);
}
#today .swiper-slide-active,#today .swiper-slide-duplicate-active{
	transform: scale(1);
}
.today_img{
	height: 250px;
}
.today_img>img{
	width: 100%;
	height: 100%;
}
.today_prev, .today_next {
    background-image: url(/images/hualu/media/prev_06.png)!important;
    position: absolute;
    left: 0;
    top: 50%;
    /* margin-top: -15px; */
    width: 27px;
    height: 36px;
    background-size: 27px 36px!important;
}
.today_next {
    background-image: url(/images/hualu/media/next_09.png)!important;
    right: 0;
    left: auto;
}
#leader{
	width: 1200px;
	margin: 0 auto;

}
.leader_prev, .leader_next {
    background-image: url(/images/hualu/prev_wh_hover.png)!important;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    background-size: 11px 20px!important;
}
.leader_next {
    background-image: url(/images/hualu/next_wh_hover.png)!important;
    right: 10px;
    left: auto;
}

@media screen and (max-width: 750px) {
	.media_wrap{
		width: 96%;
		margin: 20px auto;
	}
    .vision_cell,.vision_cell_tit{
        width: 100%;
    }
    .today_img {
        height: auto;
    }
	.media_foot{
		width: 96%;
		margin: 0 auto;
		display: none;
	}
	.media_foot_li{
		margin-bottom: 10px;
	}
	.media_foot_li a{
		font-size: 18px;
		font-weight: bold;
		margin-right: 5px;
	}
    .vision_cell_contLi {
        float: left;
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .vision_cell_contLi:nth-child(2n){
        margin-right: 0;
    }
	.cont_img{
        height: 120px;
    }
    .mask>img {
        height: auto;
    }
}