.navigation.E {
    background-color: #1f5db9;
    background-image: none;
    height: 200px;
}

.navigation.E>.navbar.navbar-default {
    background-color: #1f5db9;
    background-image: none;
    font-weight: bold;
    font-size: 16px;
}

.navigation.E>.container.text-center>.row {
    background-color: #1f5db9;
    background-image: none;
    padding: 25px 0;
}

.navigation.E>.navbar.navbar-default>.container>.navbar-collapse.collapse.navbar-responsive-collapse>.nav.navbar-nav.navbar-center {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px
}

.navigation.E>.navbar.navbar-default>.container>.navbar-collapse.collapse.navbar-responsive-collapse>.nav.navbar-nav.navbar-center>li>a {
    color: #ffffff;
    padding: 10px 20px;
    letter-spacing: 1px
}

.line-txt {
    /* width:400px; */
    height: 46px;
    line-height: 46px;
    text-align: center;
    /* border:1px solid green; */
    position: relative;
    font-size: 34px;
    color: #337ab7;
}

.line-txt div:before,
.line-txt div:after {

    position: absolute;
    background: #ccc;
    content: "";
    height: 1px;
    top: 50%;
    width: 40%;
}

.line-txt div:before {
    left: 8px;
}

.line-txt div:after {
    right: 8px;
}

/* // 大型设备（大台式电脑，1200px 起）  */
@media screen and (min-width:1200px) {}


/* // 中型设备（台式电脑，992px 起） */
@media screen and (min-width:992px) and (max-width:1200px) {}

/* // 小型设备（平板电脑，768px 起） */
/* @media screen and (min-width:768px) and (max-width:992px) {
    .hide_bb{
            display: block;
        }
} */

/* // 超小设备（手机，小于 768px） */
@media screen and (max-width:768px) {

    .line-txt div:before,
    .line-txt div:after {
        width: 20%;
    }
}


.translate_wrapper {
    position: fixed;
    z-index: 1;
    top: 20px;
    right: 10px;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
}

.current_lang {
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}

.lang {
    padding: 10px 15px;
}

.lang.selected {
    display: none;
}

.lang img,
.lang span.lang-txt {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    color: #444444;
}

.lang span.lang-txt {
    position: relative;
    top: -1px;
    font-weight: 700;
}

.lang img {
    width: 20px;
    margin-left: 0;
}

.lang span span {
    color: #999;
    font-weight: 400;
}

.lang span.fa {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 3px;
}


/*more lang*/
.more_lang {
    transform: translateY(-20px);
    opacity: 0;
    cursor: pointer;
    display: none;
    -webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -moz-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -o-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -ms-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
}

.translate_wrapper.active .more_lang {
    display: block;
}

.more_lang.active {
    opacity: 1;
    transform: translateY(-0px);
}

.more_lang .lang:hover {
    background: #5766b2;
    color: #fff;
}

.more_lang .lang:hover span {
    color: #fff;
}

.translate_wrapper:hover,
.translate_wrapper.active,
.content a:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 15px;
    -webkit-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -moz-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -o-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -ms-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    transition: all 0.3s cubic-bezier(0, .99, .44, .99);

}

.translate_wrapper.active .lang {
    border-bottom: 1px solid #eaeaea;
}