@charset "utf-8";

/* CSS Document */
/*2022.01.04 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

.p1920 {
    max-width: 1920px;
    margin: 0px auto;
    position: relative;
}

.container {
    max-width: 1320px;
    width: 90%;
    margin: auto;
}

/*顶部弹出搜索样式*/
/*header-top*/

.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #333;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

    .search-box h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 30px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

    .search-form .form-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        /*padding: 0 100px 0 15px;*/
    }

        .search-form .form-text:focus {
            font-style: normal;
            border-bottom-color: #b01f24;
        }

    .search-form .form-submit {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        background: none;
        border: none;
        outline: none;
        color: #666;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-form .form-submit:hover {
            background: #b01f24;
            color: #fff;
        }



/*顶部弹出样式 end*/
.topbg {
    border-top: 9px solid #b01f24;
    background: rgba(0,0,0,0.45);
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 11;
    padding-top: 18px;
}

.wc-top {
}

.logo {
    text-align: left;
    padding-top: 20px;
}

.top-right {
}

.top-rightp {
}

    .top-rightp p {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

        .top-rightp p img {
            padding-right: 10px;
        }


.wc-menu {
    /*padding: 14px 0 17px;*/
    min-height: 60px;
    width: 70%;
    padding-left: 10%;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }

        .wc-menu ul li {
            /*line-height: 60px;*/
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            list-style: none;
        }

            .wc-menu ul li a {
                font-size: 16px;
                color: #fff;
                position: relative;
                display: inline-block;
                transition: all 0.2s;
                text-decoration: none;
                padding: 0 16px;
                line-height: 40px;
            }

                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent,
                .wc-menu ul li a.move {
                    color: #fff;
                    background: #bd2323;
                }

                .wc-menu ul li a.active,
                .wc-menu ul li a.move,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent {
                    color: #fff;
                    background: #bd2323;
                }

                .wc-menu ul li a:hover {
                    color: #fff;
                    background: #bd2323;
                }

                .wc-menu ul li a.active,
                .wc-menu ul li a:hover {
                    color: #fff;
                    background: #bd2323;
                }

            .wc-menu ul li .ernav {
                position: absolute;
                /*position: relative;*/

                top: 39px;
                background: #bd2323;
                width: 130px;
                min-width: 80%;
                left: 12%;
                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: 32px;
                        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: 16px;
                            /*text-align: center;*/
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #fff;
                            margin: 0;
                            display: block;
                            padding: 10px 17px 10px 17px;
                            border-bottom: none;
                            font-weight: normal;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                background: #e5bc51;
                                color: #fff;
                            }

.wc-menubg {
    padding-top: 10px;
}

.top-rightul {
    padding-top: 10px;
}

    .top-rightul ul li {
        float: left;
        padding-left: 40px;
    }




/*menu End*/

img {
    max-width: 100%;
}


/* 本例子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 {
        position: relative;
    }

        .banner .swiper-container .swiper-slide a {
            display: block;
            text-decoration: none;
        }

        .banner .swiper-container .swiper-slide .bant {
            width: 100%;
            position: absolute;
            left: 0px;
            top: 40%;
            z-index: 1;
        }

            .banner .swiper-container .swiper-slide .bant p {
                font-size: 72px;
                font-weight: bold;
                color: #fff;
                text-shadow: 4px 4px 4px #333;
            }


    .banner .swiper-container .swiper-pagination {
        width: 100%;
        text-align: center;
        bottom: 40px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 169px;
        height: 6px;
        cursor: pointer;
        opacity: 0.45;
        margin-right: 5px;
        border-radius: 10px;
        background: #fff;
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        opacity: 1;
    }


/*banner end*/

/**/
.chanpin {
    background: url(../../images/fenbg.jpg) no-repeat center center;
    min-height: 940px;
    background-size: cover;
    padding-top: 20px;
}

.chan-pp {
    padding-top: 240px;
}

    .chan-pp h4 {
        font-size: 72px;
        color: #fff;
        font-weight: bold;
    }

    .chan-pp p {
        font-size: 16px;
        color: #fff;
        line-height: 31px;
        margin-top: 40px;
        width: 55%;
        text-align: justify;
    }

.chan-ul {
}

    .chan-ul ul {
        padding: 0;
        margin: 0;
        padding-top: 152px;
        margin-left: 30px;
    }

        .chan-ul ul li {
            
            width: 155px;
            height: 155px;
            padding-top: 20px;
            float: left;
            margin-right: 64px;
            text-align: center;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transition: all 0.6s;
        }

            .chan-ul ul li a {
                background: #fff;
                border: 5px solid #a91e23;

                display: block;
                text-decoration: none;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .chan-ul ul li img {
                display: inline-block;
            }

            .chan-ul ul li span {
                display: block;
                font-size: 16px;
                color: #000;
                margin: 5px 0;
            }

            .chan-ul ul li:hover {
                opacity: 0.8;
                transition: all 0.6s;
            }


.chan-ul2 {
}

.chan-ul2 {
    position: absolute;
    right: 0px;
    top: 80px;
    width: 50%;
    height: 100%;
}

    .chan-ul2 ul {
        padding: 0;
        margin: 0;
    }

        .chan-ul2 ul li {
            position: absolute;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transition: all 0.6s;
        }


            .chan-ul2 ul li a {
                display: block;
            }

                .chan-ul2 ul li a .bb {
                    position: absolute;
                    left: 0px;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0,0,0,0.5);
                }

                .chan-ul2 ul li a p {
                    position: absolute;
                    -webkit-transform: rotate( 45deg);
                    -moz-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate( 45deg);
                    transition: all 0.6s;
                    color: #fff;
                    font-size: 24px;
                    top: 40%;
                    left: 0;
                    width: 100%;
                    text-align: center;
                    margin: 0;
                }

            .chan-ul2 ul li:first-child {
                top: 0px;
                right: 295px;
            }

            .chan-ul2 ul li:nth-child(2) {
                right: 65px;
                top: 220px;
            }

            .chan-ul2 ul li:nth-child(3) {
                top: 440px;
                right: 295px;
            }

            .chan-ul2 ul li .aa {
                position: absolute;
                left: -18px;
                top: -18px;
                width: 100%;
                height: 100%;
                border: 4px solid #a91e23;
            }

            .chan-ul2 ul li:hover .aa {
                border: 4px solid #6a070b;
            }


            .chan-ul2 ul li:nth-child(2) .aa {
                position: absolute;
                left: 16px;
                top: 10px;
            }

            .chan-ul2 ul li:nth-child(3) .aa {
                position: absolute;
                left: -15px;
                top: 15px;
            }


.gong {
    display: none;
    background: url(../../images/gongbg.jpg) no-repeat center center;
    min-height: 900px;
    background-size: cover;
    padding: 110px 0 50px;
}

.gong-top {
}

    .gong-top h4 {
        font-size: 72px;
        font-weight: bold;
        color: #fff;
    }

.gong-con {
    padding-top: 100px;
}

    .gong-con .swiper-container {
        padding-bottom: 80px;
    }

        .gong-con .swiper-container .swiper-slide {
        }

            .gong-con .swiper-container .swiper-slide a {
                display: block;
                text-decoration: none;
                transition: all 0.4s ease-out;
                box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
            }

                .gong-con .swiper-container .swiper-slide a:hover {
                    display: block;
                    text-decoration: none;
                    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
                    transform: scale(1.02);
                    transition: all 0.4s ease-out;
                    cursor: pointer;
                }


                .gong-con .swiper-container .swiper-slide a .li-img {
                }

                .gong-con .swiper-container .swiper-slide a .li-tt {
                    background: #b01f24;
                    padding: 25px 25px 30px;
                    width: 86%;
                    margin: auto;
                    margin-top: -45px;
                    z-index: 11;
                    position: relative;
                }

                    .gong-con .swiper-container .swiper-slide a .li-tt h5 {
                        color: #fff;
                        font-size: 20px;
                        font-weight: bold;
                        text-align: center;
                    }

                .gong-con .swiper-container .swiper-slide a .li-li {
                    border: 4px solid #b01f24;
                    width: 101%;
                    height: 99%;
                    position: absolute;
                    right: -15px;
                    top: 14px;
                }

                .gong-con .swiper-container .swiper-slide a .li-tt p {
                    font-size: 16px;
                    line-height: 31px;
                    color: #fff;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical;
                }

        .gong-con .swiper-container .swiper-pagination {
            bottom: 0px;
            width: 100%;
            text-align: center;
        }

        .gong-con .swiper-container .swiper-pagination-bullet {
            display: inline-block;
            width: 169px;
            height: 6px;
            cursor: pointer;
            opacity: 0.45;
            margin-right: 5px;
            border-radius: 10px;
            background: #fff;
        }

        .gong-con .swiper-container .swiper-pagination-bullet-active {
            opacity: 1;
        }

.newbg {
    background: #f5f5f5;
    min-height: 930px;
    position: relative;
}

.new-leftimg {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 67%;
}



.new-right {
    padding-top: 110px;
}

.new-top {
}

    .new-top h4 {
        font-size: 72px;
        font-weight: bold;
        color: #333;
    }

.new-ul {
}

    .new-ul ul {
        padding: 0px;
        margin: 0;
        padding-top: 34px;
    }

        .new-ul ul li {
            margin: 30px 0 20px 0;
            padding-bottom: 10px;
            transition: all 0.4s ease-out;
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
            border-bottom: 3px solid transparent;
        }

            .new-ul ul li: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;*/
                border-bottom: 3px solid #b01f24;
                cursor: pointer;
            }


        .new-ul ul .li-date {
            width: 80px;
            text-align: left;
        }

            .new-ul ul .li-date p {
                font-size: 40px;
                color: #b01f24;
                margin-top: -8px;
            }

            .new-ul ul .li-date span {
                display: block;
                font-size: 16px;
                color: #b01f24;
            }

        .new-ul ul .li-tt {
            width: calc(100% - 80px);
        }

            .new-ul ul .li-tt a {
                display: block;
                text-decoration: none;
            }

            .new-ul ul .li-tt p {
                font-size: 16px;
                color: #888;
                line-height: 31px;
                margin-top: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .new-ul ul .li-tt span {
                display: block;
                font-size: 20px;
                font-weight: bold;
                color: #333;
            }


/*footer*/

.fmap {
    min-height: 930px;
    background: url(../../images/fmap.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.75);
    padding: 50px 0 10px;
}

    .footer .pp p {
        font-size: 14px;
        color: #fff;
        margin: 10px 0;
    }

    .footer h4 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }

    .footer ul {
        padding: 0;
    }

        .footer ul li {
            font-size: 16px;
            color: #fff;
            line-height: 41px;
        }

            .footer ul li a {
                display: block;
                font-size: 16px;
                color: #fff;
                line-height: 41px;
            }


