﻿@charset "utf-8";
/* CSS Document */
/*2022.03.18 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

.container {
    max-width: 1320px;
    width: 90%;
}

.container2 {
    max-width: 1600px;
    width: 90%;
}

body {
    background: url(../../images/tbg.jpg) no-repeat center top;
    ;
}

.wc-topbg {
}

.top {
}

.logo {
    text-align: left;
}

.top-right {
    padding-top: 17px;
}

.top-one a {
    font-size: 20px;
    color: #00274b;
    padding: 0 10px;
    text-decoration: none;
}

    .top-one a:hover {
        opacity: 0.78;
    }

.searchbg {
    background: url(../../images/search.png) no-repeat center top;
    width: 242px;
    height: 37px;
    padding-left: 10px;
}

    .searchbg input.inp-text {
        background: none;
        border: none;
        line-height: 33px;
        padding-left: 5px;
        font-size: 14px;
        width: 196px;
        color: #fff;
    }

    .searchbg input.inp-but {
        background: none;
        border: none;
        height: 45px;
        width: 48px;
        padding: 0;
    }

.wc-menu {
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
    }

        .wc-menu ul li {
            line-height: 48px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
            /*margin: 0 20px;*/
        }


            .wc-menu ul li a {
                font-size: 18px;
                color: #fff;
                font-weight: bold;
                position: relative;
                display: block;
                transition: all 0.2s;
                text-decoration: none;
            }

                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent,
                .wc-menu ul li a.move {
                    border-bottom: 4px solid #b7ab59;
                }

                .wc-menu ul li a.active,
                .wc-menu ul li a.move,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent {
                    border-bottom: 4px solid #b7ab59;
                }

                .wc-menu ul li a:hover {
                    border-bottom: 4px solid #b7ab59;
                }

                .wc-menu ul li a.active,
                .wc-menu ul li a:hover {
                    border-bottom: 4px solid #b7ab59;
                }

            .wc-menu ul li .ernav {
                position: absolute;
                /*position: relative;*/
                left: 0px;
                top: 52px;
                background: #19386d;
                min-width: 100%;
                z-index: 111 !important;
                display: none;
                opacity: 0.95;
            }

                .wc-menu ul li .ernav ul {
                    padding-left: 0;
                }

                    .wc-menu ul li .ernav ul li {
                        /*text-align: center;*/
                        float: none;
                        display: block;
                        /*二级下拉有影响，需要转化为块状*/
                        background: none;
                        text-align: left;
                        line-height: 34px;
                        border: none;
                        border-bottom: 1px solid #f3edeb;
                    }

                        .wc-menu ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }

                        .wc-menu ul li .ernav ul li a {
                            line-height: 26px;
                            font-size: 15px;
                            /*text-align: center;*/
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #fff;
                            margin: 0;
                            display: block;
                            padding: 14px 10px;
                            text-align: center;
                            border-bottom: none;
                            font-weight: normal;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                background: #123783;
                                color: #fff;
                            }

/*menu End*/

img {
    max-width: 100%;
    display: inline-block;
}


/* 本例子css */

.banner {
    overflow: hidden;
}

    .banner img {
        cursor: pointer;
    }


    .banner .swiper-container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .banner .swiper-wrapper {
        width: 100%;
    }

    .banner .swiper-container .swiper-slide {
    }

    .banner .swiper-container a {
        text-decoration: none;
        display: block;
    }

        .banner .swiper-container a .b-tt {
            position: absolute;
            left: 0px;
            bottom: 230px;
            text-align: left;
            width: 100%;
            z-index: 11;
        }


            .banner .swiper-container a .b-tt p {
                font-size: 52px;
                padding-left: 45px;
                color: #fff;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }


    .banner .swiper-container .swiper-pagination {
        width: 100%;
        text-align: left;
        bottom: 175px;
        padding-left: 50px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fff;
        cursor: pointer;
        opacity: 0.55;
        border-radius: 100%;
        margin-right: 75px;
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }


.djsbg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}

