<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	font-family: "microsoft yahei";
}
p{
	margin: 0;
}
/*
	#54C0E5
*/
.box-1200{
	width: 1300px;
	margin: 0px auto;
}
.header-cell{
	width: 1300px;
	height: 90px;
	position: fixed;
	top: 45px;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	z-index: 9;
	left: 0;
	right: 0;
	margin: 0px auto;
	border-radius: 4px;
	opacity: 0.9;
	transition: all 0.5s;
	display: flex;
}
.header-cell:hover{
	opacity: 1;
	transition: all 0.5s;
}
.header-cell .logo{
	height: 46px;
	margin-top: 20px;
	margin-left: 36px;
	margin-right: 170px;
}
.header-cell nav{
	font-size: 0px;
	flex: 1;
}
.header-cell nav .item{
	display: inline-block;
	position: relative;
}
.header-cell nav .item&gt;a{
	font-size: 16px;
	padding: 0px 20px;
	line-height: 90px;
	border-bottom: 4px solid transparent;
	cursor: pointer;
	text-decoration: none;
	color: #9B9B9B;
	height: 90px;
	display: inline-block;
}
.header-cell nav .item&gt;a:hover,.header-cell nav .item&gt;a.active{
	border-bottom: 4px solid #FFBF4A;
	color: #4A4A4A;
}
.header-cell nav .item .drop-menu{
	display: none;
	position: absolute;
	font-size: 16px;
	color: red;
	width: 195px;
	font-size: 0;
}
.header-cell nav .item .drop-menu .blank{
	width: 100%;
	height: 30px;
}
.header-cell nav .item .drop-menu .content{
	font-size: 16px;
	background: #fff;
	padding: 1px 0px;
	border-radius: 5px;
	position: relative;
}
.header-cell nav .item .drop-menu .content .arr{
	width: 20px;
	height: 20px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: -8px;
	left: 20px;
	border-radius: 2px;
	z-index: -1;
}
.header-cell nav .item .drop-menu .content a{
	display: block;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #9B9B9B;
	padding: 0px 15px;
	border-radius: 3px;
	margin: 5px 10px;
}
.header-cell nav .item .drop-menu .content a:hover{
	background: #FFBF4A;
	color: #fff;
}

.header-cell nav .item:hover .drop-menu{
	display: block;
}
.header-cell .options{
	line-height: 86px;
	color: #FFBF4A;
	margin-right: 36px;
	font-size: 16px;
}
.header-cell .options span{
	margin: 0px 2px;
	cursor: pointer;
}
.chinaflag{
	width: 20px;
	position: relative;
	top: -3px;
	animation:move 1s infinite;
	-webkit-animation:move 1s infinite; /* Safari å’Œ Chrome */
	-moz-animation:move 1s infinite; /* Safari å’Œ Chrome */
	-o-animation:move 1s infinite; /* Safari å’Œ Chrome */
	transition: all 0.3s;
}
@keyframes move
{
	0% {top: -3px}
	25% {top: -6px}
	75% {top: -2px}
	100% {top:-3px}
}

@-moz-keyframes move /* Firefox */
{
	0% {top: -3px}
	25% {top: -6px}
	75% {top: -2px}
	100% {top:-3px}
}

@-webkit-keyframes move /* Safari å’Œ Chrome */
{
	0% {top: -3px}
	25% {top: -6px}
	75% {top: -2px}
	100% {top:-3px}
}

@-o-keyframes move /* Opera */
{
	0% {top: -3px}
	25% {top: -6px}
	75% {top: -2px}
	100% {top:-3px}
}

footer.index{
	background: rgba(255,255,255,0.5);
	height: 70px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9;
}
footer.index .box-1200{
	padding: 0;
	padding-top: 10px;
}
footer{
	background: #EEEEEE;
	height: 680px;
}
footer .footer-group{
	display: flex;
	border-top: 1px dashed #FFBF4A;
	padding-top: 30px;
}
footer .footer-group .item{
	width: 0;
	flex: 1;
	margin-bottom: 30px;
}
footer .box-1200{
	padding-top: 50px;
}
footer .logo{
	height: 36px;
	margin-bottom: 50px;
}
footer .item{
	padding: 0px 50px;
	padding-bottom: 30px;
}
footer .item h3{
	color: #FFBF4A;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 30px;
}
footer .item p{
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
footer .item .qrbox{
	display: flex;
	margin-top: 30px;
}
footer .item .qrbox img{
	width: 100px;
	height: 100px;
	
}
footer .item .qrbox .div{
	margin-left: 20px;
}
footer .box-1200&gt;p{
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}</pre></body></html>