@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: #170800;
	width: 100%;
	overflow-x: hidden;
	/* overflow: hidden; */
}

#container {
	position: relative;
	height: 40.5rem;
	background: #170800;
	background: url('../image/bg.png') no-repeat;
	background-size: 100% 100%;
	/* background-position: 0 13.625rem; */
	overflow: hidden;
}

.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: .75rem;
	height: .75rem;
	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;
	left: 5.8rem;
	width: 12.6625rem;
height: 1.9rem;
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: 6.8rem;
	height: 9.725rem;
	position: absolute;
	top: 3.1875rem;
	left: 3.75rem;
}


.middle .text2 {
	width: 8.8125rem;
height: 3.5rem;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: .5rem;
color: #170800;
line-height: .7rem;
text-align: left;
font-style: normal;
	position: absolute;
	top: 6.3rem;
	left: 11.2625rem;
}





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

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


.below .text3 {
	width: 9.725rem;
height: 4.2rem;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: .5rem;
color: #170800;
line-height: .7rem;
text-align: left;
font-style: normal;
	
	position: absolute;
	top: 5.825rem;
	left: 3.75rem;
}



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