.in-djs {
    width: 100%;
}

    .in-djs .shu {
        text-align: left;
    }

        .in-djs .shu h4 {
            display: inline-block;
            color: #fff;
            font-weight: bold;
            font-size: 82px;
            padding-left: 20px;
            padding-top: 25px;
        }

    .in-djs .dldiv {
        background: rgba(39,90,179,0.55);
        min-height: 140px;
        border-left: 2px solid rgba(47,60,80,0.55);
    }

    .in-djs .dldiv2 {
        border-left: none;
    }


    .in-djs .shu span {
        font-size: 32px;
        padding-left: 5px;
        color: #fff;
        opacity: 0.35;
        display: inline-block;
    }

    .in-djs p {
        font-size: 24px;
        color: #fff;
        padding-top: 10px;
        position: absolute;
        right: 30px;
        bottom: 10px;
    }














.djs-rtop {
    background: #202226;
}


.djsbg .djs-rtit {
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    padding-left: 26px;
}

.djsbg .djs-ra a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #c9452b;
    line-height: 50px;
    width: 50px;
}

.djs-rrcon {
    background: #275ab3;
    min-height: 90px;
}

.djs-rrcon {
}

    .djs-rrcon ul {
        padding: 0 15px;
        display: table;
        width: 100%;
    }

        .djs-rrcon ul li {
            display: table-cell;
            color: #fff;
            font-size: 40px;
        }

            .djs-rrcon ul li span {
                font-size: 48px;
                font-weight: bold;
                display: block;
                margin: 0;
            }

            .djs-rrcon ul li i {
                display: block;
                font-style: normal;
                text-transform: uppercase;
                font-size: 11px;
                margin-top: -5px;
            }


/*banner end*/

.newsbg {
    padding: 60px 0;
}

.news-top {
    background: url(../../images/newtopbg.jpg) no-repeat center top;
    height: 80px;
    line-height: 80px;
    z-index: 2;
    position: relative;
    background-size: cover;
}

    .news-top .news-tit {
        font-size: 32px;
        color: #fff;
        padding-left: 35px;
    }

    .news-top .news-more {
    }

        .news-top .news-more a {
            display: block;
            color: #fff;
            font-size: 24px;
            background: #c9452b;
            font-weight: bold;
            width: 50px;
            text-align: center;
            line-height: 50px;
            text-decoration: none;
            transition: all 0.8s;
        }

            .news-top .news-more a:hover {
                opacity: 0.8;
                transition: all 0.8s;
            }

.news-ul {
    box-shadow: 1px 3px 7px 3px #e3e3e3;
    background: #fff;
}

    .news-ul ul {
        padding: 0px;
        margin: 0px;
        margin-top: -2px;
    }

        .news-ul ul li {
            padding: 33px 20px;
            border-bottom: 1px solid #ddd;
        }

            .news-ul ul li a {
                text-decoration: none;
                display: block;
            }

                .news-ul ul li a .li-date {
                    background: url(../../images/date1.png) no-repeat center center;
                    width: 83px;
                    height: 106px;
                    text-align: center;
                }

.new-left .news-ul ul li a .li-date {
    background: url(../../images/date1.png) no-repeat center center;
}

.new-mid .news-ul ul li a .li-date {
    background: url(../../images/date2.png) no-repeat center center;
}

.new-right .news-ul ul li a .li-date {
    background: url(../../images/date3.png) no-repeat center center;
}

.new-left .news-ul ul li:hover {
    border-bottom: 1px solid #3f85c9;
}

.new-mid .news-ul ul li:hover {
    border-bottom: 1px solid #ff7713;
}

.new-right .news-ul ul li:hover {
    border-bottom: 1px solid #3de689;
}


.news-ul ul li a .li-date span {
    font-size: 14px;
    color: #333;
    display: block;
    margin: 14px 0 6px;
}

.news-ul ul li a .li-date p {
    font-size: 42px;
    font-weight: bold;
    color: #333;
}



