.swiper1 {
    margin-top: 110px;
    width: 100%;
    height: 700px;
    --swiper-pagination-color: rgb(102, 255, 0);
}

.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
    color: #79b552;
}

.swiper2 {
    --swiper-pagination-color: #79b552;
}

.swiper1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#GuanYu {
    overflow: hidden;
    height: 500px;
    margin: 200px auto;
}

#GuanYu .l,
#GuanYu .r {
    flex: 1;
}

#GuanYu .l .box {
    position: relative;
    width: 400px;
    height: 250px;
    border: 10px solid rgb(246, 207, 95);
}

#GuanYu .l .box .bg {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 400px;
    height: 250px;
    background: #bdf09b;
}

#GuanYu .l .box .img {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 400px;
    height: 250px;
    overflow: hidden;
    box-shadow: 2px 2px 5px #666;
}

#GuanYu .l .box video {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

#GuanYu .l .tit {
    position: absolute;
    right: 110px;
    text-align: center;
    top: -50px;
    z-index: 3;
    font-size: 18px;
    background: rgb(246, 207, 95);
    color: #fff;
    padding: 10px 35px;
    border-radius: 10px 10px 0 0;
}

#GuanYu .r .tit {
    display: inline-flex;
    padding: 5px 15px;
    border: 1px solid #79b552;
    color: #79b552;
}

#GuanYu .r p {
    margin-top: 35px;
    color: #666;
    font-size: 14px;
}

#GuanYu .r a {
    transition: all .5s;
    margin-top: 35px;
    width: 220px;
    height: 50px;
    background: #f6cf5f;
    font-size: 14px;
    color: #807146;
    display: flex;
    justify-content: center;
    align-items: center;
}

#GuanYu .r a:hover {
    background: #79b552;
    color: #fff;
}

#News {
    overflow: hidden;
    position: relative;
    height: 700px;
    background: rgb(251, 244, 225);
    padding: 100px 0;
}

#News .bg {
    position: absolute;
    border: 5px solid #f6cf5f;
    border-right: 0px solid #000;
    width: 42%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 85%;
}

#News .w {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

#News .w .l,
#News .w .r {
    flex: 0 0 50%;
}

#News .w .r li {
    margin-top: 20px;
    width: 100%;
    height: 100px;
}

#News .w .r li a:hover {
    background: #fff;
    box-shadow: 0 0 10px rgb(255, 183, 0);
}

#News .w .r li a:hover .con p:nth-child(1) {
    color: #79b552;
}

#News .w .r li a {
    padding: 10px;
    display: flex;
    width: 100%;
    overflow: hidden;
    transition: .5s all;
}

#News .w .r li .day {
    flex: 0 0 100px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 183, 0);
    font-weight: bolder;
}
#News .w .r li .con {
    width: 65%;
    margin-right: 40px;
}

#News .w .r li .con p:nth-child(1) {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 50%;
    transition: .5s all;
}

#News .w .r li .con p:nth-child(2) {
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

#News .w .r li .date {
    color: #666;
}

#News .w .l .box h1 {
    padding-bottom: 10px;
    color: rgb(255, 183, 0);
}

#News .w .l .box a {
    float: right;
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
    color: rgb(255, 183, 0);
    border: 2px solid rgb(255, 183, 0);
    padding: 5px 20px;
    transition: .5s all;
}

#News .w .l .box a:hover {
    background: #79b552;
    color: #fff;
    border: 2px solid #79b552;
}

#News .w .l .box .img {
    width: 80%;
    border: 3px solid rgb(255, 183, 0);
    overflow: hidden;
}

#News .w .l .box img {
    width: 100%;
    transition: .5s all;
}

#News .w .l .box img:hover {
    transform: scale(1.2);
}

#News .w .l .box p:nth-child(3) {
    color: #333;
    margin: 10px 0;
}

#News .w .l .box p:nth-child(4) {
    color: #666;
    margin: 10px 0;
}

.swiper2 {
    padding: 20px;
    width: 100%;
    height: 500px;
    border: 5px solid #f6cf5f;
}

.swiper2 .swiper-slide {
    height: 100%;
}

#ChanPing {
    overflow: hidden;
    margin-top: 150px;
    margin-bottom: 150px;
}

#ChanPing .box {
    margin-top: 30px;
    margin-bottom: 100px;
}

#ChanPing .swiper2 .img {
    height: 350px;
    overflow: hidden;
}

