.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 .subtitle {
    font-size: 0.0703125rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.1171875rem;
    color: rgba(95, 99, 124, 1);
}

.page .company {
    padding: 0.3125rem 0;
}

.page .product {
    display: flex;
    justify-content: space-between;
    margin: 0.15625rem 0 0.3125rem;
}

.page .product li {
    padding: 0.09375rem;
    width: 1.125rem;
    /* height: 1.62109375rem; */
    border-radius: 0.0390625rem;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page .product li img {
    width: 0.2109375rem;
    height: 0.2109375rem;
    box-shadow: 0px 0px 0.0390625rem rgba(5, 100, 229, 0.2);
    border-radius: 0.2109375rem;
}

.page .product li .name {
    text-align: center;
    margin-top: 0.0625rem;
    font-size: 0.0703125rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.page .product li .desc {
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.1171875rem;
    color: rgba(95, 99, 124, 1);
    margin-top: 0.09375rem;
}

.page .company .content {
    margin-top: 0.296875rem;
    display: flex;
    justify-content: space-between;
}

.page .company .content>img {
    display: block;
    flex-shrink: 0;
    margin-left: 0.3125rem;
    width: 1.67578125rem;
    height: 1.96484375rem;
}

.page .company .content .left li {
    margin-bottom: 0.09375rem;
}

.page .company .content .left li .name {
    display: flex;
    align-items: center;
    margin-bottom: 0.0390625rem;
    font-size: 0.0703125rem;
    font-weight: 500;
    color: rgba(5, 100, 229, 1);

}

.page .company .content .left li .name img {
    width: 0.09375rem;
    height: 0.09375rem;
    margin-right: 0.046875rem;
}

.page .company .content .left li .desc {
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.09375rem;
    color: rgba(51, 51, 51, 1);
}

.page .security {
    background: #fff;
    padding: 0.3125rem 0;
}

.page .security .list {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3125rem;
}

.page .security .list li {
    display: flex;
    width: 0.5625rem;
    flex-direction: column;
    align-items: center;
}

.page .security .list li img {
    display: block;
    height: 0.453125rem;
    margin-bottom: 0.0625rem;
}

.page .security .list li .name {
    text-align: center;
    font-size: 0.0703125rem;
    font-weight: 500;
    line-height: 0.1015625rem;
    color: rgba(51, 51, 51, 1);
}

.page .security .list li .desc {
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.109375rem;
    color: rgba(95, 99, 124, 1);
    margin-top: 0.0234375rem;
}

.page .form {
    padding: 0.3125rem 0;
}

.page .form ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3125rem;
}

.page .form ul li {
    width: 2.296875rem;
    height: 0.546875rem;
    border-radius: 0.0390625rem;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.09375rem 0.15625rem;
}

.page .form ul li .left {
    display: flex;
    align-items: center;
}

.page .form ul li .left img {
    width: 0.234375rem;
    height: 0.234375rem;
    margin-right: 0.09375rem;
}

.page .form ul li .left .name {
    font-size: 0.078125rem;
    font-weight: 500;
    line-height: 0.109375rem;
    margin-bottom: 0.0390625rem;
}

.page .form ul li .left .phone {
    font-size: 0.0625rem;
    font-weight: 400;
    color: rgba(5, 100, 229, 1);
}

.page .form ul li .left .desc {
    font-size: 0.0625rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.page .form ul li>img {
    width: 0.375rem;
    height: 0.375rem;
}

.page .form .label {
    display: flex;
    justify-content: space-between;
    margin-top: 0.1953125rem;
}

.page .form .label input {
    width: 2.296875rem;
    height: 0.328125rem;
    border-radius: 0.0390625rem;
    background: rgba(255, 255, 255, 1);
    padding: 0 0.109375rem;
    font-size: 0.078125rem;
    font-weight: 400;
    line-height: 0.328125rem;
}

.page .form textarea {
    width: 100%;
    height: 0.71875rem;
    border-radius: 0.0390625rem;
    background: rgba(255, 255, 255, 1);
    padding: 0.109375rem;
    font-size: 0.078125rem;
    font-weight: 400;
    border: none;
    margin-top: 0.09375rem;
}

.page .form button {
    display: block;
    margin: 0.1953125rem auto 0;
    width: 1.171875rem;
    height: 0.234375rem;
    border-radius: 0.0390625rem;
    background: rgba(5, 100, 229, 1);
    font-size: 0.0703125rem;
    line-height: 0.234375rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
}


.page .service .right a .more {
    margin-top: 0.125rem;
}

.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 .product li {
    padding: 0.24rem;
    margin-top: 0.24rem;
    width: 6.86rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0rem 0.1rem rgba(0, 40, 95, 0.2);
}

.mpage .product li .name {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.06rem;
}

.mpage .product li .name img {
    width: 0.54rem;
    height: 0.54rem;
    box-shadow: 0rem 0rem 0.1rem rgba(5, 100, 229, 0.2);
    margin-right: 0.12rem;
    display: block;
    border-radius: 50%;
}

.mpage .product li .desc {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.38rem;
    color: rgba(95, 99, 124, 1);
}


.mpage .intro ul li {
    margin-top: 0.32rem;
}

.mpage .intro ul li .name {
    display: flex;
    align-items: center;
    margin-bottom: 0.12rem;
    font-size: 0.28rem;
    font-weight: 500;
    color: rgba(5, 100, 229, 1);
}

.mpage .intro ul li .name img {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.12rem;
    display: block;
}

.mpage .intro ul li .desc {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.38rem;
    color: rgba(51, 51, 51, 1);
}

.mpage .intro .more {
    width: 3rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    background: rgba(5, 100, 229, 1);
    margin: 0.4rem auto;
    display: block;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.6rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.mpage .intro .index1 {
    width: 4.3rem;
    display: block;
    margin: 0.8rem auto 0;
}

.mpage .security {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.mpage .security li {
    width: 1.44rem;
    margin-top: 0.6rem;
}

.mpage .security li img {
    height: 1.17rem;
    display: block;
    margin: auto;
}

.mpage .security li .name {
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.39rem;
    color: rgba(51, 51, 51, 1);
    margin-top: 0.12rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.mpage .security li .desc {
    font-size: 0.24rem;
    text-align: center;
    font-weight: 400;
    line-height: 0.32rem;
    color: rgba(95, 99, 124, 1);
}

.mpage .form li {
    margin-bottom: 0.24rem;
    height: 1.46rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0rem 0.1rem rgba(0, 40, 95, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.32rem;
}

.mpage .form li .left {
    display: flex;
    align-items: center;
}

.mpage .form li .left img {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.16rem;
}

.mpage .form li .left .name {
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.39rem;
    color: rgba(51, 51, 51, 1);
}

.mpage .form li .left .desc {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.38rem;
    color: rgba(95, 99, 124, 1);
}

.mpage .form li>img {
    width: 0.98rem;
    height: 0.98rem;
}

.mpage .form input {
    width: 100%;
    height: 1.01rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0rem 0.1rem rgba(0, 40, 95, 0.2);
    margin-bottom: 0.24rem;
    padding: 0 0.32rem;
    font-size: 0.26rem;
    font-weight: 400;
}

.mpage .form textarea {
    width: 6.86rem;
    height: 2.4rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0rem 0.1rem rgba(0, 40, 95, 0.2);
    padding: 0.32rem;
    font-size: 0.26rem;
    font-weight: 400;
    border: none;
}

.mpage .company .submit {
    width: 3rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    background: rgba(5, 100, 229, 1);
    margin: 0.4rem auto;
    display: block;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.6rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}