<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset.css */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}
html{
	height: 100%;
}
body {
    height: 100%;
    font-size: 14px;
    font-family: Arial,Helvetica,"Microsoft Yahei";
    color: #333;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #006bb7;
}
img{
	vertical-align: middle;
}

.wrapper{
	position: relative;
	min-height: 100%;
    background: #f8f8f8;
}
.header{
	margin-bottom: 15px;
	background: #006bb7;
}
.container{
	padding-bottom: 120px;
    overflow: hidden;
}

.container .banner{
	display: block;
	width: 1180px;
	margin: 0 auto 15px;
}
.container .banner .banner-img{
	display: block;
	width: 1180px;
	height: 150px;
}

.footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.inner{
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto;
}
.inner .group{
	float: left;
	width: 50%;
}
.module{
	background: #fff;
	margin: 0 10px 15px;
	border: 1px solid #e8e8e8;
}

.mod-head .logo{
	height: 90px;
	margin-bottom: 5px;
	line-height: 90px;
	text-align: center;
	color: #fff;
}
.mod-head .logo span{
	font-size: 22px;
	color: #fff;
}
.mod-head .logo span.dot{
	margin: 0 7px;
}
.mod-head .logo a{
	margin: 0 25px;
}
.mod-head ul{
	text-align: center;
	overflow: hidden;
}
.mod-head li{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.mod-head li a{
    font-weight: bold;
	font-size: 17px;
	color: #fff;
	color: rgba(255,255,255,.84);
}
.mod-head li.active:after{
	position: absolute;
    left: 50%;
    bottom: 4px;
    margin-left: -8px;
    display: block;
    content: '';
    width: 16px;
    height: 3px;
    background: #fff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.mod-head li.active a{
	color: #fff;
}

.mod-breadcrumb{
	margin: 0 10px 10px;
	line-height: 24px;
	color: #666;
}
.mod-breadcrumb span{
	margin:0 5px;
}
.mod-breadcrumb a{
	color: #666;
}
.mod-breadcrumb b{
	font-weight: normal;
}
.mod-breadcrumb strong{
	font-weight: bold;
}

.mod-foot{
	padding: 20px 0;
	background: #f0f0f0;
	line-height: 30px;
	text-align: center;
	color: #666;
}
.mod-foot a,.mod-foot span{
	margin: 0 10px;
	color: #666;
}

.mod-links{
	line-height: 30px;
	text-align: center;
}
.mod-links a{
	margin: 0 10px;
	color: #666;
}
.mod-links a:hover{
	text-decoration: underline;
}
</pre></body></html>