@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	font-family: '微软雅黑';
}

a {
	text-decoration: none;
	/* 去除默认的下划线 */
	outline: none;
	/* 去除旧版浏览器的点击后的外虚线框 */
	color: #808080;
	/* 去除默认的颜色和点击后变化的颜色 */
}

p {
	font-family: 'microsoft yahei';
}

.text {
	font-family: "microsoft yahei";
}

html,
body {
	height: 100%;
	background: #000000;
	width: 100%;
	overflow-x: hidden;
	/* overflow: hidden; */
}

#container {
	position: relative;
	height: 40.5rem;
	background: #000000;
}

.main {
	width: 100%;
}

.top {
	width: 24rem;
	height: 13.5rem;
	overflow: hidden;
}



.title {
	height: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 4rem;
}

.title img:nth-child(1) {
	width: 2.9125rem;
	height: .375rem;
	margin-right: .225rem;
}

.title div {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .3rem;
	color: #FFFFFF;
	line-height: .4125rem;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
}

.title a {
	color: #FFFFFF;

}

.title a:last-child {
	margin-left: 1.1rem;
}

.top .top_content {
	width: 100%;
	height: 11.3rem;
	position: relative;
}

.top_content .bg1 {
	width: 11.875rem;
	position: absolute;
	top: .25rem;
	right: 1.25rem;
	z-index: 666;
}

.top_content .title1 {
	width: 3.5375rem;
	height: .875rem;
	position: absolute;
	top: 3.25rem;
	left: 4rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 50px;
	color: #FFFFFF;
	line-height: 70px;
	text-align: left;
	font-style: normal;
	z-index: 667;
}

.p1 {
	width: 7.9375rem;
	height: 2.7375rem;
	position: absolute;
	top: 4.525rem;
	left: 4rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .375rem;
	color: #FFFFFF;
	line-height: .525rem;
	text-align: left;
	font-style: normal;
}


.top_content .btn {
	width: 3.3875rem;
	height: 1rem;
	position: absolute;
	left: 4rem;
	top: 8.2625rem;
	z-index: 669;

}

.middle {
	width: 100%;
	height: 13.475rem;
	position: relative;
}

.middle .bg2 {
	width: 7.325rem;
	height: 9.625rem;
	position: absolute;
	left: 4rem;
}

.title2 {
	width: 7.55rem;
	height: .875rem;
	position: absolute;
	top: 2.325rem;
	right: 4rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: .625rem;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
}

.p2 {
	position: absolute;
	top: 3.6rem;
	right: 4rem;

	width: 7.55rem;
	height: 2.6875rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .375rem;
	color: #FFFFFF;
	line-height: .525rem;
	text-align: left;
	font-style: normal;
}





.below {
	width: 100%;
	height: 11.3rem;
	position: relative;
}

.below .bg5 {
	width: 5.4375rem;
	height: 10.025rem;
	position: absolute;
	left: 11.55rem;
z-index: 999;
}
.below .bg6 {
	width: 5.1rem;
	height: 9.225rem;
	position: absolute;
	top: .4rem;
	left: 14.8875rem;
	z-index: 998;
}

.title3{
	width: 7.0375rem;
height: .875rem;
font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: .625rem;
color: #FFFFFF;
line-height: .875rem;
text-align: left;
font-style: normal;
position: absolute;
top: 2.6rem;
left: 3.7rem;
}
.p3{
	width: 7.0375rem;
height: 2.7375rem;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: .375rem;
color: #FFFFFF;
line-height: .525rem;
text-align: left;
font-style: normal;
position: absolute;
top:3.65rem;
left: 3.7rem;
}


.footer span {
	width: 100%;
	height: .4125rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .3rem;
	color: #FFFFFF;
	line-height: .4125rem;
	text-align: left;
	font-style: normal;
	text-align: center;
	position: absolute;
	bottom: .4375rem;
}