header .top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

header .top-wrap .right h2 {
    color: #414141;
    font-size: 16px;
    margin: 0;
}

#header .top-wrap::before,
#header .top-wrap::after {
    display: none;
}

header .top-wrap .right h3 {
    color: #0b6ab8;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}

.top-move {
    position: fixed;
    width: 40px;
    height: 40px;
    background: #0b6ab8;
    bottom: 70px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    color: #fff;
    box-shadow: 0px 0px 8px #f2f2f2;
    z-index: 10000;
}

.top-move:hover .glyphicon-menu-up {
    color: #19ac68;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 100001;
    top: 0;
}

.showtopface {
    background-color: #fff;
    box-shadow: 0px 2px 4px #ccc;
}

.showtopface .nav-tit {
    color: #333;
}

#header .header-wrap .nav-wrap {
    display: flex;
}

.nav-tit {
    color: #fff;
    font-size: 16px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 14px;
}

#header .header-wrap .nav-wrap .tit-item:last-child .nav-tit::after {
    display: none;
}

.nav-tit-second {
    padding: 10px 15px;
    font-size: 14px;
    display: inline-block;
    text-align: start;
    width: 100%;
}

.nav-tit-second:hover {
    font-weight: bold;
}

#header .menu-phone .nav-wrap .nav-tit {
    text-align: center;
    color: rgb(51, 51, 51);
    height: 54px;
    line-height: 54px;
}

.tit-item:hover .nav-tit,
.showtopface .nav-tit.current-open,
.current-open {
    color: #0b6ab8;
}

#header .header-wrap .right-wrap h4 {
    font-size: 22px;
    color: #0b6ab8;
    font-family: Impact;
    border: 1px solid #0b6ab8;
    padding: 0 10px;
    border-radius: 30px;
    line-height: 30px;
    margin-left: 5px;
}

.menu-phone .caret {
    height: unset;
    transform: rotateZ(90deg);
    margin-top: -5px;
    margin-left: 0px;
}

.menu-phone .tit-item {
    border-bottom: 1px solid #ccc;
}

.menu-phone .tit-item:last-child {
    border-bottom: unset;
}

.menu-phone .rigt-icon {
    position: absolute;
    right: 0px;
    width: 14%;
    height: 54px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px #f2f2f2;
}

.menu-phone .rigt-icon .caret.toggle-icon {
    transform: rotateZ(0deg);
}

.menu-phone .tit-item-second {
    border-bottom: 1px dashed #ccc;
}

.menu-phone .tit-item-second:last-child {
    border-bottom: unset;
}

.menu-phone .nav-tit-second {
    color: #444;
    text-align: center;
    font-size: 13px;
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.tit-item {
    position: relative;
    flex: auto;
    text-align: center;
}

.tit-item:hover .menu {
    display: block;
}

.menu {
    z-index: 11;
    position: absolute;
    background: #fff;
    width: 100%;
    margin-top: -1px;
    display: none;
}

.menu-phone .nav-wrap .tit-item .menu {
    z-index: 11;
    background: #f3f3f3;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    height: 0px;
    /* border-top: 2px solid #19ac68; */
    margin: 0;
    padding: 0;
    position: relative;
}


/* 
.menu:hover {
    height: auto;
}

.menu.enter-tit {
    height: auto;
} */


/* .nav-tit-second {
    font-size: 14px;
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: unset;
} */


/* .nav-tit-second:hover {
    background: #0b6ab8;
}

.nav-tit-second:hover {
    color: #fff;
} */

.tr,
.menu-phone .caret,
.menu-phone .menu,
.menu,
.nav-tit-second,
#header .logo:hover i,
#header .header-wrap .nav-wrap .nav-tit,
#header .menu-phone .nav-wrap .nav-tit,
#header .logo img,
.menu-phone .nav-wrap .tit-item .menu,
#header .header-wrap .nav-wrap .nav-tit::before,
#header .header-wrap .nav-wrap .nav-tit::after,
#header {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

header .icon-bar:first-child {
    margin-top: 0px;
}

.navbar-toggle .icon-bar {
    width: 17px;
    background: #76838f;
}

#header .first-icon {
    margin-top: 12px;
    transform: rotateZ(45deg);
}

header .second-icon {
    opacity: 0;
}

header .third-icon {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translate(0, -50%) rotateZ(135deg);
}

#header .logo {
    position: relative;
    float: left;
    margin-left: 2px;
    overflow: hidden;
}

#header .logo img {
    width: 100%;
}

#header .top .logo {
    display: block;
}

#header .top .logo img {
    width: 100%;
}

.m_logo {
    float: left;
    position: relative;
    z-index: 5;
    margin-left: 10px;
    margin-top: 5px;
}

.m_logo img {
    width: 120px;
}

#header .logo i {
    position: absolute;
    left: -155px;
    width: 155px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
}

#header .logo:hover i {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}

header .menu-phone {
    position: absolute;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    z-index: 111;
    /* box-shadow: 0px 0px 10px #fff; */
}

html,
body {
    height: 100%;
    width: 100%;
}

.meng-cen {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 11;
    top: 80px;
    display: none;
}


/* header .menu-phone.btm-pdg {
    padding-bottom: 10px;
} */

#header .menu-phone .nav-wrap {
    flex-direction: column;
    display: flex;
    /* box-shadow: 0px 0px 10px #b7b7b7; */
    background: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

@media (max-width: 1199px) {
    #header .header-wrap .nav-wrap .nav-tit {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    #header {
        background-color: #fff;
    }
    #header .logo {
        width: 280px;
    }
    header .botm-wrap,
    .top-wrap .right {
        display: none;
    }
    header .top-wrap {
        height: 66px;
    }
    #header .logo {
        width: 250px;
    }
    header .navbar-toggle {
        margin: 0;
        position: absolute;
        padding: 0;
        cursor: pointer;
        top: 30px;
        right: 30px;
        transform: translate(0, -50%);
    }
    .about .content {
        padding-left: 0px;
        padding-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}

@media(max-width: 768px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    header .navbar-toggle {
        display: none;
    }
}