@charset "utf-8";

.pro-banner {}
.pro-banner img {
    width: 100%;
}


.pro-1 {
    padding: 1.2rem 0;
    background-color: #faf4eb;
}

.pro-1 h1 {
    margin-bottom: 0.5rem;
    font-family: "eryafeihong";
    text-align: center;
    color: #000000;
    font-size: 0.72rem;
}

.pro-Swiper.mySwiper {
    padding-bottom: 0.7rem;
}
.pro-1 .flex {
    justify-content: flex-start;
    align-items: normal;
}

.pro-1 .flex img {
    width: 9rem;
    height: 6rem;
    object-fit: cover;
}
.pro-1 .flex .con {
    display: flex;
    align-items: normal;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 0 .1rem 0 .8rem;
    background-color: #f4ebda;
}
.pro-1 .flex .con h3 {
    margin-bottom: 0.24rem;
    font-family: "huxiaobo";
    font-size: 0.56rem;
    color: #000000;
}
.pro-1 .flex .con p {
    position: relative;
    color: #3e3e3e;
    margin-bottom: 0.25rem;
    padding-left: 0.25rem;
    font-size: 0.2rem;
}
.pro-1 .flex .con p::before {
    content: '';
    position: absolute;
    width: .14rem;
    height: .14rem;
    top: .08rem;
    left: 0;
    background-color: #3e3e3e;
    border-radius: 50%;
}

.pro-Swiper.mySwiper .swiper-pagination {
    top: unset;
    bottom: 0 !important;
}
.pro-Swiper.mySwiper .swiper-pagination-bullet {
    opacity: 1;
    margin: 0;
    margin: 0 .1rem !important;
    width: 0.24rem;
    height: 0.24rem;
    background: #d4c8c8;
}
.pro-Swiper.mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e6222e;
}


.pro-2 {
    padding: 1.14rem 0 .6rem;
    background-color: #f4ebda;
}
.pro-2 h3 {
    margin-bottom: 0.24rem;
    font-family: "huxiaobo";
    font-size: 0.56rem;
    color: #000000;
    text-align: center;
}

.pro-2 ul {
    margin-bottom: 0.4rem;
}
.pro-2 ul li {
    width: 49%;
    display: flex;
}
.pro-2 ul li img {
    width: 5.14rem;
    height: 3.24rem;
    object-fit: cover;
}
.pro-2 .con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0.08rem;
    padding-left: 0.25rem;
    background-color: #faf4eb;
}
.pro-2 ul li .con h4 {
    font-family: "huxiaobo";
    font-size: 0.24rem;
    margin-bottom: .15rem;
}
.pro-2 ul li .con p {
    padding-right: 0.25rem;
    font-size: 0.16rem;
    color: #3E3E3E;
}

.pro-2 .swiper-slide img {
    width: 100%;
}


.pro-3 {
    padding: 1.2rem 0 .8rem;
    background-color: #faf4eb;
}
.pro-3 h3 {
    font-family: "huxiaobo";
    font-size: 0.56rem;
    color: #000000;
    text-align: center;
}

.pro-4 {
    padding-bottom: 1.6rem;
    background-color: #f4ebda;
}
.pro-4 h4 {
    position: relative;
    top: 0.8rem;
    font-family: "huxiaobo";
    font-size: 0.4rem;
    color: #000000;
    text-align: center;
}
.pro-4 .top {
    align-items: flex-end;
    margin-bottom: 0.4rem;
}
.pro-4 .l img {
    width: 10.38rem;
    object-fit: cover;
}
.pro-4 .r {
    flex-direction: column;
    margin-left: 0.4rem;
}
.pro-4 .r img {
    margin-bottom: 0.4rem;
    width: 5.2rem;
    height: 3.16rem;
    object-fit: cover;
}
.pro-4 .r img:last-of-type {
    margin-bottom: 0;
}
.pro-4 .btm img {
    width: 7.8rem;
    height: 4.7rem;
    object-fit: cover;
}

