﻿@charset "utf-8";

/* CSS Document */
/*2023.9.27*/


.nycon {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 350px;
}

.nyfoot {
    background: #333 url(../../images/ftimg.jpg) repeat-x left top;
}

.ny-top {
    background: url(../../images/faq.jpg) no-repeat center bottom;
    min-height: 585px;
}

.ny-top2 {
    background: url(../../images/new.jpg) no-repeat center bottom;
}


.ny-top {
    padding-top: 15px;
}

.ny-menubox {
    display: flex;
    align-items: flex-end;
}

.ny-tit a {
    padding-left: 20px;
}

.top-menu2 {
    padding-bottom: 5px;
}

    .top-menu2 ul {
        padding: 0;
        margin: 0;
        width: 100%;
        display: table;
    }

        .top-menu2 ul li {
            display: table-cell;
            text-align: center;
            position: relative;
        }




            .top-menu2 ul li a {
                font-size: 18px;
                color: #fff;
                font-weight: bold;
            }

                .top-menu2 ul li a:hover, .top-menu2 ul li a.active {
                    color: #f2cb80;
                    text-decoration: underline;
                }

            .top-menu2 ul li .ernav {
                position: absolute;
                left: 0px;
                top: 100%;
                width: 170px;
                min-width: 100%;
                display: none;
            }

                .top-menu2 ul li .ernav ul {
                    padding: 0;
                    margin: 0;
                    display: block;
                }

                    .top-menu2 ul li .ernav ul li {
                        float: none;
                        background: rgba(255,255,255,0.65);
                        display: block;
                        line-height: 30px;
                        margin-bottom: 1px;
                    }

                        .top-menu2 ul li .ernav ul li a {
                            color: #fff;
                            display: block;
                            line-height: 30px;
                            font-size: 16px;
                            font-weight: normal;
                            padding: 5px 0;
                            text-decoration: none;
                            padding-left: 30px;
                            text-align: left;
                        }

                            .top-menu2 ul li .ernav ul li a:hover {
                                color: #fff;
                                background: rgba(242,203,128,0.65);
                                opacity: 1;
                            }




.top-link2 {
    padding-bottom: 5px;
}

    .top-link2 ul {
        padding: 0;
        margin: 0;
        /*display: table;*/
        width: 100%;
        text-align: right;
    }

        .top-link2 ul li {
            display: inline-block;
            text-align: center;
            margin-left: 25px;
        }

            .top-link2 ul li a {
                font-size: 16px;
                color: #fff;
                display: inline-block;
                line-height: 40px;
                padding: 0 22px;
                border-radius: 20px;
                background: rgba(255,255,255,0.8);
                text-decoration: none;
            }

                .top-link2 ul li a:hover, .top-link2 ul li a.active {
                    background: rgba(242,203,128,0.65);
                }



.nav-panel-title {
    position: absolute;
    left: 0px;
    top: 43%;
    width: 100%;
    text-align: center;
    font-size: 120px;
    font-weight: bold;
    color: #fff;
}

.nav-path {
    z-index: 111;
    margin-top: 23px;
    color: #999;
    font-size: 18px;
    float: none;
}

    .nav-path a {
        color: #999;
        font-size: 18px;
        padding: 0 3px;
        text-transform: uppercase;
    }

        .nav-path a:hover, .nav-path a.active {
            text-decoration: none;
            color: #dfbd7d;
        }


.banshi {
    margin-top: 30px;
}

    .banshi .ban-box .ban-tit p:first-letter {
        font-size: 30px;
    }

.ban-box {
    margin-bottom: 28px;
}



    .ban-box .ban-tit {
        background: #fcfaf8;
        padding: 15px 20px;
        cursor: pointer;
        position: relative;
    }

        .ban-box .ban-tit p {
            margin: 0;
            font-size: 22px;
            color: #bc8350;
            font-family: 'HarmonyOS_Sans_SC_Regular';
        }

        .ban-box .ban-tit i {
            position: absolute;
            right: 20px;
            top: 25px;
            font-size: 23px;
            color: #d6b393;
        }

            .ban-box .ban-tit i.up:before {
                content: "\f106";
            }


    .ban-box .view-cnt {
        margin-top: 0px;
        border: 1px solid #f5efe4;
        border-top: 0px solid #f5efe4;
        padding: 20px 30px;
        display: none;
    }

        .ban-box .view-cnt p {
            color: #999;
            margin-bottom: 10px;
            font-size: 16px;
        }

.main-right {
    margin-top: 35px;
}



.news-banner {
    position: relative;
}

    .news-banner .swiper-container {
    }

    .news-banner a {
        display: block;
        text-decoration: none;
        background: url(../../images/nbg22.jpg) repeat center center;
        height: 456px;
        border-left: 18px solid #fff;
        position: relative;
        padding-bottom: 30px;
        margin-top: 26px;
    }

    .news-banner .b-img {
        position: absolute;
        left: -18px;
        top: -26px;
        z-index: 1;
    }

    .news-banner .ban-text {
        float: right;
        width: 49%;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 15px;
    }

        .news-banner .ban-text h5 {
            font-size: 38px;
            color: #fff;
            font-weight: bold;
            line-height: 44px;
            margin: 20px 0 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

        .news-banner .ban-text span {
            display: block;
            font-size: 24px;
            color: #fff;
            margin: 10px 0px 20px;
        }

        .news-banner .ban-text p {
            line-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            font-size: 24px;
            color: #fff;
        }

    .news-banner .swiper-pagination {
        text-align: center;
        bottom: 30px;
        width: 46%;
        right: 5%;
    }

    .news-banner .swiper-pagination-bullet {
        display: inline-block;
        height: 7px;
        background: #943939;
        cursor: pointer;
        opacity: 1;
        border-radius: 0px;
        width: 31%;
        margin: 0 1%;
    }

    .news-banner .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }

