.ph {
    display: none
}

.mh {
    display: block
}

#head {
    width: 100%;
    background-color: #e2f2ff;
    border-top: 6px solid #005bac
}

#head #header {
    width: 100%;
    height: 99px;
    background-image: url(../img/bh-xsc/main/header-top.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

#head .content {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#head .content .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#head .content .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#head .content .right .search {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#head .content .right .search input {
    font-size: 14px;
    color: #666;
    width: 187px;
    height: 34px;
    background-color: #fff;
    border-radius: 17px;
    border: solid 1px #999;
    opacity: .6;
    padding-left: 10px;
    float: left;
}

#head .content .right .search img {
    width: 17px;
    position: absolute;
    right: 10px;
    top: 10px
}

#head .content .right .en {
    font-size: 16px;
    color: #5b94c7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px
}

#head .content .right .en .hr {
    width: 1px;
    height: 13px;
    background-color: #333;
    opacity: .2;
    margin-left: 20px;
    margin-right: 20px
}

#head #nav {
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#005bac),to(#006dce));
    background-image: -webkit-linear-gradient(bottom,#005bac 0,#006dce 100%);
    background-image: linear-gradient(0deg,#005bac 0,#006dce 100%)
}

#head #nav .content {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#head #nav .content .item {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 99
}

#head #nav .content .item .name,#head #nav .content .item .name0 {
    width: 100%;
    height: 100%
}

#head #nav .content .item .name::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    width: 1px;
    height: 14px;
    background-color: rgba(255,255,255,.53)
}

#head #nav .content .item .childs {
    display: none
}

#head #nav .content .item .childs .child {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    background-color: rgba(0,91,172,.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#head #nav .content .item .childs .child .nm {
    width: 90px;
    border-bottom: 1px solid rgba(255,255,255,.3)
}

#head #nav .content .item .childs .child:last-child .nm {
    border-bottom: 0 solid #fff
}

#head #nav .content .item:first-child .name0::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 1px;
    height: 14px;
    background-color: rgba(255,255,255,.53)
}

#head #nav .content .active {
    background-image: -webkit-gradient(linear,left bottom,left top,from(#0a2d67),to(#005bac));
    background-image: -webkit-linear-gradient(bottom,#0a2d67 0,#005bac 100%);
    background-image: linear-gradient(0deg,#0a2d67 0,#005bac 100%)
}

#head #nav .content .active .name0::before {
    background-color: rgba(255,255,255,0)!important
}

#head #nav .content .active .name::after {
    background-color: rgba(255,255,255,0)!important
}

#footer {
    width: 100%;
    height: 258px;
    background-image: url(../img/bh-xsc/main/footer.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 14px;
    padding-top: 40px
}

#footer .flogo {
    width: 215px;
    display: block;
    margin: auto;
    margin-bottom: 40px
}

#footer .des {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

#footer .des .hr {
    width: 1px;
    margin-left: 20px;
    margin-right: 20px;
    height: 14px;
    background-color: #fff
}

@media screen and (max-width: 1023px) {
    .mh {
        display:none!important
    }

    .ph {
        display: block!important;
        position: relative;
        z-index: 0;
    }

    body {
        font-size: .26rem
    }

    body #mhead {
        width: 100%;
        height: 1.12rem;
        /* position:fixed; */
        left: 0;
        top: 0;
        z-index: 9999999;
        position: relative;
    }

    body #mfooter {
        width: 100%;
        height: 3.73rem
    }

    body #mfooter>div {
        width: 100%;
        height: 100%
    }

    body #mfooter>div img {
        width: 100%;
        height: 100%
    }
}

/*# sourceMappingURL=bh-xsc-public.min.css.map */