﻿label,h6,p,span,a{ 
    font-family: "Microsoft YaHei";
}
.mt-120 {
	margin-top: 120px;
}
.pt-50 {
	padding-top: 50px;
}
.pl-50 {
	padding-left: 50px;
}
.pr-50 {
	padding-right: 50px;
}
.flex {
	display: flex;
}
.space-between {
	justify-content: space-between;
}

.sm-title {
	font-size: 17px;
	color: #0D99FF;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

.title1 {
	font-size: 43px;
	font-weight: bold;
	color: #090909;
	margin-top: 17px;
}
.title2 {
	font-size: 43px;
	font-weight: bold;
	color: #999;
	margin-top: 17px;
}

.video-wrap, .normal-wrap {
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
}
.videoImg {
	width: 80%;
}
.video-img {
	flex: 1;
}
.video-img > div {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.video-img video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
}
.normal-wrap {
	margin-top: 90px;
}
.video-text {
	width: 475px;
}
.normal-text {
	margin-top: 50px;
}
.normal-text p, .video-text p {
	font-size: 20px;
	color: #a7a7a7;
	margin-bottom: 0;
}
.normal-text p + p,.video-text p + p {
	margin-top: 30px;
}

.backImg-wrap {
	position: relative;
}
.backImg {
	width: 58%;
}
.absolute {
	width: 100%;
	position: absolute; 
	top: 0;
	display: flex;
	justify-content: center;
}
.sbx {
	margin-left: 6px;
}
.sbx.sbx-l {
	margin-right: 6px;
}
.sbx img {
	width: 31px;
}

.img-wrap {
	max-width: 50%;
	text-align: center;
}
.img-wrap img {
	width: 100%;
}
.img-wrap img.small {
	width: 60%;
}


@media (min-width: 1400px) {
	.normal-wrap {
		margin-top: 60px;
	}
}