@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: 92%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .pc_fl {
        float: left;
    }

    .pc_fr {
        float: right;
    }

    .pc_dn {
        display: none;
    }

    header {
        width: 100%;
        height: .62rem;
        background: url(../img/04.png);
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .indtop {
        margin-top: .22rem;
    }

        .indtop a.dl {
            color: #FFFFFF;
            background: #47c9c8;
            display: block;
            text-align: center;
            font-size: .08rem;
            width: .37rem;
            height: .14rem;
            border-radius: .07rem;
            line-height: .14rem;
            float: left;
            margin-top: .01rem;
        }

    .indtop_1 {
        float: left;
    }

        .indtop_1 a {
            color: #FFFFFF;
            font-size: .08rem;
            line-height: .16rem;
            margin-left: .1rem;
            display: block;
            float: left;
        }

            .indtop_1 a img {
                width: .08rem;
                vertical-align: middle;
                margin-right: .03rem;
            }

    .top_search {
        width: 1.3rem;
        height: .16rem;
        border: 1px solid rgba(255,255,255,.65);
        background: rgba(255,255,255,.25);
        border-radius: .08rem;
        float: left;
        position: relative;
        margin-left: .1rem;
    }

        .top_search input {
            display: block;
            float: left;
            height: 100%;
            width: calc(100% - .25rem);
            background: none;
            outline: none;
            border: none;
            color: #FFFFFF;
            padding: 0 .05rem;
            font-size: .08rem;
        }

        .top_search button {
            display: block;
            float: right;
            width: .25rem;
            height: 100%;
            border: none;
            outline: none;
            cursor: pointer;
            background: url(../img/01.png) center no-repeat;
            background-size: .1rem;
        }

        .top_search input[type="text"] {
            display: block;
            float: left;
            height: 100%;
            width: calc(100% - .25rem);
            background: none;
            outline: none;
            border: none;
            color: #FFFFFF;
            padding: 0 .05rem;
            font-size: .08rem;
        }

        .top_search input[type="submit"] {
            display: block;
            float: right;
            width: .25rem;
            height: 100%;
            border: none;
            outline: none;
            cursor: pointer;
            background: url(../img/01.png) center no-repeat;
            background-size: .1rem;
        }

        .top_search:after {
            content: "";
            display: block;
            width: 1px;
            height: .1rem;
            background: #FFFFFF;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            right: .25rem;
        }

    .logo {
        margin-top: .14rem;
    }

        .logo img {
            display: block;
            float: left;
            width: 1.3rem;
        }

        .logo i {
            display: block;
            float: left;
            width: 1px;
            height: .3rem;
            background: rgba(255,255,255,.3);
            margin: .03rem 0 0 .1rem;
        }

        .logo .txt {
            float: left;
            color: #FFFFFF;
            margin: .02rem 0 0 .1rem;
        }

            .logo .txt h3 {
                font-size: .14rem;
            }

            .logo .txt p {
                font-size: .08rem;
            }

    .menu {
        position: absolute;
        width: 100%;
        height: .28rem;
        background: #033d80;
        top: .62rem;
    }

        .menu .nav__list > ul > li {
            display: block;
            position: relative;
            float: left;
            width: 12.5%;
            text-align: center;
        }

            .menu .nav__list > ul > li > a {
                display: block;
                font-size: .09rem;
                color: #FFFFFF;
                line-height: .28rem;
                font-weight: bold;
                position: relative;
            }

                .menu .nav__list > ul > li > a:after {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 0;
                    height: .015rem;
                    background: #47c9c8;
                    top: 0;
                    left: 0;
                    transition: all .3s;
                }

            .menu .nav__list > ul > li > ul {
                position: absolute;
                width: 100%;
                background: #FFFFFF;
                box-shadow: 0 0 10px rgba(0,0,0, .3);
            }

                .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: .27rem;
                        overflow: hidden;
                        border-bottom: 0px dashed #dcdddd;
                    }

            .menu .nav__list > ul > li:hover > a {
                background: rgba(255,255,255,.1);
            }

                .menu .nav__list > ul > li:hover > a:after {
                    width: 100%;
                }

            .menu .nav__list > ul > li:hover > ul > li > a {
                height: .27rem;
                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: #033d80;
            }

            .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: .27rem;
                        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: .27rem;
                border-bottom: 1px dashed #dcdddd;
            }

            .menu .nav__list > ul > li > ul > li dl dd a:hover {
                color: #FFFFFF;
            }

            .menu .nav__list > ul > li > ul > li dl dd:hover {
                background: #033d80;
            }

    .sj_search {
        display: none;
    }

    .ban_btn {
        width: 92%;
        max-width: 1400px;
    }

    .indnews_lf h3 a:hover {
        color: #033d80;
    }

    .indnews_lf .more a:hover {
        background: url(../img/13.png) right .05rem center no-repeat;
        background-size: .09rem;
        color: #033d80;
    }

    .indnews_lf .img a:hover img {
        transform: scale(1.15,1.15);
    }

    .indnews_rt ul li:hover .img {
        box-shadow: 0 0 10px rgba(3, 61, 128, .4);
    }

    .indnews_rt ul li:hover h3 a {
        color: #033d80;
    }

    .indtit a:hover {
        color: #FFFFFF;
        background: #033d80;
    }

    .xinxi .indtit a:hover {
        background: #FFFFFF;
        color: #033d80;
    }

    .hezuo_1:hover .img a img {
        transform: scale(1.15,1.15);
    }

    .hezuo_1:hover .txt h3 a {
        color: #033d80;
        padding-left: .1rem;
    }

        .hezuo_1:hover .txt h3 a:before {
            opacity: 1;
        }

    .hezuo_c li:hover {
        padding-left: .2rem;
    }

        .hezuo_c li:hover h3 a {
            color: #033d80;
        }

        .hezuo_c li:hover i {
            width: .15rem;
        }

    .huiyi_c li:hover h3 a {
        color: #033d80;
        font-weight: bold;
        font-size: .11rem;
    }

    .kuaisu ul li:hover {
        transform: translateY(-.1rem);
    }

    .kuaisu ul li.link1:hover {
        box-shadow: 0 0 10px rgba(238, 154, 66, .25);
    }

    .kuaisu ul li.link2:hover {
        box-shadow: 0 0 10px rgba(0, 172, 158, .25);
    }

    .kuaisu ul li.link3:hover {
        box-shadow: 0 0 10px rgba(17, 120, 225, .25);
    }

    .kuaisu ul li.link4:hover {
        box-shadow: 0 0 10px rgba(238, 154, 67, .25);
    }

    .kuaisu ul li.link5:hover {
        box-shadow: 0 0 10px rgba(36, 129, 227, .25);
    }

    .kuaisu ul li.link6:hover {
        box-shadow: 0 0 10px rgba(223, 83, 83, .25);
    }

    .kuaisu ul li.link7:hover {
        box-shadow: 0 0 10px rgba(139, 94, 239, .25);
    }

    .kuaisu ul li.link8:hover {
        box-shadow: 0 0 10px rgba(221, 209, 114, .25);
    }

    .fot_nav ul li a:hover {
        background: #FFFFFF;
        color: #033d80;
    }

    .bottom a:hover {
        color: #ec8518;
    }

    .indnews_rt ul li:hover {
        transform: translateY(-.1rem);
    }

    .keyan_con:hover .img a img {
        transform: scale(1.15,1.15);
    }

    .keyan_con:hover .txt h3 a {
        color: #ec8518;
    }

    .tongzhi_c li:hover:after {
        background: #ec8518;
    }

    .tongzhi_c li:hover:before {
        border-color: #ec8518;
    }

    .tongzhi_c li:hover h3 a {
        color: #ec8518;
        padding-left: .05rem;
    }

    .tongzhi_c li:hover h3 span {
        color: #ec8518;
    }
}

