.bannervideo-dimensions {
    width: 100%;
    height: 100%
}

.header {
    margin-bottom: 1.45833vw;
    overflow: hidden;
    position: relative;
    color: #fff
}

.header .header-mark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05)
}

.header .apng-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.header .apng-box video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.header .apng-box .vjs-poster {
    background-size: cover
}

.header .apng-box .sunbg {
    position: absolute;
    left: 52.08333vw;
    width: 27.1875vw;
    height: fit-content
}

.header .apng-box .apng {
    position: absolute;
    top: 12.29167vw;
    left: 59.89583vw;
    width: 31.25vw
}

.header .ibanner {
    position: relative;
    z-index: 3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.header .ibanner .ibanner-left {
    padding-left: 2.76042vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    padding-top: 7.03125vw
}

.header .ibanner .ibanner-left > h2, .header .ibanner .ibanner-left > h3 {
    font-size: 3.75vw;
    font-family: "Kelson Sans";
    font-weight: bold;
    line-height: 1.28
}

.header .ibanner .ibanner-left > h4 {
    margin-top: 2.34375vw;
    font-size: 1.77083vw;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: 1.41
}

.header .ibanner .ibanner-left .site-more {
    margin-top: 5.20833vw
}

.header .header-bottom {
    position: relative;
    overflow: hidden;
    z-index: 20;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #5E7E29;
    margin: 2.29167vw auto 1.5625vw;
    border-top-right-radius: 4.11458vw
}

.header .header-bottom .header-bottom-video, .header .header-bottom .header-bottom-info {
    width: 50%;
    max-width: 50%
}

.header .header-bottom .header-bottom-video {
    position: relative;
    background-image: url("../image/ivideo-bg.png");
    background-repeat: no-repeat;
    background-size: cover
}

.header .header-bottom .header-bottom-video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.23958vw;
    margin-left: -2.23958vw;
    width: 4.47917vw;
    height: 4.47917vw;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.header .header-bottom .header-bottom-video .play-icon .iconfont {
    font-size: 2.60417vw;
    color: #bac159
}

.header .header-bottom .header-bottom-info {
    line-height: 1.391;
    padding: 35px 4.16667vw;
    height: 206px
}

.header .header-bottom .header-bottom-info > div {
    height: 131px;
    overflow: hidden
}

.container {
    padding-bottom: 5.46875vw
}

.container .section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.container .section .section-figure {
    width: 50%;
    max-width: 50%;
    border-radius: 0 5.72917vw 0 0;
    overflow: hidden
}

.container .section .section-figure img {
    width: 100%
}

.container .section .section-caption {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 50%;
    max-width: 50%
}

.container .section .section-caption .section-box {
    padding: 5.20833vw 0 0 4.47917vw;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1
}

.container .section .section-caption .section-box > h3 {
    font-size: 2.8125vw;
    font-family: Kelson Sans;
    font-weight: bold;
    color: #5E7E29;
    line-height: 1.05
}

.container .section .section-caption .section-box > h4 {
    font-size: 1.82292vw;
    margin: 1.09375vw 0 5.57292vw;
    font-family: Kelson Sans;
    line-height: 1.71;
    font-weight: bold;
    color: #5E7E29
}

.container .section .section-caption .section-box .section-info .objective {
    padding-top: 0.36458vw;
    padding-right: 2.23958vw
}

.container .section .section-caption .section-box .section-info .objective-list {
    font-size: 1.40625vw;
    font-family: "Open Sans";
    font-weight: 600;
    color: #5E7E29;
    line-height: 1.62
}

.container .section .section-caption .section-box .section-info .objective-imglist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 2.13542vw
}

.container .section .section-caption .section-box .section-info .objective-imglist > li {
    width: 10.10417vw;
    height: 10.10417vw;
    position: relative;
    margin-right: 8.61458vw;
}

.container .section .section-caption .section-box .section-info .objective-imglist > li img {
    width: 100%;
    height: 100%
}

.container .section .section-caption .section-box .section-info .objective-imglist > li span {
    position: absolute;
    left: .52083vw;
    bottom: .9375vw;
    font-size: .78125vw;
    font-family: "Open Sans";
    font-weight: 600;
    color: #666
}

