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

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

.main {
	width: 100%;
}

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



.title {
	width: 100%;
	height: 1rem;
	background: #FFE300;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title img:nth-child(1) {
	width: .65rem;
	height: .65rem;
	margin-right: .225rem;
	margin-left: 4.925rem;
}

.title img:nth-child(2) {
	width: 1.025rem;
	height: .4875rem;
}

.title .logo {
	display: flex;
	align-items: center;
	height: .8rem;
}

.title div:last-child {
	height: .8rem;
	margin-right: .9875rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .3rem;
	color: #333333;
	line-height: .4125rem;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
}

.title div:last-child a {
	color: #333333;
}

.title a:nth-child(2) {
	margin-left: 1.1rem;
}

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

.top .top_content .title1 {
	width: 7.85rem;
	height: 1.925rem;
	position: absolute;
	left: 5rem;
	top: 2.2625rem;
}

.top .top_content p {
	width: 6.825rem;
	height: 2.8125rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .4rem;
	color: #333333;
	line-height: .5625rem;
	text-align: left;
	font-style: normal;
	position: absolute;
	left: 5rem;
	top: 4.6875rem;
}

.top .top_content .bg1 {
	width: 7.5rem;
	height: 6rem;
	position: absolute;
	left: 12.975rem;
	top: 3.0625rem;
}

.top .top_content .btn {
	width: 4.2375rem;
	height: 1.25rem;
	position: absolute;
	left: 5rem;
	top: 8rem;
}

.middle {
	width: 100%;
	height: 13.5rem;
	position: relative;
	background-color: rgba(0, 0, 0, 0.05);
}

.middle .bg2 {
	width: 5.3rem;
	height: 10rem;
	position: absolute;
	left: 5rem;
	top: 1.75rem;
}

.middle .title2 {
	width: 9.6rem;
	height: 2.3375rem;
	position: absolute;
	left: 10.3rem;
	top: 4.2875rem;
	background: #FFE300;
}

.middle .title2 img {
	width: 5.7rem;
	height: 1.925rem;
	position: absolute;
	top: .2125rem;
	right: .9rem;
}

.middle p {
	position: absolute;
	top: 6.975rem;
	left: 13.3rem;
	width: 456px;
	height: 135px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 32px;
	color: #333333;
	line-height: 45px;
	text-align: left;
	font-style: normal;
}

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

.below .title3 {
	width: 7.5375rem;
	height: 2.3375rem;
	position: absolute;
	left: 4.1rem;
	top: 4.5125rem;
	background: #FFE300;
}

.below .title3 img {
	width: 5rem;
	height: .9625rem;
	margin-top: .6875rem;
	margin-left: .9rem;
}

.below p {
	width: 424px;
	height: 135px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 32px;
	color: #333333;
	line-height: 45px;
	text-align: left;
	font-style: normal;
	position: absolute;
	top: 7.2625rem;
	left: 5rem;
	z-index: 9999;
}

.below .bg3 {
	position: absolute;
	width: 5.3rem;
	height: 10rem;
	top: 2.4375rem;
	left: 11.65rem;
}

.below .bg4 {
	position: absolute;
	width: 5.3rem;
	height: 10rem;
	top: 1.0625rem;
	left: 14.2rem;
}

.footer {
	width: 100%;
	height: 1.225rem;
	background: #FFE300;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer span {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .3rem;
	color: #333333;
	line-height: .4125rem;
	text-align: left;
	font-style: normal;
}