body, html {
    line-height: 1;
    font-family: arial, Microsoft YaHei;
    -webkit-tap-highlight-color: transparent;
    background: #f0f0f5;
    color: #333
}

#header {
    position: relative
}

#header .navbox {
    /*position: absolute;*/
    z-index: 9999;
    width: 100%;
    background: #0A57A5;
}

#header .navbox .navbar-brand {
    margin-right: 70px
}

#header .navbox .nav-item {
    margin-right: 10px
}

#header .navbox .nav-item.active {
    border-bottom: 2px solid #fff
}

#header .navbox .nav-item:last-child {
    margin-right: 0
}

#header .navbox .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff
}

#header .display-all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#header .curtain {
    position: relative
}

#header .curtain__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

#header .curtain__title {
    font-size: 48px;
    text-shadow: 0 0 10px #344c7d;
    color: #fff
}

#header .curtain__en {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff
}

#header .curtain__txt {
    margin-top: 30px;
    font-size: 38px;
    color: #fff
}

#footer .contact {
    background: #f1f6f7
}

#footer .contact__item {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 116px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#footer .contact__iconBox {
    margin: 0 auto;
    width: 24px;
    height: 24px
}

#footer .contact__img {
    height: 100%
}

#footer .contact__info {
    margin-top: 8px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

#footer .contact__txt {
    font-size: 16px;
    line-height: 20px;
    color: #656565
}

#footer .footer__content .list {
    padding-top: 82px
}

#footer .footer__content .item {
    padding: 0;
    text-align: center
}

#footer .footer__content .item__title {
    font-size: 14px;
    color: #fff
}

#footer .footer__content .item__title .down, #footer .footer__content .item__title .up {
    width: 0;
    height: 0;
    display: none
}

#footer .footer__content .item__line {
    margin: 20px 0;
    height: 1px;
    background: #314457
}

#footer .footer__content .item__txtBox {
    transition: .4s
}

#footer .footer__content .item__txt {
    font-size: 12px;
    margin-bottom: 27px;
    color: #fff
}

#footer .footer__content .item__txt a {
    color: #fff
}

#footer .footer__content .item__txt:last-child {
    margin-bottom: 0
}

#footer .footer__content .item .qrcode {
    max-width: 104px
}

#footer .footer__content .record {
    margin-top: 10px;
    width: 100%;
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#footer .footer__content .record__left {
    font-size: 14px;
    color: #fff
}

#footer .footer__content .record__right {
    text-align: right
}

#footer .footer__content .record__right a {
    font-size: 14px;
    color: #fff
}

#footer .footer__content .record__right a:first-child {
    padding-right: 38px;
    border-right: 1px solid #fff
}

#footer .footer__content .record__right a:last-child {
    padding-left: 38px
}

.justify-content-end {
    display: -ms-flexbox;
    display: flex
}

.align-right {
    text-align: right
}

.relative {
    position: relative
}

.backUp {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 80px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 555
}

.backUp img {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .backUp {
        position: relative;
        display: none;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #e5dfd9;
        font-size: 10px;
        padding: 0 20px;
        box-sizing: border-box;
        background: #011c3f
    }
}