.container .section .section-caption .section-link {
    position: relative;
    width: 6.35417vw;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    cursor: pointer;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.container .section .section-caption .section-link::after {
    will-change: opacity;
    transition: opacity 1s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #fff 0%, #fafbf2 20%, #eff2ea 100%);
    opacity: 0
}

.container .section .section-caption .section-link:hover::after {
    opacity: 1
}

.container .section .section-caption .section-link:hover .iconfont {
    color: #5E7E29
}

.container .section .section-caption .section-link img {
    position: relative;
    z-index: 1
}

.container .section .section-caption .section-link .iconfont {
    position: relative;
    z-index: 2;
    font-size: 1.61458vw;
    will-change: color;
    transition: color 1s;
    color: #bbc25c;
    display: block
}

.container .section .section-caption .section-link .iconfont::before {
    content: "\eb8a"
}

.container .section:nth-of-type(2n) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.container .section:nth-of-type(2n) .section-figure {
    border-radius: 0 0 0 5.72917vw
}

.container .section:nth-of-type(2n) .section-caption {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.container .section:nth-of-type(2n) .section-caption .section-link::after {
    background: linear-gradient(-90deg, #fff 0%, #fafbf2 20%, #eff2ea 100%)
}

.container .section:nth-of-type(2n) .section-caption .section-link i {
    content: "&#xeb8a;"
}

.container .section:nth-of-type(2n) .section-caption .section-link img {
    position: relative;
    transform: scale(-1, 1)
}

.container .section:nth-of-type(2n) .section-caption .section-link .iconfont::before {
    content: "\e606"
}

.container .case {
    height: 39.0625vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #fefefe;
    position: relative
}

.container .case .case-left {
    width: 50%;
    max-width: 50%;
    background-color: #5E7E29;
    border-radius: 0 0 0 6.97917vw;
    padding-left: 6.97917vw
}

.container .case .case-left ul {
    position: relative
}

.container .case .case-left h3 {
    font-size: 2.86458vw;
    margin-top: 12.5vw;
    font-family: Kelson Sans;
    font-weight: bold;
    line-height: 0.6364
}

.container .case .case-left h4 {
    margin-top: 4.63542vw;
    margin-bottom: .57292vw;
    font-size: 1.875vw;
    font-family: Kelson Sans;
    font-weight: bold
}

.container .case .case-left p {
    margin-top: .9375vw;
    font-size: 1.5625vw;
    font-style: italic
}

.container .case .case-left .info-slide2 {
    background-color: #5E7E29;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none
}

.container .case .case-left .info-slide2.active {
    opacity: 1;
    pointer-events: unset
}

.container .case .case-left .site-more {
    margin-top: 6.51042vw
}

.container .case .site-right {
    position: relative;
    z-index: 2;
    width: 50%;
    max-width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.container .case .site-right .case-swiper-wrapper {
    position: absolute;
    right: 5.20833vw;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    width: 56.25vw
}

.container .case .site-right .case-swiper {
    width: 100%
}

.container .case .site-right .case-swiper .case-slide2 {
    width: 52.91667vw;
    height: 28.48958vw;
    transition: all 0.6s;
    visibility: hidden
}

.container .case .site-right .case-swiper .case-slide2 img {
    width: 100%;
    height: 100%
}

.container .case .site-right .case-swiper .case-slide2.swiper-slide-active, .container .case .site-right .case-swiper .case-slide2.swiper-slide-prev {
    opacity: 1;
    visibility: visible
}

.container .case .site-right .case-swiper .case-slide2.swiper-slide-next {
    opacity: 0.5;
    visibility: visible
}

.container .faq {
    margin-top: 6.09375vw
}

.container .faq .faq-h3 {
    font-size: 2.86458vw;
    font-family: Kelson Sans;
    font-weight: bold
}

.container .faq .faq-content {
    margin-top: 2.29167vw;
    font-size: 1.35417vw;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: 1.5
}

.container .faq .faq-content .faq-item .faq-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 3.69792vw;
    cursor: pointer;
    border-bottom: 1px solid #bac159
}

.container .faq .faq-content .faq-item .faq-title p {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding-right: 5%
}

.container .faq .faq-content .faq-item .faq-title .iconfont {
    margin-right: 2.39583vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-size: 1.61458vw;
    will-change: transform;
    transition: 1s
}

.container .faq .faq-content .faq-item .faq-title .iconfont.on {
    transform: rotate(180deg)
}

.container .faq .faq-content .faq-item .faq-body {
    display: none;
    padding: 1.04167vw;
    font-size: .9375vw;
    font-weight: 400;
    border-radius: 0 0 .78125vw .78125vw;
    background-color: #ebf0e7;
    will-change: height, padding, display;
    box-shadow: 1px 1px 2px #bac159
}

.container .faq .site-more {
    margin-top: 2.60417vw
}

@media screen and (max-width: 768px) {
    .header {
        margin-bottom: 15px;
        padding: 68px 0 0
    }

    .header .ibanner {
        padding: 0 15px 15px;
        height: 215px
    }

    .header .apng-box {
        height: 200px;
        top: 68px;
        bottom: unset
    }

    .header .ibanner .ibanner-left {
        padding: 30px 0 15px;
        width: 100%;
        max-width: 100%
    }

    .header .header-mark {
        top: 68px;
        bottom: unset;
        height: 200px
    }

    .header .ibanner .ibanner-left > h2, .header .ibanner .ibanner-left > h3 {
        font-size: 20px
    }

    .header .ibanner .ibanner-left > h4 {
        font-size: 14px;
        margin-top: 15px
    }

    .header .ibanner .ibanner-left .site-more {
        margin-top: 15px
    }

    .header .header-bottom {
        position: relative;
        margin: 0;
        border-top-right-radius: 0;
        overflow: hidden;
        zoom: 1;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .header .header-bottom .header-bottom-video, .header .header-bottom .header-bottom-info {
        width: 100%;
        max-width: unset;
        zoom: 1;
        background-color: #5e7e29
    }

    .header .header-bottom .header-bottom-video {
        height: 100px
    }

    .header .header-bottom .header-bottom-info {
        padding: 15px;
        font-size: 14px;
        line-height: 1.5;
        height: auto
    }

    .header .header-bottom .header-bottom-info > div {
        height: auto
    }

    .header .header-bottom .header-bottom-video .play-icon {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px
    }

    .header .header-bottom .header-bottom-video .play-icon .iconfont {
        font-size: 20px
    }

    .container .section {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .container .section .section-figure {
        width: 100%;
        max-width: unset;
        border-radius: 0 !important
    }

    .container .section .section-caption {
        position: relative;
        width: 100%;
        max-width: unset
    }

    .container .section:nth-of-type(2n) {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .container .section .section-caption .section-box {
        padding: 30px 20px 15px 15px
    }

    .container .section .section-caption .section-box > h3 {
        font-size: 24px
    }

    .container .section .section-caption .section-box > h4 {
        font-size: 20px;
        margin: 10px 0 40px;
        line-height: 1.5
    }

    .container .section .section-caption .section-box .section-info .objective {
        padding-top: 5px;
        padding-right: 10px
    }

    .container .section .section-caption .section-box .section-info .objective-imglist {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        margin-top: 15px
    }

    .container .section .section-caption .section-box .section-info .objective-imglist > li {
        width: 100%;
        height: unset;
        margin-right: 10px
    }

    .container .section .section-caption .section-box .section-info .objective-list {
        font-size: 14px
    }

    .container .section .section-caption .section-box .section-info .objective-imglist > li span {
        left: 5%;
        font-size: 14px;
        bottom: 5%
    }

    .container .section .section-caption .section-link {
        position: absolute;
        right: 0;
        width: 20px
    }

    .container .section:nth-of-type(2n) .section-caption .section-link img {
        transform: unset
    }

    .container .case {
        height: auto;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .container .case .site-right .case-swiper-wrapper {
        right: 0;
        position: relative;
        width: 100%;
        max-width: 100%
    }

    .container .case .case-left ul {
        height: fit-content
    }

    .container .case .case-left {
        width: 100%;
        text-align: center;
        height: 180px;
        padding-left: 0;
        border-radius: 0;
        max-width: 100%
    }

    .container .case .case-left h3, .container .case .case-left h4 {
        font-size: 24px;
        margin-top: 20px
    }

    .container .case .case-left p {
        margin-top: 15px;
        font-size: 14px
    }

    .container .case .site-right {
        width: 100%;
        max-width: 100%
    }

    .container .case .site-right .case-swiper .case-slide2 {
        width: 100%;
        height: fit-content
    }

    .container .case .case-left .site-more {
        text-align: center;
        margin: 15px 0 20px;
        display: inline-block
    }

    .container .faq {
        margin-top: 50px;
        padding: 0 15px
    }

    .container .faq .faq-h3 {
        font-size: 24px
    }

    .container .faq .faq-content {
        margin-top: 20px;
        font-size: 16px
    }

    .container .faq .faq-content .faq-item .faq-title {
        height: unset
    }

    .container .faq .faq-content .faq-item .faq-title p {
        padding: 10px 0;
        line-height: 1.1;
        overflow: unset;
        text-overflow: unset;
        white-space: unset
    }

    .container .faq .faq-content .faq-item .faq-body {
        padding: 15px;
        font-size: 14px;
        line-height: 1.5
    }

    .container .faq .faq-content .faq-item .faq-title .iconfont {
        margin-right: 0;
        padding-left: 10px;
        font-size: 14px
    }

    .site-model .btn-close {
        top: -30px;
        left: 10px
    }
}
