.sw_box {
    padding: 44px 3.3rem;
}

.sw_box form li input {
    height: 58px;
    background-color: #f5f6f7;
    padding: 0;
    padding-left: 1.5rem;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
}

.sw_box_b {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 7.5rem;
}

.li_t {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 1.5rem;
}

.li_t img {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.li_t h3 {
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    font-style: normal;
    text-transform: none;
    margin: 0;
}

.li_t {
    margin-bottom: 20px;
    margin-top: 20px;
}

.sw_box_1 li,
.sw_box_2 li {
    margin-top: 16px;
}

.sw_box .btn {
    width: 158px;
    height: 58px;
    background-color: #015BE2 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 4px;
    margin-top: 62px;
    font-size: 22px;
    border: none !important;
    outline: none !important;
}

.tijiao_btn {
    display: flex;
    justify-content: center;
}

.jbxx {
    font-weight: 500;
    font-size: 32px;
    color: #015BE2;
    text-align: left;
    margin-bottom: 15px;
}

.sw_title {
    border: none;
}

.sw_title .zty_title1::after {
    display: none;
}

@media (max-width:992px) {
    .sw_box_b {
        grid-template-columns: repeat(1, 1fr);

    }
}
.lx_box {
    padding-bottom: 5.3rem;
    padding-top: 2.4rem;
}
.lx_box_b {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.lx_box_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 1.6rem 1.6rem 1.15rem;
}

.lx_box_item:hover {
    border-color: #015BE2;
}

.lx_box_item .img {
    width: 80px;
}

.lx_box_item .img img {
    width: 100%;
}

.lx_box_item h3 {
    font-weight: bold;
    font-size: 24px;
    color: #101010;
    margin: 8px 0 22px;
}

.lx_box_item .wz_1 {
    font-size: 0.9rem;
    color: #666666;
    text-align: center;
}

.lx_box_item .wz_2 {
    font-size: 0.9rem;
    color: #101010;
    text-align: center;
    font-weight: bold;
}
.lx_box_item .wz_3 p {
    color: #666666;
    font-size: 0.9rem;
    text-align: center;
}
.lx_box_item .wz_3 p strong {
    color: #101010;
}
@media (max-width: 992px) {
    .lx_box_b {
        grid-template-columns: repeat(1, 1fr);
    }
    .lx_box_item .wz_1, .lx_box_item .wz_2, .lx_box_item .wz_3 p {
        font-size: 16px;
    }
}