﻿@charset "utf-8";

/* header */
.header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}
.page_cont {
    min-height: 80vh;
}
.page_banner {
    position: relative;
    overflow: visible;
    padding-top: 20px;
}

.location {}

.location a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.location a:hover {
    color: var(--main-color);
}

.page_ban_cont {
    position: relative;
    padding-top: 30px;
    padding-bottom: 90px;
}

.page_ban_cont .page_left {
    max-width: 1300px;
    /* margin-right: 50px; */
    flex: 1;
}
.page_banner .page_right {
    width: auto;
    height: 100%;
    z-index: -1;
    position: absolute;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}
.page_banner .page_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_left .title {
    overflow: hidden;
}

.page_left .title div {
    color: var(--dark-color);
    font-weight: bold;
    font-size: 40px;
    line-height: 1.7;
    /* letter-spacing: -1.56px; */
}

.page_left .title div span {
    color: var(--main-color);
}

.page_left .text {
    padding-top: 54px;
    max-width: 853px;
}

.page_left .text p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.page_left .text p span {
    color: var(--main-color);
}

.page_left .page_list {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #D9D9D9;
    max-width: 750px;
}

.page_left .page_list .icon {
    width: 68px;
}

.page_list .page_list_right {
    flex: 1;
    padding-left: 26px;
    color: var(--dark-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.page_list .page_list_right .s_t {
    color: #666;
}

@media (max-width:1580px) {

    .page_left .title div {
        line-height: 1.3;
    }
    .page_ban_cont .page_left {
        width: 50%;
    }

}
@media (max-width:1440px) {
    .page_ban_cont .page_left {
        max-width: 60%;
        margin-right: 0;
    }

}
@media (max-width:1366px) {
    .page_left .text {
        padding-top: 44px;
    }


}

@media (max-width:1365px) {
    .page_ban_cont .page_right {
        width: 40%;
    }

}

@media (max-width:1300px) {
    .page_ban_cont .page_left {
        margin-right: 30px;
    }

    .page_ban_cont .page_right {
        width: 36%;
    }

    .page_left .text {
        padding-top: 24px;
    }
}

@media (max-width:1279px) {

    .page_ban_cont .page_right {
        width: 44%;
    }
}

@media (max-width:1200px) {
    .page_ban_cont {
        flex-wrap: wrap;
    }

    .page_ban_cont .page_left {
        padding-top: 30px;
        margin-right: 0;
        width: 100%;
        max-width: inherit;
        flex: inherit;
    }

    .page_ban_cont .page_right {
        padding-top: 30px;
        width: 100%;
        max-width: inherit;
        text-align: center;
        position: relative;
    }

}

@media (max-width:767px) {
    .height92 {
        height: 80px;
    }

    .location a {
        font-size: 14px;
        line-height: 20px;
    }

    .page_ban_cont {
        padding-bottom: 50px;
    }

    .page_ban_cont {
        padding-bottom: 40px;
    }

    .page_ban_cont .page_left {
        padding-top: 0;
    }

    .page_left .page_list {
        flex-wrap: wrap;
    }

    .page_left .page_list .icon {
        width: 40px;
    }

    .page_list .page_list_right {
        flex: inherit;
        padding-top: 20px;
        padding-left: 0;
        width: 100%;
    }
    .page_ban_cont .page_right {
        display: none;
    }

}

/* llm */
.llm_two {
    position: relative;
    padding: 75px 0;
    background: #F5F7FA;
    z-index: 1;
}

.llm_two::before,
.llm_two:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 43%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.llm_two::before {
    left: 0;
    background-image: url(../images/llm_two_left_bg.png);
}

.llm_two::after {
    right: 0;
    background-image: url(../images/llm_two_right_bg.png);
}

.llm_title {
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.56px;

}

.llm_title h2 {
    padding-bottom: 24px;
}

.llm_title .line {
    width: 30px;
    height: 2px;
    background-color: var(--main-color);
}

.llm_c_title {
    text-align: center;
}

.llm_c_title .line {
    margin: 0 auto;
}

.llm_two .llm_tech {
    padding-top: 45px;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.llm_two .llm_tech p {
    padding-bottom: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.llm_two .llm_tech p:last-child {
    padding-bottom: 0;
}

.llm_two .llm_tech span {
    color: var(--main-color);
}

.llm_product {
    padding: 90px 0;
    overflow: hidden;
}

.llm_product .llm_p_top {
    align-items: flex-end;
}

.pro_button .right div {
    background-color: #F5F7FA;
}

.llm_p_cont .pro_swiper {
    margin-top: 50px;
    overflow: visible;
    z-index: 1;
}

.llm_p_cont .pro_swiper::before,
.llm_p_cont .pro_swiper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 2;
}

.llm_p_cont .pro_swiper::before {
    left: -100%;
    background-image: url(../images/product_bg_left.svg);
    background-position: right;
}

.llm_p_cont .pro_swiper::after {
    right: -100%;
    background-image: url(../images/product_bg_right.svg);
    background-position: left;
}

.llm_p_cont .pro_swiper .swiper-wrapper {
    align-items: stretch;
}

.llm_p_cont .pro_swiper .swiper-slide {
    height: auto;
}

.llm_p_cont .pro_swiper .bg {
    padding: 24px;
    height: 100%;
    min-height: 421px;
    border-radius: 16px;
    border: 1px solid #F5F7FA;
    background-color: #F5F7FA;
    transition: background-color 0.4s ease;
}

.llm_p_cont .pro_swiper .icon {
    width: 68px;
    overflow: hidden;
}
.llm_p_cont .pro_swiper .icon img{
    width: 70%;
}

.llm_p_cont .pro_swiper .icon img:nth-child(2) {
    display: none;
}

.llm_p_cont .pro_swiper .title {
    margin-top: 16px;
    color: var(--dark-color);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    height: 96px;
}

.llm_p_cont .pro_swiper .text {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.llm_p_cont .pro_swiper .text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.60);
    transition: all 0.4s ease;
}

.llm_p_cont .pro_swiper .bg:hover {
    background-color: var(--main-color);
}

.llm_p_cont .pro_swiper .bg:hover .icon img:first-child {
    display: none;
}

.llm_p_cont .pro_swiper .bg:hover .icon img:nth-child(2) {
    display: block;
}

.llm_p_cont .pro_swiper .bg:hover .title {
    color: var(--white-color);
}

.llm_p_cont .pro_swiper .bg:hover .text {
    color: var(--white-color);
}

.llm_p_cont .pro_swiper .bg:hover .text::after {
    width: 100%;
}

@media (max-width:991px) {
    .llm_p_cont .pro_swiper .icon {
        width: 60px;
    }

    .llm_p_cont .pro_swiper .title {
        height: 48px;
    }
    .llm_product {
        padding: 50px 0;
    }

}

@media (max-width:767px) {
    .llm_two {
        padding: 50px 0;
    }
    .print_industry_box {
        padding-top:50px;
    }
    .llm_title h2 {
        padding-bottom: 16px;
    }
    .llm_product {
        padding: 50px 0;
    }
    .llm_product .llm_p_top {
        flex-wrap: wrap;
    }

    .llm_product .llm_p_top .llm_title {
        width: 100%;
    }

    .llm_product .llm_p_top .pro_button {
        width: 100%;
    }
    .llm_p_cont .pro_swiper {
        margin-top: 30px;
    }
    .llm_p_cont .pro_swiper .icon {
        width: 40px;
    }
    .llm_p_cont .pro_swiper .title {
        height: auto;
        line-height: 1.3;
    }
    .llm_p_cont .pro_swiper .swiper-slide {
        height: 100%;
    }
    .llm_p_cont .pro_swiper .bg {
        min-height:inherit;
    }

}

/* application */
.llm_application {
    padding: 90px 0;
    background-color: #F5F7FA;
    overflow: hidden;
}

.llm_application .llm_apl_text {
    padding-top: 30px;
    max-width: 1130px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.llm_app_cont {
    padding-top: 60px;
}

.llm_app_cont .app_swiper01::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}

.llm_app_cont .app_swiper01 .swiper-slide {
    text-align: center;
    cursor: pointer;
}

.app_swiper01 .t {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    color: var(--dark-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.app_swiper01  .t::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--main-color);
    transition: width .4s;
}

.app_swiper01 .swiper-slide-thumb-active .t {
    color: var(--main-color);
}

.app_swiper01 .swiper-slide-thumb-active .t::before {
   
    width: 100%;
}

.llm_app_bottom {
    margin-top: 45px;
    margin-left: -20px;
    margin-right: -20px;
}

.llm_app_bottom .app_swiper02 {
    padding-left: 20px;
    padding-right: 20px;
}

.llm_app_bottom .app_swiper02 .swiper-slide {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.llm_app_bottom .app_swiper02 .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.llm_app_bottom .app_swiper02 .bg {
    display: flex;
    align-items: stretch;
    border-radius: 6px;

}

.llm_app_bottom .app_swiper02 .bg .pic {
    width: 48.5%;
    height: 450px;
    border-radius: 16px;
    overflow: hidden;
}

.llm_app_bottom .app_swiper02 .bg .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.llm_app_bottom .app_swiper02 .bg .text {
    position: relative;
    width: 50.5%;
    padding: 35px 24px;
    background: #FFF;
}

.llm_app_bottom .app_swiper02 .bg .text:after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: 20px;
    width: 78px;
    height: 21px;
    background-image: url(../images/app_bg_r.svg);
    background-repeat: no-repeat;
}

.llm_app_bottom .app_swiper02 .label {
    padding-top: 24px;
    display: flex;
}

.llm_app_bottom .app_swiper02 .text .title {
    color: var(--main-color);
    font-weight: 400;
    line-height: 1.5;
}

.llm_app_bottom .app_swiper02 .label span {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    border-radius: 48px;
    background: #F5F7FA;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.llm_app_bottom .app_swiper02 .label span img {
    width: 28px;
    margin-right: 8px;
}

.llm_app_bottom .app_swiper02 .des {
    margin-top: 16px;
    height: 182px;
    overflow-y: auto;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.llm_app_bottom .app_swiper02 .des span {
    color: var(--main-color);
}

@media (max-width:1366px) {

    .app_swiper01 .t {
        font-size: 22px;
    }

}

@media (max-width:991px) {
    .app_swiper01 .t {
        line-height: 1.2;
    }

    .llm_app_bottom .app_swiper02 .bg .text {
        padding-bottom: 50px;
    }

    .llm_app_bottom .app_swiper02 .text .title {
        line-height: 1.2;
    }

}

@media (max-width:767px) {
    .llm_application .llm_apl_text {
        font-size: 16px;
    }
    .llm_application {
        padding: 50px 0;
    }

    .app_swiper01 .t {
        font-size: 20px;
        width: 100%;
        text-align: left;
    }
    .llm_app_bottom {
        margin-top: 30px;
    }
    .llm_app_cont {
        padding-top: 50px;
    }
    .llm_app_cont .app_swiper01::before {
        bottom: 5px;
    }
    .llm_app_bottom .app_swiper02 .bg {
        flex-wrap: wrap;
    }

    .llm_app_bottom .app_swiper02 .bg .pic {
        width: 100%;
    }

    .llm_app_bottom .app_swiper02 .bg .text {
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .llm_app_cont .app_swiper01 .swiper-slide {
        text-align: left;
    }

    .llm_app_cont .app_swiper01 {
        height: 142px;
    }

    .llm_app_bottom .app_swiper02 .des {
        height: auto;
    }
    
}
@media (max-width:359px) {

.app_swiper01 .t {
font-size: 18px;
}


}
/* saas */
.saas_title {
    position: relative;
    padding-bottom: 24px;
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1.56px;
}

.saas_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: var(--main-color);
}

.saas_mid_menu {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.saas_mid_menu .saas_item {
    display: flex;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    background-color: var(--white-color);
    border-radius: 56px;
    border: 1px solid #D9D9D9;
    transition: all 0.3s ease;
    cursor: pointer;
}

.saas_mid_menu .saas_item:last-child {
    margin-right: 0;
}

.saas_mid_menu .saas_item:hover,
.saas_mid_menu .saas_item.active {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#foreign1 {
    padding-top: 66px;
}

#foreign2 {
    padding-top: 70px;
}

#foreign3 {
    padding-top: 70px;
}

#foreign4 {
    padding-top: 96px;
    padding-bottom: 90px;
}

#foreign1 .foreign_con .foreign_pic,
#foreign3 .foreign_con .foreign_pic {
    order: 2;
}

