
/*banner*/
.banner {
    position: relative;
    overflow: hidden;
    height: 500px;
}

    .banner .swiper-container {
        width: 100%;
        height: 100%;
    }

    .banner .swiper-slide {
        background-size: cover;
        color: #fff;
        background-position: center center;
        height: 100%;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        width: 100%;
        /*height: 56.25vw;*/
        /*max-height: 100vh;*/
    }

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


.banner img {
    width: 100%;
}

.banner .swiper-bottom {
    width: 200px;
    bottom: 40px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    height: 30px;
    z-index: 5;
}

    .banner .swiper-bottom .swiper-pagination-progressbar {
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        margin-top: -1px;
        background: rgba(255,255,255,.25);
    }

.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
}

.banner .swiper-button-prev, .banner .swiper-button-next {
    width: unset;
    height: unset;
    background: unset !important;
    margin-top: unset;
    transform: translateY(-50%);
    color: #fff;
}

.banner .swiper-button-prev {
    left: -50px;
}

.banner .swiper-button-next {
    right: -50px;
}

    .banner .swiper-button-prev:after,
    .banner .swiper-button-next:after {
        font-family: "iconfont";
        font-size: 14px;
        content: "\e72d";
    }

.banner .swiperNum {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
    right: -36px;
    text-align: right;
}

    .banner .swiperNum ul li {
        position: absolute;
        left: 0;
        width: 36px;
        text-align: center;
    }

    .banner .swiperNum .total {
        width: 36px;
        text-align: center;
        display: inline-block;
    }

.ui-loop {
    position: absolute;
    width: 32px;
    height: 32px;
    right: -90px;
    cursor: pointer;
    top: 50%;
    margin-top: -16px;
}

    .ui-loop .iconfont {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
    }

    .ui-loop.pause .icon-pause:before {
        content: "\e72d";
    }

.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}

/*@media screen and (max-width: 767px) {
    .banner .swiper-bottom {
        width: 120px;
        margin-left: -60px;
    }
}*/

.banner .swiper-pagination-lock + .swiperNum + .ui-loop,
.banner .swiper-pagination-lock + .swiperNum {
    display: none;
}

.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
    color: #aaa;
}
/*banner END*/

/*swiper-button*/
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 40px;
    height: 40px;
    z-index: 998;
    background: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: var(--color-primary);
    border-radius: 50%;
    color: #fff;
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        background: #F4F4F4;
        color: var(--color-text-primary);
        opacity: 1;
    }

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background: var(--color-primary);
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 18px;
        font-weight: lighter;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        content: "\e60e";
        font-family: "iconfont";
    }

    .swiper-button-prev:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -20px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -20px;
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        position: relative;
        right: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

/*@media screen and (max-width: 767px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 40px;
        margin-top: -20px;
    }
}*/
/*swiper-button END*/


.cname {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    overflow: hidden;
    border-left: 5px solid var(--zhu-color);
}

    .cname h1 {
        background-color: transparent;
        background: linear-gradient(to right, #EA9312, #EA931220, transparent);
        color: var(--zhu-color);
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        padding-left: 10px;
    }

        .cname h1 span {
            color: #333;
            margin-left: 20px;
            font-style: inherit;
            text-transform: uppercase;
        }

    .cname a {
        display: flex;
        align-items: center;
    }

        .cname a:after {
            content: "";
            background: url(../imgs/more.png) no-repeat;
            height: 36px;
            width: 36px;
            margin-left: 10px;
            transition: all ease 0.4s;
        }

        .cname a:hover:after {
            transform: rotate(45deg)
        }

    .cname.w {
        border-left-color: #fff;
    }

        .cname.w h1, .cname.w h1 span, .cname.w a {
            color: #fff;
        }

            .cname.w a:after {
                background-image: url(../imgs/more-w.png);
            }

/* NEW */
.news {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

    .news .baod {
        width: 630px;
    }

        .news .baod .content {
            margin-top: 25px;
        }

.swiper-news {
    height: 390px;
    font-size: 0;
}

    .swiper-news .swiper-slide>a {
        height: 330px;
        width: 100%;
        overflow: hidden;
        display: block;
    }

        .swiper-news a img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transition: all ease 0.4s;
        }

            .swiper-news a img:hover {
                transform: scale(1.2);
            }

    .swiper-news .text {
        background: var(--zhu-color);
        height: 60px;
        line-height: 60px;
        display: flex;
        font-size: 18px;
    }

        .swiper-news .text span {
            background: #fff;
            width: 135px;
            text-align: center;
            font-weight: bold;
            color: var(--zhu-color)
        }

        .swiper-news .text a {
            width: 370px;
            color: #fff;
            text-indent: 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .swiper-news .swiper-pagination {
        left: auto !important;
        right: 10px;
        bottom: 20px !important;
        width: auto !important;
    }

    .swiper-news .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: #fff;
    }


.news .baod ul {
    /* margin: 0 10px; */
    /* margin-top: 20px; */
    /* margin-bottom: -5px; */
}

    .news .baod ul li {
        line-height: 65px;
        height: 65px;
        border-bottom: 1px dashed #F2F2F2;
        position: relative;
    }

        .news .baod ul li:last-child {
            border: 0;
        }

        .news .baod ul li a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            font-size: 18px;
            padding: 0 10px;
            padding-right: 150px;
            transition: all ease 0.4s;
            display: block;
            font-weight: bold;
        }

            .news .baod ul li a:before {
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                background: var(--zhu-color);
                margin-right: 10px;
                vertical-align: middle;
                border-radius: 50%;
            }

        .news .baod ul li span {
            position: absolute;
            right: 10px;
            top: 0;
            font-size: 20px;
            color: #999;
        }

        .news .baod ul li a:hover {
            color: var(--zhu-color);
        }

