@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: #FFFFFF;
}

.main {
	width: 100%;
}

.top {
	width: 100%;
	height: 13.5rem;
	background: url('../image/top_bg.png') no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

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

.title img:nth-child(1) {
	width: 1.5125rem;
	height: .6rem;
	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;
}

.icon1 {
	width: 15rem;
	height: 4.5875rem;
	position: absolute;
	top: 4.375rem;
	left: 4.5rem;
}

.top .top_content {
	width: 100%;
	height: 13.5rem;

	position: relative;
}

.top_content .bg1 {
	width: 8.9875rem;
	position: absolute;
	top: 1.2875rem;
	right: 4.5rem;
	z-index: 666;
}

.top_content .title1 {
	width: 3.5375rem;
	height: .875rem;
	position: absolute;
	top: 4.5rem;
	left: 4.5rem;
	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: 4.5rem;
	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: 5.0875rem;
	height: 1.5rem;
	position: absolute;
	left: 9.4625rem;
	top: 8.55rem;
	z-index: 669;

}

.top .text {
	position: absolute;
	top: 5.4875rem;
	width: 100%;
	height: .95rem;
	font-family: SFPro, SFPro;
	font-weight: 800;
	font-size: .8rem;
	color: #FFFFFF;
	line-height: .95rem;
	text-align: center;
	font-style: normal;
}

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

.middle .bg2 {
	width: 7.5rem;
	height: 9.725rem;
	position: absolute;
	top: 3.1875rem;
	left: 2.5375rem;
}

.middle .title1 {
	width: 6.85rem;
	height: .8875rem;
	font-family: SFPro, SFPro;
	font-weight: 800;
	font-size: .75rem;
	color: #000000;
	line-height: .8875rem;
	text-align: left;
	font-style: normal;
	position: absolute;
	top: 5.35rem;
	left: 10.975rem;
}

.middle .text2 {
	width: 9.275rem;
	height: 1.6875rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .4rem;
	color: #000000;
	line-height: .5625rem;
	text-align: left;
	font-style: normal;
	position: absolute;
	top: 7.0625rem;
	left: 10.975rem;
}

.middle .icon1 {
	width: 2.7625rem;
	height: 3.75rem;
	position: absolute;
	top: 3.7375rem;
	left: 15.6125rem;
}




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

.below .bg3 {
	width: 7.5rem;
	height: 9.725rem;
	position: absolute;
	top: 3.0625rem;
	left: 15.05rem;
	z-index: 999;
}



.below .title2 {
	width: 8.625rem;
	height: .8875rem;
	font-family: SFPro, SFPro;
	font-weight: 800;
	font-size: .75rem;
	color: #000000;
	line-height: .8875rem;
	text-align: left;
	font-style: normal;
	position: absolute;
	top: 5.75rem;
	left: 3.7rem;
	z-index: 999;
}

.below .text3 {
	width: 8.875rem;
	height: 1.6875rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .4rem;
	color: #000000;
	line-height: .5625rem;
	text-align: left;
	font-style: normal;
	position: absolute;
	top: 7.5rem;
	left: 3.7rem;
}

.below .icon2 {
	width: 2.7625rem;
	height: 3.75rem;
	position: absolute;
	top: 4.35rem;
	left: 2.3625rem;
}



.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;
}