.header-img {
    width: 100%;
}

.header-img .bg-wrap {
    width: 100%;
    background-color: #f7f8fa;
    background-image: url("../images/bg-2.png");
    animation: goup 60s linear infinite;
}

@keyframes goup {
    0% {
        background-position-y: 0;
    }
    100% {
        background-position-y: -2500px;
    }
}

.header-img .bg-box {
    position: relative;
    padding-bottom: 50%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner-1 {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 8;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.header-img .bg-box .bg-inner-1 .title {
    padding: 1% 0;
    font-size: 40px;
}

.header-img .bg-box .bg-inner-1 .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1% 0;
    font-size: 25px;
}

.header-img .bg-box .bg-inner-1 .tag:before {
    content: "";
    margin-right: 10px;
    width: 1.5%;
    height: 1px;
    background-color: #525252;
}

.header-img .bg-box .bg-inner-1 .tag:after {
    content: "";
    margin-left: 10px;
    width: 1.5%;
    height: 1px;
    background-color: #525252;
}

.header-img .bg-box .bg-inner-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff 2%, #ffffff08 50%, #fff 98%);
}

.header-img .bg-box .bg-inner-3 {
    overflow: hidden;
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 8;
    padding: 20px 0;
    width: 100%;
    height: 60%;
    transform: translate(-50%, -50%);
}

.header-img .bg-box .bg-inner-3 .arrow-left {
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 10;

    opacity: 0;

    transform: translateY(-50%);
}

.header-img .bg-box .bg-inner-3 .arrow-left img {
    width: 50px;
}

.header-img .bg-box .bg-inner-3 .arrow-right {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 10;

    opacity: 0;

    transform: translateY(-50%);
}

.header-img .bg-box .bg-inner-3 .arrow-right img {
    width: 50px;
}

.customer {
    overflow: visible !important;
    width: 100%;
    height: 100%;
}

.header-img .bg-box .bg-inner-3:hover .arrow-left:nth-child(2) {
    opacity: 1;
}

.header-img .bg-box .bg-inner-3 .arrow-left:hover:nth-child(3) {
    opacity: 1;
}

.header-img .bg-box .bg-inner-3:hover .arrow-right:nth-child(4) {
    opacity: 1;
}

.header-img .bg-box .bg-inner-3 .arrow-right:hover:nth-child(5) {
    opacity: 1;
}

.header-img .bg-box .bg-inner-3 .lst-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-1 {
    width: 10%;
    height: 100%;
    background-image: url("../images/case_bg_1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 5px 2px #dedede;
    transition: all .3s;
}

.header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-1:hover {
    transform: translateY(-10px);
}

.header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    width: 17%;
    height: 90%;
}
.header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-2 a {
    display: block;
    width: 100%;
    height: 100%;
}

.header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-2 .lst-inner-1 {
    width: 100%;
    height: 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 5px 2px #dedede;
    transition: all .3s;
}

.header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-2 .lst-inner-2 {
    padding-bottom: 98%;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 5px 2px #dedede;
    transition: all .3s;
}

.header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-2>div:hover {
    transform: translateY(-10px);
}

.header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-3 {
    margin: auto 0;
    width: 42%;
    height: 72%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 5px 2px #dedede;
    transition: all .3s;
}

.header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-3:hover {
    transform: translateY(-10px);
}

.header-img .bg-box .bg-inner-4 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 95%;
    left: 50%;
    z-index:9;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.header-img .bg-box .bg-inner-4 .lst-wrap {
    box-sizing: border-box;
    padding: 0 8%;
    width: 33.33%;
}

.header-img .bg-box .bg-inner-4 .lst-wrap:first-child {
    width: calc(33.33% - 1px);
    border-right: 1px solid #cacaca;
}

.header-img .bg-box .bg-inner-4 .lst-wrap:last-child {
    width: calc(33.33% - 1px);
    border-left: 1px solid #ababab;
}

.header-img .bg-box .bg-inner-4 .lst-box {
    width: 100%;
}

.header-img .bg-box .bg-inner-4 .lst-box .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 3rem;
    line-height: 1.5;
}

.header-img .bg-box .bg-inner-4 .lst-box .txt {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2;
}

/* logo列表 */

.customer-container {
    padding-top: 6%;
    width: 100%;
}

.customer-container .lst-wrap {
    box-sizing: border-box;
    padding: 0 3%;
    width: 100%;
}

.customer-container .lst-box-1 {
    width: 100%;
    text-align: center;
}

.customer-container .lst-box-1 .title {
    font-size: 35px;
    line-height: 1.5;
}

.customer-container .lst-box-1 .slogn {
    margin-top: .4%;
    font-size: 20px;
    line-height: 2;
}

.customer-container .lst-box-2 {
    position: relative;

    padding: 1% 0 6%;
    width: 100%;
    text-align: center;
}

.customer-container .swiper-container-2 {
    padding: 1% 0;
    width: 100%;
}

