@charset "utf-8";
/* */

@font-face {
    font-family: "sisong";
    src: url("../font/sySong.woff");
    font-weight: normal;
    font-style: normal;
}
.fhdb{display: block;position: fixed;bottom: 0.5rem;right: 3%;z-index: 1002;width: 0.4rem;height: 0.4rem;overflow: hidden;visibility: hidden;opacity: 0;transition: 0.4s;background: #1682f7;}
.fhdb a{display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;top: 100%;transition: 0.4s;position: relative;left: 0;}
.fhdb a img{width: 60%;}
.fhdb.on{visibility: initial;opacity: 1;}
.fhdb.on a{top: 0;}
.fhdb:hover{box-shadow: 0 0 5px rgba(0,0,0,.5);}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section {
    overflow: hidden;
}

header * {
    /* font-family:"PingFang SC"; */
}

.date1 {
    font-size: 16px;
    position: absolute;
    height: auto;
    right: 0;
    width: 100px;
    top: 30px;
    background-size: 100% 100%;
    /* color: #fff; */
    text-align: center;
}

.header_box_li {
    position: relative;
    z-index: 1;
}

.header_box {
    position: relative;
    z-index: 10000;
}

#header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
}

.header_box_li #header::before {
    content: "";
    position: absolute;
    height: 1.5rem;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.2s;
    opacity: 1;
    visibility: visible;
    background: url("../images/headbg.png") center top / 100% 100% repeat-x;
}

.header_box_li #header::after {
    content: "";
    position: absolute;
    height: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-size: 100%;
}
/* #header.xg { background: rgba(255, 255, 255, 0.96); box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 15px 0px; } */

.header_top {
    position: relative;
    margin: 0.1rem 0 0.1rem;
    transition: 0.5s;
}

    .header_top .search_btn {
        display: inline-block;
        float: none;
        font-size: 0.14rem;
    }

#header .right {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.right-b {
    display: flex;
    align-items: center;
    /* width: 100%; */
    justify-content: flex-end;
    transition: 0.5s;
}

    .right-b .li {
        padding: 0;
        color: #fff;
        font-size: 0.18rem;
        position: relative;
    }

        .right-b .li a {
            height: auto;
            line-height: inherit;
            padding: 0;
        }

    .right-b .top_ico {
        width: 0.46rem;
        height: 0.46rem;
        border: 1px solid rgba(255, 255, 255, .4);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.header_top .search {
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    z-index: 20;
}

    .header_top .search .input {
        position: absolute;
        z-index: 1;
        left: auto;
        right: -0.08rem;
        top: -12px;
        bottom: auto;
        height: 40px;
        width: 0px;
        background: rgb(255, 255, 255);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease 0s;
    }

.fot-l {
    float: left;
    width: 51%;
}

.fot-r {
    float: right;
    /* width: 48%; */
}

.ewm img {
    max-height: 200px
}

.header_top .search .input input {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0px 0.32rem 0px 0.16rem;
    color: rgb(51, 51, 51);
}

.header_top .search .btn {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

    .header_top .search .btn input {
        cursor: pointer;
        position: absolute;
        z-index: 1;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        height: 100%;
        width: 100%;
    }

    .header_top .search .btn svg {
        width: 18px;
        height: 18px;
        fill: rgb(255, 255, 255);
    }

.header_top .search:hover .btn svg {
    fill: #e99b23;
}

.header_top .search:hover .input {
    width: 2.6rem;
    opacity: 1;
    visibility: visible;
}

.list_box0 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .list_box0 .li {
        font-size: 0.15rem;
        color: #fff;
        display: inline-block;
        margin-right: 0.2rem;
        line-height: .21rem;
    }

    .list_box0 .zw {
        border: 1px solid rgba(255, 255, 255, .6);
        border-radius: 0.04rem;
    }

.right-b .list_box0 .li {
    width: 0.36rem;
    height: 0.36rem;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.12rem;
    padding: 0;
    color: #fff;
    font-size: 0.16rem;
    position: relative;
}

    .right-b .list_box0 .li a {
        height: auto;
        line-height: inherit;
        padding: 0;
    }

.list_box0 .li > a {
    transition: 0.5s;
    height: 0.21rem;
    display: inline-block;
    padding: 0 0.1rem;
    /* background: #692ebb; */
}

    .list_box0 .li > a .top_ico {
        width: 0.2rem;
        height: 0.2rem;
    }

.list_box0 .li a > img {
    vertical-align: middle;
}

.list_box0 .li:hover a {
    color: #ec9927;
}

#m_header .list_box0 {
    float: right;
}

    #m_header .list_box0 .li {
        line-height: 60px;
    }

        #m_header .list_box0 .li a .ewm_box {
            top: 60px;
        }

        #m_header .list_box0 .li a > img {
            height: 12px;
        }

.list_box_01 {
    font-size: 0px;
    white-space: nowrap;
    padding: 0.1rem;
}

    .list_box_01 li {
        text-align: center;
        display: block !important;
        margin: 0px 15px !important;
    }

        .list_box_01 li h3 img {
            border: 0.01rem solid rgb(237, 237, 237);
            width: 0.85rem;
            height: 0.85rem;
        }

        .list_box_01 li h5 {
            font-size: 0.12rem;
            color: rgb(102, 102, 102);
            line-height: 20px;
            margin: 0px;
        }

.list_box0 .li::after {
    content: "";
    position: absolute;
    left: -0.26rem;
    width: 1px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    opacity: 0.8;
}

.list_box0 .li:first-child::after {
    display: none;
}
.btn-list {
    top:15px;
}
.btn-list ul a{
    opacity: 1;
}
.header_box .w1200 {
    padding: .2rem;
    position: relative;
    /*width: 17.2rem;
    max-width: 96%;*/
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
    margin: 0px auto;
}
/* ser */

.sstop {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

    .sstop .input {
        z-index: 1;
        transition: all 0.5s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 0;
        position: absolute;
        right: -.1rem;
        background: #fff;
        /* padding: 0 0.1rem; */
        opacity: 0;
        top: 50%;
        margin-top: -.15rem;
    }

    .sstop .btn {
        width: 0.34rem;
        height: 0.2rem;
        padding: 0 !important;
    }

        .sstop .btn img {
            width: .2rem;
            height: .2rem;
        }

    .sstop.on .input {
        width: 2.5rem;
        opacity: 1;
        visibility: visible;
        padding: 0 0.1rem;
    }

    .sstop .input .txtinput {
        width: calc(100% - .2rem);
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.14rem;
    }

.input .sub {
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
}

#header #logo .box_table {
    width: auto;
}

#logo {
    padding: 0px;
    height: 100%;
    position: relative;
}

    #logo img {
        transition: all 0.5s ease 0s;
        max-width:90%;
        /*height: 1.2rem;*/
    }

        #logo img.img2 {
            display: none;
        }

