@charset"utf-8";

.flas {
    width: 980px;
    margin: 0 auto;
    height: 180px;
}
.head-box {
    width: 980px;
    margin: 0 auto;
}
#top {
    width: 980px;
    padding-left: 0px;
    margin: -10px auto 0;
    background: url('../images/nav_bg.jpg;vpn_img') no-repeat;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding-left: 8px;

}

#top li {
    float: left;
    background: url(../images/nav_line.png;vpn_img) right center no-repeat;
    padding: 0 11px;
    font-size: 14px;
    float:left; 
    line-height:45px;
    position: relative;
}

#top li a {
    color: #fff
}

#top li.nol {
    background: none
}

#top li.mainlevel ul {
    background: #0B8FDA;
    border: 1px solid #007BC1;
    display: none;
    float: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 80px;
    z-index: 9999999;
}

#top li.mainlevel li {
    background: none;
    border-bottom: 1px solid #00A7D8;
    /* border-left: 1px solid #00A7D8;
    border-right: 1px solid #00A7D8; */
    float: none;
    height: 27px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 70px;
    padding-left: 10px;
}

#top li.mainlevel ul#sub_02 {
    background: #0B8FDA;
    border: 1px solid #007BC1;
    display: none;
    float: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 76px;
    z-index: 9999999;
}

#top li.mainlevel ul#sub_02 li {
    background: none;
    border-bottom: 1px solid #00A7D8;
    /* border-left: 1px solid #00A7D8;
    border-right: 1px solid #00A7D8; */
    float: none;
    height: 27px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 71px;
    padding-left: 5px;
}

#top a:hover {
    text-decoration: underline;
}

/* 底部样式 */
#botttom {
    width: 980px;
    margin: 0 auto;
    border-top: 2px solid #0299db;
    text-align: center;
    padding: 10px 0;
    margin-top: 40px;
}
#botttom p {
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    color: #0299db;
}
.b-blue{
    display: block;
    width: 80px;
    margin: 8px auto;
}
/*底部样式*/