.Box1 {
    position: relative;
}

.Box1 .title {
    font-size: 60px;
    font-family: 'Humnst777 BlkCn BT Black';
    color: #10528d;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 90px;
}

.Box1 .B1-Box {
    background-image: url('../img/index/index-One.png');
    background-size: 150% auto;
    background-position: center top;
    background-repeat: no-repeat;

    mask-image: url('../img/index/index-One.png');
    mask-size: 150% auto;
    mask-repeat: no-repeat;
    mask-position: center top;

    position: relative;
}

.Box1 .B1-Box .B1-Car {
    opacity: 0.15;
    width: 100%;
    height: auto;
}

.Box1 .B1-Text {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 5;
}

.Box1 .B1-Text .B1-Lv {
    width: 5%;
    height: 10px;
    background-color: #76BE24;
    border-radius: 999px;
    margin: 40px auto;

}

.Box1 .B1-Text p {
    max-width: 95%;
    color: #fff;
    font-size: 22px;
}

.Box1 .B1-Text a button {
    border: none;
    background: #76BE24;
    color: white;
    padding: 5px 35px;
    font-size: 30px;
    margin-top: 20px;
    transition: 0.3s;
}

.Box1 .B1-Text a button:hover{
    background:  #07487D;
}


.Box1 .B1-Img {
    width: 100%;
    height: 78%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Box1 .B1-Img .container-md {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.Box1 .B1-Img .container-md .cp {
    width: 75%;
    height: auto;
}

.Box1 .B1-Img .container-md .Imgs {
    width: 95%;
}

.Box1 .B1-Img .container-md .Imgs .jxw {
    width: 20%;
}

@media screen and (max-width:1700px) {
    .Box1 .B1-Img .container-md .Imgs {
        width: 90% !important;
    }
}

@media screen and (max-width:1600px) {
    .Box1 .B1-Img .container-md .Imgs {
        width: 75% !important;
    }
}

@media screen and (max-width:1400px) {
    .Box1 .title {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:1300px) {
    .Box1 .B1-Box {
        background-size: 165% auto;
        mask-size: 165% auto;
    }

    .Box1 .B1-Img {
        height: 93%;
    }
}

@media screen and (max-width:1200px) {
    .Box1 .B1-Box {
        background-size: 175% auto;
        mask-size: 175% auto;
    }

    .B1-Text-Title {
        width: 50%;
    }

    .Box1 .B1-Img {
        height: 100%;
    }

    .Box1 .title {
        font-size: 45px;
    }


}

@media screen and (max-width:991px) {
    .Box1 {
        margin-top: 100px;
    }

    .Box1 .B1-Text a button {
        font-size: 20px;
    }

    .Box1 .B1-Text .B1-Lv {
        margin: 20px auto;
        height: 5px;
        width: 13%;
    }

    .Box1 .B1-Img .container-md .Imgs {
        width: 100% !important;
    }

    .Box1 .B1-Box .B1-Car {
        height: 666px;
        width: auto;
    }

    .Box1 .B1-Box {
        background-size: auto 660px;
        mask-size: auto 660px;
    }
}

@media screen and (max-width:850px) {
    .Box1 {
        margin-top: 60px;
    }

    .Box1 .B1-Text {
        top: 25%;
    }
}

@media screen and (max-width:768px) {
    .Box1 {
        margin-top: 0;
    }

    .Box1 .B1-Text p {
        max-width: 90%;
        font-size: 18px;
        margin: 0 auto;
    }

    .Box1 .B1-Img .container-md .Imgs {
        width: 95% !important;
    }

    .Box1 .B1-Box .B1-Car {
        height: 600px;
    }

    .Box1 .B1-Box {
        background-size: auto 600px;
        mask-size: auto 600px;
    }

    .Box1 .B1-Box {
        background-size: auto 585px;
        mask-size: auto 585px;
    }
}

@media screen and (max-width:576px) {
    .Box1 .B1-Img {
        display: none;
    }

    .Box1 .B1-Box {
        background-size: auto 455px;
        mask-size: auto 455px;
    }

    .Box1 .B1-Box .B1-Car {
        height: 450px;
    }

    .Box1 .B1-Text {
        top: 62%;
        transform: translate(-50%, -50%);
    }
}





.Box2 {
    text-align: center;
}

.Box2 .B2-Title {
    font-family: 'Swis721 Hv BT Heavy';
    font-size: 70px;
    position: relative;
}

.Box2 .B2-Title::before {
    position: absolute;
    content: '';
    width: 5%;
    height: 10px;
    background-color: #76BE24;
    border-radius: 999px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.Box2 .B2-Title-P {
    font-size: 20px;
    margin-top: 50px;
}

.Box2 .B2-Title-A {
    margin-top: 80px;
    display: block;
}

.Box2 .B2-Title-A button {
    border: none; 
    background:  #76BE24;
    color: white;
    padding: 5px 35px;
    font-size: 30px;
    margin-top: 20px;
    transition: 0.3s;
}
.Box2 .B2-Title-A button:hover{
    background:  #07487D;
}
.Box2 .B2-Product {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.Box2 .B2-Product .left-Product,
.Box2 .B2-Product .right-Product {
    width: 40%;
    position: relative;

}

.Box2 .B2-Product .left-Product,
.Box2 .B2-Product .right-Product {
    display: flex;
    align-items: center;
    padding: 50px 0 0 0;
}

.Box2 .B2-Product .left-Product .left-div,
.Box2 .B2-Product .right-Product .right-div {

    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Box2 .B2-Product .right-Product .right-div {

    height: 60%;
}

.Box2 .B2-Product .left-Product .Product-Box .Product-K,
.Box2 .B2-Product .right-Product .Product-Box .Product-K {
    background-color: #10528d;
    width: 85%;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(to bottom, #2B68A4, #07487D);
}

.Box2 .B2-Product .left-Product .Product-Box .Product-K {
    border-radius: 30px 0 30px 30px;
}

.Box2 .B2-Product .left-Product .Product-Box .Product-K i {
    position: absolute;
    width: 30px;
    height: 30px;
    background: linear-gradient(to bottom, #2B68A4, #2a65a0);
    right: -29px;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.Box2 .B2-Product .left-Product .Product-Box a,
.Box2 .B2-Product .right-Product .Product-Box a {
    font-size: 32px;
    padding: 40px 10px;
    display: block;
    color: white;
}

.Box2 .B2-Product .right-Product .Product-Box .Product-K {
    border-radius: 0 30px 30px 30px;
}

.Box2 .B2-Product .right-Product .Product-Box .Product-K i {
    position: absolute;
    width: 30px;
    height: 30px;
    background: linear-gradient(to bottom, #2B68A4, #2a65a0);
    left: -29px;
    top: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    /* 直角在右上角 */
}

.Box2 .B2-Product .wdj {
    width: 11%;
    height: auto;
}


@media screen and (max-width:1500px) {

    .Box2 .B2-Product .left-Product .Product-Box a,
    .Box2 .B2-Product .right-Product .Product-Box a {
        font-size: 26px;
    }
}


@media screen and (max-width:1200px) {
    .Box2 {
        margin-top: 80px;
    }

    .Box2 .B2-Product {
        justify-content: space-between;
    }

    .Box2 .B2-Product .left-Product,
    .Box2 .B2-Product .right-Product {
        width: 42%;
    }

    .Box2 .B2-Product .left-Product .Product-Box a,
    .Box2 .B2-Product .right-Product .Product-Box a {
        font-size: 24px;
        padding: 30px 10px;
    }

    .Box2 .B2-Title-A {
        margin-top: 50px;
    }

}

@media screen and (max-width:991px) {
    .Box2 .B2-Title {
        font-size: 60px;
    }

    .Box2 .B2-Title::before {
        margin: 0 auto;
        height: 5px;
        width: 13%;
    }

    .Box2 .B2-Title-A {
        margin-top: 30px;
    }

    .Box2 .B2-Title-A button {
        font-size: 22px;
    }

    .Box2 .B2-Product .left-Product .Product-Box a,
    .Box2 .B2-Product .right-Product .Product-Box a {
        font-size: 20px;
    }

    .Box2 .B2-Product .wdj {
        width: 18%;
    }

    .Box2 .B2-Product .left-Product .Product-Box a,
    .Box2 .B2-Product .right-Product .Product-Box a {
        padding: 20px 10px;
    }

    .Box2 .B2-Product .left-Product .Product-Box .Product-K {
        border-radius: 20px 0 20px 20px;
    }

    .Box2 .B2-Product .right-Product .Product-Box .Product-K {
        border-radius: 0 20px 20px 20px;
    }

    .Box2 .B2-Product .left-Product,
    .Box2 .B2-Product .right-Product {
        width: 37%;
    }
}

@media screen and (max-width:768px) {
    .Box2 .B2-Title {
        font-size: 50px;
    }

    .Box2 .B2-Title-P {
        font-size: 16px;
        max-width: 85%;
        margin: 50px auto 16px auto;
    }

    .Box2 .B2-Title-A button {
        margin-top: 0;
    }
}

@media screen and (max-width: 576px) {
    .B2-Product {
        display: block !important;
    }

    .Box2 .B2-Product {
        position: relative;
    }

    .Box2 .B2-Product .wdj {
        position: absolute;
        height: 110%;
        width: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .Box2 .B2-Product .right-Product .Product-Box .Product-K i {
        left: unset;
        right: -29px;
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    .Box2 .B2-Product .right-Product .Product-Box .Product-K {
        border-radius: 20px 0 20px 20px;
    }

    .Box2 .B2-Product .left-Product .left-div .Product-Box,
    .Box2 .B2-Product .right-Product .right-div .Product-Box{
        margin-top: 20px;
    }
    .Box2 .B2-Product .left-Product, .Box2 .B2-Product .right-ProductP,
    .Box2 .B2-Product .left-Product, .Box2 .B2-Product .right-Product{
        width: 70%;
    }
    .Box2 .B2-Product .right-Product{
        padding: 0;
    }
    .Box2 .B2-Product .left-Product .Product-Box a, .Box2 .B2-Product .right-Product .Product-Box a{
        font-size: 16px;
    }
}





.Box3 {
    text-align: center;
    margin-top: 100px;
}

.Box3 .B3-Title {
    font-family: 'Swis721 Hv BT Heavy';
    font-size: 70px;
    position: relative;
}

.Box3 .B3-Title::before {
    position: absolute;
    content: '';
    width: 5%;
    height: 10px;
    background-color: #76BE24;
    border-radius: 999px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.Box3 .B3-Title-P {
    font-size: 20px;
    margin-top: 50px;
}

.Box3 .B3-Lb {
    margin-top: 50px;
}

.Box3 .B3-Lb .slick-prev.slick-arrow,
.Box3 .B3-Lb .slick-next.slick-arrow {
    display: none !important;
}

.Box3 .B3-Lb .slick-track {
    display: flex;
}

.Box3 .B3-Lb .slick-list {
    height: fit-content;
}

.Box3 .B3-Lb .slick-slide {
    height: auto;
}

.Box3 .B3-Lb .Lb-Box {
    display: flex;
    align-items: end;
    justify-content: center;
    padding-top: 500px;
    position: relative; 
    overflow: hidden;
}

.Box3 .B3-Lb .Lb-Box .Lm-Box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 90%;
    background-color: #F5F5F5;
    transition: 0.4s;
    width: 95%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Box3 .B3-Lb .Lb-Box.slick-current .Lm-Box {
    height: 100%;
}

.Box3 .B3-Lb .Lb-Box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 自定义 dots 容器样式 */
.slick-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; 
} 
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li .custom-dot {
    display: block;
    width: 15px; 
    height: 15px;
    border-radius: 50%;
    background-color: #4CAF50;  
    cursor: pointer;
    transition: all 0.3s ease;
} 
.slick-dots li.slick-active .custom-dot {
    width: 20px;  
    height: 20px;
    background-color: #4CAF50;  
}
@media screen and (max-width:991px) {
    .Box3 .B3-Title{
        font-size: 60px;
    }
    .Box3 .B3-Title::before{
        margin: 0 auto;
        height: 5px;
        width: 13%;
    }
}
@media screen and (max-width:768px) {
    .Box3 .B3-Title{
        font-size: 50px;
    }
    .Box3 .B3-Title-P{
        font-size: 16px;
    }
}

 






.Box4 {
    text-align: center;
    margin-top: 100px;
}

.Box4 .B4-Title {
    font-family: 'Swis721 Hv BT Heavy';
    font-size: 70px;
    position: relative;
}

.Box4 .B4-Title::before {
    position: absolute;
    content: '';
    width: 5%;
    height: 10px;
    background-color: #76BE24;
    border-radius: 999px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.Box4 .B4-Title-P {
    font-size: 20px;
    margin-top: 50px;
}

.Box4 img {
    margin-top: 50px;
    width: 70%;
}
@media screen and (max-width:991px){
    .Box4 .B4-Title{
        font-size: 60px;
    }
    .Box4 .B4-Title::before{
        margin: 0 auto;
        height: 5px;
        width: 13%;
    }
}
@media screen and (max-width:768px) {
    .Box4 .B4-Title{
        font-size: 50px;
    }
    .Box4 .B4-Title-P{
        font-size: 16px;
    }
    .Box4 img{
        width: 80%;
    }
}
@media screen and (max-width:576px) {
    .Box4 img{
        width: 90%;
    }
}