#foreign1 .foreign_con .foreign_text {
    margin-right: 80px;
}

#foreign2 .foreign_con .foreign_text {
    margin-left: 80px;
}

#foreign3 .foreign_con .foreign_text {
    margin-right: 80px;
}

#foreign4 .foreign_con .foreign_text {
    margin-left: 80px;
}

.foreign_con {
    padding-top: 44px;
}

.foreign_con .foreign_text {
    flex: 1;
    max-width: 728px;
}

.foreign_con .foreign_pic {
    display: flex;
    align-items: center;
}

.foreign_c_list .no1 {
    margin-bottom: 20px;
    border-radius: 16px;
    background-color: #F5F7FA;
}

.foreign_c_list .no1 .foreign_left_title {
    padding: 24px 10px 24px 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.foreign_c_list .no1 .foreign_left_title span {
    position: relative;
    padding-left: 24px;
    flex: 1;
    display: block;
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.foreign_c_list .no1 .foreign_left_title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 12px;
    height: 12px;
    background-color: var(--main-color);
    border-radius: 50%;
}

.foreign_c_list .no1 .foreign_left_title i {
    width: 24px;
    height: 24px;
    background-image: url(../images/chevron_down.svg);
    transition: all 0.4s ease;
}

.foreign_c_list .foreign_left_des {
    max-height: 0px;
    padding-left: 42px;
    padding-right: 42px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.foreign_c_list .foreign_left_des p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.foreign_c_list .active .foreign_left_des {
    opacity: 1;
    padding-bottom: 26px;
    max-height: inherit;
}

.foreign_c_list .active .foreign_left_title i {
    transform: rotate(180deg);
}

.quote_box {
    padding-top: 80px;
    padding-bottom: 140px;
    background-color: #F5F7FA;
}

.quote_b_cont {
    display: flex;
}

.quote_b_cont .quote_b_left {
    margin-top: 48px;

}

.quote_b_cont .quote_b_right {
    flex: 1;
}

.quote_cicle_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 30px;
    margin-left: 88px;
    margin-right: 339px;
    border: 1px solid rgba(2, 73, 217, 0.20);
}

.quote_cicle_img .border_line {
    border-radius: 50%;
    padding: 37px;
    border: 1px solid rgba(2, 73, 217, 0.50);
}

.quote_cicle_img .quote_text {
    display: flex;
    min-height: 80px;
    padding: 14px 24px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(6px);
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.quote_cicle_img .quote_text01 {
    left: -88px;
    top: 17px;
    width: 355px;
}

.quote_cicle_img .quote_text02 {
    width: 410px;
    right: -260px;
    top: 50%;
    transform: translateY(-50%);
}

.quote_cicle_img .quote_text03 {
    width: 425px;
    left: 50%;

    transform: translateX(-50%);
    bottom: 0;
}

#quote_Form .w100 {
    width: 100%;
}

#quote_Form .w2 {
    margin-left: -30px;
    margin-right: -30px;
}