.about {
    background: url(../../images/abg.png) no-repeat center center;
    background-size: cover;
    padding: 140px 0 100px;
}

.ab-top2 i {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #FF6700;
}

.ab-leftcon {
    margin-top: 30px;
}

    .ab-leftcon p {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
    }

        .ab-leftcon p:first-child {
            margin-bottom: 30px;
        }

        .ab-leftcon p span {
            font-size: 20px;
            margin-right: 35px;
        }

        .ab-leftcon p:last-child {
            border-bottom: 1px solid rgb(255,255,255,0.3);
            padding-bottom: 30px;
            margin-bottom: 30px;
        }

.ab-leftul {
}

    .ab-leftul ul {
        margin: 0;
        padding: 0;
    }

        .ab-leftul ul li {
            width: 50%;
            float: left;
        }

            .ab-leftul ul li img {
                padding-right: 20px;
            }

        .ab-leftul ul li {
            color: #fff;
            font-size: 20px;
        }

.vimg1 span {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../../images/backimg1.png) -116px -196px no-repeat;
    top: 50%;
    opacity: 1;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 2;
    display: block;
}

.vimg1 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;
}

.vimg1:hover img {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transition: all 0.2s linear;
}

/*.wc-copyEnd*/
@media (min-width: 1320px) {
    .logo {
        width: 35%;
    }

    .top-right {
        width: 65%;
    }
}

