.scene_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.sub_nav_list .sub_nav_item {
	width: 50%
}

.scene {
	overflow: hidden
}

.scene>.container {
	height: 100%;
	position: relative
}

.scene_page_inner {
	height: 100%;
	width: 100%
}

.scene_page_inner>div {
	width: 100%
}

.scene_page_title {
	color: #fff;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 30px
}

.scene_page_title h4 {
	margin: 0;
	font-size: 46.9px;
	color: #666
}

.scene_page_title.white h4 {
	color: #fff
}

.scene_page_title p {
	font-size: 48px;
	color: #c03;
	font-weight: 700;
	margin-top: 17px;
	line-height: 1
}

.scene_page_title.white p {
	color: #fff
}

.scene_page_1 {
	width: 100%;
	height: 100%;
	background-image: url(../../images/img/hzhb-banner.jpg);
	background-size: cover;
	background-position: center top
}

.scene_page_2 {
	position: relative;
	padding-top: 50px
}

.none {
	display: none
}

.scene_page_btn {
	text-align: center
}

.scene_page_btn a {
	display: inline-block;
	width: 100px;
	height: 32px;
	border-radius: 15px;
	border: 2px solid #fff;
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin-top: 40px;
	font-weight: 700;
	font-size: 14px
}

.hover img:first-child {
	display: block
}

.scene_page_1 .content h2 {
	font-size: 54px;
	margin-bottom: 18px
}

.scene_page_1 .content h4 {
	font-size: 36px
}

.scene_page_1 .content h6 {
	width: 257px;
	height: 4px;
	background: #fff;
	margin: 35px 0
}

.scene_page_1 .content p {
	font-size: 12px;
	line-height: 24px
}

.scene_page_1 .container .content {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	color: #fff
}

.scene_page_1 .container .content .row {
	width: 100%
}

.scene_page_3 {
	background-color: #bdbdbd
}

.scene_page_2 .scene_page_cont {
	margin: 50px 0;
	overflow: hidden
}

.scene_page_2 .scene_page_cont {
	margin-top: 50px;
	height: auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.scene_page_3 .scene_page_cont {
	width: 1543px;
	max-width: 100%;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 180px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0
}

.scene_page_3 .img_wraper {
	height: 70px;
	margin: 10px 0
}

.scene_page_3 .img_wraper img {
	height: 70px;
	display: block
}

.scene_page_2 .scene_page_cont .row2 {
	transition-delay: .2s
}

.scene_page_2 .scene_page_cont .row3 {
	transition-delay: .4s
}

.scene_page_2 .scene_page_cont .row4 {
	transition-delay: .6s
}

.partber_item {
	height: 130px;
	width: 268px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}

.partber_item img {
	display: block;
	height: 100%
}

.hover img:last-child,
.hover:hover img:first-child {
	display: none
}

.hover:hover img:last-child {
	display: block
}

@media (max-width:992px) {
	.scene_page_2 .partber_item img {
		margin: 0
	}
}

@media (max-width:768px) {
	.scene_page_1 {
		background-position: center top
	}

	.scene_page_title h4 {
		font-size: 34px
	}

	.scene_page_title p {
		font-size: 38px
	}
}

@media (max-width:610px) {
	.partber_item {
		height: auto;
		width: 50%
	}

	.partber_item img {
		width: 100%
	}

	.scene_page_3 .scene_page_cont {
		justify-content: flex-start
	}

	.scene_page_3 .img_wraper {
		width: 50%;
		height: auto
	}

	.scene_page_3 .img_wraper img {
		margin: 10px auto;
		width: 80%;
		height: auto
	}
}

@media (max-width:320px) {
	.scene_page_1 .content h2 {
		font-size: 45px
	}

	.scene_page_1 .content p {
		font-size: 10px
	}
}
