* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

header {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
}

header img {
    width: 100%;
}

.head_t {
    position: absolute;
    top: 5%;
}

.bza {
    background: url(../images/jz.png) no-repeat;
    position: absolute;
    width: 1400px;
    height: 230px;
    bottom: 8%;
    display: flex;
    align-items: center;

}

.bza img {
    width: 5%;
    margin-left: 5%;
}

.bza p {
    margin-left: 20px;
    width: 80%;
    text-indent: 2em;
    font-size: 17px;
    line-height: 37px;
    color: #3a3a3a;
    font-family: "Microsoft Ya Hei";
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.jjyw {
    width: 100%;
    margin-top: -11%;
    background-position: center;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}


.jjyw .title {
    top: 17%;
    position: absolute;
    display: inline-block;
    font-size: 41px;
    font-weight: bold;
    color: #ffe2aa;
    z-index: 999;

}

.jjywbg {
    width: 100%;
    top: 0%;
}

.jjyw .nr {
    width: 1400px;
    height: 50%;
    position: absolute;
    display: flex;
}

.jjyw .nr .l {
    height: 100%;
    width: 50%;
    position: relative;
}

.jjyw .nr .l .kd {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;

}

.jjyw .nr .l .kd img {
    position: absolute;
    left: 10%;
}

.jjyw .nr .l .kd img:nth-child(1) {
    width: 10%;
    top: 0;

}

.jjyw .nr .l .kd img:nth-child(2) {
    width: 7%;
    top: 1.5%;
    left: 11.5%;
}

.jjyw .nr .l .kd img:nth-child(3) {
    width: 13px;
    top: 16%;
    left: 14.8%;


}

.jjyw .nr .l ul {
    position: absolute;
    top: 20%;
    width: 100%;
    height: 70%;
    overflow: hidden;
}

.jjyw .nr .l ul:hover {
    overflow-y: scroll;
}

.jjyw .nr .l ul li {
    height: 100px;
    display: flex;
    margin-bottom: 40px;
    align-items: center;


}

.jjyw .nr .l ul li .d {
    width: 70px;
    background-color: #b7a263;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    border: 1px solid;
}

.jjyw .nr .l ul li .t {
    width: 80%;
    color: #fff;
    margin-left: 100px;
    height: 100%;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jjyw .nr .l ul li .t a {

    font-size: 20px;
    line-height: 36px;
    color: #f4e5d3;
}

.jjyw .nr .l ul li .t a p {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    line-height: 25px;
    color: #f4e5d3;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*滚动条整体样式*/
.test-1::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 4px;
    height: 1px;
}

/*滚动条里面小方块*/
.test-1::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #b7a263;
}

/*滚动条里面轨道*/
.test-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #dff1ff;
    background: #c8d8e5;
}

.jjyw .nr .r {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.jjyw .nr .r .top {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    margin-top: 10%;
}

.jjyw .nr .r .top>a div {
    height: 200px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    position: relative;
    margin: 0 20px;
}


.jjyw .nr .r .top>a div img {
    width: 100%;
    height: 100%;
}

.jjyw .nr .r .top>a div .video {
    height: 22%;
    width: 15%;
    position: absolute;
    top: 30%;
}

.jjyw .nr .r .top>a div p {
    width: 100%;
    height: 40px;
    background-color: #f3e5d3;
    font-size: 15px;
    line-height: 25px;
    color: #2b2b2b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
}

.jjyw .nr .r .bottom {
    height: 50%;
    margin-left: 25px;
}

.jjyw .nr .r .bottom ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

}

