.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: 35%;
    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;
}

.header-img .bg-box a {
    width: 100%;
    color: #fff;
}

.header-img .bg-box .btn-box {
    display: inline-block;
    margin-top: 2%;
    padding: 1% 3%;
    font-size: 20px;
    white-space: nowrap;
    background-color: #03103299;
}

/*方案特点*/

.feature {
    padding: 3% 0;
    width: 100%;
}

.feature .img-wrap {
    box-sizing: border-box;
    padding: 2% 10%;
    width: 100%;
}

.feature .img-box {
    position: relative;

    padding-bottom: 25%;
    width: 100%;
    height: 0;
}

.feature .img-wrap .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.feature .img-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/*项目实施*/

.project {
    padding: 3% 0;
    width: 100%;
}

.project .img-wrap {
    box-sizing: border-box;
    padding: 3% 10%;
    width: 100%;
}

.project .img-wrap .title {
    font-size: 30px;
}

.project .img-box {
    position: relative;

    margin: 2% auto 0;
    padding-bottom: 40%;
    width: 50%;
    height: 0;
}

.project .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.project .img-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/*两种不同*/

.kinds {
    padding: 3% 0;
    width: 100%;
}

.kinds .lst-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    position: relative;

    box-sizing: border-box;
    padding: 3% 10%;
    width: 100%;
}

.kinds .lst-container > .slogn {
    position: absolute;
    top: 50%;
    left: 50%;

    font-size: 20px;
    color: #fff;
    transform-origin: 50% 50%;
    transform: rotateZ(-30deg) translate(-50%, -50%);
}

.kinds .lst-container .img-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
}

.kinds .lst-container .img-wrap:nth-child(1) {
    align-items: flex-start;
}

.kinds .lst-container .img-wrap:nth-child(3) {
    align-items: flex-end;
}

.kinds .lst-container .img-wrap .img-box {
    position: relative;
    padding-bottom: 70%;
    width: 100%;
    height: 0;
}

.kinds .lst-container .img-wrap:nth-child(1) .img-box {
    order: 2;
    margin-top: 10%;
}

.kinds .lst-container .img-wrap:nth-child(3) .img-box {
    order: 1;
    margin-bottom: 10%;
}

.kinds .lst-container .img-wrap .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kinds .lst-container .img-wrap img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.kinds .lst-container .img-wrap:nth-child(1) .icon-wrap {
    order: 1;
}

.kinds .lst-container .img-wrap:nth-child(3) .icon-wrap {
    order: 2;
}

.kinds .lst-container .img-wrap .icon-wrap {
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    width: 100%;
}

.kinds .lst-container .img-wrap .icon-wrap .icon-box {
    flex-shrink: 0;
    position: relative;

    padding-bottom: 12%;
    width: 12%;
    height: 0;
}

.kinds .lst-container .img-wrap .icon-wrap .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kinds .lst-container .img-wrap .icon-wrap .img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.kinds .lst-container .img-wrap .icon-wrap .info {
    box-sizing: border-box;
    padding-left: 5%;
    width: 100%;

    color: #fff;
}

.kinds .lst-container .img-wrap .icon-wrap .info .title {
    font-size: 30px;
}

.kinds .lst-container .img-wrap .icon-wrap .info .txt {
    margin-top: 2%;
    font-size: 20px;
}

/*服务流程*/

.flow {
    padding: 3% 0;
    width: 100%;
}

.flow .img-wrap {
    box-sizing: border-box;
    padding: 3% 10%;
    width: 100%;
}

.flow .img-wrap .title {
    font-size: 30px;
}

.flow .img-box {
    position: relative;
    margin: 2% auto 0;
    padding-bottom: 40%;
    width: 75%;
    height: 0;
}

.flow .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.flow .img-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* 解决方案 */

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099;
    opacity: 0;
    transition: all .3s;
}

.solution {
    margin: 3% 0;
    width: 100%;
}

.solution .lst-block {
    width: 100%;
    text-align: center;
}

.solution .lst-container {
    margin: 3% 0;
    width: 100%;
}

.solution .lst-container-box {
    position: relative;
    padding-bottom: 25%;
    width: 100%;
    height: 0;
}

.solution .lst-container-box .lst-container-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solution .lst-container-box .img-box {
    flex-shrink: 1;
    position: relative;
    width: 20%;
    height: 100%;
    transition: all .3s;
}

.solution .lst-container-box .img-box:hover {
    width: 30%;
}

.solution .lst-container-box .img-box:hover .cover {
    opacity: 1;
}

.solution .lst-container-box .img-box .img-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.solution .lst-container-box .img-box .icon-wrap {
    margin-bottom: 5%;
    width: 20%;
}

.solution .lst-container-box .img-box .icon-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.solution .lst-container-box .img-box .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solution .lst-container-box .img-box .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution .lst-container-box .img-box .tag {
    font-size: 20px;
    line-height: 3;
    color: #fff;
}

.solution .lst-container-box .img-box .tag:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 2px;
    background-color: #fff;
}

/*8大优势*/

.superiority {
    width: 100%;
}

.superiority .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 3% 5%;
    width: 100%;
}

.superiority .lst-container .lst-wrap {
    width: 25%;
}

.superiority .lst-container .lst-wrap .lst-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.superiority .lst-container .lst-wrap .lst-box:before {
    content: "";
    position: absolute;
    top: calc(5% - 2px);
    left: 50%;
    z-index: 8;
    border-radius: 10px;
    width: 30%;
    height: 6px;
    background-color: #c7000c;
    transform: translateX(-50%);
}