@media (max-width: 1700px) {
    .new-leftimg {
        width: 52%;
    }

    .newbg {
        min-height: 500px;
    }

    .new-right {
        padding-top: 80px;
    }
}

@media (max-width: 1500px) {

    .new-right {
        padding-top: 40px;
    }

    .new-ul ul {
        padding-top: 2px;
    }

        .new-ul ul li {
            margin: 26px 0 20px 0;
        }
}

@media (max-width: 1460px) {
    .chan-ul2 ul li:nth-child(2) {
        right: 35px;
    }

    .chan-ul2 ul li:first-child {
        right: 265px;
    }

    .chan-ul2 ul li:nth-child(3) {
        right: 265px;
    }

    .banner .swiper-container .swiper-slide .bant p {
        font-size: 60px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        width: 150px;
    }

    .chan-pp h4 {
        font-size: 60px;
    }

    .gong-top h4 {
        font-size: 60px;
    }

    .new-top h4 {
        font-size: 60px;
    }
}

@media (max-width: 1440px) {

    .new-right {
        padding-top: 20px;
    }
}



@media (max-width: 1400px) {
    .chan-ul ul {
        margin-left: 0;
    }

        .chan-ul ul li {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            margin-right: 20px;
        }

            .chan-ul ul li a {
                display: block;
                text-decoration: none;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }
}

