<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{
	margin:0; 
	padding:0; 
	font-family:"微软雅黑";}

ul,li{
	list-style:none;}
a{
	text-decoration:none}

.fl{float:left;}
.fr{float:right;}

.link a:hover{
	color:#48AAE3;
}
.box{
	width:1016px;
	margin:0 auto;}
.bottomBox{
	width:100%;
	margin-top:10px;
	border-top:5px solid #3676e7;
	height:60px;
	padding:30px 0;}
.bottom{
	width:1016px;
	overflow:hidden;
	margin:0 auto
	}
.bottomLeft{
	float:left;
	width:700px;}
.bottomLeft span{
	color:#2a2a2a;
	line-height:30px;
	font-size:14px;
	margin-right:20px;}
.bottomRight{
	float:right;
	margin-right:23px;}
.bottomRight img{
	width:120px;
	margin-top:10px;}
.link{
	width:1014px;
	margin-top:8px;
	padding:5px;
	font-size:14px;
	border:1px solid #e6e6e6;
	overflow:hidden;
	}
.link div{
	width:15px;
	padding:8px 9px;
	float:left;
	color:#fff;
	background-color:#0573b8;}
.link a{
	margin:0 19px;
	line-height:88px;
	float:left;
	overflow:hidden}
.link a img{
	width:3px;
	border:none;
	float:left;
	margin-top:43px;
	margin-right:5px;}
.link a span{
	float:left;
	color:#1b1b1b;
	}	</pre></body></html>