.lst-block {
    width: 100%;
}

.lst-block .title {
    font-size: 40px;
    letter-spacing: 3px;
}

.lst-block .slogn {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #aaaaaa;
}

/*头部图片*/

.header-img {
    width: 100%;
    background-color: #333;
}

.header-img .bg-wrap {
    width: 100%;
}

.header-img .bg-box {
    position: relative;
    padding-bottom: 34%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #081b3b;
}

.header-img .bg-box .txt-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(3, 85, 208, 0.32);
}

.header-img .bg-box .txt-inner .txt-1 {
    display: flex;
    flex-direction: column;
    margin-top: 6%;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 2;
    letter-spacing: 4px;
}

.header-img .bg-box .txt-inner .txt-2 {
    font-size: 28px;
    line-height: 2;
    text-align: center;
    letter-spacing: 1px;
}

.header-img .bg-box .txt-inner .btn-box {
    margin: 45px 0;
    padding: .5% 2%;
    border-radius: 5px;
    background-color: #4889f7;
}

.header-img .bg-box .txt-inner .btn-box a {
    font-size: 18px;
}

/*大趋势*/

.trend {
    padding-top: 2%;
    width: 100%;
}

.trend .lst-block {
    width: 100%;
    text-align: center;
}

.trend .lst-container {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

    margin: 2% 0;
    box-sizing: border-box;
    padding: 0 4%;
    width: 100%;
}

.trend .lst-container .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3% 0;
    box-sizing: border-box;
    padding-left: 5%;
    width: 30%;
}

.trend .lst-container .icon-box {
    position: relative;
    padding-bottom: 25%;
    width: 25%;
    height: 0;
}

.trend .lst-container .icon-box .icon-inner {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.trend .lst-container .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trend .lst-container .txt {
    flex-grow: 1;
    padding-left: 5%;
    font-size: 26px;
}

/*我们的产品*/

.product {
    width: 100%;
}

.product .lst-block {
    width: 100%;
    text-align: center;
}

.product .lst-block .title {
    line-height: 2;
}

.product .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3% 0;
    width: 100%;
    text-align: center;
}

.product .lst-container .lst-wrap {
    box-sizing: border-box;
    padding: .5%;
    width: 25%;
}

.product .lst-container .lst-box {
    position: relative;
    padding-bottom: 130%;
    width: 100%;
    height: 0;
}

.product .lst-container .lst-box .lst-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    padding: 10% 8%;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.product .lst-container .lst-box:hover .lst-inner {
    border: 1px solid #c7000c;
    box-shadow: -3px 3px 4px 4px rgba(199, 0, 12, 0.1);
    transform: translateY(-15px);
}

.product .lst-container .lst-box .icon-wrap {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.product .lst-container .lst-box:hover .icon-wrap {
    flex-direction: row;
    flex-grow: 0;
    padding-bottom: 5%;
    border-bottom: 1px solid #efefef;
}

.product .lst-container .lst-box .icon-box {
    flex-shrink: 0;
    position: relative;
    padding-bottom: 35%;
    width: 35%;
    height: 0;
}

.product .lst-container .lst-box .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 10%;
    width: 100%;
    height: 100%;
}

.product .lst-container .lst-box .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product .lst-container .lst-box .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    width: 100%;
}

.product .lst-container .lst-box:hover .info {
    align-items: flex-start;
}

.product .lst-container .lst-box .info .title {
    margin-top: 8%;
    font-size: 24px;
}

.product .lst-container .lst-box:hover .info .title {
    margin-top: 0;
}

.product .lst-container .lst-box .info .txt {
    margin-top: 10%;
    flex-grow: 1;
    font-size: 18px;
    text-align: center;
}

.product .lst-container .lst-box:hover .info .txt {
    text-align: left;
}

.product .lst-container .lst-box .summary {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    font-size: 20px;
    line-height: 2;
}

.product .lst-container .lst-box:hover .summary {
    display: flex;
}

.product .lst-container .lst-box .cooperate {
    margin-top: 2%;
    font-size: 18px;
    color: #999999;
}

.product .lst-container .lst-box:hover .cooperate {
    display: none;
}

.product .lst-container .lst-box .btn-lst {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 10%;
    width: 100%;
}

.product .lst-container .lst-box .btn-lst > a {
    margin: 0 .5%;
    flex-basis: 80%;
    flex-shrink: 1;
    font-size: 20px;
}

.product .lst-container .lst-box .btn-lst .btn-box {
    box-sizing: border-box;
    border: 1px solid #c7000c;
    padding: 15px 0;

    text-align: center;

    transition: all .1s;
}

.product .lst-container .lst-box .btn-lst .btn-box > span {
    margin-right: 5px;
}

.product .lst-container .lst-box .btn-lst a:nth-child(1) .btn-box {
    color: #c7000c;
}

