.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;
}

/*了解定制*/

.goodness {
    margin: 3% 0;
    width: 100%;
}

.goodness .lst-block {
    width: 100%;
    text-align: center;
}

.goodness .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2% 0;
    width: 100%;
}

.goodness .lst-container .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2% 0;
    box-sizing: border-box;
    padding-left: 11%;
    width: 50%;
}

.goodness .lst-container .icon-box {
    position: relative;
    padding-bottom: 10%;
    width: 10%;
    height: 0;
}

.goodness .lst-container .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.goodness .lst-container .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.goodness .lst-container .info {
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 5%;
}

.goodness .lst-container .info .title {
    font-size: 20px;
}

.goodness .lst-container .info .txt {
    margin-top: 3%;
    font-size: 18px;
    font-weight: 300;
}


/*服务套餐*/

.combo {
    padding: 3% 0;
    width: 100%;
    background-color: #c4d1e1;
}

.combo .lst-block {
    width: 100%;
}

.combo .lst-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2% 0;
    box-sizing: border-box;
    padding: 0 2%;
    width: 100%;
}

.combo .lst-container .lst-wrap {
    flex-grow: 1;
    flex-basis: 33.33%;
    box-sizing: border-box;
    padding: 0 .5%;
}

.combo .lst-container .lst-box {
    position: relative;
    padding-bottom: 165%;
    width: 100%;
    height: 0;
}

.combo .lst-container .lst-box .date {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1.1%;
    right: 5%;
    z-index: 8;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    padding: 3% 2%;
    font-size: 18px;
    color: #fff;
    background-color: #c8000b;
}

.combo .lst-container .lst-box .top {
    position: absolute;
    top: 0%;
    right: 5%;
    width: 2%;
    height: 1%;
    transform: skew(45deg) translate(126%,-100%);
    background-color: #99000a;
}

.combo .lst-container .lst-box .lst-inner {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.combo .lst-container .lst-inner .info-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 10%;
    width: 100%;
    height: 20%;
    color: #fff;
}

.combo .lst-container .lst-inner .info-1 .title {
    font-size: 24px;
}

.combo .lst-container .lst-inner .info-1 .slogn {
    font-size: 18px;
    line-height: 2.5;
}

.combo .lst-container .lst-inner .info-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
    height: 80%;
    background-color: #fff;
}

.combo .lst-container .lst-inner .info-2>.slogn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5% 0;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
}

.combo .lst-container .lst-inner .info-2>.slogn>.tag {
    font-size: 18px;
}

.combo .lst-container .lst-inner .info-2>.slogn>.tag:first-child {
    color: #526fd3;
}

.combo .lst-container .lst-inner .info-2 .lst-item-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-top: 2px dashed #e4e4e4;
    padding: 4% 0;
    width: 100%;
}

.combo .lst-container .lst-inner .info-2 .lst-item-box .title {
    width: 100%;
    font-size: 20px;
}

.combo .lst-container .lst-inner .info-2 .lst-item-box .lst-item-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2%;
    width: 100%;
}

.combo .lst-container .lst-inner .info-2 .lst-item-box .lst-item-inner .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2% 0;
    width: 50%;
}

.combo .lst-container .lst-inner .info-2 .lst-item-box .lst-item-inner .icon-box {
    position: relative;
    margin-right: 5%;
    padding-bottom: 10%;
    width: 10%;
    height: 0;
}

.combo .lst-container .lst-inner .info-2 .lst-item-box .lst-item-inner .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.combo .lst-container .lst-inner .info-2 .lst-item-box .lst-item-inner .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.combo .lst-container .lst-inner .info-2 .lst-item-box .lst-item-inner .tag {
    flex-grow: 1;
    font-size: 16px;
}

.combo .lst-container .lst-inner .info-2 .price {
    flex-grow: 1;
    box-sizing: border-box;
    border-top: 1px solid #e1e1e1;
    padding: 5% 0;
    width: 100%;
}

.combo .lst-container .lst-inner .info-2 .price .slogn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #c7000c;
    padding: 1% 2%;
    font-size: 16px;
}

.combo .lst-container .lst-inner .info-2 .price .slogn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8%;
    border-right: 1px solid #c7000c;
    border-bottom: 1px solid #c7000c;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotateZ(45deg) translateY(80%);
}

.combo .lst-container .lst-inner .info-2 .price .number {
    margin-top: 2%;
    font-size: 16px;
    color: #e1e1e1;
}

