body,
html {
	width: 100%;
	height: 100%
}

.scene_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.sub_nav_list .sub_nav_item {
	width: 20%
}

.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
}

.scene_page_title h4 {
	margin: 0;
	font-size: 46.9px;
	color: #666
}

.scene_page_title p {
	font-size: 48px;
	color: #c03;
	font-weight: 700;
	margin-top: 17px;
	line-height: 1
}

.scene_page_1 {
	width: 100%;
	height: 100%;
	background-image: url(../../images/img/jdal-banner.jpg);
	background-size: cover;
	background-position: center top
}

.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
}

.swiper_nav {
	margin-top: 30px;
	margin-bottom: 56px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap
}

.swiper_nav .swiper_nav_item {
	padding: 0 10px;
	height: 45px;
	color: #fff;
	font-size: 20px;
	background: #c3bcbe;
	margin: 4px;
	text-align: center;
	line-height: 45px;
	cursor: pointer
}

.swiper_nav .swiper_nav_item.swiper_nav_active {
	background: #c9151e
}

.big_block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 97;
	box-sizing: border-box;
	transition: all .5s ease;
	display: none;
	z-index: 999999999999
}

.big_block .swiper-container {
	width: 100%;
	height: 100%;
	padding: 0 !important
}

.big_block .swiper-wrapper {
	width: 100%;
	height: 100% !important
}

.big_block .swiper-slide {
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	display: flex;
	justify-content: center;
	align-items: center
}

.big_block .swiper-slide div>img {
	width: auto;
	max-width: 100%
}

.big_block .swiper-button-next,
.big_block .swiper-button-prev {
	width: 120px;
	height: 120px;
	margin-top: -60px;
	background-color: #f82f4d
}

.big_block .swiper-button-next {
	background-image: url(../../images/icon/jdal-zfyx-fd-hd01.png);
	background-size: cover
}

.big_block .swiper-button-prev {
	background-image: url(../../images/icon/jdal-zfyx-fd-hd02.png);
	background-size: cover
}

.big_block .icon-close {
	position: absolute;
	top: 107px;
	right: 98px;
	display: block;
	width: 31px;
	height: 31px;
	background-size: cover;
	background-image: url(../../images/icon/icon-close.png);
	z-index: 98;
	cursor: pointer;
	transition: .3s all ease
}

.big_block .icon-close:hover {
	transform: rotate(-90deg)
}

.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_4 {
	position: relative
}

.scene_page_2 .scene_page_title,
.scene_page_4 .scene_page_title {
	margin-top: 88px;
	margin-bottom: 37px
}

.scene_page_2 .swiper-container,
.scene_page_4 .swiper-container {
	padding-bottom: 40px
}

.scene_page_2 .swiper-wrapper,
.scene_page_4 .swiper-wrapper {
	height: auto
}

.scene_page_2 .img_wraper,
.scene_page_4 .img_wraper {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 10px 0;
	background-size: cover;
	background-position: center
}

.scene_page_2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.scene_page_4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.scene_page_5 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: solid 2px #c00;
	background: 0 0;
	opacity: 1
}

.scene_page_2 .swiper-pagination-bullet-active,
.scene_page_4 .swiper-pagination-bullet-active,
.scene_page_5 .swiper-pagination-bullet-active{
	background: #c81919 !important
}

.scene_page_2 .img_mask,
.scene_page_4 .img_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 1s ease;
	cursor: pointer
}

.scene_page_2 .img_mask .icon-add,
.scene_page_4 .img_mask .icon-add {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background-color: #c9151e;
	color: #fff;
	font-size: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	overflow: hidden
}

.scene_page_2 .img_mask .icon-add:before,
.scene_page_4 .img_mask .icon-add:before {
	content: '';
	display: block;
	width: 3px;
	height: 25px;
	border-radius: 1.5px;
	background-color: #fff;
	transform: translateX(1px)
}

.scene_page_2 .img_mask .icon-add:after,
.scene_page_4 .img_mask .icon-add:after {
	content: '';
	display: block;
	width: 3px;
	height: 25px;
	border-radius: 1.5px;
	background-color: #fff;
	transform: rotate(90deg) translateY(2px)
}