#nav {
    width: 100%;
}

    #nav ul {
        display: flex;
        justify-content: space-between;
    }

        #nav ul li {
            z-index: 0;
            height: 100%;
            position: relative;
            margin-right: .4rem;
        }

            #nav ul li a {
                display: block;
                padding: 0px;
                position: relative;
                z-index: 2;
            }

            #nav ul li h3 {
                font-size: 0.24rem;
                color: rgb(255, 255, 255);
                line-height: 0.6rem;
                position: relative;
                transition: all 0.36s ease 0s;
                display: inline-block;
                white-space: nowrap;
            }

                #nav ul li h3::after {
                    content: "";
                    position: absolute;
                    left: 50%;
                    bottom: 0px;
                    transition: all 0.6s ease 0s;
                    border: 0.1rem solid transparent;
                    border-bottom: 0.1rem solid #fff;
                    margin-left: -0.12rem;
                    opacity: 0;
                    z-index: 9;
                }

            #nav ul li:hover h3::after {
                opacity: 1;
                visibility: visible;
            }

            #nav ul li a i {
                margin: -3px 0px 0px 0.1rem;
                display: inline-block;
                width: 10px;
                height: 5px;
                transition: all 0.5s ease 0s;
            }

            #nav ul li a i {
                display: inline-block;
                width: 9px;
                height: 6px;
                background-size: contain;
                vertical-align: middle;
                margin-left: 8px;
            }

            #nav ul li .sub {
                position: absolute;
                top: 100%;
                background: #fff;
                width: auto;
                left: 50%;
                z-index: 10000;
                transform: translateX(-50%) scaleY(0);
                visibility: hidden;
                opacity: 0;
                transition: all 0.5s ease 0s;
                transform-origin: center top;
                box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
                border-radius: 0px 0px 0.08rem 0.08rem;
            }

                #nav ul li .sub::after {
                    content: "";
                    height: 3px;
                    width: 100%;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    background: #0c487d;
                }

                #nav ul li .sub .box {
                    padding: 0.14rem 0px;
                    text-align: center;
                }

                #nav ul li .sub a {
                    padding: 8px 30px;
                    line-height: 0.28rem;
                    transition: all 0.6s ease 0s;
                    font-size: 0.16rem;
                    color: #333;
                    text-align: center;
                    white-space: nowrap;
                    min-width: 1.6rem;
                    font-family: 'bell';
                }

                    #nav ul li .sub a:hover {
                        color: #fff;
                        background: #0c487d;
                    }

            #nav ul li:hover .sub {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) scaleY(1);
            }

#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3,
.body_home.showdiv #header #nav ul li:hover a h3,
.body_home.showdiv #header #nav ul li.on a h3 {
    color: #fff;
    opacity: .7
}

#nav > ul > li h3::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: -0.22rem;
    top: 50%;
    margin-top: -6px;
    transition: all 0.3s ease 0s;
    display: none;
}

#nav > ul > li.xiala h3::before {
    display: block;
}

#nav > ul > li:hover h3::after,
#nav ul li.on h3::after {
    transform: scale(1);
}

#nav > ul > li.noSubMenu h3::before {
    display: none;
}

.search_btn {
    cursor: pointer;
    text-align: center;
    float: left;
    transition: all 0.6s ease 0s;
    margin: 0px;
    position: relative;
}

    .search_btn img {
        margin: 0px;
    }

#header.xg::before,
.body_home.showdiv #header::before {
    /* height: auto; */
    background: #1682f7;
}

.header_box .xg .w1200 {
    align-items: center;
}

.header_box .xg .header_top {
    display: none;
}

.header_box .xg .sstop {
    top: 0;
}

#m_nav * {
    transition: all 0s ease 0s;
}

.m_header_box {
    transition: all 0.6s ease 0s;
    display: none;
    position: relative;
    z-index: 100000;
}

    .m_header_box header {
        padding: 0px 0px 0px 15px;
        height: 0.7rem;
        background: #1682f7;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .m_header_box header #logo img {
            height: auto;
            max-height: 0.6rem;
            margin-top: 0.04rem;
        }

        .m_header_box header #logo {
            padding: 0px;
            width: calc(100% - 80px);
        }

#nav_btn_box.on {
    background: none;
}

#nav_btn_box {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

    #nav_btn_box::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background: rgb(255, 255, 255);
    }

    #nav_btn_box::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        left: -.15rem;
        border-right: .15rem solid rgb(255, 255, 255);
        border-top: 0.7rem solid transparent;
        display: none;
    }

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease 0s;
    outline: none;
    box-shadow: none;
}

    #nav_btn .point {
        display: inline-block;
        width: 0.4rem;
        height: 22px;
        position: relative;
        outline: none;
    }

        #nav_btn .point:hover .navbtn,
        #nav_btn .point:hover .navbtn::after,
        #nav_btn .point:hover .navbtn::before {
            width: 0.28rem;
        }

    #nav_btn .navbtn {
        position: absolute;
        top: 12px;
        left: 0px;
        display: inline-block;
        width: 18px;
        height: 2px;
        transition: all 0.3s ease-out 0s;
        background: #0c487d;
    }

        #nav_btn .navbtn::after,
        #nav_btn .navbtn::before {
            position: absolute;
            left: 0px;
            display: inline-block;
            width: 24px;
            height: 2px;
            content: "";
            transition: all 0.3s ease-out 0s;
            background: #0c487d;
        }

        #nav_btn .navbtn::after {
            top: -8px;
        }

        #nav_btn .navbtn::before {
            top: 8px;
        }

    #nav_btn .point.on .navbtn {
        background: transparent;
    }

        #nav_btn .point.on .navbtn::after {
            transform: rotate(45deg);
            top: 0px;
        }

        #nav_btn .point.on .navbtn::before {
            transform: rotate(-45deg);
            top: 0px;
        }

.m_nav_list {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
}

    .m_nav_list::-webkit-scrollbar {
        display: none;
    }

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0px;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: 0% 0% / cover rgb(247, 247, 247);
    opacity: 0;
    visibility: hidden;
}

    #m_nav .close {
        position: absolute;
        top: 7px;
        right: 15px;
        left: 15px;
        font-size: 30px;
        color: rgb(51, 51, 51);
        z-index: 10000;
        width: auto;
        height: 35px;
        border-radius: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0px;
    }

    #m_nav.act {
        pointer-events: auto;
        right: 0px;
        opacity: 1;
        visibility: visible;
    }

    #m_nav .search_box input.submit {
        background: url("../images/submit.svg") center center / 0.28rem no-repeat rgb(6, 86, 183);
    }

    #m_nav .list_box0 {
        width: 90%;
        margin: 0.32rem auto 0px;
    }

        #m_nav .list_box0 .li {
            text-align: center;
            color: #660774;
            margin: 0px 0rem 0.15rem;
            font-size: 14px;
        }

            #m_nav .list_box0 .li a {
                background: none;
                padding: 0 0.2rem 0 0;
            }

    #m_nav .old_rukou {
        margin: 0.24rem 0px 0px;
        width: 100%;
    }

.list_box_nav_mobile {
    width: 100%;
    height: 80%;
    padding: 0px 0px 10px;
    overflow-y: auto;
    margin: 0px;
    /* flex: 1 1 0%; */
}

    .list_box_nav_mobile > li {
        width: 90%;
        overflow: hidden;
        border-bottom: 1px solid rgb(226, 226, 226);
        padding: 0px;
        position: relative;
        margin: 0px auto;
    }

        .list_box_nav_mobile > li .con {
            position: relative;
        }

        .list_box_nav_mobile > li .a {
            width: 100%;
            line-height: 0.64rem;
            color: rgb(51, 51, 51);
            padding: 0px;
            font-size: 16px;
            display: flex;
            position: relative;
            transition: all 0.5s ease 0s;
        }

        .list_box_nav_mobile > li i {
            opacity: 1;
            width: 0.64rem;
            height: 0.64rem;
            background-image: url("../images/arrow_down.svg");
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: initial;
            background-origin: initial;
            background-clip: initial;
            background-color: initial;
            position: absolute;
            display: block;
            right: 0px;
            top: 2px;
            background-size: 15px 15px !important;
        }

        .list_box_nav_mobile > li.on1 i {
            transform: rotate(-90deg);
        }

        .list_box_nav_mobile > li.on {
            border-bottom: 1px solid rgb(226, 226, 226);
        }

        .list_box_nav_mobile > li .list {
            padding: 10px 0px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            display: none;
        }

            .list_box_nav_mobile > li .list a {
                display: block;
                font-size: 13px;
                color: rgb(102, 102, 102);
                line-height: 2.5;
            }