.pro-5 {
    padding: 1.14rem 0;
    background-color: #faf4eb;
}
.pro-5 h4 {
    margin-bottom: 0.6rem;
    font-family: "huxiaobo";
    font-size: 0.4rem;
    color: #000000;
    text-align: center;
}
.pro-5 ul {
    flex-wrap: wrap;
}
.pro-5 ul img {
    width: 7.8rem;
    height: 4.7rem;
    object-fit: cover;
}
.pro-5 ul li {
    margin-bottom: 0.4rem;
}
.pro-6  .flex {
    align-items: unset;
}
.pro-6 {
    padding-bottom: 1.6rem;
}
.pro-6 h4 {
    margin-bottom: 0.6rem;
    font-family: "huxiaobo";
    font-size: 0.4rem;
    color: #000000;
}
.pro-6 .l {
    margin-right: 0.4rem;
}
.pro-6 .l img {
    width: 10.4rem;
    height: 7.3rem;
    object-fit: cover;
}
.pro-6 .r {
    flex-direction: column;
    justify-content: flex-end;
}
.pro-6 .r img {
    width: 5.2rem;
    height: 4.4rem;
}
.pro-6 .r li:last-of-type img {
    height: 2.26rem;
}
.pro-6 .r li:last-of-type h4 {
    position: relative;
    margin-bottom: 0;
    top: 0.3rem;
}



@media (max-width: 1600px) {
    .pro-1 {
        padding: 100px 0;
    }
    .pro-1 h1 {
        font-size: 56px;
        margin-bottom: 50px;
    }
    .pro-1 .flex .con {
        padding: 0 10px 0 50px;
    }
    .pro-1 .flex img {
        width: 660px;
        height: 440px;
    }
    .pro-1 .flex .con h3 {
        margin-bottom: 24px;
        font-size: 46px;
    }
    .pro-1 .flex .con p {
        margin-bottom: 20px;
        padding-left: 20px;
        font-size: 18px;
    }

    .pro-2 {
        padding: 100px 0 60px;
    }
    .pro-2 h3 {
        margin-bottom: 24px;
        font-size: 56px;
    }
    .pro-2 .con {
        margin-right: 6px;
        padding-left: 20px;
    }
    .pro-2 ul {
        margin-bottom: 30px;
    }
    .pro-2 ul li .con h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .pro-2 ul li .con p {
        padding-right: 20px;
        font-size: 14px;
    }
    .pro-2 ul li img {
        width: 400px;
        height: 280px;
    }
    .pro-Swiper.mySwiper .swiper-pagination-bullet {
        margin: 0 10px !important;
        width: 20px;
        height: 20px;
    }


    .pro-3 {
        padding: 100px 0 60px;
    }
    .pro-3 h3 {
        font-size: 46px;
    }
    .pro-4 {
        padding-bottom: 120px;
    }

    .pro-4 .l img {

    }
    .pro-4 h4 {
        font-size: 32px;
    }
    .pro-4 .top {
        margin-bottom: 30px;
    }
    .pro-5 {
        padding: 110px 0;
    }
    .pro-6 h4 {
        margin-bottom: 40px;
        font-size: 32px;
    }
    
}


