
/*--公共部分--*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

body {
    min-width: 1350px;
    width: 100%;
    height: 100%;
    font-family: 微软雅黑;
}

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul, li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        border: 0px solid #ccc;
    }

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

article, aside, footer, header, nav, section {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

    a:hover {
        background-repeat: no-repeat;
        text-decoration: none;
    }

.dadi_flex {
    display: -webkit-flex;
    display: flex;
}
/*头部*/
.navlist::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: inherit;
}

.navlist li {
    padding: 0 30px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

    .navlist li h3 {
        font-weight: bold;
    }

.header-right {
    position: absolute;
    right: 15px;
    top: 14px;
}

.subnav-titbox, .subnav-img {
    display: none;
}

.subnav-list {
    padding: 0 0 14px;
}

.header-wrap {
    position: relative;
    width: 1350px;
    top: 0;
    left: 50%;
    z-index: 200;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
    max-width: 1350px;
    margin-left: -675px;
}

.hfixed {
    position: fixed;
    background: #fff;
}

.youjiao_logo_2023 {
    float: left;
    display: block;
    padding: 10px 0;
}

    .youjiao_logo_2023 img {
        width: 120px;
        height: 45px;
    }

.header-nav {
    float: right;
    background: #2a7b60;
    position: relative;
}

    .header-nav::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        width: calc(100vw - 100%);
        height: 50px;
        background-color: #2a7b60;
        transform-origin: top right;
        transform: scaleX(-1);
    }

.navlist {
    position: relative;
    overflow: inherit;
    float: left;
    padding-right: 20px;
    padding-bottom: 0;
    background: #2a7b60;
    display: block !important;
}

    .navlist::before {
        content: "";
        position: absolute;
        top: 0;
        left: -25px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background-color: inherit;
    }

    .navlist li {
        float: left;
        padding: 0 15px;
        position: static;
        border-bottom: 0;
        z-index: 999;
    }

        .navlist li h3 {
            font-size: 16px;
        }

            .navlist li h3 a {
                color: #ffffff;
                display: block;
                font-size: 18px;
                padding: 0;
                line-height: 50px;
                height: 50px;
                position: relative;
            }

                .navlist li h3 a:after {
                    content: "";
                    display: block;
                    width: 0;
                    height: 2px;
                    background: #dfd7c9;
                    position: absolute;
                    bottom: 8px;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%);
                    -webkit-transition: width 0.5s;
                    -o-transition: width 0.5s;
                    -moz-transition: width 0.5s;
                    transition: width 0.5s;
                }

        .navlist li.cur h3 a, .navlist li:hover h3 a {
            color: #dfd7c9;
        }

            .navlist li.cur h3 a:after, .navlist li:hover h3 a:after {
                width: 100%;
            }

.header-right {
    float: left;
    padding-top: 32px;
    position: relative;
    top: 0;
}

.search-box, .language-box {
    position: relative;
}

.search-icon, .lang-icon {
    width: 36px;
    height: 36px;
    margin: 0 7px;
    line-height: 36px;
}

.search-icon {
    margin-right: 0;
}

.index-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: none;
}

.language-list {
    top: 35px;
    padding-top: 10px;
    display: none;
}

    .language-list a {
        font-size: 16px;
        padding: 5px 0;
    }

        .language-list a:hover {
            background-color: #000000;
            color: #fff;
        }

.m-search-box {
    position: absolute;
    right: -10px;
    top: 35px;
    width: 260px;
    padding-top: 10px;
}

    .m-search-box .psearch-text {
        padding: 10px;
    }

    .m-search-box .psearch-btn {
        width: 44px;
        top: 5px;
    }

.sub-wrap {
    position: fixed;
    width: 100%;
    top: 67px;
    left: 0px;
    background: rgba(236,236,230,0.95);
    z-index: -1;
    padding: 55px 0 30px;
}

.subnav-titbox {
    float: left;
    width: 15%;
    padding-right: 30px;
    display: block;
    margin-right: 5%;
}

    .subnav-titbox h4 {
        font-weight: bold;
        font-size: 24px;
        color: #2a7b60;
        padding: 40px 0;
        border-right: 1px solid #d5d5c8;
    }