.nav_mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}
/*Ã©Â¡Â¶Ã©Æ’Â¨Ã¦ÂÅ“Ã§Â´Â¢*/

.wap_search {
    font-size: 0.16rem;
    border-radius: 0.05rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.02rem;
    overflow: hidden;
    width: 100%;
    height: 0.85rem;
    display: block;
    margin-bottom: 10px;
}

    .wap_search form {
        height: 0.4rem;
        border-radius: 0.2rem;
        background: rgb(255 255 255);
        position: relative;
        width: 3.68rem;
        margin: 0.1rem auto;
    }

    .wap_search .input {
        font-size: 16px;
        color: #646464;
        height: 0.4rem;
        line-height: 0.4rem;
        padding: 0 24px;
        box-shadow: none;
        -webkit-appearance: none;
        float: left;
        border-right: 0;
        background: none;
        width: calc(100% - 0.4rem);
    }

    .wap_search .btn_blue {
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0;
        width: 0.4rem;
        height: 0.4rem;
        line-height: 0.4rem;
        border: 0;
        background: url(../images/submit.svg) center no-repeat #00447d;
        background-size: .18rem auto;
        border-radius: 0.2rem;
    }

        .wap_search .btn_blue.fr {
            background: #e9edef;
            color: #4e4f53;
        }

    .wap_search input::-webkit-input-placeholder {
        color: #999;
    }

    .wap_search input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999;
    }

    .wap_search input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999;
    }

    .wap_search input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999;
    }
    /* WebKit browsers */

    .wap_search input:focus::-webkit-input-placeholder {
        color: transparent;
        /* transparentÃ¦ËœÂ¯Ã¥â€¦Â¨Ã©â‚¬ÂÃ¦ËœÅ½Ã©Â»â€˜Ã¨â€°Â²(black)Ã§Å¡â€žÃ©â‚¬Å¸Ã¨Â®Â°Ã¦Â³â€¢Ã¯Â¼Å’Ã¥ÂÂ³Ã¤Â¸â‚¬Ã¤Â¸ÂªÃ§Â±Â»Ã¤Â¼Â¼rgba(0,0,0,0)Ã¨Â¿â„¢Ã¦Â Â·Ã§Å¡â€žÃ¥â‚¬Â¼ */
    }
    /* Mozilla Firefox 4 to 18 */

    .wap_search input:focus:-moz-placeholder {
        color: transparent;
    }
    /* Mozilla Firefox 19+ */

    .wap_search input:focus::-moz-placeholder {
        color: transparent;
    }
    /* Internet Explorer 10+ */

    .wap_search input:focus:-ms-input-placeholder {
        color: transparent;
    }
/* Ã§â€šÂ¹Ã¥â€¡Â»Ã¦ÂÅ“Ã§Â´Â¢Ã¦Â¡â€ Ã¨Å½Â·Ã¥Ââ€“Ã§â€žÂ¦Ã§â€šÂ¹ placeholderÃ¦Â¶Ë†Ã¥Â¤Â±-Ã§Â»â€œÃ¦ÂÅ¸ */
/* search */
/* pcÃ¦ÂÅ“Ã§Â´Â¢ */

.search_btn {
    cursor: pointer;
}

    .search_btn svg {
        fill: rgb(255, 255, 255);
        width: 16px;
        height: 16px;
    }

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

    .search-dialog-box::before {
        content: "";
        position: absolute;
        top: 0px;
        height: 0px;
        background: rgb(14, 93, 168);
        transition: all 0.6s ease 0s;
        left: 0px;
        right: 0px;
        z-index: 1;
        opacity: 0.9;
    }

    .search-dialog-box.on::before {
        height: 100%;
        display: none;
    }

    .search-dialog-box .bubbles-bg {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .search-dialog-box .search-bg {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 0px;
        margin: 0px;
        background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
        transform-origin: center center;
        transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    }

    .search-dialog-box .wrap-inner {
        transform: translateY(100%);
        transition: all 0.6s ease 0s;
    }

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

    .search-dialog .search-tit {
        font-size: 0.44rem;
        line-height: 0.56rem;
        color: rgb(255, 255, 255);
        text-align: center;
        overflow: hidden;
        display: none;
    }

    .search-dialog .search-inner {
        overflow: hidden;
        margin-top: 0px;
    }

    .search-dialog .search-input {
        width: 8rem;
        margin: 0px auto;
        background-color: rgba(255, 255, 255, 0.1);
        box-sizing: border-box;
        transition: all 0.3s ease 0s;
        max-width: 94%;
    }

        .search-dialog .search-input input[type="text"] {
            float: left;
            height: 0.7rem;
            width: calc(100% - 1rem);
            background-color: rgb(255, 255, 255);
            font-size: 0.2rem;
            line-height: 0.08rem;
            color: #666;
            transition: all 0.3s ease 0s;
            padding: 0px 0.2rem;
        }

        .search-dialog .search-input input[type="submit"],
        .search-dialog .search-input .clear-btn {
            float: right;
            height: 0.7rem;
            width: 1rem;
        }

        .search-dialog .search-input input[type="submit"] {
            background-color: #1682f7;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 0.4rem;
            background-image: url("../images/search-btn.svg");
            font-size: .2rem;
            color: #fff;
        }

        .search-dialog .search-input .clear-btn {
            background-color: rgba(0, 0, 0, 0.2);
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url("../images/close-btn.svg");
            background-size: 0.56rem;
            border-radius: 100%;
            margin-right: 0.16rem;
            display: none;
        }

        .search-dialog .search-input.on {
            background-color: rgb(255, 255, 255);
        }

    .search-dialog .hot-search {
        font-size: 0px;
        width: 0.49rem;
        margin: 0.096rem auto 0px;
        box-sizing: border-box;
        padding: 0px 0.096rem;
        overflow: hidden;
    }

        .search-dialog .hot-search .hot-tit,
        .search-dialog .hot-search .hot-link {
            display: inline-block;
            zoom: 1;
            vertical-align: top;
        }

        .search-dialog .hot-search .hot-tit {
            font-size: 0.06rem;
            line-height: 0.08rem;
            color: rgb(255, 255, 255);
            font-weight: bold;
            padding-left: 0.096rem;
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 0.08rem;
        }

    .search-dialog .hot-link {
        margin-left: 0.16rem;
    }

        .search-dialog .hot-link a {
            display: inline-block;
            zoom: 1;
            font-size: 0.06rem;
            line-height: 0.08rem;
            margin-right: 0.12rem;
            color: rgb(255, 255, 255);
            padding-bottom: 5px;
            position: relative;
        }

            .search-dialog .hot-link a::before {
                content: "";
                position: absolute;
                left: 0%;
                bottom: 0px;
                width: 100%;
                height: 2px;
                background-color: rgb(255, 255, 255);
                transform: scaleX(0);
                transform-origin: left center;
                transition: transform 0.3s ease 0s;
            }

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%;
}

    .search-dialog-box .bottom-box .share-box {
        overflow: hidden;
    }

    .search-dialog-box .bottom-box .copy {
        font-size: 0.35rem;
        line-height: 0.5rem;
        color: rgb(255, 255, 255);
        font-family: gilroy-regular;
        margin-top: 0.5rem;
        overflow: hidden;
    }

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

    .search-dialog-box.on .search-bg {
        height: 100vh;
    }

    .search-dialog-box.on .bubbles-bg {
        opacity: 1;
        visibility: visible;
    }

    .search-dialog-box.on .wrap-inner {
        transform: translateY(0px);
    }