#quote_Form .w2 .container-input {
    width: 50%;
    margin-left: 30px;
    margin-right: 30px;
}

#quote_Form .container-input .bar {
    background: rgba(0, 0, 0, 0.10);
}

#quote_Form .form_last {
    justify-content: flex-start;
}

#quote_Form .form_last .btn_submit {
    display: flex;
    width: 215px;
    padding: 16px 20px 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--main-color);
}

#quote_Form .btn_submit:hover {
    border: 1px solid var(--main-color);
    background: #FFF;
    color: var(--main-color);

}

@media (max-width:1440px) {
    .foreign_con .foreign_pic {
        width: 45%;
    }

    .quote_cicle_img {
        margin-right: 300px;
    }

}

@media (max-width:1366px) {
    .quote_cicle_img {
        margin-left: 50px;
        margin-right: 250px;
    }

    .quote_cicle_img .quote_text01 {
        top: 10px;
        left: -50px;
    }

    .quote_cicle_img .quote_text02 {
        right: -200px;
    }
}

@media (max-width:1365px) {
    .saas_mid_menu .saas_item {
        padding: 14px 24px;
    }

}

@media (max-width:1279px) {
    .saas_mid_menu {
        position: relative;
        top: inherit;
        z-index: 0;
    }

    .saas_mid_menu .saas_item {
        padding: 12px 16px;
    }

    #foreign1 .foreign_con .foreign_text {
        margin-right: 40px;
    }

    #foreign2 .foreign_con .foreign_text {
        margin-left: 40px;
    }

    #foreign3 .foreign_con .foreign_text {
        margin-right: 40px;
    }

    #foreign4 .foreign_con .foreign_text {
        margin-left: 40px;
    }

    .foreign_c_list .no1 .foreign_left_title span {
        line-height: 26px;
    }

    .quote_cicle_img {
        margin-left: 30px;
        margin-right: 180px;
    }

    .quote_cicle_img .quote_text01 {
        top: 0;
        left: -30px;
    }

    .quote_cicle_img .quote_text02 {
        right: -160px;
    }

    #quote_Form .w2 {
        margin-left: -12px;
        margin-right: -12px;
    }

    #quote_Form .w2 .container-input {
        margin-left: 12px;
        margin-right: 12px;
    }

}

