@charset 'utf-8';

/*----------- media -----------*/
@media screen and (max-width:1280px) {
    .slide .text {
        max-width: none;
        left: 7%;
        right: 7%;
        transform: translate(0%, -50%);
        width: auto;
    }

    .post.news {
        padding-left: 20px;
        padding-right: 20px;
    }

        .post.news.n1 {
            padding-left: 0px;
            padding-right: 0px;
        }

    .post, .contactBg .post {
        padding: 80px 0px 0px;
    }

    .contactBg .post {
        min-height: 500px;
    }

    .PostBox.about .post .postAbout {
        padding: 50px 0;
    }

    .PostBox.about .post .PostText {
        padding: 25px 0;
    }

    .postRight .post .PostText {
        padding: 25px 0;
    }

    .PostBox .post .postService {
        padding: 80px 0;
    }

    .PostBox.newsBg .owl-carousel .owl-nav .owl-prev, .PostBox.newsBg .owl-carousel .owl-nav .owl-next {
        top: 30%
    }

    .PostBox.newsBg .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }

    .PostBox.newsBg .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }

    .footer .b_footer .b_footer_nav {
        display: block;
    }



    .b_maintop {
        height: 105px;
        background-color: #f6f6f6
    }
}

@media screen and (max-width:1024px) {
    .post, .contactBg .post {
        padding: 60px 0px 0px;
    }

    .PostBox.about .post .postAbout {
        padding: 70px 0;
    }

    .PostBox.about .post .PostText {
        padding: 20px 0;
    }

    /*    .postRight .PostText {
        padding: 20px 0;
    }
*/
    .PostSl li .slNumber {
        font-size: 46px;
        line-height: 38px
    }

    .PostBox.newsBg .owl-carousel .owl-nav .owl-prev, .PostBox.newsBg .owl-carousel .owl-nav .owl-next {
        top: 28%
    }

    .PostBox.process .owl-carousel:after {
        top: 58px
    }

    .PostBox.process .owl-carousel .owl-nav button.owl-next, .PostBox.process .owl-carousel .owl-nav button.owl-prev {
        top: 59px;
    }

    .header, .header.opaque {
        padding-top: 0px;
    }

        .header.noOpaque {
            padding-top: 50px;
        }

        .header.noOpaque {
            padding-top: 50px;
        }


    .navbar {
        float: left;
        width: 100%;
        background-color: #1051a0;
    }

        .navbar > li > a {
            font-weight: bold;
            background-color: #004496;
        }

    .moble {
        display: block;
        height: 70px;
    }

    #navBox {
        display: none;
    }

    nav > ul > li > ul li {
        font-size: 12px;
        text-indent: 0px;
    }

    .search-pup, .mLogo .logo, a.search-btn, .header .moble-bars, .header.opaque .header-nav.fixed .logo .logoa, .header.opaque .logo .logoa, .search-china, .search-kingdom {
        display: block;
    }

    .header.opaque .logo .logob {
        display: none
    }

    .search-btn, .sbtn, .searchBox {
        color: #aaa;
    }

    .moble {
        padding: 0 10px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .b_left {
        display: none
    }


    .b_maintop {
        height: 75px;
        background-color: #f6f6f6
    }

    .inner {
        height: 400px;
        overflow: scroll;
        overflow-x: visible;
    }

        .inner li {
            overflow: auto;
            height: auto;
            border-bottom: 1px solid rgba(255, 255, 255, .1);
        }

            .inner li li > a {
                padding: 0px 5px 0 5px !important;
                border-bottom: 0px !important;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                white-space: normal;
            }

            .inner li > a {
                border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
            }

    .b_box_right {
        display: none;
    }

    .b_subCam {
        font-size: 16px;
        /*width: 50% !important;*/
    }

    .b_subCamli {
        /*width: 50% !important;*/
    }

    .b_box_left {
        float: left;
        width: 100%
    }

        .b_box_left li {
            /*width: 50%*/
        }

    .header.opaque .navbar a, .header.opaque .navbar i {
        color: #FFF;
        opacity: 0.8
    }

    .header.opaque .header-nav.fixed .navbar a, .header.opaque .inner .navbar a, .header.opaque .header-nav.fixed .navbar i, .header.opaque .inner .navbar i {
        color: #FFF;
        opacity: 1;
    }

    /*    .b_sign_main {
        display: none;
    }*/

    .b_border .b_msg {
        width: 55%;
    }

        .b_border .b_msg a {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            white-space: normal;
        }
    /*.b_sign{
        width:100%
    }*/

    .PostBox.about .postLeft {
        display: none;
    }

    .PostBox.about .postRight {
        width: 100%;
    }

    .PostBox .post .PostList_2 ul {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .PostBox .post .PostList_2 li {
        text-align: left;
        width: 80%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 30px;
    }

        .PostBox .post .PostList_2 li .b_text {
            width: 80%;
        }

    .PostLeft_2 {
        min-height: 100px;
    }

    .PostBox .post .PostList_3 ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        height: 350px;
        overflow: scroll;
        overflow-y: hidden;
    }

    .PostBox .post .PostList_3 li {
        text-align: left;
        width: 90%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-around;
        margin: 30px;
    }

        .PostBox .post .PostList_3 li .b_text {
            width: 80%;
        }

    .b_probg .b_main ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        margin: 10px auto;
        font-size: 14px;
        color: #EEE;
        text-align: center;
        z-index: 2;
    }

        .b_probg .b_main ul li {
            width: 35%;
        }

        .b_probg .b_main ul div span {
            font-size: 30px;
        }

    .PostBox .post .PostList_7 {
        width: 100%;
    }

    .footer .b_footer .b_footer_main {
        display: none;
    }

    .b_footer_cam {
        display: none;
    }

    .b_footer_main {
        display: none;
    }

    .b_PostBox_about .postLeft {
        display: none;
    }

    .b_PostBox_about .postRight {
        width: 100%;
    }

    .b_PostBox_team .post .PostList {
        width: 100% !important;
    }

    .b_PostBox_res .post .PostList {
        width: 100% !important;
    }

    .b_PostBox_master .post .postTitle .title {
        position: absolute;
        top: 5px;
        left: 0;
        font-size: 32px;
        font-weight: bold;
        color: #eee;
        z-index: -1;
    }

    .b_PostBox_master .post .postTitle h3 {
        font-size: 24px;
        font-weight: normal;
        position: relative;
        text-indent: 2px;
        letter-spacing: 0em;
        display: inline-block;
        margin-bottom: 3px;
        font-weight: bold;
        color: #FFF;
        opacity: 0.9;
    }

    .b_PostBox_master .postLeft .item {
        position: absolute;
        bottom: -5px;
        left: 0px;
    }

        .b_PostBox_master .postLeft .item img {
            width: 100%;
            max-width: 100% !important;
        }

    .b_main .container {
        margin: 0 auto;
        max-width: 1260px;
        padding: 0;
        overflow: hidden;
    }

    .b_MasterImgbg1 .b_PostBox_master .post .postMaster {
        height: 500px;
        width: 100%;
        position: relative;
        z-index: 1;
        background-image: linear-gradient(135deg, #b8001a 31%, #1051a0 31%);
    }

    .b_MasterImgbg .b_PostBox_master .post .postMaster {
        height: 500px;
        width: 100%;
        position: relative;
        z-index: 1;
        background-image: linear-gradient(135deg, 1051a0 31%, ##b8001a 31%);
    }

    .b_MasterImgbg .b_PostBox_master .post .PostText {
        width: 100%;
        margin-top: 180px;
        overflow: scroll;
        overflow-x: hidden;
        height: 120px;
        padding: 20px;
        background-color: rgba(16, 81, 160, 0.8);
    }

    .b_MasterImgbg1 .b_PostBox_master .post .PostText {
        width: 100%;
        margin-top: 180px;
        overflow: scroll;
        overflow-x: hidden;
        height: 120px;
        padding: 20px;
        font-size: 14px;
        background-color: rgba(184, 0, 26, 0.8);
    }

    .b_right {
        flex: 1;
        padding-left: 0px;
        margin: 10px;
        min-height: 800px;
    }

    .b_person-item {
        width: 100%;
    }

    .b_news-item a {
        display: flex;
        text-decoration: none;
        color: inherit;
        flex-direction: column;
    }

    .b_news-image {
        width: 100%;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }

    #backTop {
        right: 10px;
        bottom: 15%;
    }

    .b_PostBox_about .post .PostText {
        width: 92%;
    }

    .b_PostBox_adv .post .PostList {
        width: 100%;
    }

        .b_PostBox_adv .post .PostList .item {
            height: 180px;
        }

    .b_PostBox_cur .post .PostList {
        width: 100%;
    }

        .b_PostBox_cur .post .PostList .item {
            /*height: 180px;*/
        }

    .PostBox .post .PostList_5 ul {
        gap: 10px;
    }

    .PostBox .post .PostList_5 li .b_desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .b_PostBox_adm .post .PostList {
        width: 100%;
    }

    .b_PostBox_stu .post .PostList {
        width: 100%;
    }

    .all-page {
        display: none;
    }

    /*    .b_msg {
        display: none;
    }*/

    .header.opaque .navbar a .iconfont, .header.opaque .navbar i {
        display: none;
    }


    #b_menu_close {
        display: block !important;
    }

    .footer .b_footer .b_footer_contact ul {
        padding: 0;
    }

    .b_signbody {
        position: absolute;
        height: 580px;
        width: 96%;
        left: 2%;
    }

    .b_signok {
        bottom: 10px;
    }

    .PostLeft_4 ul {
        /*flex-direction: column;*/
    }

        .PostLeft_4 ul li {
            width: 100%;
        }