.pub-close {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 10;
    right: 0.24rem;
    top: 0.216rem;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}

    .pub-close .bg {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: rgb(28, 90, 183);
        transform: scale(0);
        border-radius: 100%;
        transition: transform 0.3s ease 0s;
    }

    .pub-close i {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: 0.12rem;
        background-repeat: no-repeat;
        background-image: url("../images/close-btn.svg");
        transition: all 0.6s ease 0s;
    }

        .pub-close i:hover {
            transform: rotate(180deg);
        }

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(1turn);
    }
}

@keyframes spin-reverse2 {
    0% {
        transform: rotate(-1turn);
    }
}
/* banner */

.banner-slick a {
    display: block;
}

    .banner-slick a img {
        display: block;
        width: 100%;
        /* max-height: 700px;
object-fit: cover; */
    }

.banner-slick .slick-dots {
    bottom: 0.3rem;
}

    .banner-slick .slick-dots li {
        width: 0.12rem;
        height: 0.12rem;
        border: 0.01rem solid #fff;
        margin: 0 0.1rem;
        border-radius: 50%;
        transition: all .3s;
    }

        .banner-slick .slick-dots li.slick-active {
            width: 0.2rem;
            height: 0.12rem;
            border-radius: 0.2rem;
            background: #fff;
        }
/* Ã¥Â¤Â´Ã©Æ’Â¨Ã¦â€¢Â´Ã¥Â±ÂÃ¤Â¸â€¹Ã¦Â»â€˜ */

.fix-top {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -webkit-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -moz-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -ms-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -o-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    z-index: -1;
    overflow: hidden;
    overflow-y: scroll;
}

    .fix-top.showdiv {
        top: 0rem;
        z-index: 99;
    }

.ar_web {
    overflow: hidden;
    position: fixed !important;
    top: 0rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.fix-top::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

.fix-top::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

.fix-top::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

@media(max-width: 1200px) {
    .fix-top {
        top: 0;
        position: relative !important;
        overflow: hidden;
    }

    .ar_web {
        top: 0;
        position: relative !important;
    }

    .swipershubaio {
        display: none;
    }
}
/* Ã§Â¬Â¬Ã¤Â¸â‚¬Ã©Æ’Â¨Ã¥Ë†â€  */

.home1 {
    position: relative;
    background: url(../images/bg1.png) no-repeat right center;
    background-size: 4.02rem auto;
}

    .home1::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4.84rem;
        bottom: 0;
        background: url(../images/home1-bgl.png) no-repeat left center;
    }

.section1 {
    position: relative;
    padding-top: 0.7rem;
    /* padding-bottom: 0.6rem; */
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}

    .title h2 {
        position: relative;
        font-size: 0;
        font-weight: normal;
    }

        .title h2 span {
            position: absolute;
            /* left: -2rem; */
            top: 50%;
            transform: translateY(-50%);
            font-size: 0.6rem;
            font-weight: 900;
            color: transparent;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 0.01rem #F3F3F3;
            text-transform: uppercase;
            white-space: nowrap;
            font-family: "sisong-heavy";
        }

        .title h2 p {
            position: relative;
            display: inline-block;
            font-size: 0.36rem;
            color: #333333;
            font-family: "sisong-regular";
            vertical-align: middle;
            z-index: 9;
        }

    .title .more a {
        position: relative;
        right: 0;
        line-height: .3rem;
        padding-right: 0.55rem;
        display: block;
        background: url(../images/more.png) no-repeat right center;
        background-size: 0.52rem auto;
        font-size: 16px;
        color: #646464;
        transition: all .3s;
        font-family: "sisong-regular";
    }

        .title .more a:hover {
            right: 0.05rem;
            color: #00447d;
        }

.s1-l {
    width: 59.28%;
}

.s1-r {
    width: 36.428%;
}

.news {
    border: 0.01rem solid #EEEEEE;
    /* border-radius: 10px; */
    border-top: 10px;
}

    .news a {
        display: block;
    }

        .news a .pic {
            padding-top: 51.42%;
            /* border-radius: 10px; */
        }

.date {
    position: absolute;
    background: url(../images/date-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
}

.news a .date {
    width: 0.8rem;
    height: 0.9rem;
    right: 0;
    top: -0.4rem;
    z-index: 9;
}

    .news a .date p {
        padding-top: 0.15rem;
        font-size: 0.36rem;
    }

    .news a .date span {
        display: block;
        font-size: 0.16rem;
        line-height: 0.24rem;
    }

.news a .text {
    position: relative;
    padding: .2rem .2rem .6rem .3rem;
    background: #fff;
}

    .news a .text > h2 {
        font-size: .22rem;
        color: #333;
        margin-bottom: .2rem;
        overflow: hidden;
        margin-right: .5rem;
    }

.news a:hover .text > h2 {
    color: #00447d;
}

.news a .text > p {
    line-height: .32rem;
    height: .72rem;
    font-size: .16rem;
    color: #9e9e9e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .slick-dots {
    text-align: center;
    bottom: .35rem;
}

    .news .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 0.1rem;
        background-position: center right;
    }

        .news .slick-dots li.slick-active {
            padding-right: 0.3rem;
            background: url(../images/s1-l-more.png) no-repeat center right;
            background-size: .3rem auto;
        }

        .news .slick-dots li span {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 0.22rem;
            color: #9E9E9E;
            transition: all .6s;
        }

        .news .slick-dots li.slick-active span {
            color: #20357B;
        }

.s1-r ul li a {
    display: block;
}

    .s1-r ul li a .pic {
        padding-top: 61%;
        border-radius: 10px;
    }

    .s1-r ul li a .text {
        position: relative;
        height: 0.85rem;
        display: flex;
        align-items: center;
        padding-right: 0.7rem;
    }

        .s1-r ul li a .text h2 {
            font-size: 0.20rem;
            font-weight: normal;
            line-height: 0.36rem;
            color: #333333;
            height: auto;
            transition: all .6s;
        }

.s1-r ul li:hover a .text h2 {
    color: #00447d;
}

.s1-r ul li a .text .date {
    width: 0.66rem;
    height: 0.75rem;
    right: 0;
    top: -0.2rem;
}

    .s1-r ul li a .text .date p {
        font-size: 0.3rem;
        padding-top: 0.1rem;
    }

    .s1-r ul li a .text .date span {
        display: block;
        padding-top: 0.05rem;
        font-size: 0.14rem;
    }

.section2 {
    padding-top: 0.5rem;
    padding-bottom: 0.35rem;
    position: relative;
    background: #fafafa;
}

    .section2::after {
    }

