.page .container .banner img {
    width: 100%;
    display: block;
}

.page .container .main {
    width: 1200px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 165px;
}

.page .main .title {
    margin: auto;
    font-size: 26px;
    font-weight: 700;
    line-height: 52px;
    color: rgba(26, 26, 26, 1);
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}

.page .main .title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 121px;
    height: 9px;
    background: linear-gradient(90deg, rgba(137, 205, 196, 1) 0%, rgba(209, 236, 250, 1) 100%);
}

.page .main .form {
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    margin-top: 40px;
    padding: 35px 0;
    border: 1px solid rgba(166, 166, 166, 1);
}

.page .main .form button {
    margin: auto;
    width: 128px;
    height: 37px;
    border-radius: 24px;
    background: rgba(0, 163, 152, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: block;
    cursor: pointer;
}

.page .main .form ul {
    display: flex;
    flex-wrap: wrap;
}

.page .main .form ul li {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 54px;
    margin-bottom: 40px;
    color: #000;
}

.page .main .form li span {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.page .main .form li input {
    width: 393px;
    height: 48px;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 0 18px;
    font-size: 18px;
    font-weight: 400;
}



@media screen and (max-width: 1220px) {
    .page .container .main {
        width: 960px;
    }

    .page .main .form ul li {
        padding-left: 20px;
    }

    .page .main .form li input {
        width: 300px;
    }
}

.page .service-box {
    margin-top: 30px;
}

.page .service-box .service-item {
    margin-bottom: 12px;
    display: flex;
    min-height: 136px;
    border-radius: 4px;
    border: 1px solid rgba(0, 95, 166, 1);
}

.page .service-box .service-item .cate {
    width: 142px;
    min-height: 136px;
    border-radius: 4px;
    background: rgba(0, 95, 166, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 31.86px;
    color: rgba(255, 255, 255, 1);
}

.page .service-box .service-item ul {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 80%;
}

.page .service-box .service-item ul li {
    width: 50%;
    padding-left: 40px;
    line-height: 30px;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.page .ys-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.page .ys-box .ys-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
    margin-top: 22px;
    border-radius: 10px;
    height: 290px;
    border: 1px solid rgba(56, 56, 56, 1);
    padding-top: 23px;
}

.page .ys-box .ys-item .ys-img img {
    width: 80px;
    height: 80px;
    display: block;
}

.page .ys-box .ys-item .ys-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-top: 36px;
    margin-bottom: 17px;
    text-align: center;
    color: #000;
}

.page .ys-box .ys-item .ys-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
    width: 424px;
}

.mpage .banner {
    width: 100%;
    height: 3.4rem;
}

.mpage .banner img {
    width: 100%;
    height: 3.4rem;
    display: block;
}

.mpage .main {
    padding: 0.3rem;
}

.mpage .container .title {
    margin: auto;
    font-size: 0.34rem;
    font-weight: 500;
    line-height: 0.52rem;
    color: rgba(26, 26, 26, 1);
    padding-bottom: 0.11rem;
    text-align: center;
    position: relative;
}

.mpage .container .title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1.21rem;
    height: 0.1rem;
    background: linear-gradient(90deg, rgba(137, 205, 196, 1) 0%, rgba(209, 236, 250, 1) 100%);
}

.mpage .form {
    border-radius: 0.14rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    padding-top: 0.4rem;
    padding-bottom: 0.45rem;
    margin-top: 0.18rem;
    margin-bottom: 0.28rem;
}

.mpage .form li {
    padding-right: 0.3rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.28rem;
}

.mpage .form li span {
    font-size: 0.28rem;
    font-weight: 400;
    display: inline-block;
    text-align: right;
    width: 100%;
}

.mpage .form input {
    width: 4.75rem;
    height: 0.8rem;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 0 0.3rem;
    font-size: 0.28rem;
    font-weight: 400;
    flex-shrink: 0;
}

.mpage .form select {
    width: 4.75rem;
    height: 0.8rem;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 0 0.3rem;
    font-size: 0.28rem;
    font-weight: 400;
    flex-shrink: 0;
}

.mpage .form button {
    width: 2.1rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    background: rgba(0, 163, 152, 1);
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.6rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: auto;
    display: block;
}

.mpage .service-box {
    margin-bottom: 0.3rem;
}

.mpage .service-box .service-item {
    margin-top: 0.24rem;
    display: flex;
    min-height: 2rem;
    border-radius: 0.1rem;
    border: 1px solid rgba(0, 95, 166, 1);
}

.mpage .service-box .service-item .cate {
    width: 1.4rem;
    min-height: 2rem;
    border-radius: 0.1rem;
    background: rgba(0, 95, 166, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: rgba(255, 255, 255, 1);
    flex-shrink: 0;
}

.mpage .service-box .service-item ul {
    padding: 0.2rem;
}

.mpage .service-box .service-item ul li {
    line-height: 0.4rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #333;
}

.mpage .ys-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.mpage .ys-box .ys-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
    margin-top: 0.25rem;
    border-radius: 0.15rem;
    height: 4.5rem;
    border: 1px solid rgba(56, 56, 56, 1);
    padding-top: 0.3rem;
}

.mpage .ys-box .ys-item .ys-img img {
    width: 1rem;
    height: 1rem;
    display: block;
}

.mpage .ys-box .ys-item .ys-title {
    font-size: 0.3rem;
    font-weight: 500;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    text-align: center;
    color: rgba(2, 83, 163, 1);
}

.mpage .ys-box .ys-item .ys-desc {
    font-size: 0.26rem;
    font-weight: 400;
    padding: 0 0.2rem;
    color: #333;
}