.combo .lst-container .lst-inner .info-2 .price .number>span {
    font-size: 20px;
    color: #c7000c;
}

.combo .lst-container .lst-inner .info-2 .price a {
    display: block;
    margin-top: 5%;
    width: 100%;
}

.combo .lst-container .lst-inner .info-2 .price .btn-box {
    display: inline-block;
    border-radius: 5px;
    padding: 2% 5%;
    font-size: 16px;
    color: #fff;
    background-color: #c7000c;
}


/* 服务流程 */

.flow {
    padding: 3% 0;
    width: 100%;
}

.flow .lst-block {
    width: 100%;
    text-align: center;
    color: #fff;
}

.flow .img-wrap {
    box-sizing: border-box;
    padding: 0 5%;
    margin: 2% 0;
    width: 100%;
}

.flow .img-box {
    position: relative;
    padding-bottom: 20%;
    width: 100%;
    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;
}


/* 10大亮点 */

.brightened {
    padding: 3% 0;
    width: 100%;
}

.brightened .lst-block {
    width: 100%;
    text-align: center;
}

.brightened .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2% 0;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
}

.brightened .lst-container .icon-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2% 0;
    box-sizing: border-box;
    width: 33%;
}

.brightened .lst-container .icon-box {
    flex-shrink: 0;
    position: relative;
    padding-bottom: 15%;
    width: 15%;
    height: 0;
}

.brightened .lst-container .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brightened .lst-container .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brightened .lst-container .info {
    flex-grow: 1;
    box-sizing: border-box;
    padding: 0 5%;
}

.brightened .lst-container .info .title {
    font-size: 20px;
}

.brightened .lst-container .info .txt {
    margin-top: 3%;
    font-size: 18px;
    font-weight: 300;
}


/* 标语 */

.banner {
    width: 100%;
}

.banner .img-wrap {
    width: 100%;
}

.banner .img-box {
    position: relative;
    padding-bottom: 15%;
    width: 100%;
    height: 0;
}

.banner .img-box .img-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .img-box .img-inner .title {
    font-size: 35px;
    color: #fff;
}

.banner .img-box .img-inner .slogn {
    margin-top: 1%;
    font-size: 18px;
    color: #fff;
}


/* 客户案例 */

.case {
    padding: 3% 0;
    width: 100%;
    background-color: #fafafa;
}

.case .lst-block {
    width: 100%;
    text-align: center;
}

.case .lst-container-box {
    box-sizing: border-box;
    padding: 2% 10%;
    width: 100%;
}

.case .lst-container-box .hd {
    border-bottom: 2px solid #dee1e6;
    width: 100%;
}

.case .lst-container-box .hd .lst-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.case .lst-container-box .hd .lst-container>li {
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    transition: font-size .3s;
}

.case .lst-container-box .hd .lst-container>li:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background-color: #c7000c;
    transition: all .3s;
}

.case .lst-container-box .hd .lst-container>li:hover:after {
    width: 100%;
}

.case .lst-container-box .bd {
    padding: 25px 0;
    width: 100%;
}

.case .lst-container-box .bd .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.case .lst-container-box .bd .lst-container .img-wrap {
    box-sizing: border-box;
    padding: 15px;
    width: 33.33%;
}

.case .lst-container-box .bd .lst-container .img-box {
    position: relative;
    padding-bottom: 70%;
    width: 100%;
    height: 0;
}

.case .lst-container-box .bd .lst-container .img-box .img-inner {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px 2px #efefef;
    width: 100%;
    height: 100%;
}

.case .lst-container-box .bd .lst-container .img-box .img-inner .zhe{
    width:100%;
    height:0;
    overflow:hidden;
    position:absolute;
    left:0;
    bottom:0;
    background:#c8000b;
    font-size:12px;
    color:#fff;
    opacity: 0.4;
}
.case .lst-container-box .bd .lst-container .img-box .img-inner .zhe_img{
    width:100%;
    height:0;
    position:absolute;
    left:0;
    bottom:0;
}

.case .lst-container-box .bd .lst-container .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}


/* 专属建站 */

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099;
    opacity: 0;
    transition: all .3s;
}

.personal .lst-container-box .img-box:hover .cover {
    opacity: 1;
}

.personal {
    margin: 3% 0;
    width: 100%;
}

.personal .lst-block {
    width: 100%;
    text-align: center;
}

