.banner_30_video video{
    width: 100%;
}
.guanwanglist_30_bg{
	position: relative;
	z-index: 99;
}
.guanwanglist_30 ul{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 30px 3vw;
	border-radius: 10px;
	box-shadow:  0 0 15px 5px rgba(0,0,0,.05);
	transform: translateY(-50%);
}
.guanwanglist_30 ul li{
	flex: 0 0 25%;
	width: 25%;
	text-align: center;
	padding-right: 10px;
}
.guanwanglist_30 ul li span,.guanwanglist_30 ul li p{
	margin-left: 15px;
}
.guanwanglist_30 ul li a{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.guanwanglist_30 ul li a span{
	font-size: 18px;
    font-weight: bold;
	color: #333;
    display: block;
    margin-bottom: 10px;
	transition: all .5s;
}
.guwanglings_title{
    text-align: left;
}
@media(max-width: 1200px) {
	.guanwanglist_30 ul{
		margin-top: 15px;
		flex-wrap: wrap;
		padding: 15px;
		padding-bottom: 0;
	}
	.guanwanglist_30 ul li{
		flex: 0 0 50%;
		width: 50%;
		margin-bottom: 15px;
	}
}
.ganghaulist_wrapper{
	position: absolute;
	width: 100%;
	bottom: 10vw;
	left: 0;
	right: 0;
	z-index: 99;
}
.ganghualist ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.ganghualist ul li{
	position: relative;
	flex: 0 0 20%;
}
.ganghualist ul li .par{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ganghualist ul li a{
	display: flex;
}
.ganghualist ul li a > span{
	margin-left: 15px;
	color: #fff;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ganghualist ul li:hover .par .normal{
	opacity: 0;
}
.ganghualist ul li:hover .par .hover{
	opacity: 1;
}
.ganghualist_ewm img{
	max-width: 150px;
}
.ganghualist_ewm{
	position: absolute;
	left: 0;
	top: 110%;
	padding-top: 20px;
	opacity: 0;
	transition: all .5s;
	transform: translateY(-30px);
}
.ganghualist ul li:hover .ganghualist_ewm{
	opacity: 1;
	transform: translateY(0);
}
.ganghualist_ewm.cont{
	min-width: 60%;
	padding: 5px 10px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
}
.banner_30_container .banner_30_pagination{
    bottom: 100px;
    position: absolute;
    z-index: 99;    
    text-align: center;
}
.banner_30_pagination span{
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border-radius: 12px;
}
.banner_30_pagination span.swiper-pagination-bullet-active{
    width: 40px;
}
@media(max-width: 1200px) {
	.ganghualist ul li .par img{
		width: 70%;
	}
	.ganghualist ul li a > span{
		font-size: 14px;
	}
	.ganghualist ul li{
		flex: 0 0 49%;
		width: 49%;
		margin-bottom: 20px;
	}
	.ganghaulist_wrapper{
		bottom: 20vw;
	}
	.ganghualist_ewm{
		bottom: 110%;
		top: auto;
	}
    .guanwanglist_30 ul{
        transform: translateY(0);
    }
    .guanwanglist_30{
        margin-bottom: 20px;
    }
    .banner_30_container .banner_30_pagination{
        bottom: 30px;
    }
}
@media(max-width: 767px) {
    .guanwanglist_30 ul li{
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 20px;
	}
    .guanwanglist_30 ul{
        box-shadow: none;
    }
}

.banner-30{
    position: relative;
}
.banner_30_container{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}