@media only screen and (max-width: 768px) {

    #header .navbox {
        position:absolute;
    }

    .curtain__img {
        margin-top: 55px;
    }

    #header .navbar-brand {
        padding-left: .5rem;
        width: 100px
    }

    #header .navbox .navbar {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .5rem;
        padding-left: 0;
        padding-right: 0;
        background: rgba(10, 87, 165, 0.6)
    }

    #header .navbox .navbar-nav {
        /*background: #314457*/
    }

    #header .navbox .navbar-toggler {
        margin-right: .5rem;
        color: #fff
    }

    #header .navbox .nav-item.active {
        border-bottom: 1px solid #fff
    }

    #header .navbox .nav-item:last-child {
        margin-right: 0
    }

    #header .navbox .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
        color: #fff;
        font-size: 12px
    }

    #header .display-all {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header .curtain__title {
        font-size: 24px
    }

    #header .curtain__en {
        margin-top: 12px;
        margin-bottom: 20px;
        font-size: 16px
    }

    #header .curtain__txt {
        margin-top: 15px;
        font-size: 20px
    }

    #footer .footer__content .list {
        padding-top: 0;
        border-top: 1px solid #e1e1e1
    }

    #footer .footer__content .item {
        border-bottom: 1px solid #e1e1e1
    }

    #footer .footer__content .item:last-child {
        border-bottom: 0
    }

    #footer .footer__content .item__title {
        padding: 0 20px !important;
        box-sizing: border-box;
        height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #footer .footer__content .item__title .up {
        width: 20px;
        height: 20px
    }

    #footer .footer__content .item__title .down {
        display: block;
        width: 20px;
        height: 20px
    }

    #footer .footer__content .item__txt {
        padding: 0 20px !important;
        box-sizing: border-box;
        margin-bottom: 0;
        height: 32px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    #footer .footer__content .item__txt:first-child {
        border-top: 1px solid #e1e1e1
    }

    #footer .footer__content .item .footer__txtBox {
        display: none
    }

    #footer .footer__content .record {
        width: auto
    }

    #footer .footer__content .record__left, #footer .footer__content .record__right {
        text-align: center
    }

    .mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        display: none
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .navbox .navbar-brand {
        margin-right: 50px !important
    }

    .navbox .nav-item {
        margin-right: 6px !important
    }

    .navbox .nav-link {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
        font-size: 13px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1400px !important
    }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #7e8c8d;
    -webkit-backface-visibility: hidden;
    text-decoration: none
}

li {
    list-style: none
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.news {
    padding: 50px 0;
    background: #fafafa;
}

.news a {
    text-decoration: none
}

.news__item {
    padding: 20px;
    background: white;
    /*box-shadow: 0 8px 8px  #000000;*/
    margin: 8px 0;
}

.news__imgBox {
}

.news__imgBox img {
    background: #fff;
    transition: all .2s;
    width: 188px;
    height: 140px;
    margin-right: 20px;
}

.news__imgBox img:hover {
    opacity: .8
}

.news__time {
    color: #A6A6A6;
    font-size: 14px;
}

.news__title {
    font-size: 18px;
    white-space: nowrap;
    color: #383838;
    font-weight: 700;
}

.news__spec, .news__title {
    overflow: hidden;
    text-overflow: ellipsis;
}

.news__spec {
    height: 42px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #A6A6A6;
}

.ref-phone-swiper, .ref-swiper {
    display: none
}

.swiper-button-prev {
    left: -60px
}

.swiper-button-next {
    right: -60px
}

.tabs {
    width: 100%
}

.tabs, .tabs .tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs .tab {
    font-size: 16px;
    color: #fff;
    background: #b7b7b7;
    width: 100px;
    cursor: pointer
}

.tabs .tab:first-child {
    margin-right: 30px
}

.tabs .tab.active {
    background: #115aa1
}

.info__carousel .col {
    padding: 0
}

.info__wrapper {
    height: 100%;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px;
    box-sizing: border-box
}

.info__wrapper .carousel-detail {
    width: 100%
}

.info__wrapper a {
    text-decoration: none
}

.info__wrapper a:hover .title__txt {
    color: #125fad
}

.info__wrapper a:last-child .info {
    border-bottom: 0
}

.info {
    padding: 20px 0;
    border-bottom: 1px dashed #bebebe
}

.info__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info__title .title__txt {
    color: #474747;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    line-height: 24px
}

.info__time {
    font-size: 14px;
    color: #474747
}

.info__txt {
    margin-top: 10px;
    font-size: 14px;
    color: #9c9b9b;
    line-height: 20px !important;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.carousel__txt {
    padding-left: 20px;
    padding-right: 40px;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    position: relative
}

.carousel__txt .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.carousel__txt .arrow {
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: all .2s
}

.carousel__txt .arrow:hover {
    opacity: .8
}

.carousel__txt .prev {
    top: 0
}

.carousel__txt .next {
    bottom: 0
}
@media only screen and (max-width: 576px) {
    .news__imgBox img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
}