/* .visible-md .row>div>address>p:first-child{
    line-height: 0;
} */
.container header>.row{
    position: relative;
    height: 150px;
}

.container header .language{
    position: absolute;
    right: 25px;
    bottom: 3px;
}

.container header .language a{
    float: left;
    padding:5px 10px;
    background:#323232;
    color:#9d9d9d;
    font-size: 14px;
    border-radius: 3px;
    margin: 0 5px;
    text-decoration: none;
}

.container header .language a:hover{
    color: #fff;
}

.container header .language .selected{
    color: #fff;
}

#navbar>ul>form{
    width: 245px;
}

#navbar .long{
    height: 34px;
    margin-top: 8px;
    border-radius: 3px;
    padding-left: 10px;
    width: 105px;
}

#navbar ul li{
    position: relative;
}

#navbar>ul>li>a{
    padding-left:14px;
    padding-right: 14px;
}

#navbar ul li .son{
    position: absolute;
    top: 50px;
    left: 0;
    padding: 5px 0;
    background-color: #323232;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    text-align: center;
    display: none;
    z-index: 1;
}

#navbar ul li .son a{
    width: 100%;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: initial;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    color:#9d9d9d;
}

#navbar ul li:hover>.son{
    display: block;
}

#navbar ul li .son a:hover{
    color:#fff;
}

/* 首页新闻 */
.content .container .about_content .about_news{
    white-space: nowrap;
    overflow: hidden;
}

/* 新闻内页 */
.container .right .row>div{
    overflow: hidden;
}

/* 移动端 */
#navbar ul .language{
    display: none;
}
@media screen and (max-width: 1200px){
    #container header>.language{
        display: none;
    }

    #navbar ul .language{
        display: block;
    }

    #navbar>ul>form{
        width: auto;
    }

    #navbar ul .language a{
        float: left;
        font-size: 13px;
        padding: 5px 7px;
        color: #ccc;
    }

    #navbar ul .language .selected{
        font-size: 16px;
        font-weight: 700;
        color: #fff;
    }

    #navbar ul li .son{
        top:10px;
        background-color: #222;
        right:5%;
        left:auto;
    }

    #navbar ul li .son a{
        color:#fff;
    }
}


/* 最新修改 */
.container .visible-md .row .logo {
    width: 76%;
}
.container .visible-md .row .address {
    width: 24%;
    left: 0%;
}