.s2 {
    padding-top: 20px;
}

    .s2 ul {
        margin: 0 -.15rem;
    }

        .s2 ul li a {
            position: relative;
            display: block;
            margin: 0 .15rem;
            cursor: url('../images/s2-more.png'), auto;
        }

            .s2 ul li a::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
            }

        .s2 ul li.slick-current.slick-active a::after {
            background-size: 100% auto;
        }

        .s2 ul li.slick-current.slick-active + li a::after {
            background-size: 100% auto;
        }

        .s2 ul li.slick-current.slick-active + li + li a::after {
            background-size: 100% auto;
        }

        .s2 ul li a .text:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: .61rem;
            /*background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 90%);*/
        }

        .s2 ul li a .pic {
            padding-top: 105%;
           /* border-radius: 10px;*/
        }

        .s2 ul li a .text {
            /*position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0.3rem;
            z-index: 9;*/
            padding: 0.1rem ;
            background:#fff;
        }

            .s2 ul li a .text h2 {
                width: 50%;
                padding-bottom: 0.1rem;
                background: url(../images/s2-bt-bg.png) no-repeat left bottom;
                background-size: 100% auto;
                font-size: 0.28rem;
                color: #fff;
                font-weight: normal;
            }

            .s2 ul li a .text p {
                margin-top: 0.1rem;
                font-size: 0.2rem;
                font-weight: normal;
                line-height: 0.24rem;
                color: #333;
                height: 0.48rem;
            }

            .s2 ul li a .text .more {
                position: absolute;
                right: -0.3rem;
                bottom: 0.3rem;
                width: 0.6rem;
                height: 0.6rem;
                background: url(../images/s2-more.png) no-repeat center center;
                background-size: 100% 100%;
                opacity: 0;
                z-index: -1;
                transition: all .6s;
            }
        /* .s2 ul li:hover a .text .more {
opacity: 1;
z-index: 9;
} */

        .s2 ul li:hover img {
            transform: scale(1.1);
        }

.section3 {
    padding: .4rem 0;
}

.s3 {
    padding-top: .1rem;
}

    .s3 ul li {
        width: 48%;
        border: 0.01rem solid #DEDEDE;
        margin-top: 0.5rem;
        transition: all .6s;
    }

        .s3 ul li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.3rem 0.2rem;
        }

        .s3 ul li:hover a {
            background: url(../images/date-bg.jpg) no-repeat center center;
            background-size: cover;
        }

        .s3 ul li a .text {
            width: 52%;
        }

            .s3 ul li a .text h2 {
                font-size: 0.2rem;
                font-weight: normal;
                line-height: 0.36rem;
                color: #333333;
                height: 1.2rem;
                transition: all .6s;
            }

        .s3 ul li:hover a .text h2 {
            color: #fff;
        }

        .s3 ul li a .text p {
            margin: 0.1rem 0;
            font-size: 0.14rem;
            font-weight: normal;
            line-height: 0.28rem;
            height: 0.56rem;
            color: #9E9E9E;
            transition: all .6s;
        }

        .s3 ul li:hover a .text p {
            color: #fff;
        }

        .s3 ul li a .text span {
            font-size: 0.16rem;
            font-weight: normal;
            line-height: 0.28rem;
            color: #9E9E9E;
            font-family: Georgia;
            transition: all .6s;
        }

        .s3 ul li:hover a .text span {
            color: #fff;
        }

        .s3 ul li a .tpp {
            width: 45%;
        }

            .s3 ul li a .tpp .pic {
                padding-top: 78.23%;
            }

.section4 {
    position: relative;
    padding-top: .3rem;
}

    .section4::after {
        content: "";
        position: absolute;
        left: 0;
        top: -0.4rem;
        background: url(../images/s4-bg.png) no-repeat center center;
        width: 6.53rem;
        height: 9.44rem;
        background-size: 6.53rem auto;
        z-index: -1;
    }

.s4 a {
    display: block;
    position: relative;
    padding-left: 3.35rem;
}

    .s4 a .text {
        position: absolute;
        padding: 0.4rem;
        left: 0.02rem;
        bottom: -0.85rem;
        width: 3.33rem;
        height: 4.74rem;
        background: url(../images/s4-txt-bg.png) no-repeat center center;
        background-size: cover;
        box-shadow: 0 0 10px rgba(162, 162, 162, 0.2);
        z-index: 9;
    }

        .s4 a .text h2 {
            font-size: 0.2rem;
            font-weight: normal;
            line-height: 0.36rem;
            color: #333333;
            height: 1.08rem;
            transition: all .6s;
        }

    .s4 a:hover .text h2 {
        color: #00447d;
    }

    .s4 a .text p {
        margin-top: 0.3rem;
        font-size: 0.14rem;
        font-weight: normal;
        line-height: 0.3rem;
        height: 0.9rem;
        color: #9E9E9E;
        z-index: 9;
    }

    .s4 a .tpp .pic {
        padding-top: 40.264%;
    }

.s4 .slick-dots {
    text-align: center;
    width: auto;
    right: auto;
    left: .35rem;
    bottom: 0.2rem;
}

    .s4 .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 0.1rem;
        background-position: center right;
    }

        .s4 .slick-dots li.slick-active {
            padding-right: 0.3rem;
            background: url(../images/s4-more.png) no-repeat center right;
            background-size: .3rem auto;
        }

        .s4 .slick-dots li span {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 0.22rem;
            color: #9E9E9E;
            transition: all .6s;
        }

        .s4 .slick-dots li.slick-active span {
            color: #910003;
        }

.section5 {
    position: relative;
    padding-top: 0.9rem;
    padding-bottom: 0.75rem;
}

    .section5::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -1.5rem;
        bottom: 0;
        background: url(../images/s5-bg.png) no-repeat center top;
        background-size: 100% auto;
        z-index: -1;
    }

.sect5 ul li {
    width: 48%;
}

    .sect5 ul li a {
        position: relative;
        display: block;
    }

        .sect5 ul li a::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

        .sect5 ul li a .pic {
            padding-top: 38.63%;
        }

    .sect5 ul li:hover a .pic img {
        transform: scale(1.1);
    }

    .sect5 ul li:nth-child(1) a::after {
        background: url(../images/s5-tc1.png) no-repeat left center;
        background-size: auto 100%;
    }

    .sect5 ul li:nth-child(2) a::after {
        background: url(../images/s5-tc2.png) no-repeat left center;
        background-size: auto 100%;
    }

    .sect5 ul li a .text {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1.6rem;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        z-index: 9;
    }

        .sect5 ul li a .text span {
            display: block;
            width: 0.3rem;
            font-size: 0.3rem;
            font-weight: 900;
            text-transform: uppercase;
            color: #FFFFFF;
            padding-bottom: 0.4rem;
            font-family: "sisong";
        }

        .sect5 ul li a .text .more {
            position: relative;
            width: 0.12rem;
            font-size: 0.12rem;
            color: #fff;
            margin-left: 0.4rem;
            padding-bottom: 0.5rem;
            top: 0;
            transition: all .6s;
        }

    .sect5 ul li:hover a .text .more {
        top: -5px;
        font-size: .14rem;
    }

    .sect5 ul li a .text .more::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 0.01rem;
        bottom: 0;
        height: 0.4rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    }
.section6 {
    position: relative;
    padding-top: 0.7rem;
    background: url(../images/p2_3_bg.jpg) no-repeat center center;
    /* padding-bottom: 0.6rem; */
}
    /*党团工作招生资讯*/