@media (max-width:991px) {
    .saas_mid_menu .saas_item {
        width: calc(50% - 8px);
    }

    .foreign_con {
        flex-wrap: wrap;
    }

    .foreign_con .foreign_text {
        padding-top: 30px;
        margin: 0 !important;
        flex: inherit;
        max-width: inherit;
    }

    .foreign_con .foreign_pic {
        width: 100%;
    }

    .quote_b_cont {
        flex-wrap: wrap;
    }

    .quote_b_cont .quote_b_left {
        width: 100%;
        display: flex;
        justify-content: center;

    }

    .quote_b_cont .quote_b_right {
        flex: inherit;
        width: 100%;
        padding-top: 30px;
    }

    #foreign1 .foreign_con .foreign_pic,
    #foreign3 .foreign_con .foreign_pic {
        order: inherit;
    }

    .foreign_con .foreign_pic {
        justify-content: center;

    }

    #foreign1 {
        padding-top: 50px;
    }

    #foreign2 {
        padding-top: 50px;
    }

    #foreign3 {
        padding-top: 50px;
    }

    #foreign4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@media (max-width:767px) {
    .saas_title {
        padding-bottom: 16px;
        letter-spacing: -1px;
    }
    .saas_mid_menu {
        display: none;
    }
    .saas_mid_menu .saas_item {
        width: 100%;
        margin-right: 0;
    }

    #foreign1 {
        padding-top: 40px;
    }

    #foreign2 {
        padding-top: 30px;
    }

    #foreign3 {
        padding-top: 30px;
    }

    #foreign4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .foreign_c_list .no1 .foreign_left_title span {
        padding-left: 16px;
        padding-right: 10px;
        font-size: 18px;
    }

    .foreign_c_list .no1 .foreign_left_title span::before {
        top: 11px;
        width: 6px;
        height: 6px;
    }

    .foreign_c_list .foreign_left_des {
        padding-left: 35px;
        padding-right: 20px;
    }

    .quote_box {
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .quote_cicle_img {
        margin-left: 0;
        margin-right: 0px;
        padding: 0;
        flex-wrap: wrap;
        border: none;
    }

    .quote_cicle_img .border_line {
        position: relative;
        padding: 20px;
        margin-bottom: 30px;
    }

    .quote_cicle_img .border_line::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 110%;
        height: 110%;
        transform: translate(-50%, -50%);
        border: 1px solid rgba(2, 73, 217, 0.20);
        border-radius: 50%;
    }

    .quote_cicle_img .quote_text {
        margin-top: 20px;
        width: 100% !important;
        position: relative;
        right: inherit !important;
        top: inherit !important;
        left: inherit !important;
        transform: inherit !important;
    }

    #quote_Form .w2 {
        flex-wrap: wrap;
    }

    #quote_Form .w2 .container-input {
        width: 100%;
    }

}