#ChanPing .swiper2 .img img {
    height: 100%;
    transform: scale(1.2);
}
#ChanPing .swiper2 a{
    color: #333;
}
#ChanPing .swiper2 p {
    text-align: center;
    margin-top: 20px;
    color: #333 !important;
}

#ChanPing .swiper2 .con {
    padding-bottom: 20px;
    transition: .5s all;
}

#ChanPing .swiper2 .con:hover {
    box-shadow: 0 0 10px rgb(246, 207, 95);
}

#ChanPing .swiper2 .con:hover p {
    color: rgb(246, 207, 95);
}

.video {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99;
}

.video video {
    width: 300px;
}

.video button {
    margin-top: 10px;
    padding: 10px 20px;
    background: rgb(34, 85, 0);
    border: none;
    color: #fff;
}

@media (max-width:1200px) {
    .swiper1 {
        margin-top: 90px;
        height: 500px;
    }

    #GuanYu .l .box {
        width: 300px;
        height: 180px;
        border: 10px solid rgb(246, 207, 95);
    }

    #GuanYu .l .box .bg {
        width: 300px;
        height: 180px;
    }

    #GuanYu .l .box .img {
        width: 300px;
        height: 180px;
    }

    #News .w .r li .con {
        width: 70%;
        margin-right: 40px;
    }

    #News .r .box .date {
        display: none;
    }

    #News .w .r li .con p:nth-child(1) {
        font-size: 14px;
        transition: .5s all;
    }

    #News .w .r li .con p:nth-child(2) {
        margin-top: 5px;
        font-size: 12px;
    }

    #News .w .l .box h1 {
        font-size: 18px;
    }

    #News .w .l .box a {
        font-size: 12px;
        margin-top: 2px;
        padding: 2px 10px;
    }

    #News .w .l .box p:nth-child(3) {
        font-size: 14px;
    }

    #News .w .l .box p:nth-child(4) {
        font-size: 12px;
    }

    .swiper2 {
        height: 400px;
    }

    #ChanPing {
        margin: 100px 0;
    }

    #ChanPing .box {
        margin-bottom: 50px;
    }
}

@media (max-width:900px) {
    .w {
        width: 95%;
    }

    .swiper1 {
        margin-top: 60px;
        height: 200px;
    }

    .swiper2 {
        margin-top: 40px;
        height: 200px;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    #GuanYu {
        margin: 50px auto;
        height: auto;
        flex-direction: column;
    }

    #GuanYu .l {
        order: 2;
        width: 100%;
    }

    #GuanYu .l .tit,
    #GuanYu .l .bg {
        display: none;
    }

    #GuanYu .l .box .img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        box-shadow: none;
    }

    #GuanYu .l .box {
        position: relative;
        width: 100%;
        height: 250px;
        border: 5px solid rgb(246, 207, 95);
    }

    #GuanYu .r {
        padding: 10px;
        margin-bottom: 20px;
    }

    #GuanYu .r p {
        font-size: 12px;
    }

    #GuanYu .r .box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #GuanYu .r a {
        font-size: 12px;
        width: 120px;
        height: 40px;
        margin-top: 15px;
    }

    #GuanYu .r p {
        margin-top: 15px;
    }

    #News {
        height: 800px;
    }

    #News .w {
        width: 90%;
        flex-direction: column;
    }

    #News .w .r {
        width: 100%;
    }

    #News .w .r .box .day {
        flex: 0 0 40px;
        font-size: 18px;
    }

    #News .w .r li {
        margin-top: 10px;
        height: 50px;
        overflow: hidden;
    }

    #News .w .r li a {
        padding: 0px;
    }

    #News .w .r li .con {
        width: 100%;
        margin-right: 0px;
    }

    #News .w .r li .con p:nth-child(1),
    #News .w .r li .con p:nth-child(2) {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #News .w .r li .con p:nth-child(2) {
        margin-top: 0px;
        height: 30px;
        width: 90%;
    }

    #News .w .r li a {
        padding-top: 5px;
        background: #fff;
    }

    #ChanPing {
        margin: 50px 0;
    }

    #ChanPing .box {
        margin-bottom: 50px;
    }

    .swiper2 {
        padding: 10px;
        border: 2px solid #f6cf5f;
    }

    #ChanPing .box {
        margin-bottom: 0px;
    }

    #ChanPing .swiper2 .img {
        height: 120px;
    }

    #ChanPing .swiper2 p {
        margin-top: 10px;
        font-size: 12px;

    }

    #ChanPing .swiper2 .con {
        padding-bottom: 10px;
        box-shadow: 0 0 10px rgb(246, 207, 95);
    }
}