<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "GB2312";
*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 18px;
    font-family: "microsoft yahei",Arial,Helvetica,sans-serif;
    line-height: 36px;
    height: 100%;
    background: #fff;
    color: #333333;
}
body,.wrapper{
    margin: 0 auto;
    width: 100%;
}
ul,dl{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    border: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.block{
    display: block;
}
.bg-1{
    background: #fff;
}
.bg-4{
    background: #ebf2f8;
}
.bg-3{
    background: #fff;
}
.bg-2{
    background: #f3f6e8;
}

.bg-5{
    background: #1d538e;
}
h1{
    display: none;
}
h3{
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 8px;
}
.center{
    text-align: center;
}
.w-1200{
    margin: 0 auto;
    width: 1200px;
	
}

.color-font{
	color:  #1d538e;
}

.head{
    height: 120px;
}
.nav{
    height: 60px;
}
.nav li{
    position: relative;
    list-style: none;
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0 41px;
}
.nav li a{
    color: #333;
}
.nav li a:hover{
    color: #1d538e;
}
.nav li span{
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 76px;
    height: 3px;
    background: #1d538e;

}
#banenr{
    background: #fff url("../images/banner.jpg")no-repeat top center;
}
.banner{
    height: 509px;
}
.pad-tb80{
    padding: 80px 0 71px 0;
}
.pad-bt68{
    padding: 80px 0 68px 0;
}
.adv dl{
    float: left;
}
.adv dl,.adv dd,.adv dt{
    display: block;
    width: 380px;
    text-align: center;
}
.adv dl a{
    color: #333;
}
.adv dl a:hover{
    color:  #e52427;
}
.form-header{
    width: 1200px;
    height: 64px;
    overflow: hidden;
    margin: 79px auto 0 auto;
}
.mar-r30{
    margin-right: 30px;
}
.h-115{
    height: 115px;
}
.w380{
    width: 380px;
}
.w790{
    width: 790px;
	color:  #1d538e;
}
.w790 a{
    color:  #1d538e;
    text-decoration: underline;
}

#color-l{
	color:  #a5ce01;
}

.w1180{
    width: 1180px;
	display: block;
	border: 10px #eaf5ff solid;
	color:  #1d538e;
}

.w1080{
	padding: 40px 50px;
}


.color-us{
	color: #fff;
}

.pad-t24{
    padding-top: 24px;
}
.pad-t26{
    padding-top: 12px;
}
.pad-t39{
    margin-top: 18px;
}
.pad-t33{
    margin-top: 33px;
}
.pad-t144{
    margin-top: 144px;
}
.color-1{
    color:  #1d538e;
}



.w539{
    width: 539px;
}
/* gotop */
#tbox{
    z-index: 30;
    width:47px;
    height:73px;
    float:right;
    position:fixed;
    _position:absolute;
    _bottom:auto;
    _top:	expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom:10px;
}/*解决IE6下不兼容 position:fixed 的问题*/
#gotop{
    z-index: 30;
    display:none;
    width:62px;
    height:62px;
    background:url(../images/top01.png) no-repeat;
    position:absolute;
    top:0;
    cursor:pointer;
}
#gotop:hover{
    background:url(../images/top02.png) no-repeat;
}</pre></body></html>