.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;
    }

}
.items-1 {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 60px;
    margin: 150px 0;
}
.items-1 .content{
    margin-top: 20px;
}
.items-1 .image{
    display: flex;
    align-items: flex-end;
}
.items-2 .title{
    text-align: center;
}
.items-2 .subTitle{
    text-align: center;
}
.items-3,
.items-4{
    padding: 50px 0;
}
.items-3{
    background-color: #FFFFFF;
    margin-top: 50px;
}

.items-3 .content,
.items-4 .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.items-3 .item,
.items-4 .item{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.items-3 .item .image,
.items-4 .item .image{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.items-3 .item span,
.items-4 .item span{
    font-size: 1.5rem;
}

.items-6{
    margin: 80px;
}
.items-6 > div:first-child {
    display: grid;
    grid-template-columns: 1fr 54px 1fr 54px 1fr 54px 1fr 54px;
    gap: 10px;
    align-items: center;

}
.items-6 > div:last-child{
    display: grid;
    grid-template-columns: 1fr 54px 1fr 54px 1fr 54px 1fr;
    justify-content: end;
    gap: 10px;
    align-items: center;

    padding-left: 50px;
    padding-right: 25px;
    margin-top: 100px;
}
.items-6 .item{
    border: 3px solid #DBD7D8;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
    transition: .3s;
}
.items-6 .item:hover{
    box-shadow: var(--box-shadow-2);
}
.items-6 .item .title{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.items-6 .item .content{
    font-size: 1.2rem;
    text-align: center;
    margin-top: 15px;
}
.items-7{
    padding: 60px 0;
    background-color: #FFFFFF;
}
.items-7 .bottom{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.items-7 .bottom .text{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.items-7 .bottom p{
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: bold;
}
.items-7 .bottom p:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
    margin: 0 30px;
}

.items-8{
    margin: 120px 0;
}
.items-8 .bottom{
    display: flex;
    justify-content: space-between;
    gap: 130px;
    margin-top: 60px;
}
.items-8 .bottom .item{
    border: 3px solid #DBD7D8;
    background-color: #FFFFFF;
    padding: 30px 35px;
    transition: .3s;
}
.items-8 .bottom .item:hover{
    box-shadow: var(--box-shadow-2);
}
.items-8 .bottom .item .title{
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
.items-8 .bottom .item .content{
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 5px;
}

.items-9 .bottom{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: stretch;
    gap: 50px;
}
.items-9 .bottom .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.items-9 .bottom .item .title{
    font-size: 1.85rem;
}
.items-9 .bottom .item:last-child{
    grid-row: 2;
    grid-column: 1/5;
}
.items-9 .bottom .item:last-child .tips{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
}
.items-9 .bottom .item:last-child .images{
    display: flex;
    gap: 100px;
}
.items-10{
    margin: 120px 0;
}
.items-10 .bottom{
    margin-top: 70px;
}
.items-10 .bottom .item{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.items-10 .bottom .item a{
    overflow: hidden;
    transition: .5s;
}
.items-10 .bottom .item a:hover{
    box-shadow: var(--box-shadow-2);
}
.items-10 .bottom .item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.items-11{
    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;
}
.items-11 .text{
    color: #FFFFFF;
}
.items-11 .text .content{
    margin-top: 60px;
}
.items-11 .form{
    background-color: #FFFFFF;
    padding: 50px 60px;
}
.items-11 .form dt{
    display: flex;
    align-items: center;
}
.items-11 form{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
    justify-items: center;

}
.items-11 form dl{
    width: 100%;
}
.items-11 form .form4{
    grid-row: 3;
    grid-column: 1/3;
}
.items-11 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-11 form .form4 dd{
    margin-bottom: 40px;

}
.items-11 form input,
.items-11 form textarea{
    border: none;
    border-bottom: 1px solid #bcbcbc;
    padding-left: 0;
    border-radius: initial;
}
.items-11 form textarea{
    height: 70px;
}
.items-11 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-11 form button:before{
    content: url("/upload/photo/icon/Email.png");
    display: flex;
    align-items: center;
    height: 18px;
    margin-right: 10px;
}
.items-12{
    padding: 70px 0 10px;
    background-color: white;
    margin: 150px 0;
}
.items-12 .bottom{
    margin: 60px 0;
    padding: 0 55px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 115px;
}
.items-12 .bottom .item{
    background-color: initial!important;
    display: flex;
    flex-direction: column;
    align-items: center;

    transition: .5s;
    transform: scale(1);
}
.items-12 .bottom .item:hover{
    transform: scale(1.05);
}
.items-12 .bottom .image{
    width: 100%;
}
.items-12 .bottom .image img{
    width: 100%;
    height: auto;

}

.items-12 .bottom .text{
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 20px;
}
.items-13{
    margin-bottom: 150px;
}

.items-13 .bottom{
    padding: 0 50px;
    position: relative;
    margin-top: 50px;
    --swiper-navigation-top-offset: 37%
}

.items-13 .swiper-button-prev::after,
.items-13 .swiper-button-next::after{
    content: none!important;
}
.items-13 .swiper-slide .img{
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;

    border: 1px solid #CFCFCF;
}
.items-13 .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.items-13 .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) {
    .items-1{
        display: flex;
        flex-direction: column;
        margin: 30px 0;
        gap: 20px;
    }
    .items-1 .title{
        font-size: 1.35rem;
    }
    .items-1 .content {
        font-size: 1.05rem;
        margin-top: 5px;
    }
    .items-2 .title{
        font-size: 1.35rem;
    }
    .items-2 .subTitle{
        font-size: 1.05rem;
    }
    .items-3, .items-4 {
        margin-top: 15px;
        padding: 0;
    }
    .items-3 .tips, .items-4 .tips{
        font-size: 1.2rem;
    }
    .items-3 .content, .items-4 .content{
        margin-top: 15px;
        flex-direction: column;
    }
    .items-3 .content>.image, .items-4 .content>.image{
        transform: rotateZ(90deg) scale(0.4);
    }
    .items-3 .item, .items-4 .item{
        flex-direction: row;
    }
    .items-3 .item span, .items-4 .item span{
        font-size: 1.05rem;
    }
    .items-3 .content > div:nth-child(3),
    .items-4 .item{
        width: 55%;
    }
    .items-4 .item:last-child{
        width: 90%;
        align-items: center;
    }
    .items-4 .item:last-child .image{
        justify-content: space-between;
    }
    .items-5{
        margin-top: 50px;
    }
    .items-6{
        margin: 0;
        padding-bottom: 40px;
    }
    .items-6 > div{
        grid-template-columns: repeat(2, 1fr)!important;
        padding: 0!important;
        gap: 20px!important;
    }
    .items-6 > div:last-child{
        margin-top: 20px;
    }
    .items-6 > div > .image{
        display: none;
    }
    .items-6 .item{
        border: 2px solid #DBD7D8;
        justify-content: space-between;
    }
    .items-6 .item .title{
        font-size: 1.15rem;
    }
    .items-6 .item .content{
        margin-top: 0;
        font-size: 0.8rem;
    }
    .items-7{
        padding: 20px 0;
    }
    .items-7 .bottom{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
    .items-7 .bottom p{

        font-size: 0.9rem;
    }
    .items-7 .bottom p:before{
        margin: 0 20px;
    }
    .items-8{
        margin: 40px 0;
    }
    .items-8 .bottom{
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .items-8 .bottom .item{
        width: 85%;
        padding: 25px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 2px solid #DBD7D8;
    }
    .items-8 .bottom .item .title{
        font-size: 1.25rem;
    }
    .items-8 .bottom .item .content{
        font-size: 1rem;
    }
    .items-9 .bottom{
        margin-top: 15px;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .items-9 .bottom .item:last-child{
        grid-row: 3;
        grid-column: 1 / 3;
    }
    .items-9 .bottom .item .title{
        font-size: 1.1rem;
    }
    .items-9 .bottom .item:last-child .tips{
        font-size: 1.1rem;
    }
    .items-9 .bottom .item:last-child .images{
        flex-direction: column;
        gap: 20px;
    }
    .items-10{
        margin: 50px 0 10px;
    }
    .items-10 .bottom{
        margin: 0;
    }
    .items-10 .bottom .item{
        margin: 15px 0;
    }
    .items-10 .bottom .item:first-child{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .items-10 .bottom .item:last-child{
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .items-10 .bottom .item:last-child a{
        width: 85%;
    }
    .items-11{
        display: flex;
        flex-direction: column;
        padding: 20px 0 0!important;
        gap: 35px;
    }

    .items-11 .text{
        padding: 0 10px;
    }
    .items-11 .text .title{
        font-size: 1.35rem;
    }
    .items-11 .text .content{
        font-size: 1.065rem;
        margin-top: 10px;
    }
    .items-11 .form{
        padding: 15px 10px 20px;
    }
    .items-11 form{
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    .items-11 form dl{
        margin-bottom: 30px;
    }
    .items-11 form .form4 dd{
        margin: 0;
    }
    .items-11 form .form4{
        display: flex;
        flex-direction: column;
    }
    .items-11 form .form4:after {
        margin-top: 10px;
    }
    .items-11 form button{
        width: 150px;
        height: 30px;
    }
    .items-12{
        margin: 40px 0;
        padding: 5px 0 10px;
    }
    .items-12 .bottom{
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        padding: 0 5px;
        gap: 30px;
    }
    .items-12 .bottom .text{
        margin-top: 0;
    }
    .items-13{
        margin-bottom: 60px;
    }
    .items-13 .swiper-slide .title{
        -webkit-line-clamp: 2   ;
    }
}