/* videoforce */
.white_link a {
    display: inline-flex;
    padding: 16px 20px 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid var(--main-color);
    background: #FFF;
    transition: background .3s;
}

.white_link a {
    color: var(--main-color);
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.white_link a i {
    position: relative;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
}

.white_link a i img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.white_link a i img:nth-child(2) {
    top: 100%;
}

.white_link a:hover {
    color: var(--white-color);
    background:var(--main-color);
    border: 1px solid transparent;
}

.white_link a:hover i img:first-child {
    top: -100%;
}

.white_link a:hover i img:nth-child(2) {
    top: 0;
}

.videoforce_list {
    overflow: hidden;
}

.videoforce_list .white_link {
    padding-top: 48px;
}

.videoforce_list ul li {
    padding: 90px 0;
}

.videoforce_list ul li:nth-child(odd) {
    background-color: #F5F7FA;
}

.videoforce_list .videoforce_pic {
    max-width: 50%;
}

.videoforce_box {
    align-items: center;
}

.videoforce_title {
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;
}

.videoforce_text {
    padding-top: 24px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.videoforce_text span {
    color: var(--main-color);
}

.videoforce_box .videoforce_text_box {
    flex: 1;
    max-width: 627px;
}

.videoforce_list ul li:nth-child(odd) .videoforce_pic {
    margin-left: 100px;
}

.videoforce_list ul li:nth-child(even) .videoforce_pic {
    margin-right: 100px;
}

.partner_box {
    padding: 90px 0;
    width: 100%;
    overflow: hidden;
}

.partner_box .saas_title {
    text-align: center;
}

.partner_box .saas_title:after {
    left: 50%;
    transform: translateX(-5%);
}

.partner_box .partner_des {
    padding-top: 45px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.partner_list {
    margin-top: 55px;
    padding-top: 15px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.partner_list::before,
.partner_list::after {
    content: "";
    position: absolute;
    top: 0;
    width: 152px;
    height: 299px;
    background-repeat: no-repeat;
    z-index: 8;
}

.partner_list::before {
    left: 0;
    background-image: url(../images/partner_bg_left.svg);
}

.partner_list::after {
    right: 0;
    background-image: url(../images/partner_bg_right.svg);
}

.partner_list .ul {
    overflow: hidden;
}

.partner_list .ul li {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
}

.partner_list .ul:nth-child(2) {
    margin-top: 15px;
}

.partner_list .thumb {
    position: relative;
    width: 212px;
    height: 98px;
    border-radius: 10px;
    border: 1px solid #CCC;
}

.partner_list .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
}

@media (min-width:992px) {
    .videoforce_list ul li:nth-child(odd) .videoforce_pic {
        order: 2;
    }

}

@media (max-width:1200px) {
    .videoforce_list ul li:nth-child(odd) .videoforce_pic {
        margin-left: 50px;
    }

    .videoforce_list ul li:nth-child(even) .videoforce_pic {
        margin-right: 50px;
    }
}

@media (max-width:991px) {
    .videoforce_box {
        flex-wrap: wrap;
    }

    .videoforce_list ul li {
        padding: 50px 0;
    }

    .videoforce_list .videoforce_pic {
        max-width: 80%;

        margin: 0 auto !important;
        width: 100%;
        text-align: center;
    }

    .videoforce_list .videoforce_pic img {
        max-width: 500px;
    }

    .videoforce_box .videoforce_text_box {
        padding-top: 30px;
        flex: inherit;
        width: 100%;
        max-width: inherit;
    }

    .partner_box {
        padding: 50px 0;
    }
}

@media (max-width:767px) {
    .videoforce_title {
        line-height: 1.3;
    }
    .white_link a {
        padding: 10px 12px 10px 14px;
    }

    .white_link a i {
        margin-left: 6px;
        width: 20px;
        height: 20px;
    }

    .videoforce_list .videoforce_pic img {
        max-width: 100%;
    }
    .partner_box .partner_des {
        padding-top: 20px;
    }
    .partner_list {
        margin-top: 40px;
        padding-bottom: 0;
    }
    .partner_list .thumb {
        width: 180px;
        height: 83px;
    }
    .partner_list::before, .partner_list::after {
        width: 100px;
        height: 100%;
        background-size: cover;
    }
    .partner_list::before {
        background-position: right;
    }
    .partner_list::after {
        background-position: left;
    }
    .videoforce_list .white_link {
        padding-top: 30px;
    }
    .videoforce_box .videoforce_text_box {
        padding-top: 0;
    }
    .videoforce_text {
        padding-bottom: 20px;
    }
}


/* wonder trade */
.wonder_one_box {
    margin-top: -12px;
    padding-bottom: 90px;
}

.wonder_one_box>.ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.wonder_one_box>.ul>div {
    padding: 12px 12px;
}

.wonder_one_box .wonder_one_bg {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #F5F7FA;
}

.wonder_one_box>.ul .wonder_one_big {
    width: 58.2%;
}

.wonder_one_box>.ul .wonder_one_small {
    width: 41.8%;
}

.wonder_one_box .wonder_one_text {
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
}

.wonder_one_box .wonder_one_text .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-color);
    font-weight: 400;
}

.wonder_one_box .wonder_one_text .title img {
    width: 48px;
    margin-right: 12px;
}

.wonder_one_box .wonder_one_text .des {
    margin-top: 20px;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.wonder_one_box .wonder_one_text .des span {
    color: var(--main-color);
}

.wonder_one_box .wonder_one_pic {
    padding-top: 40px;
}

.wonder_two_box {
    padding: 100px 0;
    background: #F5F7FA;
}

.wonder_two_cont {
    align-items: center;
    justify-content: space-between;
}

.wonder_two_cont .wonder_two_tab {
    width: calc(50% - 12px);
}

.wonder_two_cont .wonder_t_cont {
    width: calc(50% - 12px);
}

.wonder_two_tab ul li {
    margin-bottom: 36px;
}

.wonder_two_tab ul li:last-child {
    margin-bottom: 0;
}

.wonder_two_tab>ul>li>div {
    position: relative;
    padding: 36px 24px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
    cursor: pointer;
}

.wonder_two_tab>ul>li>div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--white-color);
    border-radius: 12px;
    transition: width .4s;
    z-index: -1;
}


