.active{
    /*text-decoration: none;*/
    color: #14346e !important;
    font-weight: normal !important;
}
.navbar-header{
    position: relative;
}

#small_memu{
    display: inline-block;
    position: absolute;
    float: right;
    top:30%;
    right: -16px;
    width: 80px;
}
#small_memu a{
    float: right;
    position: relative;
    top:16px;
    right: 16px;
    width: 25px;
    height: 25px;
;
}
#small_memu button{
    float: left;
    margin-right: 0;
}
.chinese-hid{
    display: none !important;
}
.chinese-show{
    display: block !important;
}
.chinese{
    background: url("../../pics/en/en.png");
}
.english{
    background: url("../../pics/en/cn.png");
}

/*英文页面专用*/
.main-menu-lg{
    display: inline;
    /*float: right !important;*/
}
.main-menu-xs{
    display: none;
}
.font-ellipsis{
    width: 32%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.next{
    text-align: right;
    float: right;
}

.font-ellipsis-tel{
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.menu-lg{
    padding-left: 30%;
}
.menu-xs{
    padding-left: 0%;
}

/*新闻页面专用*/
#news-list{
    position: relative;
}
#news-list img{
    padding-left: 5px;
    padding-right: 5px;
}
#erweima{
    display: none;
    position: absolute;
    left: 41%;
    top: -56px;
    z-index: 10;
}
#wxclose{
    position: absolute;
    right: 10px;
    top:10px;
}
#code{
    width: 170px;
    height: 170px;
    overflow: hidden;
    position:absolute;
    top:53px;
    left: 58px;
}
.menu1{
    margin-right: 30px;
}
.menu2{
    margin-bottom: 26px ;
}
.ctext{
    display: inline-block;
    margin: auto;
    text-align: justify;
}