.lunbo {
    width: 100%;
    aspect-ratio: 32 / 11;
    overflow: hidden;
    position: relative;
}

.lunbo .swiper-wrapper {
    height: 100%;
    width: 100%;
}

.swiper-slide {
    height: 100%;
    width: 100%;
}

.lunbo img {
    width: 100%;
    height: 100%;
    display: block;
}

.lunbo .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    border-radius: 2px;
}

.lunbo .swiper-pagination-bullet-active {
    background: #ffffff;
}

.goods {
    max-width: 1100px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px auto;
    font-family: Microsoft YaHei;
}

.goods .goods-box {
    width: calc((100% - 30px) / 3);
}

.goods .goods-box .cover {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    margin-bottom: 15px;
}

.goods .name {
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    color: #444444;
    line-height: 25px;
}

.goods .detail {
    text-align: center;
    color: #919191;
    font-size: 14px;
    line-height: 25px;
}

.zizi {
    display: flex;
    margin: 30px 0;
}

.zizi .zizi-image {
    width: 45%;
    aspect-ratio: 85 / 42;
    display: block;
}

.zizi .text {
    width: 55%;
    box-sizing: border-box;
    padding: 100px;
    position: relative;
}

.zizi .zizi-title {
    font-family: SimSun;
    font-weight: 400;
    font-size: 28px;
    color: #444444;
    line-height: 28px;
}

.zizi .zizi-text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #828181;
    line-height: 25px;
    margin-top: 20px;
    text-align: justify;
    text-align-last: left;
}

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

.zizi-go .line {
    width: 335px;
    height: 2px;
    background: #B6C74A;
    border-radius: 1px;
}

.zizi-go .zizi-go-text {
    font-family: SimSun;
    font-weight: 400;
    font-size: 28px;
    color: #B6C74A;
    line-height: 28px;
    margin-left: 10px;
}

.shop {
    position: relative;
}

.shop .shop-bg5 {
    width: 100%;
    aspect-ratio: 960 / 247;
    display: block;
}

.shop .shop-map-wrap {
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto;
    transform: translateY(-50px);
    background: #f4f6f8;
    padding: 30px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop .map-image {
    width: 375px;
    height: 309px;
    display: block;
}

.shop .shop-swiper {
    width: 50%;
    height: 309px;
    overflow: hidden;
}

.shop .shop-swiper .swiper-slide {
    display: flex;
    height: 103px;
    padding: 5px;
}

.shop .shop-image {
    height: 93px;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}

.shop .shop-swiper .shop-name {
    max-width: 375px;
    padding: 10px;
}

.flex-2-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-2-box .image-box{
    width: 45%;
    aspect-ratio: 2 / 1;
    display: block;
}

.flex-2-box .text-box {
    width: 55%;
    padding: 50px 100px;
}

.flex-2-box .title-1 {
    font-family: SimSun;
    font-weight: 400;
    font-size: 24px;
    color: #B6C74A;
    line-height: 25px;
}

.flex-2-box .title-2 {
    font-family: SimSun;
    font-weight: 400;
    font-size: 24px;
    color: #444444;
    line-height: 25px;
    margin-top: 10px;
}

.flex-2-box .texts {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #828181;
    line-height: 25px;
    margin-top: 10px;
}

.flex-2-box .jiantou-1{
    width: 98px;
    height: 34px;
    display: block;
    margin-top: 50px;
}