.banner {
    width: 100%;
    height: 60rem;
    overflow: hidden;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner img {
    width: auto;
    display: block;
    height: 100%;
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

.banner-main {
    width: 144rem;
    padding-top: 22.7rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    color: #FFF;
}

.banner-top {
    position: relative;
    font-size: 4rem;
    font-weight: bold;
    line-height: 5.6rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.banner-top::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6rem;
    height: 0.4rem;
    background: #fff;
    z-index: 2;
}

.banner-word {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.about-left {
    width: 49rem;
    height: 50.5rem;
    overflow: hidden;
    margin-right: 4rem;
}

.about-left img {
    height: 100%;
}

.topic-img {
    height: 2.6rem;
    line-height: 4.4rem;
}

.about-right {
    flex: 1;
    overflow: hidden;
}

.about-tit {
    margin-top: 5rem;
}

.about-cons {
    width: 100%;
    margin-top: 2rem;
    color: #666666;
    line-height: 2.8rem;
}

.about-good p {
    margin: 3rem 0;
    color: #333;
}

.about-green {
    width: 100%;
    height: 12rem;
    line-height: 12rem;
    margin: 6rem 0;
    background: url(../images/green-bg.png) no-repeat;
    background-size: 100%;
    position: relative;
}

.about-green-tit {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

.cabbage {
    width: 24rem;
    height: 18rem;
    position: absolute;
    bottom: 0;
    right: 8.8rem;
    overflow: hidden;
}

.cabbage img {
    height: 100%;
}

.about-business {
    width: 100%;
    position: relative;
}

.about-business-left {
    width: 68rem;
    height: 40rem;
}

.about-business-top {
    margin-bottom: 6rem;
}

.about-business-tit {
    margin-top: 2rem;
    line-height: 2.8rem;
    color: #666;
}

.about-business-ul {
    width: 100%;
    overflow: hidden;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}

.about-business-ul li {
    width: 8rem;
    text-align: center;
    color: #666;
}

.about-business-ul-img {
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    position: relative;
}

.about-business-img {
    width: 100%;
    height: 16rem;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
}

.about-business-ul li img {
    width: 8rem;
    height: 8rem;
}

.about-business-ul li p {
    margin: 1rem 0;
}

.about-business-ul li:hover .about-business-img {
    top: -8rem;
}

.about-business-ul li:hover {
    color: #F3C60B;
}

.about-business-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 63.6rem;
    height: 40rem;
    overflow: hidden;
}

.about-business-map img {
    height: 100%;
}

.about-text {
    line-height: 2.8rem;
    color: #666;
    font-size: 1.4rem;
    margin: 6rem 0;
    overflow: hidden;
}

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

.about-list li {
    width: 70rem;
    height: 46rem;
    overflow: hidden;
    padding-bottom: 4rem;
}

.about-list li img {
    width: 100%;
}

.product-body {
    width: 100%;
    padding-top: 6rem;
    background: #fff;
    position: relative;
}

.product-left {
    width: 24rem;
    overflow: hidden;
    margin-right: 4rem;

}

.product-logo {
    width: 24rem;
    height: 7.5rem;
    border-bottom: .1rem solid #F0F0F0;
    overflow: hidden;
    margin-bottom: 1rem;
}

.product-logo-h2 {
    font-size: 3.2rem;
    font-weight: bold;
    color: #1B9A40;
    line-height: 4.5rem;
}

.product-logo-en {
    font-size: 1.2rem;
    color: #9E9E9E;
    line-height: 1.9rem;
}

.product-left-ul {
    width: 100%;
}

.product-left-ul li {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    position: relative;
    transition: all .4s;
}

.product-left-ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 2rem;
    color: #666;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
    border-bottom: .1rem solid #D8D8D8;
}

.product-left-ul li:hover::before {
    opacity: 1;
}

.product-left-ul li:hover a {
    background: rgb(237, 247, 240);
    color: #1B9A40;
    border-bottom: .1rem solid rgb(237, 247, 240);
}

.product-left-ul .active a {
    background: rgb(237, 247, 240);
    color: #1B9A40;
    font-weight: bold;
    border-bottom: .1rem solid rgb(237, 247, 240);
}

.product-left-ul li::before {
    content: '';
    width: 0.3rem;
    height: 5rem;
    background: #1B9A40;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
    opacity: 0;
}

.product-left-ul .active::before {
    opacity: 1;
}

.product-right {
    flex: 1;
}

.product-right-ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-right-ul li {
    width: 26rem;
    overflow: hidden;
    margin: 0 4rem 4rem 0;
    transition: all .4s;
}

.product-right-ul li:nth-child(4n) {
    margin-right: 0;
}

.product-right-vegetables {
    width: 26rem;
    height: 26rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.product-right-vegetables::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-sizing: border-box;
    border: .4rem solid #1B9A40;
    transition: all .4s;
    z-index: 9;
    opacity: 0;
}

.product-right-ul li:hover .product-right-vegetables::before {
    opacity: 1;
}

.product-right-vegetables img {
    width: 100%;
    transition: all .4s;
}

.product-right-ul li:hover img {
    transform: scale(1.2);
}

.product-right-ul li .vegetable-text {
    font-size: 1.8rem;
    transition: all .4s;
    line-height: 2.8rem;
    text-align: center;
    margin-top: 1rem;
}

.product-right-ul li:hover .vegetable-text {
    color: #1B9A40;
}

.paging {
    display: flex;
    justify-content: center;
    margin: 9rem 0 10rem;
}

.page-move {
    display: none;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #1B9A40 !important;
}

.layui-laypage a:hover {
    color: #1B9A40 !important;
}

.details-top {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.product-details-img {
    width: 42rem;
    margin-right: 4rem;
}

.product-details-img-big {
    width: 42rem;
    height: 42rem;
    overflow: hidden;
}

.product-details-img-big img {
    width: 100%;
}

.img-tab {
    width: 100%;
    height: 8rem;
    overflow: hidden;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.img-tab-left {
    width: 3rem;
    height: 100%;
    line-height: 8rem;
    text-align: center;
    font-size: 2rem;
    cursor: pointer;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, .05);
}

.img-tab-left:hover {
    color: #1B9A40;
}

.img-tab-content {
    width: 35rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.img-tab-con {
    width: 9999rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
}

.img-tab-con li {
    width: 8rem;
    height: 100%;
    margin-right: 1rem;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.img-tab-con li::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: .2rem solid #1B9A40;
    transition: all .4s;
    opacity: 0;
}

.img-tab-con .active::before {
    opacity: 1;
}

.img-tab-con li img {
    width: 100%;
}

.product-details-message {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.product-details-h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3.1rem;
    margin-bottom: 1.5rem;
}

.product-details-tit {
    font-size: 1.4rem;
    color: #666;
    line-height: 2rem;
    margin: 1.6rem 0;
}

.product-details-justify {
    display: inline-block;
    width: 5.6rem;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-line;
}

.product-details-title {
    width: 100%;
    height: 30rem;
    overflow: hidden;
}

.product-buy {
    position: absolute;
    bottom: 9rem;
    left: 0;
    z-index: 9;
}

.product-buy a {
    display: inline-block;
    width: 16.4rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    margin-right: 2rem;
}

.product-buy .buy {
    color: #fff;
    background: #1B9A40;
}

.product-buy .back-list {
    color: #333;
    background: #F3C60B;
}

.details-content {
    width: 100%;
    margin: 8rem 0 10rem;
}

.details-content-top {
    width: 100%;
    border-bottom: .1rem solid #E5E5E5;
}

.details-content-h2 {
    width: 11.6rem;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    background: #1B9A40;
    color: #fff;
}

.details-content-text {
    line-height: 2.8rem;
    color: #666;
    margin-top: 7rem;
}

.details-content-text img {
    width: 100%;
}

.imgdetails {
    width: 75rem;
    margin: 0 auto;
}

.new-tab {
    width: 100%;
    display: flex;
    justify-content: center;
}

.new-tab li {
    width: 14.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    background: #fff;
    border: 0.1rem solid #999;
    color: #666;
    font-size: 1.6rem;
    transition: all .4s;
    margin: 0 2rem;
    text-align: center;
}

.new-tab li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
    transition: all .4s;
}

.new-tab li:hover a,
.new-tab .active a {
    color: #fff;
}

.new-tab li:hover,
.new-tab .active {
    background: #1B9A40;
    border: 0.1rem solid #1B9A40;
}

.new-list {
    width: 100%;
    padding-top: 2rem;
}

.new-list ul {
    width: 100%;
    display: none;
    flex-wrap: wrap;
}

.new-list .active {
    display: flex;
}

.new-list li {
    width: 33rem;
    margin: 4rem 4rem 0 0;
    transition: all .4s;
}

.new-list li:hover {
    transform: translateY(-1rem);
}

.new-list li:hover .new-list-con {
    background: #1B9A40;
    color: #fff;
}

.new-list li:hover .new-list-text {
    color: #fff;
}

.new-list .new-list-img {
    width: 100%;
    height: 22rem;

}

.new-list li:nth-child(4n) {
    margin-right: 0;
}

.new-list-con {
    width: 100%;
    height: 13.3rem;
    box-sizing: border-box;
    padding: 2rem;
    background: #F5FAF9;
    transition: all .4s;
}

.new-list-tit {
    width: 100%;
    padding-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.new-list-text {
    transition: all .4s;
    line-height: 2.8rem;
    color: #666;
}

.new-details-top {
    width: 100%;
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: .1rem solid #E5E5E5;
    position: relative;
}

.back {
    color: #1B9A40;
    font-size: 1.8rem;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
}

.details-time {
    width: 100%;
    height: 6rem;
    color: #666;
    background: #F5FAF9;
    line-height: 6rem;
    margin: 2rem 0 3.2rem;
    padding: 0 2rem;
    box-sizing: border-box;
    font-size: 1.6rem;
}

.details-time span {
    margin-right: 8rem;
}

.new-details-text {
    width: 100%;
    line-height: 2.8rem;
    color: #666;
    overflow: hidden;
    margin-bottom: 8rem;
}

.new-details-page {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rem;
    line-height: 2.8rem;
}

.new-details-page a {
    color: #333;
    transition: all .4s;
}

.new-details-page a:hover {
    color: #111;
}

.new-img-join {
    width: 96rem;
    /* height: 50rem; */
	height: 135.79354rem;
    margin: 0 auto;
    position: relative;
}

.new-img-join-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.new-img-join img {
    width: 100%;
}

.new-img-join-l {
	display: none;	/* 20240422 */
    position: absolute;
    bottom: 4rem;
    left: 5rem;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 2.9rem;
    z-index: 2;
}

.new-img-join-l p {
    margin-top: 1.2rem;
}

.new-img-join-l .new-img-join-span {
    display: inline-block;
    width: 8rem;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-line;
}

.new-img-join-r {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    width: 6rem;
    height: 6rem;
    z-index: 2;
}

.new-img-join-r img {
    width: 100%;
}

.contact-map {
    width: 68rem;
    height: 46rem;
    margin: 0 4rem 10rem 0;
}

.contact-maps {
    display: none;
}

.contact-content {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.contact-content-top {
    font-size: 2.2rem;
    font-weight: bold;
    color: #1B9A40;
    line-height: 3.1rem;
    padding: 2rem 0;
}

.contact-content-text {
    width: 100%;
    color: #737373;
    line-height: 2.2rem;
}

.contact-content-tit {
    width: 50%;
    float: left;
    margin-bottom: 2rem;

}

.contact-content-text .code {
    width: 18rem;
    height: 18rem;
    margin-top: 4rem;
}

.contact-content-text .code img {
    width: 100%;
}

.contact-content1 {
    display: none;
}