<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
	margin: 0;
	padding: 0;
	min-width: 1400px;
	font-size: 14px;
	color: #333333;
	background: #f1f5f9;
	font-family: "Microsoft YaHei" !important;
}

img {
	border: none;
}

.container-fulled {
	width: 100%;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

p {
	margin: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.whitespace {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.verticalMid {
	vertical-align: middle;
	display: inline-block;
}

.verticalTop {
	vertical-align: top;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*头部*/
#header {
	position: relative;
}
.onbanner{
	position: absolute;
	    z-index: 100000;
	    width: 100%;
		height:100%;
		background-image: linear-gradient(to right,rgba(37,128,179,0.25),rgba(203,186,204,0.25) );
		
}
.header {
	padding: 22px 0 17px 0;
	position: relative;
}

.headerlink {
	margin-top: 20px;
}

.headerlink a {
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	
}
.headerlink a img{
	display: block;
	padding-top:5px;
}
.headerlink a:nth-of-type(2) {
	border-right: 2px solid #ffffff;
	padding-left:0;
}
.search{
	display: inline-block;
	position:relative;
}

.ss-div {
	/* position: absolute;
	top: -15px;
	right: 2px;
	width: 0; */
	height: 32px;
	margin-top:14px;
	color:#ffffff;
	border:1px solid #ffffff;
	background: transparent;
	border-radius: 25px;
	overflow: hidden;
	display: block;
	width:154px;
	/* display: none; */
}
/* .search:hover .ss-div{
	display: block;
	width:261px;
	transition: width ease 0.5s;	
} */
.ss-div .ss-btn {
	border: none;
	background: transparent url(../img/search.png) no-repeat center;
	width: 32px;
	height: 32px;
	color: #ffffff;
	line-height: 32px;
	cursor: pointer;
	padding:0;
}
.ss-div .ss-ipt {
	padding:0;
	padding-left: 10px;
	border: none;
	background: transparent;
	color: #ffffff;
	width: 112px;
	height: 32px;
	text-align: left;
	line-height: 32px;
	border: 0;
	outline: none;
}
.ss-div .ss-ipt::-webkit-input-placeholder {
	color: #ffffff;
	font-size: 14px;
}

/*导航*/
#nav {
	width: 100%;
	height:51px;
	position: absolute;
	    bottom: 170px;
	    left: 0;
		z-index:100000000000000000000000;
}

.nav {
	font-size: 24px;
}
.fNav{
	display: flex;
	justify-content: space-around;
}
.fNav li {
	float: left;
	color: #ffffff;
	position: relative;
	text-align: center;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	
}

.fNav li a {
	display: inline-block;
	padding: 13px 17px;
	position: relative;
	text-align: center;
	color: #ffffff;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	border-bottom:4px solid transparent;
}
.fNav&gt;li.active&gt;a {
	
	border-color: #234B7C;
}
.fNav&gt;li:hover&gt;a {
	
	border-color: #234B7C;
}

.fNav li:hover .sNav&gt;li {
	height: 50px;
	overflow: visible;
}

.sNav {
	position: absolute;
	left: 0;
	min-width: 100%;
}

.sNav li {
	text-align: center;
	margin: 0;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: rgba(0,68,125,0.78);
	color: #ffffff;
	border:none;
}

.sNav li a {
	border: none;
	color: #ffffff;
	padding: 10px 0;
}

.sNav li:hover {
	background: #ffffff;
}

.sNav li:hover&gt;a {
	color: #234B7C;
}

.tNav {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 100%;
}

.tNav li {
	text-align: center;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: rgba(0,68,125,0.78);
	color: #ffffff;
	border:none;
}

.tNav li a {
	color: #ffffff;
}

.tNav li:hover a {
	color: #234B7C;
}

.sNav li:hover .tNav li {
	height: 50px;
	overflow: visible;
}
/*底部*/
#footer{
	margin-top:160px;
	background: #093a83;
}
#footer&gt;div{
	position: relative;
	
}
.footer{
	width:900px;
	padding:10px 0;
}
.footerlogo{
	margin-top: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footerlogo&gt;img{
	margin-right:50px;
}
.footerlogo p{
	color:#ffffff;
	margin:8px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size:12px;
}
.footerlogo p img{
	margin-right:5px;
}

.ercode{
	position: absolute;
	right:0;
	top:-65px;
	display: flex;
	justify-content: space-around;
	color:#ffffff;
	font-size:12px;
	text-align: center;
}
.ercode&gt;div{
	margin-left:30px;
}
.ercode img{
	height:130px;
	margin-bottom:10px;
}
.copy {
	border-top:1px solid #bdcadd;
	padding: 10px 0;
	color: #ffffff;
	font-size:13px;
	line-height:1.5;
	margin-top:20px;
}

.onbanner2{

	    z-index: 100000;
	    width: 100%;
		height:100%;
		background: #234B7C;
}
#htmlbg2 #nav{
	position: relative;
	bottom:0;
	height: 61px;
	background: #234B7C;
}
#htmlbg2{
	background:#f1f5f9;

}</pre></body></html>