@charset "utf-8";
/* 首页轮播图 */
.part1 {
    width: 100%;
    margin-top: 0.88rem;
    position: relative;
    overflow: hidden;
}

.part1 .swiper-wrapper {
    width: 100%;
}

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

.part1 .swiper-slide img {
    width: 100%;
    display: block;
}

.part1 .swiper-pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    z-index: 10;
}

.part1 .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 0.05rem;
    display: inline-block;
    opacity: 1;
}

.part1 .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

/* 产品分类 */
.part2 {
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
}

.hh2 {
    width: 100%;
    font-size: 0.32rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    position: relative;
}

.part2-main {
    width: 100%;
    margin-top: 0.3rem;
}

.part2-main ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.part2-main ul li {
    width: 23%;
    text-align: center;
}

.part2-main ul li img {
    width: 100%;
    border-radius: 0.1rem;
    display: block;
}

.part2-main ul li p {
    font-size: 0.24rem;
    color: #333;
    line-height: 1.5;
    margin-top: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 关于我们 */
.part5 {
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
    margin-top: 0.3rem;
}

.part5 .hh2 {
    text-align: left;
}

.part5 .hh2 span {
    font-size: 0.32rem;
    color: #333;
    line-height: 1.5;
    padding-left: 0.2rem;
    position: relative;
}

.part5 .hh2 span:before {
    content: "";
    width: 0.06rem;
    height: 0.32rem;
    background-color: #1e7bef;
    position: absolute;
    top: 0.09rem;
    left: 0;
}

.part5-list {
    width: 100%;
    margin-top: 0.3rem;
}

.part5-list li {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    border-bottom: 0.01rem solid #eee;
    position: relative;
}

.part5-list li span {
    font-size: 0.28rem;
    color: #333;
}

.part5-list li i {
    width: 0.28rem;
    height: 0.28rem;
    background: url(../../static/picture/arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0.3rem;
    right: 0;
}

/* 响应式调整 */
@media screen and (max-width: 375px) {
    html {
        font-size: 90px;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 85px;
    }
} 