.title-banner{
    font-size: 45px;
    font-weight: bold;
}
.title-1{
    font-size: 42px;
    font-weight: bold;
}
.title-2{
    font-size: 40px;
    font-weight: bold;
}
.title-3{
    font-size: 32px;
    font-weight: bold;
}
.title-4{
    font-size: 16px;
}
.text{
    font-size: 22.4px;
}
@media screen and (max-width: 768px){
    .title-banner{
        font-size: 18.4px;
    }
    .title-1{
        font-size: 22.4px;
    }
    .title-2{
        font-size: 21.6px;
    }
    .title-3{
        font-size: 21px;
    }
    .title-4{
        font-size: 15px;
    }
    .text{
        font-size: 14px;
    }

}
:root{
    --interval: 130px;
}
.title{
    line-height: 1.1;
}
.content,.subTitle,.text{
    line-height: 2;
    margin-top: 25px;
}
.item .text{
    text-align: center;
}

.module-width{
    margin-top: var(--interval);
}
.module-width>.bottom{
    margin-top: 50px;
}

.items-1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: var(--interval);
}

.items-1 .image{
    display: flex;
    justify-content: flex-end;
}

.items-2 {
    display: flex;
    flex-direction: column;
}

.items-2 .bottom{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 150px;
}

.items-2 .bottom .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #DBD7D6;
    padding: 35px 0;
    transition: .3s;
}
.items-2 .bottom .item:hover{
    box-shadow: var(--box-shadow-1);
}
.items-2 .bottom .item .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2A7DF0;
    color: #FFFFFF;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    font-size: 2rem;
    font-weight: bold;
}
.items-2 .bottom .item .text{
    margin-top: 35px;
    padding: 0 30px;
}

.items-3 .bottom{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}
.items-3 .bottom .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    transition: .3s;
}
.items-3 .bottom .item:hover{
    box-shadow: var(--box-shadow-1);
}
.items-4 .bottom{
    display: flex;
    gap: 200px;
    align-items: center;
    justify-content: center;
}
.items-4 .bottom .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.items-4 .bottom .item .image{
    transition: 1.5s;
}
.items-4 .bottom .item:hover .image{
    transform: rotateY(360deg);
}
.items-4 .bottom .item .text{
    background-color: #434142;
    padding: 10px 45px;
    font-size: 2rem;
    line-height: 1;
    color: #FEFEFE;
}
.items-5 .top .subTitle{
    padding-right: 250px;
}
.items-5 .bottom{
    padding-left: 150px;
    padding-right: 100px;
    margin-top: 0;
}
.items-5 .bottom .item{
    transition: .3s;
    margin-top: 40px;
}
.items-5 .bottom .item:hover{
    box-shadow: var(--box-shadow-1);
}
.items-5 .bottom .items{
    display: flex;
    justify-content: space-between;
}
.items-5 .bottom .items .item .text{
    margin-top: 0;
}
.items-6 .bottom {
    
}

.items-7{
    background-image: url("/upload/photo/202408/41 map6.png");
    background-color: var(--font-color);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    padding: 35px 0;
    margin-top: 40px;
}
.items-7 .text{
    color: #FFFFFF;
}
.items-7 .text .sub-content{
    margin-top: 60px;
}
.items-7 .form{
    background-color: #FFFFFF;
    padding: 50px 60px;
}
.items-7 .form dt{
    display: flex;
    align-items: center;
}
.items-7 form{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
    justify-items: center;

}
.items-7 form dl{
    width: 100%;
}
.items-7 form .form4{
    grid-row: 3;
    grid-column: 1/3;
}
.items-7 form .form4:after{
    content: "Contents with * are required. \A For your privacy and security, we will keep your information strictly confidential.";
    white-space: pre-wrap; /* 使换行符 \A 生效 */
    color: #6e6e6e;
    margin-top: 30px;
}
.items-7 form .form4 dd{
    margin-bottom: 40px;

}
.items-7 form input,
.items-7 form textarea{
    border: none;
    border-bottom: 1px solid #bcbcbc;
    padding-left: 0;
    border-radius: initial;
}
.items-7 form textarea{
    height: 70px;
}
.items-7 form button{
    grid-row: 4;
    grid-column: 1/3;
    color: white;
    background-color: #BCBCBC;
    border: none;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 18px;
}
.items-7 form button:before{
    content: url("/upload/photo/icon/Email.png");
    display: flex;
    align-items: center;
    height: 18px;
    margin-right: 10px;
}