.col-c, .col-l, .col_c, .col_l, .l {
    float: left;
}
.col-r, .col_r, .r, .ul-txt li span, .ul_txt li span, dt span {
    float: right;
}
.row-a4 {
    padding-top: 0rem;
    overflow: hidden;
    background: top center no-repeat;
    background-size: cover;
    position: relative
}

    .row-a4:after {
        content: "";
        height: 322px;
        display: block;
        /*background: rgba(8,68,147,.7);*/
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

.row-a4-con {
    padding: 90px 0 116px;
    min-height: 720px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.con-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s
}

.row-a4-con .after, .row-a4-con .before {
    content: "";
    width: 200vw;
    height: 100%;
    display: block;
    background: rgba(10,80,167,.9);
    position: absolute;
    top: 0;
    right: 50%
}

.row-a4-con .after {
    right: auto;
    left: 50%;
    background: rgba(14,88,180,.8)
}

.row-a4 .g-t1 {
    margin-bottom: 33px;
    text-align: left
}

.row-a4 .col-l {
    position: relative;
    z-index: 2
}

.row-a4 .col-l, .row-a4 .col-r {
    width: 46.875%
}

.col-r .scroll-con {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s
}

.slick-education {
    width: 100%;
    margin: 0 -10px;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: width 1s;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s
}

    .slick-education .item {
        width: 50%;
        padding: 0 10px;
        display: inline-block;
        vertical-align: top;
        white-space: normal
    }

    .slick-education .pic {
        padding-top: 62.068%;
        height: 0;
        position: relative;
        overflow: hidden
    }

        .slick-education .pic img {
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            width: 100%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -ms-transition: 1s;
            -o-transition: 1s;
            transition: 1s
        }

    .slick-education .con:hover .pic img {
        -webkit-transform: translate(-50%,-50%) scale(1.3);
        -moz-transform: translate(-50%,-50%) scale(1.3);
        -ms-transform: translate(-50%,-50%) scale(1.3);
        -o-transform: translate(-50%,-50%) scale(1.3);
        transform: translate(-50%,-50%) scale(1.3)
    }

    .slick-education .txt {
        position: relative;
        z-index: 2;
        margin-top: -20px;
        padding: 42px 30px 45px;
        background-color: #fff
    }

    .slick-education .time, .slick-education .tit, .slick-education .txt {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .slick-education .time {
        margin-bottom: 10px;
        font-family: Georgia;
        font-size: 14px;
        color: #000
    }

    .slick-education .tit {
        overflow: hidden;
        height: 8.5em;
        line-height: 1.7;
        font-size: 18px;
        color: #000;
        font-weight: 400
    }

    .slick-education .con:hover .txt {
        background-color: #087E64;
    }

    .slick-education .con:hover .time, .slick-education .con:hover .tit {
        color: #fff
    }

    .slick-education .slick-dots {
        position: absolute;
        left: 0;
        bottom: -50px;
        width: 100%;
        text-align: center
    }

        .slick-education .slick-dots li {
            display: inline-block;
            width: 15px;
            height: 4px;
            background-color: #fff;
            margin: 0 5px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px
        }

            .slick-education .slick-dots li button {
                display: none
            }

            .slick-education .slick-dots li.slick-active {
                width: 30px;
                background-color: #a20a47
            }

.m-coop {
    position: relative;
    overflow: hidden
}

.slick-pic .pic {
    padding-top: 56.666%;
    height: 0;
    position: relative;
    overflow: hidden
}

    .slick-pic .pic img {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        height: 100%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.ul-list4 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: -49px 20px 0
}

    .ul-list4 li {
        float: left;
        width: 25%
    }

    .ul-list4 .con {
        display: block;
        padding: 28px 0 26px;
        background-color: #fff
    }

    .ul-list4 .icon {
        width: 45px;
        height: 45px;
        margin: 0 auto 9px;
        background: top center no-repeat;
        background-size: 100% auto
    }

    .ul-list4 .l1 .icon {
        background-image: url(../images/z-i6.png)
    }

    .ul-list4 .l2 .icon {
        background-image: url(../images/z-i7.png)
    }

    .ul-list4 .l3 .icon {
        background-image: url(../images/z-i8.png)
    }

    .ul-list4 .l4 .icon {
        background-image: url(../images/z-i9.png)
    }

    .ul-list4 .tit {
        font-weight: 400;
        font-size: 20px;
        color: #a20a47;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .ul-list4 .con, .ul-list4 .icon, .ul-list4 .tit {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

        .ul-list4 .con:hover {
            background-color: #087E64
        }

            .ul-list4 .con:hover .icon {
                background-position: bottom center
            }

            .ul-list4 .con:hover .tit {
                color: #fff
            }

/*关于我们*/
.part8_10 {
    background: url(../images/p8_10_bg.jpg) no-repeat center center;
    background-size: cover;
}

.part8 {
    position: relative;
    z-index: 4;
    padding-top: 1rem;
}


.p8_lb {
}

    .p8_lb .swiper-slide {
    }

    .p8_lb a {
        display: block;
        background: #fff;
        padding: 0.4rem;
        border-radius: 0.2rem;
    }

    .p8_lb .img {
        padding-bottom: 61.5%;
        transition: .5s;
        border-radius: 0.15rem;
        margin-top: 0.3rem;
    }

    .p8_lb .xx {
        display: flex;
        justify-content: space-between;
    }

        .p8_lb .xx .ly {
            font-size: 0.24rem;
            color: #191919;
            font-weight: 600;
        }


    .p8_lb .line {
        width: 100%;
        height: 1px;
        background: #e3e6ea;
        margin: 0.25rem 0 0.28rem;
    }

    .p8_lb .bt {
        font-size: 0.18rem;
        color: #191919;
        opacity: 0.7;
        transition: 0.4s;
        min-height: 0.52rem;
        line-height: 0.26rem;
    }


    .p8_lb .xx .more {
        display: table;
    }

        .p8_lb .xx .more p {
            font-size: 0.16rem;
            color: #0f4ba9;
            transition: 0.4s;
            line-height: 0.18rem;
            padding-right: 0.44rem;
            position: relative;
        }

            .p8_lb .xx .more p::after {
                content: '';
                display: block;
                background: url(../images/sy_more_ico1.png) no-repeat center center;
                width: 0.2rem;
                height: 0.16rem;
                background-size: 100% !important;
                position: absolute;
                right: 0;
                top: 0;
            }

    .p8_lb a:hover .more p {
        color: #35dfd3;
    }

        .p8_lb a:hover .more p::after {
            animation: zuoyoudonghua 1s infinite ease-out;
            background: url(../images/sy_more_ico2.png) no-repeat center center;
        }

    .p8_lb a:hover .bt {
        opacity: 1;
    }


.p8_lb_jt {
    width: 1.5rem;
    display: flex;
    justify-content: space-between;
    margin: 0.2rem auto 0;
    display: none;
}

    .p8_lb_jt div {
        width: .5rem;
        height: .5rem;
        background: #0040a3 url(../images/p6_lb_prev.png) no-repeat center center;
        background-size: .1rem;
        position: relative;
        left: auto;
        top: 0;
        margin: auto;
        right: auto;
        transition: 0.4s;
        border-radius: 50%;
    }

        .p8_lb_jt div.swiper-button-next {
            transform: rotate(180deg);
        }

        .p8_lb_jt div:hover {
            background-color: #35dfd3;
        }

        .p8_lb_jt div.swiper-button-next:hover {
            transform: rotate(180deg) scale(1.1);
        }






@media(max-width: 1024px) {
    .part8 {
        padding-top: 0.3rem;
    }

    .p8_lb_jt {
        display: flex;
    }
    
}

@media(max-width: 650px) {
    .p8_lb a {
        padding: 0.2rem;
    }

    .p8_lb .line {
        margin: 0.1rem 0;
    }
    .list_box4 li time {
        margin-top: .06rem;
    }
}

.part9 {
    margin-top: 1.3rem;
}

.p9_main {
    display: flex;
    justify-content: space-between;
    padding: 0 0.19rem;
    flex-wrap: wrap;
}

.p9_left {
    width: 8.9rem;
}


    .p9_left .p9_box1 {
    }

        .p9_left .p9_box1 .img {
            padding-bottom: 0;
            height: 4.7rem;
        }


.p9_box1 {
    margin-bottom: 0.1rem;
}

    .p9_box1 a {
        display: block;
        position: relative;
        overflow: hidden;
        border-radius: 0.2rem;
    }

    .p9_box1 .img {
        position: relative;
    }

        .p9_box1 .img::after {
            content: '';
            display: block;
            height: 1rem;
            width: 100%;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 3;
        }

    .p9_box1 .con {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0.3rem;
        z-index: 5;
    }

        .p9_box1 .con .ico {
        }

        .p9_box1 .con .bt {
            font-size: 0.24rem;
            color: #ffffff;
            color: #fff;
            text-align: center;
        }


.p9_box2 {
    margin-bottom: 0.1rem;
}

    .p9_box2 a {
        display: block;
        position: relative;
        overflow: hidden;
        border-radius: 0.2rem;
    }

    .p9_box2 .img {
        position: relative;
    }

        .p9_box2 .img::after {
            content: '';
            display: block;
            height: 1rem;
            width: 100%;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 3;
        }

    .p9_box2 .con {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0.2rem 0.3rem;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .p9_box2 .con .ico {
            width: 0.4rem;
            height: 0.4rem;
            background-size: 100% !important;
        }

            .p9_box2 .con .ico img {
                width: 100%;
            }

        .p9_box2 .con .bt {
            font-size: 0.18rem;
            color: #ffffff;
            color: #fff;
            width: calc(100% - 0.5rem);
            line-height: 0.26rem;
        }

        .p9_box2 .con .ico.wx {
            background: url(../images/p9_ico_wx.png) no-repeat center center;
        }

        .p9_box2 .con .ico.sp {
            background: url(../images/p9_ico_sp.png) no-repeat center center;
        }


.p9_ul1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .p9_ul1 li {
        width: calc(50% - 0.05rem);
    }

        .p9_ul1 li .img {
            padding-bottom: 0;
            height: 2.3rem;
        }



.p9_right {
    width: 6.2rem;
}

    .p9_right .p9_box1 .img {
        padding-bottom: 0;
        height: 3.5rem;
    }

    .p9_right .p9_box2 .img {
        padding-bottom: 0;
        height: 3.5rem;
    }



.p9_box1 a {
}

.p9_box1 .play {
    background: url(../images/p9_play.png) no-repeat center center;
    width: .56rem;
    height: .56rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

    .p9_box1 .play div {
    }

.p9_box1:hover .play:after {
    position: relative;
    border-radius: 50%;
    width: .6rem;
    height: .6rem;
    top: -.02rem;
    left: -.02rem;
    content: '';
    display: block;
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms
}


@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3;
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(230,189,115, .1), 0 0 5px 5px #e6bd73, 0 0 0 10px rgba(230,189,115, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(230,189,115, .1), 0 0 5px 5px #e6bd73, 0 0 0 5px rgba(230,189,115, .5);
        -webkit-transform: scale(1.25);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(230,189,115, .1), 0 0 5px 5px #e6bd73, 0 0 0 10px rgba(230,189,115, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(230,189,115, .1), 0 0 5px 5px #e6bd73, 0 0 0 5px rgba(230,189,115, .5);
        -moz-transform: scale(1.25);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(230,189,115, .1), 0 0 5px 5px #e6bd73, 0 0 0 10px rgba(230,189,115, .5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(230,189,115, .1), 0 0 5px 5px #e6bd73, 0 0 0 5px rgba(230,189,115, .5);
        transform: scale(1.25);
        opacity: 0
    }
}




@media(max-width: 1024px) {
    .part9 {
        margin-top: 0.5rem;
    }

        .part9 a .img {
            height: 0 !important;
            padding-bottom: 60% !important;
        }

    .p9_left {
        width: 100%;
    }

    .p9_right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .p9_right .p9_box1 {
            width: calc(50% - 0.05rem);
        }

        .p9_right .p9_box2 {
            width: calc(50% - 0.05rem);
        }

}

@media(max-width: 650px) {

    .p9_right .p9_box1 .img {
        height: 0;
        padding-bottom: 60%;
    }

    .p9_left .p9_box1 .img {
        height: 0;
        padding-bottom: 60%;
    }

    .p9_left .p9_box2 .img {
        height: 0;
        padding-bottom: 60%;
    }

    .part9 a .con {
        padding: 0.15rem;
    }

    .p9_box1 .con .bt {
        font-size: 0.18rem;
    }

    .p9_ul1 li {
        width: 100%;
    }

    .p9_right .p9_box1 {
        width: 100%;
    }

    .p9_right .p9_box2 {
        width: 100%;
    }
}


.p10_video {
    display: none;
}

.part10 {
    padding-top: 0.8rem;
    background: url(../images/p8_10_bg.jpg) no-repeat center center;
    /*padding-bottom: 1.5rem;*/
}
.w15 {
    width: 15.6rem;
    margin: 0 auto;
}
.p10_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.p10_left {
    position: relative;
    z-index: 3;
}

    .p10_left .pics {
        width: 7rem;
        height: 4.2rem;
        position: relative;
    }

        .p10_left .pics img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0.2rem;
            position: relative;
            z-index: 3;
        }

        .p10_left .pics::after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            border: 1px solid rgba(22,130,247,0.3);
            border-radius: 0.2rem;
            position: absolute;
            top: 0.1rem;
            left: 0.1rem;
            z-index: 1;
        }

    .p10_left .p10_play {
        position: absolute;
        bottom: -0.6rem;
        right: -0.6rem;
        width: 1.44rem;
        transition: 0.4s;
        cursor: pointer;
        z-index: 5;
    }

        .p10_left .p10_play img {
            width: 100%;
            position: relative;
            z-index: 3;
        }

        .p10_left .p10_play::after {
            content: '';
            display: block;
            /*background: url(../images/p10_play2.png) no-repeat center center;*/
            background-size: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            animation: zhuan1 20s linear infinite;
        }

        .p10_left .p10_play:hover {
            transform: scale(1.05);
        }

.p10_right {
    width: 7.55rem;
    position: relative;
    z-index: 1;
}

    .p10_right .con {
        margin-bottom: 0.5rem;
    }

        .p10_right .con p {
            font-size: 0.18rem;
            line-height: 0.36rem;
            color: #191919;
            text-indent: 2em;
        }

.p10_ul1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0.35rem 0;
}

    .p10_ul1::after {
        content: '';
        display: block;
        background: url(../images/p10_right_bg.png) no-repeat center center;
        width: 12.97rem;
        height: 2.31rem;
        background-size: 100%;
        position: absolute;
        right: -1.8rem;
        top: 0;
        z-index: 1;
    }

    .p10_ul1 li {
        position: relative;
        z-index: 3;
        width: 20%;
    }

    .p10_ul1 a {
        display: block;
        padding: 0 0.16rem;
    }

    .p10_ul1 .shuzi {
        font-size: 0.68rem;
        color: #ffffff;
        font-family: "Myriad Pro";
        margin-bottom: 0.2rem;
    }

    .p10_ul1 .bt {
        font-size: 0.15rem;
        color: #ffffff;
        line-height: 0.24rem;
        text-align: center;
    }