.customer-container .swiper-container-2 .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.customer-container .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;

    transform: translateX(-50%) translateY(-250%);
}

.customer-container .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 10px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid #a7000a;
    width: 15px;
    height: 15px;
}

.customer-container .swiper-pagination .swiper-pagination-bullet-active {
    border: initial;
    background-color: #c7000c !important;
}

.customer-container .swiper-container-2 .logo-wrap {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 1.5%;
    width: 24%;
}

.customer-container .swiper-container-2 .logo-box {
    position: relative;

    padding-bottom: 35%;
    width: 100%;
    height: 0;
}

.customer-container .swiper-container-2 .logo-box .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: #f3f3f399;

    transform: translateY(105%);
    transition: all .3s ease;
}

.customer-container .swiper-container-2 .logo-inner:hover + .cover {
    transform: translateY(0);
}

.customer-container .swiper-container-2 .logo-box .logo-inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;

    box-sizing: border-box;
    padding: 5%;
    width: 100%;
    height: 100%;
}

.customer-container .swiper-container-2 .logo-box img {
    height: 100%;

    object-fit: contain;
}

.custom-made {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 3% 0;
    width: 100%;
}

.custom-made .slogn {
    font-size: 1.8rem;
}

.custom-made a {
    margin-top: 2%;
    border-radius: 25px;
    padding: .5% 3%;

    font-size: 1.2rem;

    color: #fff;
    background-color: #c7000c;
}

@media screen and (max-width: 1023px) {
    .custom-made a {
        margin-top: 5%;
        padding: 2% 5%;
    }

    .header-img .bg-wrap {
        background-size: 200%;
        animation: goup 120s linear infinite;
    }

    .header-img .bg-box .bg-inner-1 .title {
        font-size: 2.5rem;
    }

    .header-img .bg-box .bg-inner-1 .tag {
        font-size: 1.8rem;
    }

    .header-img .bg-box .bg-inner-3 .arrow-right img {
        width: 2rem;
    }

    .header-img .bg-box .bg-inner-3 .arrow-left img {
        width: 2rem;
    }

    .header-img .bg-box .bg-inner-3 {
        top: 65%;
        height: 80%;
    }

    .customer-container .lst-box-1 .title {
        font-size: 2rem;
    }

    .customer-container .lst-box-1 .slogn {
        font-size: 1.4rem;
    }

    .customer-container .swiper-pagination {
        bottom: -10%;
    }

    .customer-container .swiper-pagination .swiper-pagination-bullet {
        width: 1rem;
        height: 1rem;
    }

    .customer-container .swiper-container-2 .logo-wrap {
        width: 49%;
    }

    .customer-container .swiper-container-2 .logo-wrap:not(:nth-child(-n + 10)) {
        display: none;
    }

    .swiper-pagination {
        z-index: 8;
    }

    .custom-made .slogn {
        text-align: center;
        font-size: 1.6rem;
    }

    .customer-container .swiper-container-2 .logo-box {
        padding-bottom: 60%;
    }

    .customer-container .swiper-container-2 .logo-box img {
        width: 100%;
        object-fit: contain;
    }

    .customer-container .lst-box-2 {
        padding: 1% 0 10%;
    }

    .header-img .bg-box .bg-inner-1 {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 8;
        width: 100%;
        text-align: center;
        transform: translate(-50%, 0);
    }

    .header-img .bg-box .bg-inner-3 .lst-wrap {
        flex-wrap: wrap;
    }

    .header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-2 {
        flex-direction: row;
    }

    .header-img .bg-box {
        padding-bottom: 150%;
    }

    .header-img .bg-box .bg-inner-3 .lst-wrap {
        flex-direction: row;
        align-content: flex-start;
    }

    .header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-1 {
        flex-shrink: 0;
        order: 2;
        width: 18%;
        height: 25%;
    }

    .header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-2 {
        flex-shrink: 0;
        order: 2;
        margin: .8% 0;
        width: 80%;
        height: 25%;
    }

    .header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-3 {
        flex-shrink: 0;
        order: 1;
        margin: .8% 0;
        width: 100%;
        height: 35%;
    }

    .header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-2 .lst-inner-1 {
        padding-bottom: initial;
        width: 60%;
        height: 100%;
    }

    .header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-2 .lst-inner-2 {
        padding-bottom: initial;
        width: 38%;
        height: 100%;
    }

    .header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-2 a {
        padding-bottom: initial !important;
    }

    .header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-3:hover,
    .header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-1:hover,
    .header-img .bg-box .bg-inner-3 .lst-wrap .lst-box-2>div:hover {
        transform: translateY(0);
    }

    .header-img .bg-box .bg-inner-1 .tag:before,
    .header-img .bg-box .bg-inner-1 .tag:after {
        width: 4%;
        height: 2px;
    }

    .custom-made {
        margin-top: 5%;
    }
}

@media screen and (min-width: 1023px) {
    .header-img .bg-box .bg-inner-1 .title br {
        display: none;
    }
}
