body,
html {

    background: #f8f8f8;
    margin: 0;
    padding: 0;

    font-family: 'Source Han Serif', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'sans-serif';
}

li {
    list-style: none;
}

.banner {
    position: relative;
}

.header {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    padding: 20px 70px;
    box-sizing: border-box;
    z-index: 10;
}

.headerSroll {
    background: #6b9a5b;
    transition: all 1s;
}

.header .menu {
    cursor: pointer;
    transition: all 0.5s ease-in-out;

}

.header .menu:hover {
    transform: scale(1.3);
}

.header .search {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.header .search:hover {
    transform: scale(1.3);
}

.header .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .logo .title {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Source Han Serif';
}

.menu_box {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s linear;
    width: 100%;
}

.on {
    left: 0 !important;
}

.none {
    left: -20% !important;
}

.menu_box .title {
    font-size: 24px;
    margin-top: 20%;
    text-align: center;

}

.menu_box .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg);
    font-size: 20px;

}

.menu_box .close:hover {
    transform: rotate(180deg);
}

.menu_box ul {
    width: 70%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 8vw;
}

.menu_box li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.menu_box li a {
    color: #fff;
}

.menu_box>ul>li:hover a {
    color: #6b9a5b;
    font-weight: bold;
}

.menu_box>ul>li a {
    position: relative;

}

.menu_box>ul>li .active::after {
    content: '';
    width: 40px;
    height: 4px;
    background: #6b9a5b;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);

}

.headerSroll .menu_box>ul>li .active::after {
    content: '';
    width: 40px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);

}

.headerSroll .menu_box>ul>li:hover a {
    color: #fff;
    font-weight: bold;
}

.header_bottom .menu_box li a {
    color: #333333;
}

.banner_box {
    width: 100%;
    height: auto;
    line-height: 0;
}

.banner_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.detail {
    padding: 0 120px;
    box-sizing: border-box;
    margin-top: 90px;
    margin-bottom: 20px;
}

.detail .content {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 60px;
    box-sizing: border-box;
}

.detail .content>.left {
    width: 50%;

}

.detail .content>.left .top {
    width: 100%;

    position: relative;
}

.swiper-button-nexts:after,
.swiper-button-prevs:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 0.6rem;
}

.swiper-button-nexts:after,
.swiper-button-prevs:after {
    content: 'next';
}

.detail .content>.left .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail .content>.left .top .swiper-slide {
    height: 30vw;
}

.detail .content>.left .bottom {
    width: 100%;
    height: 7vw;
    position: relative;
}

.detail .content .left .bottom .detailSwiper {
    height: 100%;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}