.items-8{
    background-color: #FFFFFF;
    padding: var(--interval-global) 0;
}

.items-8 .bottom{
    padding: 0 50px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0 110px;
    margin-top: 60px;
}
.items-8 .bottom .item{
    background-color: initial!important;
    display: flex;
    flex-direction: column;
    align-items: center;

    transition: .5s;
    transform: scale(1);
}
.items-8 .bottom .item:hover{
    transform: scale(1.05);
}
.items-8 .bottom .item .text{
    margin: 30px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.items-9 .bottom{
    padding: 0 50px;
    position: relative;
    margin-top: 50px;
    --swiper-navigation-top-offset: 37%
}

.items-9 .swiper-button-prev::after,
.items-9 .swiper-button-next::after{
    content: none!important;
}
.items-9 .swiper-slide .img{
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;

    border: 1px solid #CFCFCF;
}
.items-9 .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.items-9 .swiper-slide .title{
    margin-top: 10px;
    line-height: 1.1;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px){
    :root{
        --interval: 30px;
    }
    .content, .subTitle, .text{
        font-size: 1.05rem;
        line-height: 1.75;
        margin-top: 5px;
    }
    .title{
        font-size: 1.3rem;
        line-height: 1.75;
    }
    .module-width>.bottom{
        margin-top: 30px;
    }
    .items-1{
        display: flex;
        flex-direction: column;
    }
    .items-2 .bottom{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .items-2 .bottom .item{
        padding: 20px 0;
        border-width: 1px;
    }
    .items-2 .bottom .item .text{
        margin-top: 10px;
        padding: 0 40px;
    }
    .items-2 .bottom .item .icon{
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
    .items-3 .bottom{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }
    .items-3 .bottom .item{
        padding: 10px;
    }
    .items-3 .bottom .item .text{
        font-size: 0.9rem;
        margin: 10px 0;
    }
    .items-4 .bottom{
        display: inline;
        flex-direction: column;
        gap: 0;
    }
    .items-4 .bottom .item{
        margin-top: 40px;
    }
    .items-4 .bottom .item .image{
        width: 20%;
    }
    .items-4 .bottom .item .text{
        font-size: 1.1rem;
        padding: 5px 25px;
    }
    .items-5 .top .subTitle{
        padding-right: 0;
    }
    .items-5 .bottom{
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
    }
    .items-5 .bottom .items{
        gap: 10px;
    }
    .items-5 .bottom .items:last-child{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 10px;
    }
    .items-5 .bottom .item{
        margin-top: 15px;
        min-width: 45%;
    }

    .items-7{
        display: flex;
        flex-direction: column;
    }
    .items-7 .text .sub-title{
        font-size: 1.75rem;
    }
    .items-7 .text .sub-content{
        font-size: 1.35rem;
        margin-top: 10px;
    }
    .items-7 .form{
        padding: 15px;
    }
    .items-7 form{
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    .items-7 form dl{
        margin-bottom: 30px;
    }
    .items-7 form .form4 dd{
        margin: 0;
    }
    .items-8{
        padding: 10px 5px!important;
        width: 97% !important;
    }
    .items-8 .bottom{
        display: flex;
        flex-direction: column;
        margin-top: 0;
        padding: 0;
    }
    .items-8 .bottom .item{
        margin-left: 0;
        margin-top: 35px;
    }
    .items-8 .bottom .item .img{
        width: 100%;
    }
    .items-8 .bottom .item .img img{
        width: 100%;
        height: auto;
    }
    .items-8 .bottom .item .text{
        margin: 0;
    }

    .items-9 {
        margin: 40px 0;
        --swiper-navigation-sides-offset: -3px
    }
    .items-9 .bottom{
        margin-top: 25px;
    }
    .items-9 .swiper-slide .title{
        -webkit-line-clamp: 2;

    }
    .swiper-button-prev img, .swiper-button-next img{
        height: 30px;
    }
    .items-9 .bottom{
        padding: 0 30px;
    }
}