.personal .lst-container {
    margin: 3% 0;
    width: 100%;
}

.personal .lst-container-box {
    position: relative;
    padding-bottom: 25%;
    width: 100%;
    height: 0;
}

.personal .lst-container-box .lst-container-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.personal .lst-container-box .img-box {
    flex-shrink: 1;
    position: relative;
    width: 20%;
    height: 100%;
    transition: all .3s;
}

.personal .lst-container-box .img-box:hover {
    width: 30%;
}

.personal .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%;
}

.personal .lst-container-box .img-box .icon-wrap {
    margin-bottom: 5%;
    width: 20%;
}

.personal .lst-container-box .img-box .icon-box {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.personal .lst-container-box .img-box .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.personal .lst-container-box .img-box .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.personal .lst-container-box .img-box .tag {
    font-size: 20px;
    line-height: 3;
    color: #fff;
}

.personal .lst-container-box .img-box .tag:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 2px;
    background-color: #fff;
}


/* 交付清单 */

.inventory {
    box-sizing: border-box;
    padding: 3% 5%;
    width: 100%;
}

.inventory .lst-block {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
}

.inventory .lst-block .title {
    display: flex;
    align-items: center;
    height: 1em;
    font-size: 25px;
    white-space: nowrap;
}

.inventory .lst-block .title:after {
    content: "";
    flex-shrink: 0;
    margin-left: 5%;
    margin-top: 2px;
    width: 3px;
    height: 1em;
    background: linear-gradient(to bottom, #c7000c 0%, #fd5c63 100%);
}

.inventory .lst-block .en {
    padding-left: 1%;
    height: 1em;
    font-size: 16px;
    color: #e1e1e1;
}

.inventory .lst-container-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 5% 0;
    width: 100%;
}

.inventory .lst-container-box .img-wrap {
    width: 30%;
}

.inventory .lst-container-box .img-box {
    position: relative;
    margin: 0 auto;
    padding-bottom: 80%;
    width: 80%;
    height: 0;
}

.inventory .lst-container-box .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inventory .lst-container-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inventory .lst-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 5%;
    width: 70%;
}

.inventory .lst-container .lst-wrap {
    position: relative;
    padding-bottom: 15%;
    width: 33%;
}

.inventory .lst-container .lst-wrap .number {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 70px;
    transform: skewX(-10deg);
}

.inventory .lst-container .lst-wrap:nth-child(1) .number {
    color: #f5911f;
}

.inventory .lst-container .lst-wrap:nth-child(2) .number {
    color: #0e85d5;
}

.inventory .lst-container .lst-wrap:nth-child(3) .number {
    color: #24b45f;
}

.inventory .lst-container .lst-wrap:nth-child(4) .number {
    color: #ff7537;
}

.inventory .lst-container .lst-wrap:nth-child(5) .number {
    color: #26b462;
}

.inventory .lst-container .lst-wrap .lst-inner {
    position: absolute;
    bottom: 2%;
    left: 9%;
    z-index: 9;
    border-left: 2px solid #e1e1e1;
    padding: 10% 7% 0%;
    font-size: 20px;
    background-color: #fff;
    transform: skewX(-45deg);
}

