* {
    font-family: -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "PingFang SC",
        "Hiragino Sans GB",
        "Microsoft YaHei",
        sans-serif !important;
}

html {
    overflow-x: hidden;
}

body {
    background: #fdfbf8;
}

.swiper-button-prev {
    width: 80px;
    height: 200px;
    margin-top: -100px;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    color: #B99969;
    outline: 0px none;
}

.swiper-button-next {
    width: 80px;
    height: 200px;
    margin-top: -100px;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    color: #B99969;
    outline: 0px none;

}

.service-container {
    position: relative;
}

.swiper-container {
    max-width: 100%;
}

.swiper-container img {
    width: 100%;
}

.swiper-button-prev-2 {
    left: 0;

}

.swiper-button-next-2 {
    right: 0;
}

.swiper-button-prev-1,
.swiper-button-next-1,
.swiper-button-prev-2,
.swiper-button-next-2 {
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    visibility: hidden;

}

.swiper-pagination-bullets {
    text-align: center;
    bottom: 30px !important;
}

.head-container:hover .swiper-button-next-1,
.head-container:hover .swiper-button-prev-1,
.service-container:hover .swiper-button-next-2,
.service-container:hover .swiper-button-prev-2 {
    opacity: 1;
    visibility: visible;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 10px;
    background: #624C16;
    border-radius: 0px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #E8CE8D;
    opacity: 1;
}

.section {
    /* width: 1190px; */
    margin: auto;
}

.section .sectionHead {
    padding: 90px 90px 60px;
    margin-top: 20px;
    text-align: center;
}

.section .sectionHead img {
    max-width: 100%;
}


.section .service {
    width: 30%;
    float: left;
    text-align: center;
    margin-left: 2.5%;
}

.section .service img {
    max-width: 100%;
}

.section .service h3 {
    font-size: 25.3px;
    color: #333333;
    letter-spacing: 1.05px;
    text-align: center;
    line-height: 37.95px;
}

.section .service p {
    font-size: 21.08px;
    color: #444444;
    letter-spacing: 0;
    line-height: 31.62px;
    text-align: left;
}

.section .service-wrap {
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 10px 10px 0 rgba(98, 76, 22, 0.10);
    border-radius: 10px;
    border-radius: 10px;
}

.section .service:last-child {
    margin-right: 20px;
}

.section .sectionContent {}

.section .swiper-container-2 {
    overflow: hidden;

}

.image {
    width: 22%;
    margin-left: 2.5%;
    float: left;
    position: relative;
}

.image img {
    max-width: 100%;
}

.image.right {
    /* background-image: linear-gradient(178deg, #E9D1A2 0%, #CFA469 99%); */
    border-radius: 10px;
}

.image.right.disable {
    /* background: #F0F0F0; */
}

.image.right.disable p {
    /* line-height: 200px; */
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.image:last-child {
    margin-right: 0;
}

.image .rightFooter {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 58px;
    line-height: 58px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    color: #E1C28F;
    letter-spacing: 0;
    border-radius: 0 0px 10px 10px;
}

.image .rightFooter.light {
    color: #FFF;
}

.image.right h4 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    margin-top: 50px;
}

.image.right h4.line2 {
    margin-top: 30px;
}

.image-wrap {
    margin-bottom: 30px;
}

.footer {
    background: #282830;
    width: 100%;
    margin-top: 100px;
    padding: 60px 0;
    color: #CDAC5B;

}

.footer .right {
    text-align: center;
}

.footer p {
    line-height: 28px;
    margin-top: 12px;
    font-size: 20px;
}

.footer p span {
    margin-right: 10px;
    font-size: 20px;
}

.footer p a {
    display: inline;
    color: #CDAC5B;
}

.footer span img {
    max-width: 16px;
    vertical-align: baseline;
}

@media(max-device-width:1180px) {
    .swiper-button-prev-2 {
        left: 10px;
    }

    .swiper-button-next-2 {
        right: 10px;
    }

}

@media (max-device-width:480px) {
    html {
        max-width: 100%;
        overflow-x: hidden;
    }

    .section {
        width: 100%;
    }

    .section .sectionHead {
        width: 100%;
        padding: 30px 50px 20px;
    }

    .section .sectionHead img {
        height: 30px;
    }

    .swiper-button-prev {
        width: 20px;
        height: 40px;
        border-radius: 2px;
        margin-top: 0;
        top: 160px;
        left: 0;
        background: rgba(0, 0, 0, 0.20);
    }

    .swiper-button-next {
        width: 20px;
        height: 40px;
        margin-top: 0;
        border-radius: 2px;
        top: 160px;
        right: 0;
        background: rgba(0, 0, 0, 0.20);
    }

    .swiper-button-next:after,
    .swiper-container-rtl .swiper-button-prev:after {
        font-size: 20px;
    }

    .swiper-button-prev:after,
    .swiper-container-rtl .swiper-button-next:after {
        font-size: 20px;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 3px;
    }

    .image {
        width: 30%;
        float: left;
        margin-bottom: 10px;
        margin-left: 2.5%;
        margin-right: 0;
    }

    .image-wrap {
        margin-bottom: 0px;
    }

    .image img {
        max-width: 100%;
    }

    .image.right {
        border-radius: 4px;

    }

    .image.right h4 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 40px;
    }

    .image .rightFooter {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        border-radius: 0 0px 4px 4px;
    }


    .image.right.disable p {
        line-height: 120px;
        font-size: 12px;
    }

    .section .service {
        width: 30%;
        margin: 0;
        margin-left: 2.5%;
        margin-right: 0;

    }

    .section .service-wrap {
        padding: 4px;
        box-shadow: 0px 4px 4px 0 rgba(98, 76, 22, 0.10);
        border-radius: 4px;
    }

    .section .service:last-child {
        margin-right: 0;
    }

    .section .service h3 {
        font-size: 14px;
        line-height: 28px;
        margin: 0;
    }

    .section .service p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .section .service img {
        max-width: 100%;
    }

    .footer {
        background: #282830;
        width: 100%;
        /* margin-top: 50px; */
        padding: 30px 0;
        color: #CDAC5B;
        text-align: center;
        margin-top: 50px;
    }

    .footer h3 {
        font-weight: bold;
        font-size: 14px;
        margin-top: 12px;
    }

    .footer h4 {
        margin-top: 24px;
        font-size: 12px;
        line-height: 20px;
    }

    .footer p {
        line-height: 18px;
        margin-top: 6px;
        font-size: 10px;
    }

    .footer .logo {
        height: 30px;
    }

    .footer p span {
        display: block;
        font-size: 10px;
    }

    .footer .right img {
        width: 100px;
    }


}