.news-ul ul li a .li-tt {
    width: calc( 100% - 100px );
}

    .news-ul ul li a .li-tt h4 {
        font-size: 18px;
        color: #333;
        line-height: 31px;
        margin-top: 0;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-ul ul li a .li-tt p {
        margin-bottom: 0px;
        font-size: 14px;
        color: #333;
    }



/*helpbg start*/




.helpbg {
    background: url(../../images/notbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0;
}

.help-left {
    text-align: center;
}

    .help-left a {
        display: block;
        text-decoration: none;
        padding: 50px 0;
        background: #973472;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

        .help-left a span {
            display: block;
            color: #fff;
            font-size: 24px;
            padding-top: 20px;
        }

        .help-left a:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            transition: all 0.4s ease-out;
            cursor: pointer;
        }

.help-mid {
    text-align: center;
}

    .help-mid a {
        background: #c66434;
        display: block;
        padding: 50px 0;
        text-decoration: none;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

        .help-mid a span {
            display: block;
            color: #fff;
            font-size: 24px;
            padding-top: 20px;
        }

        .help-mid a:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            transition: all 0.4s ease-out;
            cursor: pointer;
        }

.new-con {
}

.new-con {
}

.new-top {
    background: rgba(0,0,0,0.65);
    line-height: 50px;
}

    .new-top .new-tit {
        font-size: 24px;
        color: #fff;
        padding-left: 25px;
    }

    .new-top .new-more {
    }

        .new-top .new-more a {
            display: block;
            text-decoration: none;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            font-weight: bold;
            color: #fff;
            font-size: 26px;
            background: #c9452b;
            transition: all 0.8s;
        }

            .new-top .new-more a:hover {
                opacity: 0.8;
                transition: all 0.8s;
            }

.new-ul {
    background: #24b5e4;
    padding: 0;
    margin: 0;
    padding: 18px 40px 15px 35px;
    height: 247px;
    overflow: hidden;
}

    .new-ul ul li {
        /*margin-bottom: 15px;
        border-bottom: 1px solid transparent;*/
        cursor: pointer;
        color: #fff;
    }

        .new-ul ul li a {
            display: block;
            font-size: 18px;
            color: #fff;
            text-decoration: none;
            /*overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;*/
        }


        .new-ul ul li span {
            display: block;
            font-size: 18px;
            color: #fff;
            margin-top: 5px;
        }

/*.new-ul ul li:hover {
            border-bottom: 1px solid #fff;
        }*/








/*footer*/

.footer {
    min-height: 20px;
    padding: 37px 0 30px;
    text-align: left;
    cursor: pointer;
    background: #333;
}

.fp-left {
    padding-top: 5px;
}

    .fp-left p {
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        margin-bottom: 15px;
    }


.fp-right a.a1 {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}






/*.wc-copyEnd*/
@media (min-width: 1200px) {
}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {
    .in-djs .shu h4 {
        font-size: 62px;
    }
}



@media (max-width: 1500px) {

    body {
        background: url(../../images/tbg1.jpg) no-repeat center top;
    }

    .logo {
        width: 25%;
    }

    .hd-r {
        width: 75%;
    }
}


@media (max-width: 1400px) {
    .in-djs .shu h4 {
        font-size: 52px;
    }

    .in-djs p {
        font-size: 20px;
    }

    .banner .swiper-container a .b-tt p {
        font-size: 40px;
    }

    .banner .swiper-container a .b-tt {
        bottom: 190px;
    }

    .banner .swiper-container .swiper-pagination {
        bottom: 150px;
    }

    .news-top .news-tit {
        font-size: 24px;
    }

    .news-top {
        height: 60px;
        line-height: 60px;
    }

    .djs-rrcon ul li span {
        font-size: 36px;
    }

    .djs-rrcon ul {
        padding-top: 10px;
    }
}




@media (max-width: 1340px) {
    .header .hd-nav li {
        margin-left: 0px;
        font-size: 16px;
    }
}


@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .wc-menu ul li a {
        font-size: 16px;
    }

    .banner .swiper-container a .b-tt p {
        font-size: 30px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        margin: 0 25px;
        width: 15px;
        height: 15px;
    }

    .banner .swiper-container .swiper-pagination {
        padding-left: 25px;
    }

    .in-djs .dldiv {
        min-height: 110px;
    }

    .djs-rrcon {
        min-height: auto;
    }

        .djs-rrcon ul {
            padding-top: 1px;
            margin-bottom: 0;
        }

    .djsbg .djs-ra a {
        line-height: 45px;
    }

    .djsbg .djs-rtit {
        line-height: 45px;
        padding-left: 5px;
        font-size: 16px;
    }

    .djs-rrcon ul li {
        font-size: 36px;
    }

    .djs-right {
        background: #275ab3;
    }

    .in-djs .shu span {
        font-size: 20px;
    }





    .help-mid a span {
        font-size: 20px;
    }

    .help-left a span {
        font-size: 20px;
    }

    .new-ul ul {
        padding: 20px 20px 10px;
    }

    .news-ul ul li a .li-tt h4 {
        font-size: 16px;
        line-height: 28px;
    }

    .news-ul ul li {
        padding: 20px 15px;
    }

        .news-ul ul li a .li-date p {
            font-size: 34px;
            padding-top: 6px;
        }

    .in-djs p {
        font-size: 18px;
        right: 15px;
    }

    .in-djs .shu h4 {
        font-size: 40px;
    }

    .djs-rrcon ul li span {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/


    .banner .swiper-container a .b-tt {
        bottom: 140px;
    }

    .banner .swiper-container .swiper-pagination {
        bottom: 110px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        margin: 0 10px;
        width: 12px;
        height: 12px;
    }

    .in-djs p {
        font-size: 14px;
    }

    .in-djs {
        width: 78%;
    }

    .djs-right {
        width: 22%;
    }

    .help-mid a span {
        font-size: 18px;
    }

    .help-left a span {
        font-size: 18px;
    }

    .in-djs .shu h4 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        width: 100%;
        text-align: left;
    }

    #img {
        /*height: 72px;*/
    }

    .logo {
        width: 60%;
    }

    .headerm .logo img {
        height: 0.6rem;
    }



    .logo1 img {
        /*height: 60px;*/
        width: 80%;
    }

    .container {
        width: 100%;
    }

    .banner {
        padding-top: 0px;
    }

    .in-djs {
        width: 100%;
        margin-top: 30px;
        background: url(../../images/tbg1.jpg) no-repeat center center;
        background-size: cover;
    }

    .banner .swiper-container a .b-tt {
        bottom: 20px;
    }

        .banner .swiper-container a .b-tt p {
            font-size: 16px;
            padding: 0;
        }

    .banner .swiper-container .swiper-pagination {
        bottom: 5px;
        left: 0;
    }

    .banner .swiper-container .swiper-pagination {
        padding: 0;
        text-align: center;
    }

    .in-djs .dldiv {
        background: none;
        border: none;
        margin-bottom: 2px;
        min-height: auto;
        padding: 0 5px;
    }

    .in-djs p {
        position: relative;
        right: auto;
    }

    .in-djs .shu h4 {
        font-size: 24px;
        padding-left: 1px;
    }

    .in-djs .shu span {
        font-size: 14px;
    }

    .in-djs .shu {
        text-align: center;
    }






    .djs-right {
        width: 100%;
        margin-top: 30px;
    }

    .djsbg {
        position: relative;
        left: auto;
        bottom: auto;
    }

        .djsbg .djs-rtit {
            padding-left: 15px;
        }

    .djs-rrcon {
        padding: 10px 0 15px 0;
    }




















    .news-top .news-tit {
        font-size: 18px;
        padding-left: 15px;
    }

    .news-top {
        line-height: 45px;
        height: 45px;
    }

        .news-top .news-more a {
            line-height: 45px;
        }

    .news-ul ul li {
    }

        .news-ul ul li a .li-date p {
            font-size: 32px;
        }

    .new-mid {
        margin: 30px 0;
    }

    .newsbg {
        padding: 30px 0;
    }

    .helpbg {
        padding: 30px 0;
    }

    .help-left img {
        width: 45%;
    }

    .help-mid img {
        width: 45%;
    }

    .help-mid a span {
        font-size: 16px;
    }

    .help-left a span {
        font-size: 16px;
    }



    .help-right {
        overflow: hidden;
    }

        .help-right .new-con {
            margin-top: 30px;
        }

    .new-top .new-tit {
        padding-left: 15px;
        font-size: 18px;
    }

    .new-ul ul li a {
        font-size: 16px;
    }







    .footer {
        padding: 15px 0;
    }

    .fp-left p {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .fp-right {
        text-align: center;
        margin-top: 10px;
    }
}