@media (max-width: 1300px) {
    .banner .swiper-container .swiper-slide .bant p {
        font-size: 50px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        width: 100px;
    }

    .top-rightul {
        width: 26%;
        text-align: right;
    }

        .top-rightul ul li {
            padding-left: 0px;
            display: inline-block;
            display: table-cell;
            float: none;
        }

        .top-rightul ul {
            padding: 0;
            text-align: right;
            width: 100%;
            display: table;
        }

    .chan-pp h4 {
        font-size: 50px;
    }

    .gong-top h4 {
        font-size: 50px;
    }

    .gong-con .swiper-container .swiper-pagination-bullet {
        width: 150px;
    }

    .new-top h4 {
        font-size: 50px;
    }

    .new-ul ul li {
        margin: 15px 0 10px 0;
    }

    .new-right {
        padding-top: 20px;
    }
}





@media (min-width: 1200px) {
}





@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/

    .ab-leftul ul li {
        font-size: 18px;
    }

        .ab-leftul ul li img {
            padding-right: 5px;
            width: 55px;
        }

    .ab-leftcon p span {
        font-size: 18px;
        margin-right: 25px;
    }

    .vimg1 {
        margin-top: 50px;
    }

    .about {
        padding: 80px 0;
    }

    .wc-menu ul li a {
        padding: 0 6px;
    }

    .wc-menu {
        padding-left: 5%;
    }



    .gong {
        padding: 60px 0 40px;
        min-height: 300px;
    }

    .gong-con {
        padding-top: 60px;
    }

    .chan-ul2 ul li a {
        width: 230px;
        height: 230px;
        position: relative;
        margin: 0 auto;
    }

    .chan-ul2 ul li {
        position: relative;
        left: auto !important;
        right: 0 !important;
        top: auto !important;
        bottom: auto !important;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.6s;
        margin-bottom: 30px;
    }

        .chan-ul2 ul li a p {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    /*
     .chan-ul2 ul li:first-child {
        right: 247px;
    }

        .chan-ul2 ul li:nth-child(3) {
            top: 358px;
        }

        .chan-ul2 ul li:nth-child(2) {
            right: 84px;
            top: 190px;
        }*/
}

