.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/qydt-bnnner.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: 141px;
	height: 48px;
	border-radius: 24px;
	border: 2px solid #7c7c7c;
	color: #666;
	line-height: 46px;
	text-align: center;
	margin-top: 40px;
	font-weight: 700;
	font-size: 24px
}

.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_2 .scene_page_cont {
	margin-bottom: 186px
}

.scene_page_2 .scene_page_cont .row {
	position: relative;
	width: 100% !important;
	margin: 0;
	padding-bottom: 36px;
	box-sizing: content-box
}

.scene_page_2 .scene_page_cont .row .line {
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #bcbcbc
}

.scene_page_2 .scene_page_cont .row .item {
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 30px
}

.scene_page_2 .img_wraper,
.scene_page_2 .img_wraper img {
	width: 100%;
	transition: all .5s ease-in-out;
}

.scene_page_2 .img_wraper {
	margin-bottom: 30px
}

.scene_page_2 .events_block {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 6px solid #6f6f6f;
	display: flex;
	display: -webkit-inline-flex;
	justify-content: space-between
}

.scene_page_2 .events_time {
	margin-right: 10px;
	display: flex;
	display: -webkit-flex;
	align-content: flex-start;
	flex-wrap: wrap;
	justify-content: center
}

.scene_page_2 .events_time p {
	width: 100%;
	font-size: 130px;
	line-height: 1;
	font-family: collegiate-normal;
	font-weight: lighter;
	text-align: center
}

.scene_page_2 .events_time span {
	display: block;
	font-size: 22px;
	text-align: center
}

.scene_page_2 .events_cont {
	width: 372px;
	margin-right: 10px
}

.scene_page_2 .events_cont h3 {
	color: #333;
	font-size: 28px
}

.scene_page_2 .events_cont p {
	text-align: justify;
	word-break: normal;
	font-size: 16px;
	color: #333;
	margin-top: 25px
}

.scene_page_2 .events_cont .news-more {
	display: block;
	width: 120px;
	height: 50px;
	margin-top: 40px;
	background: #939393;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-bottom: 35px
}

.scene_page_2 .scene_page_cont .item:hover .events_cont h3 a,
.scene_page_2 .scene_page_cont .item:hover .events_cont p a ,
.scene_page_2 .scene_page_cont .item:hover .events_time{
	color: #c9151e;
	text-decoration: none
}
.scene_page_2 .scene_page_cont .item:hover .img_wraper{
	transform: scale(1.05);
}

.scene_page_2 .scene_page_cont .item:hover .events_cont .news-more {
	background: #c9151e;
	text-decoration: none
}

.scene_page_3 {
	background-color: #474747;
	padding-bottom: 273px
}

.scene_page_3 .scene_page_cont {
	margin-top: 117px
}

.scene_page_3 .scene_page_cont .img_item {
	position: relative;
	padding: 7px;
	box-sizing: border-box
}

.scene_page_3 .img_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(201, 21, 30, .8);
	padding: 45px;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity .5s ease
}

.scene_page_3 .img_mask p {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: solid 3px #e9f4fa;
	color: #fff;
	font-size: 36px
}

.scene_page_3 .scene_page_cont .img_item:hover .img_mask {
	opacity: 1
}

.scene_page_3 .img_item {
	overflow: hidden
}

.scene_page_3 .img_size {
	padding: 1px !important
}

.scene_page_3 .img_item img {
	width: 100%;
	height: auto
}

.scene_page_3 .img_item1 {
	width: 26%
}

.scene_page_3 .img_item2 {
	width: 42.7%
}

.scene_page_3 .img_item3,
.scene_page_3 .img_item6,
.scene_page_3 .img_item8 {
	width: 31.06%
}

.scene_page_3 .img_item5 {
	width: 32.6%
}

.scene_page_3 .img_item4,
.scene_page_3 .img_item7 {
	width: 36.1%
}

.scene_page_3 .scene_page_btn a {
	border-color: #e9f4fa;
	color: #e9f4fa
}

@media (max-width:992px) {
	.scene_page_2 .scene_page_cont .row .item {
		width: 100%
	}

	.scene_page_2 .scene_page_cont .row .line {
		display: none
	}
}

@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
	}

	.scene_page_3 .img_item {
		width: 100%
	}
}

@media (max-width:414px) {
	.scene_page_2 .events_time p {
		font-size: 100px
	}

	.scene_page_2 .events_cont h3 {
		font-size: 24px
	}

	.scene_page_2 .events_cont p {
		font-size: 12px
	}
}

@media (max-width:375px) {
	.scene_page_2 .events_time p {
		font-size: 80px
	}

	.scene_page_2 .events_cont h3 {
		font-size: 20px
	}

	.scene_page_2 .events_cont p {
		font-size: 10px
	}
}

@media (max-width:320px) {
	.scene_page_1 .content h2 {
		font-size: 45px
	}

	.scene_page_1 .content p {
		font-size: 10px
	}
}

@media (min-width:943px) and (max-width:951px) {
	.scene_page_3 .img_item3 {
		width: 31%
	}
}

@media (min-width:1287px) {
	.scene_page_3 .img_item1 {
		width: 25.9%
	}
}

@media (min-width:1935px) {
	.scene_page_3 .img_item1 {
		width: 25.8%
	}
}

@media (min-width:2948px) {
	.scene_page_3 .img_item1 {
		width: 25.7%
	}
}
