﻿@media screen and (min-width: 1401px) {
    html {
        font-size: 1250% !important
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    html {
        font-size: 950% !important
    }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
    html {
        font-size: 850% !important
    }
}

@media screen and (max-width: 1001px) {
    html {
        font-size: 750% !important
    }
}

@media screen and (min-width:769px) {
    html {
        padding: 0;
        margin: 0;
        font-size: 625%;
        -webkit-text-size-adjust: none;
        -webkit-overflow-scrolling: touch; /*10 ÃƒÆ’Ã‚Â· 16 ÃƒÆ’Ã¢â‚¬â€ 100% = 62.5%*/
    }

    body {
        padding: 0;
        font-size: .14rem;
        -webkit-overflow-scrolling: touch; /*1.4 ÃƒÆ’Ã¢â‚¬â€ 10px = 14px */
    }

    .w {
        width: 95%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .pc_fl {
        float: left;
    }

    .pc_fr {
        float: right;
    }

    .pc_dn {
        display: none;
    }


    .yuyan ul li a:hover {
        background: #1f4085;
        color: #FFFFFF;
    }
     .hezuo ul li .img a img {
                   height:240px;
                }

    .menu .nav__list > ul > li {
        display: block;
        position: relative;
        float: left;
        margin-left: .12rem;
    }

        .menu .nav__list > ul > li > a {
            display: block;
            font-size: .09rem;
            color: #FFFFFF;
            line-height: .4rem;
            position: relative;
        }

            .menu .nav__list > ul > li > a:after {
                content: "";
                display: block;
                position: absolute;
                width: 0;
                height: .01rem;
                background: #47c9c8;
                bottom: 0;
                left: 0;
                transition: all .3s;
            }

        .menu .nav__list > ul > li > ul {
            position: absolute;
            width: 180%;
            background: #FFFFFF;
            box-shadow: 0 0 10px rgba(0,0,0, .3);
            left: -25%;
        }

            .menu .nav__list > ul > li > ul > li {
                position: relative;
                padding: 0 .04rem;
                transition: all .3s;
            }

                .menu .nav__list > ul > li > ul > li > a {
                    display: block;
                    width: 100%;
                    color: #333333;
                    font-size: .08rem;
                    padding: 0 .05rem;
                    height: 0;
                    line-height: .22rem;
                    overflow: hidden;
                    border-bottom: 0px dashed #dcdddd;
                }

        .menu .nav__list > ul > li:hover > a:after {
            width: 100%;
        }

        .menu .nav__list > ul > li:hover > ul > li > a {
            height: .22rem;
            border-bottom: 1px dashed #dcdddd;
        }

        .menu .nav__list > ul > li > ul > li:hover > a {
            color: #FFFFFF;
        }

        .menu .nav__list > ul > li > ul > li:hover {
            background: #1f4085;
        }

        .menu .nav__list > ul > li > ul > li dl {
            position: absolute;
            left: 100%;
            width: 100%;
            top: 0;
            box-shadow: 0 0 10px rgba(0,0,0, .3);
            background: #FFFFFF;
        }

            .menu .nav__list > ul > li > ul > li dl dd {
                margin: 0;
                padding: 0 .04rem;
                transition: all .3s;
            }

                .menu .nav__list > ul > li > ul > li dl dd a {
                    display: block;
                    height: 0;
                    overflow: hidden;
                    line-height: .22rem;
                    color: #333333;
                    font-size: .075rem;
                    padding: 0 .05rem;
                    border-bottom: 0px dashed #dcdddd;
                }

        .menu .nav__list > ul > li > ul > li:hover dl dd a {
            height: .22rem;
            border-bottom: 1px dashed #dcdddd;
        }

        .menu .nav__list > ul > li > ul > li dl dd:hover a {
            color: #FFFFFF;
        }

        .menu .nav__list > ul > li > ul > li dl dd:hover {
            background: #1f4085;
        }

    .zixun .tit a:hover {
        background: linear-gradient(#1f4085,#0c45bb);
        color: #FFFFFF;
    }

        .zixun .tit a:hover:after {
            background-image: url(../img/15.png);
        }

    .dongtai_1:hover .img a img {
        transform: scale(1.15,1.15);
    }

    .dongtai_1:hover .txt h3 a {
        text-decoration: underline;
        color: #1f4085;
    }

    .dongtai ul li:hover {
        padding-left: .15rem;
    }

        .dongtai ul li:hover:before {
            background: #1f4085;
            width: .1rem;
        }

        .dongtai ul li:hover a {
            color: #1f4085;
        }

    .gonggao ul li a:hover {
        font-weight: bold;
        color: #1f4085;
        font-style: oblique;
    }

    .zhaopin ul li:nth-child(3n+1) {
        margin-left: 0;
    }

    .zhaopin ul li:hover .time {
        color: #1f4085;
        background: #FFFFFF;
    }

    .zhaopin ul li:hover .txt a {
        color: #FFFFFF;
        font-weight: bold;
    }

    .zhaopin .more a:hover {
        background: #FFFFFF;
        color: #2b4180;
    }

        .zhaopin .more a:hover:after {
            background-image: url(../img/18.png);
        }

    .hezuo ul li:nth-child(4n+1) {
        margin-left: 0;
    }

    .hezuo ul li:hover .txt h3 a {
        color: #1f4085;
    }

    .hezuo ul li:hover {
        transform: translateY(-.15rem);
    }

    .hezuo .more a:hover {
        background: #1f4085;
        color: #FFFFFF;
    }

        .hezuo .more a:hover:after {
            background-image: url(../img/17.png);
        }

    .yanjiu_rt li:hover span {
        color: #FFFFFF;
        background: #1f4085;
        border-color: #1f4085;
    }

    .yanjiu_rt li:hover a {
        color: #1f4085;
        font-weight: bold;
    }

    .yanjiu .more a:hover {
        background: #1f4085;
        color: #FFFFFF;
    }

        .yanjiu .more a:hover:after {
            background-image: url(../img/17.png);
        }

    .links ul li:nth-child(3n+1) {
        margin-left: 0;
    }

    .links ul li:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }

        .links ul li:hover .links_1 {
            opacity: 0;
        }

        .links ul li:hover .txt {
            opacity: 1;
        }

    .fot_link a:hover {
        color: #FFFFFF;
    }

    .fot_cmjj a:hover {
        color: #FFFFFF;
    }

    .fot_gz a:hover {
        background: #1f4085;
    }

    .bottom a:hover {
        color: #FFFFFF;
    }
}

header {
    width: 100%;
    /* background: rgba(31,64,133,.85); */
    height: .68rem;
    position: fixed;
    z-index: 99999;
    background: url(../images/04.png);
    background-size: 100% 100%;
}

.search {
    border: 1px solid rgba(255,255,255,.65);
    background: rgba(255,255,255,.25);
    width: 1.3rem;
    height: .16rem;
    border-radius: .08rem;
    overflow: hidden;
    position: relative;
    margin-top: .12rem;
}

    .search:after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        background: #FFFFFF;
        height: .09rem;
        top: 0;
        bottom: 0;
        right: .25rem;
        margin: auto 0;
    }

    .search input[type="text"] {
        display: block;
        outline: none;
        border: none;
        width: calc(100% - .25rem);
        height: 100%;
        float: left;
        font-size: .08rem;
        padding: 0 .05rem;
        background: none;
        color: #FFFFFF;
    }

    .search input[type="submit"] {
        display: block;
        float: right;
        width: .25rem;
        height: 100%;
        border: none;
        outline: none;
        background: url(../img/03.png) center no-repeat;
        cursor: pointer;
        background-size: .1rem;
    }



.yuyan {
    position: relative;
    margin-top: .16rem;
    margin-right: .1rem;
}

    .yuyan .btn {
        color: #FFFFFF;
        width: .75rem;
        font-size: .08rem;
        background: url(../img/02.png) right center no-repeat;
        background-size: .06rem;
        cursor: pointer;
    }

        .yuyan .btn img {
            width: .08rem;
            transform: translateY(.015rem);
            margin-right: .04rem;
        }

    .yuyan ul {
        position: absolute;
        background: #FFFFFF;
        border-radius: 5px;
        margin-top: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        width: 100%;
        display: none;
        z-index: 99;
    }

        .yuyan ul li a {
            display: block;
            font-size: .08rem;
            padding: 0 .05rem;
            line-height: .15rem;
            color: #333333;
        }

.logo {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

    .logo img {
        width: .38rem;
        display: block;
        float: left;
    }

    .logo .txt {
        text-align: center;
        margin: .02rem 0 0 .07rem;
    }

        .logo .txt h3 {
            color: #FFFFFF;
            font-size: .16rem;
        }

        .logo .txt p {
            color: #FFFFFF;
            font-size: .07rem;
            display: block;
            margin-top: .02rem;
        }

.banner {
    position: relative;
    width: 100%;
}

    .banner .swiper-slide img {
        width: 100%;
        height: auto;
        transition: 1s linear 2s;
        transform: scale(1.1,1.1);
    }

    .banner .swiper-slide-active img, .swiper-slide-duplicate-active img {
        transition: 6s linear;
        transform: scale(1,1);
    }

.ban_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .35rem;
    height: .4rem;
}

    .ban_btn .swiper-button-prev, .ban_btn .swiper-button-next {
        width: .4rem;
        height: .4rem;
        margin-top: 0;
        top: auto;
        background-size: 100% 100%;
    }

    .ban_btn .swiper-button-prev {
        background-image: url(../img/08.png);
        left: auto;
        right: 1.8rem;
    }

    .ban_btn .swiper-button-next {
        background-image: url(../img/09.png);
        right: 0;
    }

    .ban_btn .swiper-pagination {
        width: 1.4rem;
        right: .4rem;
        top: .12rem;
    }

    .ban_btn .swiper-pagination-bullet {
        width: .05rem;
        height: .05rem;
        background: #FFFFFF;
        border-radius: 50%;
        margin: 0 .02rem;
        opacity: 1;
    }

    .ban_btn .swiper-pagination-bullet-active {
        width: .07rem;
        height: .07rem;
        transform: translateY(.01rem);
    }

.zixun {
    width: 100%;
    background: linear-gradient(#f5f5f5,#dce7ff);
    padding: .42rem 0 .4rem;
}

.dongtai {
    width: 62.14%;
}

.zixun .tit h3 {
    font-size: .17rem;
    color: #1f4085;
    position: relative;
    display: block;
    float: left;
    line-height: .23rem;
}

    .zixun .tit h3 span {
        display: block;
        position: relative;
        z-index: 2;
    }

    .zixun .tit h3 img {
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        height: .23rem;
        top: 0;
    }

.zixun .tit a {
    display: block;
    float: right;
    width: .59rem;
    height: .16rem;
    border-radius: .09rem;
    text-align: center;
    color: #1f4085;
    font-size: .08rem;
    line-height: .16rem;
    margin-top: .05rem;
    border: 1px solid #1f4085;
}

    .zixun .tit a:after {
        content: "";
        display: inline-block;
        width: .09rem;
        height: .06rem;
        background-image: url(../img/11.png);
        background-size: 100% 100%;
        margin-left: .04rem;
    }

.dongtai_1 {
    margin-top: .1rem;
}

    .dongtai_1 .img {
        width: 38.27%;
    }

        .dongtai_1 .img a {
            display: block;
            border-radius: .05rem;
            width: 100%;
            border: .04rem solid #FFFFFF;
            box-shadow: 0 0 10px rgba(0, 0, 0, .08);
            overflow: hidden;
        }

            .dongtai_1 .img a img {
                display: block;
                border-radius: .05rem;
                transition: transform .5s ease;
            }

    .dongtai_1 .txt {
        width: 58%;
        margin-top: .15rem;
    }

        .dongtai_1 .txt h3 a {
            display: block;
            color: #333333;
            font-size: .09rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .dongtai_1 .txt p {
            font-size: .08rem;
            line-height: .15rem;
            height: .3rem;
            color: #777777;
            margin-top: .06rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 2;
        }

        .dongtai_1 .txt span {
            display: block;
            font-size: .08rem;
            color: #999999;
            margin-top: .07rem;
        }

            .dongtai_1 .txt span img {
                width: .08rem;
                transform: translateY(.01rem);
                margin-right: .03rem;
            }

.dongtai ul {
    margin-top: .15rem;
}

    .dongtai ul li {
        margin-top: .1rem;
        overflow: hidden;
        position: relative;
        padding-left: .1rem;
        font-size: .08rem;
        transition: all .3s;
    }

        .dongtai ul li:before {
            content: "";
            display: block;
            position: absolute;
            width: .04rem;
            height: .04rem;
            background: #a7a7a7;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto 0;
            border-radius: .02rem;
            transition: all .3s;
        }

        .dongtai ul li a {
            display: block;
            float: left;
            color: #333333;
            width: 75%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .dongtai ul li span {
            display: block;
            float: right;
            color: #999999;
        }

.gonggao {
    width: 34.285%;
}

    .gonggao ul {
        width: 100%;
        background: #FFFFFF;
        padding: 0 .1rem .15rem .1rem;
        border-radius: .05rem;
        margin-top: .13rem;
    }

        .gonggao ul li {
            padding: .1rem 0;
            border-bottom: 1px solid #dddddd;
            position: relative;
        }

            .gonggao ul li:after {
                content: "";
                display: block;
                width: 1px;
                height: .24rem;
                background: #dddddd;
                top: 0;
                bottom: 0;
                margin: auto 0;
                left: .4rem;
                position: absolute;
            }

            .gonggao ul li .time {
                float: left;
                text-align: center;
                width: .35rem;
                font-size: .08rem;
                color: #999999;
            }

                .gonggao ul li .time b {
                    display: block;
                    font-weight: normal;
                    font-size: .13rem;
                    color: #333333;
                    line-height: 1;
                    margin-bottom: .04rem;
                }

            .gonggao ul li a {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translate(0,-50%);
                width: calc(100% - .5rem);
                font-size: .08rem;
                line-height: .13rem;
                color: #333333;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-line-clamp: 2;
            }

.zhaopin {
    width: 100%;
    background: url(../img/bg1.jpg) center;
    background-size: cover;
    padding: .3rem 0 .35rem;
}

.indtit {
    text-align: center;
    position: relative;
    width: 100%;
}

    .indtit h3 {
        position: relative;
        z-index: 2;
        color: #FFFFFF;
        font-size: .25rem;
        line-height: .42rem;
    }

    .indtit img {
        display: block;
        position: absolute;
        z-index: 1;
        height: .42rem;
        width: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
    }

.zhaopin ul {
    margin-top: .05rem;
}

    .zhaopin ul li {
        width: 30.7%;
        margin-left: 3.95%;
        margin-top: .2rem;
        position: relative;
        float: left;
    }

        .zhaopin ul li .time {
            width: .42rem;
            height: .33rem;
            font-size: .08rem;
            border-radius: .03rem;
            padding-top: .04rem;
            background: linear-gradient(#1f4085,#4f73bd);
            text-align: center;
            color: #FFFFFF;
            transition: all .3s;
        }

            .zhaopin ul li .time b {
                display: block;
                font-weight: normal;
                font-size: .13rem;
                line-height: 1;
                margin-bottom: .03rem;
            }

        .zhaopin ul li .txt {
            position: absolute;
            top: 50%;
            transform: translate(0,-50%);
            right: 0;
            width: calc(100% - .5rem);
        }

            .zhaopin ul li .txt a {
                width: 100%;
                font-size: .08rem;
                line-height: .13rem;
                color: #bbccef;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-line-clamp: 2;
            }

.zhaopin .more a {
    display: block;
    margin: 0 auto;
    width: .94rem;
    height: .23rem;
    border: 1px solid #FFFFFF;
    border-radius: .12rem;
    text-align: center;
    color: #FFFFFF;
    font-size: .1rem;
    background: #2b4180;
    line-height: .22rem;
    margin-top: .35rem;
}

    .zhaopin .more a:after {
        content: "";
        display: inline-block;
        width: .12rem;
        height: .07rem;
        background-size: 100% 100%;
        background-image: url(../img/17.png);
        margin-left: .06rem;
    }

.hezuo {
    width: 100%;
    background: url(../img/bg2.jpg) center bottom;
    background-size: cover;
    padding: .45rem 0 .4rem;
}

    .hezuo .indtit h3 {
        color: #1f4085;
    }

    .hezuo ul {
        display: flex;
        flex-wrap: wrap;
    }

        .hezuo ul li {
            width: 23.5%;
            margin-left: 2%;
            background: #FFFFFF;
            border-radius: .05rem;
            margin-top: .3rem;
            overflow: hidden;
            box-shadow: 0 0 10px rgba(0, 0, 0, .08);
            transition: all .3s;
        }

            .hezuo ul li .img a {
                display: block;
                width: 100%;
                overflow: hidden;
            }

                .hezuo ul li .img a img {
                    display: block;
                    width: 100%;
                }

            .hezuo ul li .txt {
                margin-top: .1rem;
                padding: 0 .08rem;
            }

                .hezuo ul li .txt h3 a {
                    display: block;
                    width: 100%;
                    font-weight: normal;
                    font-size: .09rem;
                    color: #333333;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .hezuo ul li .txt p {
                    font-size: .07rem;
                    line-height: .13rem;
                    height: .26rem;
                    color: #999999;
                    margin-top: .05rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    -webkit-line-clamp: 2;
                }

                .hezuo ul li .txt span {
                    display: block;
                    border-top: 1px solid #e6e6e6;
                    margin-top: .09rem;
                    padding: .09rem 0;
                    font-size: .08rem;
                    color: #999999;
                }

                    .hezuo ul li .txt span img {
                        width: .08rem;
                        transform: translateY(.01rem);
                        margin-right: .04rem;
                    }

    .hezuo .more a {
        display: block;
        margin: 0 auto;
        width: .94rem;
        height: .23rem;
        border: 1px solid #1f4085;
        border-radius: .12rem;
        text-align: center;
        color: #1f4085;
        font-size: .1rem;
        line-height: .22rem;
        margin-top: .35rem;
    }

        .hezuo .more a:after {
            content: "";
            display: inline-block;
            width: .12rem;
            height: .07rem;
            background-size: 100% 100%;
            background-image: url(../img/18.png);
            margin-left: .06rem;
        }

.yanjiu {
    width: 100%;
    background: linear-gradient(#dce7ff,#FFFFFF);
    padding: .35rem 0 .45rem;
    display: none;
}

    .yanjiu .indtit h3 {
        color: #1f4085;
    }

.yanjiu_lf {
    position: relative;
    width: 46.4%;
    margin-top: .3rem;
    margin-left: .12rem;
}

    .yanjiu_lf:after {
        content: "";
        display: block;
        position: absolute;
        width: 97%;
        height: 100%;
        background: url(../img/29.png);
        background-size: 100% 100%;
        bottom: 0;
        left: -.12rem;
    }

    .yanjiu_lf .img img {
        display: block;
        width: 100%;
        border-radius: .03rem;
    }

    .yanjiu_lf .swiper-slide p {
        color: #FFFFFF;
        font-size: .09rem;
        line-height: .31rem;
        height: .31rem;
        width: calc(100% - .9rem);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .yanjiu_lf .swiper-slide p a {
            color: #ffffff;
        }

    .yanjiu_lf .swiper-button-prev, .yanjiu_lf .swiper-button-next {
        width: .31rem;
        height: .31rem;
        border: 1px solid #dddddd;
        top: auto;
        bottom: 0;
        margin-top: 0;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-position: center;
        background-size: .08rem .13rem;
    }

    .yanjiu_lf .swiper-button-prev {
        background-image: url(../img/26.png);
        left: auto;
        right: .51rem;
    }

    .yanjiu_lf .swiper-button-next {
        background-image: url(../img/27.png);
        right: .215rem;
    }

.yanjiu_rt {
    width: 48.5%;
    margin-top: .22rem;
}

    .yanjiu_rt li {
        margin-top: .08rem;
        overflow: hidden;
        font-size: .08rem;
        line-height: .16rem;
    }

        .yanjiu_rt li span {
            display: block;
            float: left;
            border: 1px solid #dddddd;
            border-radius: .03rem;
            background: rgba(255,255,255,.5);
            text-align: center;
            color: #999999;
            width: .53rem;
            transition: all .3s;
        }

        .yanjiu_rt li a {
            display: block;
            float: right;
            color: #333333;
            width: calc(100% - .6rem);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.yanjiu .more a {
    display: block;
    margin: 0 auto;
    width: .94rem;
    height: .23rem;
    border: 1px solid #1f4085;
    border-radius: .12rem;
    text-align: center;
    color: #1f4085;
    font-size: .1rem;
    line-height: .22rem;
    margin-top: .35rem;
}

    .yanjiu .more a:after {
        content: "";
        display: inline-block;
        width: .12rem;
        height: .07rem;
        background-size: 100% 100%;
        background-image: url(../img/18.png);
        margin-left: .06rem;
    }

.links ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: .13rem;
    display: none;
}

    .links ul li {
        width: 31%;
        height: .52rem;
        border-radius: .04rem;
        margin-top: .17rem;
        margin-left: 3.5%;
        position: relative;
        transition: all .3s;
    }

        .links ul li:nth-child(1) {
            background: #5fd1eb;
        }

        .links ul li:nth-child(2) {
            background: #5bb8a3;
        }

        .links ul li:nth-child(3) {
            background: #7fbbf5;
        }

        .links ul li:nth-child(4) {
            background: #5fb0eb;
        }

        .links ul li:nth-child(5) {
            background: #5b9db8;
        }

        .links ul li:nth-child(6) {
            background: #5cadde;
        }

.links_1 {
    position: relative;
    width: 100%;
    height: .52rem;
    color: #FFFFFF;
    opacity: 1;
    transition: all .3s;
}

    .links_1 img {
        display: block;
        width: .25rem;
        float: left;
        margin: .125rem 0 0 .15rem;
    }

    .links_1 h3 {
        display: block;
        position: absolute;
        font-size: .12rem;
        width: calc(100% - .62rem);
        right: .15rem;
        top: 50%;
        transform: translate(0,-50%);
    }

.links ul li .txt {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
    color: #FFFFFF;
    font-size: .14rem;
    font-weight: bold;
    opacity: 0;
    transition: all .3s;
}

.footer {
    width: 100%;
    background: url(../img/bg3.jpg) center;
    background-size: cover;
    padding: .26rem 0 .33rem 0;
}

.fot_link {
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: .16rem;
}

    .fot_link h3 {
        color: #FFFFFF;
        font-size: .11rem;
    }

    .fot_link a {
        display: inline-block;
        font-size: .08rem;
        color: #c8dafe;
        margin: .05rem .09rem 0 0;
    }

.fot_logo {
    margin-top: .25rem;
}

    .fot_logo img {
        width: .45rem;
        display: block;
        float: left;
    }

    .fot_logo .txt {
        text-align: center;
        margin: .07rem 0 0 .1rem;
    }

        .fot_logo .txt h3 {
            color: #FFFFFF;
            font-size: .16rem;
        }

        .fot_logo .txt p {
            color: #FFFFFF;
            font-size: .07rem;
            display: block;
            margin-top: .02rem;
        }

.fot_rt h3 {
    color: #FFFFFF;
    margin-top: .25rem;
    font-size: .11rem;
    margin-bottom: .05rem;
}

.fot_lx {
    color: #c8dafe;
    font-size: .08rem;
    line-height: .17rem;
    margin-right: .15rem;
}

.fot_cmjj {
    margin-left: .2rem;
}

    .fot_cmjj a {
        display: block;
        color: #c8dafe;
        font-size: .08rem;
        line-height: .17rem;
    }

.fot_gz {
    margin-left: .35rem;
    display: none;
}

    .fot_gz a {
        display: inline-block;
        width: .23rem;
        height: .23rem;
        border: 1px solid #c8dafe;
        border-radius: 4px;
        margin-right: .03rem;
    }

        .fot_gz a img {
            width: 100%;
            display: block;
        }

.bottom {
    border-top: 1px solid rgba(255,255,255,.2);
    margin-top: .25rem;
    padding: .15rem 0 0 0;
    color: #c9daff;
    font-size: .08rem;
}

    .bottom a {
        color: #c9daff;
    }

    .bottom i {
        margin: 0 5px 0 8px;
    }




@media screen and (max-width: 768px) {
    html {
        padding: 0;
        margin: 0;
        font-size: 625%;
        -webkit-text-size-adjust: none;
        -webkit-overflow-scrolling: touch;
        /*10 ÃƒÆ’Ã‚Â· 16 ÃƒÆ’Ã¢â‚¬â€ 100% = 62.5%*/
    }

    body {
        padding: 0;
        font-size: .14rem;
        max-width: 768px;
        margin: 0 auto;
        -webkit-overflow-scrolling: touch;
        /*1.4 ÃƒÆ’Ã¢â‚¬â€ 10px = 14px */
    }

    body {
        margin: 0;
        padding: 0;
        color: #444;
        font-family: SourceHanSerifSC-Regular, Arial, Helvetica, sans-serif;
    }

    img {
        border: none;
        vertical-align: middle;
    }

    @media only screen and (min-width: 375px) {
        html {
            font-size: 700% !important
        }
    }

    @media only screen and (min-width: 410px) {
        html {
            font-size: 800% !important
        }
    }

    @media only screen and (min-width: 481px) {
        html {
            font-size: 940% !important
        }
    }

    @media only screen and (min-width: 561px) {
        html {
            font-size: 1090% !important
        }
    }

    @media only screen and (min-width: 641px) {
        html {
            font-size: 1250% !important
        }

        body {
            margin: 0 auto;
            max-width: 768px
        }
    }

    img {
        /* width: 100%; */
        height: auto;
        border: none;
    }

    .ww {
        width: 93.75%;
        margin: 0 auto;
    }

    .sj_fl {
        float: left;
    }

    .sj_fr {
        float: right;
    }

    .sj_clear {
        clear: both;
    }

    .sj_dn {
        display: none;
    }

    header {
        height: .95rem;
    }

    .search {
        width: 1.5rem;
        height: .24rem;
        border-radius: .12rem;
        position: absolute;
        top: .1rem;
        right: .1rem;
        margin-top: 0;
    }

        .search:after {
            height: .12rem;
            right: .3rem;
        }

        .search button {
            width: .3rem;
            background-size: .12rem;
        }

        .search input {
            width: calc(100% - .3rem);
            font-size: .1rem;
            padding: 0 .08rem;
        }

    .yuyan {
        position: absolute;
        top: .16rem;
        right: 1.7rem;
        margin-top: 0;
    }

        .yuyan .btn {
            width: .95rem;
            font-size: .12rem;
            background: url(../img/02.png) right center no-repeat;
            background-size: .08rem;
        }

            .yuyan .btn img {
                width: .1rem;
                transform: translateY(0);
                margin-right: .03rem;
            }

        .yuyan ul li a {
            font-size: .11rem;
            padding: 0 .1rem;
            line-height: .2rem;
        }

    .logo {
        position: absolute;
        top: .45rem;
        transform: translate(0,0);
        left: .1rem;
    }

    /*    ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢     */
    .nav {
        position: fixed;
        opacity: 0;
        z-index: 1000;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 45%;
        height: 100%;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        padding: .75rem 0 .15rem 0;
        top: 0;
    }

    .nav--active .nav {
        opacity: 1;
        background: rgba(0,0,0,.8);
    }

    .nav__list {
        padding: 0.1rem;
        line-height: 0.35rem;
        font-size: 0.13rem;
        height: 100%;
        overflow: scroll;
    }

        .nav__list li, .nav__list li a {
            color: #FFFFFF;
        }

    .nav__trigger {
        display: block;
        position: fixed;
        width: 30px;
        height: 25px;
        right: .1rem;
        top: .5rem;
        z-index: 1001;
    }

    .nav__icon {
        display: inline-block;
        position: relative;
        width: 28px;
        height: 3px;
        background-color: #FFFFFF;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

        .nav__icon:before, .nav__icon:after {
            content: '';
            display: block;
            width: 28px;
            height: 3px;
            position: absolute;
            background: #FFFFFF;
            -webkit-transition-property: margin, -webkit-transform;
            transition-property: margin, -webkit-transform;
            transition-property: margin, transform;
            transition-property: margin, transform, -webkit-transform;
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
        }

        .nav__icon:before {
            margin-top: -10px;
        }

        .nav__icon:after {
            margin-top: 10px;
        }

    .nav--active .nav {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .nav--active .nav__icon {
        background: rgba(0, 0, 0, 0) !important;
    }

        .nav--active .nav__icon:before {
            margin-top: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #FFFFFF;
        }

        .nav--active .nav__icon:after {
            margin-top: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background: #FFFFFF;
        }

    .nav__list li ul li {
        line-height: .2rem;
        margin-top: .12rem;
    }
    /*ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª*/
    .cd-accordion-menu {
        width: 100%;
    }

        .cd-accordion-menu ul {
            display: none;
        }

        .cd-accordion-menu li {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .cd-accordion-menu input[type=checkbox] {
            position: absolute;
            opacity: 0;
        }

        .cd-accordion-menu label, .cd-accordion-menu a {
            position: relative;
            display: block;
            color: #ffffff;
        }

    .no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
        background: #52565d;
    }

    .cd-accordion-menu label::before, .cd-accordion-menu a::after {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -1px;
    }

    .cd-accordion-menu label {
        cursor: pointer;
    }

        .cd-accordion-menu label::before {
            background-image: url(../img/cd-icons.svg);
            background-repeat: no-repeat;
        }

        .cd-accordion-menu label::before {
            right: 0;
            background-position: 0 0;
            -webkit-transform: translateY(-50%) rotate(-90deg);
            -moz-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
            -o-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
        }

    .cd-accordion-menu input[type=checkbox]:checked + label::before {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cd-accordion-menu input[type=checkbox]:checked + label::after {
        background-position: -32px 0;
    }

    .cd-accordion-menu input[type=checkbox]:checked + label + ul, .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
        display: block;
    }

    .cd-accordion-menu ul label, .cd-accordion-menu ul a {
        padding-left: 0.1rem;
        font-size: 0.12rem;
    }

        .cd-accordion-menu ul label::before {
            right: 0;
        }

    .cd-accordion-menu ul ul label, .cd-accordion-menu ul ul a {
        padding-left: 0.2rem;
        font-size: 0.09rem;
        line-height: 0.25rem;
        color: #cbd8da;
    }

    .cd-accordion-menu.animated label::before {
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .ban_btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: .25rem;
    }

        .ban_btn .swiper-button-prev, .ban_btn .swiper-button-next {
            display: none;
        }

        .ban_btn .swiper-pagination {
            width: 100%;
            right: 0;
            top: 0;
        }

        .ban_btn .swiper-pagination-bullet {
            width: .05rem;
            height: .05rem;
            background: #FFFFFF;
            border-radius: 50%;
            margin: 0 .02rem;
            opacity: 1;
        }

        .ban_btn .swiper-pagination-bullet-active {
            width: .07rem;
            height: .07rem;
            transform: translateY(.01rem);
        }

    .zixun {
        padding: .3rem 0;
    }

    .dongtai {
        width: 100%;
    }

    .zixun .tit h3 img {
        width: auto;
    }

    .zixun .tit a {
        width: .64rem;
        height: .18rem;
        border-radius: .1rem;
        font-size: .1rem;
        line-height: .18rem;
        margin-top: .02rem;
    }

    .dongtai_1 .img {
        width: 100%;
    }

    .dongtai_1 .txt {
        width: 100%;
    }

        .dongtai_1 .txt h3 a {
            font-size: .13rem;
        }

        .dongtai_1 .txt p {
            font-size: .11rem;
            line-height: .18rem;
            height: auto;
        }

        .dongtai_1 .txt span {
            font-size: .11rem;
        }

            .dongtai_1 .txt span img {
                width: .1rem;
                transform: translateY(0);
            }

    .dongtai ul {
        margin-top: .15rem;
    }

        .dongtai ul li {
            padding-left: .12rem;
            font-size: .11rem;
        }

            .dongtai ul li:before {
                width: .05rem;
                height: .05rem;
                border-radius: .025rem;
            }

    .gonggao {
        width: 100%;
        margin-top: .25rem;
    }

        .gonggao ul {
            padding: 0 .1rem .15rem .1rem;
            margin-top: .1rem;
        }

            .gonggao ul li {
                padding: .1rem 0;
            }

                .gonggao ul li:after {
                    left: .55rem;
                }

                .gonggao ul li .time {
                    width: .45rem;
                    font-size: .11rem;
                }

                    .gonggao ul li .time b {
                        font-size: .14rem;
                        margin-bottom: .04rem;
                    }

                .gonggao ul li a {
                    width: calc(100% - .65rem);
                    font-size: .11rem;
                    line-height: .16rem;
                }

    .zhaopin {
        padding: .3rem 0;
    }

        .zhaopin ul li {
            width: 100%;
            margin-left: 0;
            margin-top: .15rem;
        }

            .zhaopin ul li .time {
                width: .55rem;
                height: .4rem;
                font-size: .11rem;
                padding-top: .06rem;
            }

                .zhaopin ul li .time b {
                    margin-bottom: .04rem;
                }

            .zhaopin ul li .txt {
                width: calc(100% - .7rem);
            }

                .zhaopin ul li .txt a {
                    font-size: .11rem;
                    line-height: .16rem;
                }

        .zhaopin .more a {
            width: 1rem;
            height: .28rem;
            border-radius: .15rem;
            font-size: .12rem;
            line-height: .27rem;
            margin-top: .25rem;
        }

    .hezuo {
        padding: .3rem 0;
    }

        .hezuo ul {
            margin-top: .1rem;
        }

            .hezuo ul li {
                width: 48%;
                margin-left: 4%;
                margin-top: .2rem;
            }

                .hezuo ul li:nth-child(2n+1) {
                    margin-left: 0;
                }

                .hezuo ul li .txt h3 a {
                    font-size: .13rem;
                }

                .hezuo ul li .txt p {
                    font-size: .11rem;
                    line-height: .16rem;
                    height: .32rem;
                }

                .hezuo ul li .txt span {
                    font-size: .11rem;
                }

                    .hezuo ul li .txt span img {
                        width: .1rem;
                        transform: translateY(-.01rem);
                    }

        .hezuo .more a {
            width: 1rem;
            height: .28rem;
            border-radius: .15rem;
            font-size: .12rem;
            line-height: .27rem;
            margin-top: .25rem;
        }

    .yanjiu {
        padding: .3rem 0;
    }

    .yanjiu_lf {
        width: 92%;
        margin-top: .25rem;
    }

        .yanjiu_lf .swiper-slide p {
            font-size: .11rem;
        }

        .yanjiu_lf .swiper-button-prev {
            right: .45rem;
        }

        .yanjiu_lf .swiper-button-next {
            right: .15rem;
        }

    .yanjiu_rt {
        width: 100%;
        margin-top: .2rem;
    }

        .yanjiu_rt li {
            font-size: .11rem;
            line-height: .18rem;
        }

            .yanjiu_rt li span {
                width: .65rem;
            }

            .yanjiu_rt li a {
                width: calc(100% - .75rem);
            }

    .yanjiu .more a {
        width: 1rem;
        height: .28rem;
        border-radius: .15rem;
        font-size: .12rem;
        line-height: .27rem;
        margin-top: .25rem;
    }

    .links ul li {
        width: 48%;
        height: .52rem;
        margin-top: .15rem;
        margin-left: 4%;
    }

        .links ul li:nth-child(2n+1) {
            margin-left: 0;
        }

    .links_1 {
        height: .52rem;
    }

        .links_1 img {
            display: block;
            width: .25rem;
            float: left;
            margin: .125rem 0 0 .1rem;
        }

        .links_1 h3 {
            display: block;
            position: absolute;
            font-size: .12rem;
            width: calc(100% - .53rem);
            right: .1rem;
            top: 50%;
            transform: translate(0,-50%);
        }

    .links ul li .txt {
        display: none;
    }

    .footer {
        padding: .26rem 0 .33rem 0;
    }

    .fot_link h3 {
        font-size: .13rem;
    }

    .fot_link a {
        font-size: .11rem;
    }

    .fot_logo img {
        width: .6rem;
    }

    .fot_logo .txt {
        margin: .1rem 0 0 .15rem;
    }

        .fot_logo .txt h3 {
            font-size: .15rem;
        }

        .fot_logo .txt p {
            font-size: .11rem;
            margin-top: .03rem;
        }

    .fot_rt h3 {
        font-size: .13rem;
    }

    .fot_lx {
        font-size: .11rem;
        line-height: .2rem;
        margin-right: .1rem;
    }

    .fot_cmjj {
        margin-left: 0;
    }

        .fot_cmjj a {
            font-size: .11rem;
            line-height: .2rem;
        }

    .bottom {
        margin-top: .15rem;
        padding: .15rem 0 0 0;
        font-size: .1rem;
        text-align: center;
        line-height: .18rem;
    }

    .banquan a {
        display: block;
    }

    .banquan span {
        display: block;
    }

    .bottom i {
        margin: 0 5px 0 8px;
    }
}