@media(max-width: 1024px) {
    .part10 {
        margin-top: 0.3rem;
        padding-bottom: 0;
    }
    .w15 {
        width: 95%;
    }
    .p10_left {
        width: 60%;
        margin: 0 auto;
    }

        .p10_left .pics {
            width: 100%;
            height: 0;
            padding-bottom: 60%;
            margin-bottom: 0.3rem;
        }

            .p10_left .pics img {
                position: absolute;
                top: 0;
                left: 0;
            }

        .p10_left .p10_play {
            width: 0.6rem;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            height: 0.6rem;
        }

    .p10_ul1 {
        flex-wrap: wrap;
    }

        .p10_ul1::after {
            height: 100%;
            background-size: cover;
        }

        .p10_ul1 .shuzi {
            font-size: 0.48rem;
            text-align: center;
        }

    .p10_right {
        width: 100%;
    }
}

@media(max-width: 650px) {
    .p10_left {
        width: 100%;
    }

    .p10_ul1 {
        padding: 0.2rem 0 1px;
    }

        .p10_ul1 li {
            width: 48%;
            margin-bottom: 0.3rem;
        }
}




@media(max-width: 1024px) {
    .part10 {
        margin-top: 0.3rem;
        padding-bottom: 0;
    }

    .p10_left {
        width: 60%;
        margin: 0 auto;
    }

        .p10_left .pics {
            width: 100%;
            height: 0;
            padding-bottom: 60%;
            margin-bottom: 0.3rem;
        }

            .p10_left .pics img {
                position: absolute;
                top: 0;
                left: 0;
            }

        .p10_left .p10_play {
            width: 0.6rem;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            height: 0.6rem;
        }

    .p10_ul1 {
        flex-wrap: wrap;
    }

        .p10_ul1::after {
            height: 100%;
            background-size: cover;
        }

        .p10_ul1 .shuzi {
            font-size: 0.48rem;
            text-align: center;
        }

    .p10_right {
        width: 100%;
    }
    
}