@media (max-width: 1100px) {

    

        .chan-ul2 ul li {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            position: relative;
            left: auto !important;
            top: auto !important;
            right: auto !important;
            margin-bottom: 40px;
        }

            .chan-ul2 ul li a p {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

    .chan-ul2 {
        width: 33%;
    }

    .new-ul ul li:last-child {
        display: none;
    }
}



@media (max-width: 991px) {
    /*小屏幕设备 平板*/

    .ab-leftcon p span {
        font-size: 16px;
        margin-right: 20px;
    }

    .ab-leftul ul li {
        font-size: 16px;
    }

    .container {
        width: 94%;
    }


    .header-nav .nav > li a.shebei {
        background: #e44b4b;
        font-weight: bold;
        display: inline-block;
        padding: 0 20px;
    }

    .chan-ul2 {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
    }

    .logo1 {
        padding: 10px 0;
    }

    .banner .swiper-container .swiper-slide .bant p {
        font-size: 40px;
    }

    .chanpin {
        padding: 25px 0 15px;
        min-height: 400px;
    }

    .chan-pp {
        padding-top: 20px;
    }

        .chan-pp p {
            width: 100%;
        }

    .chan-ul ul {
        padding-top: 70px;
    }


    .chan-ul ul {
        margin-right: -15px;
        margin-left: -15px;
        padding: 0;
    }

        .chan-ul ul li {
            float: left;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            width: 33.3%;
            margin: 0 !important;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            transition: all 0.6s;
            
        }


            .chan-ul ul li a {
                border: 2px solid #a91e23;
                padding-top: 10px;
                background: #fff;
                border: 5px solid #a91e23;

                display: block;
                text-decoration: none;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

    .chan-ul2 {
        margin-top: 60px;
    }

        .chan-ul2 ul {
            overflow: hidden;
            padding: 0;
            margin-right: -15px;
            margin-left: -15px;
            margin-top: 30px;
            margin-bottom: 30px;
        }

            .chan-ul2 ul li {
                float: left;
                position: relative;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px;
                width: 33.3%;
                margin: 0 !important;
            }

                .chan-ul2 ul li a {
                    width: 100%;
                    height: auto !important;
                }

                .chan-ul2 ul li .aa {
                    display: none;
                }


                .chan-ul2 ul li a p {
                    font-size: 20px;
                }

                .chan-ul2 ul li:last-child {
                    margin-left: 40px;
                    margin-right: 3px;
                }

    .banner .swiper-container .swiper-pagination-bullet {
        width: 60px;
    }

    .gong-con .swiper-container .swiper-pagination-bullet {
        width: 60px;
    }

    .chan-pp h4 {
        font-size: 32px;
    }

    .gong-top h4 {
        font-size: 32px;
    }

    .new-top h4 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    .about {
        padding: 20px 0;
    }

    .ab-leftcon {
        margin-top: 20px;
    }

        .ab-leftcon p:first-child {
            margin-bottom: 15px;
        }

        .ab-leftcon p:last-child {
            padding-top: 2px;
            margin-bottom: 20px;
            padding-bottom: 12px;
        }

    .vimg1 {
        margin-top: 20px;
    }

    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding: 5px 0;
    }

        .logo1 img {
            height: 60px;
        }

    .container {
        width: 100%;
    }

    .new-leftimg {
        display: none;
    }

    .new-ul ul li:last-child {
        display: block;
    }

    .banner .swiper-container .swiper-slide .bant p {
        font-size: 22px;
    }

    .banner .swiper-container .swiper-pagination {
        bottom: 10px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        width: 20px;
    }

    .banner .swiper-container .swiper-slide .bant {
        top: 32%;
    }

    .chanp-con {
        padding: 0 15px;
    }

    .chan-pp h4 {
        font-size: 22px;
    }

    .gong-top h4 {
        font-size: 22px;
    }

    .new-top h4 {
        font-size: 22px;
    }

    .new-ul ul .li-date p {
        font-size: 26px;
    }

    .new-ul ul .li-date {
        width: 50px;
    }

    .new-ul ul .li-tt {
        width: calc(100% - 50px);
    }

    .new-ul ul li {
        margin: 10px 0 5px;
        padding-bottom: 5px;
    }

    .new-ul ul .li-tt p {
        line-height: 28px;
        margin-bottom: 0;
    }

    .new-ul ul .li-tt span {
        font-size: 18px;
    }

    .newbg {
        padding: 2px 0 30px;
    }

    .gong {
        padding: 20px 0;
    }

    .gong-con .swiper-container .swiper-slide a .li-tt {
        padding: 5px 10px 5px 22px;
        margin: 0;
        margin-top: -35px;
    }

        .gong-con .swiper-container .swiper-slide a .li-tt p {
            line-height: 28px;
            -webkit-line-clamp: 3;
        }

    .gong-con {
        padding: 25px 10px 5px;
    }

        .gong-con .swiper-container .swiper-pagination-bullet {
            width: 30px;
        }

        .gong-con .swiper-container {
            padding-bottom: 60px;
        }




    .chan-ul2 ul li a p {
        font-size: 16px;
    }


    .chan-ul2 {
        margin-top: 30px;
    }

        .chan-ul2 ul {
            padding-left: 0;
        }

    .chan-pp {
        padding-top: 0px;
    }

        .chan-pp p {
            margin-top: 20px;
        }










    .f-right p {
        text-align: center;
    }

        .f-right p img {
            width: 30%;
        }

    .footer {
        padding-top: 20px;
    }

        .footer h4 {
            font-size: 18px;
        }

        .footer ul li a {
            line-height: 37px;
        }
}
