.header .nav li {
	width: 160px;
	height: 100px;
	margin: 0;
	text-align: center;
}

.header .nav li a {
	color: #012fa7;
	font-size: 20px;
	font-weight: 500;
	padding-left: 0;
	padding-right: 0;
	/*font-family: HarmonyOS_Sans_Thin;*/
}
.header .nav li.active a{
	color: #012fa7;
}

.header .nav li a:before {
	background: #9adef1;
	bottom: 30px;
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	/*width: 80%;*/
}
.header .nav li .dropdown{
	width: unset;
	/*background: #6886ca;*/
	background: rgba(104,134, 202, 0.8);
	color: #ffffff;
	top: 100px;
	border: none;
}
.header .nav li .dropdown li{
	height: 44px;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.header .nav li .dropdown li:hover{
	background: rgba(60, 191, 227, 0.8);
	color: #ffffff;
}
.header .nav li .dropdown li:hover a{
	color: #ffffff;
}

.header .nav li .dropdown li a{
	color: #ffffff;
	line-height: 44px;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	letter-spacing: 2px;
}
/*.header .nav li .dropdown.brand  li a:after{*/
/*	content: '®';*/
/*	position: absolute;*/
/*	right: -18px;*/
/*	top: 2px;*/
/*	font-size: 28px;*/
/*	font-weight: normal;*/
/*}*/

.footer {
	position: relative;
	z-index: 1;
	background: #012fa7;
	padding-top: 80px;
	padding-bottom: 70px;
	color: #fefefe;
	font-family: HarmonyOS_Sans_Light;
	font-weight: 300;
}
.footer .container{
	position: relative;
}
.footer .row {
	margin: 0;
	justify-content: space-between;
}
.footer .left{
	flex-grow: 1;
}
.footer .middle{
	padding-right: 57px;
}
.footer .right{
	padding-left: 78px;
}
.footer .title {
	width: 104px;
	height: 28px;
	border-radius: 28px;
	border: 1px solid #fefefe;
	text-align: center;
	margin-bottom: 24px;
	margin-left: -23px;
	font-weight: 500;
}

.footer-beian{
	position: absolute;
	bottom: -40px;
	/*left: 0;*/
	width: 100%;
	border-top: 1px solid #5574c4;
	margin-top: 30px!important;
	padding-top: 10px;
	color: #fefefe;
	display: flex;
	align-items: center;
	justify-content: flex-start!important;
}
.footer-beian a {
	font-family: HarmonyOS_Sans_Light;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
}
.footer-beian-left {
	margin-right: 20px;
	display: flex;
	align-items: center;
}
.footer-beian-left img{
	margin-right: 3px;
}

.footer .online{
	display: flex;
	align-items: center;
}
.footer .online-inner{
	background: #ffffff;
	border-radius: 30px;
	padding: 0px 8px 0 8px;
	display: flex;
	align-items: center;
}
.footer .online-inner img{
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 2px;
}
.footer .online-inner span{
	font-size: 14px;
	line-height: 14px;
	color: #012fa7;
	font-family: HarmonyOS_Sans_SC_Regular;
}

.theme {
	position: relative;
}

.theme img {
	width: 100%;
}

.theme-title {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	color: #fefefe;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
}
.theme-title img{
	width: 30px;
	margin-top: 100px;
}

.theme .en {
	font-size: 28px;
}
