<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 顶部 */
header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
	padding: 30px 0;
	background: url(../images/header_bg.png) no-repeat center top;
}
header .w1600{ 
	display: flex; 
	justify-content: space-between;
	align-items: center;
}
header .logo a,header .logo a img {
	display:block;
	width:auto;
	height:auto;
}

/* 搜索 */
.search div{
    width: 210px;
    height: 30px;
    border-radius: 15px;
    background: rgba(255,255,255,0.2);
    overflow: hidden;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.search input.text{
    display: block;
    float: left;
    width: calc(100% - 46px);
    line-height: 30px;
    height: 30px;
    border: none;
    box-sizing: border-box;
    margin: 0;
    font-size: 14px;
    color: #fff;
    background: transparent;
}
.search  input.submit{
    display: block;
    float: left;
    width: 46px;
    height: 30px;
    background: transparent url(../images/search.png) no-repeat center;
}

header .right {display: flex;flex-wrap: wrap;justify-content: flex-end;}
.right .nav {
	width: auto;
}
.right .nav ul {
	width: 100%;
	height: 100%;
}

.right .nav ul li {float: left;position: relative;}
.right .nav ul&gt;li&gt;a {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	display: block;
	width: auto;
	padding: 10px 10px 0;
}
.right .nav ul li ol {
	display: none;
	position: absolute;
	width: 100%;
	padding-top: 10px;
	top: 100%;
}
.right .nav ul li ol li {
	width: 100%;
}
.right .nav ul li ol li a {
	line-height: 30px;
	display: block;
	width: 100%;
	text-align: center;
	background: #2f6295;
	color: #fff;
}
.right .nav ul li ol li a:hover {
	background: #042668;
}

/* 底部 */
.footer {
	width: 100%;
	background-image: url(../images/footer.jpg);
}
.footer .foot_sub {
	width: 84%;
	max-width: 1600px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 46px 0;
}



.footer .logo .code p:nth-child(1) {
	position: absolute;
	top: 20px;
	left: 18px;
	color: white;
}

.footer .logo .code p:nth-child(2) {
	position: absolute;
	top: 50px;
	color: white;
}

.footer .logo .code img {
	position: absolute;
	right: 0;
	display: inline;
}
.footer .code {
	display: flex;
	align-items: center;
}
.footer .code p{
	color: #fff;
	margin-right: 20px;
	text-align: right;
}
.footer .code p span{
	display: block;
	line-height: 25px;
	font-size: 14px;
}
.footer .copyright {
	width: 100%;
	background: #032e82;
}

.footer .copyright p {
	width: 1600px;
	line-height: 30px;
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
.footer .copyright p a{
	color:#fff;
}</pre></body></html>