﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1400 {
    max-width: 1920px;
    min-width: 1010px;
    margin: 0 auto;
}

.row {
    padding-left: 140px;
    padding-right: 140px;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 99;
    clear: both;
}

.header-top {
    width: 100%;
    background-color: #005596;
    height: 40px;
}

.header-logo {
    width: 100%;
    background-color: #fff;
    height: auto;
}

.header-menu {
    width: 100%;
    background-color: #fff;
    height: 80px;
    border-top: 1px solid #dcdcdc;
}

.header-l-r {
    width: 100%;
}

.head-l {
    float: left;
    margin: 10px 0;
}

    .head-l a img {
        width: 90%;
    }

.head-r {
    float: right;
}

.search {
    padding: 5px 100px 5px 20px;
    position: relative;
    line-height: 35px;
    margin-top: 30px;
    /*border: 1px solid #4f616d;*/
    border-radius: 30px;
    background: #f2f2f2;
}

    .search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

        .search input[type="text"]::placeholder {
            color: #928b8b;
        }

    .search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

.top-link {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.interval {
    height: 220px;
}

.web-nav {
    margin-top: 0px;
}

    .web-nav > ul {
        float: left;
        margin-top: 30px;
    }

        .web-nav > ul > li {
            position: relative;
            float: left;
            margin-left: 3.2rem;
            margin-right: 3.2rem;
        }

            .web-nav > ul > li > a {
                font-size: 18px;
                color: #555555;
            }

            .web-nav > ul > li > ul {
                position: absolute;
                left: 65%;
                width: 180px;
                margin-left: -100px;
                background-color: #02468f;
                text-align: center;
                top: 40px;
                padding-top: 10px;
                padding-bottom: 10px;
                box-shadow: 0 0 5px #999;
                display: none;
                z-index: 99;
            }

                .web-nav > ul > li > ul > li {
                    line-height: 45px;
                }

                    .web-nav > ul > li > ul > li > a {
                        font-size: 16px;
                        color: #fff;
                    }

                    .web-nav > ul > li > ul > li:hover {
                        background-color: rgba(255, 255, 255, 0.5);
                    }

                        .web-nav > ul > li > ul > li:hover a {
                            color: #333;
                        }

            .web-nav > ul > li > a:before {
                content: "";
                left: 50%;
                right: 50%;
                background: #fff;
                position: absolute;
                bottom: 15px;
                transition: all 0.3s;
            }

            .web-nav > ul > li > a:after {
                content: "";
                background: #fff;
                position: absolute;
                bottom: 0;
                left: 50%;
                transition: all 0.3s;
            }

            .web-nav > ul > li .on > a::before {
                left: 0;
                right: 0;
            }

            .web-nav > ul > li .on > a:after {
                height: 15px;
                bottom: 0;
            }

.ellipsis_1 {
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis {
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis_2 {
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top > img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
}

.close-cd {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.index_list {
    padding-right: 40px;
    margin-top: 20px;
}

.footer {
    clear: both;
    width: 100%;
    height: auto;
    background-color: #014e89;
    padding: 40px 0px;
}

.footer_component {
    font-size: 12pt;
    color: #fff;
    line-height: 40px;
    padding-right: 60px;
}

.a_footer {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    font-family: Microsoft YaHei,Arial;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #fff;
}

.m-nav {
    position: fixed;
    top: 0;
    left: 110px;
    bottom: 0;
    /*z-index: 1000;
    background: url(../images/bg.png);*/
    width: 0;
    right: -100%;
    overflow-y: scroll;
}

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        padding: 35px 0;
    }

        .m-nav ul li.active {
        }

        .m-nav ul li > span.on {
            transform: rotateZ(90deg);
        }

        .m-nav ul li ul {
            display: block;
            padding-top: 30px;
            padding-left: 90px;
        }

            .m-nav ul li ul li {
                border: none;
                padding: 0;
                display: inline-block;
                margin-left: 80px;
            }

                .m-nav ul li ul li:hover a {
                    text-decoration: underline;
                }

    .m-nav > ul > li a {
        padding-left: 90px;
        font-size: 24px;
        position: relative;
        color: #fff;
    }

    .m-nav > ul > li ul li a {
        padding: 10px 0;
    }

    .m-nav > ul > li > span {
        position: absolute;
        width: 20px;
        height: 20px;
        background-position: center center;
        left: 290px;
        top: 41px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

.index_xxgk_day {
    color: #15203b;
    font-size: 14pt;
    text-align: center;
}

.index_xxgk_yearly {
    color: #7b7466;
    font-size: 10pt;
    text-align: center;
}

.s3-tzgg {
    transition: .5s;
    background: #ebf0f2;
    border-top: 5px solid #147ea5;
    margin-bottom: 10px;
    padding: 10px;
}

    .s3-tzgg:hover {
        transform: translateY(-5px);
    }

    .s3-tzgg .content {
        display: flex;
        background: none;
        padding: 0;
    }

        .s3-tzgg .content .datetime {
            margin: 1.1vw;
            background: #13acbd;
            border-radius: 15px;
            width: 6.5vw;
            line-height: 2;
            color: #fff;
            font-size: 10pt;
            text-align: center;
        }

        .s3-tzgg .content .title {
            width: 80%;
        }

            .s3-tzgg .content .title a {
                font-size: 13pt;
                line-height: 2;
                color: #646464;
            }

                .s3-tzgg .content .title a:hover {
                    color: #2353a6;
                }

.index_gggs_list {
    line-height: 2;
    padding-top: 15px;
    padding-right: 15px;
    height: 100px;
    transition: .5s;
}

    .index_gggs_list:hover {
        transform: translateY(-5px);
    }

.a_index_gggs {
    text-decoration: none;
    color: #646464;
    font-size: 13pt;
}

    .a_index_gggs:hover {
        text-decoration: none;
        color: #2353a6;
    }

.index_cjwh_day {
    color: #fff;
    font-size: 12pt;
    text-align: center;
}

.index_cjwh_yearly {
    color: #fff;
    font-size: 11pt;
    text-align: center;
}

.index_cjwh_list {
    line-height: 2;
    padding-top: 15px;
    padding-right: 15px;
    height: 98px;
    transition: .5s;
}

    .index_cjwh_list:hover {
        transform: translateY(-5px);
    }

.a_index_cjwh {
    text-decoration: none;
    color: #fff;
    font-size: 13pt;
}

    .a_index_cjwh:hover {
        text-decoration: none;
        color: #fff;
    }

a.FaF2:link {
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei,Arial;
    line-height: 38px;
}

a.FaF2:visited {
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei,Arial;
    line-height: 38px;
}

a.FaF2:hover {
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei,Arial;
    line-height: 38px;
}

.index_xcsp,
.index_xcsp > div,
.index_xcsp > div > div {
    width: 97%;
}

    .index_xcsp a {
        position: relative;
        display: block;
    }

        .index_xcsp a::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-size: 100% 100%;
        }

        .index_xcsp a img {
            display: block;
            width: 100%;
        }

        .index_xcsp a p {
            position: absolute;
            bottom: 0;
            padding: 20px 20px;
            font-size: 12pt;
            width: 100%;
            color: #fff;
            z-index: 8;
            background-color: #0960a6;
            border-top: 1px solid #15203b;
            border-right: 1px solid #15203b;
        }

    .index_xcsp .slick-dots {
        width: auto;
        left: 70%;
        bottom: 5%;
    }

        .index_xcsp .slick-dots li {
            width: 20px;
            height: 20px;
            background-image: url(../images/img6.png);
        }

            .index_xcsp .slick-dots li.slick-active {
                background-image: url(../images/img7.png);
            }

@media (max-width: 2560px) {
    .slick-slide img {
        height: 405px;
    }
}

@media (max-width:1200px) {
    .displayWeb {
        display: none;
    }

    .displayPhone {
        display: block;
    }

    .banner img {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .displayWeb {
        display: block;
    }

    .displayPhone {
        display: none;
    }
}

@media (min-width: 1840px) and (max-width: 1900px) {
    .web-nav > ul > li {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

@media (min-width: 1767px) and (max-width: 1840px) {
    .web-nav > ul > li {
        margin-left: 2.7rem;
        margin-right: 2.7rem;
    }
}

@media (min-width: 1705px) and (max-width: 1767px) {
    .web-nav > ul > li {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
}

@media (min-width: 1635px) and (max-width: 1705px) {
    .web-nav > ul > li {
        margin-left: 2.3rem;
        margin-right: 2.3rem;
    }
}

@media (min-width: 1590px) and (max-width: 1635px) {
    .web-nav > ul > li {
        margin-left: 2.1rem;
        margin-right: 2.1rem;
    }
}

@media (max-width: 1440px) {
    a.FaF2:link {
        font-size: 12px;
    }

    a.FaF2:visited {
        font-size: 12px;
    }

    a.FaF2:hover {
        font-size: 12px;
    }
}

@media (min-width: 1530px) and (max-width: 1590px) {
    .head-l {
        width: 35%;
        padding: 10px 0;
    }

    .web-nav > ul {
        margin-top: 30px;
    }

        .web-nav > ul > li {
            margin-left: 1.9rem;
            margin-right: 1.9rem;
        }
}

@media (min-width: 1523px) and (max-width: 1530px) {
    .head-l {
        width: 30%;
        padding: 10px 0;
    }

    .web-nav > ul {
        margin-top: 30px;
    }

        .web-nav > ul > li {
            margin-left: 1.7rem;
            margin-right: 1.7rem;
        }
}

@media (min-width: 1440px) and (max-width: 1523px) {
    .head-l {
        width: 35%;
        padding: 5px 0;
    }

    .header-menu {
        height: 70px;
    }

    .interval {
        height: 204px;
    }

    .web-nav > ul {
        margin-top: 20px;
    }

        .web-nav > ul > li {
            margin-left: 1.6rem;
            margin-right: 1.6rem;
        }
}

@media (min-width: 1410px) and (max-width: 1440px) {
    .web-nav > ul > li {
        margin-left: 2.1rem;
        margin-right: 2.1rem;
    }
}

@media (min-width: 1350px) and (max-width: 1410px) {
    .web-nav > ul > li {
        margin-left: 1.9rem;
        margin-right: 1.9rem;
    }
}

@media (min-width: 1280px) and (max-width: 1350px) {
    .web-nav > ul > li {
        margin-left: 1.7rem;
        margin-right: 1.7rem;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .head-l {
        width: 40%;
        padding: 0;
    }

    .web-nav {
        margin-top: 10px;
    }

        .web-nav > ul {
            margin-top: 10px;
        }

            .web-nav > ul > li > a {
                font-size: 16px;
            }

    .row {
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media (min-width: 1192px) and (max-width: 1280px) {
    .head-l {
        width: 35%;
    }

    .web-nav {
        margin-top: 10px;
    }

        .web-nav > ul {
            margin-top: 5px;
        }

            .web-nav > ul > li {
                margin-left: 1.2rem;
                margin-right: 1.2rem;
            }

                .web-nav > ul > li > a {
                    font-size: 14px;
                }

    .ellipsis_1 {
        padding-left: 25px;
    }

    .footer_component {
        font-size: 12px;
        color: #fff;
        line-height: 38px;
    }
}

@media (min-width: 1140px) and (max-width: 1192px) {
    .head-l {
        width: 35%;
    }

    .web-nav {
        margin-top: 10px;
    }

        .web-nav > ul {
            margin-top: 5px;
        }

            .web-nav > ul > li {
                margin-left: 1.1rem;
                margin-right: 1.1rem;
            }

                .web-nav > ul > li > a {
                    font-size: 14px;
                }
}

@media (min-width: 1086px) and (max-width: 1140px) {
    .head-l {
        width: 25%;
    }

    .web-nav {
        margin-top: 10px;
    }

        .web-nav > ul {
            margin-top: 5px;
        }

            .web-nav > ul > li {
                margin-left: 0.9rem;
                margin-right: 0.9rem;
            }

                .web-nav > ul > li > a {
                    font-size: 14px;
                }
}

@media (min-width: 1024px) and (max-width: 1086px) {
    .head-l {
        width: 25%;
    }

    .search {
        margin-top: 10px;
    }

    .header-menu {
        height: 50px;
    }

    .web-nav {
        margin-top: 10px;
    }

        .web-nav > ul {
            margin-top: 5px;
        }

            .web-nav > ul > li {
                margin-left: 0.8rem;
                margin-right: 0.8rem;
            }

                .web-nav > ul > li > a {
                    font-size: 12px;
                }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header {
        display: none;
    }

    .wap {
        display: block;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        z-index: 999;
    }

    .m-logo a img {
        width: 60%;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

        .m-tlink a {
            font-size: 14px;
            margin-right: 15px;
            margin: 5px 0;
            color: #fff;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            background: #fff;
            color: #004980;
            line-height: 30px;
            padding: 0 15px;
            border-radius: 5px;
        }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }

        .m-search input[type="text"] {
            display: block;
            width: 100%;
            line-height: 25px;
            background: none;
            color: #fff;
        }

            .m-search input[type="text"]::placeholder {
                color: #fff;
            }

        .m-search input[type="image"] {
            position: absolute;
            right: 10px;
            top: 10px;
            height: 15px;
        }

    .mm-nav {
        position: fixed;
        top: 45px;
        left: 100%;
        right: 0;
        bottom: 0;
        background: #2353a6;
        overflow-y: scroll;
    }

        .mm-nav ul {
            padding: 0 15px;
        }

            .mm-nav ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                position: relative;
            }

                .mm-nav ul li > span.on {
                    transform: rotateZ(90deg);
                }

                .mm-nav ul li ul {
                    display: none;
                }

                    .mm-nav ul li ul li {
                        border: none;
                    }

        .mm-nav > ul > li a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0;
            position: relative;
            color: #fff;
        }

        .mm-nav > ul > li ul li a {
            padding: 10px 0;
        }

        .mm-nav > ul > li > span {
            position: absolute;
            width: 20px;
            height: 20px;
            background-size: 10px 18px;
            background-position: center center;
            right: 0;
            top: 15px;
            cursor: pointer;
            display: block;
            color: #fff;
            transition: all 0.3s;
        }

    .px1400 {
        max-width: 1024px;
        min-width: 450px;
        margin: 0 auto;
    }

    .row {
        padding-left: 40px;
        padding-right: 40px;
    }

    .banner img {
        width: 100%;
    }
}

@media (max-width:1440px) {
    /*.index_xcsp .slick-dots {
        left: 65%;
        bottom: 10%;
    }*/

    .header-menu {
        height: 60px;
    }

    .interval {
        height: 190px;
    }
}

@media (max-width:1280px) {
    .header-menu {
        height: 50px;
    }

    .interval {
        height: 155px;
    }
}

@media (max-width:1024px) {
    .index_xcsp .slick-dots {
        left: 80%;
        bottom: 5%;
    }

    .interval {
        height: 100px;
    }
}

@media (max-width:768px) {
    .header {
        display: none;
    }

    .interval {
        height: 95px;
    }

    .wap {
        display: block;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        z-index: 999;
    }

    .m-logo a img {
        width: 60%;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

        .m-tlink a {
            font-size: 14px;
            margin-right: 15px;
            margin: 5px 0;
            color: #fff;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            background: #fff;
            color: #004980;
            line-height: 30px;
            padding: 0 15px;
            border-radius: 5px;
        }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }

        .m-search input[type="text"] {
            display: block;
            width: 100%;
            line-height: 25px;
            background: none;
            color: #fff;
        }

            .m-search input[type="text"]::placeholder {
                color: #fff;
            }

        .m-search input[type="image"] {
            position: absolute;
            right: 10px;
            top: 10px;
            height: 15px;
        }

    .mm-nav {
        position: fixed;
        top: 45px;
        left: 100%;
        right: 0;
        bottom: 0;
        background: #2353a6;
        overflow-y: scroll;
    }

        .mm-nav ul {
            padding: 0 15px;
        }

            .mm-nav ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                position: relative;
            }

                .mm-nav ul li > span.on {
                    transform: rotateZ(90deg);
                }

                .mm-nav ul li ul {
                    display: none;
                }

                    .mm-nav ul li ul li {
                        border: none;
                    }

        .mm-nav > ul > li a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0;
            position: relative;
            color: #fff;
        }

        .mm-nav > ul > li ul li a {
            padding: 10px 0;
        }

        .mm-nav > ul > li > span {
            position: absolute;
            width: 20px;
            height: 20px;
            background-size: 10px 18px;
            background-position: center center;
            right: 0;
            top: 15px;
            cursor: pointer;
            display: block;
            color: #fff;
            transition: all 0.3s;
        }

    .px1400 {
        max-width: 768px;
        min-width: 320px;
        margin: 0 auto;
    }

    .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .index_xcsp .slick-dots {
        left: 75%;
    }

    /*.ellipsis {
        -webkit-line-clamp: 1;
        padding-left: 30px;
    }*/

    .footer {
        padding: 30px;
    }
}

@media (max-width:580px) {
    .ellipsis {
        -webkit-line-clamp: 2;
        padding-left: 40px;
    }

    .ellipsis_1 {
        padding-left: 45px;
    }

    .slick-slide img {
        height: 240px;
    }
}

@media (max-width:430px) {
    .top {
        top: 15px;
    }

    .interval {
        height: 55px;
    }

    .index_list {
        padding-right: 0;
    }

    .title_img {
        height: 40px;
    }

    a.more {
        font-size: 10pt;
    }

    .footer {
        padding: 20px;
    }

    .index_xcsp .slick-dots {
        left: 60%;
        bottom: 12%;
    }
}

@media (max-width:380px) {
    .top {
        top: 10px;
    }

    a.more {
        font-size: 10pt;
    }

    .index_xcsp a p {
        padding: 15px 20px;
    }

    .index_xcsp .slick-dots {
        left: 55%;
        bottom: 10%;
    }

    .footer {
        padding: 10px;
    }
}

@media (max-width:330px) {
    a.more {
        font-size: 8pt;
    }

    .index_xcsp a p {
        padding: 10px 20px;
    }

    .index_xcsp .slick-dots {
        left: 45%;
        bottom: 5%;
    }
}
