<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.blue #globalHeader {
    overflow: visible;
}
.blue #globalHeader_nav {
    width:100%; 
    height:64px;
    padding:0px;
    margin: 0px;
    border:none;
    /*background: url(../images/nav_bg.jpg) no-repeat;*/
    background-color: #032e78;
}
.blue #globalHeader_nav .nav{
    width:1200px; 
    height:64px;
    padding:0px;
    margin:0px auto;
    border:none;
    z-index:9999;
    background-color: #f0841d;
}
.blue #globalHeader_nav li{
    width:170px; 
    float:left;
    display:block;
}
.blue #globalHeader_nav span{
    width:170px; 
    height:64px;
    float:left;
/*    margin-left:50px;
    margin-right:15px;*/
    text-align:center;
    display:block;
}
.blue #globalHeader_nav .column{
    position:relative;
    float:left;
    text-align:center;
    z-index:1000;
}
.blue #globalHeader_nav .column a{
    font-family:"微软雅黑";
    font-size: 17px;
    line-height: 64px;
    color: #fff;
    text-align:center;
}
.blue #globalHeader_nav .column a:hover{
    width:170px; 
    height:64px;
    padding:0px;
    float:left;
    font-family:"微软雅黑";
    font-size: 17px;
    line-height: 64px;
    color: #fff;
    text-align:center;
    background:#002e77;
    display:block;
}
.blue #globalHeader_nav span a{
    font-family:"微软雅黑";
    font-size: 17px;
    line-height: 64px;
    color: #fff;
    text-align:center;
}
.blue #globalHeader_nav .columnI{
    width: 170px;
    display:block;
    overflow: hidden;
    padding-left:5px;
    padding-right:5px;
    float:left;
    font-family:"微软雅黑";
    font-size: 13px;
    line-height: 30px;
    color: #f60;
    text-align:center;
    font-weight: none;
    z-index:1;
}
.blue #globalHeader_nav .son{
    display:block;
    position:absolute;
    overflow: hidden;
    top:64px;
    left:0;
    width:170px;
    font-size: 13px;
    font-weight:100;
    filter:alpha(opacity=70);opacity:0.7; background-color:#000;
    padding:10px 0px 10px 0px;
    z-index:1;
}
.blue #globalHeader_nav .son a, .blue #globalHeader_nav .columnI a{
    width:100%;
    font-family:"微软雅黑";
    font-size: 13px;
    color: #fff;
    text-align:left;
    text-indent:5px;
    line-height: 30px;
    font-weight:100;
    display:block;
}
.blue #globalHeader_nav a {

}
.blue #globalHeader_nav .hide{
    display:none;
}
.blue #globalHeader_nav .mainindex{
    background:none;
}
.blue #globalHeader_nav,.blue #globalHeader_nav a,.blue #globalHeader_nav .column{
    overflow:visible;
}
.blue #globalHeader_nav .column dd a{
    height:30px;
    font-family:"微软雅黑";
    font-size: 13px;
    color: #fff;
    text-align:left;
    text-indent:5px;
    font-weight:100;
    line-height: 30px;
    display:block;
}
.blue #globalHeader_nav .column dd a:hover{
    width:100%;
    height:30px;
    padding:0px;
    margin:0px;
    font-family:"微软雅黑";
    font-size: 13px;
    color: #fff;
    text-align:left;
    text-indent:5px;
    line-height: 30px;
    font-weight:100;
    display:block;
    text-decoration:none;
    filter:alpha(opacity=30);opacity:0.3; background-color:#242424;
    overflow:hidden;
}</pre></body></html>