.serve-container>.lst-wrap-2 .swiper-slide:not(:first-of-type) {
    display: none;
}

.header-img {
    width: 100%;
}

.header-img .bg-wrap {
    width: 100%;
}

.header-img .bg-box {
    position: relative;
    padding-bottom: 35%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.header-img .bg-box .lst-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    padding: 1% 0;
    width: 100%;
    background-color: #ffffff2b;
}

.header-img .bg-box .lst-box {
    width: 25%;
    margin: 0 auto;
}

.header-img .bg-box .lst-box .lst-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-img .bg-box .lst-box .icon-wrap {
    margin-right: 5%;
    width: 16%;
}

.header-img .bg-box .lst-box .icon-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .lst-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-img .bg-box .txt {
    position: absolute;
    top: 30%;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
}

.header-img .bg-box .title {
    width: 100%;
    font-size: 3.2rem;
    color: #fff;
}

.header-img .bg-box .slogn {
    margin-top: 2%;
    width: 100%;
    font-size: 2rem;
    color: #fff;
}

.header-img .bg-box .lst-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-img .bg-box .lst-box .info {
    color: #fff;
}

.header-img .bg-box .lst-box .info .title {
    margin-bottom: 3%;
    font-size: 1.8rem;
    line-height: 1.5;
}

.header-img .bg-box .lst-box .info .summary {
    font-size: 1.2rem;
    line-height: 1.5;
}


/*常见问题*/

.serve-container {
    width: 100%;
}

.serve-container .lst-wrap-1 {
    box-sizing: border-box;
    padding: 3% 4%;
    width: 100%;
}

.serve-container .lst-wrap-1>.title {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}

.serve-container .lst-wrap-1>.txt {
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
}