.subnav-list {
    float: left;
    width: 21.66667%;
    margin-top: -5px;
}

    .subnav-list a {
        display: block;
        color: #444444;
        font-size: 16px;
        padding: 15px 0;
    }

        .subnav-list a:hover {
            color: #2a7b60;
        }

.subnav-img {
    display: block;
    float: left;
    width: 46.66667%;
    padding-right: 66px;
    font-size: 16px;
}

    .subnav-img a {
        display: block;
        overflow: hidden;
    }

        .subnav-img a .zoomimg {
            position: relative;
            overflow: hidden;
        }

            .subnav-img a .zoomimg:before {
                content: "";
                display: block;
                padding-bottom: 44%;
            }

            .subnav-img a .zoomimg img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
            }

        .subnav-img a:hover img {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }

        .subnav-img a img {
            -webkit-transition: -webkit-transform ease 0.8s;
            transition: -webkit-transform ease 0.8s;
            -o-transition: -o-transform ease 0.8s;
            -moz-transition: transform ease 0.8s,-moz-transform ease 0.8s;
            transition: transform ease 0.8s;
            transition: transform ease 0.8s,-webkit-transform ease 0.8s,-moz-transform ease 0.8s,-o-transform ease 0.8s;
            max-width: 100%;
        }

.banner_img img {
    width: 100%;
}

