<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
div{
	margin:0;
}
.header{
	position:fixed;
	top:0;
	background-color:#173552;
	width:100%;
	min-width:1200px;
	clear:both;
	height:184px;
	z-index:999;
}
.header .iconnav{
	display:none;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
.header .logo{
	float:left;
	margin-top:20px;
	width:40%;
}
.header .h-link{
	float:right;
	width:60%;
}
.header .h-link .qk-link{
	width:100%;
}
.header .qk-link ul{
	float:right;
}
.header .qk-link .search{
	float:right;
}
.header .qk-link ul li{
	float:left;
	line-height:24px;
	padding:0 15px;
}
.header .qk-link ul li a{
	display:block;
	font-size:16px;
	color:#fff;
	line-height:54px;
}
.header .qk-link .search{
        position:relative;
	float:right;
        margin-top:-90px;
}
.header .qk-link .search input.noinc{
	width:80px;
	font-size:18px;
	padding-left:28px;
	background-image:url(../images/sch.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:20%;
	height:28px;
	line-height:20px;
	margin-top:16px;
	border:none;
	color:#fff;
}
.header .qk-link .search input.inc{
	width:120px;
	border:1px solid #dedede;
	border-radius:4px;
	background-size:20%;
	margin-top:16px;
	padding-left:28px;
	height:28px;
	line-height:20px;
	background-image:url(../images/sch.png);
	background-repeat:no-repeat;
	background-position:4px center;
	background-size:15%;
	color:#fff;
}
.header .nav{
	clear:both;
	width:82%;
	margin-left:22%;
}
.header .nav&gt;li{
	position:relative;
	float:left;
	padding:0 10px;
}
.header .nav&gt;li&gt;a{
	display:block;
	font-size:16px;
	color:#fff;
	text-align:right;
	line-height:40px;
}
.header .nav&gt;li a.current{
	color:#fcac01;
}
.header .nav&gt;li .subnav{
	position:absolute;
	width:182px;
	background-image:url(../images/sbn.png);
	display:none;
}
.header .nav&gt;li .subnav li a{
	display:block;
	height:;
	line-height:40px;
	font-size:18px;
	text-align:center;
	color:#262626;
}
.banner{
	width:1200px;
	min-width:1200px;
	overflow:hidden;
	z-index:1;
	padding-bottom:5px;
	border-bottom:5px solid #173552;
	margin:0 auto;
	padding-top:2px;
	margin-top:190px;
}
.banner img{
	display:block;
	width:100%;
}
.footer{
	width:100%;
	min-width:1200px;
	background-color:#173552;
	height:224px;
	overflow:hidden;
}
.footer .f-logo{
	float:left;
	width:10%;
	margin-top:44px;
}
.footer .cpr{
	float:left;
	width:50%;
	margin-top:56px;
	overflow:hidden;
}
.footer .cpr p{
	font-size:14px;
	color:#fff;
	line-height:24px;
	margin-left:20px;
}
.footer .sy{
	float:left;
	width:10%;
	margin-top:70px;
}
.footer .sy img{
	display:block;
	width:40%;
}
.footer ul{
	float:right;
	width:20%;
	margin-top:70px;
}
.footer ul li{
	position:relative;
	float:left;
	width:33%;
	height:60px;
	cursor:pointer;
}
.footer ul li&gt;img{
	display:block;
	width:60%;
	margin:0 auto;
}
.footer ul li .prcode{
	position:absolute;
	width:80px;
	height:80px;
	left:50%;
	margin-left:-40px;
	top:60px;
	overflow:hidden;
	display:none;
}
.footer ul li .prcode img{
	display:block;
	width:100%;
}
@media screen and (min-width: 200px) and (max-width:840px){
	.header{
		min-width:10px;
		width:100%;
		height:.56rem;
		background-color:#2a2f33;
		position:static;
		padding-top:0;
	}
	.header .iconnav{
		position:absolute;
		display:block;
		top:.1rem;
		right:.1rem;
		width:.22rem;
		height:.22rem;
		margin-top:.08rem;
	}
	.header .iconnav img{
		display:block;
		width:100%;
	}
	.wrap{
		width:100%;
		min-width:10px;
		overflow:hidden;
	}
	.header .logo{
		display:block;
		float:none;
		width:100%;
		margin-left:0;
		line-height:.2rem;
		padding-bottom:.05rem;
		padding-top:.08rem;
		margin-top:0;
	}
	.header .logo img{
		display:block;
		width:60%;
		vertical-align:top;
		margin-top:0;
		margin-left:.1rem;
	}
	.header .qk-link .search{
		display:none;
	}
       .header .h-link .qk-link{
                position:static;
}
	.header .qk-link ul{
		position:static;
		top:0;
		z-index:99999;
		right:.2rem;
                top:0;
	}
	.header .qk-link ul li{
		display:none;
	}
	.header .qk-link ul li.ch{
		display:block;
                position:absolute;
                right:.3rem;
                z-index;999998;
                top:.1rem;
	}
	.header .qk-link ul li a{
		font-size:.11rem;
                line-height:.36rem;
	}
	.header .h-link{
		float:none;
	}
	.header .nav{
		display:none;
		width:40%;
		position:absolute;
		margin-left:0;
		z-index:9999;
		right:0;
		top:.4rem;
		background-color:#2a2f33;
	}
	.header .nav&gt;li{
		float:none;
		padding:0 0;
	}
	.header .nav&gt;li&gt;a{
		text-align:left;
		font-size:.12rem;
		margin-left:.1rem;
	}
	.header .nav &gt; li .subnav{
		display:none;
		position:relative;
		background-color:;
		margin-left:0;
	}
	.header .nav&gt;li .subnav li a{
		font-size:.11rem;
		text-align:left;
		margin-left:.1rem;
	}
	.banner{
		width:100%;
		height:1rem;
		min-width:10px;
		height:auto;
		background-size:150%;
		background-attachment:scroll;
		margin:0;
	}
	.banner h1{
		display:none;
	}
	.footer{
		width:100%;
		min-width:10px;
		height:auto;
		padding:.16rem auto;
	}
	.footer .f-logo{
		display:none;
	}
	.footer .cpr{
		float:none;
		width:auto;
		margin:0 .1rem;
	}
	.footer .cpr p{
		font-size:.11rem;
		line-height:.2rem;
		text-align:center;
	}
	.footer ul{
		display:none;
	}
	.footer .sy{
		display:none;
	}
}







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