﻿/*body {
    margin: 0;
    padding: 0;
    font-family: arial,tahoma,'Microsoft Yahei','\5b8b\4f53',sans-serif;
    
}*/


.top-bar {
    background-color: #f3f3f3;
    text-align: center;
    padding: 2.5em;
}

/*a {
    padding-bottom: 3px;
    color: white;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}*/

/*li {
    text-align: center;
}*/

.nav-bar {
    position: relative;
    z-index: 1000;
    overflow: hidden;
    min-width: 900px;
    height: 45px;
}

    .nav-bar:hover {
        overflow: visible;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.nav-bg {
    position: absolute;
    width: 100%;
    height: 272px;
    background: #A6211C;
    background: rgba(190,37,33,.90);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 9999;
}

.nav-top {
    height: 43px;
    border-top: 1px solid #BD2420;
    border-bottom: 1px solid #BD2420;
    background: #A6211C;
}

.nav-content {
    position: absolute;
    width: 85%;
    left: 10%;
    font: 14px "微软雅黑","Microsoft Yahei",arial,simhei;
    font-weight: bold;
}

.nav-content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .nav-content-box > li {
        float: left;
        line-height: 43px;
         text-align: center;
        /*border-left: 1px solid #BD2420;*/
        /*border-left: 1px solid #951D1A;
        border-right: 1px solid #C22521;*/
        /*border-top: 1px solid #951D1A;
        border-bottom: 1px solid #C22521;*/
    }

.border01 {
    /*border-left: 1px solid #BD2420;*/
    border-left: 1px solid #951D1A;
    border-right: 1px solid #C22521;
    /*border-top: 1px solid #951D1A;
        border-bottom: 1px solid #C22521;*/
}

.nav-content-box > li:hover {
    background: #CD2723;
    color:#ffffff;
}

.nav-content-box > li > span > a {
    display: block;
    width: 100%;
    margin: 0;
    height: 41px;
    line-height: 41px;
    color:#ffffff;
    /*border-left: 1px solid #951D1A;
    border-right: 1px solid #C22521;*/
}

.nav-content-box > li:hover > span > a {
    background: #B62521;
    color:#ffffff;
}

ul > li.index, ul > li.cat, ul > li.special, ul > li.user, ul > li.cooperation, ul > li.mobile {
    width: 110px;
}

ul > li.index {
    height: 43px;
}

ul.nav-content-box > li > ul {
    border-right: solid 0px #BE2521;
    margin: 10px 0 6px;
}

    ul.nav-content-box > li > ul:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        color:#ffffff;
    }

.nav-content-box > li:hover > ul {
    border-right: none;
    padding-right: 1px;
}

ul.nav-content-box > li > ul > li {
    float: left;
    width: 100%;
    line-height: 2;
    text-align: center;
    color:#ffffff;
}

ul.nav-content-box > li.cat > ul > li {
    width: 49%;
    color:#ffffff;
}

ul.nav-content-box > li > ul > li > a {
    display: block;
    width: 100%;
    color:#ffffff;
}