.page .swiper-banner1,
.page .swiper-banner1 img {
    width: 100%;
    height: 1.875rem;
}

.page .swiper-banner1 img {
    display: block;
    object-fit: cover;
}

.page .h1 {
    font-size: 0.1328125rem;
    font-weight: 500;
    line-height: 0.1875rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.09375rem;
    text-align: center;
}

.page .about {
    padding: 0.3125rem 0 0.234375rem;
    background: url('../static/pc/index2.png') no-repeat center;
    background-size: cover;
}

.page .about .content {
    border-radius: 0.0390625rem;
    background: rgba(255, 255, 255, 1);
    padding: 0.1953125rem;
}

.page .contact {
    padding: 0.3125rem 0 0.234375rem;
}

.page .contact .list {
    display: flex;
    border-radius: 0.0390625rem;
    background: #fff;
    flex-wrap: wrap;
    padding: 0.1953125rem;
    padding-bottom: 0;
    margin-top: 0.0625rem;
}

.page .contact .list li {
    width: 32%;
    display: flex;
    margin-bottom: 0.15625rem;
    margin-right: 0.078125rem;
}

.page .contact .list li:nth-of-type(3n) {
    margin-right: 0;
}

.page .contact .list li img {
    width: 0.1796875rem;
    height: 0.1796875rem;
    margin-right: 0.0625rem;
}

.page .contact .list li .name {
    font-size: 0.0703125rem;
    font-weight: 400;
    color: rgba(121, 120, 149, 1);
}

.page .contact .list li .desc {
    font-size: 0.0625rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}


.mpage .swiper-banner1,
.mpage .swiper-banner1 img {
    width: 100%;
    height: 3.2rem;
}

.mpage .swiper-banner1 img {
    display: block;
    object-fit: cover;
}

.mpage .h1 {
    padding-top: 0.6rem;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 0.56rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.24rem;
    text-align: center;
}

.mpage .subtitle {
    font-size: 0.24rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.38rem;
    color: rgba(95, 99, 124, 1);
}

.mpage .contact {
    padding: 0.6rem 0;
}

.mpage .contact li {
    display: flex;
    align-items: center;
    margin-bottom: 0.32rem;
}

.mpage .contact li img {
    margin-right: 0.16rem;
    width: 0.46rem;
    height: 0.46rem;
}

.mpage .contact li .name {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.34rem;
    color: rgba(121, 120, 149, 1);
    margin-bottom: 0.04rem;
}

.mpage .contact li .desc {
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.39rem;
    color: rgba(51, 51, 51, 1);
}