.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none !important;
}


/*公共标题栏*/

.lst-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.lst-block .title {
    font-size: 35px;
}

.lst-block .slogn {
    font-size: 20px;
    line-height: 3;
}


/*头部轮播*/

.header-img {
    width: 100%;
}

.header-img .bg-wrap {
    width: 100%;
}

.header-img .bg-box {
    position: relative;
    padding-bottom: 27%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8b7d8e;
}

.header-img .bg-box .txt {
    position: absolute;
    top: 40%;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
}

.header-img .bg-box .title {
    width: 100%;
    font-size: 3rem;
    color: #fff;
}

.header-img .bg-box .slogn {
    margin-top: 2%;
    width: 100%;
    font-size: 2rem;
    color: #fff;
}

/*产品概述*/

.summary {
    padding: 3% 0;
    width: 100%;
}

.summary .lst-container {
    box-sizing: border-box;
    padding: 2% 10%;
    width: 100%;
    font-size: 18px;
}

/*应用系统*/

.system {
    padding: 3% 0;
    width: 100%;
    background-color: #f9f9f9;
}

.system .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 2% 10%;
    width: 100%;
}

.system .lst-container .img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: .5%;
    box-sizing: border-box;
    padding: 3% 0;
    width: 24%;
    background-color: #9bbdea;
}

.system .lst-container .img-wrap .img-box {
    position: relative;
    padding-bottom: 25%;
    width: 25%;
    height: 0;
}

.system .lst-container .img-wrap .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.system .lst-container .img-wrap img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.system .lst-container .img-wrap .tag {
    margin-top: 5%;
    font-size: 20px;
    color: #fff;
}

/*功能特性*/

.function {
    padding: 3% 0;
    width: 100%;
}

.function .lst-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 2% 10%;
    width: 100%;
}

.function .lst-container .lst-wrap {
    width: 19%;
}

.function .lst-container .lst-wrap .lst-box {
    position: relative;
    padding-bottom: 150%;
    width: 100%;
    height: 0;
}

.function .lst-container .lst-wrap .lst-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    padding: 0 10%;
    width: 100%;
    height: 100%;
}

.function .lst-container .lst-wrap .lst-inner .icon-wrap {
    margin-top: 15%;
    width: 50%;
}

.function .lst-container .lst-wrap .lst-inner .icon-wrap .icon-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.function .lst-container .lst-wrap .lst-inner .icon-wrap .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 10%;
    width: 100%;
    height: 100%;
}

.function .lst-container .lst-wrap .lst-inner .icon-wrap img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.function .lst-container .lst-wrap .lst-inner .tag {
    font-size: 24px;
    line-height: 3;
}

.function .lst-container .lst-wrap .lst-inner .txt {
    flex-grow: 1;
    font-size: 18px;
    line-height: 1.5;
    color: #b5b5b5;
}

/*banner*/

.banner {
    width: 100%;
}

.banner .img-wrap {
    width: 100%;
}

.banner .img-wrap .img-box {
    position: relative;
    padding-bottom: 10%;
    width: 100%;
    height: 0;
}

.banner .img-wrap .img-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .img-wrap .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 24px;
    color: #fff;
}

.banner .img-wrap .icon-wrap .icon-box {
    position: relative;
    margin-top: 4px;
    margin-right: 15px;
    padding-bottom: 1em;
    width: 1em;
    height: 0;
}

.banner .img-wrap .icon-wrap .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .img-wrap .icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner .img-wrap .icon-wrap .slogn span {
    font-size: 30px;
    color: #fdea14;
}

/*建站经验*/

.experience {
    overflow: hidden;
    position: relative;
    padding: 3% 0;
    width: 100%;
    background-color: #1a5cba;
}

.experience:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 8;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    width: 60%;
    height: 60px;
    background-color: #fff;
    transform: translate(-50%, 30%);
}

.experience .lst-block {
    color: #fff;
}

.experience .lst-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 3% 0;
    box-sizing: border-box;
    padding: 0 25%;
    width: 100%;
}

.experience .lst-container .lst-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
}

.experience .lst-container .lst-box .number {
    border-bottom: 1px solid #fff;
    width: 100%;
    font-size: 60px;
    text-align: center;
    color: #fff;
}

.experience .lst-container .lst-box .tag {
    margin-top: 5%;
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.experience .txt {
    margin: 5% 0;
    box-sizing: border-box;
    padding: 0 25%;
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

/*8大优势*/

.superiority {
    padding: 3% 0;
    width: 100%;
}

.superiority .lst-block {
    color: #fd6b00;
}

.superiority .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2%;
    box-sizing: border-box;
    padding: 0 10%;
    width: 100%;
}

.superiority .lst-container .lst-wrap {
    margin: 3% 0;
    width: 23%;
}

.superiority .lst-container .lst-wrap .lst-box {
    position: relative;
    padding-bottom: 45%;
    width: 100%;
    height: 0;
}

.superiority .lst-container .lst-wrap .lst-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background-color: #1f3b63;
}

.superiority .lst-container .lst-wrap .number-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 8;
    border-radius: 100%;
    width: 20%;
    background-color: #fff;
    transform: translate(-50%, -70%);
}

.superiority .lst-container .lst-wrap .number-wrap .number-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.superiority .lst-container .lst-wrap .number-wrap .number-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 6px;
    width: 100%;
    height: 100%;
    font-size: 32px;
    background-clip: content-box;
    color: #fff;
    background-color: #1f3b63;
}