.superiority .lst-container .lst-wrap .lst-box .number {
    position: absolute;
    top: 8%;
    left: 10%;
    font-size: 36px;
    color: #928e8f;
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-2 {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    height: 90%;
    transform: translateY(-50%);
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-3 {
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    width: 90%;
    height: 100%;
    transform: translateX(-50%);
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    box-sizing: border-box;
    padding: 15%;
    width: 100%;
    height: 100%;
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .img-wrap {
    width: 40%;
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .img-wrap .img-box {
    position: relative;

    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .img-wrap .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 10%;
    width: 100%;
    height: 100%;
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .img-wrap img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .title {
    margin: 5% 0;
    font-size: 30px;
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .icon-wrap {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    margin: 2% 0;
    padding-left: 10%;
    width: 100%;
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .icon-wrap .tag {
    font-size: 18px;
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .icon-wrap .icon-box {
    flex-shrink: 0;
    position: relative;
    margin-right: 5%;
    padding-bottom: 10%;
    width: 10%;
    height: 0;
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .icon-wrap .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .icon-wrap img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

/*banner*/

.banner {
    width: 100%;
}

.banner .img-wrap {
    width: 100%;
}

.banner .img-wrap .img-box {
    position: relative;

    padding-bottom: 15%;
    width: 100%;
    height: 0;
}

.banner .img-wrap .img-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.banner .img-wrap .img-inner .slogn {
    font-size: 30px;
}

.banner .img-wrap .img-inner .tags {
    margin: 1% 0;
    font-size: 20px;
}

.banner .img-wrap .img-inner .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner .img-wrap .img-inner .btn-wrap a {
    margin: 20px;
    font-size: 20px;
}

.banner .img-wrap .img-inner .btn-wrap a .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}

.banner .img-wrap .img-inner .btn-wrap a:nth-child(1) .btn-box {
    border: 1px solid #fff;
}

.banner .img-wrap .img-inner .btn-wrap a:nth-child(2) .btn-box {
    padding: 10px calc(30px + 1em + 5%);
    border: 1px solid transparent;
    color: #c7000c;
    background-color: #fff;
}

.banner .img-wrap .img-inner .btn-wrap a .btn-box img {
    flex-shrink: 0;
    margin-right: 5%;
    width: 1em;
    height: 1em;
    object-fit: contain;
}

.banner .img-wrap .img-inner .btn-wrap a .btn-box span {
    white-space: nowrap;
}

@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 {
        margin-top: 2%;
        font-size: 1.5rem;
    }

    .header-img .bg-box .btn-box {
        margin-top: 5%;
        padding: 1% 5%;
        font-size: 1.4rem;
    }

    .lst-block .title {
        font-size: 1.8rem;
    }

    .lst-block .slogn {
        box-sizing: border-box;
        padding: 0 2%;
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.5;
    }

    .feature .img-wrap {
        padding: 2% 0;
    }

    .project .img-wrap .title {
        font-size: 2rem;
    }

    .project .img-box {
        padding-bottom: 70%;
        width: 100%;
    }

    .kinds .lst-container {
        padding: 3% 5%;
    }

    .flow .img-wrap .title {
        font-size: 2rem;
        text-align: center;
    }

    .flow .img-box {
        margin: 0 auto;
        padding-bottom: 60%;
        width: 100%;
    }

    .solution .lst-container-box {
        padding-bottom: 60%;
    }

    .solution .lst-container-box .img-box:hover {
        width: 50%;
    }

    .solution {
        margin: 5% 0;
    }

    .solution .lst-container-box .img-box .tag {
        font-size: 1.4rem;
        text-align: center;
        line-height: 1;
    }

    .solution .lst-container-box .img-box .tag:before {
        margin: 1rem auto;
    }

    .solution .lst-container-box .img-box .icon-wrap {
        width: 40%;
    }

    .superiority .lst-container .lst-wrap {
        width: 50%;
    }

    .superiority .lst-container .lst-wrap .lst-box .lst-inner-1 {
        padding: 10%;
    }

    .superiority .lst-container .lst-wrap .lst-box {
        padding-bottom: 120%;
    }

    .superiority .lst-container .lst-wrap .lst-box .number {
        font-size: 2rem;
    }

    .superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .img-wrap {
        width: 35%;
    }

    .superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .title {
        margin: 2% 0;
        font-size: 1.6rem;
    }

    .superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .icon-wrap {
        padding-left: initial;
    }

    .banner .img-wrap .img-box {
        padding-bottom: 40%;
    }

    .banner .img-wrap .img-inner .slogn {
        box-sizing: border-box;
        padding: initial;
        font-size: 1.5rem;
        text-align: center;
    }

    .banner .img-wrap .img-inner .tags {
        font-size: 1.4rem;
    }

    .superiority .lst-container .lst-wrap .lst-box .lst-inner-1 .icon-wrap .tag {
        font-size: 1rem;
    }

    .banner .img-wrap .img-inner .btn-wrap a {
        margin: .4rem;
        font-size: 1.4rem;
    }

    .banner .img-wrap .img-inner .btn-wrap a .btn-box {
        padding: .5rem 2rem;
    }

    .banner .img-wrap .img-inner .btn-wrap a:nth-child(2) .btn-box {
        padding: .5rem 2rem;
    }

    .superiority .lst-container .lst-wrap .lst-box:before {
        height: 4px;
    }

    .project .img-wrap {
        padding: 3% 2%;
    }

    .flow .img-wrap {
        padding: 3% 2%;
    }

    .superiority .lst-container {
        padding: 2% 1%;
    }

    .banner .img-wrap .img-inner .tags {
        margin: 2% 0;
    }

    .flow .img-box img {
        object-fit: contain;
    }

    .solution .lst-container-box .img-box {
        width: 25%;
    }


    .solution .lst-container-box .img-box:last-of-type {
        display: none;
    }
}