.news .tongz {
    width: 630px;
}

    .news .tongz .list {
        margin-top: 25px;
    }

        .news .tongz .list .list_a {
            display: flex;
            margin-top: 18px;
            padding: 0 10px;
            height: 50px;
            align-items: center;
            transition: all ease 0.4s;
            font-weight: bold;
            font-size: 18px;
        }

            .news .tongz .list .list_a .date {
                font-size: 20px;
                font-weight: 900;
                color: var(--zhu-color);
                transition: all ease 0.4s;
            }


            .news .tongz .list .list_a i {
                width: 2px;
                height: 27px;
                background: rgb(211,211,211);
                margin: 0 15px;
            }

            .news .tongz .list .list_a .text {
                flex: 1;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .news .tongz .list .list_a:hover {
                color: #fff;
                background: var(--zhu-color);
            }

                .news .tongz .list .list_a:hover .date {
                    color: #fff;
                }


        .news .tongz .list .list_top {
            display: flex;
            background: var(--zhu-color);
            padding: 15px;
        }

            .news .tongz .list .list_top img {
                width: 215px;
                height: 140px;
                object-fit: cover;
            }

            .news .tongz .list .list_top .text {
                flex: 1;
                color: #fff;
                margin-left: 20px;
            }

                .news .tongz .list .list_top .text span {
                    font-size: 16px;
                }

                .news .tongz .list .list_top .text h3 {
                    font-weight: bold;
                    line-height: 25px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    max-height: 50px;
                    margin-top: 10px;
                    font-size: 18px;
                }

                .news .tongz .list .list_top .text p {
                    font-size: 16px;
                    margin-top: 10px;
                    color: #D4D4D4;
                    transition: all ease 0.4s;
                    max-height: 43px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                }


.lxjg {
    margin-top: 50px;
}

    .lxjg .content {
        overflow: hidden;
        margin-top: 25px;
    }
.lxjgSwiper{
    width:100%;
    height: 620px;
}
.lxjgSwiper .swiper-slide{
    height:290px;
    width:410px;
    overflow: hidden;
}
        .lxjg .content a {
            font-size: 0;
            color: #333;
        }

            .lxjg .content a .img {
                width: 410px;
                height: 230px;
                overflow: hidden;
            }

                .lxjg .content a .img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    transition: all ease 0.4s;
                }

            .lxjg .content a p {
                padding: 0 5px;
                font-size: 18px;
                font-weight: bold;
                line-height: 25px;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 50px;
                margin-top: 10px;
            }

            .lxjg .content a:hover {
                color: var(--zhu-color);
            }

                .lxjg .content a:hover img {
                    transform: scale(1.2);
                }



.gsgg {
    background: url(../imgs/bg-tz.jpg) no-repeat center;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
}

    .gsgg .content {
        display: flex;
        margin-top: 25px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .gsgg .content a {
            background: #fff;
            line-height: 60px;
            font-size: 18px;
            padding: 0 20px;
            width: 630px;
            margin-bottom: 20px;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.foot {
    background: url(../imgs/bg-d.png) no-repeat bottom;
    padding-top: 50px;
    padding-bottom: 60px;
}

    .foot > .wl {
        display: flex;
        justify-content: space-between;
    }

.dzjs {
    width: 630px;
}

    .dzjs .content {
        margin-top: 25px;
        background: #fff;
        padding: 20px;
        padding-bottom: 10px;
    }

        .dzjs .content .swiper-dzjs {
            font-size: 0;
            margin-bottom: 10px;
        }

            .dzjs .content .swiper-dzjs img {
                width: 590px;
                height: 360px;
                object-fit: cover;
            }
.dzjs .content .swiper-dzjs .swiper-pagination-bullet{height: 15px;width: 15px;}

        .dzjs .content ul a {
            line-height: 40px;
            font-size: 18px;
            font-weight: bold;
            position: relative;
            width: 100%;
            display: block;
            padding-right: 120px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .dzjs .content ul a span {
                position: absolute;
                right: 0;
                color: #999;
                font-weight: 400;
            }

.xzzx {
    width: 630px;
}

    .xzzx .list {
        margin-top: 25px;
    }

        .xzzx .list .list_a {
            display: flex;
            background: #fff url(../imgs/icon-dows.png) no-repeat 97%;
            margin-bottom: 10px;
            height: 96px;
            align-items: center;
            position: relative;
        }

            .xzzx .list .list_a .date {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                width: 55px;
                font-weight: bold;
                font-size: 14px;
                margin-left: 15px;
            }

                .xzzx .list .list_a .date .d {
                    background: var(--zhu-color);
                    line-height: 30px;
                    color: #fff;
                    width: 100%;
                }

                .xzzx .list .list_a .date .y {
                    background: #EA9414;
                    line-height: 20px;
                    color: var(--zhu-color);
                    width: 100%;
                }

            .xzzx .list .list_a .text {
                margin-left: 10px;
                flex: 1;
                overflow: hidden;
                margin-right: 70px;
            }

                .xzzx .list .list_a .text p {
                    font-size: 18px;
                    font-weight: bold;
                    margin-bottom: 5px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .xzzx .list .list_a .text span {
                    display: block;
                    color: #999;
                    font-size: 14px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .xzzx .list .list_a:before {
                height: 4px;
                position: absolute;
                content: "";
                top: 0;
                width: 100%;
                background: var(--zhu-color);
            }

            .xzzx .list .list_a:after {
                height: 4px;
                position: absolute;
                content: "";
                top: 0;
                width: 0%;
                background: #EA9414;
                transition: all ease 0.4s;
            }

            .xzzx .list .list_a:hover:after {
                width: 100%;
            }