@media(max-width: 650px) {
    .p10_left {
        width: 100%;
    }

    .p10_ul1 {
        padding: 0.2rem 0 1px;
    }

        .p10_ul1 li {
            width: 48%;
            margin-bottom: 0.3rem;
        }
}
.slick-prev {
    background: url(../images/previous.png) center no-repeat;
}
.slick-next {
    background: url(../images/next.png) center no-repeat;
}

/*通知公告列表*/
.index-s5 .left {
    width: 45.75%;
}

.list_box4 li a {
    padding: .3rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.list_box4 li time {
    display: flex;
    align-items: center;
    margin-right: .37rem;
    flex-shrink: 0;
}

    .list_box4 li time span {
        display: flex;
        align-items: center;
        font-size: .34rem;
        line-height: 1;
        color: #B6BCD4;
        font-family: 'BEBAS',sans-serif;
        transition: .5s;
    }

        .list_box4 li time span i {
            display: block;
            width: .16rem;
            height: .11rem;
            margin: 0 .05rem;
            background: url("../images/s5-img-3.png") no-repeat 50%/100% 100%;
            transition: .5s;
        }

.list_box4 li .txt {
    flex: 1;
    padding-right: .84rem;
    background: url("../images/s5-img-1.png") no-repeat right .24rem top .14rem/.3rem;
    transition: .5s;
}

.list_box4 li h3 {
    font-size: .18rem;
    line-height: .26rem;
    color: #353535;
    height: .52rem;
    transition: all .5s;
}

.list_box4 li:after {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    bottom: 0;
    height: .02rem;
    background: #1682f7;
    transition: .5s;
}

.list_box4 li {
    position: relative;
    border-bottom: 1px solid #ECF1F7;
}

    .list_box4 li:hover:after {
        width: 100%;
    }

    .list_box4 li:hover h3 {
        color: #353535;
        font-weight: 700;
    }

    .list_box4 li:hover time span {
        color: #353535;
    }

    .list_box4 li:hover time i {
        background-image: url("../images/s3-img-3.png");
    }

    .list_box4 li:hover .txt {
        background-image: url("../images/s5-img-2.png");
    }

.list_box4 {
    margin-top: .47rem;
    border-top: 1px solid #ECF1F7;
}

.index-s5 .right {
    width: 45.75%;
}

.index-s5 .title001 {
    justify-content: flex-start;
}

    .index-s5 .title001 h2,
    .index-s5 .title001 h5 {
        text-align: left;
    }

.index-s5 {
    margin-top: .9rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}



/* foot */
footer {
    background: #1682f7;
    min-height: 204px;
}

.foot {
    align-items: center;
    padding: .3rem .15rem;
}

.fot-l p {
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.48rem;
    color: #FFFFFF;
    font-family: "sisong-regular";
}

.fot-r {
    text-align: center;
}

    .fot-r .ewm p {
        font-size: 0.14rem;
        font-weight: normal;
        line-height: 0.48rem;
        color: #FFFFFF;
        font-family: "sisong-regular";
    }

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
    #nav ul li {
        margin-right: .2rem;
    }
}

@media screen and (max-width: 1200px) {
    .title h2 span {
        left: 0;
        font-size: 1rem;
    }

    .s2 ul li a .text .more {
        right: 0;
        bottom: 1.5rem;
    }
}

@media screen and (max-width: 1000px) {
    .s4 a .text {
        top: -21px;
        bottom: 0;
        height: auto;
    }

    .s4 .slick-dots {
        bottom: .3rem;
    }

    .sect5 ul li a .text {
        width: 1rem;
    }

        .sect5 ul li a .text span {
            font-size: .2rem;
        }

        .sect5 ul li a .text .more {
            margin-left: .1rem;
        }
    .index-s5 {
        margin-top: .4rem;
    }

        .index-s5 .left {
            width: 100%;
        }

        .index-s5 .right {
            width: 100%;
            margin-top: .35rem;
        }

    .list_box4 {
        margin-top: .26rem;
    }

        .list_box4 li time {
            margin-right: .15rem;
        }

        .list_box4 li .txt {
            padding-right: .3rem;
            background-position: right top .1rem;
            background-size: .24rem;
        }

        .list_box4 li time span {
            font-size: .28rem;
        }
    .row-a4 .col-l, .row-a4 .col-r {
        float: none;
        width: 100%;
    }
    .slick-education {
        margin:0px;
    }
    .slick-education .item {
        width: 100%;
        margin-bottom: 10px;
        display: block;
    }
    .slick-education .tit {
        height: auto;
    }
     .slick-education .tit, .ul-list4 .tit, .ul-list6 .tit {
        font-size: 15px;
    }
}

@media screen and (max-width: 700px) {
    .section1 {
        padding: .2rem 0;
    }

    .s1 {
        display: block;
    }

    .s1-l {
        width: 100%;
        margin-bottom: .15rem;
    }

    .s1-r {
        width: 100%;
    }

    .title h2 span {
        font-size: .6rem;
    }

    .section2 {
        padding: .2rem 0;
    }

    .s2 ul {
        display: block;
    }

        .s2 ul li {
            width: 100%;
            margin-bottom: .15rem;
        }

    .section3 {
        padding: .15rem 0;
        background: url(../images/p4_bg.jpg) no-repeat center center;
    }

    .s3 ul li {
        margin-top: .15rem;
        width: 100%;
    }

        .s3 ul li a {
            padding: .15rem;
        }

    .section4 {
        padding-top: .15rem;
    }

    .s4 a {
        padding-left: 0;
    }

        .s4 a .text {
            position: static;
            width: 100%;
            padding: .15rem;
            padding-bottom: .5rem;
        }

            .s4 a .text h2 {
                height: auto;
            }

    .s4 .slick-dots {
        bottom: .1rem;
    }

    .section5 {
        padding: .2rem 0;
    }

    .sect5 ul {
        display: block;
    }

        .sect5 ul li {
            width: 100%;
            margin-bottom: .15rem;
        }

    .foot {
        display: block;
    }

    .fot-l p {
        line-height: .24rem;
        margin-bottom: .1rem;
    }
}

@media (min-width: 200px) {
    [aos="zoom-in"] {
        transform: scale(0.5);
    }

    html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0)
    }

    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0)
    }

    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(-150px, -150px, 0);
        transform: translate3d(-150px, -150px, 0)
    }
}