@media (max-width: 1500px) {
    .pro-2 ul li img {
        width: 340px;
        height: 250px;
    }
}
@media (max-width: 1400px) {
    .pro-1 {
        padding: 80px 0;
    }
    .pro-1 h1 {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .pro-1 .flex img {
        width: 50%;
        height: 360px;
    }
    .pro-1 .flex .con {
        padding: 0 10px 0 30px;
    }
    .pro-1 .flex .con h3 {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .pro-1 .flex .con p {
        padding-left: 15px;
        font-size: 16px;
    }
    .pro-1 .flex .con p::before {
        top: 8px;
    }
    .pro-Swiper.mySwiper {
        padding-bottom: 60px;
    }
    .pro-Swiper.mySwiper .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
    
    
    .pro-2 {
        padding: 80px 0 40px;
    }
    .pro-2 h3 {
        margin-bottom: 30px;
        font-size: 32px;
    }
    .pro-2 ul li img {
        width: 300px;
        height: 200px;
    }

    .pro-3 {
        padding: 80px 0 40px;
    }
    .pro-3 h3 {
        font-size: 32px;
    }

    .pro-4 {
        padding-bottom: 60px;
    }
    .pro-4 h4 {
        font-size: 24px;
    }
    .pro-4 .l {
        flex: 1;
    }
    .pro-4 .l img {
        width: 100%;
    }
    .pro-4 .r {
        width: 33.333%;
        margin-left: 20px;
    }
    .pro-4 .r img {
        margin-bottom: 0.4rem;
        width: 100%;
        height: auto;
    }
    .pro-4 .btm img {
        width: 49%;
        height: auto;
    }

    .pro-5 {
        padding: 50px 0;
    }
    .pro-5 h4 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .pro-5 ul li {
        width: 49%;
    }
    .pro-5 ul img {
        width: 100%;
        height: auto;
    }

    .pro-6 {
        padding-bottom: 60px;
    }
    .pro-6 h4 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .pro-6 .l {
        margin-right: 20px;
    }
    .pro-6 .l img {
        width: 100%;
        height: auto;
    }
    .pro-6 .r {
        width: 45%;
    }
    .pro-6 .r img {
        width: 100%;
        height: auto;
    }
    .pro-6 .r li:last-of-type img {
        height: auto;
    }
}

@media (max-width: 960px) {
    .pro-1 {
        padding: 50px 0;
    }
    .pro-1 h1 {
        font-size: 36px;
    }
    .pro-1 .flex {
        flex-wrap: wrap;
    }
    .pro-1 .flex img {
        width: 100%;
        height: auto;
    }
    .pro-1 .flex .con {
        width: 100%;
        padding: 30px 15px;
    }
    .pro-1 .flex .con h3 {
        font-size: 24px;
    }
    .pro-1 .flex .con p::before {
        top: 6px;
        width: 10px;
        height: 10px;
    }
    .pro-1 .flex .con p:last-of-type {
        margin-bottom: 10px;
    }
    
    .pro-2 {
        padding: 50px 0;
    }
    .pro-2 ul,.pro-2 ul li {
        flex-wrap: wrap;
    }
    .pro-2 ul li {
        width: 100%;
        flex-direction: column-reverse;
    }
    .pro-2 ul li img {
        width: 100%;
        height: auto;
    }
    .pro-2 .con {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
        padding: 30px 15px;
    }
    .pro-2 ul li .con p {
        padding-right: 0;
    }
    .pro-Swiper.mySwiper {
        padding-bottom: 50px;
    }

    .pro-3 {
        padding: 50px 0 30px;
    }

    .pro-4 {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .pro-4 h4 {
        top: 0;
        margin-bottom: 30px;
    }
    .pro-4 .top {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .pro-4 .r {
        width: 100%;
        margin-left: 0;
    }
    .pro-4 .r img {
        margin-bottom: 20px;
    }
    .pro-4 .btm img {
        width: 100%;
        margin-bottom: 20px;
    }
    .btm {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .pro-5 ul {
        flex-wrap: wrap;
    }
    .pro-5 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .pro-6 {
        padding-bottom: 50px;
    }
    .pro-6 h4 {
        text-align: center;
    }
    .pro-6 .flex {
        flex-wrap: wrap;
        width: 100%;
    }
    .pro-6 .l {
        margin-right: 0;
    }
    .pro-6 .r li {
        margin-top: 20px;
    }
    .pro-6 .r li:last-of-type h4 {
        margin-bottom: 30px;
    }
}