.jjyw .nr .r .bottom ul li {
    height: 40px;
    width: 100%;
    background: linear-gradient(to right, #f4e5d3, #f4e5d3, #f4e5d3, #f4e5d300);
    display: flex;
    align-items: center;
    padding: 0 20px;
    padding-right: 12%;
}

.jjyw .nr .r .bottom ul li a {

    font-size: 15px;
    line-height: 25px;
    color: #387573;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

















.hdrc {
    width: 100%;
    margin-top: -15%;
    background-position: center;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hdrcbg {
    width: 100%;
    top: 0%;
}

.hdrc_t {
    position: absolute;
    top: 6%;
    margin-left: -3%;
}

.hdrc ul {
    width: 50%;
    height: 60px;
    position: absolute;
    top: 22%;
    display: flex;
    justify-content: space-around;
}

.hdrc ul li {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.hdrc ul li p {
    position: absolute;
}

.hdrc ul li img {
    position: absolute;
    height: 100%;
    width: 220px;
}

.hdrc ul li .d2 {
    display: none;
}

.hdrc ul li .d1 {
    height: 80px;
    width: 250px;
}

.hdrc ul .active {
    color: #c18540;
}

.hdrc ul .active .d2 {
    display: block;
}

.hdrc ul .active .d1 {
    display: none;
}

.hdrc .rc {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 35%;

}

.hdrc .rc>div {
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    display: none;

}

.hdrc .rc .active {
    display: flex;
}

.hdrc .rc .l {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.hdrc .rc .l>div {
    width: 80%;
}

.hdrc .rc .l>div img {
    width: 100%;
    height: 200px;
}

.hdrc .rc .l>div p {
    width: 100%;
    font-size: 14px;
    color: #c18540;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hdrc .rc .r {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.hdrc .rc .r>div {
    width: 100%;
    height: 80%;
    margin-top: 40px;
    overflow-y: scroll;
    margin-left: 10%;
    padding-right: 15%;
    text-indent: 2em;
    font-size: 16px;
    line-height: 25px;
    color: #3f3f3f;
    font-weight: bold;
}


/*滚动条整体样式*/
.test-2::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 6px;
    height: 1px;
}

/*滚动条里面小方块*/
.test-2::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #29a290;
    border-radius: 5px;
}

/*滚动条里面轨道*/
.test-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #dff1ff;
    background: #c8d8e5;
}


.ds {
    width: 100%;
    background-position: center;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ds .dsbg {
    width: 100%;
}

.ds .nr {
    position: absolute;
    height: 100%;
    width: 55%;
    margin-left: 23%;
}

.ds .nr .t {
    font-size: 40px;
    color: #ffffff;
    margin-top: 8%;
    margin-bottom: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ds .nr .t a {
    color: #ffffff;

}

.ds .nr1 {
    height: 55%;
    display: flex;
}

.ds .nr1 .l {
    height: 100%;
    width: 55%;
    position: relative;
}

.ds .nr1 .l .fbt {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000073;

}

.ds .nr1 .l .fbt p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    text-align: center;

}

.ds .nr1 .l .fbt p a {
    font-size: 15px;
    color: #ffffff;
}

.ds .nr1 .l img {
    width: 100%;
    height: 100%;
}


.ds .nr1 .r {
    height: 100%;
    width: 40%;
    margin-left: 4%;
}

.ds .nr1 .r ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.ds .nr1 .r ul li {
    width: 100%;
    display: flex;
    align-items: center;

}

.ds .nr1 .r ul li a {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #eae2cb;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ds .nr1 .r ul li:nth-child(2) {
    margin-bottom: 5%;

}


.ds .nr1 .r ul li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #eae2cb;
    margin-right: 3%;
    border-radius: 50%;
}


.dv {
    width: 100%;
    background-position: center;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dvbg {
    width: 100%;
}

.dv_t {
    position: absolute;
    top: 0;
    margin-left: -2%;
}

.dv ul {
    width: 80%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dv ul li {
    width: 40%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fcf7f4;
    margin: 1% 5%;
    padding-left: 20px;
}

.dv ul li:nth-child(1),
.dv ul li:nth-child(3) {
    flex-direction: row-reverse;
    border-right: 4px dotted #b04338;
    border-radius: 20px 100px 100px 20px;

}

.dv ul li:nth-child(2),
.dv ul li:nth-child(4) {
    border-left: 4px dotted #b04338;
    border-radius: 100px 20px 20px 100px;

}

.dv ul li a {
    height: 72%;
    display: inline-block;
    font-size: 20px;
    line-height: 31px;
    color: #5e3532;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.dv ul li img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.dv ul li:nth-child(1) img,
.dv ul li:nth-child(3) img {
    margin-left: 10px;
    margin-right: 10px;

}

.dv ul li:nth-child(2) img,
.dv ul li:nth-child(4) img {
    margin-left: -10px;
    margin-right: 10px;

}


.xczj {
    width: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
}

.xczjbg {
    width: 100%;

}

.xczj_t {
    position: absolute;
    top: 0;
    margin-left: -2%;

}

.xczj .sw {
    position: absolute;
    top: 20%;
    overflow: hidden;
    width: 60%;
    height: 60%;


}

.xczj .swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
}

.xczj .swiper-slide {
    width: 300px;
    height: 70%;
    text-align: center;
    font-size: 18px;
    background: #cfb79b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    border: 2px solid #fff;
    z-index: 0;
    filter: drop-shadow(8px 13.856px 4px rgba(147, 90, 25, 0.28));
    /* 添加硬件加速优化 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xczj .swiper-slide-active {
    z-index: 2;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
}

.xczj .swiper-slide-prev,
.xczj .swiper-slide-next {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    z-index: 1;
}

.xczj .swiper-slide a {
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
}

.xczj .swiper-slide a .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007e;
}

.xczj .swiper-slide a img {
    height: 100%;
    width: 100%;
}

.xczj .swiper-slide-active a .mask {
    background-color: transparent;
}

.xczj .next,
.xczj .prev {
    position: absolute;
    top: 45%;
    cursor: pointer;
}

.xczj .next {
    left: 12%;
}

.xczj .prev {
    right: 12%;
}

.hdwh {
    width: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
}

.hdwhbg {
    width: 100%;
}

.hdwh_t {
    position: absolute;
    top: 0;
    margin-left: -2%;

}

.hdwh .swiper1 {
    position: absolute;
    top: 20%;
    width: 100%;
    height: 69%;
    overflow: hidden;
}

.hdwh .swiper-slide {
    width: 300px;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #cfb79b;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    z-index: 0;
    position: relative;
}

.hdwh .swiper-slide-active {
    transform: scale(2, 1);
    -webkit-transform: scale(2, 1);
    -ms-transform: scale(2, 1);
    z-index: 1;
}

.hdwh .swiper-slide a {
    width: 100%;
    height: 100%;
}

.hdwh .swiper-slide a img {
    height: 100%;
    width: 100%;
}

.hdwh .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000067;
    z-index: 2;
}

.hdwh .swiper-slide-active .mask {
    display: none;
}

.hdwh .swiper-slide a .t {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000080;
    display: none;
}

.hdwh .swiper-slide a p {
    transform: scale(0.5, 1);
    -webkit-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    padding: 10px;
    font-size: 30px;
    line-height: 26px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.hdwh .swiper-slide-active a p {
    display: block;
}

.hdwh .swiper-slide-active a .t {
    display: flex;
}

.hdwh .next1,
.hdwh .prev1 {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 2;
}

.hdwh .next1 {
    left: 18%;
}

.hdwh .prev1 {
    right: 18%;
}


.db {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-color: #580101;
}

.db div {
    color: #cfc3ad;
    font-size: 12px;
    line-height: 24px;
}

.db ul {
    display: flex;
}

.db ul li {
    color: #cfc3ad;

}

.db ul li a {
    font-size: 12px;
    line-height: 24px;
    color: #cfc3ad;
    margin: 0 10px;

}

@media screen and (max-width: 1000px) {

    .bza {
        width: 80%;
        height: 30%;
        background-size: 100% 100%;
        bottom: 1%;
    }

    .bza img {
        width: 9%;
        margin-left: 5%;
    }

    .bza p {
        width: 75%;
        margin-left: 10px;
        font-size: 10px;
        line-height: 12px;
    }






    .jjyw {
        width: 100vw;
        overflow: hidden;
    }

    .jjyw .title {
        width: 80%;
        font-size: 14px;
        margin-top: 1%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .jjyw .nr {
        width: 100%;
    }

    .jjywbg {
        margin-top: 1%;
    }

    .jjyw .nr .l .kd img {
        left: 29%;
    }

    .jjyw .nr .l .kd img:nth-child(1) {
        display: none;
    }

    .jjyw .nr .l .kd img:nth-child(2) {
        width: 15%;
        top: 12%;
        left: 31.5%;
    }

    .jjyw .nr .l .kd img:nth-child(3) {
        display: none;
    }

    .jjyw .nr .l ul {
        top: 36%;
        overflow-y: scroll;
        height: 90%;
    }

    .jjyw .nr .l ul li {
        height: 50px;
        margin-bottom: 5px;
    }

    .jjyw .nr .l ul li .t {
        height: 60%;
        width: 100%;
        margin-left: 5px;
    }

    .jjyw .nr .l ul li .t a {
        font-size: 12px;
        line-height: 12px;
        text-wrap: wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

    }

    .jjyw .nr .l ul li .t a p {
        display: none;
    }

    .jjyw .nr .l ul li .d {
        width: 50px;
        font-size: 12px;
        line-height: 12px;
    }

    .jjyw .nr .r {
        /* display: none; */
    }

    .jjyw .nr .r .bottom {
        margin-left: 10px;
    }

    .jjyw .nr .r .top>a div p {
        font-size: 10px;
        line-height: 10px;
        padding: 5px 0;
    }

    .jjyw .nr .r .top>a div {
        width: 80px;
        height: 60px;
        margin: 1px 5px;
    }

    .jjyw .nr .r .bottom ul {
        margin-top: 5%;
        margin-left: 0;
    }

    .jjyw .nr .r .bottom ul li {
        height: 15px;
        padding: 5px;
        margin-bottom: 2px;
    }

    .jjyw .nr .r .bottom ul li a {
        font-size: 10px;
        line-height: 12px;
    }

    .hdrc {
        margin-top: 0px;
        width: 100vw;
        overflow: hidden;
        z-index: 3;
    }

    .hdrcbg {
        transform: scale(1.4);

    }

    .hdrc ul {
        width: 80%;
        top: 8%;
    }

    .hdrc ul li {
        width: 100px;
        font-size: 12px;
        line-height: 12px;
    }

    .hdrc ul li .d1 {
        width: 100px;
        height: 30px;

    }

    .hdrc ul li .d2 {
        width: 80px;
        height: 20px;

    }

    .hdrc .rc {
        width: 80%;
        height: 70%;
        top: 30%;
    }

    .hdrc .rc .l>div {
        margin-bottom: 5px;
        text-align: center;
    }

    .hdrc .rc .l>div img {
        width: 80%;
        height: 70%;
    }

    .hdrc .rc .l>div p {
        font-size: 12px;
        -webkit-line-clamp: 1;
    }

    .hdrc .rc .r {
        padding-top: 10px;
    }

    .hdrc .rc .r>img {
        width: 100px;
    }

    .hdrc .rc .r>div {
        width: 90%;
        margin-top: 5px;
        font-size: 10px;
        margin-left: 5%;
        padding-right: 5%;
        line-height: 15px;
    }

    .ds .nr .t {
        font-size: 12px;
        -webkit-line-clamp: 1;

    }


    .ds .nr1 .l {
        height: 81%;
        width: 46%;
    }

    .ds .nr1 .l .fbt {
        height: 20px;
    }

    .ds .nr1 .l .fbt p a {
        font-size: 10px;
    }

    .ds .nr1 .r {
        width: 50%;
    }

    .ds .nr1 .r ul li a {
        font-size: 12px;
        line-height: 14px;
        -webkit-line-clamp: 1;
    }

    .ds .nr1 .r ul li::before {
        width: 5px;
        height: 5px;
    }

    .ds .nr1 .r ul li:nth-child(3)::after {
        top: -50%;
    }

    .dv {
        width: 100vw;
        height: 268px;
        display: flex;
        align-items: flex-end;
        background: url(../images/dvgcy.png) no-repeat;
        background-size: 150%;
        background-position: 50% 10%;

    }

    .dvbg {
        display: none;
    }

    .dv ul li {
        width: 50%;
        height: 70px;
        margin: 0;
        padding-left: 5px;
    }

    .dv ul li img {
        width: 50%;
        height: 100%;
    }

    .dv ul {
        height: 60%;
        top: 20%;
    }

    .dv ul li a {
        height: 70%;
        font-size: 10px;
        line-height: 12px;
    }

    .dv ul li:nth-child(1) img,
    .dv ul li:nth-child(3) img {
        margin-left: 5px;
        margin-right: 5px;
    }

    .dv ul li:nth-child(2) img,
    .dv ul li:nth-child(4) img {
        margin-left: -5px;
        margin-right: 5px;
    }

    .dv ul li:nth-child(1),
    .dv ul li:nth-child(3) {
        border-right: 2px dotted #b04338;
    }

    .dv ul li:nth-child(2),
    .dv ul li:nth-child(4) {
        border-left: 2px dotted #b04338;
    }

    .xczj .next img,
    .xczj .prev img {
        width: 20px;
    }




    .hdwh .next1 img,
    .hdwh .prev1 img {
        width: 20px;

    }

    .hdwh .swiper-slide a .t {
        height: 30px;
    }


    .hdwh .swiper-slide a p {
        font-size: 12px;
    }

    .db {
        height: 130px;
    }

    .db ul li a {
        font-size: 10px;
        margin: 0 1px;
    }

    .db div {
        width: 355px;
        font-size: 10px;
        display: flex;
        justify-content: center;

    }



    .xczj .swiper-slide {
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;

    }

    .xczj .swiper-slide-active {

        transform: scale(1.4) !important;
        -webkit-transform: scale(1.4) !important;
        -ms-transform: scale(1.4) !important;
    }

    .xczj .swiper-slide-prev,
    .xczj .swiper-slide-next {
        transform: scale(1.2) !important;
        -webkit-transform: scale(1.2) !important;
        -ms-transform: scale(1.2) !important;
    }




    .hdwh .swiper-slide {

        transform: scale(1, 1) !important;
        -webkit-transform: scale(1, 1) !important;
        -ms-transform: scale(1, 1) !important;
    }

    .hdwh .swiper-slide-active {
        transform: scale(2, 1) !important;
        -webkit-transform: scale(2, 1) !important;
        -ms-transform: scale(2, 1) !important;
    }


    .hdrc_t {
        width: 30%;
        top: -10%;
    }

    .dv_t {
        width: 30%;
        top: -8%;
    }

    .xczj_t {
        width: 30%;
        top: -8%;
    }

    .hdwh_t {
        width: 30%;
        top: -8%;
    }
}