.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-top: 0.3125rem;
    padding-bottom: 0.1171875rem;
}

.page .company .content {
}

/* 
.page .company .content>img {
    display: block;
    flex-shrink: 0;
    margin-left: 0.234375rem;
    width: 1.6796875rem;
    height: 1.96484375rem;
}

.page .company .left ul li {
    margin-bottom: 0.09375rem;
}

.page .company .left ul 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 .left ul li .name img {
    width: 0.09375rem;
    height: 0.09375rem;
    margin-right: 0.046875rem;
}

.page .company .left ul li .desc {
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.09375rem;
    color: rgba(51, 51, 51, 1);
} */

.page .company ul {
    display: flex;
    justify-content: space-between;
    margin: 0.15625rem 0 0.3125rem;
}

.page .company li {
    padding: 0.09375rem;
    width: 1.125rem;
    border-radius: 0.0390625rem;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page .company 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 .company li .name {
    text-align: center;
    margin-top: 0.0625rem;
    font-size: 0.0703125rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.page .company 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 .more {
    width: 1.171875rem;
    height: 0.234375rem;
    border-radius: 0.0390625rem;
    background: rgba(5, 100, 229, 1);
    margin-top: 0.15625rem;
    font-size: 0.0703125rem;
    font-weight: 500;
    line-height: 0.234375rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: block;
}

.page .product {
    padding: 0.3125rem 0;
    background: url('../static/pc/index2.png') no-repeat center;
    background-size: cover;
}

.page .product .list {
    display: flex;
    justify-content: space-between;
}

.page .product .list .is_show .small,
.page .product .list .big {
    display: none;
}

.page .product .list .is_show .big {
    display: block;
}

.page .product .list .small {
    display: flex;
    width: 1.1171875rem;
    height: 1.2734375rem;
    box-shadow: 0px 0px 0.0390625rem rgba(0, 40, 95, 0.2);
    border-radius: 0.0390625rem;
    background: linear-gradient(225deg, rgba(211, 228, 255, 1) 0%, rgba(252, 253, 255, 1) 100%), rgba(255, 255, 255, 1);
    padding: 0.15625rem 0 0.09375rem;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.page .product .list .small .name {
    font-size: 0.1015625rem;
    font-weight: 500;
    line-height: 0.140625rem;
    text-align: center;
    color: #333;
    width: 0.609375rem;
}

.page .product .list .small img {
    width: 0.546875rem;
    height: 0.546875rem;
}

.page .product .list .big {
    width: 2.1875rem;
    height: 1.2734375rem;
    border-radius: 0.0390625rem;
    padding: 0.15625rem;
}

.page .product .list .big .name {
    font-size: 0.1015625rem;
    font-weight: 500;
    line-height: 0.140625rem;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 0.0859375rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.page .product .list .big .desc {
    font-size: 0.0625rem;
    line-height: 0.1015625rem;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 0.0859375rem;
}

.page .product .list .big .more {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.0625rem;
}

.page .product .list .big .more img {
    height: 0.0625rem;
}

.page .service {
    padding-top: 0.4296875rem;
    padding-bottom: 0.1953125rem;
}

.page .service .content {
    display: flex;
    justify-content: space-between;
    margin: 0.234375rem 0;
}

.page .service .left {
    width: 1.421875rem;
    margin-right: 0.0625rem;
}

.page .service .left li {
    width: 1.421875rem;
    height: 0.296875rem;
    border-radius: 0.0390625rem;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 0.15625rem;
    margin-bottom: 0.0625rem;
    position: relative;
    font-size: 0.078125rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
}

.page .service .left li:last-of-type {
    margin-bottom: 0;
}

.page .service .left li img {
    width: 0.09375rem;
    height: 0.0938rem;
    margin-right: 0.078125rem;
}

.page .service .left li.active {
    color: rgba(5, 100, 229, 1);
    position: relative;
}

.page .service .left li.active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 76px;
    background: rgba(5, 100, 229, 1);
}

.page .service .container>.more {
    display: block;
    margin: auto;
    width: 1.171875rem;
    height: 0.234375rem;
    border-radius: 0.0390625rem;
    background: rgba(5, 100, 229, 1);
    margin-top: 0.15625rem;
    font-size: 0.0703125rem;
    font-weight: 500;
    line-height: 0.234375rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.page .service .right a {
    width: 3.203125rem;
    height: 1.015625rem;
    border-radius: 0.0390625rem;
    padding: 0.1953125rem 0.234375rem 0;
    background: url('../static/pc/index5.png') no-repeat center;
    background-size: 100% 100%;
    display: block;
}

.page .service .right a .name {
    font-size: 0.078125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0.078125rem;
}

.page .service .right a .desc {
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.109375rem;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.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 {
    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 .company {
    padding: 0.6rem 0;
}

.mpage .company 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 .company 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 .company 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 .company li .desc {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.38rem;
    color: rgba(95, 99, 124, 1);
}

.mpage .company .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 .company .index1 {
    width: 4.3rem;
    display: block;
    margin: 0.8rem auto 0;
}

.mpage .product,
.mpage .service {
    padding: 0.4rem 0;
}

.mpage .product ul {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.mpage .product li a {
    width: 2.12rem;
    height: 2.7rem;
    border-radius: 0.1rem;
    background: linear-gradient(225deg, rgba(211, 228, 255, 1) 0%, rgba(252, 253, 255, 1) 100%), rgba(255, 255, 255, 1);
    padding: 0.4rem 0.28rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.1rem;
}

.mpage .product li a .name {
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.36rem;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.mpage .product li a img {
    width: 1rem;
    height: 1rem;
}

.mpage .service ul {
    margin-top: 0.6rem;
}

.mpage .service li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    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;
}

.mpage .service li a .left {
    display: flex;
    align-items: center;
    font-size: 0.26rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.mpage .service li a .left img {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.12rem;
}

.mpage .service li a>img {
    width: 0.1rem;
}

.mpage .service .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;
}