.scene_page_2 .img_wraper:hover .img_mask,
.scene_page_4 .img_wraper:hover .img_mask {
	opacity: 1
}

.scene_page_2 .swiper-wrapper .swiper-slide,
.scene_page_4 .swiper-wrapper .swiper-slide {
	transform: translateY(0);
	opacity: 1;
	animation: swiper .3s ease
}

@keyframes swiper {
	from {
		transform: translateY(30px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

.scene_page_3 {
	background: #c9151e
}

.scene_page_3 .scene_page_title h4 {
	color: #fff;
	margin-top: 99px
}

.scene_page_3 .scene_page_title p {
	color: #fff
}

.scene_page_3 .scene_page_content {
	width: 80%;
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 100px
}

.scene_page_3 .scene_page_content img {
	width: 100%
}

.scene_page_3 .wlyx_title {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	width: 100%;
	height: 105px;
	background: rgba(0, 0, 0, .7);
	font-size: 20px;
	color: #fff
}

.scene_page_3 .wlyx_title p {
	margin: 0 5px;
	margin-top: 27px
}

.scene_page_3 .swiper-wrapper {
	height: 100%
}

.scene_page_3 .swiper-pagination-bullet {
	width: 15px;
	height: 14px;
	border: solid 2px #fff;
	opacity: 1;
	margin: 0 8px !important
}

.scene_page_3 .swiper-pagination-bullet {
	background-color: transparent
}

.scene_page_3 .swiper-pagination-bullet-active {
	background: #fff
}

.scene_page_3 .swiper-button-next {
	background-image: url(../../images/icon/icon-push-right.png)
}

.scene_page_3 .swiper-button-prev {
	background-image: url(../../images/icon/icon-push-left.png)
}

.scene_page_5 {
	position: relative;
	height: 1000px;
	overflow: hidden;
	background: #505050
}

.scene_page_5 .scene_page_title {
	margin-top: 123px
}

.scene_page_5 .scene_page_title h4 {
	color: #fff
}

.scene_page_5 .scene_page_title p {
	color: #fff
}

.scene_page_5 .scene_page_cont {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 67px
}
.scene_page_5 .container{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}

.scene_page_5 .char {
	float: left;
	width: 35%;
	margin-left: -8%
}

.scene_page_5 .char img {
	display: block;
	width: 100%
}

.scene_page_5 .char img:nth-of-type(2) {
	margin-left: 60%;
	margin-top: -15%;
	transition-delay: .6s
}
.scene_page_5 .page6_div{
	display: none;
}

.scene_page_5 .char img:nth-of-type(3) {
	margin-left: 122%;
	margin-top: -16%;
	transition-delay: .9s
}

.scene_page_5 .char1 {
	margin-top: 29%
}

.scene_page_5 .char2 {
	margin-left: -30%
}

.scene_page_5 .char3 {
	margin-left: 4%;
	margin-top: 16%
}

.scene_page_5 .char4 {
	margin-top: 16%;
	display: block
}

.scene_page_5 .char5 {
	position: absolute;
	right: -12%
}
.page5_hide2{
	display: none;
	overflow-x: scroll;
}
.page5_hide3{
	display: none;
	position: relative !important;
}
.scene_page_5 .char1 img:first-child {
	transition: .3s
}

.scene_page_5 .char2 img:first-child {
	transition: .7s
}
.scroll-x-img{
	overflow-x: scroll;
	width: 100%;
	padding-top: 250px;
	overflow-y:auto;/*可滑动*/
}
.scroll-x-img>div{
	display: flex;
}
.scroll-x-img::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
  display: none;
  }
.scroll-x-img::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
 /* border-radius   : 10px; */
  background-color: #c9151e;
  }
.scroll-x-img::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
  }
.scroll-x-img img{
	width: auto;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}