.serve-container .lst-wrap-1 .lst-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2%;
    width: 100%;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-wrap {
    margin: 1% 0;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
    box-sizing: border-box;
    width: 24%;
    transition: all .3s;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-wrap:hover {
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
    transform: translateY(-2%);
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-1 {
    position: relative;
    padding-bottom: 42%;
    width: 100%;
    height: 0;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-1 img {
    width: 100%;
    height: 100%;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-2 {
    position: relative;
    padding-bottom: 53%;
    width: 100%;
    height: 0;
}
.serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .lst-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 5%;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .title {
    margin-bottom: 3%;
    font-size: 1.6rem;
    line-height: 1.5;
}

.serve-container .lst-wrap-1 .lst-item-wrap:hover .lst-item-box-2 .title>a {
    color: #c7000c !important;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .txt {
    flex-grow: 1;

    font-size: 1.2rem;
    line-height: 1.6;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .txt > a {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 1.2rem;

    color: #535353 !important;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .tag {
    display: flex;
    margin-bottom: 3%;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .tag .icon-wrap {
    margin-right: 1%;
    width: 1.3em;

    flex-shrink: 0;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .tag  p {
    flex-shrink: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #535353
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .tag .icon-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .tag .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .tag .icon-box img {
    width: 100%;
    height: 100%;
}


/*信息化讲堂*/

.serve-container>.title {
    padding: 4% 0 2%;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}

.serve-container>.lst-wrap-2 {
    overflow: hidden;
    box-sizing: border-box;
    padding: 1% 4% 3%;
    width: 100%;
    background-color: #fafafa;
}

.serve-container>.lst-wrap-2 .swiper-container {
    border-bottom: 1px solid #e3e3e3;
    margin: 1% 0;
    width: 100%;
}

.serve-container>.lst-wrap-2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.serve-container>.lst-wrap-2 .tags {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17%;
}

.serve-container>.lst-wrap-2 .tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 4;
    color: #000;
}

.serve-container>.lst-wrap-2 .tag::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: transparent;

    transition: all .3s;
}

.serve-container>.lst-wrap-2 .tag:hover::after {
    width: 100%;

    background-color: #c7000c;
}

.serve-container>.lst-wrap-2 .tags:first-of-type .tag::after {
    width: 100%;

    background-color: #c7000c;
}

.serve-container>.lst-wrap-2 .lst-box {
    width: 100%;
}

.serve-container>.lst-wrap-2 .lst-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-wrap {
    flex-grow: 0;

    position: relative;

    padding-bottom: 20%;
    height: 0;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 1.5%;
    width: 100%;
    height: 100%;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .lst-item-inner {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    box-sizing: border-box;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
    padding: 6%;
    width: 100%;
    height: 100%;

    background-color: #fff;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .img-wrap {
    flex-shrink: 0;
    margin-right: 5%;
    width: 13%;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .img-box {
    position: relative;

    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .img-box img {
    width: 100%;
    height: 100%;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .info {
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;

    height: 100%;

    transition: color .2s;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box:hover .info .title {
    color: #d41911;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .info .title {
    display: flex;

    flex-direction: column;
    justify-content: space-between;

    font-size: 1.6rem;
    width: 100%;
    height: 20%;

    color: #000;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .info .title::after {
    content: "";
    flex-shrink: 0;
    width: 10%;
    height: 3px;
    background-color: #9F9F9F;

    transition: all .3s;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .info .txt {
    margin-top: 5%;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #444444;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-break: break-all;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .more {
    display: flex;

    align-items: center;

    margin-top: 20%;

    font-size: 1.2rem;

    color: #d41911;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .detail {
    display: flex;

    align-items: center;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .detail .icon-wrap {
    margin-right: 5px;
    height: 1.8rem;
}

.serve-container>.lst-wrap-2 .lst-box .lst-item-box .detail .icon-wrap img {
    height: 100%;
    object-fit: contain;
}

/* 帮助中心 */

.serve-container>.lst-wrap-3 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3%;
    box-sizing: border-box;
    padding: 0 4%;
    width: 100%;
}

.serve-container>.lst-wrap-3 .lst-box {
    position: relative;
    padding-bottom: 15%;
    width: 25%;
    height: 0;
}

.serve-container>.lst-wrap-3 .lst-box .lst-inner {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 5%;
    width: 100%;
    height: 100%;
}

.serve-container>.lst-wrap-3 .lst-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: #000;
}

.serve-container>.lst-wrap-3 .lst-box a:hover {
    border: 1px solid #f9f9f9;
    box-shadow: 0 0 8px 4px #f9f9f9;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

.serve-container>.lst-wrap-3 .lst-box .title {
    font-size: 1.6rem;
    line-height: 2;
}

.serve-container>.lst-wrap-3 .lst-box .txt {
    font-size: 1.2rem;
    color: #535353;
}

.serve-container>.lst-wrap-3 .lst-box .img-wrap {
    width: 25%;
}

.serve-container>.lst-wrap-3 .lst-box .img-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.serve-container>.lst-wrap-3 .lst-box .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serve-container>.lst-wrap-3 .lst-box .img-box img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1023px) {
    .serve-container .lst-wrap-1 .lst-box .lst-item-wrap {
        width: 49%;
    }

    .header-img .bg-box .lst-box .txt .summary {
        display: none;
    }

    .header-img .bg-box .lst-box {
        width: 50%;
    }

    .header-img .bg-box .lst-box:first-of-type {
        display: none;
    }

    .header-img .bg-box .lst-box .icon-wrap {
        flex-shrink: 0;
        width: 20%;
    }

    .serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .txt {
        display: none;
    }

    .serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .tag {
        display: none;
    }

    .serve-container .lst-wrap-1 .lst-box .lst-item-box-2 {
        padding-bottom: calc(45% - 4px);
    }

    .serve-container>.lst-wrap-3 {
        flex-wrap: wrap;
        margin-bottom: initial;
        box-sizing: border-box;
        padding: initial;
    }

    .serve-container>.lst-wrap-3 .lst-box {
        padding-bottom: 40%;
        width: 50%;
    }

    .serve-container>.lst-wrap-3 .lst-box > .txt {
        padding-top: 2%;
    }

    .serve-container>.lst-wrap-3 .lst-box a:hover {
        border: initial;
        box-shadow: initial;
    }

    .header-img .bg-box .lst-box .txt .title {
        font-size: 1rem;
    }

    .header-img .bg-box {
        padding-bottom: 70%;
    }

    .header-img .bg-box .title {
        font-size: 2.5rem;
        text-align: center;
    }

    .header-img .bg-box .slogn {
        font-size: 1.5rem;
        text-align: center;
    }

    .header-img .bg-box .lst-box .info .title {
        font-size: 1.3rem !important;
        white-space: nowrap;
    }

    .header-img .bg-box .lst-wrap {
        padding: 2% 0;
    }

    .serve-container .lst-wrap-1 {
        padding: 2%;
    }

    .serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .title {
        font-size: 1.4rem;
    }

    .serve-container .lst-wrap-1 .lst-box .lst-item-box-2 .title a {
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-line-clamp: 2;
    }

    .serve-container>.title {
        padding: 3% 0 2%;
    }

    .serve-container>.lst-wrap-2 {
        padding: 1% 1% 3%;
    }

    .serve-container>.lst-wrap-2 .swiper-slide {
        flex-wrap: wrap;
    }

    .serve-container>.lst-wrap-2 .tag {
        line-height: 2.5;
    }

    .serve-container>.lst-wrap-2 .tags {
        width: 33.33%;
    }

    .serve-container>.lst-wrap-2 .lst-box .lst-item-wrap {
        flex-grow: 0;
        position: relative;
        padding-bottom: 68%;
        height: 0;
        width: 100% !important;
    }

    .serve-container>.lst-wrap-2 .lst-box .lst-item-box .info {
        justify-content: space-between;
    }

    .serve-container>.lst-wrap-2 .lst-box .lst-item-box .info .title {
        height: initial;
    }

    .serve-container>.lst-wrap-2 .lst-box .lst-item-box .info .title::after {
        margin-top: 5%;
    }

    .serve-container>.lst-wrap-2 .lst-box .lst-item-box .more {
        flex-grow: 1;
        margin-top: initial;
    }

    .serve-container>.lst-wrap-2 .lst-box .lst-item-box .more {
        align-items: flex-end;
    }

    .serve-container .lst-wrap-1 .lst-box .lst-item-wrap {
        margin: 1.5% 0;
    }

    .serve-container>.lst-wrap-2 .tag::after {
        height: 2px;
    }
}