@-webkit-keyframes anime-recruit-hero-pct {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    15% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes anime-recruit-hero-pct {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    15% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.subnav-img a .zoomimg {
    margin-bottom: 20px;
}

.l-wrapper {
    width: 100%;
    overflow-x: hidden;
    max-width: 100%;
}

.commonweb {
    margin: 0px auto;
    max-width: 1350px;
    padding: 0;
    display: flex;
    align-items: center;
}

.youjiaomySwiper {
    margin-top: -25px;
}

.nav_top {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

    .nav_top li {
        margin-left: 15px;
    }

        .nav_top li a {
            padding: 5px 25px;
            font-size: 14px;
            color: #444444;
            background-color: #ffffff;
            border: 1px solid #cdcdcd;
            border-radius: 5px;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
        }

            .nav_top li a:hover {
                background-color: #7fbb40;
                border: 1px solid #7fbb40;
                color: #fff;
            }

.youjiao_content {
    width: 1350px;
    padding: 90px 0;
    margin: auto;
    position: relative;
}

.earth_img {
    width: 2699px;
    -webkit-animation: fa-spin 30s linear infinite;
    animation: fa-spin 30s linear infinite;
    position: relative;
    left: 50%;
    margin-left: -1349.5px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.youjiao_title {
    font-size: 50px;
    font-weight: bold;
    color: #2a7b60;
    text-align: center;
    margin-bottom: 15px;
}

.youjiao_entitle {
    font-family: Arial;
    font-size: 24px;
    color: #cccccc;
    text-align: center;
    margin-bottom: 50px;
}

.youjiao_text {
    color: #444444;
    font-size: 16px;
    margin-bottom: 15px;
}

.bandu_wrapper {
    width: 100%;
    position: relative;
    height: 450px;
}

    .bandu_wrapper div {
        display: none;
    }

.bandu_left {
    width: 351px;
    height: 295px;
    background-image: url(../Images/index2023/bandu_left.jpg);
    position: absolute;
    left: 0px;
    top: 200px;
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: 0s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: 0s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.bandu_center {
    width: 347px;
    height: 281px;
    background-image: url(../Images/index2023/bandu_center.jpg);
    position: absolute;
    left: 50%;
    top: 105px;
    margin-left: -173.5px;
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .25s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: .25s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: .25s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: .25s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.bandu_right {
    width: 318px;
    height: 318px;
    background-image: url(../Images/index2023/bandu_right.jpg);
    position: absolute;
    right: 0px;
    top: 175px;
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: .5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-delay: .5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-delay: .5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(500px);
    }

    60% {
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(500px);
    }

    60% {
        -moz-transform: translateY(-30px);
    }

    80% {
        -moz-transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(500px);
    }

    60% {
        -o-transform: translateY(-30px);
    }

    80% {
        -o-transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(500px);
    }

    60% {
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.baidu_title {
    color: #444444;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

    .baidu_title span {
        font-size: 14px;
    }

.baidu_text {
    color: #444444;
    font-size: 16px;
    text-align: center;
    line-height: 2;
}

.youeryuanhezuo_bg {
    width: 100%;
    background-image: url(../Images/index2023/youeryuanhezuo_bg.jpg);
    background-position: top center;
    background-size: 1920px 1328px;
    height: 1328px;
    background-color: #f4f9e6;
}

.youeryuanhezuo_1 {
    background-image: url(../Images/index2023/youeryuanhezuo_1.png);
    width: 1341px;
    height: 498px;
    position: absolute;
    left: 0px;
}

.youeryuanhezuo_2 {
    background-image: url(../Images/index2023/youeryuanhezuo_2.png);
    width: 1311px;
    height: 505px;
    position: absolute;
    top: 750px;
    right: 0px;
}

.youeryuanhezuo_1_content {
    width: 614px;
    margin-left: 150px;
    margin-top: 110px;
}

.youeryuanhezuo_en {
    font-size: 50px;
    padding-bottom: 20px;
    color: #dddddd;
    border-bottom: 2px solid #dddddc;
    text-align: left;
}

.youeryuanhezuo_title {
    font-size: 24px;
    font-weight: bold;
    color: #444444;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.youeryuanhezuo_text {
    font-size: 16px;
    color: #444444;
    line-height: 2;
    text-align: left;
}

.youeryuanhezuo_more {
    width: 127px;
    height: 47px;
    background-image: url(../Images/index2023/youeryuanhezuo_more.jpg);
    display: block;
    float: right;
    margin-top: 15px;
}

.youeryuanhezuo_2_content {
    width: 580px;
    margin-left: 605px;
    margin-top: 130px;
}

.yuanjiaowuhezuo_bg {
    width: 100%;
    background-image: url(../Images/index2023/yuanjiaowuhezuo_bg.jpg);
    background-position: top center;
    background-size: 1920px 1111px;
    height: 1111px;
}

.yuanjiaowuhezuo_list {
    width: 100%;
    position: relative;
}

    .yuanjiaowuhezuo_list > li {
        width: 100%;
        position: absolute;
        width: 326px;
        height: auto;
        background-color: #e7dfd3;
        border-radius: 30px;
        overflow: hidden;
        top: 0;
        left: 0;
        box-shadow: 3px 3px 7px #cacaca;
        padding-bottom: 45px;
    }

.yuanjiaowuhezuo_img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .yuanjiaowuhezuo_img img {
        width: 100%;
        transition: all 0.5s;
    }

.yuanjiaowuhezuo_list > li:hover .yuanjiaowuhezuo_img img {
    transform: scale(1.2);
}

.yuanjiaowuhezuo_list > li:nth-child(odd) {
    top: 150px;
}

.yuanjiaowuhezuo_list > li:nth-child(even) {
    top: 70px;
}

.yuanjiaowuhezuo_list > li:nth-child(1) {
    left: 0px;
}

.yuanjiaowuhezuo_list > li:nth-child(2) {
    left: 341px;
}

.yuanjiaowuhezuo_list > li:nth-child(3) {
    left: 682px;
}

.yuanjiaowuhezuo_list > li:nth-child(4) {
    left: 1023px;
}

.yuanjiaowuhezuo_title {
    width: 157px;
    height: 55px;
    line-height: 55px;
    background-color: #2a7b60;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0 15px 15px 0;
    text-align: center;
    margin-bottom: 35px;
}

.yuanjiaowuhezuo_text {
    padding: 0 42px;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    color: #444444;
    line-height: 2;
}

.kechenghezuo_list {
    flex-wrap: wrap;
    padding: 0 42px;
    box-sizing: border-box;
}

    .kechenghezuo_list li {
        width: 50%;
        text-align: left;
        margin-bottom: 20px;
    }

        .kechenghezuo_list li a {
            text-align: left;
            font-size: 16px;
            color: #444444;
            text-decoration: underline;
        }

.youjiaoziyuan_bg {
    width: 100%;
    background-image: url(../Images/index2023/youjiaoziyuan_bg.jpg);
    background-size: 1920px 1035px;
    background-position: top center;
    background-color: #f8f5f2;
    height: 1035px;
}

.youjiaoziyuan_list {
    justify-content: space-between;
    margin-top: 67px;
}

    .youjiaoziyuan_list li {
        position: relative;
        width: 326px;
        height: 326px;
        overflow: hidden;
        transition: all .1s;
        background-size: 100%;
    }

        .youjiaoziyuan_list li:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(to left top,transparent 50%,rgba(0,118,61,.95) 0,rgba(0,118,61,.95));
            transform: translate(-50%,-50%);
            transition: all .4s
        }

        .youjiaoziyuan_list li:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(to right bottom,transparent 50%,rgba(0,118,61,.8) 0,rgba(0,118,61,.8));
            transform: translate(50%,50%);
            transition: all .4s
        }

        .youjiaoziyuan_list li:hover:after, .youjiaoziyuan_list li:hover:before {
            transform: translate(0)
        }

.youjiaoziyuan_content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 100%;
    transition: all .4s;
    text-align: center;
}

.youjiaoziyuan_list li:hover .youjiaoziyuan_content {
    top: 0%;
}

.youjiaoziyuan_list li:nth-child(1) {
    background-image: url(../Images/index2023/youjiaoziyuan_01.jpg);
}

.youjiaoziyuan_list li:nth-child(2) {
    background-image: url(../Images/index2023/youjiaoziyuan_02.jpg);
}

.youjiaoziyuan_list li:nth-child(3) {
    background-image: url(../Images/index2023/youjiaoziyuan_03.jpg);
}

.youjiaoziyuan_list li:nth-child(4) {
    background-image: url(../Images/index2023/youjiaoziyuan_04.jpg);
}

.youjiaoziyuan_list li:nth-child(1):hover {
    background-image: url(../Images/index2023/youjiaoziyuan_01_hover.jpg);
}

.youjiaoziyuan_list li:nth-child(2):hover {
    background-image: url(../Images/index2023/youjiaoziyuan_02_hover.jpg);
}

.youjiaoziyuan_list li:nth-child(3):hover {
    background-image: url(../Images/index2023/youjiaoziyuan_03_hover.jpg);
}

.youjiaoziyuan_list li:nth-child(4):hover {
    background-image: url(../Images/index2023/youjiaoziyuan_04_hover.jpg);
}

.youjiaoziyuan_title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 40px;
}

.youjiaoziyuan_text {
    font-size: 16px;
    color: #ffffff;
    padding: 0 40px;
    box-sizing: border-box;
    line-height: 2;
    text-align: left;
}

.youjiaoziyuan_type {
    font-size: 24px;
    color: #444444;
    font-weight: bold;
    width: 326px;
    text-align: center;
    flex-shrink: 0;
}

    .youjiaoziyuan_type span {
        font-size: 30px;
    }

.youjiaoziyuan_nav {
    width: 1024px;
    position: absolute;
    top: 290px;
    left: 326px;
    justify-content: center;
}

    .youjiaoziyuan_nav div {
        position: unset;
        margin: 0 15px;
    }

    .youjiaoziyuan_nav .swiper-button-prev2 {
        width: 61px;
        height: 61px;
        cursor: pointer;
        background-image: url(../Images/index2023/button_prev.png);
    }

    .youjiaoziyuan_nav .swiper-button-next2 {
        width: 61px;
        height: 61px;
        cursor: pointer;
        background-image: url(../Images/index2023/button_next.png);
    }

.swiper-button-next2.swiper-button-disabled, .swiper-button-prev2.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.youjiaoziyuanSwiper {
    height: 227px;
}

.youjiaoziyuan_zonglei {
    width: 211px;
    height: 211px;
    margin: auto;
    margin-top: 8px;
    border-radius: 100%;
    background-color: #74a830;
    transition: all .2s;
    box-sizing: content-box;
    position: relative;
    text-align: center;
}

    .youjiaoziyuan_zonglei:hover {
        background-color: #2a7b60;
    }

    .youjiaoziyuan_zonglei:before {
        content: "";
        position: absolute;
        width: 211px;
        height: 211px;
        left: 0px;
        top: 0px;
        border-radius: 100%;
        background-color: rgba(42, 123, 96, 0.2);
        opacity: 0;
        transition: all .2s;
        z-index: -1;
    }

    .youjiaoziyuan_zonglei:hover:before {
        opacity: 1;
        width: 227px;
        height: 227px;
        left: -8px;
        top: -8px;
    }

.youjiaoziyuan_zonglei_text {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    left: 0;
    bottom: 55px;
    text-align: center;
}

.youjiaoziyuan_zonglei img {
    width: auto;
    margin: auto;
    margin-top: 35px;
}

svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.bottom-decoration-text-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 150px 0;
}

    .bottom-decoration-text-container .decoration-text-1,
    .bottom-decoration-text-container .decoration-text-2 {
        width: 5100px;
        height: 180px;
        display: flex;
        overflow: hidden;
    }

        .bottom-decoration-text-container .decoration-text-1 div,
        .bottom-decoration-text-container .decoration-text-2 div {
            width: 2527px;
            height: 180px;
        }

    .bottom-decoration-text-container .decoration-text-1 {
        fill: #b49c78;
    }

        .bottom-decoration-text-container .decoration-text-1 div:first-child {
            -webkit-animation: loopLeft1 60s -30s linear infinite;
            animation: loopLeft1 60s -30s linear infinite;
        }

        .bottom-decoration-text-container .decoration-text-1 div:last-child {
            -webkit-animation: loopLeft2 60s linear infinite;
            animation: loopLeft2 60s linear infinite;
        }

    .bottom-decoration-text-container .decoration-text-2 {
        margin-top: -30px;
        stroke: #b49c78;
        fill: transparent;
    }

        .bottom-decoration-text-container .decoration-text-2 div:first-child {
            -webkit-animation: loopRight1 60s -30s linear infinite;
            animation: loopRight1 60s -30s linear infinite;
        }

        .bottom-decoration-text-container .decoration-text-2 div:last-child {
            -webkit-animation: loopRight2 60s linear infinite;
            animation: loopRight2 60s linear infinite;
        }

@-webkit-keyframes loopLeft1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes loopLeft1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes loopLeft2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

@keyframes loopLeft2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

@-webkit-keyframes loopRight1 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes loopRight1 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes loopRight2 {
    0% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes loopRight2 {
    0% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.footer {
    position: relative;
    background-color: #73a82f;
    padding-bottom: 50px;
    padding-top: 51px;
}
/* 
    .footer:before {
        content: "";
        position: absolute;
        background-image: url(../Images/index2023/copyright_top.png);
        width: 100%;
        top: -112px;
        left: 0;
        background-size: 100% 112px;
        height: 112px;
    } */

.footer_contents {
    width: 1200px;
    margin: auto;
    padding-bottom: 35px;
    border-bottom: 2px solid #b0ce8a;
}

.phone_img {
    width: 47px;
    height: 44px;
    margin-top: 10px;
    margin-right: 10px;
}

.footer_phone {
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
    margin-right: 144px;
}

    .footer_phone span {
        font-size: 30px;
        font-weight: bold;
    }

.footer_erweima {
    width: 122px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-right: 57px;
}

    .footer_erweima img {
        width: 122px;
        margin-bottom: 10px;
    }

.footer_list {
    margin-left: auto;
}

    .footer_list li {
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 15px;
    }

        .footer_list li a {
            font-size: 16px;
            color: #ffffff;
        }

.copy_right {
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
    text-align: center;
    margin-top: 30px;
}

.hezuohuoban_bg {
    background-color: #fdfbf3;
}

.hezuohuobanSwiper img {
    width: 100%;
}

.hezuohuobanSwiper {
    height: 643px;
}

.hezuohuoban_bg .swiper-button-prev {
    left: -89px;
    width: 79px;
    height: 79px;
    background-image: url(../Images/index2023/Bt-L.png);
}

    .hezuohuoban_bg .swiper-button-prev:after {
        content: none;
    }

.hezuohuoban_bg .swiper-button-next {
    right: -89px;
    width: 79px;
    height: 79px;
    background-image: url(../Images/index2023/Bt-R.png);
}

    .hezuohuoban_bg .swiper-button-next:after {
        content: none;
    }

@media (max-width: 1510px) {
    .hezuohuoban_bg .swiper-button-next {
        right: 10px;
        width: 79px;
        height: 79px;
        background-image: url(../Images/index2023/Bt-R.png);
    }

    .hezuohuoban_bg .swiper-button-prev {
        left: 10px;
        width: 79px;
        height: 79px;
        background-image: url(../Images/index2023/Bt-L.png);
    }
}
.hezuohuoban_bg .swiper-button-next:hover{
    background-image: url(../Images/index2023/Bt-R-hover.png);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hezuohuoban_bg .swiper-button-prev:hover{
    background-image: url(../Images/index2023/Bt-L-hover.png);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}