#video{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 100px;
	left: 0;
	
}
.video-list-content{
	width: 100%;
	height: 550px;
	margin-top: 220px;
}
.video-list{
	display: flex;
	height: 92%;
	width: 1200px;
	flex-wrap: wrap;
	margin: 0 auto;
}
.video-list>div{
	height:236px;
	width: 388px;
	margin:0 6px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	text-align: center;
	position: relative;
	border: 4px solid #000;
	border-bottom: 0;
}
.video-list>div>.play{
	width: 60px;
	margin: 0 auto;
	margin-top: 80px;
}
.video-list>div>.play img{
	width: 100%;
}
.video-title{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	left: 0;
	background: rgba(0,0,0,1);
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 10px;
}
.full-screen-video{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,1);
	z-index: 9999;
	display: none;
}
.close-full-screen{
	position: absolute;
	right: 50px;
	top: 100px;
	z-index: 999999;
}
#screenvideo{
	width: auto;
	height: 500px;
	display: block;
	margin: 0 auto;
	margin-top: 10%;
	border:none
}
@media (max-width:1024px) {
	.big_block .swiper-slide div {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 80%;
		height: auto;
		margin-top: -25%;
		margin-left: -40%
	}
}

@media (max-width:992px) {
	.big_block .swiper-slide {
		position: relative
	}

	.big_block .swiper-slide div {
		position: absolute;
		left: 50%;
		top: 50%;
		height: 300px;
		margin-top: -130px;
		margin-left: -35%
	}
}

@media (max-width:768px) {
	.scene_page_title h4 {
		font-size: 34px
	}

	.scene_page_title p {
		font-size: 38px
	}

	.big_block .swiper-slide {
		position: relative
	}

	.big_block .swiper-slide div {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: auto;
		margin-top: -30%;
		margin-left: 0
	}

	.big_block .swiper-button-next,
	.big_block .swiper-button-prev {
		top: auto;
		bottom: 0
	}

	.big_block .icon-close {
		top: 80px;
		right: 50px
	}

	.scene_page_1 {
		background-position: center top
	}

	.scene_page_3 .scene_page_content {
		width: 100%
	}

	.scene_page_5 .scene_page_cont {
		padding-top: 250px;
		margin-left: -50px
	}
}

@media (max-width:520px) {
	.video-list-content{
		margin-top: 0;
		height: 1500px;
	}
	.add-height{
		height: 1900px !important;
	}
	.video-list{
		width: 100%;
		margin-left: 12px;
	}
	.video-list>div{
		width: 80%;
		height: 200px;
		margin: 0 auto;
	}
	.scene_page_5 {
		height: 600px
	}
	.scroll-x-img{
		padding-top: 0;
	}
	.scroll-x-img>div{
		height: 250px;
	}
	.scroll-x-img img{
		height: 230px;
	}
	.swiper_nav .swiper_nav_item{
		width: 100px;
		font-size: 16px;
	}

	.scene_page_5 .scene_page_cont {
		padding-top: 310px;
		margin-left: -10px
	}

	.scene_page_5 .char {
		width: 44%
	}

	.scene_page_5 .char1 {
		margin-top: 50%
	}

	.scene_page_5 .char2 {
		margin-left: -50%
	}

	.scene_page_5 .char3 {
		margin-top: 20%
	}

	.scene_page_5 .char4 {
		display: none
	}

	.scene_page_5 .char5 {
		right: -5%
	}

	.scene_page_5 .scene_page_title {
		margin-top: 50px
	}

	.scene_page_3 .swiper-button-next,
	.scene_page_3 .swiper-button-prev {
		width: 20px;
		background-size: 20px auto
	}

	.scene_page_3 .wlyx_title {
		height: 68px;
		font-size: 16px
	}

	.scene_page_3 .wlyx_title p {
		margin: 0 5px;
		margin-top: 10px
	}
}

@media (max-width:414px) {

	.big_block .swiper-button-next,
	.big_block .swiper-button-prev {
		width: 100px;
		height: 100px
	}

	.big_block .icon-close {
		width: 20px;
		height: 20px;
		top: 60px;
		right: 20px
	}
}

@media (max-width:320px) {
	.scene_page_1 .content h2 {
		font-size: 45px
	}

	.scene_page_1 .content p {
		font-size: 10px
	}
}

@media (min-width:768px) {
	.scene_page_5 .scene_page_cont {
		padding-top: 180px
	}
}

@media (min-width:992px) {
	.scene_page_5 .scene_page_cont {
		padding-top: 195px
	}
}

@media (min-width:1500px) {
	.scene_page_5 .scene_page_cont {
		padding-top: 205px
	}
}