.detail .content .left .top .detailSwipers {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.detail .content .left .bottom .swiper-slide {
    height: 100%;
    box-sizing: border-box;
}

.detail .content .left .bottom .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail .content>.right {
    width: 50%;
    height: 100%;
    background: #fff;
    padding-left: 60px;
    padding-top: 60px;
    box-sizing: border-box;

}

.detail .content>.right .title {
    font-size: 44px;
    font-weight: bold;
    color: #6b9a5b;
}

.detail .content>.right .desc {
    font-size: 18px;
    line-height: 32px;
    margin-top: 3vw;
}

.swiper-button-prev {
    left: 0;
    width: auto;
}

.swiper-button-next {
    right: 0;
    width: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.swiper-button-nexts:after,
.swiper-button-prevs:after {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.swiper-button-nexts {
    width: 0.35rem;
    height: 0.35rem;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0.03rem;
    top: 48%;
    right: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prevs {
    width: 0.35rem;
    height: 0.35rem;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0.03rem;
    top: 48%;
    left: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-nexts:hover:after {
    color: #fff;
}

.swiper-button-prevs:hover:after {
    color: #fff;
}

.swiper-button-prevs:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
}

.detail .content>.right .detail_btn {
    width: 160px;
    background: #cab666;
    height: 52px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    margin-top: 6vw;
    transition: all 0.5s;
    border-radius: 26px;
}

.detail .content>.right .detail_btn:hover {
    width: 180px;
}

.detail .content>.right .detail_btn a {
    color: #fff;
    text-decoration: none;
}
.detail .content>.right .code_box .code_dy{
    position: relative;
    cursor: pointer;
}
.detail .content>.right .code_box .code_dy>img{
    position: absolute;
    left:50px;
    top:40px;
    width:130px;
    height:130px;
display: none;
}
.detail .content>.right .code_box .code_dy:hover img{
    display: block !important;
}


.describe {
    padding: 0 120px;
    box-sizing: border-box;
    margin-bottom: 70px;
}

.describe_box {
    background: #fff;
}

.describe_box .title {
    width: 520px;
    height: 80px;
    background: #6b9a5b;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: bold;

}

.describe_box .content {
    border-top: 1px solid #eaeaea;
    padding: 60px;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 18px;
}




.footer {
    width: 100%;
    background: url('../images/footer_bg2.png') no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    color: #555454;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 120px 20px;
    box-sizing: border-box;

}

.footer>a {
    margin: 0 auto;
}

.footer .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.footer .top .left {
    color: #555454;
    font-size: 14px;
}

.footer .top .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}

.footer .top .right span {
    color: #fff;
}

.footer .top .right p {
    color: #fff;
}

.footer .top .left>div {
    margin-bottom: 20px;
}

.footer .center {
    display: flex;
    width: 50%;
    align-items: flex-start;

}

.footer .center ul {
    width: 20%;
}

.footer .center ul li {
    height: 50px;

}
.footer .center ul li:not(:first-child){
    height: 36px;

}
.footer .center ul li a {
    color: #fff;
    font-size: 14px;
}

.footer .center ul li:nth-child(1) a {
    font-size: 18px;
    font-weight: bold;
}

.footer>.top .right div span {
    font-size: 16px;
}

.footer>.top .right img {
    width: 106px;
    height: 106px;
}

.footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .bottom a {
    color: #fff;
}

.footer .bottom div {
    color: #fff;
}

@media screen and (max-width:1700px) {
    .footer {
        padding: 100px 100px 20px;
    }

    .footer>.top .right div span {
        font-size: 13px;
    }

    .news_box {
        margin-top: 23.5%;
    }

    .swiper-button-next {
        right: 44%;
        left: auto;
        top: 80%;
    }

    .swiper-button-prev {
        left: 44%;
        right: auto;
        top: 80%;

    }

    /*.footer .top .right {*/
    /*    width: 32%;*/

    /*}*/

    .footer .center {
        display: flex;
        width: 60%;
        align-items: flex-start;
        margin-left: 0%;
    }

    .content .item p {
        font-size: 15px;
    }
}

@media screen and (max-width:1500px) {
    .footer>.top .right div span {
        font-size: 14px;
    }

    .footer>.top .right div:nth-child(3) span {
        font-size: 14px;
        line-height: 24px;
    }

    /* .footer .center ul li a {
        font-size: 12px;
    } */

    .news_box {
        margin-top: 28.5%;
    }

    .news_box .new_item .date {
        margin-top: 20px
    }

    .content .item p {
        font-size: 14px;
    }

    .footer {
        padding: 100px 110px 20px;
    }
}

@media screen and (max-width:1400px) {
    .swiper-button-next {
        right: 43%;
        left: auto;
        top: 80%;
    }

    .swiper-button-prev {
        left: 43%;
        right: auto;
        top: 80%;

    }

    .footer .top .right img {
        width: 70px;
        height: 70px;
    }
        .footer .center ul li {
        height: 40px;

    }

    .footer .center ul li:not(:first-child) {
        height: 36px;

    }
    .footer .top .right>div:not(:first-child){
        margin-top:24px !important;
    }
}