@charset "utf-8";

.section {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.section:before {content:none;background:rgba(0,26,47,.4);z-index: 0;width: 100%;height:100%;position: absolute;top:0;left:0;}

.s-text-div {
	min-width:1200px;
	position: absolute;
	top:50%;
	left:240px;
	width:100%;
	color:#fff;
	text-align: center;
	transform:translateY(-50%);
	
}
.s-text-div h3{font-size: 60px;letter-spacing: -0.5px;line-height: 70px;color:#fff;font-weight: 700;text-shadow: 0 -0 30px rgba(0, 0, 0, 0.6);}
.s-text-div p{font-size:32px;letter-spacing:-0.5px;line-height:38px;color:#fff;text-shadow: 0 -0 30px rgba(0, 0, 0, 0.6);}

.video-wrap{width: 100%;height:100%;}
.img-wrap{width: 100%;height:100%;}

.section .s-text-div h3{margin-bottom:27px;}

img {width:100%;height:100%;object-fit: cover;}
video {
   object-fit: cover;
    width: 100%;
    height: 100%;
}

.section1 .s-text-div{left:0;}

.section9{display:flex;flex-direction: column;}
.section9 > div{width:100%;flex-basis: 0;flex-grow: 1;}

.section9 h2{font-size: 40px;line-height: 40px;color:#000;margin-bottom:20px;font-weight: 700}
.section9 a{font-size: 24px;line-height: 24px;color:#000;}
.s9-1{display:flex;}
.s9-1 > div {width: 50%;height: 100%;display:flex;justify-content: center;text-align: center;flex-direction: column;}
.s9-1 > div:nth-child(1){background: #eff7ff}
.s9-1 > div:nth-child(2){background: #c5e1ff}

.s9-2{display:flex;display:flex;justify-content: center;text-align: center;flex-direction: column;background: #1988ff}