.wonder_t_cont .pub-show {
    display: none;
}

.wonder_t_cont .pub-show.d-show {
    display: block;
}

.wonder_t_cont img {
    border-radius: 14px;
    box-shadow: 0px 10px 20px rgba(2, 73, 217, 0.07);
}

.wonder_two_tab ul li.active>div::before {
    width: 100%;
}

.wonder_two_tab .title {
    display: flex;
    align-items: center;
}

.wonder_two_tab .title span {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.wonder_two_tab .title span img:nth-child(2) {
    display: none;
}

.wonder_two_tab .text {
    margin-top: 20px;
    color: var(--grey-color);

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.wonder_two_tab .text span {
    color: #666;
}

.wonder_two_tab .active .title {
    color: var(--main-color);
}

.wonder_two_tab .active .title span img:nth-child(1) {
    display: none;
}

.wonder_two_tab .active .title span img:nth-child(2) {
    display: block;
}

.wonder_two_tab .active .text span {
    color: var(--main-color);
}

.wonder_three_box {
    padding: 90px 0;
    overflow: hidden;
}

.wonder_three_box ul {
    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
}

.wonder_three_box ul li {
    width: 50%;
    float: left;
    padding: 12px;
}

.wonder_three_box .thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.wonder_three_box .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
    height: 400px;
}
.wonder_three_box ul li .thumb i img{
    background-color: pink;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.wonder_three_box .mask {
    position: absolute;
    padding: 54px 36px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 53.44%, rgba(102, 102, 102, 0.08) 100%);
}

.wonder_three_box .mask .title {
    color: var(--white-color);

    font-style: normal;
    font-weight: 400;
}

.wonder_three_box .mask .title img {
    width: 48px;
    margin-right: 12px;
}

.wonder_three_box .mask .text {
    margin-top: 18px;
    color: var(--white-color);

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-height: 156px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.wonder_three_box .thumb:hover i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

@media (max-width:991px) {
    .wonder_one_box>.ul .wonder_one_big {
        width: 100%;
    }

    .wonder_one_box>.ul .wonder_one_small {
        width: 100%;
    }

    .wonder_one_box .wonder_one_text .title img {
        width: 40px;
        margin-right: 10px;
    }

    .wonder_one_box .wonder_one_text {
        padding-top: 45px;
        padding-left: 26px;
        padding-right: 26px;
    }

    .wonder_two_cont {
        flex-wrap: wrap;
    }

    .wonder_two_cont .wonder_two_tab {
        width: 100%;
    }

    .wonder_two_tab ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .wonder_two_tab ul li {
        float: left;
        width: 50%;
        margin-bottom: 0;
    }

    .wonder_two_tab>ul>li>div {
        height: 100%;

    }

    .wonder_two_cont .wonder_t_cont {
        padding-top: 30px;
        width: 100%;
    }

    .wonder_three_box {
        padding: 50px 0;
    }

    .wonder_three_box ul {
        display: flex;
        flex-wrap: wrap;
    }

    .wonder_three_box ul li {
        width: 100%;
    }

}

@media (max-width:767px) {
    .wonder_one_box {
        padding-bottom: 40px;
    }

    .wonder_one_box .wonder_one_text {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .wonder_one_box .wonder_one_text .title {
        flex-wrap: wrap;
        flex-flow: column;
    }
    .wonder_one_box .wonder_one_text .title img {
        width: 40px;
        margin-right: 0;
    }
    .wonder_two_box {
        padding: 50px 0;
    }

    .wonder_two_tab ul li {
        width: 100%;
    }

    .wonder_two_tab>ul>li>div {
        padding: 30px 20px;
    }

    .wonder_three_box .mask .title,
    .wonder_two_tab .title {
        flex-wrap: wrap;
        flex-flow: column;
        align-items: flex-start;
    }

    .wonder_two_tab .title span {
        margin-right: 8px;
        width: 36px;
        height: 36px;
    }

    .wonder_three_box {
        padding: 40px 0;
    }

    .wonder_three_box .mask {
        padding: 30px 20px;
    }

    .wonder_three_box .thumb i {
        height: 300px;
    }

    .wonder_three_box .mask .title img {
        width: 36px;
        margin-right: 8px;
    }

}

/* policy */
.policy_bg {
    background-color: #F5F7FA;
}

.policy_cont {
    padding-top: 45px;
}

.page_d_title {
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1.56px;
}

.page_d_title span {
    color: var(--main-color);
}

.policy_cont .policy_text {
    margin-top: 16px;
    padding-bottom: 48px;
    border-bottom: 1px solid #D9D9D9;
}

.policy_cont .policy_text p {
    max-width: 980px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.policy_list_text {
    padding-bottom: 40px;
}
.policy_list_text .list_loop {
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}

.policy_list_text .list_loop:last-child {
    border-bottom: none;
}

.policy_list_text .list_loop .title {
    width: 477px;
    color: var(--dark-color);

    font-weight: 400;
    line-height: 1.5;
}

.policy_list_text .list_loop .title {
    margin-right: 150px;
}

.policy_list_text .list_loop .policy_right {
    flex: 1;
}

.policy_list_text .list_loop .policy_right p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.policy_list_text .list_loop .policy_right strong {
    color: var(--dark-color);
    font-weight: 400;
}

@media (max-width:1365px) {
    .policy_list_text .list_loop .title {
        width: 400px;
        margin-right: 100px;
    }

}

@media (max-width:1279px) {
    .policy_list_text .list_loop .title {
        width: 360px;
        margin-right: 60px;
    }

}

@media (max-width:991px) {
    .policy_list_text .list_loop {
        flex-wrap: wrap;
    }

    .policy_list_text .list_loop .title {
        width: 100%;
        margin-right: 0;
        line-height: 1.4;
    }

    .policy_list_text .list_loop .policy_right {
        padding-top: 25px;
        flex: inherit;
        width: 100%;
    }
}

@media (max-width:767px) {
    .policy_list_text .list_loop {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

/* wonder auto */
.wonder_auto_bg {
    padding-top: 90px;
    background-color: #F5F7FA;
}

.wonder_auto_title {
    width: 100%;
    justify-content: center;
}

.wonder_auto_title .saas_title:after {
    left: 50%;
    transform: translateX(-5%);
}

.de_go {
    display: flex;
    padding-top: 36px;
}

.core_tab {}

.de_go .tit2 {
    flex: 1;
    margin-right: 45px;
}

.core_tabcont {
    width: 52%;
    height: 720px;
    overflow: hidden;
    border-radius: 16px;
}
.core_tabcont .pub-t1{
    width: 100%;
    height: 100%;
}
.core_tabcont .pub-t1 img{
    width: 100%;
    height: auto;
}

.de_go .pub-t1 {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all .4s;
    z-index: 1;
}

.de_go .pub-t1.d-show {
    z-index: 2;
    height: auto;
    overflow: visible;
    opacity: 1;
}

.de_go .tab_click {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
}

.de_go .tab_click:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.de_tab_title {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: var(--dark-color);
}

.de_tab_title .icon {
    display: block;
    margin-right: 14px;
    width: 32px;
    overflow: hidden;
}

.de_tab_title .icon img:nth-child(2) {
    display: none;
}

.de_tab_text {
    position: relative;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(5px);
    transition: all .4s;
}

.de_tab_text p {
    color: #666;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.de_tab_text .img {
    display: none;
}

.active .de_tab_title {
    color: var(--main-color);
}

.active .de_tab_title .icon img:nth-child(1) {
    display: none;
}

.active .de_tab_title .icon img:nth-child(2) {
    display: block;
}

.de_go .active .de_tab_text {
    display: block;
    opacity: 1;
    height: auto;
    padding-top: 12px;
    transform: translateY(0);
}

.wonder_auto_advant {
    padding-top: 75px;
    padding-bottom: 60px;
    background-image: url(../images/advant_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}

.advant_swiper {
    padding-top: 50px;
    padding-bottom: 30px;
    overflow: visible;
}

.advant_swiper .bg {
    position: relative;
    padding: 40px 24px;
    width: 100%;
    height: 450px;
    text-align: center;
    border-radius: 16px;
    background-color: var(--white-color);
    transition: height .3s;
}

.advant_swiper .bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 123px;
    bottom: 0;
    left: 0;
    background-image: url(../images/advant_icon.png);
    background-repeat: no-repeat;
    opacity: 0;
}

.advant_swiper .swiper-slide {
    height: 486px;
    display: flex;
    align-items: center;
}

.advant_swiper .bg .icon {
    width: 48px;
    margin: 0 auto;
}

.advant_swiper .bg .icon img:nth-child(2) {
    display: none;
}

.advant_swiper .bg .title {
    margin-top: 8px;
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;
}

.advant_swiper .bg .line {
    margin-top: 40px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}

.advant_swiper .bg .text {
    margin-top: 24px;
    max-height: 182px;
    overflow-y: auto;
}

.advant_swiper .bg .text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.advant_swiper .bg:hover {
    height: 486px;
    background-color: var(--main-color);
}

.advant_swiper .bg:hover .icon img:nth-child(1) {
    display: none;
}

.advant_swiper .bg:hover .icon img:nth-child(2) {
    display: block;
}

.advant_swiper .bg:hover .title {
    color: var(--white-color);
}

.advant_swiper .bg:hover .text p {
    color: var(--white-color);
}

.advant_swiper .bg:hover:before {
    opacity: 1;
}

.advant_swiper .advant_number {
    bottom: 0;
    display: none;
}

.advant_swiper .advant_number span {
    opacity: 1;
    border-radius: 40px;
    background-color: #D9D9D9;
}

.advant_swiper .advant_number span.swiper-pagination-bullet-active {
    width: 24px;
    background-color: var(--main-color);
}

@media screen and (max-width:991px) {
    .wonder_auto_bg {
        padding-top: 50px;
    }

    .de_go .tit2 {
        width: 100%;
        margin-right: 0;
        flex: inherit;
    }

    .core_tabcont {
        display: none;
    }

    .de_tab_text .img {
        display: block;
        padding-top: 20px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    
    .wonder_auto_advant {
        padding-top: 50px;
    }

    .de_go .tab_click {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .de_tab_title .icon {
        margin-right: 10px;
        width: 30px;
    }
    .advant_swiper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .advant_swiper .swiper-slide {
        height: auto;
    }
    .advant_swiper .bg {
        padding-top: 30px;
        height:100%;
    }
    .advant_swiper .bg .title {
        line-height: 1.3;
    }
    .advant_swiper .bg .line {
        margin-top: 20px;
    }
    .advant_swiper .advant_number {
        display: block;
    }

}

/* left menu */

.sidebar {
    width: 100px;
    text-align: left;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.sidebar button {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 20px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    color: #666666;
    background-color: rgba(255, 255, 255, 0)
}

.sidebar button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: width 0.3s ease;
}

.sidebar button.active::before {
    width: 9px;
}

.sidebar .active {
    color: var(--main-color);
}

@media (max-width:1439px) {
    .about-sidebar {
        display: none !important;
    }

}