header {
    z-index: 99999;
}

.banner {
    width: 100%;
    position: relative;
}

    .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;
    margin: 0 auto;
    bottom: 0;
    z-index: 9999;
    height: .26rem;
}

.ban_btn_con {
    position: absolute;
    height: .26rem;
    border-radius: .13rem;
    background: linear-gradient(to right, #3185e6, #033d80);
    right: 0;
    bottom: -.1rem;
    width: 48%;
    z-index: 2;
}

.ban_btn:after {
    content: "";
    display: block;
    position: absolute;
    height: .26rem;
    border-radius: .13rem;
    background: linear-gradient(to right, #6deae9, #0dc1c0);
    width: 69%;
    left: 0;
    bottom: -.16rem;
    z-index: 1;
}

.ban_btn_con .swiper-pagination {
    color: #FFFFFF;
    font-size: .1rem;
    text-align: left;
    line-height: .22rem;
    padding-left: .3rem;
}

.ban_btn_con .swiper-pagination-current {
    font-size: .17rem;
    font-weight: bold;
    font-style: oblique;
}

.ban_btn_con .swiper-pagination-fraction {
    bottom: 0;
}

.ban_btn_con .swiper-button-prev, .ban_btn_con .swiper-button-next {
    width: .06rem;
    height: .12rem;
    background-size: 100% 100%;
    margin-top: -.06rem;
}

.ban_btn_con .swiper-button-prev {
    left: auto;
    right: .4rem;
}

.indnews {
    background: url(../img/06.png) center no-repeat;
    background-size: auto 100%;
    padding: .45rem 0;
}

.indtit h3 {
    font-size: .19rem;
    color: #333333;
    line-height: 1;
}

    .indtit h3 span {
        color: #033d80;
    }

.indtit p {
    color: #b4b4b4;
    font-size: .1rem;
    margin-top: .05rem;
}

.indtit a {
    display: block;
    float: right;
    width: .6rem;
    border: 1px solid #dddddd;
    line-height: .16rem;
    border-radius: .09rem;
    text-align: center;
    font-size: .08rem;
    color: #999999;
    margin-top: .07rem;
}

.indnews_lf {
    width: 48.7%;
    margin-top: .18rem;
}

    .indnews_lf .img {
        width: 100%;
    }

        .indnews_lf .img a {
            display: block;
            width: 100%;
            overflow: hidden;
        }

            .indnews_lf .img a img {
                width: 100%;
                display: block;
                transition: transform .5s ease;
            }

        .indnews_lf .img span {
            display: block;
            color: #033d80;
            font-size: .08rem;
            margin-top: .1rem;
        }

    .indnews_lf h3 a {
        display: block;
        color: #333333;
        font-size: .11rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: .06rem;
        font-weight: normal;
    }

    .indnews_lf p {
        font-size: .08rem;
        line-height: .15rem;
        color: #999999;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        margin-top: .05rem;
    }

    .indnews_lf .more a {
        display: block;
        color: #FFFFFF;
        width: .62rem;
        height: .16rem;
        border-radius: .08rem;
        border: 1px solid #033d80;
        background: #033d80 url(../img/12.png) right .05rem center no-repeat;
        background-size: .09rem;
        font-size: .08rem;
        line-height: .16rem;
        padding-left: .06rem;
        margin-top: .08rem;
    }

.indnews_rt {
    width: 49%;
    margin-top: .02rem;
}

    .indnews_rt ul {
        display: flex;
        flex-wrap: wrap;
    }

        .indnews_rt ul li {
            width: 48.6%;
            margin-left: 2.8%;
            margin-top: .16rem;
            transition: all .3s;
        }

            .indnews_rt ul li:nth-child(2n+1) {
                margin-left: 0;
            }

            .indnews_rt ul li .img {
                position: relative;
                display: block;
                transition: all .3s;
            }

                .indnews_rt ul li .img a {
                    display: block;
                    width: 100%
                }

                    .indnews_rt ul li .img a img {
                        width: 100%;
                        display: block;
                    }

                .indnews_rt ul li .img span {
                    display: block;
                    position: absolute;
                    color: #FFFFFF;
                    left: 0;
                    bottom: 0;
                    background: #434343;
                    font-size: .08rem;
                    height: .15rem;
                    line-height: .15rem;
                    width: .5rem;
                    text-align: center;
                }

            .indnews_rt ul li h3 a {
                font-weight: normal;
                font-size: .1rem;
                line-height: .17rem;
                color: #333333;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-line-clamp: 2;
                margin-top: .05rem;
            }

.xinxi {
    width: 100%;
    background: url(../img/14.jpg) center;
    background-size: cover;
    padding: .4rem 0 .45rem;
}

    .xinxi .indtit h3 {
        color: #FFFFFF;
    }

    .xinxi .indtit p {
        color: rgba(255,255,255,.4);
    }

    .xinxi .indtit a {
        border-color: #8ba2bd;
        color: #FFFFFF;
    }

.keyan {
    width: 63.57%;
}

.keyan_con {
    margin-top: .15rem;
}

    .keyan_con .img {
        float: left;
        width: 51.4%;
    }

        .keyan_con .img a {
            display: block;
            overflow: hidden;
        }

            .keyan_con .img a img {
                display: block;
                width: 100%;
                transition: all .5s;
            }

    .keyan_con .txt {
        float: right;
        width: 45.5%;
        color: #FFFFFF;
        margin-top: .12rem;
    }

        .keyan_con .txt span {
            display: block;
            font-size: .08rem;
        }

        .keyan_con .txt h3 a {
            color: #FFFFFF;
            font-weight: normal;
            font-size: .11rem;
            line-height: .17rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 2;
            margin-top: .08rem;
        }

        .keyan_con .txt p {
            font-size: .08rem;
            line-height: .15rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 3;
            margin-top: .08rem;
        }

    .keyan_con .swiper-button-prev, .keyan_con .swiper-button-next {
        width: .25rem;
        height: .25rem;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        background-size: .07rem;
        top: auto;
        margin-top: 0;
        bottom: .1rem;
    }

    .keyan_con .swiper-button-prev {
        left: 54.5%;
    }

    .keyan_con .swiper-button-next {
        right: auto;
        left: calc(54.5% + .3rem);
    }

.tongzhi {
    width: 34.28%;
}

.tongzhi_c {
    position: relative;
    padding-left: .1rem;
    margin-top: .15rem;
}

    .tongzhi_c:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        width: 1px;
        height: 100%;
        background: #426ea0;
        top: 0;
        left: 0;
    }

    .tongzhi_c li {
        position: relative;
        z-index: 3;
        margin-top: .15rem;
    }

        .tongzhi_c li:after, .tongzhi_c li:before {
            content: "";
            display: block;
            position: absolute;
            border-radius: 50%;
            transition: all .3s;
        }

        .tongzhi_c li:after {
            background: #FFFFFF;
            width: .025rem;
            height: .025rem;
            top: .04rem;
            left: -.11rem;
            z-index: 3;
        }

        .tongzhi_c li:before {
            width: .065rem;
            height: .065rem;
            background: #426ea0;
            border: 1px solid #FFFFFF;
            top: .02rem;
            left: -.13rem;
            z-index: 2;
        }

        .tongzhi_c li h3 {
            overflow: hidden;
            font-weight: normal;
            line-height: 1;
        }

            .tongzhi_c li h3 a {
                display: block;
                float: left;
                font-size: .1rem;
                color: #FFFFFF;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 75%;
            }

            .tongzhi_c li h3 span {
                display: block;
                float: right;
                font-size: .08rem;
                color: #FFFFFF;
                transition: all .3s;
            }

        .tongzhi_c li p {
            font-size: .08rem;
            line-height: .13rem;
            color: #97a5be;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 2;
            margin-top: .06rem;
        }

.guoji {
    width: 100%;
    background: url(../img/17.jpg) center;
    background-size: cover;
    padding: .35rem 0 .45rem;
}

.hezuo {
    width: 63.57%;
}

.hezuo_1 {
    margin-top: .15rem;
}

    .hezuo_1 .img {
        float: left;
        width: 33.37%;
    }

        .hezuo_1 .img a {
            display: block;
            width: 100%;
            overflow: hidden;
        }

            .hezuo_1 .img a img {
                display: block;
                width: 100%;
                transition: transform .5s ease;
            }

    .hezuo_1 .txt {
        width: 63.48%;
        float: right;
        margin-top: .12rem;
    }

        .hezuo_1 .txt span {
            display: block;
            font-size: .08rem;
            color: #033d80;
        }

        .hezuo_1 .txt h3 a {
            display: block;
            color: #333333;
            font-size: .11rem;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: normal;
            margin-top: .08rem;
        }

            .hezuo_1 .txt h3 a:before {
                content: "";
                display: block;
                position: absolute;
                width: .05rem;
                height: .05rem;
                background: #033d80;
                border-radius: 50%;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto 0;
                opacity: 0;
                transition: all .3s;
            }

        .hezuo_1 .txt p {
            font-size: .08rem;
            line-height: .15rem;
            color: #999999;
            margin-top: .06rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 2;
        }

.hezuo_c ul {
    margin-top: .15rem;
}

.hezuo_c li i {
    display: block;
    position: absolute;
    width: .05rem;
    height: .05rem;
    background: #033d80;
    border-radius: .025rem;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all .3s;
}

.hezuo_c li {
    margin-top: .12rem;
    position: relative;
    padding-left: .1rem;
    overflow: hidden;
    transition: all .3s;
}

    .hezuo_c li span {
        display: block;
        float: right;
        font-size: .09rem;
        color: #999999;
    }

    .hezuo_c li h3 {
        display: block;
        float: left;
        width: 80%;
    }

        .hezuo_c li h3 a {
            display: block;
            width: 100%;
            font-weight: normal;
            font-size: .1rem;
            color: #333333;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.huiyi {
    width: 34.28%;
}

.huiyi_c ul {
    margin-top: .16rem;
}

.huiyi_c li {
    margin-top: .07rem;
    width: 100%;
}

    .huiyi_c li .time {
        float: left;
        width: .39rem;
        height: .35rem;
        color: #FFFFFF;
        text-align: center;
        background: #033d80;
        font-size: .07rem;
        padding-top: .05rem;
    }

        .huiyi_c li .time b {
            display: block;
            font-size: .13rem;
            margin-bottom: .02rem;
        }

    .huiyi_c li h3 {
        display: block;
        float: right;
        height: .35rem;
        width: calc(100% - .5rem);
        position: relative;
    }

        .huiyi_c li h3 a {
            position: absolute;
            width: 100%;
            color: #333333;
            font-size: .1rem;
            line-height: .14rem;
            top: 50%;
            left: 0;
            transform: translate(0,-50%);
            font-weight: normal;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 2;
        }

.kuaisu {
    width: 100%;
    background: url(../img/18.jpg) center;
    background-size: cover;
    padding: .35rem 0 .45rem;
}

    .kuaisu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .kuaisu ul li {
            width: 23%;
            box-shadow: 0 0 10px rgba(0, 0, 0, .05);
            margin-top: .15rem;
            transition: all .3s;
        }

            .kuaisu ul li a {
                display: block;
                width: 100%;
                padding: .11rem 0;
                overflow: hidden;
            }

            .kuaisu ul li img {
                display: none;
                float: left;
                width: .38rem;
                height: .38rem;
                border-radius: 50%;
                margin: 0 0 0 .15rem;
            }

            .kuaisu ul li p { /* float: left; */
                line-height: .28rem;
                font-size: .14rem;
                display: block;
                margin: 0 0 0 0;
                text-align: center;
                padding: 0.14rem;
            }

            .kuaisu ul li.link1 {
                background: linear-gradient(to right, #fff1e6, #fffaf5);
            }

            .kuaisu ul li.link2 {
                background: linear-gradient(to right, #e5f7f5, #f5fbfb);
            }

            .kuaisu ul li.link3 {
                background: linear-gradient(to right, #e7eefa, #f3f8fd);
            }

            .kuaisu ul li.link4 {
                background: linear-gradient(to right, #fff0e5, #fffaf5);
            }

            .kuaisu ul li.link5 {
                background: linear-gradient(to right, #e8effa, #f5f9fd);
            }

            .kuaisu ul li.link6 {
                background: linear-gradient(to right, #f9e8e8, #fbf6f6);
            }

            .kuaisu ul li.link7 {
                background: linear-gradient(to right, #efecfd, #f9f7fd);
            }

            .kuaisu ul li.link8 {
                background: linear-gradient(to right, #fdf9d7, #f9f7e6);
            }

            .kuaisu ul li.link1 p {
                color: #ec8518;
            }

            .kuaisu ul li.link2 p {
                color: #00b5a9;
            }

            .kuaisu ul li.link3 p {
                color: #1178e1;
            }

            .kuaisu ul li.link4 p {
                color: #ee9a43;
            }

            .kuaisu ul li.link5 p {
                color: #2381e3;
            }

            .kuaisu ul li.link6 p {
                color: #e15f5f;
            }

            .kuaisu ul li.link7 p {
                color: #9a73f0;
            }

            .kuaisu ul li.link8 p {
                color: #c3b01b;
            }

            .kuaisu ul li.link1 img {
                box-shadow: 0 0 10px rgba(238, 154, 66, .25);
            }

            .kuaisu ul li.link2 img {
                box-shadow: 0 0 10px rgba(0, 172, 158, .25);
            }

            .kuaisu ul li.link3 img {
                box-shadow: 0 0 10px rgba(17, 120, 225, .25);
            }

            .kuaisu ul li.link4 img {
                box-shadow: 0 0 10px rgba(238, 154, 67, .25);
            }

            .kuaisu ul li.link5 img {
                box-shadow: 0 0 10px rgba(36, 129, 227, .25);
            }

            .kuaisu ul li.link6 img {
                box-shadow: 0 0 10px rgba(223, 83, 83, .25);
            }

            .kuaisu ul li.link7 img {
                box-shadow: 0 0 10px rgba(139, 94, 239, .25);
            }

            .kuaisu ul li.link8 img {
                box-shadow: 0 0 10px rgba(221, 209, 114, .25);
            }

.footer .w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer {
    width: 100%;
    background: #033d80;
    padding: .45rem 0;
    margin-top: 20px;
}

    .footer .logo {
        margin-top: .1rem;
    }

.fot_1 p {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    font-size: .08rem;
    margin: .08rem .12rem 0 0;
}

    .fot_1 p img {
        width: .09rem;
        vertical-align: middle;
        margin-right: 5px;
    }

.fot_nav {
    width: 1.86rem;
}

    .fot_nav ul li {
        float: left;
        margin: .07rem .04rem 0 .04rem;
    }

        .fot_nav ul li a {
            display: block;
            width: .85rem;
            line-height: .24rem;
            border: 1px solid rgba(255,255,255,.4);
            text-align: center;
            color: #FFFFFF;
            font-size: .1rem;
        }

.fot_ewm img {
    display: block;
    width: .86rem;
}

.fot_ewm p {
    text-align: center;
    color: #FFFFFF;
    font-size: .08rem;
    margin-top: .04rem;
}

.bottom {
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    background: #1d518d;
    font-size: .08rem;
    padding: .05rem 0;
}

    .bottom a {
        color: #FFFFFF;
    }




@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 {
        width: 100%;
        height: 1.35rem;
        background: url(../img/04.png);
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .indtop {
        height: .36rem;
        text-align: right;
    }

        .indtop a.dl {
            color: #FFFFFF;
            background: #47c9c8;
            display: inline-block;
            text-align: center;
            font-size: .12rem;
            width: .42rem;
            height: .16rem;
            border-radius: .08rem;
            line-height: .16rem;
            margin-top: .1rem;
        }

    .indtop_1 {
        display: inline-block;
    }

        .indtop_1 a {
            color: #FFFFFF;
            font-size: .12rem;
            line-height: .36rem;
            margin-left: .1rem;
            display: inline-block;
        }

            .indtop_1 a img {
                width: .1rem;
                vertical-align: middle;
                margin-right: .03rem;
            }

    .top_search {
        display: none;
    }

    .sj_search {
        width: 90%;
        height: .28rem;
        border: 1px solid rgba(255,255,255,.65);
        background: rgba(255,255,255,.25);
        border-radius: .14rem;
        position: relative;
        margin: 0 auto;
        margin-top: .15rem;
    }

        .sj_search input {
            display: block;
            float: left;
            height: 100%;
            width: calc(100% - .3rem);
            background: none;
            outline: none;
            border: none;
            color: #FFFFFF;
            padding: 0 .05rem;
            font-size: .08rem;
        }

        .sj_search button {
            display: block;
            float: right;
            width: .3rem;
            height: 100%;
            border: none;
            outline: none;
            cursor: pointer;
            background: url(../img/01.png) center no-repeat;
            background-size: .15rem;
        }

        .sj_search input[type="text"] {
            display: block;
            float: left;
            height: 100%;
            width: calc(100% - .3rem);
            background: none;
            outline: none;
            border: none;
            color: #FFFFFF;
            padding: 0 .05rem;
            font-size: .08rem;
        }

        .sj_search input[type="submit"] {
            display: block;
            float: right;
            width: .3rem;
            height: 100%;
            border: none;
            outline: none;
            cursor: pointer;
            background: url(../img/01.png) center no-repeat;
            background-size: .15rem;
        }

    .sj_search:after {
        content: "";
        display: block;
        width: 1px;
        height: .1rem;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: .3rem;
    }

    .logo {
        margin: .05rem 0 0 .1rem;
    }

        .logo img {
            display: block;
            float: left;
            width: 1.3rem;
        }

        .logo i {
            display: block;
            float: left;
            width: 1px;
            height: .3rem;
            background: rgba(255,255,255,.3);
            margin: .03rem 0 0 .1rem;
        }

        .logo .txt {
            float: left;
            color: #FFFFFF;
            margin: .02rem 0 0 .1rem;
        }

            .logo .txt h3 {
                font-size: .14rem;
            }

            .logo .txt p {
                font-size: .08rem;
            }

    /*    Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¨ÂÅ“Ã¥Ââ€¢     */
    .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: absolute;
        width: 30px;
        height: 25px;
        right: .1rem;
        top: .45rem;
        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;
    }

    .nav--active .nav__trigger {
        position: fixed;
    }

    .indtit a {
        width: .7rem;
        line-height: .2rem;
        border-radius: .11rem;
        font-size: .1rem;
        margin-top: .05rem;
    }

    .indnews_lf {
        width: 100%;
    }

        .indnews_lf .img span {
            font-size: .1rem;
        }

        .indnews_lf h3 a {
            font-size: .13rem;
        }

        .indnews_lf p {
            font-size: .11rem;
            line-height: .2rem;
        }

        .indnews_lf .more a {
            width: .8rem;
            height: .22rem;
            border-radius: .11rem;
            background: #033d80 url(../img/12.png) right .05rem center no-repeat;
            background-size: .1rem;
            font-size: .12rem;
            line-height: .22rem;
        }

    .indnews_rt {
        width: 100%;
    }

        .indnews_rt ul li h3 a {
            font-size: .12rem;
        }

        .indnews_rt ul li .img span {
            font-size: .1rem;
            height: .18rem;
            line-height: .18rem;
            width: .6rem;
        }

    .keyan {
        width: 100%;
    }

    .keyan_con .img {
        float: none;
        width: 100%;
    }

    .keyan_con .txt {
        float: none;
        width: 100%;
        margin-top: .2rem;
    }

        .keyan_con .txt span {
            font-size: .1rem;
        }

        .keyan_con .txt h3 a {
            font-size: .13rem;
            line-height: .2rem;
        }

        .keyan_con .txt p {
            font-size: .11rem;
            line-height: .18rem;
        }

    .keyan_con .swiper-button-prev, .keyan_con .swiper-button-next {
        top: 1rem;
        margin-top: 0;
        bottom: auto;
    }

    .keyan_con .swiper-button-prev {
        left: .1rem;
    }

    .keyan_con .swiper-button-next {
        right: .1rem;
        left: auto;
    }

    .tongzhi {
        width: 100%;
        margin-top: .3rem;
    }

    .tongzhi_c li h3 a {
        font-size: .13rem;
    }

    .tongzhi_c li h3 span {
        font-size: .1rem;
    }

    .tongzhi_c li p {
        font-size: .11rem;
        line-height: .18rem;
        margin-top: .1rem;
    }

    .hezuo {
        width: 100%;
    }

    .hezuo_1 {
        margin-top: .15rem;
    }

        .hezuo_1 .img {
            float: none;
            width: 100%;
        }

        .hezuo_1 .txt {
            width: 100%;
            float: none;
            margin-top: .2rem;
        }

            .hezuo_1 .txt span {
                font-size: .1rem;
            }

            .hezuo_1 .txt h3 a {
                font-size: .13rem;
            }

            .hezuo_1 .txt p {
                font-size: .11rem;
                line-height: .18rem;
            }

    .hezuo_c li span {
        font-size: .1rem;
    }

    .hezuo_c li h3 {
        width: 78%;
    }

        .hezuo_c li h3 a {
            font-size: .12rem;
        }

    .huiyi {
        width: 100%;
        margin-top: .3rem;
    }

    .huiyi_c li .time {
        float: left;
        width: .5rem;
        height: .4rem;
        font-size: .1rem;
    }

    .huiyi_c li h3 {
        height: .4rem;
        width: calc(100% - .6rem);
    }

        .huiyi_c li h3 a {
            font-size: .12rem;
            line-height: .18rem;
        }

    .kuaisu ul li {
        width: 48%;
    }

    .footer {
        padding: .25rem 0;
    }

    .fot_lf {
        width: 100%;
    }

    .footer .logo {
        margin-top: .1rem;
        margin-left: 0;
    }

    .fot_1 p {
        font-size: .11rem;
    }

    .fot_nav {
        margin-top: .15rem;
        margin-left: .2rem;
    }

        .fot_nav ul li {
            float: none;
        }

    .fot_ewm {
        margin-top: .2rem;
        margin-right: .2rem;
    }

        .fot_ewm p {
            font-size: .1rem;
        }

    .bottom {
        font-size: .1rem;
        padding: .1rem 0;
    }

        .bottom a {
            display: block;
        }
}
