body,
html {
    margin: 0;
    padding: 0;
    background: #fafafa;
    position: relative;
    min-height: 100vh;
}


p {
    margin: 0;
}

a {
    color: #221815;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Microsoft JhengHei', 'Lato', sans-serif;
}

.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;

}

/* banner */
.banner img {
    width: 100%;
}

.banner {
    --swiper-navigation-color: #fff;
    /* 设置左右箭头颜色 */
    --swiper-navigation-size: 50px;
    /* 设置左右箭头大小 */
    --swiper-theme-color: #4B6A2C;
    /* 设置按钮圆点 */
    position: relative;
}

body {
    --swiper-theme-color: #4B6A2C;
    overflow-x: hidden;
    max-width: 500px;
    margin: 0 auto !important;
}

.banner .swiper-pagination {
    bottom: 30px;
}

.banner .s_img {
    display: none;
}

.banner .l_img {
    display: block;
}


.container {
    margin: 0 12px;
}

/* 导航栏 */
.nav {
    padding: 13px 0;
    position: sticky;
    top: 0px;
    background: rgba(29 63 43/.9);
    z-index: 999;
    transition: all .5s;
    white-space: nowrap;
}

.nav .container {
    justify-content: center;
}

.nav .left {
    width: 90%;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
}

.nav .logo {
    /*width: 10%;*/
}

.flex {
    display: flex;
}

.nav li {
    margin-left: 46px;
}

.nav .logo img {
    /*width: 100%;*/
    height: 40px;
}

.nav .nav_m {
    width: 100%;
    font-size: 16px;
}


.nav .nav_m a {
    color: #fff;
}

.nav .nav_m a:hover {
    color: #C79E76;
    text-decoration: revert;
    font-weight: bold;
}

.nav .nav_m li {
    position: relative;
}

.nav_m li a em {
    display: inline-block;
    margin-left: 6px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    transform: rotate(-45deg);
    vertical-align: 3px;
    transition: all .2s;
}

.nav_m li:hover a em {
    border-color: #4B6A2C;
    transform: rotate(135deg);
    vertical-align: 0
}

.nav .nav_m .sub {
    display: none;
    /* background: #fff url(../images/sub_bg.png) no-repeat center bottom;
	background-size: contain; */
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: -100%;
    top: 50px;
    padding: 20px;
    box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    width: 150px;
    background: #fff;
    z-index: 99;
}

.nav .nav_m .sub img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.nav .nav_m .sub a {
    font-size: 14px;
    border-bottom: 1px dotted #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.nav .nav_m .sub a .iconfont {
    color: #999;
    font-size: 14px;
    vertical-align: middle;
}

.nav .nav_m .sub a:hover .iconfont {
    color: #4B6A2C;

}

.nav .nav_r {
    width: 15%;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .nav_r .iconfont {
    color: #4B6A2C;
    font-size: 18px;
    cursor: pointer;
    background: #fafafa;
    border-radius: 50px;
    padding: 6px;
}

.nav .nav_r .iconfont:hover {
    background: #FFF7EF;
}
.nav .nav_r a{
    color: #fff;
}

.nav .nav_r .wx_img {
    display: none;
    width: 150px;
    position: absolute;
    z-index: 999;
    bottom: 40px;
    right: 0;
    box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.12);
}

.nav .nav_r .tan01 {
    cursor: pointer;
}

.nav .nav_r img {
    width: 18px;
}

.nav .nav_r .wx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .nav_r .yk {
    width: 42px;
    height: 12px;
    vertical-align: middle;
    text-align: right;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 12px;
    border-right: 1px solid #979797;
    padding-right: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.nav:hover {
    background: rgba(29 63 43/1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}


.mobilenav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 0vw;
    height: 100vh;
    background: #4B6A2C;
    box-shadow: 1px 0 5px #4B6A2C;
    transition: ease 1s all;
    overflow: hidden;
}

.mobilenav .mobile-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.mobilenav .mobile-logo img {
    width: 60vw;
}

.mobilenav .mobile-logo .closebox {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transition: .5s all;
}

.mobilenav .mobile-logo .closebox:hover {
    transform: rotate(90deg);
}

.mobilenav .mobile-logo .closebox::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #fff;
    left: 0px;
    bottom: 10px;
    transform: rotate(45deg);
}

.mobilenav .mobile-logo .closebox::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #fff;
    left: 0px;
    bottom: 10px;
    transform: rotate(-45deg);
}

