#head {
    height: 70px;
    width: 100%;

    /*position: absolute;*/
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
}

.head-div{
    width: 1200px;
    margin: auto;
    height: 70px;
    background: #fff;
}


#head .logo {
    /*margin-top: 20px;*/
    margin-top: 13px;
    height: 47px;
    float: left;
}

.navbar{
    float: right;
}


.navbar .nav_list{
    float: left;
    /*margin-top: 18px;*/
    margin-top: 10px;
}

.navbar a{
    display: block;
    text-decoration: none;
}

.navbar .nav_list>li{
    padding: 0;
    float: left;
    margin-right: 35px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    transition: height 0.3s;
    font-size: 14px;
}

.navbar .nav_head{
    height: 50px;
    line-height: 50px;
    color: rgba(65, 65, 65, 0.7);
    font-size: 14px;
    position: relative;
}
.navbar .nav_body{
    font-size: 14px;
    display: block;
    color: #414141;
    position: relative;
    padding: 18px 11px 0 11px;
    /*height: 35px;*/
    /*width: 124px;*/
}

.navbar .nav_list>li.active .nav_head,.navbar .nav_list>li:hover .nav_head {
    color: #D7000F;
}

.nav_list>li:hover{
    border-bottom: 2px solid #D7000F;
}


.navbar .nav_body:after{
    content: '';
    display: block;
    height: 0;
    position: relative;
    bottom: -1px;
    width: 60%;
    left: 20%;
}

.nav_list .line{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#head  .navbar .lang {
    float: right;
    /*margin-top: 36px;*/
    margin-top: 26px;
}

#head  .navbar .lang a {
    /*color: #414141;*/
    color: rgba(65, 65, 65, 0.5);
    width: 50px;
    display: block;
    float: left;
    text-align: center;
    height: 16px;
    line-height: 16px;
    box-sizing: border-box;
}
#head  .navbar .lang a:hover{
    color: rgba(65, 65, 65, 1);
}


#head  .navbar .lang .china {
    /*border-right: 1px solid #979797;*/
}

#head  .navbar .on {
    color: #414141 !important;
}

#head > .navbar .lang a:hover {
    color: #414141;
}

.nav_list #cloud-service,.nav_list #fund,.nav_list #about,.nav_list #partner{
    margin-right: 35px;
}

.navbar .nav_list>li.active .active{
    color: #D7000F;
}

.nav_list .active{
    border-bottom: 2px solid #D7000F;
    font-weight: bold;
}

.nav-down-menu{
    /*background: #fff;*/
    width: 100%;
    position: absolute;
    z-index: 55;
}

.navigation-down-inner{
    width: 1200px;
    margin: auto;
    zoom: 1;
}
.navigation-down-inner:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.down-inner a{
    color: rgba(65, 65, 65, 0.7);
}
.down-inner a:hover{
    color: #D7000F;
}

.down-inner li{
    margin-bottom: 18px;
}

.down-inner li:last-child{
    margin-bottom: 0;
}

.down-inner .active{
    color: #D7000F;
}

.nav_list .nav-up-selected{
    border-bottom: 2px solid #D7000F;
}

.nav_list .nav-up-selected a{
    color: #D7000F;
}

/*以下Dropdown菜单的位置是根据nav_list的位置决定的，改变水平位置请使用margin right*/
.about-inner{
    width: 150px;
    float: right;
    text-align: center;
    margin-right: 84px;
    padding: 15px 0;
    background: #fff;
}


.fund-inner{
    width: 150px;
    float: right;
    text-align: center;
    margin-right: 166px;
    padding: 15px 0;
    background: #fff;
}


.part-inner{
    width: 150px;
    float: right;
    text-align: center;
    margin-right: 256px;
    padding: 15px 0;
    background: #fff;
}


.product-inner{
    width: auto;
    float: right;
    text-align: center;
    margin-right: 474px;
    /* margin-right: 550px; */
    padding: 15px 10px;
    background: #fff;
}

@media screen and (max-width: 1200px) {
    .banner-bg {
        width: 100% !important;
    }

    .head-div {
        width: 910px !important;
        margin: auto;
        height: 70px;
        background: #fff;
    }

    .navigation-down-inner {
        width: 910px !important;
        margin: auto;
        zoom: 1;
    }


    .about-inner{
        width: 150px;
        float: right;
        text-align: center;
        margin-right: 85px;
        padding: 15px 0;
        background: #fff;
    }

    .fund-inner{
        width: 150px;
        float: right;
        text-align: center;
        margin-right: 166px;
        padding: 15px 0;
        background: #fff;
    }

    .part-inner{
        width: 150px;
        float: right;
        text-align: center;
        margin-right: 256px;
        padding: 15px 0;
        background: #fff;
    }

    .product-inner{
        width: 150px;
        float: right;
        text-align: center;
        margin-right: 455px;
        /*margin-right: 550px;*/
        padding: 15px 0;
        background: #fff;
    }
}
