<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
	width: 1200px;
	padding: 0px;
	margin: 0 auto;
}

a:hover,
a:focus {
	text-decoration: none;
}

body {
	font-size: 16px;
	font-family: "微软雅黑";
}

.lt {
	float: left;
}

.rt {
	float: right;
}
.header{
	width: 100%;
	min-width: 1200px;
	background: #005faf;
}
.header .logo-search-box {
	height: 130px;
}

.header .logo-search-box .logo-box {
	padding: 33px 0px 25px 30px;
	width: 50%;
}




.header .logo-search-box .search-box {
	position: relative;
width: 22%;
padding: 44px 0px 0px 30px;
}

.header .logo-search-box .search-box .search-ipt {
	width: 199px;
	height: 36px;
	border: 1px solid #013D80;
	padding-left: 8px;
}

.header .logo-search-box .search-box .search-btn {
	width: 52px;
	height: 38px;
          line-height:38px;
           text-align:center;
	background: #05477e url(../images/search-btn.png) no-repeat center center;
	display: block;
	position: absolute;
	top: 44px;
right: 4px;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav-box{
	width: 100%;
	min-width: 1200px;
	background: #005faf;
	border-top: 1px solid #025aa5;
}

.nav {
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 1;
	padding: 0px 10px;
}

.nav .nLi-a {
	color: #fff;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	font-weight: normal;
	display: block;
	padding: 0 38px;
	font-size: 16px;
	color: #FFF;
}

.nav .sub1 {
	display: none;
	width: 196px;
	text-align: center;
	left: 0px;
	top: 40px;
	position: absolute;
	background: #005faf;
	line-height: 40px;
	padding: 5px 0;
}

.nav .sub1 li {
	zoom: 1;
}

.nav .sub1 a {
	display: block;
	padding: 0 10px;
	color: #FFF;
}

.nav .sub1 a:hover {
	background: #FFF;
	color: #14418F;
	text-decoration: none;
}
.nav .sub2 {
	display: none;
	width: 396px;
	text-align: center;
	left: 0px;
	top: 40px;
	position: absolute;
	background: #005faf;
	line-height: 40px;
	padding: 5px 0;
}
.nav .sub2 li {
       width:33%;
float:left;
	zoom: 1;
}
.nav .sub2 a {
	display: block;
	padding: 0 4px;
	color: #FFF;
}
.nav .on h3 a {
	background: #F1F3F8;
	color: #0b3c88;
	text-decoration: none;
}




.footer {
	width: 100%;
	min-width: 1200px;
	height: 95px;
	margin-top: 28px;
	background: #005faf;
}

.footer .foot-bq {
	color: #FFF;
	position: relative;
	text-align: center;
	line-height: 30px;
	padding: 16px 0px 0px 20px;
}

.footer .foot-bq .bqtb {
	position: absolute;
	right: 20px;
           top: 8px;
           width: 200px;
}

.footer .foot-bq .bqtb img {
	padding-right: 16px;
}

.footer .foot-bq p {
	width: 1000px;
}</pre></body></html>