* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #85b1f6;
}

.content {
	padding-bottom: 63px;
}

.content .banner {
	height: 582px;
}

.content .banner > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .line {
	width: 100%;
	height: 10px;
	background-color: #fff;
}

.content .box {
	margin: 0 auto;
}

.content .box .box_title {
	height: 240px;
	color: #FFF833;
}

.content .box .box_title > h1 {
	font-size: 44px;
	line-height: 44px;
	font-family: Microsoft YaHei;
	font-weight: bold;
}

.content .box .box_title > p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}

.content .box .listArr {
	width: 1200px;
	margin: 0 auto;
	display: none;
}

.content .box .listArr > li {
	border-bottom: 1px solid #85B1F6;
	padding: 49px 33px 46px;
	box-sizing: border-box;
	background: #474DC8;
}

.content .box .listArr > li .list_lf {
	width: 219px;
	margin-right: 36px;
}

.content .box .listArr > li .list_lf > dl > dt {
	border-radius: 10px;
	background-color: #fff;
	padding: 15px 11px;
	box-sizing: border-box;
}

.content .box .listArr > li .list_lf > dl > dt > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.content .box .listArr > li .list_lf > dl > dd {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}

.content .box .listArr > li .list_rg {
	padding-top: 19px;
	box-sizing: border-box;
}

.content .box .listArr > li .list_rg .rg_btn {
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	position: relative;
	width: 139px;
	height: 40px;
	padding: 0 26px;
	box-sizing: border-box;
	background: #FFF833;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF5A00;
}

.content .box .listArr > li .list_rg .rg_btn::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #FF5A00;
	border-radius: 50%;
	position: absolute;
	left: 25px;
}

.content .box .listArr > li .list_rg > h2 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FEFEFF;
	line-height: 32px;
	margin-top: 30px;
}

.content .box .listArr > li .list_rg > p {
	margin-top: 49px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFF;
	line-height: 17px;
}

.content .box .listArr > li .list_rg > p > span {
	color: #FF5A00;
}

.content .box .listArr > li .list_rg > ul {
	margin-top: 32px;
	list-style: none;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFF;
	line-height: 30px;
}

.navList {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.navList .navs {
	display: flex;
	justify-content: center;
}

.navList .navs div {
	width: 600px;
	flex-shrink: 0;
	height: 85px;
	background: linear-gradient(90deg, #3443bf, #183cbe 99%);
	transform: skew(30deg);
	position: relative;
}

.navList .navs div > dl {
	height: 85px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: skew(-30deg);
}

.navList .navs div > dl > dt {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #B2C2FF;
	margin-bottom: 3px;
}

.navList .navs div > dl > dd {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.3;
}

.navList .navs div:first-child dt {
	margin-left: 50px;
}

.navList .navs div:first-child dd {
	margin-left: 50px;
}

.navList .navs div:last-child {
	width: 650px;
}

.navList .navs div:last-child dt {
	margin-right: 50px;
}

.navList .navs div:last-child dd {
	margin-right: 50px;
}

.is_active {
	background: linear-gradient(90deg, #B37CFF, #4859FF) !important;
}

.is_active dt {
	color: #fff !important;
}

.show {
	display: block !important;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-start {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex-column-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
