/* 轮播基础样式 */
                    .block-carousel-tl-wrap {
                        position: relative;
                        overflow: hidden;
                    }
                    .block-carousel-tl {
                        position: relative;
                        height: 690px;
                    }
                    .carousel-slides {
                        position: relative;
                        width: 100%;
                        height: 100%;
                    }
                    .carousel-slide {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        opacity: 0;
                        transition: opacity 1s ease;
                    }
                    .carousel-slide.active {
                        opacity: 1;
                        z-index: 9;
                    }
           
                    /* 轮播控制按钮 */
                    .carousel-arrows {
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        width: 100%;
                        display: flex;
                        justify-content: space-between;
                        padding: 0 20px;
                        box-sizing: border-box;
                        z-index: 10;
                    }
                    .carousel-arrow {
                        width: 40px;
                        height: 40px;
                        border-radius: 50%;
                        background-color: rgba(0, 0, 0, 0.6);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        cursor: pointer;
                        transition: background-color 0.3s ease;
                    }
                    /* 轮播指示器 */
                    .carousel-dots {
                        position: absolute;
                        bottom: 20px;
                        left: 50%;
                        transform: translateX(-50%);
                        display: flex;
                        gap: 8px;
                        z-index: 10;
                    }
                    .carousel-dot {
                        width: 20px;
                        height: 2px;
                        border-radius: 1px;
                        background-color: #d9d9d9;
                        cursor: pointer;
                        transition: background-color 0.3s ease;
                    }
                    .carousel-dot.active {
                        background-color: #0080FF;
                    }
                    /* 通栏基础样式 */
                    .block-carousel-tl .block-carousel-tl-item {
                        display: flex;
                        text-align: center;
                        height: 100%;
                        flex-direction: column;
                        align-items: center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center;
                    }
                    .block-carousel-tl .block-carousel-tl-item.block-carousel-tl-ty1 {
                        justify-content: flex-start;
                    }
                    .block-carousel-tl .block-carousel-tl-item .title {
                        font-size: 36px;
                        line-height: 1.3;
                        margin-top: 72px;
                        margin-bottom: 24px;
                        overflow: hidden;
                        width: 900px;
                        max-height: 112px;
                    }
                    .block-carousel-tl .block-carousel-tl-item .sub-title {
                        font-size: 18px;
                        margin-bottom: 24px;
                        line-height: 1.3;
                        overflow: hidden;
                        width: 900px;
                        max-height: 48px;
                    }
                    .block-carousel-tl .block-carousel-tl-item.block-carousel-tl-ty2 {
                        justify-content: flex-end;
                    }
                    .block-carousel-tl .block-carousel-tl-item.block-carousel-tl-ty2 .title {
                        margin-top: 24px;
                        margin-bottom: 0px;
                    }
                    .block-carousel-tl .block-carousel-tl-item.block-carousel-tl-ty2 .sub-title {
                        margin-bottom: 72px;
                        margin-top: 24px;
                    }
                    .block-carousel-tl .block-carousel-tl-item.block-carousel-tl-ty2 .cmm-button {
                        order: -1;
                    }
                    .block-carousel-tl-img {
                        position: absolute;
                        width: 490px;
                        height: 490px;
                        object-fit: cover;
                    }
                    .block-carousel-tl-flex {
                        flex: 1;
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        overflow: hidden;
                        width: 100%;
                    }
                    .fas {
                        display: inline-block;
                        width: 16px;
                        height: 16px;
                        background-image: url(/assets/images/right.png);
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center;
                    }
                    .fa-chevron-left {
                        transform: rotate(180deg);
                    }
                    /* 响应式设计 */
                    @media screen and (max-width: 1279px) and (min-width: 1024px) {
                        .block-carousel-tl {
                            height: 552px;
                        }
                        .block-carousel-tl .block-carousel-tl-item .title {
                            margin-top: 60px;
                            font-size: 30px;
                            margin-bottom: 20px;
                        }
                        .block-carousel-tl .block-carousel-tl-item .sub-title {
                            margin-bottom: 20px;
                            font-size: 14px;
                        }
                        .carousel-arrow {
                            width: 32px;
                            height: 32px;
                        }
                        .block-carousel-tl .block-carousel-tl-item.block-carousel-tl-ty2 .title {
                            margin-top: 20px;
                            margin-bottom: 0px;
                        }
                        .block-carousel-tl .block-carousel-tl-item.block-carousel-tl-ty2 .sub-title {
                            margin-top: 20px;
                            margin-bottom: 60px;
                        }
                        .block-carousel-tl-img {
                            width: 400px;
                            height: 400px;
                        }
                        .fas {
                            width: 13px;
                            height: 13px;
                        }
                    }
                    @media screen and (max-width: 1023px) {
                        .block-carousel-tl {
                            height: 90.6vw;
                        }
                        .block-carousel-tl .block-carousel-tl-item {
                            background-size: cover;
                        }
                        .block-carousel-tl .block-carousel-tl-item .title {
                            font-size: 1rem;
                            line-height: 1.325rem;
                            max-height: 2.65rem;
                            margin-top: 9.4vw; 
                            margin-bottom: 1.9vw; 
                            width: 56.25vw;
                        }
                        .block-carousel-tl .block-carousel-tl-item .sub-title {
                            font-size: 0.6rem;
                            line-height: 0.8rem;
                            max-height: 1.6rem;
                            margin-bottom: 3.1vw;
                            margin-top: 0px;
                            width: 56.25vw;
                        }
                        .block-carousel-tl .block-carousel-tl-item.block-carousel-tl-ty2 .title {
                            margin-top: 3.1vw;
                            margin-bottom: 0px;
                        }
                        .block-carousel-tl .block-carousel-tl-item.block-carousel-tl-ty2 .sub-title {
                            margin-bottom: 9.4vw;
                            margin-top: 1.9vw;
                        }
                        .block-carousel-tl-img {
                            width: 50vw;
                            height: 50vw;
                        }
                        .carousel-arrows {
                            display:none;
                        }
                        .carousel-dots {
                            bottom: 1.5vw;
                            gap: 1.2vw;
                        }
                        .carousel-dot {
                            width: 3.1vw;
                            height: 0.6vw;
                        }
                }/* block 2 */
                    .anchor-title {
                        width: 1260px;
                        margin: 80px auto;
                        padding-top: 300px;
                        margin-top: -240px;
                    }
                    .anchor-title .title {
                        font-size: 36px;
                        line-height: 59px;
                    }
                    .anchor-title .sub-title {
                        opacity: 0.5;
                        font-weight: normal;
                    }
                @media screen and (max-width: 1279px) and (min-width: 1024px) {
                    .anchor-title {
                        width: 1002px;
                        margin-bottom: 64px;
                        padding-top: 260px;
                        margin-top: -196px;
                        font-size: 30px;
                        line-height: 48px;
                    }
                    .anchor-title .title {
                        font-size: 30px;
                        line-height: 48px;
                    }
                }
                @media screen and (max-width: 1023px) {
                    .anchor-title {
                        width: 80vw;
                        margin-bottom: 9.375vw;
                        padding-top: 100vw;
                        margin-top: -90.6vw;
                        font-size: 0.75rem;
                        line-height: 1rem;
                    }
                    .anchor-title .title {
                        font-size: 0.75rem;
                        line-height: 1rem;
                    }
                }/* block 2 */
                    .anchor-id {
                        width: 1260px;
                        margin: 0px auto;
                        padding-top: 300px;
                        margin-top: -300px;
                    }
                @media screen and (max-width: 1279px) and (min-width: 1024px) {
                    .anchor-id {
                        width: 1002px;
                        padding-top: 260px;
                        margin-top: -260px;
                    }
                }
                @media screen and (max-width: 1023px) {
                    .anchor-id {
                        width: 80vw;
                        padding-top: 100vw;
                        margin-top: -100vw;
                    }
                }/* block 2 */
                    .prod-card {
                        width: 1260px;
                        margin: 0px auto;
                        text-align: center;
                        display: flex;
                        margin-bottom: 80px;
                        flex-wrap: wrap;
                    }
                    .prod-card-wrap {
                        height: 564px;
                        position: relative;
                    }
                    .prod-card-item {
                        width: 404px;
                        height: 564px;
                        margin-right: 24px;
                        margin-bottom: 24px;
                        border-radius: 32px;
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        position: relative;
                        overflow: hidden;
                    }
                    .prod-card-item:nth-last-child(1) {
                        margin-bottom: 0px;
                    }
                    .prod-card-item:nth-child(3n) {
                        margin-right: 0px;
                    }
                    .prod-card .title {
                        width: 360px;
                        font-size: 24px;
                        line-height: 32px;
                        margin-top: 48px;
                        margin-bottom: 20px;
                        max-height: 64px;
                        overflow: hidden;
                    }
                    .prod-card .sub-title {
                        width: 360px;
                        font-size: 18px;
                        margin-bottom: 20px;
                        line-height: 24px;
                        max-height: 48px;
                        overflow: hidden;
                    }
                    .prod-card .prod-card-icon {
                        width: 404px;
                        height: 404px;
                        overflow: hidden;
                        position: absolute;
                        bottom: 0px;
                        left: 0px;
                    }
                    .prod-card .prod-card-icon .prod-card-img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                    .prod-card-anim {
                        display: flex;
                        align-items: center;
                        flex-direction: column;
                        overflow: hidden;
                    }
                    .prod-card-link {
                        z-index: 9;
                    }
                @media screen and (max-width: 1279px) and (min-width: 1024px) {
                    .prod-card {
                        width: 1002px;
                        margin-bottom: 64px;
                    }
                    .prod-card-wrap {
                        height: 446px;
                    }
                    .prod-card-item {
                        width: 320px;
                        height: 446px;
                        margin-right: 20px;
                        margin-bottom: 20px;
                        border-radius: 26px;
                    }
                    .prod-card-item:nth-last-child(1) {
                        margin-bottom: 0px;
                    }
                    .prod-card-item:nth-child(3n) {
                        margin-right: 0px;
                    }
                    .prod-card .title {
                        width: 288px;
                        font-size: 20px;
                        line-height: 26px;
                        margin-top: 38px;
                        margin-bottom: 16px;
                        max-height: 52px;
                    }
                    .prod-card .sub-title {
                        width: 288px;
                        font-size: 14px;
                        margin-bottom: 16px;
                        line-height: 19px;
                        max-height: 38px;
                    }
                    .prod-card .prod-card-icon {
                        width: 320px;
                        height: 320px;
                    }
                }
                @media screen and (max-width: 1023px) {
                    .prod-card {
                        width: 90.6vw;
                        margin-bottom: 6.25vw;
                    }
                    .prod-card-wrap {
                        height: 25vw;
                    }
                    .prod-card-item {
                        width: 90.6vw;
                        height: 25vw;
                        margin-right: 0px;
                        margin-bottom: 3.1vw;
                        border-radius: 4.6vw;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                    }
                    .prod-card-item:nth-last-child(1) {
                        margin-bottom: 0px;
                    }
                    .prod-card .title {
                        width: 51.8vw;
                        margin-left: 34.44vw;
                        font-size: 0.6rem;
                        line-height: 0.8rem;
                        margin-top: 0px;
                        margin-bottom: 2.5vw;
                        max-height: 1.6rem;
                        text-align: left;
                        margin-right: 4.6vw;
                    }
                    .prod-card .sub-title {
                        width: 51.8vw;
                        margin-left: 34.44vw;
                        font-size: 0.5rem;
                        margin-bottom: 0px;
                        line-height: 0.7rem;
                        max-height: 1.4rem;
                        text-align: left;
                        margin-right: 4.6vw;
                    }
                    .prod-card .prod-card-icon {
                        width: 25vw;
                        height: 25vw;
                        bottom: 0px;
                        left: 4.6vw;
                    }
                    .prod-card-mob-link {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0px;
                        left: 0px;
                    }
                }/* block 20 */
                    .oversea-form {
                        width: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        height: 100vh;
                        z-index: 999;
                        background-color: #fff;

                    }
                    #oversea-form-modal.on {
                        display: flex;
                        position: fixed;
                        top: 0px;
                        left: 0px;
                    }
                    .oversea-form-wrapper {
                        position: relative;
                    }
                    .oversea-form-close {
                        position: absolute;
                        top: -36px;
                        right: 0px;
                        width: 24px;
                        height: 24px;
                        cursor: pointer;
                    }
                    .oversea-form .oversea-form-cont {
                        width: 900px;
                        height: 80vh;
                        box-sizing: border-box;
                        padding: 40px;
                        overflow-y: auto;
                        background: #fff;
                        color: #111;
                        border-radius: 12px;
                    }
                    .oversea-form-cont > .title {
                        font-size: 24px;
                        margin-bottom: 24px;
                    }
                    .oversea-form-cont .oversea-form-tabbar{
                        margin-top: 24px;
                        font-weight: 520;
                        font-size: 16px;
                        line-height: 32px;
                        display: flex;
                        align-items: center;
                        flex-wrap: wrap;
                    }  
                    .oversea-form-cont .oversea-form-tabbar-title {
                        font-size: 20px;
                        margin-bottom: 16px;
                        font-weight: 520;
                        line-height: 1;
                    }
                    .oversea-form-tabbar .oversea-form-tabbar-item, .oversea-form-tabbar .oversea-form-tabbar-option {
                        border-radius: 4px;
                        margin-right: 20px;
                        display: flex;
                        align-items: center;
                        padding: 12px 16px;
                        background: #EAEAEA;
                        margin-bottom: 20px;
                        cursor: pointer;
                    }
                    .item-col2 .oversea-form-tabbar {
                        margin-top: 0px;
                    }
                    .oversea-form-tabbar .oversea-form-tabbar-item:nth-last-child(1), .oversea-form-tabbar .oversea-form-tabbar-option:nth-last-child(1) {
                        margin-right: 0px;
                    }
                    .oversea-form-tabbar-item.on, .oversea-form-tabbar-option.on {
                        color: #fff;
                        background: #111;
                    }
                    .oversea-form-tabbar-item:before {
                        content: '';
                        display: inline-block;
                        width: 24px;
                        height: 24px;
                        border-radius: 50%;
                        background-color: #fff;
                        border: 1px solid #ddd;
                        margin-right: 12px;
                    }
                    .oversea-form-tabbar-item.on:before {
                        content: '';
                        display: inline-block;
                        width: 10px;
                        height: 10px;
                        border-radius: 50%;
                        background-color: #fff;
                        border: 7px solid #145EFF;
                    }
                    .oversea-form-row {
                        display: flex;
                        justify-content: space-between;
                    }
                    
                    .oversea-form-tip {
                        font-size: 16px;
                        color: #999;
                        margin-top: 14px;
                        margin-bottom: 40px;
                    }
                    .oversea-form-row .item-col2 {
                        width: 400px;
                        margin-bottom: 24px;
                    }
                    .oversea-form-col {
                        position: relative;
                    }
                    .oversea-form-row .item-col {
                        width: 100%
                    }
                    .oversea-form-row .title {
                        font-size: 20px;
                        margin-bottom: 16px;
                        font-weight: 520;
                        line-height: 1;
                    }
                    .oversea-form-row .oversea-form-input {
                        width: 100%;
                        height: 56px;
                        border: 0 none;
                        background-color: #f2f2f2;
                        border-radius: 4px;
                        padding: 0 12px;
                        font-size: 16px;
                        box-sizing: border-box;
                    } 
                    #oversea-form-options {
                        width: 400px;
                        display: none;
                        height: 0px;
                        transition: height 0.5s;
                        position: absolute;
                        z-index: 999;
                        background: #fff;
                        box-shadow: 1px 1px 4px 1px #999;
                        border-radius: 4px;
                        overflow-y: auto;
                    }
                    #oversea-form-options div {
                        border-bottom: 1px solid #ddd;
                        height: 56px;
                        line-height: 56px;
                        padding: 0 12px;
                        font-size: 16px;
                        cursor: pointer;
                    }
                    #oversea-form-options.show {
                        display: block;
                        height: 300px;
                    }
                    .oversea-form-row .oversea-form-textarea {
                        width: 100%;
                        height: 100px;
                        border: 0 none;
                        background-color: #f2f2f2;
                        border-radius: 4px;
                        padding: 24px;
                        font-size: 16px;
                        box-sizing: border-box;
                        font-family: Arial;
                    }
                    .oversea-form-box {
                        width: 100%;
                        display: flex;
                        justify-content: content;
                    }
                    .oversea-form-button {
                        background: #0080FF;
                        color: #fff;
                        margin: 0px auto;
                        border-radius: 10px;
                        border: 0 none;
                        width: 360px;
                        height: 60px;
                        border-radius: 10px;
                        font-size: 20px;
                        cursor: pointer;
                    }
                    .oversea-form-success {
                        background: #fff;
                        font-size: 16px;
                        border-radius: 32px;
                        position: fixed;
                        width: 256px;
                        top: 40%;
                        left: 50%;
                        margin-left: -220px;
                        overflow: hidden;
                        height: 0px;
                        text-align: center;
                    }
                    .oversea-form-success.show {
                        border: 1px solid #d4d4d4;
                        height: auto;
                        padding:36px 92px;
                    }
                    .oversea-form-success {
                        background: #fff;
                        font-size: 16px;
                        border-radius: 32px;
                        position: fixed;
                        width: 256px;
                        top: 40%;
                        left: 50%;
                        margin-left: -220px;
                        overflow: hidden;
                        height: 0px;
                        text-align: center;
                    }
                    .oversea-form-success.show {
                        border: 1px solid #d4d4d4;
                        height: auto;
                        padding:36px 92px;
                    }
                @media screen and (max-width: 1279px) and (min-width: 1024px) {

                    .oversea-form-close {
                        top: -30px;
                        width: 20px;
                        height: 20px;
                    }
                    .oversea-form .oversea-form-cont {
                        width: 720px;
                        padding: 32px;
                    }
                    .oversea-form-cont > .title {
                        font-size: 20px;
                        margin-bottom: 20px;
                    }
                    .oversea-form-cont .oversea-form-tabbar{
                        margin-top: 20px;
                        font-size: 13px;
                        line-height: 25px;
                    }
                    .oversea-form-cont .oversea-form-tabbar-title {
                        font-size: 16px;
                        margin-bottom: 14px;
                    }
                    .oversea-form-tabbar .oversea-form-tabbar-item, .oversea-form-tabbar .oversea-form-tabbar-option  {
                        margin-right: 12px;
                        padding: 9px 12px;
                        margin-bottom: 16px;
                    }
                    .oversea-form-tabbar-item:before {
                        content: '';
                        width: 20px;
                        height: 20px;
                        margin-right: 10px;
                    }
                    .oversea-form-tabbar-item.on:before {
                        content: '';
                        display: inline-block;
                        width: 8px;
                        height: 8px;
                        border-radius: 50%;
                        background-color: #fff;
                        border: 6px solid #145EFF;
                    }
                    .oversea-form-tip {
                        font-size: 14px;
                        margin-top: 12px;
                        margin-bottom: 32px;
                    }
                    .oversea-form-row .item-col2 {
                        width:320px;
                        margin-bottom: 20px;
                    }
                    .oversea-form-row .title {
                        font-size: 16px;
                        margin-bottom: 14px;
                    }
                    .oversea-form-row .oversea-form-input {
                        height: 48px;
                        padding: 0 10px;
                        font-size: 14px;
                    } 
                    #oversea-form-options {
                        width: 320px;
                    }
                    #oversea-form-options div {
                        height: 48px;
                        line-height: 48px;
                        font-size: 14px;
                    }
                    .oversea-form-row .oversea-form-textarea {
                        padding: 20px;
                        font-size: 14px;
                    }
                    .oversea-form-button {
                        border-radius: 8px;
                        border: 0 none;
                        width: 288px;
                        height: 48px;
                        border-radius: 8px;
                        font-size: 16px;
                    }
                    .oversea-form-success {
                        font-size: 13px;
                        border-radius: 26px;
                        width: 212px;
                        margin-left: -176px;
                    }
                    .oversea-form-success.show {
                        padding: 30px 70px;
                    }
                    
                    .oversea-form-success {
                        font-size: 13px;
                        border-radius: 26px;
                        width: 212px;
                        margin-left: -176px;
                    }
                    .oversea-form-success.show {
                        padding: 30px 70px;
                    }
                }
                @media screen and (max-width: 1023px) {
                    .oversea-form {
                        align-items: flex-end;
                    }

                    .oversea-form-close {
                        top: -10vw;
                        width: 6vw;
                        height: 6vw;
                        right: 4vw;
                    }
                    .oversea-form .oversea-form-cont {
                        width: 100vw;
                        padding: 10vw;
                        border-radius: 5vw 5vw 0px 0px;
                    }
                    .oversea-form-cont > .title {
                        font-size: 4.6vw;
                        margin-bottom: 0px;
                        line-height: 6.25vw;
                        padding: 9.375vw 0 11vw;
                    }
                    .oversea-form-row{
                        flex-direction: column;
                    }
                    .oversea-form-cont .oversea-form-tabbar{
                        margin-top: 3.75vw;
                        margin-bottom: 3.4vw;
                        font-size: 3.1vw;
                        line-height: 4.6vw;
                    }  
                    .oversea-form-cont .oversea-form-tabbar-title {
                        font-size: 3.75vw;
                        margin-bottom: 3.75vw;
                        line-height: 1.5;
                    }
                    .oversea-form-tabbar .oversea-form-tabbar-item, .oversea-form-tabbar .oversea-form-tabbar-option  {
                        border-radius: 1.8vw;
                        margin-right: 1.8vw;
                        padding: 2.3vw 4.3vw;
                        margin-bottom: 4vw;
                    }
                    .oversea-form-tabbar-item:before {
                        width: 2.8vw;
                        height: 2.8vw;
                        margin-right: 1.8vw;
                    }
                    .oversea-form-tabbar-item.on:before {
                        width: 1.1vw;
                        height: 1.1vw;
                        border: 0.7vw solid #145EFF;
                    }
                    .oversea-form-tip {
                        font-size: 2.8vw;
                        margin-top: 3.1vw;
                        margin-bottom: 4.6vw;
                    }
                    .oversea-form-row .item-col2 {
                        width: 80vw;
                        margin-bottom: 6.25vw;
                    }
                    .oversea-form-row .title {
                        font-size: 3.75vw;
                        margin-bottom: 3.75vw;
                        line-height: 1.5;
                    }
                    .oversea-form-row .oversea-form-input {
                        height: 11.25vw;
                        border-radius: 0.9vw;
                        padding: 0 3.75vw;
                        font-size: 3.1vw;
                    }
                    #oversea-form-options {
                        width: 80vw;
                        border-radius: 0.9vw;
                    }
                    #oversea-form-options div {
                        border-bottom: 1px solid #ddd;
                        height: 11.25vw;
                        line-height: 11.25vw;
                        padding: 0 3.75vw;
                        font-size: 3.1vw;
                    }
                    #oversea-form-options.show {
                        display: block;
                        height: 100vw;
                    }
                    .oversea-form-row .oversea-form-textarea {
                        border-radius: 0.9vw;
                        padding: 3.75vw;
                        font-size: 3.1vw;
                        width: 80vw !important;
                    }
                    .oversea-form-button {
                        border-radius: 2.3vw;
                        width: 80vw;
                        height: 10.3vw;
                        font-size: 4.6vw;
                    }
                    .oversea-form-success {
                        font-size: 0.58rem;
                        border-radius: 2.5vw;
                        width: 60vw;
                        left: 10vw; 
                        margin-left: 0px;
                    }
                    .oversea-form-success.show {
                        padding: 9.6vw 10vw;
                    }
                    
                    .oversea-form-success {
                        font-size: 0.58rem;
                        border-radius: 2.5vw;
                        width: 60vw;
                        left: 10vw; 
                        margin-left: 0px;
                    }
                    .oversea-form-success.show {
                        padding: 9.6vw 10vw;
                    }
                }