.product .lst-container .lst-box:hover .btn-lst a:nth-child(1) .btn-box {
    color: #fff;
    background-color: #c7000c;
}

.product .lst-container .lst-box .btn-lst a:nth-child(2) .btn-box {
    background-color: #c7000c;
}

.product .lst-container .lst-box:hover .btn-lst a:nth-child(2) .btn-box {
    color: #c7000c;
    background-color: #fff;
}

/*服务流程*/

.flow {
    padding: 3% 0;
    width: 100%;
    background-color: #63554b;
}

.flow .lst-block {
    width: 100%;
    text-align: center;

    color: #fff;
}

.flow .lst-container {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

    margin: 3% 0;
    box-sizing: border-box;
    padding: 0 4%;
    width: 100%;
}

.flow .lst-container .lst-box {
    display: flex;

    flex-direction: column;
    align-items: center;

    position: relative;

    padding: 3% 0;
    width: 25%;
}

.flow .lst-container .lst-box:not(:nth-child(4n)):after {
    content: "";

    position: absolute;
    top: 50%;
    right: 0;

    width: 10%;
    height: 30px;

    background-image: url("/static/images/service-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transform: translateX(50%);
}

.flow .lst-container .lst-box .number-box {
    position: relative;

    border-radius: 100%;
    border: 1px solid transparent;
    padding-bottom: 10%;
    width: 10%;
    height: 0;

    transform: rotateZ(0deg);
    transition: border .2s, transform .2s .2s;
}

.flow .lst-container .hover-box .number-box {
    border: 1px solid #c7000c;
}

.flow .lst-container .lst-box .number-box .number-inner {
    position: absolute;
    top: -2px;
    right: -2px;

    box-sizing: border-box;
    border-top-right-radius: 100%;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    width: 50%;
    height: 50%;

    transform: rotateZ(-60deg);
    transform-origin: 0 100%;
    transition: all .2s .1s;
}

.flow .lst-container .hover-box .number-box .number-inner {
    border-top: 4px solid #c7000c;
    border-right: 4px solid #c7000c;
    transform: rotateZ(0deg);
}

.flow .lst-container .lst-box .number-box .number {
    display: flex;

    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    height: 100%;

    font-size: 24px;

    color: #fff;

    cursor: pointer;
}

.flow .lst-container .lst-box .txt {
    display: flex;

    flex-direction: column;
    align-items: center;

    margin-top: 5%;

    font-size: 24px;

    color: #fff;
}

.flow .logo-lst-wrap {
    box-sizing: border-box;
    padding: 0 10%;
    width: 100%;
}

.flow .logo-lst-box {
    display: inline-block;

    border-radius: 15px;
    padding: 1.5% 3%;

    background-color: #413b3899;
}

.flow .logo-lst-box .logo-lst-inner {
    display: flex;

    align-items: center;

    font-size: 24px;
}

.flow .logo-lst-box .logo-wrap {
    display: flex;

    align-items: center;
}

.flow .logo-lst-box .logo-wrap:not(:last-of-type) {
    margin-right: 20px;
}

.flow .logo-lst-box .logo-wrap .name {
    margin: 0 20px;

    color: #fff;
}

.flow .logo-lst-box .logo-box {
    position: relative;

    padding-bottom: 2em;
    width: 2em;
    height: 0;
}

.flow .logo-lst-box .logo-box .logo-inner {
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;

    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.flow .logo-lst-box .logo-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/*客户列表*/

.user {
    padding: 3% 0;
    width: 100%;
}

.user .lst-block {
    width: 100%;
    text-align: center;
}

.user .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2% 0;
    width: 100%;
}

.user .lst-container .img-wrap {
    margin: 1% 0;
    box-sizing: border-box;
    padding: 0 1%;
    width: 25%;
}

.user .lst-container .img-box {
    overflow: hidden;

    position: relative;

    border-radius: 10px;
    padding-bottom: 65%;
    width: 100%;
    height: 0;
}

.user .lst-container .img-box:hover {
    box-shadow: 0 0 4px 2px #eeeeee;
}

.user .lst-container .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    padding: 20%;
    width: 100%;
    height: 100%;
}

.user .lst-container .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.user .lst-container .img-box .qrcode {
    position: absolute;
    top: -100%;
    left: 0;
    box-sizing: border-box;
    padding: 10% 20%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all .3s;
}

.user .lst-container .img-box:hover .qrcode {
    top: 0;
    opacity: 1;
}

.user .lst-container .img-box .qrcode img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*流量入口*/

.enter {
    width: 100%;
}

.enter .lst-block {
    width: 100%;
    text-align: center;
}

.enter .lst-block .title {
    width: 100%;
}

.enter .lst-block .title:after {
    content: "";

    display: block;

    margin: 1% auto 0;
    border-radius: 10px;
    width: 5%;
    height: 4px;

    background-color: #242424;
}

