<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,i,div,span,b,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,figure,figcaption,code,del,dfn,em,image,q,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,tf,tr,th {
	border: 0px;
	padding: 0px; 
	font-size: 100%; 	
	margin: 0px; 
	font-family: inherit; 
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight:normal;
}

body {
	background:#fff;
	color: #333;
	font-size: 16px;
	font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
    margin: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


input,textarea,select
{
	font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	outline:none;
	padding:0;
	-webkit-appearance: none;
	border-radius: 0;
}
.slh{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

img {
	border: 0px;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
}

a,a:link {
	text-decoration: none;
	color:#333;
}

a:hover
{
	text-decoration:none;
}

ul, li {
	list-style-type:none;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
i{
    font-style: normal;
}
.clearfix:after {
	display:block;
	content:'';
	clear:both;
	height:0px;
	visibility: hidden;
}

.clearfix {
*display:table;
*zoom:1;
}

.mainwrap{
    width: 1200px;
    margin: 0 auto;
}

/* header */
.header .top{
    line-height: 40px;
    background: url(../images/top-bg_01.jpg) no-repeat center 0;
}
.top-l .time font:nth-of-type(2){
    margin-left: 7px;
}
.weather .if1{
    float: left;
}
.top-r span{
    float: left;
}
.top-r span:nth-of-type(2){
    margin-left: 7px;
}
.top-r .search{
    float: left;
    margin-left: 10px;
    width: 180px;
    height: 26px;
    border: 1px solid #3d75eb;
    border-radius: 15px;
    -ms-border-radius:15px;
    margin-top: 5px;
    background: #fff;
}
.top-r .search input{
    float: left;
    height: 21px;
    margin-left: 12px;
    width: 137px;
    border: none;
    margin-top: 2px;
}
.top-r .search button{
    background: url(../images/search_03.png) no-repeat center;
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
    padding: 0;
    border: none;
    cursor: pointer;
    outline: none;
}
.header .middle{
    background: #1447b2;
    position: relative;
}
.logo{
    padding: 30px 0;
}
.logo img{
    width: 100%;
}
.nav li{
    float: left;
    height: 100%;
    position: relative;
    display: table;
}
.nav li&gt;a{
    display: table-cell;
    padding: 30px 10px;
    color: #fff;
}
.nav li i{
    display: block;
    margin: 8px auto 18px;
    width: 34px;
    height: 30px;
    background-image: url(../images/nav_03.png);
    background-repeat: no-repeat;
    opacity: 0.7;
}
.nav li.active{
    background: #3d75eb;
}
.nav li.active i{
    opacity: 1;
}
.nav li.active span{
    font-weight: bold;
}
.nav li:nth-of-type(1) i{
    background-position: -5px -3px;
}
.nav li:nth-of-type(2) i{
    background-position: -64px -3px;
}
.nav li:nth-of-type(3) i{
    background-position: -128px -3px;
}
.nav li:nth-of-type(4) i{
    background-position: -191px -3px;
}
.nav li:nth-of-type(5) i{
    background-position: -258px -3px;
}
.nav li:nth-of-type(6) i{
    background-position: -325px -3px;
}
.nav li:nth-of-type(7) i{
    background-position: -390px -3px;
}
.down-nav{
    position: absolute;
    left: 0;
    top: 137px;
    display: none;
    z-index: 999;
}
.down-nav a{
    display: block;
    width: 150px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background: rgba(20, 71, 178, 0.85);
    border-bottom: 1px solid #a5d2ef;
    color: #fff;
}
.down-nav a:last-child{
    border-bottom: none;
}
.down-nav a:hover{
    background: #3670e4;
}
.ip-show{
    display: none;
}
.navbar-soso{
    position: absolute;
    width: 38px;
    height: 38px;
    background: url(../images/search22.svg) no-repeat center/34px 34px;
    right: 49px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.navbar-toggle{
    width: 22px;
    height: 58px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 101;
    cursor: pointer;
}
.navbar-toggle:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition-duration: 0.55s;
    transition-duration: 0.55s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}
.navbar-toggle .icon {
    width: 22px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 28px;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition-timing-function: swing;
}

.navbar-toggle .icon:before,
.navbar-toggle .icon:after {
    width: 22px;
    height: 2px;
    background-color: white;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.navbar-toggle .icon:before {
    top: -9px;
}

.navbar-toggle .icon:after {
    top: 9px;
}
body.nav-open {
    overflow: hidden;
}
body.nav-open .navbar-toggle .icon {
    width: 0;
}
body.nav-open .navbar-toggle .icon:before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
body.nav-open .navbar-toggle .icon:after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.iph-nav{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 120;
    display: none;
    transform: translateY(-50%);
    top: 50%;
    transition: all .2s;
}
body.nav-open .navbar-toggle:before {
    width: 3600px;
    height: 3600px;
    background-color: rgba(0, 0, 0, 0.8);
}
body.nav-open .iph-nav{
    display: block;
}
.iph-nav ul{
    padding:20px;
}
.iph-nav ul li{
    float: left;
    width: 48%;
    padding: 15px 0;
    margin-top: 20px;
    background: #3670ea;
    text-align: center;
    border-radius: 8px;
    -ms-border-radius:8px;
}
.iph-nav ul li a{
    color: #fff;
    font-size: 18px;
    display: block;
    height: 100%;
}
.iph-nav ul li:hover{
    background: #214dab;
}
.iph-nav ul li:nth-child(even){
    float: right;
}
.ip-top-search{
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 140px;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none;
}
.ip-top-search input{
    padding: 15px 0;
    width: 100%;
    border: 0;
    text-align: center;
    font-size: 16px;
    outline: none;
    background-color: transparent;
}
.ip-top-search a{
    position: absolute;
    top: 0;
    line-height: 50px;
    right: 10px;
    font-size: 20px;
    color: #0069c5;
    background: transparent;
}
.list-ul li{
    line-height: 40px;
    height: 40px;
    position: relative;
    padding-left: 20px;
}
.list-ul li:before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #c6c6c6;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.list-ul li a{
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 77%;
    color: #333;
}
.list-ul li span{
    float: right;
    font-size: 14px;
    color: #999;
}</pre></body></html>