.news-ul {
    margin-top: 46px;
}

    .news-ul .new-li {
        background: url(../../images/nbg1.jpg) repeat center center;
        margin-bottom: 30px;
        transition: all 0.8s;
    }

        .news-ul .new-li a {
            display: block;
            text-decoration: none;
        }

        .news-ul .new-li .li-img {
            overflow: hidden;
        }

            .news-ul .new-li .li-img img {
                transform: scale(1.0);
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                -ms-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

        .news-ul .new-li:hover .li-img img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transition: all 0.2s linear;
        }



        .news-ul .new-li a .li-text {
            padding: 25px 28px;
        }

            .news-ul .new-li a .li-text span {
                font-size: 24px;
                color: #b72428;
            }

            .news-ul .new-li a .li-text h5 {
                font-size: 24px;
                color: #333;
                line-height: 32px;
                height: 99px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .news-ul .new-li a .li-text p {
                font-size: 20px;
                color: #777;
                line-height: 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
            }

        .news-ul .new-li:hover {
            background: url(../../images/nbg22.jpg) repeat left top;
            transition: all 0.8s;
        }

            .news-ul .new-li:hover .li-text h5, .news-ul .new-li:hover .li-text p, .news-ul .new-li:hover .li-text span {
                color: #fff;
                transition: all 0.8s;
            }

            .news-ul .new-li:hover .li-text .date1 span {
                color: #fff;
                transition: all 0.8s;
            }

            .news-ul .new-li:hover .date1 i img.img1 {
                display: block;
            }

            .news-ul .new-li:hover .date1 i img:first-child {
                display: none;
            }





@media (min-width: 1200px) {

    .logo {
        width: 19%;
    }

    .top-menu2 {
        width: 41%;
    }

    .top-link2 {
        width: 40%;
    }
}

@media (max-width: 1740px) {

    .top-link2 ul {
        display: table;
    }

        .top-link2 ul li {
            display: table-cell;
            margin: 0;
        }
}

@media (max-width: 1640px) {
    .news-banner .ban-text {
        width: 45%;
        padding-right: 3%;
    }

    .news-banner .swiper-pagination {
        width: 43%;
        right: 2%;
    }
}

@media (max-width: 1520px) {

    .news-banner .b-img {
        width: 54%;
    }
}




@media (max-width: 1490px) {
}

@media (max-width: 1450px) {
}


@media (max-width: 1400px) {
    .nav-panel-title {
        font-size: 100px;
    }

    .ban-box .ban-tit p {
        font-size: 20px;
    }

    .top-link2 ul li a {
        padding: 0 15px;
        line-height: 30px;
        font-size: 14px;
    }


    .ny-top {
        min-height: 525px;
    }

    .top-menu2 ul li a {
        font-size: 16px;
    }
}





@media (max-width: 1350px) {

    .news-banner .ban-text h5 {
        font-size: 36px;
        margin: 20px 0;
    }

    .news-banner .ban-text p {
        line-height: 30px;
    }

    .news-ul .new-li a .li-text h5 {
        font-size: 22px;
        line-height: 32px;
    }

    .news-ul .new-li a .li-text p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1300px) {
}


@media (max-width: 1200px) {
    .top-menu2 ul li a {
        font-size: 14px;
    }

    .nav-panel-title {
        font-size: 80px;
    }

    .ny-top {
        min-height: 425px;
    }

    .top-link2 ul li a {
        font-size: 13px;
        padding: 0 10px;
    }

    .ban-box .ban-tit p {
        font-size: 18px;
    }

    .news-banner .ban-text h5 {
        font-size: 30px;
        line-height: 34px;
        margin: 10px 0;
    }

    .news-banner a {
        height: auto;
        min-height: auto;
        border-left: none;
    }

    .news-banner .ban-text p {
        margin-bottom: 20px;
    }
}

@media (max-width: 1100px) {
}



@media (max-width: 991px) {


    /*小屏幕设备 平板*/

    .ban-box .view-cnt {
        padding: 15px;
    }

        .ban-box .view-cnt p {
            margin: 5px 0;
        }

    .nav-path a {
        font-size: 16px;
    }

    .ban-box .ban-tit p {
        font-size: 16px;
    }

    .nav-panel-title {
        font-size: 60px;
        top: 33%;
    }

    .ny-top {
        min-height: 325px;
    }

    .news-banner .b-img {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        padding: 20px;
    }

    .news-banner .ban-text {
        width: 100%;
        padding: 0 20px;
        float: none;
    }

    .news-banner .swiper-pagination {
        width: 80%;
        margin: auto;
        right: auto;
        bottom: 10px;
        left: 10%;
    }

    .news-banner .ban-text h5 {
        font-size: 22px;
    }

    .news-banner .ban-text p {
        font-size: 20px;
    }

    .news-banner .ban-text span {
        margin-bottom: 10px;
    }

    .news-ul .new-li a .li-text h5 {
        min-height: auto;
    }
}

@media (max-width:767px) {

    .nav-panel-title {
        font-size: 30px;
        top: 40%;
    }

    .ny-top {
        min-height: 200px;
    }

    .ban-box .ban-tit {
        padding-right: 30px;
    }

    .news-ul .new-li a .li-text h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .news-ul .new-li a .li-text span {
        font-size: 20px;
    }

    .news-banner .ban-text h5 {
        line-height: 30px;
        margin: 5px 0;
    }

    .news-banner .ban-text span {
        margin-top: 0px;
        font-size: 20px;
    }

    .main-right {
        margin-top: 5px;
    }

    .news-ul {
        margin-top: 30px;
    }
}

@media (min-width: 598px) and (max-width: 767px) {
}

@media (max-width:600px) {
}