.enter .lst-container {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

    margin: 2% 0;
    box-sizing: border-box;
    width: 100%;
}

.enter .lst-container .icon-wrap {
    display: flex;

    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    margin: 2% 0;
    padding-left: 5%;
    width: 30%;
}

.enter .lst-container .icon-box {
    position: relative;

    padding-bottom: 20%;
    width: 20%;
    height: 0;
}

.enter .lst-container .icon-box .icon-inner {
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;

    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.enter .lst-container .icon-box img {
    box-sizing: border-box;
    padding: 20%;
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.enter .lst-container .info {
    flex-grow: 1;

    box-sizing: border-box;
    padding-left: 10%;
}

.enter .lst-container .info .tag {
    font-size: 24px;
}

.enter .lst-container .info .txt {
    font-size: 20px;
    line-height: 2;
}

/*预约优惠*/

.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%;

    background: #c7000c;
}

.banner .img-box .slogn {
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
}

.banner .img-box a {
    display: block;

    margin-top: 3%;
    width: 10%;

    font-size: 20px;
    text-align: center;
    color: #c7000c;
}

.banner .img-box a .btn-box {
    border-radius: 25px;
    padding: 3% 0;

    background-color: #fff;
}

@media screen and (max-width: 1023px) {
    .header-img .bg-box {
        padding-bottom: 70%;
    }

    .header-img .bg-box .txt-inner .txt-1 {
        margin-top: 10%;
        margin-bottom: 0;
        font-size: 2.5rem;
    }

    .header-img .bg-box .txt-inner .txt-2 {
        font-size: 1.5rem;
    }

    .header-img .bg-box .txt-inner .btn-box {
        margin: 1rem 0;
        padding: 1% 3%;
    }

    .header-img .bg-box .txt-inner .btn-box a {
        font-size: 1.4rem;
    }

    .lst-block .title {
        font-size: 1.8rem;
    }

    .trend .lst-container .icon-wrap {
        width: 50%;
    }

    .trend .lst-container .txt {
        padding-left: 5%;
        font-size: 1.4rem;
    }

    .trend .lst-container .icon-wrap {
        margin: 4% 0;
        width: 45%;
    }

    .lst-block .slogn {
        box-sizing: border-box;
        padding: 0 5%;
        font-size: 1.4rem;
    }

    .product .lst-container .lst-wrap {
        margin: 3% 0;
        width: 100%;
    }

    .flow .lst-container .lst-box {
        box-sizing: border-box;
        padding: 3%;
        width: 50%;
        text-align: center;
    }

    .flow .lst-container .lst-box .txt {
        font-size: 1.4rem;
    }

    .flow .logo-lst-wrap {
        padding: 0 2%;
    }

    .flow .logo-lst-box {
        box-sizing: border-box;
    }

    .flow .logo-lst-box .logo-lst-inner {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .flow .logo-lst-box .logo-wrap {
        margin-right: initial;
    }

    .flow .logo-lst-box .logo-wrap {
        margin: 3% 0;
    }

    .user .lst-container .img-wrap {
        width: 100%;
    }

    .enter .lst-block .title:after {
        width: 10%;
    }

    .banner .img-box {
        padding-bottom: 30%;
    }

    .banner .img-box .slogn {
        font-size: 1.8rem;
    }

    .banner .img-box a .btn-box {
        display: inline-block;
        margin-right: initial;
        white-space: nowrap;
        padding: 1% 5%;
        font-size: 1.4rem;
    }

    .banner .img-box a {
        width: 100%;
    }

    .enter .lst-container .icon-wrap {
        padding: 0 2%;
        padding-left: initial;
        width: 100%;
    }

    .enter .lst-container .info .tag {
        font-size: 1.6rem;
    }

    .enter .lst-container .info .txt {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .enter .lst-container .info {
        padding-left: 0%;
    }

    .enter .lst-container .icon-box {
        padding-bottom: 20%;
        width: 28%;
    }

    .flow .lst-container .lst-box .number-box {
        padding-bottom: 20%;
        width: 20%;
    }

    .user {
        padding: 2rem 0;
    }

    .user .lst-container {
        margin: 2rem 0;
    }

    .enter .lst-block .title {
        box-sizing: border-box;
        padding: 0 10%;
    }

    .product .lst-container .lst-box .btn-lst .btn-box {
        padding: 5px 0 !important;
    }

    .product .lst-container .lst-box {
        padding-bottom: 110%;
    }

    .product .lst-container .lst-box .info .txt {
        margin-top: 5%;
    }

    .trend .lst-container {
        padding: 0 1%;
    }

    .product .lst-container .lst-box .lst-inner {
        padding: 8% 4%;
    }

    .enter .lst-container .icon-box img {
        box-sizing: border-box;
        padding: 10%;
    }

    .trend {
        padding-top: 4%;
    }

    .product .lst-container .lst-box .btn-lst {
        margin-top: 5%;
    }
}