.mobilenav .left {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.mobilenav .left .mobile-navitem {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.mobilenav .left .mobile-navitem.active {
    font-weight: bold;
    color: #4B6A2C;
    background: #fff;
}

.meau {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.meau::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 15px;
}

.meau::before {
    content: '';
    position: absolute;
    left: 12px;
    bottom: 15px;
}

.meau span {
    display: block;
}

.meau::after,
.meau::before,
.meau span {
    background: #4B6A2C;
    width: 26px;
    height: 3px;
}

.mobile_new_nav {
display: none;
}

.app {
    overflow-x: hidden;
    min-height: 50vh;
    padding-bottom: 55px;
}

.page1 .homebox {
    width: 100%;
    height: 564px;
    background-size: 100% 100%;
    background-image: url(../img/img-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
}

.page1 .banner_hizh {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.page1 .textBox {
    padding-top: 78px;
}

.page1 .ellipsis {
    width: 116px;
    height: 8px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 57px;
    left: 0;
}

.page1 .ellipsis ._item {
    width: 11px;
    height: 100%;
    background-color: #4B6A2C;
}

.page1 .title {
    width: auto;
    height: 42px;
    font-size: 42px;
    font-weight: 700;
    color: #4B6A2C;
    line-height: 63px;
}

.page1 .cont {
    height: 94px;
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #4B6A2C;
    line-height: 22px;
    margin-top: 54px;
}

.page1 .sTitle {
    width: 439px;
    height: 26px;
    font-size: 26px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #4B6A2C;
    line-height: 39px;
    margin-top: 20px;
}

.page1 .circle {
    width: 94px;
    height: 102px;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.page1 .company {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 386px;
    height: 100px;
    font-size: 58px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: #606060;
    line-height: 78px;
}

.animate__backInRight {
    animation-name: backInRight;
}

.animate__backInLeft {
    animation-name: backInLeft;
}

.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.z-1 {
    z-index: 1 !important;
}

.page1 .pictures_list {
    width: 65%;
    padding-left: 20%;
    height: 514px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.page1 .pictures_list ._left_1hizh_90 {
    width: 48%;
    height: 100%;
    background: #fff;
    box-shadow: 0 20px 50px 0 rgba(74, 87, 58, .37);
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.page1 .pictures_list ._left_1hizh_90 img {
    width: 100%;
    height: 100%;
}

.page1 .pictures_list ._right_1hizh_102 {
    width: 400px;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
}

.page1 .pictures_list ._item {
    display: inline-block;
    width: 47%;
    margin: 0 1%;
    height: 190px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 50px 0 rgba(74, 87, 58, .37);
}

.page1 .pictures_list ._item img {
    width: 100%;
    height: 100%;
}

.animate__fadeInLeft {
    animation-name: fadeInLeft;
}

.animate__fadeInTopLeft {
    animation-name: fadeInTopLeft;
}

.animate__fadeInTopRight {
    animation-name: fadeInTopRight;
}

.animate__fadeInBottomLeft {
    animation-name: fadeInBottomLeft;
}

.animate__fadeInBottomRight {
    animation-name: fadeInBottomRight;
}

.page1 .circle {
    width: 94px;
    height: 102px;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.page1 .circle img {
    width: 100%;
    height: 100%;
}

.animate__bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}


@keyframes backInRight {
    0% {
        transform: translate(2000px) scale(.7);
        opacity: .7;
    }

    80% {
        transform: translate(0) scale(.7);
        opacity: .7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes backInLeft {
    0% {
        transform: translate(-2000px) scale(.7);
        opacity: .7;
    }

    80% {
        transform: translate(0) scale(.7);
        opacity: .7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    100% {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0) scaleY(.95);
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

.content {
    max-width: 1200px;
    margin: 325px auto 0;
    position: relative;
}

.content .more img {
    width: 30px;
}

.square {
    display: flex;
    justify-content: center;
}

.square img {
    width: 180px;
}

.square .ellipsis {
    display: flex;
}

.square .ellipsis ._item {
    height: 5px;
    width: 10px;
    background: #4B6A2C;
    margin: 0 5px;
}

.square .abouttext {
    font-size: 42px;
    font-weight: 800;
    color: #000;
    font-weight: bold;
    text-align: right;
    margin-top: 20px;
}

.contInfo {
    display: flex;
    align-items: center;
    margin: 20px auto;
    margin-bottom: 100px;
}

.contInfoLeft {
    position: relative;
    width: 50%;
    height: 340px;
    overflow: hidden;
}

.contInfoLeft ._video_sm {
    width: 100%;
    height: 100%;
}

.contInfoLeft ._play {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    cursor: pointer;
}

.contInfoLeft:hover ._play {
    width: 80px;
    height: 80px;
}

.contInfoRight {
    margin-left: 5%;
    width: 45%;
    min-height: 340px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.contInfoRight h3 {
    font-size: 26px;
    font-weight: 700;
    color: #4B6A2C;
    line-height: 36px;
    margin: 20px 0 38px 0;
}

.contInfoRight p {
    width: 100%;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    line-height: 18px;
}

.contInfoRight button {
    width: 163px;
    height: 45px;
    border: 1px solid #000000;
    font-size: 16px;
    margin-top: 30px;
    background: transparent;
    border-radius: 5px;
}

.productBox .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.productBox .title h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    border-left: 4px solid #1d3f2b;
    padding-left: 10px;
}
.productBox .title span{
    cursor: pointer;
}
.productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}

.proItemBox {
    width: 49%;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 40px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 7px;
}

.proItemBox:hover img {
    transform: scale(1.02);
}

.productBox .name {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #4b6a2c;
    line-height: 27px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
}

.productBox p {
    width: 100%;
    height: 37px;
    font-size: 13px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000;
    line-height: 18px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
}

.productBox .buyNow {
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #4b6a2c;
    line-height: 33px;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    cursor: pointer;
}

.productBox .buyNow img {
    width: 30px;
    height: 30px;
}

.proItemBox .support_box {
    position: relative;
    overflow: hidden;
}
.proItemBox .support_label {
    position: absolute;
    top: 7px;
    left: -16px;
    background: #f00;
    display: block;
    transform: rotate(-45deg);
    padding: 1px 10px;
    color: #fff;
    width: 47px;
    text-align: center;
}
.proItemBox img {
    width: 100%;
    max-height: 200px;
    transition: all .3s;
    border-radius: 5px;
}

.text_left {
    text-align: left !important;
}

.videobox {
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

.videobox .video_bg {
    width: 100%;

}

.videobox:hover .play {
    width: 100px;
    height: 100px;
}

.videobox .play {
    width: 86px;
    height: 86px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: all .3s;
}

.certificatebox {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 80px;
}
.certificatebox .catelist{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.certificatebox .swiper-slide {
    padding: 0 2.5%;
    box-sizing: border-box;
    cursor: pointer;
    width: 23%;
}

.certificatebox .swiper-slide h3 {
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #000;
    line-height: 21px;
    margin-top: 20px;
}

.certificatebox .swiper-slide img {
    width: 100%;
}

.zixun .square {
    align-items: flex-end;
}

.zixun {
    margin-top: 80px !important;
}

.zixun .abouttext {
    text-align: left;
}

.informatBox {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.informatBox .informatLeft {
    width: 394px;
    height: 438px;
    background: #fff;
    box-shadow: 0 20px 50px 0 rgba(74, 87, 58, .37);
    padding: 40px 40px 0;
    box-sizing: border-box;
}

.informatBox .informatLeft .time {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

.informatBox .informatLeft h4 {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: var(--text-color);
    line-height: 24px;
    margin-top: 17px;
}

.informatBox .informatLeft .cont {
    width: 100%;
    height: 52px;
    font-size: 13px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #979797;
    margin-top: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.informatBox .informatLeft .cont::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 52px;
    background: #c3d3b3;
    margin-right: 14px;
    float: left;
}

.informatBox .informatLeft .imgbox {
    margin-top: 15px;
}

.informatBox .informatLeft img {
    width: 100%;
}

.informatBox .informatLeft .more {
    width: 100%;
    height: 18px;
    text-align: right;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #979797;
    line-height: 18px;
    margin-top: 28px;
    cursor: pointer;
}

.informatBox .informatRight {
    flex: 1;
    padding-left: 5%;
    box-sizing: border-box;
}

.informatBox .informatRight .inforItem {
    height: 94px;
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #4B6A2C;
    margin-top: 30px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
}

.informatBox .informatRight .inforItem:last-child {
    border-bottom: 0;
}

.informatBox .informatRight .inforItem .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.informatBox .informatRight .inforItem .title .name {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.informatBox .informatRight .inforItem .time {
    white-space: nowrap;
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.informatBox .informatRight .inforItem .des {
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #979797;
    margin-top: 20px;
}

.noticebox {
    margin-top: 34px;
}

.noticebox .noticeItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    cursor: pointer;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000;
    line-height: 24px;
}

.noticebox .noticeItem .left {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

footer {
    display: block;
    padding: 74px 0 77px;
    width: 100%;
    height: auto;
    background-color: #1D3F2B;
    box-sizing: border-box;
    margin-top: auto;
}

.footerbox {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footerbox .col {
    flex: 1;
}
.footerbox .footer-right{
    flex: 2;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    box-sizing: border-box;
}

.footerbox .footer_logo {
    width: 100%;
}

.footer-text {
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    margin: 40px 0 0;
}

.iconlist {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.iconlist img {
    width: 40px;
    margin-right: 30px;
}
.footerbox .footer-right .col{
    margin-bottom: 45px;
}

.footerbox .col .title {
    font-size: 18px;
    font-weight: 700;
    color: #C79E76;
    line-height: 22px;
}
.footerbox .col .contact{
    color: #C79E76;
    margin-top: 30px;
    display: flex;
    gap: 30px;
}

.footerbox .col .ljbox {
    flex: 1;
    display: flex;
    align-items: center;
}

.footerbox .col .link {
    display: flex;
    align-items: center;
}

.footerbox .col .ljbox a {
    font-size: 13px;
    color: #C79E76;
    line-height: 20px;
    margin-left: 50px;
    display: block;
}

.footerbox .col .tel {
    padding-right: 15px;
    border-right: 1px solid rgb(204, 204, 204);
}

.footerbox .col .email {
    padding-left: 15px;
}

.footerbox .col .contact p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
}

.footerbox1 {
    display: none;
}

.app_title {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-top: 34px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.app_title button a{
    width: 100%;
    height: 100%;
    display: block;color: #fff;
    line-height: 40px;
}
.app_title button {
    width: 162px;
    height: 40px;
    background: #4B6A2C;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.app_time {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #979797;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.mainBox {
    max-width: 1200px;
    margin: 0 auto;
}

.noticelist {
    margin: 30px auto;
}

.noticelist .noticeItem {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #282a38;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.noticelist .noticeItem .title{
    font-size: 15px;
    font-weight: bold;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow:hidden;
    margin-bottom: 10px;
}
#demo-laypage-theme-1{
    display: flex;
    justify-content: center;
}
.noticelist .noticeItem:hover {
    color: #4B6A2C;
}

.informatPage {
    margin: 30px 0;
}

.informatItem {
    width: 100%;
    height: 258px;
    padding: 14px;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
    transition: .3s;
}

.informatItem:hover {
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(33, 37, 41, .15);
}

.informatItem .imgbox {
    width: 320px;
    height: 100%;
    display: flex;
    align-items: center;
}

.informatItem .imgbox img {
    width: 100%;
}

.informatItem .right {
    width: calc(100% - 320px);
    height: 100%;
    padding-left: 34px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.informatItem .right h3 {
    width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin-top: 29px;
    overflow: hidden;
}

.informatItem .right .cont {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    margin-top: 20px;
    overflow: hidden;
}

.informatItem .right .time {
    margin-top: 30px;
}

.goodslist {
    display: flex;
    flex-wrap: wrap;
}

.goodslist .goodsitem {
    width: 50%;
    padding: 0 2%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.goodslist .goodsitem:hover .imgbox {
    box-shadow: 0 .125rem 1.25rem #97979780;
}

.goodslist .goodsitem:hover img {
    transform: scale(1.05);
}

.goodslist .goodsitem .imgbox {
    width: 100%;
    height: 250px;
    background-color: #fff;
    transition: all .3s;
    overflow: hidden;
}

.goodslist .goodsitem .imgbox img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.goodslist .goodsitem h3 {
    width: 100%;
    font-size: 20px;
    height: 50px;
    font-weight: 700;
    color: #000;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goodslist .goodsitem .intro {
    width: 100%;
    height: 37px;
    font-size: 13px;
    font-weight: 400;
    color: #979797;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.goodslist .goodsitem .price {
    display: block;
    width: 278px;
    height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #c79e76;
    line-height: 30px;
    margin-top: 26px;
}

.goodslist .goodsitem .btns button {
    width: 48%;
    height: 43px;
    border: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
    transition: all .3s;
    margin-top: 12px;
    cursor: pointer;
    background: transparent;
    white-space: nowrap;
    border-radius: 5px;
}

.goodslist .goodsitem .btns button:hover {
    color: #fff;
    background: #4B6A2C;
    font-weight: bold;
}

.goodslist .goodsitem .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goodslist .goodsitem .btns img {
    width: 24px;
    height: 24px;
}

.carttitle {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 45px;
    padding-top: 34px;
    padding-bottom: 20px;
}

.tabBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.tablist {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.tablist .tabitem {
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.tablist .tabitem.active {
    color: #4b6a2c;
    font-weight: 700;
}

.tablist .tabitem .line {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4b6a2c;
    width: 100%;
    transition: .3s;
    height: 3px;
}

.ant-checkbox {
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    align-self: center;
}

.ant-checkbox-input {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}

.ant-checkbox-inner {
    box-sizing: border-box;
    position: relative;
    top: 0;
    inset-inline-start: 0;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    border-collapse: separate;
    transition: all 0.3s;
    margin-right: 10px;
}

.ant-checkbox-wrapper {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.ant-checkbox-checked .ant-checkbox-wrapper {
    background-color: #607846;
    border-color: transparent;
}

.ant-checkbox-checked .ant-checkbox-inner {
    background: #607846;
}

.ant-checkbox-checked .ant-checkbox-inner::after {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #4b6a2c;
    content: "√";
    color: #fff;
    font-size: 12px;
    z-index: 999;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: #4b6a2c;
}

.cartitem {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    align-items: center;
    margin-top: 20px;
}

.cartitem .check {
    margin-right: 16px;
}

.cartitem .goodsimg {
    width: 196px;
    height: 196px;
    background-color: #fff;
    box-shadow: 0 0 20px #4a573a24;
    margin: 10px;
}

.cartitem .goodsimg img {
    width: 100%;
    height: 100%;
}

.cartitem .infobox {
    flex: 1;
    margin-left: 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
}

.cartitem .infobox .info {
    width: 40%;
}

.cartitem .infobox .info h3 {
    height: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
    margin-top: 22px;
}

.cartitem .infobox .info .pcCv {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    margin-top: 16px;
}

.cartitem .infobox .info p {
    margin-top: 10px;
    width: 100%;
    height: 130px;
    font-size: 13px;
    font-weight: 400;
    color: #979797;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.cartitem .infobox .btn {
    width: 20%;
    height: 36px;
    border: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartitem .infobox .btn .cznum {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
}

.cartitem .infobox .btn input {
    width: 100px;
    height: 100%;
    background-color: transparent;
    border: none;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.cartitem .infobox .price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.cartitem .infobox .price span {
    font-weight: bold;
    font-size: 18px;
}

.cartitem .infobox .price img {
    width: 24px;
}

.setBox {
    margin-top: 50px;
    padding: 20px 30px;
    border: 1px solid #000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.setBox .left {
    width: 40%;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}

.setBox .left .setleft-item {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.setBox .right .pricenum {
    font-size: 20px;
    font-weight: 700;
    color: #c33b3b;
    margin-left: 46px;
}

.sumbitbox {
    text-align: center;
}

.sumbitbox button {
    width: 60%;
    height: 40px;
    background: #4B6A2C;
    border-radius: 6px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 100px;
    cursor: pointer;
}

.orderBox {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.orderLeft {
    width: 60%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 0;
}

.card-header {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.card-body {
    padding: 16px;
}

.card-body .rowItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.card-body .rowItem p {
    width: 70%;
}

.card-body .rowItem .pchidden,
.card-body .rowItem .scene {
    width: 25%;
    margin-left: 5%;
    height: 40px;
    background: #4B6A2C;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
}

.addresstop {
    width: 100%;
}

.addresstop .form-label,
.addressinfo .infoli .form-label {
    font-size: 14px;
    font-weight: 400;
    color: #a2aa9a;
    line-height: 21px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.addresstop input,
.addressinfo .infoli input {
    margin-bottom: 16px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #EBEBEB;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    background: transparent;
    box-sizing: border-box;
}

.addresstop input::placeholder,
.addressinfo .infoli input::placeholder {
    color: #a2aa9a;
}

.addressinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.addressinfo .infoli {
    width: 48%;
}

.tishi {
    font-size: 14px;
    font-weight: 400;
    color: #c33b3b;
    line-height: 18px;
    margin-bottom: 20px;
}

.orderRight {
    width: 38%;
}

.orderRight .card {
    width: 100%;
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 28px;
}

.orderRight .card .useYouhui {
    width: 157px;
    height: 40px;
    background: #4B6A2C;
    border-radius: 6px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.address_content {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #00000080;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.address_content .address_body {
    width: 80%;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    pointer-events: auto;
    padding: 20px 24px;
}

.address_content .address_body .title {
    display: flex;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}

.address_content .address_body .title button {
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    border: 0;
    outline: 0;
    font-size: 22px;
    cursor: pointer;
}

.address_content .address_body .cont p {
    margin-top: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
}


.table {
    overflow-x: visible;
}

.tableheader {
    display: flex;
    align-items: center;

    margin-top: 10px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    text-align: center;
}

.tableitem {
    display: flex;

    margin-top: 10px;
    color: rgba(0, 0, 0, 0.88);
    text-align: center;
    align-items: center;
    padding-bottom: 5px;
}

.tableheader div {
    line-height: 54px;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}

.tableheader .id,
.tableitem .id {
    height: 54px;
    width: 5%;
    min-width: 30px;
}

.tableheader .name,
.tableitem .name {
    height: 54px;
    width: 13%;
    min-width: 80px;

}

.tableheader .cardid,
.tableitem .cardid {
    height: 54px;
    width: 15%;
    min-width: 100px;
    word-break: break-all;
}

.tableheader .address-text,
.tableitem .address-text {
    height: 54px;
    width: 41%;
    min-width: 200px;

}

.tableitem div {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
}

.tablebody {
    height: 200px;
    overflow-y: scroll;
}

.nolist {
    display: none;
    text-align: center;
    color: rgba(0, 0, 0, 0.25);
}

.address_content .btnGroup {
    display: flex;
    margin-top: 44px;
    justify-content: center;
}

.address_content .btnGroup button {
    width: 154px;
    height: 40px;
    background: #4B6A2C;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 14px;
}

.tablebox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}

.tablebox .card {
    width: 100%;
    border-radius: 0;
    border: 1px solid #000000;
}

.tablebox .btnGroup {
    display: flex;
    margin-top: 44px;
    justify-content: center;
}

.tablebox .aGroup a {
    width: auto;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #4B6A2C;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 20px;
    cursor: pointer;
    transition: all .3s;
}

.aGroup {
    display: flex;
    margin-top: 8px;
}

.tablebox .aGroup a:hover {
    background: #4B6A2C80;
}

.tablebox .btnGroup button {
    width: 154px;
    height: 40px;
    background: #4B6A2C;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 14px;
}

.tablebox .card:nth-child(1) {
    /*height: 100%;*/
    /*height: 380px;*/
}

.card .mb-3 {
    display: flex;
    flex-direction: column;
}

.card .form-control {
    height: 44px;
    background: #FFFFFF;
    border-radius: 7px;
    border: 1px solid #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    margin-top: 10px;
}

.tablebox .card p,
.tablebox .card-body .email {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-top: 22px;
}

.tablebox .card-body p {
    font-weight: 400;
    margin-top: 0;
}

.card .level {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.card .level img {
    width: 25px;
    height: 34px;
    margin-right: 10px;
}

.score h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 27px;
    margin-top: 30px;
}

.scorelist {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.scorelist .scoreitem {
    width: 20%;
    padding: 0 15px;
    box-sizing: border-box;
}

.scorelist .scoreitem p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 14px;
    text-align: center;
}

.scorelist .scoreitem .iteminfo {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #EAF1E3;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #4b6a2c;
    cursor: pointer;
    margin-bottom: 10px;
}

.usercard {
    margin-top: 30px;
    margin-bottom: 80px;
    width: 100%;
    min-height: 216px;
    border: 1px solid #000000;
    border-radius: 0;
}

.usercard .infobox {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
}

.infobox .infoli {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.usercard .infobox .infoli h3 {
    margin-top: 10px;
}

.changeUser {
    text-align: center;
    margin-top: 50px;
}

.changeUser a {
    width: 286px;
    height: 40px;
    background: #4B6A2C;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto 100px;
    cursor: pointer;
    transition: all .3s
}

.uploadcard .tishi {
    padding: 15px;
}

.changeUser a:hover {
    background: #4B6A2Ccc;
}

.uploadcard .infobox {
    display: flex;
    flex-wrap: wrap;
}

.inputli {
    width: 100%;
    height: 44px;
    margin-top: 15px;

}

.infoli .inputli input {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border-radius: 7px;
    border: 1px solid #000000;
    transition: all .3s;
    padding: 0 10px;
    box-sizing: border-box;
}

.postbtn {
    display: flex;
    margin: 44px 0;
    justify-content: center;
}

.btnGroup button {
    width: 154px;
    height: 40px;
    background: #4B6A2C;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 14px;
}

.contBox {
    display: flex;
}

.contBox .left {
    width: 38%;
    min-height: 500px;
    border: 1px solid #000000;
    border-radius: 0;
}

.contBox .left h3 {
    height: 42px;
    background: #FFD273;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 42px;
    text-align: center;
}

.contbody .price {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.contbody .priceRow {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contbody .priceRow img {
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

.contbody .priceRow span {
    display: inline-block;
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000;
}

.contbody .btnGroup {
    width: 100%;
}

.contbody .btnGroup div {
    width: 80%;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #4B6A2C;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    transition: all .3s;
    cursor: pointer;
}

.contbody .time {
    height: 42px;
    background: #EAF1E3;
    border: 1px solid #EBEBEB;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.choosetime {
    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contbody .btn {
    width: 50%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #4B6A2C;
    margin: 15px auto;
    color: #fff;
    border-radius: 5px;
}

.contBox .right {
    width: 63%;
    margin-left: 2%;
}


@media (max-width:1200px) {
    .content {
        padding: 0 2%;
        box-sizing: border-box;
    }

    .nav .nav_r {
        width: 18%;
    }

    .nav li {
        margin-left: 25px;
    }
}

@media (max-width:1000px) {
    .goodslist .goodsitem {
        width: 50%;
    }

    .tablebody {
        overflow: unset;
        height: auto;
        min-height: 200px;
    }

    .proItemBox {
        width: 49%;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .contInfo {
        flex-direction: column;
    }

    .contInfoLeft {
        width: 100%;
        box-sizing: border-box;
    }

    .contInfoRight {
        width: 100%;
        margin: 0;
        height: auto;
        padding-bottom: 20px;
    }

    .page1 .pictures_list {
        padding-left: 5%;
    }
}

@media (max-width:786px) {
    .infobox .infoli {
        width: 100%;
    }

    .tablebox {
        flex-direction: column;
    }

    .tablebox .card {
        width: 100%;
        margin-bottom: 15px;
    }
    .tablebox .card:nth-child(1){
        height: 430px;
    }
    .card .feedback{
        margin-top: 0 !important;
        margin-left: 5px;
    }
    .scorelist .scoreitem {
        width: 50%;
    }

    .table {
        overflow: scroll;
    }

    .tablist .tabitem {
        padding: 0 5px;
    }

    .cartitem .infobox {
        flex-direction: column;
    }

    .cartitem .infobox .info {
        width: 100%;
    }

    .cartitem .infobox .price {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .cartitem .goodsimg {
        width: 90px;
        height: 90px;
    }

    .cartitem .infobox .btn {
        border: 0;
        justify-content: flex-end;
        width: 100%;
    }

    .cartitem .infobox .info p {
        display: none;
    }

    .cartitem .infobox .btn input {
        width: 40px;
        border: 0;
    }

    .cartitem .infobox .price img {
        width: 15px;
    }

    .orderBox {
        flex-direction: column;
    }

    .orderLeft,
    .orderRight {
        width: 100%;
    }

    .orderRight {
        margin-top: 30px;
    }

    .goodslist .goodsitem {
        width: 100%;
    }

    .informatItem {
        width: 100%;
        height: 28.53333333vw;
        padding: 1.86666667vw;
        box-sizing: border-box;
        display: flex;
        cursor: pointer;
        box-shadow: 0 0 1.33333333vw #4a573a26;
        margin-bottom: 2.66666667vw;
    }

    .informatItem .imgbox {
        width: 36.8vw;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .informatItem .right {
        width: calc(100% - 36.8vw);
        padding-left: 10px;
    }

    .informatItem .right h3 {
        font-size: 3.46666667vw;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-top: 0;
        height: 40px;
    }

    .informatItem .right .cont {
        margin-top: 5px;
        font-size: 12px;
        line-height: 17px;
    }

    .informatItem .right .time {
        margin-top: 5px;
    }

    .mainBox {
        padding: 0 3%;
        box-sizing: border-box;
    }

    .zixun {
        margin-top: 50px !important;
    }

    .informatLeft {
        display: none;
    }

    .informatBox .informatRight {
        padding-left: 0;
    }

    .videobox .video_bg {
        height: 55vw;
    }

    .videobox .play {
        width: 30px;
        height: 30px;
    }

    .certificatebox {
        margin-top: 30px;
    }

    .square,
    .productBox .title {
        padding: 0 2%;
    }


    body {
        width: 100vw;
    }

    .content {
        margin-top: 180px;
    }

    .square img {
        width: 100px;
    }

    .square .abouttext {
        font-size: 30px;
    }

    .contInfoLeft {
        height: auto;
    }

    .pc_nav .container {
        justify-content: space-between;
        flex: 1;
    }

    .pc_nav .nav_r {
        display: none;
    }

    .pc_nav {
        display: flex;
    }


    .pc_nav .nav_m {
        display: none;
    }

    .pc_nav .logo {
        width: 50%;
    }

    .pc_nav .nav_r {
        width: 20%;
    }

    .mobile_new_nav {
        width: 100vw;
        height: calc(100vh - 82px);
        position: fixed;
        top: 82px;
        right: 0;
        transition: none;
        z-index: 999;
        background: #1d3e2a;
        box-shadow: 3px 0 10px #eee;
        box-sizing: border-box;
        border-top: 0;
        overflow-y: scroll;
    }

    .mobile_new_nav .nav_m a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_new_nav .container {
        flex-direction: column;
    }

    .mobile_new_nav .logo {
        width: 100%;
        justify-content: flex-start;
        display: none;
    }

    .meau.on:before {
        transform: rotate(-45deg) translateY(0px);
    }

    .meau.on:after {
        transform: rotate(45deg) translateY(0);
    }

    .mobile_new_nav .logo img {
        height: 50px;
    }

    .mobile_new_nav .nav_m {
        width: 100%;
        font-size: 16px;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .mobile_new_nav .nav_m li {
        position: relative;
        min-height: 44px;
        line-height: 44px;
        width: 100%;
    }

    .mobile_new_nav .nav_m .current a {
        font-weight: bold;
    }

    .mobile_new_nav .nav_m .sub {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        box-shadow: none;
    }

    .mobile_new_nav li {
        margin-left: 0;
    }

    .mobile_new_nav .nav_r {
        width: 100%;
        position: relative;
        padding: 0 5%;
        box-sizing: border-box;
        flex-direction: column;
    }


    .footer-nav-list {
        width: 90%;
        flex-wrap: wrap;
    }

    .footer-nav-list .navitem {
        width: 33%;
        flex: unset;
        border: 0;
    }

    .footer-bot p {
        padding: 0 5%;
        box-sizing: border-box;
        font-size: 14px;
        text-align: center;
    }


    .logo {
        width: 70%;
        padding: 0 10px;
        height: 50px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    nav .navbox {
        height: 50px;
    }

    .navbox {
        justify-content: space-between;
    }

    .meau {
        display: flex;
    }
}

@media (max-width: 768px) {
    .diagrambox{
        flex-direction: column;
    }
    .diagrambox .left,.diagrambox .right{
        width: 100% !important;
        margin-bottom: 10px;
    }
    footer {
        /*background: #4b6a2c;*/
        padding-bottom: 20px;
    }
    .footerbox .footer-right{
        padding-left: 0;
    }
    .footerbox1 {
        display: flex;
        flex-direction: column;
        padding: 4.8vw 4vw 7.2vw;
        box-sizing: border-box;
    }

    .footerbox1 .footer_logo img {
        width: 50%;
        margin-bottom: 4vw;
    }

    .footerbox1 .col .title {
        font-size: 4.26666667vw;
        font-family: SourceHanSansCN-Bold, SourceHanSansCN;
        font-weight: 700;
        color: #fff;
        margin-bottom: 4vw;
    }

    .footerbox1 .col .contact {
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
    }

    .footerbox1 .col .contact p {
        line-height: 5.33333333vw;
        font-size: 3.46666667vw;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #fff;
        margin-bottom: 2vw;
    }

    .footerbox1 .col .contact a {
        color: #fff;
    }

    .footerbox1 .footer-text {
        margin-top: 30px;
        color: #fff;
    }

    .footerbox1 .iconlist {
        margin-top: 30px;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
    }

    .footerbox1 .ljbox {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .footerbox1 .ljbox a {
        display: inline-block;
        width: 25.86666667vw;
        height: 3.73333333vw;
        line-height: 3.73333333vw;
        color: #fff;
        border-right: 1px solid #fff;
        text-align: center;
        margin: 10px 0;
        font-size: 3.46666667vw;
    }

    .footerbox1 .ljbox a:last-child {
        border-right: 0;
    }
    .footerbox .col{
        width: 90%;
    }
    .footerbox {
        /*display: none;*/
        flex-direction: column;
        align-items: flex-start;
        padding-left: 5%;
    }
    .footerbox .footer_logo{
        width: 50%;
    }
    .footerbox .col .link{
        margin-top: 30px;
        flex-direction: column;
    }
    .footerbox .col .ljbox a{
        margin-left: 0;
        margin-right: 5px;
        margin-top: 10px;
    }
    .footerbox .col .ljbox{
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .footerbox .col .title{
        width: 100%;
    }
    .page1 .homebox {
        width: 100%;
        height: 61.6vw;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative
    }

    .page1 .homebox ._bannerImg_1hizh_10 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    .page1 .banner_hizh {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative
    }

    .page1 .textBox {
        position: absolute;
        left: 0;
        top: 8.13333333vw;
        z-index: 10;
        padding-top: 0;
        width: 100%;
    }

    .page1 .title {
        width: auto;
        font-size: 6.13333333vw;
        font-weight: 700;
        color: var(--text-active-color);
        margin-left: 4vw
    }

    .page1 .sTitle {
        min-width: 58.53333333vw;
        font-size: 4vw;
        font-weight: 400;
        margin-top: 4vw;
        padding-left: 4vw;
        width: 100%;
        box-sizing: border-box;
    }

    .page1 .cont {
        width: 70.53333333vw;
        font-size: 2.93333333vw;
        font-weight: 400;
        color: #4b6a2c;
        margin-left: 4vw;
        margin-top: 4vw
    }

    .page1 .ellipsis {
        width: 11.73333333vw;
        height: 1.06666667vw;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 0vw;
        left: 2.66666667vw
    }

    .page1 .ellipsis ._item {
        width: 1.46666667vw;
        height: 100%;
    }

    .page1 .circle {
        width: 8.26666667vw;
        height: 9.33333333vw;
        position: absolute;
        right: 0;
        bottom: -5.33333333vw;
        display: none
    }

    .page1 .circle img {
        width: 100%;
        height: 100%
    }

    .page1 .pictures_list {
        width: 69.86666667vw;
        height: 43.2vw;
        position: absolute;
        left: 24.8vw;
        bottom: -30.66666667vw;
        display: flex;
        justify-content: space-between;
        padding-left: 0;
    }

    .page1 .pictures_list ._left_1hizh_90 {
        width: 29.86666667vw;
        height: 45.86666667vw;
        padding: 1.6vw;
        box-sizing: border-box
    }

    .page1 .pictures_list ._left_1hizh_90 img {
        width: 100%;
        height: 100%
    }

    .page1 .pictures_list ._right_1hizh_102 {
        width: 38.33333333vw;
        height: 100%;
        display: block;
    }

    .page1 .pictures_list ._item {
        display: inline-block;
        width: 16.86666667vw;
        height: 16.86666667vw;
        padding: .93333333vw;
        box-sizing: border-box;
    }

    .page1 .pictures_list ._item:first-child {
        margin-right: 1.6vw
    }

    .page1 .pictures_list ._item:nth-child(3) {
        margin-right: 1.6vw;
        margin-top: 1.6vw
    }

    .page1 .pictures_list ._item:last-child {
        margin-top: 1.6vw
    }

    .page1 .pictures_list ._item img {
        width: 100%;
        height: 100%
    }

    .page1 .company {
        position: absolute;
        white-space: nowrap;
        left: 0;
        bottom: -9vw;
        width: 26.13333333vw;
        font-size: 5.33333333vw;
        font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
        font-weight: 800;
        line-height: 7.2vw;
        margin-left: 2.66666667vw;
        height: auto;
    }

    .page1 .content {
        width: 100%;
        margin: 0 auto;
        margin-top: 35.73333333vw;
        position: relative
    }

    .page1 .content .square {
        display: none;
        width: 180px
    }

    .page1 .content .square img {
        width: 100%;
        height: auto
    }
}