.inventory .lst-container .lst-wrap .lst-inner>span {
    display: block;
    transform: skewX(45deg);
    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 {
        font-size: 1.5rem;
    }

    .lst-block .title {
        font-size: 1.8rem !important;
    }

    .lst-block .slogn {
        box-sizing: border-box;
        padding: initial;
        width: 100%;
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.5;
        margin-top: 1%;
    }

    .goodness .lst-container .info .title {
        font-size: 1.5rem;
    }

    .goodness .lst-container .info .txt {
        font-size: 1.4rem;
    }

    .goodness .lst-container .icon-wrap {
        margin: 5% 0;
        padding-left: initial;
    }

    .combo .lst-container {
        flex-wrap: wrap;
    }

    .combo .lst-container .lst-wrap {
        flex-basis: 100%;
    }

    .combo .lst-container .lst-wrap {
        margin: 5% 0;
    }

    .combo .lst-container .lst-box {
        padding-bottom: 200%;
    }

    .combo .lst-container .lst-inner .info-1 .title {
        font-size: 2.2rem;
    }

    .combo .lst-container .lst-inner .info-1 .slogn {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .combo .lst-container .lst-inner .info-2>.slogn>.tag {
        font-size: 1.4rem;
    }

    .combo .lst-container .lst-inner .info-2 .lst-item-box .title {
        font-size: 1.6rem;
    }

    .combo .lst-container .lst-inner .info-2 .lst-item-box .lst-item-inner .tag {
        font-size: 1.2rem;
        white-space: nowrap;
    }

    .combo .lst-container .lst-inner .info-2 .price .slogn {
        font-size: 1.4rem;
    }

    .combo .lst-container .lst-inner .info-2 .price .number>span {
        font-size: 1.8rem;
    }

    .combo .lst-container .lst-inner .info-2 .price .number {
        font-size: 1.4rem;
    }

    .combo .lst-container .lst-inner .info-2 .price .btn-box {
        font-size: 1.4rem;
    }

    .brightened .lst-container .icon-wrap {
        width: 100%;
    }

    .brightened .lst-container .icon-wrap {
        margin: 5% 0;
    }

    .brightened .lst-container .info .title {
        font-size: 1.6rem;
    }

    .brightened .lst-container .info .txt {
        margin-top: 3%;
        font-size: 1.4rem;
    }

    .brightened .lst-container .info {
        padding: 0 0 0 5%;
    }

    .banner .img-box {
        padding-bottom: 30%;
    }

    .banner .img-box .img-inner .title {
        font-size: 1.5rem;
    }

    .banner .img-box .img-inner .slogn {
        margin-top: 3%;
        font-size: 1.2rem;
    }

    .case .lst-container-box {
        padding: 2% 0;
    }

    .case .lst-container-box .hd .lst-container {
        overflow-x: scroll;
        justify-content: initial;
    }

    .case .lst-container-box .hd .lst-container::-webkit-scrollbar {
        display: none;
    }

    .case .lst-container-box .hd .lst-container>li {
        padding: 0 3.5%;
        height: 3rem;
        font-size: 1.4rem;
        white-space: nowrap;
        line-height: 2.9rem;
    }

    .case .lst-container-box .bd {
        padding: 0;
    }

    .case .lst-container-box .bd .lst-container .img-wrap {
        box-sizing: border-box;
        padding: 1% 2%;
        width: 100%;
    }

    .personal .lst-container-box {
        padding-bottom: 60%;
    }

    .personal .lst-container-box .img-box:hover {
        width: 50%;
    }

    .personal {
        margin-top: 10%;
    }

    .personal .lst-container {
        margin: 5% 0;
    }

    .personal .lst-container-box .img-box .tag {
        font-size: 1.4rem;
        text-align: center;
        line-height: 1;
    }

    .personal .lst-container-box .img-box .tag:before {
        margin: 1rem auto;
    }

    .personal .lst-container-box .img-box .icon-wrap {
        width: 40%;
    }

    .inventory .lst-block .en {
        padding-left: 5%;
        font-size: 1.4rem;
    }

    .inventory .lst-container .lst-wrap .number {
        left: 13%;
        font-size: 3rem;
    }

    .inventory .lst-container .lst-wrap .lst-inner {
        left: 25%;
        font-size: 1.2rem;
    }

    .inventory .lst-container {
        padding-left: initial;
        width: 100%;
    }

    .inventory .lst-container .lst-wrap {
        margin: 2% 0;
        width: 50%;
    }

    .banner .img-box .img-inner {
        box-sizing: border-box;
        padding: 0 2%;
        text-align: center;
    }

    .case .lst-container-box .hd {
        margin-bottom: 1%;
    }

    .case .lst-container-box .hd .lst-container > .on:after {
        width: 100%;
    }

    .combo .lst-container .lst-inner .info-1 {
        padding-left: 5%;
        height: 15%;
    }

    .combo .lst-container .lst-box .top {
        transform: skew(45deg) translate(150%,-100%);
    }

    .personal .lst-container-box .img-box {
        width: 25%;
    }

    .personal .lst-container-box .img-box:last-of-type {
        display: none;
    }

    .combo {
        padding: 5% 0 3%;
    }

    .brightened .lst-container {
        padding: 0 3%;
    }

    .brightened {
        padding: 5% 0 3%;
    }

    .combo .lst-container .lst-inner .info-2>.slogn {
        padding: initial !important;
    }

    .combo .lst-container .lst-inner .info-2 {
        padding: 0 3%;
    }

    .combo .lst-container .lst-inner .info-2 .lst-item-box .lst-item-inner .icon-box {
        flex-shrink: 0;
    }
}