/*完善售后*/

.aftermarket {
    padding: 3% 0;
    width: 100%;
}

.aftermarket .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 3% 15%;
    width: 100%;
}

.aftermarket .lst-container .info {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    width: 30%;
}

.aftermarket .lst-container .info .slogn {
    position: relative;
    border-radius: 10px;
    border: 1px solid #dddddd;
    padding: 15px 40px;
    font-size: 24px;
    text-align: center;
    background-color: #f9f9f9;
}

.aftermarket .lst-container .info .slogn:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 30px;
    height: 30px;
    background-color: #f9f9f9;
    transform: skewX(30deg) rotateZ(10deg) translate(15%, 10%);
}

.aftermarket .lst-container .info .txt {
    margin-top: 10%;
    font-size: 18px;
    line-height: 2;
}

.aftermarket .lst-container .img-wrap {
    width: 70%;
}

.aftermarket .lst-container .img-wrap .img-box {
    position: relative;

    padding-bottom: 45%;
    width: 100%;
    height: 0;
}

.aftermarket .lst-container .img-wrap .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 5% 0 25%;
    width: 100%;
    height: 100%;
}

.aftermarket .lst-container .img-wrap img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.aftermarket .lst-container .icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8%;
    width: 10%;
}

.aftermarket .lst-container .icon-wrap .icon-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.aftermarket .lst-container .icon-wrap .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 25%;
    width: 100%;
    height: 100%;
}

.aftermarket .lst-container .icon-wrap img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.aftermarket .lst-container .icon-wrap .tag {
    margin-top: 10%;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width: 1023px) {
    .header-img .bg-box {
        padding-bottom: 70%;
    }

    .header-img .bg-box .title {
        font-size: 2.5rem;
    }

    .header-img .bg-box .slogn {
        font-size: 1.5rem;
    }

    .lst-block .title {
        font-size: 1.8rem;
    }

    .summary .lst-container {
        padding: 2%;
        font-size: 1.4rem;
        line-height: 1.5;
        word-break: break-all;
    }

    .system .lst-container {
        padding: 5% 2%;
    }

    .system .lst-container .img-wrap {
        width: 49%;
    }

    .system .lst-container .img-wrap .img-box {
        padding-bottom: 45%;
        width: 45%;
    }

    .system .lst-container .img-wrap .tag {
        font-size: 1.5rem;
    }

    .function {
        padding: 5% 0 3%;
    }

    .function .lst-container {
        flex-wrap: wrap;
        padding: 3% 5%;
    }

    .function .lst-container .lst-wrap {
        margin: 2% 0;
        width: 100%;
    }

    .function .lst-container .lst-wrap .lst-inner .icon-wrap {
        margin-top: 5%;
        width: 30%;
    }

    .function .lst-container .lst-wrap .lst-inner .tag {
        font-size: 1.6rem;
        line-height: 2;
    }

    .function .lst-container .lst-wrap .lst-inner .txt {
        font-size: 1.4rem;
    }

    .function .lst-container .lst-wrap .lst-box {
        padding-bottom: 75%;
    }

    .banner .img-wrap .img-box {
        padding-bottom: 30%;
    }

    .banner .img-wrap .icon-wrap {
        font-size: 1.4rem;
    }

    .function .lst-container .lst-wrap .lst-inner {
        padding: 0 5%;
    }

    .banner .img-wrap .icon-wrap .slogn span {
        font-size: 2rem;
    }

    .banner .img-wrap .icon-wrap .icon-box {
        flex-shrink: 0;
        margin: initial;
        margin: 0 7px;
        padding-bottom: 4rem;
        width: 4rem;
    }

    .experience .lst-container {
        padding: 0 1%;
    }

    .experience .lst-container .lst-box .number {
        font-size: 2.2rem;
    }

    .experience .lst-container .lst-box {
        width: 30%;
    }

    .experience .lst-container .lst-box .tag {
        font-size: 1.3rem;
    }

    .experience .txt {
        padding: 0 1%;
    }

    .experience .txt {
        font-size: 1.2rem;
    }

    .experience:after {
        height: 20px;
    }

    .superiority .lst-container {
        margin-top: 10%;
        padding: 0 2%;
    }

    .superiority .lst-container .lst-wrap {
        margin: 9% 0;
        width: 100%;
    }

    .aftermarket .lst-container {
        padding: 5%;
    }

    .aftermarket .lst-container .info {
        width: 100%;
    }

    .aftermarket .lst-container .icon-wrap {
        width: 50%;
    }

    .aftermarket .lst-container .info .slogn {
        padding: 15px 20px;
        font-size: 2rem;
    }

    .aftermarket .lst-container .info .txt {
        margin-top: 5%;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .aftermarket .lst-container .icon-wrap .icon-inner {
        padding: initial;
    }

    .aftermarket .lst-container .icon-wrap .icon-box {
        padding-bottom: 50%;
        width: 50%;
    }

    .aftermarket .lst-container .icon-wrap .tag {
        margin-top: 5%;
    }

    .aftermarket .lst-container .icon-wrap .tag {
        font-size: 1.4rem;
    }

    .function .lst-container .lst-wrap .lst-inner .icon-wrap .icon-inner {
        padding: initial;
    }

    .summary {
        padding: 5% 0;
    }

    .system {
        padding: 5% 0 3%;
    }
}
