@charset "utf-8";



:root {

    --main-color: #1D93D0;

    --dark-color: #333;

    --white-color: #FFFFFF;

    --red-color: #D80C18;

    --blue-color: #1D93D0;

    --grey-color: #989898;

    --custom-wave-anim: custom_common_wave 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) both;

    --custom-wave-anim2: custom_common_wave 1.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;

}



@keyframes an_7 {

    from {

        opacity: 0;

        transform: perspective(1000px) translate3d(0px, 300px, 0px) rotate3d(-100, 0, 0, 45deg);

    }



    to {

        opacity: 1;

        transform: perspective(500px) translate3d(0, 0, 0);

    }

}



@keyframes an_5 {

    from {

        opacity: 0;

        transform: perspective(1000px) translate3d(0px, 300px, 0px) rotate3d(-100, 0, 0, 0deg);

    }



    to {

        opacity: 1;

        transform: perspective(500px) translate3d(0, 0, 0);

    }

}



img {

    max-width: 100%;

}



.page {

    overflow: hidden;

}



/* footer*/

.footer {

    position: relative;

    padding-top: 55px;

    background-color: #0F1420;

    z-index: 1;

}



.footer .top {

    position: relative;

}



/* .back_top {

    position: absolute;

    right: 0;

    top: -10px;

}



.back_top a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 56px;

    height: 56px;

    border-radius: 40px;

    background-color: rgba(255, 255, 255, 0.3);

    transition: all .3s;

    overflow: hidden;

}





.back_top a:hover {

    background-color: var(--main-color);

    border-color: var(--main-color);

} */


.back_top {
    display: none;
}
.back_top a {
    cursor: pointer;
}


.foot_menu {

    padding-left: 20px;

    /*padding-right: 50px;*/

    width: 50%;

}



.foot_menu ul {

    display: flex;

    flex-wrap: wrap;

    align-items: stretch;

}



.foot_menu ul li {

    width: 25%;

    padding-bottom: 30px;

    text-align: right;

}



.foot_menu a {

    position: relative;

    padding-bottom: 8px;

    color: var(--white-color);

    font-size: 20px;

    font-style: normal;

    font-weight: 700;

    line-height: 30px;

}



.foot_menu a::before {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    height: 2px;

    background-color: var(--white-color);

    transform-origin: bottom right;

    transform: scaleX(0);

    transition: transform 0.5s ease;

}



.foot_menu a:hover::before {

    transform-origin: bottom left;

    transform: scaleX(1);

}



.bottom {

    padding-top: 55px;

    padding-bottom: 28px;

    align-items: center;

    border-top: 1px solid rgba(255, 255, 255, 0.2);

    color: var(--white-color);

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

}



.bottom a {

    color: var(--white-color);

}



.foot_mid {

    padding-top: 77px;

    padding-bottom: 55px;

}



.foot_m_left p {

    display: flex;

    align-items: center;

    padding-bottom: 18px;

}



.foot_m_left p:last-child {

    padding-bottom: 0;

}



.foot_m_left p span {

    display: flex;

    width: 40px;

    height: 40px;

    padding: 3px;

    justify-content: center;

    align-items: center;

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.30);

}



.foot_m_left p a {

    margin-left: 8px;

    color: var(--white-color);

    font-family: 'Outfit';

    font-size: 32px;

    font-style: normal;

    font-weight: 400;

}



.foot_code ul {

    display: flex;

    margin-left: -12px;

    margin-right: -12px;

}



.foot_code ul li {

    padding: 0 12px;

}



.foot_code img {

    max-width: 100px;

    border-radius: 8px;

}



.foot_code p {

    margin-top: 16px;

    text-align: center;

    color: var(--white-color);

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

}



/* link */

.link_box {

    position: relative;

    border-radius: 60px;

    transition: all .3s;

    overflow: hidden;

}



.link_box .drop_down_ {

    position: absolute;

    right: 0;

    bottom: 58px;

    padding: 24px 18px 16px 24px;



    width: 100%;

    display: none;

    background: var(--white-color);

    border-top-right-radius: 30px;

    border-top-left-radius: 30px;

    z-index: 9;

}



.link_box .drop_down_ p {

    padding-bottom: 12px;

    margin-bottom: 12px;

    border-bottom: 1px solid rgba(51, 51, 51, 0.1);



}



.link_box .drop_down_ p:last-child {

    border-bottom: none;

    padding-bottom: 0;

}



.link_box .drop_down_ p a {

    color: var(--dark-color);

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

}



.link_box .input_box {

    display: inline-flex;

    padding: 16px 18px 16px 24px;

    justify-content: space-between;

    align-items: center;

    width: 240px;

    height: 58px;

    background: rgba(255, 255, 255, 0.10);

    cursor: pointer;

}



.link_box .input_box .input {

    color: var(--white-color);

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

}



.link_box .input_box .icon {

    width: 24px;

    height: 24px;

    background-image: url(../images/plus.svg);

    background-repeat: no-repeat;

}



.link_box.active .input_box .icon {

    background-image: url(../images/plus_s.svg);

}



.link_box.active .input_box {

    background-color: var(--white-color);

    border-bottom-left-radius: 30px;

    border-bottom-right-radius: 30px;

}



.link_box.active .input_box .input {

    color: var(--dark-color);

}



.link_box.active {

    overflow: visible;

}

/* right */

.rove_up {

    position: fixed;

    right: 8px;

    bottom: 5%;

    z-index: 99;

}



.rove_up>ul {

    display: flex;

    flex-flow: column;

    align-items: flex-end;

}



.rove_up>ul>li {

    position: relative;

    margin-bottom: 8px;

    width: 58px;

    transition: all .4s;

    overflow: hidden;

}



.right_rove ul li:last-child {

    margin-bottom: 0;

}



.rove_up>ul>li>a {

    position: relative;

    display: flex;

    align-items: center;

    padding-left: 16px;

    padding-right: 16px;

    height: 58px;

    width: 100%;

    border-radius: 56px;

    border: 1px solid rgba(255, 255, 255, 0.20);

    background-color: rgba(2, 83, 205, 0.80);

    backdrop-filter: blur(16px);

    -webkit-backdrop-filter: blur(16px);

    transition: width .6s cubic-bezier(0.99, 0.01, 0.16, 0.99);

    overflow: hidden;

    z-index: 1;

}



.rove_up>ul>li>a img {

    position: absolute;

    right: 16px;

    top: 16px;

    width: 24px;

    height: 24px;

}



.rove_up>ul>li>a span {

    color:var(--white-color);

    font-size: 18px;

    font-weight: 400;

    line-height: 26px;

    opacity: 0;

    overflow: hidden;

}



.rove_up>ul>li.img .hide_tel {

    position: absolute;

    right: calc(100% + 5px);

    top: 50%;

    transform: translateY(-50%);

    width: 100px;

    padding: 6px;

    text-align: center;

    border-radius: 12px;

    background: var(--main-color);

    opacity: 0;

    justify-content: center;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -ms-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

    z-index: -1;

    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);

}



.rove_up>ul>li.img .hide_tel:before {

    border: solid transparent;

    content: ' ';

    height: 0;

    position: absolute;

    width: 0;

    border-width: 5px;

    border-left-color: var(--main-color);

    right: -10px;

    top: 50%;

    transform: translateY(-50%);

}



.rove_up>ul>li.img .hide_tel>a {

    padding: 0;

}



.rove_up>ul>li.img:hover .hide_tel {

    opacity: 1;

    z-index: 8;

}



.rove_up>ul>li:hover {

    overflow: visible;

    width: auto;

}

.rove_up>ul>li:hover>a {

    width: auto;
    min-width: 58px;
}





.rove_up>ul>li.hover>a:hover>span {

    opacity: 1;

    margin-right: 32px;

    transition: opacity .3s ease;

}



@media (max-width:1366px) {

    .foot_menu {

        padding-left: 80px;

        padding-right: 70px;
        width: 50%;

    }



    .foot_code img {

        max-width: 90px;

    }



}



@media (max-width:1200px) {

    .foot_menu {

        padding-left: 40px;

        padding-right: 40px;
        width: 40%;

    }



    .foot_m_left p a {

        font-size: 30px;

    }

}



@media (max-width:1100px) {

    .foot_mid {

        flex-wrap: wrap;

    }



    .foot_code {

        width: 100%;

        padding-top: 20px;

    }



}



@media (max-width:991px) {

    .foot_mid {



        flex-flow: column;

    }



    .foot_menu {

        padding-left: 0;

        padding-right: 0;

        padding-top: 50px;
        width: 100%;

    }



    .foot_menu ul li {

        width: 25%;

    }

}



@media (max-width:767px) {

    .rove_up {

        display: none !important;

    }

    .back_top {

        top: -20px;

    }



    .back_top a {

        padding: 10px;

        width: 46px;

        height: 46px;

    }



    .foot_logo {

        max-width: 140px;

    }



    .foot_m_left p span {

        width: 36px;

        height: 36px;

    }



    .foot_mid {

        padding-top: 35px;

    }



    .foot_menu ul li {

        width: 25%;

    }



    .foot_menu a {

        font-size: 18px;

    }



    .foot_m_left p a {

        font-size: 26px;

    }

    .foot_code ul {

        justify-content: flex-start;

    }

    .foot_code ul li {

        width: 125px;

        display: flex;

        flex-flow: column;

        align-items: center;

    }



    .bottom {

        padding-top: 26px;

        padding-bottom: 26px;

        flex-flow: column;

        align-items: flex-start;

    }



    .bottom .right {

        margin-top: 20px;



    }



}









/* banner */

.index_banner {

    position: relative;

    width: 100%;

    height: 100vh;

}



.ban_pic_fixed {

    position: fixed !important;



}



.ban_pic_po {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100vh;

    overflow: hidden;

    z-index: -1;

}



.index_banner_swp {

    width: 100%;

    height: 100%;

}



.index_text .s_title {

    color: var(--white-color);

    font-size: 24px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

    transition: all 1.2s .4s;

    overflow: hidden;

}



.index_text .s_title i {

    display: block;

    transform: translateY(200%);

    transition: all 1.6s cubic-bezier(.33, 1, .68, 1);

}



.index_text {

    position: absolute;

    left: 0;

    top: 0;

    display: flex;

    align-items: center;

    width: 100%;

    height: 100%;

    z-index: 99;

}



.index_text .title {

    max-width: 750px;

    margin-top: 16px;

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.index_banner .img {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}



.index_banner .img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.index_banner .img video {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.banner_hz .title {

    overflow: hidden;

    transition: all 1.2s .46s;

}



.banner_hz .title i {

    display: block;

    transform: translateY(200%);

    transition: all 1.6s cubic-bezier(.33, 1, .68, 1);

}



.index_banner .btn {

    margin-top: 64px;

    transition: all 1.2s 1s;

    overflow: hidden;

}





.index_banner .btn a {

    transform: translateY(200%);

    transition: all 1.6s cubic-bezier(.33, 1, .68, 1);

}



.banner_hz .swiper-slide.swiper-slide-active .s_title i,

.banner_hz .swiper-slide.swiper-slide-active .title i,

.index_banner .swiper-slide.swiper-slide-active .btn a {

    transform: translateY(0);

}



.banner_bottom {

    position: absolute;

    left: 0;

    bottom: 0;

    line-height: 0;

    width: 100%;

    z-index: 8;

}



.banner_bottom img {

    width: 100%;

    object-fit: cover;

    display: block;

}



.banner_hz {

    position: relative;

    width: 100%;

    height: 100%;

}



.banner_hz .swiper-container {

    width: 100%;

    height: 100%;

}



.banner_hz .swiper-slide {

    opacity: 0 !important;

}



.banner_hz .swiper-slide-active {

    opacity: 1 !important;

}





/* progress */

.index_banner_bottom {

    position: absolute;

    left: 0;

    bottom: 100px;

    width: 100%;

    z-index: 9;

}



.index_banner_progress .list_ {

    display: flex;

    align-items: center;

}



.index_banner_progress .list_ .i {

    padding-right: 10px;

    width: 40px;

    transition: width .2s;

    cursor: pointer;

}



.index_banner_progress .list_ .i.active {

    opacity: 1;

    width: 220px;

}



.index_banner_progress .i>span {

    color: var(--white-color);

    font-family: "Outfit";

    font-size: 12px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

}



.index_banner_progress .i .progress {

    height: 1px;

    background-color: rgba(255, 255, 255, 0.50);

    margin-top: 10px;

    position: relative;

}



.index_banner_progress .i .progress .d {

    position: absolute;

    left: 0;

    top: 0;

    height: 1px;

    background-color: var(--white-color);

    width: 0;

}



.index_banner_bottom .play {

    position: relative;

    margin-left: 14px;

    width: 18px;

    height: 18px;

}



.index_banner_bottom .play i {

    cursor: pointer;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    height: 100%;

    text-align: center;

}



.index_banner_bottom .play .suspend {

    display: none;

}



.index_banner_bottom .right_up {

    position: absolute;

    right: 0;

    bottom: -70px;

}



.index_banner_bottom .right_up img {

    animation: bounce-arrow 1.8s ease-in-out infinite;

}



@keyframes bounce-arrow {



    0%,

    100% {

        transform: translateY(0);

    }



    50% {

        transform: translateY(-6px);

    }

}



@media (max-width:767px) {

    .index_text {

        align-items: flex-start;

        padding-top: 150px;

    }

    .index_banner_bottom {

        bottom: 50px;

    }



    .index_banner_bottom .right_up {

        bottom: -25px;

    }



    .index_banner_progress .list_ .i.active {

        width: 60px;

    }



    .index_banner_progress .list_ .i {

        padding-right: 10px;

        width: 30px;

    }



    .banner_bottom {

        left: -10px;

        width: calc(100% + 20px);

    }



}



@media (max-width:374px) {



    .index_banner .btn {

        flex-flow: column;

        align-items: flex-start;

    }



    .index_banner .btn a:nth-child(2) {

        margin-left: 0;

        margin-top: 16px;

    }



}



/* index two */

.index_two {

    position: relative;

    padding-top: 86px;

    background-color: var(--main-color);

    z-index: 2;

}



.index_two_bg {

    position: relative;

    margin-top: -50px;

    display: flex;

    align-items: flex-end;

}



.index_two_bg:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 2px;

    background-color: var(--white-color);

}



.index_two_bg img {

    width: 100%;

    object-fit: cover;

}



.index_two .line {

    position: absolute;

    right: 0;

    bottom: 20px;

    display: flex;

    align-items: flex-end;

    width: 100%;

    height: 357px;

    overflow: hidden;

    z-index: -1;

}



.index_two .line #svg-container {

    position: absolute;

    left: 0;

    right: 0;

    bottom: -500px;

    width: 100%;

    height: max-content;

    object-fit: cover;

    opacity: 0;

    transition: all 1.6s;

    transition-delay: .4s;

}



.index_two .line.active #svg-container {

    opacity: 1;

    bottom: 0;

    height: 100%;

}



.index_two .line.aos-animate #svg-container {

    opacity: 1;

    height: 100%;

    /* -webkit-animation: circle-height 5s cubic-bezier(.215, .61, .355, 1) forwards;

     animation: circle-height 5s cubic-bezier(.215, .61, .355, 1) forwards; */

}



@keyframes circle-height {

    0% {

        height: 1%;

    }



    40% {

        height: 2%

    }



    70% {

        height: 5%

    }



    to {

        height: 100;



    }

}



@-webkit-keyframes circle-height {

    0% {

        height: 1%;

    }



    40% {

        height: 2%

    }



    70% {

        height: 5%

    }



    to {

        height: 100;



    }

}



/* .index_two .line.active #svg-container path {

    stroke-dasharray: 2000;

    stroke-dashoffset: -3000;

    -webkit-animation: circle-draw 5s cubic-bezier(.215, .61, .355, 1) forwards;

    animation: circle-draw 5s cubic-bezier(.215, .61, .355, 1) forwards;

    will-change: stroke-dashoffset;

} */



/* 关键帧调整（可选，根据需求选最终态） */

@keyframes circle-draw {

    0% {

        stroke-dashoffset: -3000

    }



    40% {

        stroke-dashoffset: -2000

    }



    70% {

        stroke-dashoffset: -1000

    }



    to {

        stroke-dashoffset: 0;



    }

}



@-webkit-keyframes circle-draw {

    0% {

        stroke-dashoffset: -3000

    }



    40% {

        stroke-dashoffset: -2000

    }



    70% {

        stroke-dashoffset: -1000

    }



    to {

        stroke-dashoffset: 0;

    }

}







.index_title h3 {

    color: rgba(255, 255, 255, 0.8);

}



.index_title h2 {

    color: var(--white-color);

}



.black_title h3 {

    color: #989898;

}



.black_title h2 {

    color: var(--dark-color);

}



.index_title h3,

.index_title h2 {

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.five_a_list {

    padding-top: 28px;

}



.five_a_list ul {

    display: flex;

    flex-wrap: wrap;

    align-items: stretch;

    margin-left: -12px;

    margin-right: -12px;

}



.five_a_list ul li {

    padding: 12px;

    width: 33.33%;

    cursor: pointer;

}



.five_a_list .bg {

    position: relative;

    padding: 32px;

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    height: 100%;

    border-radius: 16px;

    background-color: rgba(255, 255, 255, 0.80);

    transition: all .3s;

}



.five_a_list .bg .ans_left {

    flex: 1;

    padding-right: 20px;

}



.five_a_list .bg .icon {

    order: 2;

    width: 100px;
    position: absolute;
    right: 30px;
    bottom: 30px;

}



.five_a_list .bg .title {

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.25;

}



.five_a_list .bg .text {

    margin-top: 8px;

    color: #666;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 1.55;
    height: 110px;


}



.five_a_list .ans_more {

    margin-top: 36px;

    display: flex;

}



.five_a_list .ans_more a {

    display: flex;

    min-width: 46px;

    height: 46px;

    align-items: center;

    justify-content: center;

    border-radius: 30px;

    background: #F88413;

    transition: all .35s;

}



.five_a_list .ans_more span {

    color: #ffffff;

    font-size: 0;

    font-style: normal;

    font-weight: 400;

    transition: margin .3s;

}



.five_a_list .ans_more i {

    height: 24px;

}



.five_a_list .ans_more i svg {

    transform: rotate(-45deg);

    transition: transform .4s;

}



.five_a_list .bg:hover {

    border-radius: 24px 16px;

    background-color: var(--white-color);

}



.five_a_list .bg:hover .ans_more a {

    padding: 0 16px 0 16px;

    /*background: #F0F3F7;*/

}



.five_a_list .bg:hover .ans_more span {

    margin-right: 12px;

    font-size: 16px;

}



.five_a_list .bg:hover .ans_more a:hover {

    background-color: var(--main-color);

}



.five_a_list .bg:hover .ans_more a:hover span {

    color: var(--white-color);

}



.five_a_list .bg:hover .ans_more svg {

    transform: rotate(0deg);

}



.five_a_list .bg:hover .ans_more a:hover svg path {

    stroke: var(--white-color);

}



.ans_bottom {

    padding-top: 94px;

}



.ans_b_left {

    width: 45%;

    max-width: 657px;

}



.ans_b_right {

    width: 45%;

    max-width: 619px;

}



.ans_b_left .saas_text {

    margin-top: 24px;

    max-width: 625px;

    color: rgba(255, 255, 255, 0.60);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.ans_b_left .btn {

    margin-top: 88px;

}



.ans_b_right .saas_left {

    flex: 1;

    margin-right: 40px;

}



.ans_b_right ul li {

    position: relative;

    display: flex;

    justify-content: space-between;

    padding: 24px 0;

    margin-bottom: 10px;

}



.ans_b_right>ul>li:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 1px;

    background: rgba(255, 255, 255, 0.20);

}



.ans_b_right>ul>li::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 1px;

    background: rgba(255, 255, 255, 1);

    transition: width .5s;

}



.ans_b_right .icon {

    order: 2;

    position: relative;

    width: 84px;

    height: 84px;

    overflow: hidden;

}



.ans_b_right .icon img {

    width: 100%;

    transition: transform 0.5s ease;

}



.ans_b_right .icon img:nth-child(2) {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    transform: translateX(-100%);

    transition: transform 0.5s ease;

}



.saas_left .title {

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.saas_left .text {

    margin-top: 8px;

    color: var(--white-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

    opacity: 0.8;

}



.ans_b_right ul li:hover .icon img:nth-child(2) {

    transform: translateX(0);

}



.ans_b_right ul li:hover .icon img:first-child {

    transform: translateX(100%);

}



.ans_b_right ul li:hover .saas_left .text {

    opacity: 1;

}



.ans_b_right>ul>li:hover::before {

    width: 100%;

}



@media (max-width:1366px) {

    .five_a_list .bg .ans_left {

        padding-right: 10px;

    }



    .five_a_list .bg .icon {

        width: 80px;

    }

}



@media (max-width:1280px) {

    .five_a_list .bg .ans_left {

        padding-right: 10px;

    }



    .five_a_list .bg .icon {

        width: 80px;

    }

}



@media (max-width:1279px) {

    .five_a_list .bg {

        flex-flow: column;

        align-items: flex-start;

    }



    .five_a_list .bg .icon {

        order: inherit;

    }



    .five_a_list .bg .ans_left {

        padding-right: 0;

        padding-top: 20px;

        width: 100%;

    }



    .ans_b_left {

        width: 48%;

    }



    .ans_b_right .saas_left {

        margin-right: 30px;

    }



    .ans_b_right .icon {

        width: 74px;

        height: 74px;

    }



}



@media (max-width:1100px) {

    .ans_bottom {

        padding-bottom: 50px;

        flex-flow: column;

    }



    .ans_b_left {

        width: 100%;

    }



    .ans_b_right {

        margin-top: 30px;

        width: 100%;

        max-width: inherit;

    }

}



@media (max-width:991px) {

    .five_a_list .bg {

        padding: 20px;

    }



}



@media (max-width:767px) {

    .ans_bottom {

        padding-top: 50px;

        padding-bottom: 100px;

    }



    .ans_b_left .btn {

        margin-top: 50px;

        flex-flow: column;

        align-items: flex-start;

    }



    .ans_b_left .btn a {

        justify-content: space-between;

        min-width: 210px;

    }



    .ans_b_left .btn a:nth-child(2) {

        margin-left: 0;

        margin-top: 16px;

    }



    .five_a_list ul li {

        width: 100% !important;

    }



    .ans_b_right ul li {

        flex-flow: column;

    }



    .five_a_list .bg .icon {

        width: 60px;

    }

    .five_a_list .bg .text,

    .ans_b_left .saas_text{

        font-size: 16px;

    }

    .ans_b_right .icon {

        order: inherit;

        width: 60px;

        height: inherit;

    }



    .ans_b_right .saas_left {

        margin-top: 25px;

        margin-right: 0;

    }



    .index_two .line {

        bottom: 0px;

        height: 100px;

    }

    .saas_left .text {

        font-size: 16px;

        line-height: 1.55;

    }

    .index_two .btn {

        margin-top: 25px;

        justify-content: space-between;

    }

    .index_two .btn a {

        width: calc(50% - 10px);

        justify-content: space-between;

    }

    .index_two_bg {

        margin-top: 0;

        position: absolute;

        bottom: 0;

        left: -10px;

        width: calc(100% + 20px);

    }

    .index_two_bg:after {

        height: 1px;

    }



}





/* three */

.three_box {

    position: relative;

    padding-top: 68px;

    margin-top: -1px;

    background-color: var(--white-color);

    z-index: 1;

}



.three_box .three_line {

    position: absolute;

    top: -20%;

    left: 0;

    width: 100%;

    height: 120%;

    z-index: -1;

}



.three_box .three_line .my-container {

    height: 100%;

}



.three_box .three_line .my-container>div {

    position: relative;

    width: 100%;

    height: 100%;

}



.three_box .three_line .my-container>div i {

    position: absolute;

    top: 0;

    width: 1px;

    height: 0;

    /* background-color: rgba(0, 0, 0, 0.06); */

    background-image: url(../images/index_line.svg);

    background-repeat: no-repeat;

    /* background-repeat: repeat-y; */

    background-position: top;

    transition: height .9s;

}



.three_box .three_line .my-container>div i:first-child {

    left: -1px;

    transition-delay: .2s;

}



.three_box .three_line .my-container>div i:nth-child(2) {

    left: calc(33.33% - 16px);

    transition-delay: .5s;

}



.three_box .three_line .my-container>div i:nth-child(3) {

    left: calc(66.66% - 8px);

    transition-delay: .7s;

}



.three_box .three_line .my-container>div i:nth-child(4) {

    right: -1px;

    transition-delay: .8s;

}



.three_box.active .three_line .my-container>div i {

    height: 100%;

}







.three_bg_bottom {

    /* position: absolute; */



    margin-top: -50px;

}



.plat_list ul {

    display: flex;

    margin-left: -12px;

    margin-right: -12px;

}



.plat_list ul li {

    padding: 0 12px;

    width: 33.33%;

}



.plat_list ul li:nth-child(2) {

    margin-top: 130px;

}



.plat_list ul li:nth-child(3) {

    margin-top: 44px;

}



.plat_list .bg {

    position: relative;

    display: block;

    width: 100%;

    height: 680px;

    transition: all .35s cubic-bezier(0.4, 0, 1, 1);

    z-index: 1;

    overflow: hidden;

}



.plat_list .bg::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.3);

    z-index: 2;
    border-radius: 20px;

}



.plat_list .bg .bg_top {

    position: absolute;

    left: -1px;

    top: -1px;

    line-height: 0;

    width: 102%;

    z-index: 3;
    display:none;

}



.plat_list .bg .bg_bottom {

    position: absolute;

    left: -1px;

    bottom: -1px;

    line-height: 0;

    width: 102%;

    z-index: 3;
    display:none;

}



.plat_list .bg .bg_top img,

.plat_list .bg .bg_bottom img {

    width: 100%;

    display: block;

    object-fit: cover;

}



.plat_list .thumb {

    width: 100%;

    height: 100%;

    overflow: hidden;
    border-radius: 20px;

}



.plat_list .thumb img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.plat_list .thumb img {

    -webkit-transition: -webkit-transform .4s;

    transition: -webkit-transform .4s;

    -o-transition: transform .4s;

    transition: transform .4s;

    transition: transform .4s, -webkit-transform .4s;

    -webkit-transition: transform .4s;

}



.plat_list .thumb img:nth-child(2) {

    display: none;

}



.plat_list .bg:hover .thumb img {

    -webkit-transform: scale(1.03);

    -ms-transform: scale(1.03);

    transform: scale(1.03);

}



.plat_list .text {

    position: absolute;

    display: flex;

    flex-flow: column;

    justify-content: space-between;

    left: 0;

    bottom: 0;

    padding: 50px 40px 110px 40px;

    width: 100%;

    height: 100%;

    z-index: 8;

}

.plat_list .text>div:first-child {

    position: relative;

    width: 100%;

    height: 100%;

}

.plat_list .text .t_eng {

    color: var(--white-color);

    font-family: 'Outfit';

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

    /* text-transform: uppercase; */

}



.plat_list .text .title {

    overflow: hidden;

    color: var(--white-color);



}



.plat_list .text .title h3 {

    font-weight: 700;

    line-height: 1.5;

}



.plat_list .text .des {

    margin-top: 16px;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

    overflow: hidden;

}





.plat_list .text .button {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 46px;

    height: 46px;

    border-radius: 30px;

    background: rgba(255, 255, 255, 0.50);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

}



.plat_list .text .button img {

    transition: all .3s;

}



.plat_list .bg:hover .title {

    transform: translateY(0);

}

.plat_list .bg:hover .text .des {

    opacity: 1;

    max-height: inherit;

}



.plat_list .bg:hover .text .button img {

    transform: rotate(45deg);

}

@media (min-width:768px) {



    .plat_list .text .title {

        position: absolute;

        left: 0;

        bottom: 70px;

        transform: translateY(16px);

        transition: all .4s;

    }

    .plat_list .text .des {

        opacity: 0;

        max-height: 0px;

        transition: all .45s;

    }



    .plat_list .text .button {

        position: absolute;

        left: 0;

        bottom: 0;

    }



}

@media (max-width:1279px) {



    .plat_list .text {

        padding: 30px 20px 80px 20px;

    }



}



@media (max-width:991px) {

    .plat_list .bg {

        height: 570px;

    }



    .plat_list ul li:nth-child(2) {

        margin-top: 100px;

    }



    .plat_list .text {

        padding: 25px 20px 70px 20px;

    }



    .plat_list .text .t_eng {

        font-size: 18px;

        line-height: 1.3;

    }



}



@media (max-width:767px) {

    .three_box {

        padding-top: 50px;

    }



    .three_box .three_line {

        top: 0;

        opacity: 0 !important;

    }



    .plat_list {

        padding-top: 10px;

    }



    .plat_list ul {

        flex-flow: column;

    }



    .plat_list ul li {

        width: 100%;

        margin-top: 20px !important;

    }



    .plat_list .bg {

        height: auto;

        border-radius: 8px;

    }



    .plat_list .thumb {

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

    }



    .plat_list .thumb img:nth-child(1) {

        display: none;

    }



    .plat_list .thumb img:nth-child(2) {

        display: block;

    }



    .plat_list .bg .bg_top,

    .plat_list .bg .bg_bottom {

        display: none !important;

    }



    .plat_list .text {

        position: relative;

        padding: 30px 20px 30px 20px;

    }



    .plat_list .text .title {

        margin-top: 20px;

    }



    .plat_list .text .des {

        margin-top: 16px;

        font-size: 16px;

    }

    .plat_list .text .button {

        margin-top: 24px;

    }

    .plat_list .bg::before {



        background: rgba(0, 0, 0, 0.5);

    }



}





/* four */

.four_box {

    background-color: #F0F3F7;

}



.four_box .my-container {

    position: relative;

    z-index: 9;

}



.index_sj_box {

    margin-top: -50px;

}



.sj_more {

    padding-top: 32px;

    justify-content: center;

}



.sj_more a {

    justify-content: center;

    color: var(--main-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

}



.sj_more a i {

    position: relative;

    margin-left: 8px;

    display: block;

    width: 24px;

    height: 24px;

    overflow: hidden;

}



.sj_more a i img {

    position: absolute;

    top: 0;

    transition: all .3s;

}



.sj_more a i img:nth-child(1) {

    left: 0;

}



.sj_more a i img:nth-child(2) {

    left: -100%;

}



.sj_more a:hover i img:nth-child(1) {

    left: 100%;

}



.sj_more a:hover i img:nth-child(2) {

    left: 0;

}



.case_wrap {

    position: relative;

    padding-left: 10%;

    margin-top: 65px;

    display: flex;

    align-items: center;

    height: 566px;


}


@media (min-width:1000px) and (max-width:1700px) {
    .case_wrap {
        height: 460px;
    }
}


.case_wrap .case_left_bg {

    position: absolute;

    left: 0;

    bottom: -100px;

    max-width: 40%;

}



.case_wrap .case_view {

    position: relative;

    height: 100%;

    max-width: 63%;



    margin: 0;

    margin-right: 5px;

    background-color: #F0F3F7;

    border-radius: 16px;

    overflow: hidden;

    z-index: 2;

}



.case_wrap .case_view .swiper-slide {

    border-radius: 16px;

    background-color: #F0F3F7;

    opacity: 0;

    overflow: hidden;

}

.case_wrap .case_view .swiper-slide.swiper-slide-active{

    opacity: 1;

}

.case_view .thumb {

    position: relative;

}



.case_view .case_play {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    z-index: 9;

}



.case_view .case_play i {

    display: block;

    width: 74px;

    height: 74px;

    background-color: rgba(0, 0, 0, 0.60);

    backdrop-filter: blur(4px);

    -webkit-backdrop-filter: blur(4px);

    background-image: url(../images/case_play.svg);

    background-size: 22px 30px;

    background-repeat: no-repeat;

    background-position: center;

    border-radius: 50%;

    cursor: pointer;

}



.case_view .case_play:hover i {

    background-color: rgba(1, 94, 234, 0.8);

    backdrop-filter: inherit;

}



.case_view .thumb img:first-child {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    /*height: 100%;*/
    border-radius: 16px;

    object-fit: cover;

    -webkit-transition: -webkit-transform .4s;

    transition: -webkit-transform .4s;

    -o-transition: transform .4s;

    transition: transform .4s;

    transition: transform .4s, -webkit-transform .4s;

    -webkit-transition: transform .4s;

}



.case_view .thumb:hover img:first-child {

    -webkit-transform: scale(1.03);

    -ms-transform: scale(1.03);

    transform: scale(1.03);

}



.case_wrap .sj_button {

    position: absolute;

    left: 54%;

    width: 45%;

    bottom: 0;

    padding-left: 32px;

    display: flex;

    align-items: center;

    z-index: 9;

}



.sj_button .case_prev,

.sj_button .case_next {

    margin-left: 8px;

    display: flex;

    width: 56px;

    height: 56px;

    padding: 16px;

    justify-content: center;

    align-items: center;

    border-radius: 60px;

    background-color: var(--white-color);

    transition: all .3s;

    cursor: pointer;

}



.sj_button .case_prev:hover,

.sj_button .case_next:hover {

    background-color: var(--main-color);

}



.sj_button .case_prev:hover svg path,

.sj_button .case_next:hover svg path {

    stroke: var(--white-color);

}





.sj_button .case-pagination span {

    margin: 0 7px 0 0;

    width: 20px;

    height: 4px;

    border-radius: 10px;

    background-color: var(--white-color);

    transition: width .4s;

    opacity: 1;

}



.sj_button .case-pagination span.swiper-pagination-bullet-active {

    width: 60px;

    background-color: var(--main-color);

}



.case_wrap .sj_right {

    height: 100%;

}



.case_wrap .case_thumb {

    margin-left: -15%;

    /* margin-left: -10%; */

    height: 100%;

    position: relative;

    z-index: 1;

}



.case_wrap .swiper-pointer-events {

    touch-action: pan-y;

}



.case_wrap .case_view .swiper-slide {

    display: flex;

    align-items: center;

}



.case_wrap .case_view .thumb {

    /*width: 54%;*/
    width: 48%;

    height: 100%;



    border-radius: 16px;

    overflow: hidden;

}



.case_view .case_view_right {

    padding-left: 32px;

    padding-right: 35px;

    width: 45%;

    height: 100%;

}



.case_view_right .case_icon {

    padding-top: 24px;

    height: 80px;
    display: none;

}



.case_view_right .case_icon img {

    max-height: 100%;

}



.case_view_right .title {

    margin-top: 20px;

    color: var(--dark-color);

    font-weight: 700;

    line-height: 1.5;

}



.case_view_right .case_txt {

    margin-top: 24px;

    color: var(--dark-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    height:140px;

    line-height: 28px;

    opacity: 0.6;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

}



.case_view_right .case_name {

    padding-top: 64px;

}



.case_view_right .case_name .name {

    color: var(--dark-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 700;

    line-height: 28px;

}



.case_view_right .case_name .zw {

    color: #000;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

    opacity: 0.6;

}



.case_thumb .swiper-slide {

    border-radius: 16px;

    overflow: hidden;

}

.case_thumb .swiper-slide.swiper-slide-thumb-active {

    opacity: 0;

}

.case_thumb .swiper-slide .thumb {

    position: relative;

    width: 100%;

    height: 100%;

    z-index: 1;

    overflow: hidden;

}



.case_thumb .swiper-slide .thumb::before {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);

    z-index: -1;

}



.case_thumb .swiper-slide .thumb img:first-child {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    z-index: -2;

}



.case_thumb .title {

    position: absolute;

    padding: 16px;

    left: 0;

    bottom: 0;

    width: 100%;

    color: var(--white-color);

    font-size: 20px;

    font-style: normal;

    word-break: break-all;

    text-align: center;

    font-weight: 700;

    line-height: 1.5;

    z-index: 2;

}



@media (max-width:1780px) {

    .case_wrap {

        padding-left: 100px;
        height: 480px;

    }
    .pro_infor_right .big_title{
        margin-top: 10px !important;
        padding-bottom: 20px !important;
        margin-bottom: 10px !important;
        border-bottom:0px !important;
    }

}



@media (max-width:1580px) {

    .case_wrap {

        padding-left: 90px;
        height: 400px;

    }
    .pro_infor_right .big_title{
        margin-top: 10px !important;
        padding-bottom: 20px !important;
        margin-bottom: 10px !important;
        border-bottom:0px !important;
    }

}



@media (max-width:1366px) {

    .case_wrap {

        padding-left: 90px;
        height: 390px;

    }


    .case_view_right .case_name {

        padding-top: 34px;

    }
    .pro_infor_right .big_title{
        margin-top: 10px !important;
        padding-bottom: 20px !important;
        margin-bottom: 10px !important;
        border-bottom:0px !important;
    }

}



@media (max-width:1280px) {

    .case_wrap {

        padding-left: 80px;
        height: 380px;

    }
    .pro_infor_right .big_title{
        margin-top: 10px !important;
        padding-bottom: 20px !important;
        margin-bottom: 10px !important;
        border-bottom:0px !important;
    }

}





@media (max-width:1279px) {
    .case_wrap {
        /*padding-left: 30px;*/
        height: 360px;
    }

    .sj_button .case-pagination span {

        margin: 0 7px 0 0;

        width: 10px;

    }
    .pro_infor_right .big_title{
        margin-top: 10px !important;
        padding-bottom: 20px !important;
        margin-bottom: 10px !important;
        border-bottom:0px !important;
    }




    .sj_button .case-pagination span.swiper-pagination-bullet-active {

        width: 30px;

    }



}



@media (max-width:991px) {

    .case_wrap {

        padding-left: 30px;
        height: 360px;

    }
    .pro_infor_right .big_title{
        margin-top: 10px !important;
        padding-bottom: 20px !important;
        margin-bottom: 10px !important;
        border-bottom:0px !important;
    }



    .case_wrap .case_view {

        max-width: 100%;

        width: 100%;

    }



    .case_wrap .case_thumb {

        display: none !important;

    }



}



@media (max-width:767px) {

    .four_box {

        padding-top: 30px;

    }



    .index_sj_box {

        margin-top: 0;

    }



    .case_wrap {

        position: relative;

        padding-left: 16px;

        padding-right: 16px;

        margin-top: 35px;

        height: auto;

    }



    .case_wrap .sj_button {

        position: relative;

        margin-top: 20px;

        justify-content: space-between;

        left: inherit;

        width: 100%;

        bottom: 0;

        padding-left: 0;

    }



    .case_wrap .case_view .swiper-slide {

        flex-flow: column;

        height: auto;

    }



    .case_wrap .case_view .thumb {

        width: 100%;

        height: auto;

        overflow: hidden;

    }



    .case_wrap .case_view .thumb img:nth-child(2) {

        width: 100%;

    }



    .case_wrap .case_left_bg {

        bottom: 0;

    }



    .case_view .case_view_right {

        padding-left: 0;

        padding-right: 0px;

        padding-top: 25px;

        width: 100%;

        height: auto;

    }



    .case_view_right .case_icon {



        padding-top: 0;

        height: 40px;

    }



    .case_view_right .case_name {

        padding-top: 30px;

    }



    .case_view_right .title {

        margin-top: 30px;

        line-height: 1.3;

    }



    .case_view_right .case_txt {

        margin-top: 24px;

        font-size: 16px;

        height: 75px;

        line-height: 25px;

    }



    .case_view .case_play i {

        width: 54px;

        height: 54px;

    }



    .sj_button .case_prev,

    .sj_button .case_next {

        width: 46px;

        height: 46px;

        padding: 12px;

    }





}



/* five mes */

.five_box {

    padding-top: 160px;

    padding-bottom: 24px;

    background-color: #F0F3F7;

}



.mes_swiper {

    margin-top: 64px;

}



.mes_swiper .infor_swiper {

    overflow: visible;

}



.mes_swiper>.pr {

    position: relative;

}





.mes_swiper>.pr .swiper-slide::before {

    content: '';

    position: absolute;

    left: 50px;

    top: 50%;

    transform: translateY(-50%);

    width: 0;

    height: 12px;

    background: var(--main-color);

    transition: width 1.8s;

    z-index: -1;

    transition-delay: .4s;

}

.mes_swiper>.pr .swiper-slide:last-child:before{

    display: none;

}

.aos-animate .pr.active .swiper-slide::before {

    width: calc(100% + 28px);

}





.infor_swiper .border {

    position: relative;

    display: flex;

    width: 100%;

    height: 350px;

    background-color: var(--white-color);

    border-radius: 16px;

    overflow: hidden;



}

.infor_swiper .border .back{

    background: var(--white-color);



}

.infor_swiper .border .front,.infor_swiper .border .back {

    position: absolute;

    padding: 24px;



    width: 100%;

    height: 100%;

    display: flex;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    flex-direction: column;

    justify-content: space-between;

    align-items: flex-start;

}

.infor_swiper .border .front{

    opacity: 0;

    background-image: url(../images/infor_img.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    transition: all .3s;



}

.infor_swiper .front .des {

    opacity: 0;

    transform: translateY(30px);

}

.infor_swiper .front .mes_number {

    color: rgba(255, 255, 255, 1);

}

.infor_swiper .front .title {

    color: var(--white-color);

}

.infor_swiper .front .des {

    color: var(--white-color);

}


.infor_swiper .mes_number {

    color: #000;

    font-family: 'Outfit';

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

    opacity: 0.2;

}



.infor_swiper .title {

    margin-top: 8px;

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    line-height: 32px;

}



.infor_swiper .des {

    margin-top: 24px;

    transform: translateY(30px);

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 1.55;

    opacity: 0;

    transition: all .4s;

}

.infor_swiper .border .icon {

    max-width: 52px;

}



.infor_button {

    padding-top: 64px;

}



.infor_button .infor-pagination {

    position: relative;

    width: 160px;

    height: 4px;

    background-color: rgba(0, 0, 0, 0.20);

    border-radius: 8px;

    overflow: hidden;

}



.infor_button .infor-pagination .swiper-pagination-progressbar-fill {

    background-color: var(--main-color);

}





.infor_button .in_r>div {

    display: flex;

    width: 56px;

    height: 56px;

    padding: 10px;

    justify-content: center;

    align-items: center;

    border-radius: 60px;

    background: var(--white-color);

    transition: all .3s;

    cursor: pointer;

}



.infor_button .in_r>div:first-child {

    margin-right: 8px;

}



.infor_button .in_r>div:hover {

    background-color: var(--main-color);

}



.infor_button .in_r>div:hover svg path {

    stroke: var(--white-color);

}


@media (min-width:1024px) {

    .infor_swiper .border:hover .front .des {
        opacity: 1;
        transform: translateY(0);
    }

    .infor_swiper .border:hover .back {
        opacity: 0;
    }

    .infor_swiper .border:hover .front {
        opacity: 1;
    }



}
@media (max-width:1023px) {

    .infor_swiper .des {
        opacity: 1;
        transform: translateY(0);
    }

}
@media (max-width:767px) {

    .five_box {

        padding-top: 60px;

    }



    .mes_swiper>.pr::before {

        display: none !important;

    }



    .mes_swiper {

        margin-top: 50px;

    }



    .infor_button .in_r>div,

    .sj_button .case_prev,

    .sj_button .case_next {

        width: 46px;

        height: 46px;

        padding: 12px;

    }

    .infor_swiper .des {

        font-size: 16px;

        line-height: 1.55;

    }
    .mes_swiper .infor_swiper .swiper-wrapper {
        align-items: stretch;
    }
    .mes_swiper .infor_swiper .swiper-slide {
        height: auto;

    }
    .infor_swiper .border {
        height: 100%;
    }
    .infor_swiper .border .back {
        position: relative;
    }
    .infor_swiper .border .icon {
        margin-top: 30px;
    }
}



/* 底部解决方案 */

.solution_box {

    /*padding-top: 235px;*/

    /*padding-bottom: 147px;*/

    background-color: #F0F3F7;

    position: relative;

    z-index: 1;

}



.solution_box .background {

    position: absolute;

    left: 0;

    top: 30px;

    width: 100%;

    height: calc(100% - 30px);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    z-index: -1;

}



.solution_box .background img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.page_last {

    padding-top: 167px;

    padding-bottom: 127px;

}



.page_last .background {

    top: 0;

    height: 100%;

}



.solution_top_bg01, .solution_top_bg02 {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;

}



.solution_top_bg01 img,

.solution_top_bg02 img {

    width: 100%;

    object-fit: cover;

}



.solution_top_bg02 img {

    opacity: 0;

    transition: all .4s;

    transition-delay: .4s;

}



.solution_top_bg02.active img {

    opacity: 1;

}





.solution_box .foot_t_bg {

    position: absolute;

    left: 0;

    bottom: -1px;

    width: 100%;

    line-height: 0;

}





.solution_box .foot_t_bg img {

    width: 100%;

    object-fit: cover;

}



.solution_box .title {

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}



.solution_box .text {

    margin-top: 16px;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}



.solution_box .btn {

    margin-top: 48px;

}



.so_grey {

    color: #989898;

}



.so_black {

    color: var(--dark-color);

}



.so_blue {

    color: var(--main-color);

}



@media (max-width:767px) {

    .solution_box {

        /*padding-top: 100px;*/

        /*padding-bottom: 90px;*/

    }



    .solution_box .background {

        top: 0px;

        height: 100%;

    }



    .solution_box .foot_t_bg {

        bottom: -2px;

        left: -20px;

        width: calc(100% + 20px);

        line-height: 0;

    }



    .solution_box .text {

        font-size: 18px;

    }

    .solution_top_bg01, .solution_top_bg02 {

        left: -10px;

        width:calc(100% + 20px);

    }



}





/* page banner */

.page_ban {

    position: relative;

    display: flex;

    align-items: flex-end;

    padding-top: 270px;

    width: 100%;

    z-index: 1;

    /* height: 600px; */

    overflow: hidden;

}



.page_ban .img {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

}



.page_ban .img img {

    width: 100%;

    height: 100%;

    object-fit: cover;



}



.page_ban .img img {

    transform: scale(1.05);

    transition: transform 1.5s ease-in-out;

}



.page_ban .img img.banner-normal {

    transform: scale(1);

}





.page_ban_text {

    padding-bottom: 138px;

    padding-left: 40px;

    color: var(--white-color);

    z-index: 1;

}



.page_ban_text::before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 130px;

    height: 0;

    background: linear-gradient(360deg, #015EEA 0%, rgba(1, 94, 234, 0.00) 100%);

    border-left: 1px solid var(--main-color);

    transition: height 1.2s;

    transition-delay: .3s;

    z-index: -1;

}



.page_ban_text .t {

    font-style: normal;

    font-weight: 700;

    line-height: 28px;

}



.page_ban_text h2 {

    margin-top: 8px;

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.page_ban_text.aos-animate::before {

    height: calc(100% + 1px);

}



@media (max-width:1280px) {



    /* .page_ban {

    height: 500px;

    } */

    .page_ban {

        padding-top: 200px;

    }



}



@media (max-width:991px) {



    /* .page_ban {

    height: 450px;

    } */

    .page_ban {

        padding-top: 140px;

    }



    .page_ban_text {

        padding-bottom: 60px;

    }



    .page_ban_text::before {

        width: 100px;

    }



}



@media (max-width:767px) {

    .page_ban {

        padding-top:0;

        align-items: center;

    }



    .page_ban_text {

        display: flex;

        flex-flow: column;

        justify-content: center;

        margin-top: 70px;

        padding-left: 26px;

        padding-bottom: 40px;

        height: 305px;



    }

    .page_ban_text.aos-animate::before {

        height: calc(74% + 1px);

    }

    .page_ban_text::before {

        width: 80px;

    }



}



/* 源点学坊 */

.ydxf_one_box {

    padding-top: 88px;

}



.ydxf_one_box .pic {

    position: relative;

    padding: 200px 72px;

    overflow: hidden;

    border-radius: 16px;

    z-index: 1;

}



.ydxf_one_box .pic img {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    -webkit-transition: -webkit-transform .4s;

    transition: -webkit-transform .4s;

    -o-transition: transform .4s;

    transition: transform .4s;

    transition: transform .4s, -webkit-transform .4s;

    -webkit-transition: transform .4s;

    z-index: -1;

}



.ydxf_one_box .pic:hover img {

    -webkit-transform: scale(1.03);

    -ms-transform: scale(1.03);

    transform: scale(1.03);

}



.ydxf_one_box .text .title {

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.ydxf_one_box .text .des {

    padding-top: 30px;

    color: var(--white-color);

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

    opacity: 0.8;

}



.ydxf_two_box {

    margin-top: 120px;

    position: relative;



    z-index: 1;

    overflow: hidden;

}



.ydxf_two_box {

    display: flex;

}



.ydxf_two_box .ydxf_two_left {

    position: absolute;

    left: 0;

    top: 0;

    width: 50%;

    height: 100%;

    z-index: -1;

}



.ydxf_two_box .ydxf_two_left img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.ydxf_two_box .ydxf_two_right {

    position: absolute;

    right: 0;

    top: 0;

    width: 50%;

    height: 100%;

    background-color: var(--main-color);

    z-index: -1;

}



.ydxf_two_box .my-container {

    display: flex;

    justify-content: flex-end;

    min-height: 760px;

}



.ydxf_two_box .text {

    padding: 60px;

    padding-right: 0;

    display: flex;

    flex-flow: column;

    justify-content: space-between;

    width: 50%;

}



.ydxf_two_box .text .title {

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.ydxf_two_box .text .text_des {

    margin-top: 8px;

    color: var(--white-color);

    font-weight: 400;

    line-height: 1.5;

}



.ydxf_two_box .tab-nav {

    margin-top: 40px;

}



.ydxf_two_box .tab-nav .tab_click {

    position: relative;

    padding-top: 32px;

    padding-bottom: 32px;

    cursor: pointer;

}



.ydxf_two_box .tab-nav .tab_click:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 1px;

    background-color: var(--white-color);

    opacity: 0.1;

}



.ydxf_two_box .tab-nav .tab_click::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 1px;

    background-color: var(--white-color);

    transition: width .4s;

}



.ydxf_two_box .de_tab_title {

    position: relative;

}



.ydxf_two_box .de_tab_title .icon {

    margin-right: 12px;

    width: 30px;

    height: 30px;

}



.ydxf_two_box .de_tab_title h3 {

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

}



.ydxf_two_box .tab_click .click i {

    display: block;

    width: 30px;

    height: 30px;

    background-image: url(../images/ydxf_plus.svg);

    background-repeat: no-repeat;

    background-size: cover;

}



.ydxf_two_box .de_tab_text {

    position: relative;

    padding-left: 42px;

    height: 0;

    opacity: 0;

    overflow: hidden;

    transform: translateY(5px);

    transition: all .4s;

}



/* hover */

.ydxf_two_box .tab_click.active .click i {

    background-image: url(../images/ydxf_plus2.svg);

}



.ydxf_two_box .tab-nav .tab_click.active::before {

    width: 100%;

}



.ydxf_two_box .active .de_tab_text {

    display: block;

    opacity: 1;

    height: auto;

    padding-top: 16px;

    transform: translateY(0);

}



.ydxf_two_box .active .de_tab_text p {

    color: rgba(255, 255, 255, 0.80);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.page_title .t {

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.page_title .des {

    margin-top: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}



.p_black .t {

    color: var(--dark-color);

}



.p_black .des {

    color: #666;

}



.p_white .t {

    color: var(--white-color);

}



.p_white .des {

    color: var(--white-color);

}







@media (max-width:1440px) {

    .ydxf_one_box .pic {

        padding: 180px 50px;

    }



}



@media (max-width:1365px) {

    .ydxf_one_box .pic {

        padding: 150px 40px;

    }



}





@media (max-width:991px) {

    .ydxf_one_box {

        padding-top: 80px;

    }



    .ydxf_one_box .pic {

        padding: 100px 30px;

    }



    .ydxf_two_box .text {



        padding-left: 30px;

    }

}



@media (max-width:767px) {

    .page_title .des {

        margin-top: 10px;

    }



    .ydxf_one_box {

        padding-top: 60px;

    }



    .ydxf_one_box .pic {

        padding:26px 26px 194px 26px;

    }



    .ydxf_two_box {

        margin-top: 60px;

        flex-flow: column;

    }



    .ydxf_two_box .ydxf_two_left {

        position: relative;

        width: 100%;

    }



    .ydxf_two_box .ydxf_two_right {

        width: 100%;

        z-index: -2;

    }

    .ydxf_two_box .tab-nav {

        margin-top: 14px;

    }

    .ydxf_two_box .my-container {

        min-height: inherit;

    }



    .ydxf_two_box .text {

        padding: 40px 0;

        width: 100%;

    }



    .ydxf_two_box .active .de_tab_text p {

        font-size: 16px;

        line-height: 1.5;

    }



    .ydxf_two_box .tab-nav .tab_click {

        padding-top: 26px;

        padding-bottom: 26px;

    }





}





/* three */

.ydxf_three_box {

    padding-top: 120px;

}



.ydfxf_three_model {

    padding-top: 44px;

}



.ydfxf_three_model ul {

    display: flex;

    align-items: stretch;



    margin-left: -20px;

    margin-right: -20px;

}



.ydfxf_three_model ul li {

    padding: 0 20px;

    width: 33.33%;

}



.ydfxf_three_model .bg {

    display: flex;

    height: 100%;

    min-height: 400px;

    padding: 40px;

    flex-direction: column;

    justify-content: space-between;

    align-items: flex-start;

    border-radius: 16px;

    background: #F1F6FD;

    transition: all .3s;

}



.ydfxf_three_model .bg .t {

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.ydfxf_three_model .bg .des {

    margin-top: 16px;

    color: #666;

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}



.ydfxf_three_model .bg .icon {

    margin-top: 30px;

}

.ydfxf_three_model .bg .icon img {

    max-width: 100px;

}



@media (min-width:768px) {

    .ydfxf_three_model .bg:hover {

        transform: translateY(-10px);

    }



}

.ydxf_four_box {

    padding-top: 120px;

}



.ydxf_four_box .pic {

    position: relative;

    padding-top: 58px;

    padding-left: 40px;

    padding-right: 40px;

    padding-bottom: 40px;

    border-radius: 16px;

    overflow: hidden;

}



.ydxf_four_box .pic .background {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;



    z-index: -1;

}



.ydxf_four_box .pic .background img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.ydxf_four_box .loop {

    padding-top: 382px;

}



.ydxf_four_box .loop .swiper-slide {

    height: auto;

}



.ydxf_four_box .loop .bg {

    display: flex;

    height: 100%;

    padding: 24px;

    flex-direction: column;

    align-items: flex-start;

    border-radius: 8px;

    background: rgba(255, 255, 255, 0.70);

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

    transition: all .3s;

}



.ydxf_four_box .loop .bg .icon {

    margin-bottom: 24px;

}



.ydxf_four_box .loop .bg .t {

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.ydxf_four_box .loop .bg .des {

    margin-top: 8px;

    color: #666;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.ydxf_four_box .loop .bg:hover {

    background: var(--white-color);

    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);

}



.swiper-pagin {

    margin-top: 10px;

    text-align: center;

}



.swiper-pagin span {

    margin: 0 4px;

    width: 10px;

    height: 4px;

    border-radius: 10px;

}



.swiper-pagin span.swiper-pagination-bullet-active {

    width: 14px;

}



@media (max-width:991px) {



    .ydxf_three_box,

    .ydxf_four_box {

        padding-top: 80px;

    }



    .ydfxf_three_model ul {

        margin-left: -10px;

        margin-right: -10px;

    }



    .ydfxf_three_model ul li {

        padding: 0 10px;

    }



    .ydfxf_three_model .bg {

        min-height: 400px;

        padding: 30px;

    }



    .ydfxf_three_model .bg .icon {

        max-width: 80px;

    }

}



@media (max-width:767px) {



    .ydxf_three_box,

    .ydxf_four_box {

        padding-top: 60px;

    }



    .ydfxf_three_model ul {

        flex-flow: column;

    }



    .ydfxf_three_model ul li {

        padding: 10px;

        width: 100%;

    }



    .ydfxf_three_model .bg {

        min-height: 350px;

        padding: 30px 26px;

    }



    .ydfxf_three_model .bg .icon {

        max-width: 60px;

    }

    .ydfxf_three_model .bg .icon img {

        max-width: 100%;

    }

    .ydxf_four_box .pic {

        padding-top: 58px;

        padding-left: 20px;

        padding-right: 30px;

        padding-bottom: 40px;

    }



    .ydxf_four_box .loop .swiper-container {

        overflow: visible;

    }



    .ydxf_four_box .loop .swiper-slide {

        height: auto;

    }



    .ydxf_four_box .loop .bg .icon {

        margin-bottom: 16px;

    }



    .ydxf_four_box .loop .bg .des {

        font-size: 16px;

        line-height: 1.5;

    }





}



/* 认证流程 */

.ydxf_five_box {

    padding-top: 150px;

    padding-bottom: 70px;

}



.rzlc_box {

    margin-top: 68px;

}



.rzlc_box .right_top {

    position: absolute;

    bottom: 100%;

    right: 0;

    margin-bottom: -34px;

}



.rzlc_box .bg {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    border-radius: 16px;

    overflow: hidden;

    z-index: -1;

}



.rzlc_box .bg img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.text_cont {

    display: flex;

}



.text_cont .lc_loop {

    position: relative;

    width: 25%;

    display: flex;

    padding: 48px;

    flex-direction: column;

}



.text_cont .lc_loop .icon {

    max-width: 64px;

}



.text_cont .lc_loop .t {

    margin-top: 24px;

}



.text_cont .lc_loop .t,

.text_cont .lc_loop .s_t {

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.text_cont .lc_loop .des {

    margin-top: 10px;

    color: var(--white-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

    opacity: 0.8;

}



.lc_loop .ine {

    margin-top: 24px;

    margin-bottom: 24px;

    display: block;

    background-color: var(--white-color);

    opacity: 0.2;

    width: 100%;

    height: 1px;

}



.text_cont .fw_loop {

    padding-top: 10px;

    display: flex;

    flex-flow: column;

}



.text_cont .fw_loop p {

    position: relative;

    padding-left: 12px;

    margin-bottom: 8px;

    color: rgba(255, 255, 255, 0.80);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;



}



.text_cont .fw_loop p:last-child {

    margin-bottom: 0;

}



.text_cont .fw_loop p::before {

    content: "";

    position: absolute;

    left: 0;

    top: 12px;

    width: 4px;

    height: 4px;

    border-radius: 50%;

    background-color: rgba(255, 255, 255, 0.40);

}





.text_cont .lc_loop .lc_line {

    position: absolute;

    right: 0;

    top: 48px;



    width: 1px;

    height: calc(100% - 96px);

}



.text_cont .lc_loop .lc_line::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 1px;

    height: 100%;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);

    opacity: 0.2;

}



.text_cont .lc_loop .lc_line i {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    display: flex;

    width: 40px;

    height: 40px;

    padding: 10px;

    justify-content: center;

    align-items: center;

    border-radius: 60px;

    border: 1px solid rgba(255, 255, 255, 0.40);

    background-color: rgba(255, 255, 255, 0.20);

    backdrop-filter: blur(4px);

    -webkit-backdrop-filter: blur(4px);

    z-index: 1;

}



@media (max-width:991px) {

    .text_cont {

        flex-wrap: wrap;

    }



    .text_cont .lc_loop {

        width: 50%;

    }



    .text_cont .lc_loop:nth-child(2) .lc_line {

        display: none !important;

    }



}



@media (max-width:767px) {

    .ydxf_five_box {

        padding-top: 60px;

        padding-bottom: 70px;

    }



    .text_cont .lc_loop {

        padding: 30px 26px;

        width: 100%;

    }



    .rzlc_box {

        margin-top: 130px;

    }



    .rzlc_box .right_top {

        max-width: 180px;

        margin-bottom: -24px;

    }



    .text_cont .lc_loop .s_t {

        font-size: 20px;

    }



    .text_cont .lc_loop .icon {

        max-width: 56px;

    }



    .text_cont .lc_loop .des,

    .text_cont .fw_loop p {

        font-size: 16px;

        line-height: 1.5;

    }



    .text_cont .fw_loop p::before {

        top: 10px;

    }



    .text_cont .lc_loop .lc_line {

        display: none !important;

    }



    .text_cont .lc_loop::after {

        content: "";

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 1px;

        background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);

        opacity: 0.2;

    }



    .text_cont .lc_loop:first-child:after {

        opacity: 0;

    }

}



/* 视频教程 */

.video_list_box {

    padding-top: 88px;

    padding-bottom: 35px;

}



.video_list_box .page_title .des {

    margin-top: 8px;

}



.mt46 {

    margin-top: 46px;

}



.video_list {

    padding-top: 24px;

}



.video_list ul {

    display: flex;

    flex-wrap: wrap;

    align-items: stretch;

    margin-left: -16px;

    margin-right: -16px;

}



.video_list ul li {

    padding: 16px;

    width: 33.33%;

}



.video_list .bg {

    width: 100%;

    height: 100%;

    cursor: pointer;

    transition: all .3s;

}



.video_list .bg .thumb {

    position: relative;

    display: flex;

    /* padding: 40px; */



    /* padding-bottom: 68px; */

    border-radius: 16px;

    /* min-height: 336px; */

    z-index: 1;

    overflow: hidden;

}



/* .video_list .bg .thumb>img {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    z-index: -1;

} */

.video_list .n_top {

    display: flex;

    flex-flow: column;

    justify-content: space-between;

    width: 100%;

}



.video_list .n_top .s_t {

    color: var(--main-color);

    text-align: justify;

    font-family: 'OPPOSans';

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}



.video_list .n_top .t {

    margin-top: 6px;

    color: #1C2029;

    text-align: justify;

    font-family: 'OPPOSans';

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}



.video_list .play_icon {

    display: flex;



}



.video_list .play_icon span {

    display: flex;

    padding: 7px 16px 8px 10px;

    border-radius: 48px;

    background: var(--white-color);

    justify-content: center;

    align-items: center;

    color: var(--main-color);

    text-align: justify;

    font-family: 'OPPOSans';

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

}



.video_list .play_icon span i {

    display: flex;

    width: 30px;

    height: 30px;

    background-image: url(../images/video_list_play.svg);

    background-position: center;

    background-repeat: no-repeat;

}





.video_list .cont {

    position: relative;

    padding-bottom: 24px;

    margin-top: 24px;

}



.video_list .cont:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 1px;

    background-color: rgba(0, 0, 0, 0.10);

}



.video_list .cont::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 1px;

    background-color: var(--main-color);

    transition: width .4s;

}



.video_list .cont .title {

    color: var(--dark-color);

    text-align: justify;

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

    overflow: hidden;

    white-space: nowrap;

    -o-text-overflow: ellipsis;

    text-overflow: ellipsis;

}



.video_list .cont .clock {

    margin-top: 16px;

    color: #A8A8A8;

    text-align: justify;

    font-family: "Outfit";

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

}



.video_list .cont .clock img {

    width: 20px;

    margin-right: 8px;

}



/* hover */

.video_list .bg:hover {

    transform: translateY(-10px);

}



.video_list .bg:hover .cont .title {

    color: var(--main-color);

}



.video_list .bg:hover .cont::before {

    width: 100%;

}





@media (max-width:767px) {

    .video_list_box {

        padding-top: 60px;

    }



    .video_list ul li {

        width: 100%;

    }

    .video_list .cont .clock {

        font-size: 16px;

    }

}



/* selsise */

.sel_one_box {

    padding-top: 88px;

}



.sel_one_box .sel_sc_box {

    margin-top: 64px;

    display: flex;

    align-items: center;

    align-self: stretch;

    border-radius: 16px;

    background-color: #F0F3F7;

    overflow: hidden;

}



.sel_one_box .sel_sc_box .sel_one_pic {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 50%;

    order: 2;

}



.sel_one_box .sel_one_left {

    padding: 72px;

    width: 50%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    align-self: stretch;

}



.sel_one_left .t {

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.sel_one_left .text {

    padding-top: 16px;

}



.sel_one_left .text p {

    color: #666;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.sel_one_left .line {

    margin-top: 40px;

    margin-bottom: 40px;

    width: 100%;

    height: 1px;

    background-color: #000;

    opacity: 0.1;

}



.sel_number {

    width: 100%;

}



.sel_number ul {

    display: flex;

}



.sel_number ul li {

    padding-right: 56px;

}



.sel_number ul li:last-child {

    padding-right: 0;

}



.sel_number .top {

    display: flex;

    align-items: flex-end;

}



.sel_number .top span {

    color: var(--main-color);

    font-family: 'Outfit';

    font-style: normal;

    font-weight: 500;

    line-height: 0.8;

}



.sel_number .top em {

    margin-left: 8px;

    color: var(--dark-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    opacity: 0.8;

}



.sel_number p {

    padding-top: 12px;

}



.sel_two_box {

    margin-top: 88px;

    padding-top: 88px;

    padding-bottom: 130px;

    background-image: url(../images/sel_stsq_bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

}



.sel_stsq_bg {

    margin-top: 64px;

    display: flex;

    align-items: center;

    align-self: stretch;

    border-radius: 16px;

    background: rgba(255, 255, 255, 0.90);

    overflow: hidden;

}



.sel_two_left {

    display: flex;

    padding: 72px;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    align-self: stretch;

    flex: 1;

}



.sel_two_pic {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 50%;

}



.sel_two_left .title {

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.sel_two_left .text {

    padding-top: 16px;

}



.sel_two_left .text,

.sel_two_left .text p {

    color: #666;

    text-align: justify;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.sel_two_left .loop {

    padding-top: 8px;

}



.sel_two_left .loop ul li {

    padding-top: 32px;

    padding-bottom: 32px;

}



.sel_two_left .loop ul li:first-child {

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}



.sel_two_left .loop ul li:last-child {

    padding-bottom: 0;

}



.sel_two_left .loop .t {

    align-items: center;

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

}



.sel_two_left .loop .t img {

    width: 32px;

    margin-right: 10px;

}



.sel_two_left .loop .des {

    margin-top: 16px;

    color: #666;

    text-align: justify;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.sel_three_box {

    padding: 88px 0;

    background-image: url(../images/sel_hzys_bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}



.sel_three_box .sthb_swiper {

    margin-top: 64px;

}



.sthb_swiper .swiper-wrapper {

    align-items: stretch;

}



.sthb_swiper .swiper-slide {

    height: auto;

}



.sthb_swiper .bg {

    position: relative;

    padding: 32px;

    display: flex;

    width: 100%;

    height: 100%;

    min-height: 420px;

    flex-direction: column;

    justify-content: space-between;

    align-items: flex-start;

    border-radius: 16px;

    background-color: var(--white-color);

    transition: background-color .2s;

    z-index: 1;

    overflow: hidden;

}



.sthb_swiper .bg:after {

    content: "";

    position: absolute;

    right: 0;

    bottom: 0;

    width: 75%;

    height: 70%;

    background-image: url(../images/hzys_icon.svg);

    background-repeat: no-repeat;

    background-size: contain;

    background-position: right bottom;

    transition: opacity .3s;

    z-index: -1;

}



.sthb_swiper .bg::before {

    content: "";

    position: absolute;

    right: 0;

    bottom: -50%;

    width: 75%;

    height: 70%;

    background-image: url(../images/hzys_icon_hover.svg);

    background-repeat: no-repeat;

    background-size: contain;

    background-position: right bottom;

    transition: all .45s;

    opacity: 0;

    z-index: -1;

}



.sthb_swiper .bg .icon {

    width: 64px;

    transition: position .5s;

    overflow: hidden;

}



.sthb_swiper .bg .text {

    transform: translateY(30px);

    margin-top: -30px;

    /* padding-top: 30px;

    margin-bottom: 30px; */

    transition: transform .6s;

}



.sthb_swiper .bg .text .t {

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    min-height: 72px;

    line-height: 36px;

}



.sthb_swiper .bg .text .des {

    margin-top: 8px;

    color: #666;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.sthb_swiper .bg .more {

    position: relative;

    display: flex;

    align-items: center;

    height: 24px;

    width: 24px;

    cursor: pointer;

}



.sthb_swiper .bg .more span {

    position: absolute;

    left: -226px;

    top: 0;

    display: flex;

    align-items: center;

    color: var(--white-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    width: max-content;

    opacity: 0;

    transition: left .45s;

}



.sthb_swiper .bg .more span img {

    width: 24px;

    margin-left: 16px;

}



.sthb_swiper .bg .more i {

    transition: left .345s;

}



/* hover */

.sthb_swiper .bg:hover {

    background: var(--main-color);

}



.sthb_swiper .bg:hover::after {

    opacity: 0;

}



.sthb_swiper .bg:hover::before {

    opacity: 1;

    bottom: 0;

}



.sthb_swiper .bg:hover .icon {

    position: absolute;

    opacity: 0;

}



.sthb_swiper .bg:hover .text {

    transform: translateY(0);

    margin-top: 0;

    padding-top: 0;

}



.sthb_swiper .bg:hover .t {

    color: var(--white-color);

}



.sthb_swiper .bg:hover .des {

    color: rgba(255, 255, 255, 0.80);

}



.sthb_swiper .bg:hover .more {

    width: auto;

    overflow: hidden;

}



.sthb_swiper .bg:hover .more span {

    position: relative;

    left: 0;

    opacity: 1;

}



.sthb_swiper .bg:hover .more i {

    position: absolute;

    left: 100%;

    top: 0;

}



/* 伙伴体系 */

.sel_four_box {

    padding-top: 120px;

}



.sel_tx_list {

    margin-top: 64px;

}



.sel_tx_list .swiper-wrapper {

    align-items: stretch;

}



.sel_tx_list .swiper-wrapper .swiper-slide {

    height: auto;

}



.sel_tx_list .bg {

    display: flex;

    width: 100%;

    min-height: 393px;

    height: 100%;

    padding: 32px;

    flex-direction: column;

    justify-content: space-between;

    align-items: flex-start;

    border-radius: 16px;

    background-image: url(../images/tx_bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    overflow: hidden;

}



.sel_tx_list .bg .cont {

    transform: translateY(68px);

    transition: all .4s;

}

.sel_tx_list .bg .icon {

    max-width: 64px;

}

.sel_tx_list .bg .t {

    color: var(--white-color);

    font-weight: 700;

    line-height: 1.5;

}



.sel_tx_list .bg .des {

    margin-top: 16px;

    color: var(--white-color);

    text-align: justify;

    font-style: normal;

    font-weight: 400;

    line-height: 1.55;

    opacity: 0.8;

}



.sel_tx_list .bg .more {

    padding-top: 40px;

    display: flex;

}



.sel_tx_list .bg .more a {

    display: flex;

    align-items: center;

    color: var(--white-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

}



.sel_tx_list .bg .more a img {

    width: 24px;

    margin-left: 16px;

}



.sel_tx_list .bg:hover .cont {

    transform: translateY(0);

}



/* 合作流程 */

.sel_five_box {

    padding-top: 120px;

    padding-bottom: 88px;

}



.hzlc_swiper {

    margin-top: 64px;

}



.hzlc_swiper .swiper-wrapper {

    align-items: stretch;

}



/* .hzlc_swiper .swiper-slide { 

    height: auto;

} */



.hzlc_swiper .bg {

    display: flex;

    min-height: 268px;

    height: 100%;

    padding: 24px;

    flex-direction: column;

    justify-content: space-between;

    align-items: flex-start;

    align-self: stretch;

    border-radius: 16px;

    background-color: #F0F3F7;

}

.hzlc_swiper .bg .icon {

    max-width: 48px;

}

.hzlc_swiper .bg .t {

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.hzlc_swiper .bg .des {

    margin-top: 16px;

    color: #666;

    text-align: justify;

    font-style: normal;

    font-weight: 400;

    line-height: 1.55;

}



.hzlc_swiper .number {

    position: relative;

    margin-top: 24px;

    padding-bottom: 24px;

    color: #666;

    text-align: center;

    font-family: 'Outfit';

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}



.hzlc_swiper .number:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 1px;

    background: rgba(0, 0, 0, 0.10);

}



.hzlc_swiper .number::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 1px;

    background-color: var(--main-color);

    transition: width .5s;

}



/* hover */

.hzlc_swiper .swiper-slide:hover .bg .t {

    color: var(--main-color);

}



.hzlc_swiper .swiper-slide:hover .number {

    color: var(--main-color);

}



.hzlc_swiper .swiper-slide:hover .number::before {

    width: 100%;

}







@media (max-width:1579px) {

    .sel_number ul li {

        padding-right: 36px;

    }

}



@media (max-width:1439px) {

    .sel_number ul {

        justify-content: space-between;

    }



    .sel_number ul li {

        padding-right: 10px;

    }



}



@media (max-width:1279px) {



    .sel_one_box .sel_one_left,

    .sel_two_left {

        padding: 60px 50px;

    }



}



@media (max-width:1200px) {

    .sel_one_box .sel_one_left {

        padding: 60px 20px 60px 40px;

    }



    .sel_two_left {

        padding: 60px 40px 60px 20px;

    }



    .sel_tx_list .bg {

        padding: 32px 26px;

    }



}



@media (max-width:991px) {



    .sel_one_box .sel_sc_box,

    .sel_stsq_bg {

        flex-flow: column;

        margin-top: 35px;

    }



    .sel_one_box .sel_sc_box .sel_one_pic,

    .sel_two_pic {

        padding: 15px;

        order: inherit;

        width: 100%;

    }



    .sel_one_box .sel_sc_box .sel_one_pic img,

    .sel_two_pic img {

        max-width: 600px;

    }



    .sel_one_box .sel_one_left {

        padding: 0 40px 40px 40px;

        width: 100%;

    }



    .sel_two_left {

        width: 100%;

        padding: 0 40px 40px 40px;

    }





    .sel_three_box .sthb_swiper {

        overflow: visible;

        margin-top: 35px;

    }



    .sel_tx_list .swiper-container,

    .hzlc_swiper {

        overflow: visible;

    }



}





@media (max-width:767px) {

    .sel_one_box {

        padding-top: 60px;

    }



    .sel_one_box .sel_sc_box {

        margin-top: 35px;

    }



    .sel_one_box .sel_sc_box .sel_one_pic img,

    .sel_two_pic img {

        max-width: 100%;

    }



    .sel_one_box .sel_one_left {

        padding: 0 26px 20px 26px;

    }



    .sel_one_left .text p {

        font-size: 16px;

        line-height: 1.55;

    }



    .sel_one_left .line {

        margin-top: 30px;

        margin-bottom: 30px;

    }



    .sel_number ul {

        flex-wrap: wrap;

    }



    .sel_number ul li {

        padding-right: 10px;

        padding-bottom: 20px;

    }



    .sel_number .top em {

        font-size: 16px;

    }



    .sel_number p {

        padding-top: 8px;

        font-size: 16px;

    }



    .sel_two_box {

        margin-top: 60px;

        padding-top: 60px;

        padding-bottom: 60px;

    }



    .sel_two_left {

        padding: 0 20px 40px 20px;

    }



    .sel_two_left .text,

    .sel_two_left .text p,

    .sel_two_left .loop .des,

    .hzlc_swiper .bg .des {

        font-size: 16px;

        line-height: 1.55;

    }



    .sel_two_left .loop .t img {

        width: 24px;

        margin-right: 6px;

    }





    .sel_three_box {

        padding: 60px 0;

    }



    .sthb_swiper .bg {

        padding: 32px 20px;

    }



    .sthb_swiper .bg .icon,



    .sel_tx_list .bg .more a {

        font-size: 16px;

    }



    .sel_tx_list .bg .more a img {

        width: 24px;

        margin-left: 10px;

    }



    .sel_tx_list .bg .icon {

        width: 56px;

    }



    .sthb_swiper .bg .text {

        padding-top: 0;

        margin-bottom: 0;

    }

    .sthb_swiper .bg .text .t {

        min-height: 60px;

        line-height: 30px;

    }

    .sthb_swiper .bg .text .des{

        font-size: 16px;

        line-height: 1.55;

    }

    .sel_four_box {

        padding-top: 60px;

    }



    .sel_tx_list {

        margin-top: 35px;

    }



    .sel_tx_list .bg {

        padding: 32px 20px;

    }



    .hzlc_swiper {

        margin-top: 35px;

    }

    .hzlc_swiper .number {

        margin-top: 20px;

        padding-bottom: 20px;

    }

    .sel_five_box {

        padding-top: 60px;

        padding-bottom: 50px;

    }



}







/* 申请表单 */



.st_form_box {

    position: relative;

    padding-top: 88px;

    padding-bottom: 86px;

    background-color: var(--white-color);

    z-index: 1;

}



.st_form_box::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    height: 100%;

    width: 40%;

    max-width: 559px;

    max-height: 524px;

    background-image: url(../images/sq_left_bg.png);

    background-repeat: no-repeat;

    background-size: contain;

    background-position: left bottom;

    z-index: -1;

}



.st_form_box .my-container {

    display: flex;

    justify-content: space-between;

}



.st_form_box .st_form_left {

    max-width: 490px;

}



@media (min-width:991px) {

    .st_form_box .st_form_left .page_title {

        padding-bottom: 50px;

    }

}

.st_form_box .st_form_right {

    flex: 1;

    margin-left: 50px;

    max-width: 877px;

}



.item_right.st_form_right form {

    display: flex;

    flex-wrap: wrap;

}



.st_form_right .loop {

    flex-wrap: wrap;

    margin-left: -12px;

    margin-right: -12px;

}



.item_right.st_form_right .w3 {

    margin-left: 12px;

    margin-right: 12px;

    width: calc(33.33% - 24px);

}



.st_form_box .item_right .colw100 {

    align-items: flex-start;

    height: 200px;

}



.st_form_box .input-container textarea {

    outline: none;

    z-index: 1;

    position: relative;

    background: none;

    width: 100%;

    height: 176px;

    line-height: 26px;

    border: 0;

    color: var(--dark-color);

    font-size: 16px;

    font-weight: 400;

    resize: none;

    font-family: 'Microsoft YaHei UI'

}





.item_right.st_form_right .agreen_ment {

    padding-left: 16px;

}



.item_right.st_form_right .col.yanzheng {

    padding-right: 0;

    max-width: 400px;

}



.st_form_right .st_submit {

    margin-top: 24px;

    max-width: 400px;

}



.input_select_box .icon {

    width: 24px;

    height: 24px;

    right: 20px;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    background-image: url(../images/chevron-down2.svg);

    background-repeat: no-repeat;

    cursor: pointer;

}



.input_select_box .drop_down_ {

    position: absolute;

    right: 0;

    top: 60px;

    padding: 24px 20px;

    width: 100%;

    border-radius: 12px;

    background-color:var(--white-color);

    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);

    z-index: 9;

}

.input_select_box02 .drop_down_ {

    opacity: 0;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    overflow: hidden;

}

.input_select_box02 .drop_down_.show {

    opacity: 1;

}

.st_form_right .input_select_box .drop_down_ {

    max-height: 250px;

    overflow-y: auto;

}



.st_form_right .input_select_box .drop_down_::-webkit-scrollbar {

    width: 4px;

    height: 2px

}



.st_form_right .input_select_box .drop_down_::-webkit-scrollbar-button:vertical {

    display: none

}



.st_form_right .input_select_box .drop_down_::-webkit-scrollbar-corner,

::-webkit-scrollbar-track {

    background-color: transparent;

}



.st_form_right .input_select_box .drop_down_::-webkit-scrollbar-thumb {

    border-radius: 8px;

    background-color: var(--main-color);

}



.input_select_box .drop_down_ p {

    margin-bottom: 12px;

    font-size: 18px;

    color: #666;

    cursor: pointer;

}

.input_select_box .drop_down_ p:hover {

    color: var(--main-color);

}

.region-select .drop_down_ {

    padding: 0;

    width: 280px;

    opacity: 0;

    visibility: hidden;

    height: 0;

    overflow: hidden;

    display: flex;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

}



.region-select .drop_down_.show {

    opacity: 1;

    visibility: visible;

    height: auto;

}



.region-select .province,

.region-select .city {

    flex: 1;

    overflow-y: auto;

    border-right: 1px solid #f0f0f0;

}



.region-select .province .item,

.region-select .city .item {

    padding: 10px 14px;

}



.region-select .province .item ,

.region-select .city .item {

    font-size: 18px;

    cursor: pointer;

}



.region-select .city {

    border-right: none;

}



.region-select .item:hover,

.region-select .item.active {

    color: var(--main-color);

}



@media (max-width:1439px) {

    .st_form_box .st_form_left {

        width: 37%;

    }



    .st_form_right .loop {

        margin-left: -6px;

        margin-right: -6px;

    }



    .item_right.st_form_right .w3 {

        margin-left: 6px;

        margin-right: 6px;

        width: calc(33.33% - 12px);

    }

}



@media (max-width:1365px) {

    .st_form_box .st_form_left {

        width: 32%;

    }



}



@media (max-width:1279px) {

    .st_form_box .st_form_left {

        width: 370px;

    }



    .item_right.st_form_right .w3 {

        width: calc(50% - 12px);

    }



}



@media (max-width:991px) {

    .st_form_box {

        padding-top: 68px;

        padding-bottom: 66px;

    }



    .st_form_box .my-container {

        flex-flow: column;

    }



    .st_form_box .st_form_left {

        width: 100%;

    }



    .st_form_box .st_form_right {

        flex: inherit;

        margin-left: 0;

        margin-top: 40px;

        width: 100%;

    }



}



@media (max-width:767px) {

    .st_form_box {

        padding-top: 30px;

        padding-bottom: 60px;

    }



    .item_right.st_form_right .w3 {

        width: calc(100% - 12px);

    }



    .st_form_right .st_submit {

        padding: 12px;

        height: 50px;

    }



}



/* contact */

.contact_top {

    margin-top: 80px;

    padding: 40px;

    border-radius: 16px;

    background-image: url(../images/lx_bg.jpg);

    background-repeat: no-repeat;

    background-position: top center;

    background-size: cover;

    overflow: hidden;

}



.fontout {

    font-family: 'Outfit';

}



.contact_list {

    padding-top: 42px;

}



.contact_list ul {

    display: flex;

    justify-content: space-between;

    align-items: stretch;



}



.contact_list ul li {

    position: relative;

    /* padding: 15px; */

}



.contact_list ul li:last-child {

    min-width: 32%;

}



.contact_list .line {

    /* padding: 0; */

    width: 1px;

    background-color: rgba(255, 255, 255, 0.30);

}



.contact_list .icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 46px;

    height: 46px;

    background-color: rgba(255, 255, 255, 0.30);

    border-radius: 50%;

}



.contact_list .s_t {

    margin-top: 16px;

    color: var(--white-color);

    font-style: normal;

    font-weight: 400;

    line-height: 1.55;

    opacity: 0.6;

}



.contact_list .t {

    margin-top: 8px;

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.contact_list .t a {

    color: var(--white-color);

}



.contact_link {

    margin-top: 140px;

    padding-top: 16px;

    border-top: 1px solid rgba(255, 255, 255, 0.30);

}



.contact_link>.title {

    color: var(--white-color);

    font-weight: 700;

    line-height: 1.5;

}





.box_bottom_list {

    padding-top: 30px;

    display: flex;

}



.box_bottom_list .ul {}



.box_bottom_list .ul .li {

    position: relative;

    padding-right: 32px;

    margin-right: 32px;



    float: left;

}



.box_bottom_list .ul .li::before {

    content: "";

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 1px;

    height: 35px;

    background-color: rgba(255, 255, 255, 0.30);

}



.box_bottom_list .ul .li:last-child {

    padding-right: 0;

    margin-right: 0;

}



.box_bottom_list .ul .li:last-child:before {

    display: none;

}



.box_bottom_list .ul .li .right {

    padding-left: 16px;

}



.box_bottom_list .t {

    color: var(--white-color);

    font-size: 20px;

    font-style: normal;

    font-weight: 700;

    line-height: 32px;

}



.box_bottom_list .p {

    padding-top: 4px;

    color: var(--white-color);

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

    opacity: 0.6;

}



.eject_cont {

    position: relative;

    cursor: pointer;

    overflow: hidden;

}



.eject_cont .eject_tc {

    position: absolute;

    bottom: calc(100% + 10px);

    left: 50%;

    margin-left: -58px;

    transform: translateY(-20px);

    padding: 8px;

    background: var(--white-color);

    border-radius: 16px;

    opacity: 0;

    justify-content: center;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -ms-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

    z-index: -1;

}



.eject_cont .eject_tc:before {

    content: ' ';

    position: absolute;

    background-image: url(../images/polygon.svg);

    background-repeat: no-repeat;

    width: 22px;

    height: 12px;

    bottom: -12px;

    left: 50%;

    margin-left: -10px;

}



.eject_cont .eject_tc .img_ {

    width: 140px;

    text-align: center;

}



.eject_cont:hover {

    overflow: visible;

}



.eject_cont .eject_tc.m_show {

    opacity: 1;

    transform: translateY(0);

    z-index: 99;

}



.point_box {

    padding-top: 95px;

    padding-bottom: 82px;

}



.point_box .point_list {

    margin-top: 48px;

}



.point_list .swiper-wrapper {

    align-items: stretch;

}



.point_list .swiper-slide {

    height: auto;

}



.point_list .bg {

    position: relative;

    display: flex;

    width: 100%;

    min-height: 360px;

    height: 100%;

    padding: 28px;

    flex-direction: column;

    border-radius: 16px;

    background-color: #F0F3F7;

    transition: background-color 0.4s;

    z-index: 1;

}



.point_list .bg:after {

    content: "";

    position: absolute;

    right: 0;

    bottom: 0;

    width: 50%;

    height: 50%;

    max-width: 116px;

    max-height: 118px;

    background-image: url(../images/bgdd_bg.svg);

    background-repeat: no-repeat;

    background-position: right bottom;

    background-size: contain;

    z-index: -1;

}



.point_list .bg .t {

    position: relative;

    padding-bottom: 24px;

    color: var(--dark-color);

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}



.point_list .bg .t:after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    background-color: #000;

    opacity: 0.05;

    width: 100%;

    height: 1px;

}



.point_list .bg .t::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    background-color: var(--white-color);

    opacity: 0.3;

    width: 0;

    height: 1px;

    transition: width .5s;

}



.point_list .bg .cont {

    padding-top: 24px;

    padding-bottom: 60px;

    max-width: 330px;

}



.point_list .bg p {

    display: flex;

    align-items: flex-start;

    margin-bottom: 12px;



}



.point_list .bg p span {

    position: relative;

    display: block;

    margin-right: 8px;

    margin-top: 1px;

    width: 26px;

}



.point_list .bg p span img:nth-child(2) {

    display: none;

}



.point_list .bg p a {

    flex: 1;

    display: block;

    color: #666;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 1.55;

}



.point_list .link {

    position: absolute;

    left: 28px;

    bottom: 28px;

}



.point_list .link a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 40px;

    height: 40px;

    background-color: var(--white-color);

    border-radius: 50%;

}



.point_list .link i {

    display: block;

    width: 24px;

    height: 24px;

    background-image: url(../images/hzys_grey_jt.svg);

}



.point_list .bg:hover {

    background-color: var(--main-color);

}



.point_list .bg:hover:after {

    background-image: url(../images/bgdd_white_bg.svg);

}



.point_list .bg:hover .t {

    color: var(--white-color);

}



.point_list .bg:hover .t::before {



    width: 100%;



}



.point_list .bg:hover p a {

    color: var(--white-color);

}



.point_list .bg:hover p span img:nth-child(1) {

    display: none;

}



.point_list .bg:hover p span img:nth-child(2) {

    display: block;

}



.point_list .bg:hover .link a {

    background-color: rgba(255, 255, 255, 0.50);

}



.point_list .bg:hover .link i {

    background-image: url(../images/hzys_white_jt.svg);

}



@media (max-width:1279px) {

    .contact_list ul li:last-child {

        width: 30%;

        min-width: inherit;

    }



    .box_bottom_list .ul .li {

        padding-right: 20px;

        margin-right: 20px;

    }

}



@media (max-width:991px) {

    .contact_list ul {

        flex-wrap: wrap;

        margin: 0;

    }



    .contact_list .line:nth-child(6) {

        display: none;

    }



    .contact_list ul li:last-child {

        margin-top: 30px;

        width: 100%;

    }



    .contact_link {

        margin-top: 100px;

    }



    .box_bottom_list .ul {

        display: flex;

    }



    .point_list .bg {

        padding: 25px 20px;

    }







}



@media (max-width:767px) {

    .contact_top {

        margin-top: 60px;

        padding: 40px 26px;

    }



    .contact_list ul li {

        margin-bottom: 30px;

        width: 100%;

    }



    .contact_list .line {

        width: 100%;

        height: 1px;

    }



    .contact_list .line:nth-child(6) {

        display: inline-block;

    }



    .contact_list ul li:last-child {

        margin-top: 0;

    }



    .contact_link {

        margin-top: 50px;

    }



    .box_bottom_list .ul {

        flex-flow: column;

    }



    .box_bottom_list .ul .li {

        padding-right: 0;

        margin-right: 0;

        margin-bottom: 30px;

        width: 100%;

    }



    .contact_box_list ul li {

        padding: 10px 20px;

    }



    .box_list01 .icon {

        padding-top: 10px;

    }



    .box_list01 .icon img {

        width: 30px;

    }



    .box_bottom_list .ul .li:last-child {

        margin-bottom: 0;

    }



    .box_bottom_list .ul .li::before {

        display: none;

    }



    .point_box {

        padding-top: 60px;

        padding-bottom: 60px;

    }



    .point_list .swiper-container {

        overflow: visible;

    }





}



/* 合作 */

.rzhz_banner {

    padding-top: 0;

    height: 100vh;

    min-height: 600px;

}



.rzhz_banner .my-container {

    display: flex;

    justify-content: space-between;

    height: 100%;

}



.rzhz_banner .rzhz_left {

    flex: 1;

    padding-top: 244px;

    padding-top: 14%;

    max-width: 817px;

    margin-right: 80px;

}



.rzhz_banner .rzhz_right {

    padding-bottom: 7%;

    display: flex;

    flex-flow: column;

    justify-content: flex-end;

}



.rzhz_banner .rzhz_left h2 {

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.rzhz_banner .rzhz_left .text {

    padding-top: 27px;

    color: var(--white-color);

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}



.rzhz_banner .rzhz_right img {

    max-width: 562px;

}



.rzhz_banner .rzhz_right .text {

    margin-top: 12px;

    max-width: 500px;

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.rzhz_banner .rzhz_ban_bottom {

    position: absolute;

    left: 0;

    bottom: 70px;

    max-width: 58%;

    z-index: -1;

}



.mini_box {

    position: relative;

    margin-top: 88px;

    margin-bottom: 88px;

    padding: 56px;

    display: flex;

    min-height: 740px;

    border-radius: 16px;

    overflow: hidden;

}



.mini_box::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    opacity: 0.7;

    background-color: #000;

    z-index: -1;

}



.mini_box .img {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -2;

}



.mini_box .img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.mini_cont {

    position: relative;

    display: flex;

    justify-content: space-between;

    width: 100%;

}



.mini_cont .left {

    max-width: 705px;

    flex: 1;

    margin-right: 80px;



}



.mini_cont .left .text {

    padding-top: 40px;

    padding-bottom: 90px;

}



.mini_cont .left .text p {

    padding-bottom: 20px;

    color: var(--white-color);

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}



.mini_cont .left .text p:last-child {

    padding-bottom: 0;

}



.mini_cont .right {

    display: flex;

    align-items: flex-end;

    justify-content: flex-end;

    /* width: 37%; */

}



.mini_cont .right .ul {

    display: flex;

    margin-left: -12px;

    margin-right: -12px;

}



.mini_cont .right .ul li {

    padding: 0 12px;

}



.mini_cont .right .top {

    display: flex;

    align-items: flex-end;

}



.mini_cont .right .top span {

    color: var(--white-color);

    font-family: 'Outfit';

    font-style: normal;

    font-weight: 700;

    line-height: 0.9;

}



.mini_cont .right .top em {

    margin-left: 8px;

    color: var(--white-color);

    font-family: "Microsoft YaHei UI";

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

}



.mini_cont .right .ul p {

    padding-top: 12px;

    color: var(--white-color);

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}



.ipad_show {

    display: none !important;

}



@media (max-width:1365px) {



    .rzhz_banner .rzhz_right {

        width: 35%;

    }



}



@media (max-width:1200px) {

    .rzhz_banner .rzhz_right {

        width: 37%;

    }



    .mini_cont .right .ul {

        flex-flow: column;

    }



    .mini_cont .right .ul li {

        padding-top: 30px;

    }







}



@media (max-width:991px) {

    .ipad_hide {

        display: none !important;

    }



    .ipad_show {

        display: block !important;

    }



    .rzhz_banner .my-container {

        flex-flow: column;

        justify-content: flex-start;

    }



    .rzhz_banner .rzhz_left {

        flex: inherit;

        padding-top: 160px;

        max-width: 817px;

        margin-right: 0;

    }



    .rzhz_banner .rzhz_right {

        padding-top: 50px;

        padding-bottom: 0;

        width: 100%;

        max-width: 500px;

    }



    .rzhz_banner .rzhz_ban_bottom {

        bottom: 30px;

        max-width: 58%;

    }



    .mini_box {

        min-height: inherit;

    }



    .mini_cont {

        flex-flow: column;

    }



    .mini_cont .left {

        margin-right: 0;

    }



    .mini_cont .left .text {

        padding-top: 40px;

        padding-bottom: 40px;

    }



    .mini_cont .right {

        padding-bottom: 50px;

        width: 100%;

        align-items: flex-start;

        justify-content: flex-start;

    }



    .mini_cont .right .ul {

        width: 100%;

        flex-flow: inherit;

    }



}



@media (max-width:767px) {

    .rzhz_banner {

        padding-bottom: 150px;

        height: auto;

        min-height: 100vh;

        align-items: flex-start;

    }



    .rzhz_banner .my-container {

        padding-bottom: 50px;

    }



    .rzhz_banner .rzhz_left {

        padding-top: 150px;

    }



    .rzhz_banner .rzhz_ban_bottom {

        bottom: 30px;

        max-width: 78%;

    }



    .rzhz_banner .rzhz_right .text {

        font-size: 18px;

    }



    .mini_box {

        padding: 40px 20px 60px 20px;

        margin: 60px 0;

    }



    .mini_cont .right .ul {

        flex-flow: column;

    }



    .mini_cont .right .top em {

        font-size: 18px;

    }



    .mini_cont .right .top span {

        font-size: 32px;

    }

    .rzhz_banner .rzhz_right {

        position: absolute;

        bottom: 50px;

        left: 16px;

        width: calc(100% - 32px);

    }

    .rzhz_banner .rzhz_right img {

        max-width: 240px;

    }





}



/* product */

.product_banner {

    padding-top: 0;

    align-items: flex-start;

    justify-content: center;

    height: 100vh;

    min-height: 600px;

}



.product_banner .my-container {

    display: flex;

    justify-content: center;

    height: 100%;

}



.product_banner .pro_ban_text {

    padding-top: 226px;

    text-align: center;

    display: inline-flex;

    flex-direction: column;

    align-items: center;

}



.pro_ban_text h2 {

    color: var(--white-color);

    font-weight: 700;

    line-height: 1.5;

}



.pro_ban_text .des {

    padding-top: 24px;

    color: var(--white-color);



    font-style: normal;

    font-weight: 400;

    line-height: 1.55;

}



.pro_ban_text .btn {

    padding-top: 45px;

}



/* 向下滑动 */

@keyframes aniStyle1 {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 100%, 0);

        -ms-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0)

    }



    100% {

        opacity: 1;

        -webkit-transform: none;

        -ms-transform: none;

        transform: none

    }

}



@keyframes aniStyle2 {

    0% {

        opacity: 0;

        transform: translate3d(0, 80px, 0);

    }



    100% {

        opacity: 1;

        transform: translate3d(0, 0px, 0);

    }

}



@keyframes jumpDown {

    0% {

        transform: translateY(0)

    }



    100% {

        transform: translateY(5px)

    }

}



.scrill {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 24px;

    z-index: 3;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    transition: opacity 1.6s;

}



.scrillm {

    width: 22px;

    height: 30px;

    border-radius: 15px;

    border: 2px solid var(--white-color);

    display: flex;

    justify-content: center;

}



.scrillm span {

    width: 2px;

    height: 6px;

    background: var(--white-color);

    border-radius: 50%;

    margin-top: 8px;

}



.scrillm span {

    animation: jumpDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite

}



.scrillwz {

    margin-top: 8px;

    width: 100%;

    text-align: center;

    color: #FFF;

    font-size: 14px;

    font-weight: 400;

    line-height: 26px;

}



.product_nav {

    display: flex;

    padding: 23px 0;

    justify-content: center;

    align-items: center;

    width: 100%;

    z-index: 9;

}



.product_nav>.my-container {

    display: flex;

    justify-content: center;

}



.pro_d_menu {



    display: flex;

    padding: 6px;



    border-radius: 50px;

    border: 1px solid #EAEAEA;

    background: rgba(255, 255, 255, 0.80);

    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.04);

    backdrop-filter: blur(8px);



}



.pro_d_menu ul {

    display: flex;

    margin-left: -4px;

    margin-right: -4px;

}



.pro_d_menu ul li {

    padding: 0 4px;

}



.pro_d_menu ul li a {

    display: flex;

    padding: 16px 24px;

    justify-content: center;

    align-items: center;

    color: var(--dark-color);

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

    border-radius: 40px;



    transition: all 0.3s;

}



.pro_d_menu ul li.active a {

    background-color: var(--main-color);

    color: var(--white-color);

}



@media (min-width: 768px) {

    .pro_d_menu ul li a:hover {

        background-color: var(--main-color);

        color: var(--white-color);

        border-radius: 40px;

    }

}





.sticky .pro_d_menu ul li a {

    padding: 10px 24px;

}



/* 产品介绍 */

.pro_infor {

    padding-top: 100px;

    padding-bottom: 110px;

}



.pro_infor_cont {

    margin-top: 64px;

    align-items: stretch;

    border-radius: 16px;

    overflow: hidden;
    
     height: 580px;

}



.pro_infor_cont .pro_infor_left {

    position: relative;

    width: 50%;

    overflow: hidden;

    z-index: 1;

}



.pro_infor_cont .pro_infor_right {

    position: relative;

    padding: 56px;



    width: 50%;

    background-color: var(--main-color);

    z-index: 1;

}



.pro_infor_left::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0.3;

    background: #000;

}



.pro_infor_cont .pro_infor_left>img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.pro_infor_left .video_play {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 9;

}



.pro_infor_left .video_play a {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100px;

    height: 100px;

    background-color: var(--white-color);

    border-radius: 50%;

}



/* .pro_infor_left .video_play a img{

    max-width: 30px;

} */

.pro_infor_left .video_play a:hover {

    background-color: var(--main-color);

}



.pro_infor_left .video_play a:hover svg path {

    stroke: var(--white-color);

}



.pro_infor_right .text p {

    padding-bottom: 20px;

    color: var(--white-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.pro_infor_right .text p:last-child {

    padding-bottom: 0;

}



.pro_infor_right .big_title {

    margin-top: 90px;

    padding-bottom: 20px;

    margin-bottom: 20px;

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

    border-bottom: 1px solid rgba(255, 255, 255, 0.20);

}



.pro_infor_right .sel_number .top span {



    align-items: center;

}



.pro_infor_right .sel_number .top span,

.pro_infor_right .sel_number .top em {

    color: var(--white-color);

    font-weight: 500;

    opacity: 1;

    line-height: 1;

    font-size: inherit;

}



.pro_infor_right .sel_number .top em {

    margin-left: 0;

}



.pro_infor_right .sel_number p {

    color: rgba(255, 255, 255, 0.80);

}





@media (max-width: 1279px) {

    .pro_infor_cont .pro_infor_right {

        padding: 56px 36px;

    }

}



@media (max-width:991px) {

    .pro_d_menu ul {

        display: flex;

        flex-wrap: wrap;

        align-items: stretch;

        margin: 0;

    }



    .pro_d_menu ul li a {

        padding: 12px 24px;

        font-size: 20px;

    }





    .pro_infor_cont {

        flex-flow: column;

    }



    .pro_infor_cont .pro_infor_left {

        width: 100%;

    }



    .pro_infor_cont .pro_infor_right {

        padding: 40px 26px;

        width: 100%;

    }



}



@media (max-width:767px) {

    .pro_d_menu {

        padding: 10px;

        border-radius: 16px;

    }

    .pro_d_menu {

        width: 100%;

        overflow-x: auto;

        -webkit-overflow-scrolling: touch;

    }



    .pro_d_menu::-webkit-scrollbar {

        display: none;

    }

    .pro_d_menu {

        -ms-overflow-style: none;

        scrollbar-width: none;

    }



    /* 导航列表样式 */

    .pro_d_menu ul {

        list-style: none;

        display: flex;

        flex-wrap: inherit;

        white-space: nowrap;

    }



    /* 导航项样式 */

    .pro_d_menu li {

        display: inline-block;

        padding: 12px 20px;

    }





    /* .pro_d_menu ul li {

        width: 33.33%;

    } */



    .pro_d_menu ul li a {

        padding: 10px 15px;

        font-size: 18px;

    }



    .pro_infor_cont {

        margin-top: 35px;

    }



    .pro_infor_left .video_play a {

        padding: 20px;

        width: 60px;

        height: 60px;

    }



    .pro_infor {

        padding-top: 60px;

        padding-bottom: 50px;

    }



    .pro_infor_cont .pro_infor_right {

        padding: 40px 20px;

    }



    .pro_infor_right .text p {

        font-size: 16px;

    }



}



@media (max-width:374px) {

    .pro_ban_text .btn {

        flex-flow: column;

    }



}



@media (max-width:359px) {

    .pro_d_menu ul li {

        width: 50%;

    }



}



/* 运营痛点 */

.pro_pain {

    padding: 88px 0;

    background-image: url(../images/pain_bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    overflow: hidden;

}



.pro_pain_box {

    padding-top: 64px;

}



.pro_pain_box .swiper-slide {

    width: calc(17.7% - 24px);

    transition: all 0.6s;

    overflow: hidden;

}



.pro_pain_box .swiper-slide.active {

    width: calc(29.2% - 24px);

}



.pro_pain_box .bg {

    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    align-items: flex-start;

    padding: 32px;

    height: 480px;

    border-radius: 16px;

    border: 1px solid var(--white-color);

    background-color: rgba(255, 255, 255, 0.70);

    backdrop-filter: blur(2px);

}

.pro_pain_box .bg>div {

    width: 100%;

}

.pro_pain_box .bg .title {

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.pro_pain_box .bg .text {

    margin-top: 8px;

    color: #666;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.pro_pain_box .bg .loop {

    transform: translateY(20px);

    margin-top: 24px;

    padding-top: 24px;

    border-top: 1px solid rgba(0, 0, 0, 0.1);

    opacity: 0;

    max-height: 0;

    /* transition: opacity .6s; */

}



.pro_pain_box .bg .loop .m_scoll {

    max-height: 192px;

    overflow-y: auto;

}



.pro_pain_box .loop p {

    position: relative;

    padding-left: 12px;

    margin-bottom: 12px;

    color: #666;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.pro_pain_box .loop p::before {

    content: "";

    position: absolute;

    top: 12px;

    left: 0;

    width: 4px;

    height: 4px;

    background-color: var(--main-color);

    border-radius: 50%;

}



.pro_pain_box .loop p:last-child {

    margin-bottom: 0;

}



.pro_pain_box .bg .icon {

    position: absolute;

    left: 32px;

    bottom: 32px;

    max-width: 64px;

}





.pro_pain_box .pain-pagination {

    display: none;

}



@media (min-width:992px) {

    .pro_pain_box .swiper-slide.active .bg .title {

        color: var(--main-color);

    }



    .pro_pain_box .swiper-slide.active .bg {

        background-color: var(--white-color);

        backdrop-filter: blur(0px);

    }



    .pro_pain_box .swiper-slide.active .bg .loop {

        opacity: 1;

        max-height: inherit;

        transform: translateY(0);

        transition: all 0.6s;

        /* transition-delay: .2s; */

    }





}



@media (max-width:1365px) {

    .pro_pain_box .bg {

        padding: 32px 20px;

    }



    .pro_pain_box .bg .icon {

        left: 20px;

        bottom: 32px;

    }

}



@media (max-width:991px) {

    .pro_pain_box .swiper-container {

        overflow: visible;

    }



    .pro_pain_box .pain-pagination {

        display: block;

    }



    .pro_pain_box .bg .loop {

        opacity: 1;

        transform: translateY(0);

    }



    .pro_pain_box .bg .icon {

        max-width: 64px;

    }



    .pro_pain_box .swiper-slide-active .bg .title {

        color: var(--main-color);

    }



    .pro_pain_box .swiper-slide-active .bg {

        background-color: var(--white-color);

        backdrop-filter: blur(0px);

    }



}



@media (max-width:767px) {

    .pro_pain {

        padding: 60px 0;

    }



    .pro_pain_box .bg .text {

        font-size: 16px;

    }



    .pro_pain_box .bg .loop {

        margin-top: 16px;

        padding-top: 16px;

    }



    .pro_pain_box .bg .icon {

        max-width: 56px;

    }



    .pro_pain_box .loop p {

        font-size: 16px;

        line-height: 26px;

    }



    .pro_pain_box .loop p::before {

        top: 10px;



    }





}



/* 产品亮点 */

.pro_area_box {

    padding: 88px 0;

    background-image: url(../images/pro_area_bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    overflow: hidden;

}

.pro_area_box .p_white .des {

    opacity: 0.8;

}

.pro_area_menu {

    width: 428px;

}



.pro_area_right {

    flex: 1;

    width: calc(100% - 428px);

}



.main-card {

    padding-top: 64px;

    width: 67%;

    overflow: hidden;

}



/* 响应式网格布局 */

.layout-grid {

    display: flex;

    height: auto;

}



/* 左侧内容列 */

.col-content {

    display: flex;

    flex-direction: column;

    order: 1;

}



.col-visual {

    position: relative;

    order: 0;

    overflow: hidden;

}



@media (min-width:991px) {

    .layout-grid {

        /*height: 562px;*/

    }



    .col-content {

        width: 428px;

        order: 0;

        height: 100%;

        justify-content: center;

    }



    .col-visual {

        flex: 1;

        order: 0;

        margin-left: 80px;

        max-width: 500px;

        height: 100%;

    }

}



/* =========================================

           4. 功能列表 (Feature List) - Flex 核心逻辑

           ========================================= */

.feature-list-container {

    /* display: flex;

    flex-direction: column; */

    position: relative;



    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    /* height: 420px; */

}





.feature-item {

    /* overflow: hidden; */

    display: flex;

    width: 100%;

    flex: 0 0 75px;

    padding-bottom: 0;

    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);

}



.feature-item.active {

    flex: 1 1 auto;

}



/* --- 内部结构 --- */

.item-timeline-col {

    position: relative;

    width: 16px;

    flex-shrink: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.item-content-col {

    padding-left: 20px;

    flex-grow: 1;

    padding-top: 6px;

}



/* =========================================

           5. 时间轴与动画 (Timeline & Animation)

           ========================================= */

.timeline-track {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    width: 2px;

    background-color: rgba(255, 255, 255, 0.20);

    z-index: 0;

    height: 100%;

}



/* line */

.feature-item:first-child .timeline-progress {

    top: 18px;

    height: calc(100% - 18px);

}



.feature-item:first-child .timeline-track {

    top: 22px;

    height: calc(100% - 22px);

}



.feature-item:last-child .timeline-track {

    height: calc(100% - 55px);

    height: 25%;

}



.feature-item.active:last-child .timeline-track {

    height: 10px;

}



.timeline-progress {

    position: absolute;

    top: 18px;

    left: 50%;

    transform: translateX(-50%);

    width: 2px;

    height: 0%;

    background-color: var(--white-color);

    z-index: 1;

    transition: height 0.3s linear;

}

.feature-item:last-child .timeline-progress {

    opacity: 0;

}

.feature-item.active .timeline-progress {

    animation: progressFlow 20s linear forwards;

    transition: none;

}



.feature-item:first-child.active .timeline-progress {

    animation: progressFlow2 20s linear forwards;

    transition: none;

}



.feature-item:last-child.active .timeline-progress {

    animation: progressFlow3 20s linear forwards;

    transition: none;

}







.feature-item.completed .timeline-progress {

    height: 100% !important;

    animation: none;

    background-color: var(--white-color);

}



.feature-item:nth-last-of-type(2).completed .timeline-progress {

    height: calc(100% - 2px) !important;

}



@keyframes progressFlow {

    from {

        height: 0%;

    }



    to {

        height: calc(100% - 18px);

    }

}



@keyframes progressFlow2 {

    from {

        height: 0%;

    }



    to {

        height: 100%;

    }

}



@keyframes progressFlow3 {

    from {

        height: 0%;

    }



    to {

        height: 0;

    }

}



/* 小圆点 */

.timeline-dot {

    position: relative;

    width: 8px;

    height: 8px;

    margin-top: 16px;

    z-index: 1;

}



.timeline-dot::after {

    content: '';

    position: absolute;

    top: 2px;

    left: 0;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    background-color: #769FFF;

    transition: background-color 0.3s;

    z-index: -1;

}



.timeline-dot::before {

    content: '';

    position: absolute;

    top: -2px;

    left: -4px;

    width: 16px;

    height: 16px;

    background-color: rgba(255, 255, 255, 0.50);

    backdrop-filter: blur(2px);

    border-radius: 50%;

    opacity: 0;

    z-index: -2;

}



.feature-item.active .timeline-dot::after,

.feature-item.completed .timeline-dot:after {

    background-color: var(--white-color);

}



.feature-item.active .timeline-dot::before {

    opacity: 1;

}



.feature-title {

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

    transition: color 0.3s;

    white-space: nowrap;

    opacity: 0.6;

    cursor: pointer;

}



.feature-item.active .feature-title,

.feature-item.completed .feature-title {

    opacity: 1;

}



.feature-item.active .feature-title {

    opacity: 1;

}



.feature-desc {

    margin-top: 16px;

    opacity: 0;

    max-height: 0;

    transform: translateY(10px);

    transition: opacity 0.4s ease, transform 0.4s ease;

    transition: opacity .4s linear, max-height .4s ease-in-out, transform .4s ease-in-out .4s, -webkit-transform .4s ease-in-out .4s;

}



.feature-desc p {

    position: relative;

    padding-left: 26px;

    margin-bottom: 8px;

    color: var(--white-color);

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

}



.feature-desc p::before {

    content: '';

    position: absolute;

    top: 4px;

    left: 0;

    background-image: url(../images/area_check.svg);

    background-repeat: no-repeat;

    width: 18px;

    height: 18px;

}



.feature-desc p:last-child {

    margin-bottom: 0;

}



.feature-item.active .feature-desc {

    opacity: 1;

    transform: translateY(0);

    padding-bottom: 30px;

    transition-delay: 0.1s;

    max-height: inherit;

}



.high_swiper {

    width: 100%;

    height: 100%;

}



.high_swiper .swiper-slide {

    display: flex;

    align-items: center;

}



.high_swiper .bg {

    padding: 12px;

    border-radius: 26px;

    border: 1px solid rgba(255, 255, 255, 0.40);

    background: rgba(255, 255, 255, 0.20);

    overflow: hidden;

}



.high_swiper .bg img {

    border-radius: 16px;

}



@media (min-width: 768px) and (max-width: 991px) {

    .layout-grid {

        /*height: 500px;*/

    }



    .col-content {

        width: 360px;

        order: 0;

        height: 100%;

        justify-content: center;

    }



    .col-visual {

        flex: 1;

        order: 0;

        margin-left: 20px;

        max-width: 500px;

        height: 100%;

    }

}



@media (max-width:767px) {

    .pro_area_box {

        padding: 60px 0;

        padding-bottom: 30px;

    }



    .main-card {
        width: 100%;

        padding-top: 35px;

    }



    .layout-grid {

        display: grid;

        grid-template-columns: 1fr;

        height: auto;

    }



    .col-content {

        margin-top: 30px;

    }



    /* .feature-item.active:last-child .timeline-track {

        height: 16%;

    } */



}



/* 核心功能 */

.pro_heart_box {

    padding-top: 120px;

    overflow: hidden;

}



.index_o_loop {

    padding-top: 64px;

}



.heart_top {

    padding-left: 88px;

    padding-right: 88px;

}



.heart_t_b {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    display: flex;

    width: 64px;

    height: 64px;

    padding: 16px;

    justify-content: center;

    align-items: center;

    border-radius: 60px;

    border: 1px solid rgba(0, 0, 0, 0.10);

    transition: all .3s ease-in-out;

    cursor: pointer;

}



.heart_t_b:hover {

    background-color: var(--main-color);

}



.heart_t_b:hover svg path {

    stroke: var(--white-color);

}



.cy2_prev {

    left: 0;

}



.cy2_next {

    right: 0;

}



.cy-swiper .swiper-wrapper {

    align-items: stretch;

}



.cy-swiper .swiper-slide {

    display: flex;

    padding: 20px 8px;

    flex-direction: column;

    align-items: center;

    height: auto;

    border-radius: 12px;

    cursor: pointer;

    overflow: hidden;

}

.cy-swiper .swiper-slide:hover {

    background-color: #F1F6FD;

}

.cy-swiper .swiper-slide:hover .t {

    color: var(--dark-color);

}

.cy-swiper .swiper-slide-thumb-active {

    background-color: #F1F6FD;

}



.cy-swiper .swiper-slide-thumb-active .t {

    color: var(--dark-color);

}



.cy-swiper .progress {

    height: 2px;

    width: 100%;

    background-color: transparent;

    overflow: hidden;

    position: absolute;

    left: 0;

    bottom: 0;

}



.cy-swiper .progress-bar {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 0;

    background-color: var(--main-color);

    transition: width linear;

}



.cy-swiper .icon {

    width: 48px;

}



.cy-swiper .t {

    margin-top: 16px;

    color: #666;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

    text-align: center;

}



.cy-swiper02 {

    margin-top: 32px;

    overflow: visible;

}





@media (min-width: 768px) {



    .cy-swiper02 .swiper-wrapper {

        align-items: stretch;

    }



}

.cy-swiper02 .swiper-slide {

    height: auto;

}



.cy-swiper02 .swiper-slide .bg {

    position: relative;

    padding: 56px;

    display: flex;


    justify-content: space-between;

    height: 100%;

    border-radius: 16px;

    border-radius: 16px;

    opacity: 0;

    /*border: 1px solid #F1F6FD;*/

    /*background-color: #F1F6FD;*/

    pointer-events: none;

    overflow: hidden;

}



.cy-swiper02 .swiper-slide-active .bg {

    opacity: 1;

    pointer-events: inherit;

}



.ten_left {

    position: relative;

    padding-bottom: 102px;

    max-width: 560px;

    min-width: 340px;

    width: 40%;

}



.ten_right {

    position: absolute;

    padding-left: 52px;

    right: 0;

    bottom: 0;

    width: 60%;

    max-width: calc(100% - 380px);

    height: calc(100% - 56px);



}



.ten_left .top_title .t {

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.ten_left .top_title .des {

    margin-top: 16px;

    color: #666;

    font-style: normal;

    font-weight: 400;

    min-height: 56px;

    line-height: 28px;

}



.guide_table_left {

    position: relative;

    /*padding-left: 18px;*/

    margin-top: 24px;

}



/*.guide_table_left::before {*/

/*    content: '';*/

/*    position: absolute;*/

/*    top: 0;*/

/*    left: 0;*/

/*    width: 2px;*/

/*    height: 100%;*/

/*    background-color: rgba(0, 0, 0, 0.08);*/

/*}*/



.guide_table_left ul li {

    padding-bottom: 14px;

    padding-top: 10px;

    cursor: pointer;

}

.guide_table_left ul li:first-child {

    padding-top: 0;

}

.guide_table_left ul li:last-child {

    padding-bottom: 0;

}



.guide_table_left .title {

    color: var(--dark-color);

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}



.ten_right .guide_table_right {

    position: relative;

    width: 100%;

    height: 100%;

}



.guide_table_right .pub-t1 {

    position: absolute;

    display: flex;

    align-items: flex-end;

    text-align: center;

    opacity: 0;

    width: 100%;

    height: 100%;

    transition: opacity 0.3s;

}



.guide_table_right .border {

    width: 100%;

    height: 100%;

}



.guide_table_right img {

    position: absolute;

    border-radius: 16px;

    background-color: #E6EAF2;

    box-shadow: -10px 20px 48px 0 #E8ECF2;

    left: 0;

    top: 0;

    width: 99%;

    max-width: inherit;

}



.ten_left_loop .progress_bar {

    position: absolute;

    top: 0;

    left: 0;

    height: 0;

    width: 2px !important;

    border-radius: 30px;

    background-color: var(--main-color);

    transition: height 0.3s ease;

}



.guide_table_left ul li .text {

    opacity: 0;

    max-height: 0;

    overflow: hidden;

    transition: opacity .2s, max-height 0.5s ease;

}



.guide_table_left ul li .text p {

    color: #666;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.guide_pic {

    margin-top: 30px;

}



.guide_pic img {

    width: 100%;

    border-radius: 16px;

    background: #E6EAF2;

    box-shadow: -10px 20px 48px 0 #E8ECF2;

}



.ten_left .jt_more {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

}



.jt_more a {

    margin-right: 14px;

    display: flex;

    padding: 12px 16px 12px 24px;

    justify-content: center;

    align-items: center;

    border-radius: 50px;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    transition: background-color .3s;

}



.jt_more a:last-child {

    margin-right: 0;

}



.jt_more a i {

    margin-left: 16px;

    width: 24px;

    height: 24px;

    background-repeat: no-repeat;

    background-size: 100%;

}



.jt_blue i {

    background-image: url(../images/hzys_white_jt.svg);

}



.jt_more .jt_blue {

    color: var(--white-color);

    background-color: var(--main-color);

}



.jt_more .jt_white {

    background-color: var(--white-color);

    color: #666;

}



.jt_more .jt_white i {

    background-image: url(../images/hzys_grey_jt.svg);

}



.jt_more a:hover {

    background-color: var(--main-color);

    color: var(--white-color);

}



.jt_more a:hover i {

    background-image: url(../images/hzys_white_jt.svg);

}



.guide_table_left .active .title {

    color: var(--main-color);

    font-weight: 700;

}



.guide_table_left ul li.active .text {

    max-height: inherit;

    opacity: 1;

    padding-top: 8px;



}



.guide_table_right .pub-t1.d-show {

    opacity: 1;

}

@media (max-width: 1580px) {

    .cy-swiper .t {

        font-size: 16px;

    }

}

@media (max-width: 991px) {

    .ten_left {

        width: 100%;

        max-width: inherit;

        min-width: inherit;

    }



    .ten_right {

        display: none !important;

    }



    .ten_left .guide_pic {

        display: block !important;

    }

    .guide_pic img {

        border-radius: 8px;

    }

}



@media (max-width: 767px) {

    .pro_heart_box {

        padding-top: 60px;

    }



    .heart_t_b {

        display: none !important;

        width: 46px;

        height: 46px;

        padding: 10px;

    }



    .heart_top {

        padding-left: 0;

        padding-right: 0;

    }



    .cy2_prev {

        left: -8px;

    }



    .cy2_next {

        right: -8px;

    }



    .cy-swiper .swiper-slide {

        padding: 20px 10px;

        /* width: 100px; */

        width: 140px;

    }



    .cy-swiper .icon {

        width: 36px;

    }

    .cy-swiper02{

        height: auto;

    }

    .cy-swiper02 .swiper-wrapper{

        /* height: inherit !important; */

    }

    .cy-swiper02 .swiper-slide {

        /* height: inherit; */

    }

    .cy-swiper02 .swiper-slide .bg {

        padding: 35px 20px;

        height: auto;

    }



    .cy-swiper .t {

        margin-top: 16px;

        font-size: 16px;

        line-height: 26px;

    }



    .ten_left .top_title .des,

    .guide_table_left ul li .text p {

        font-size: 16px;

        line-height: 1.5;

    }



    .guide_table_left .title {

        font-size: 18px;

    }



    .ten_left .jt_more {

        justify-content: space-between;

    }



    .ten_left .jt_more a {

        padding: 12px 10px 12px 16px;

        margin: 0;

        width: calc(50% - 4px);

        font-size: 16px;

    }



    .jt_more a i {

        margin-left: 6px;

        width: 20px;

        height: 20px;

    }



}



/* 产品优势 */

.pro_adv_box {

    padding-top: 120px;

    overflow: hidden;

}



.adv_background {

    margin-top: 64px;

    padding: 32px;

    padding-bottom: 0;

    background-image: url(../images/adv_bg.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    border-radius: 16px;

    background-color: #F1F6FD;

}



.adv_box {

    display: flex;

    align-items: stretch;

    margin-left: -12px;

    margin-right: -12px;



}



.adv_box .box {

    margin-left: 12px;

    margin-right: 12px;

    flex: 1;

    position: relative;



    display: flex;

    padding: 32px;

    flex-direction: column;

    align-items: flex-start;

    border-radius: 8px;

    overflow: hidden;

    transition: flex 0.5s ease;

    z-index: 1;

}



.adv_box .box::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0.5;

    transform: rotate(180deg);

    z-index: -1;

}



.adv_box .box:nth-child(1) {

    background-color: #111;

}



.adv_box .box:nth-child(2) {

    background-color: var(--main-color);

}



.adv_box .box:nth-child(1)::before {

    background: linear-gradient(136deg, #015EEA -2.91%, rgba(1, 94, 234, 0.00) 57.28%);

}



.adv_box .box:nth-child(2)::before {

    background: linear-gradient(136deg, #43C7FF -2.91%, rgba(67, 199, 255, 0.00) 57.28%);

}



.adv_box .act {

    flex: 1.1;

}



.adv_box .t {

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.adv_box .loop {

    padding-top: 12px;

    max-width: 580px;

}



.adv_box .loop ul {

    margin-left: -8px;

    margin-right: -8px;

    display: flex;

    flex-wrap: wrap;

    align-items: stretch;

}



.adv_box .loop li {

    padding: 12px 8px;

    width: 50%;

}



.adv_box .loop p {

    position: relative;

    padding-left: 24px;

    color: var(--white-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.adv_box .loop p::before {

    content: "";

    position: absolute;

    top: 4px;

    left: 0;

    width: 18px;

    height: 18px;

    background-image: url(../images/adv_cicle.svg);

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}







@media (min-width: 768px) {

    .adv_bottom {

        position: relative;

        margin-top: 42px;

    }



    .adv_bottom .center_title {

        position: absolute;

        left: 50%;

        bottom: 10%;

        transform: translateX(-50%);

        display: flex;

        justify-content: center;

        width: 24%;

        max-width: 312px;



    }



    .adv_bottom .listbox {

        position: absolute;

        left: 0px;

        top: 0px;

        width: 100%;

        height: 100%;

        z-index: 2;

    }



    .adv_bottom .listbox .list {

        position: absolute;

        width: 150px;

        height: 150px;

    }



    .adv_bottom .listbox .list::after {

        position: absolute;

        left: 0px;

        top: 0px;

        width: calc(100% - 4px);

        height:calc(100% - 4px);

        border-radius: 50%;

        border: 2px solid var(--main-color);

        background: var(--white-color);

        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);



        -webkit-transition: all 0.4s ease;

        transition: all 0.4s ease;

        opacity: 0;

        visibility: hidden;

        content: "";

        display: block;

    }



    .adv_bottom .listbox .list .content {

        position: absolute;

        left: 50%;

        -webkit-transform: translateX(-50%);

        -ms-transform: translateX(-50%);

        transform: translateX(-50%);

        min-width: 280px;

        height: auto;

        padding: 24px;

        border-radius: 16px;

        border: 1px solid var(--white-color);

        background: rgba(255, 255, 255, 0.80);

        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);

        backdrop-filter: blur(12px);

        overflow: hidden;

        opacity: 0;

        visibility: hidden;

        -webkit-transition: all 0.4s ease;

        transition: all 0.4s ease;

        pointer-events: none;

    }



    .adv_bottom .listbox .list .bigTitle {

        display: flex;

        align-items: center;

        justify-content: center;

        padding: 0 20px;

        width: calc(100% - 4px);

        height: calc(100% - 4px);

        margin: 2px;

        color: var(--dark-color);

        text-align: center;

        font-size: 20px;

        font-style: normal;

        font-weight: 700;

        line-height: 30px;



        border-radius: 50%;

        background: var(--white-color);

        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);



        -webkit-transition: all 0.4s ease;

        transition: all 0.4s ease;

        position: relative;

        z-index: 2;

        cursor: pointer;

    }



    .listbox .list .intro {

        color: #666;

        text-align: justify;

        font-size: 18px;

        font-style: normal;

        font-weight: 400;

        line-height: 28px;

    }



    .adv_bottom .listbox .list:nth-child(1) {

        left: 18%;

        bottom: 12%;

    }



    .adv_bottom .listbox .list:nth-child(2) {

        left: 33.5%;

        bottom: 50%;

    }



    .adv_bottom .listbox .list:nth-child(3) {

        right: 33.5%;

        bottom: 50%;

    }



    .adv_bottom .listbox .list:nth-child(4) {

        right: 18%;

        bottom: 12%;

    }



    .adv_bottom .listbox .list:nth-child(1) .content,

    .adv_bottom .listbox .list:nth-child(4) .content {

        bottom: 160px;

    }



    .adv_bottom .listbox .list:nth-child(2) .content,

    .adv_bottom .listbox .list:nth-child(3) .content {

        top: 160px;

    }



    .adv_bottom .listbox .list.active {

        z-index: 9;

    }



    .adv_bottom .listbox .list.active::after {

        opacity: 1;

        visibility: visible;

    }



    .adv_bottom .listbox .list.active .content {

        opacity: 1;

        visibility: visible;

    }



    .adv_bottom .listbox .list.active .bigTitle {

        color: var(--main-color);

    }

}

@media (max-width: 1439px) {



    .adv_box .loop ul {

        margin-left: -4px;

        margin-right: -4px;

    }



    .adv_box .loop li {

        padding: 12px 4px;

    }



}



@media (max-width: 1279px) {

    .adv_box .loop li {

        width: 100%;

    }



    .adv_bottom .listbox .list {

        width: 136px;

        height: 136px;

    }



    .adv_bottom .listbox .list .bigTitle {

        padding: 0 10px;

    }



    .adv_bottom .listbox .list:nth-child(1) .content,

    .adv_bottom .listbox .list:nth-child(4) .content {

        bottom: 146px;

    }



    .adv_bottom .listbox .list:nth-child(2) .content,

    .adv_bottom .listbox .list:nth-child(3) .content {

        top: 146px;

    }



}



@media (max-width: 1100px) {





    .adv_bottom .listbox .list {

        width: 120px;

        height: 120px;

    }



    .adv_bottom .listbox .list .bigTitle {

        padding: 0 10px;

        font-size: 18px;

        line-height: 28px;

    }



    .adv_bottom .listbox .list:nth-child(1) .content,

    .adv_bottom .listbox .list:nth-child(4) .content {

        bottom: 130px;

    }



    .adv_bottom .listbox .list:nth-child(2) .content,

    .adv_bottom .listbox .list:nth-child(3) .content {

        top: inherit;

        bottom: 130px;

    }



    .adv_bottom .listbox .list .content {

        padding: 20px;

    }

}



@media (max-width:991px) {

    .adv_bottom .listbox .list:nth-child(1) {

        left: 17%;

    }



    .adv_bottom .listbox .list:nth-child(4) {

        right: 17%;

    }



    .adv_bottom .listbox .list:nth-child(2) {

        left: 32.5%;

    }



    .adv_bottom .listbox .list:nth-child(3) {

        right: 32.5%;

    }



    .adv_bottom .listbox .list {

        width: 108px;

        height: 108px;

    }



    .adv_bottom .listbox .list .bigTitle {

        padding: 0 10px;

        font-size: 16px;

        line-height: 25px;

        font-weight: 400;

    }



    .adv_bottom .listbox .list:nth-child(1) .content,

    .adv_bottom .listbox .list:nth-child(4) .content,

    .adv_bottom .listbox .list:nth-child(2) .content,

    .adv_bottom .listbox .list:nth-child(3) .content {

        bottom: 118px;

    }



    .adv_background {

        padding: 32px;

    }



    .adv_box {

        flex-flow: column;

        margin: 0;

    }



    .adv_box .box {

        margin: 0;

        margin-bottom: 25px;

        width: 100%;

    }



    .adv_box .box:last-child {

        margin-bottom: 0;

    }





}



@media (max-width:767px) {

    .adv_bottom .img {

        display: none !important;

    }



    .adv_background {

        margin-top: 35px;

        padding: 32px 20px;

    }



    .adv_box .box {

        padding: 26px 20px;

    }

    .adv_box .loop li {

        padding: 5px 4px;

    }

    .adv_box .loop p {

        padding-left: 20px;

        font-size: 16px;

    }

    .adv_box .loop p::before {

        top: 9px;

        width: 12px;

        height: 12px;

    }

    .adv_bottom .listbox,

    .adv_bottom .listbox .list {

        position: inherit;

    }

    .adv_bottom .listbox {

        padding-top: 25px;

        padding-bottom: 0;

    }

    .bigTitle br {

        display: none;

    }

    .adv_bottom .listbox .list {

        width: 100% !important;

        height: auto;

    }

    .adv_bottom .listbox .list .bigTitle {

        padding: 0;

        font-size: 18px;

        line-height: 25px;

        font-weight: 600;

        color: var(--dark-color);

    }

    .adv_bottom .listbox .list .content {

        padding: 20px 0;

    }

    .adv_bottom .listbox .list .intro{

        color: #666;

        text-align: justify;

        font-size: 16px;

        font-style: normal;

        font-weight: 400;

        line-height: 1.5;

    }

    .center_title {

        display: none !important;

    }

}



/* 客户案例 */

.pro_case_box {

    padding-top: 120px;

    overflow: hidden;

}





.te_case_list {

    padding-top: 52px;

    padding-bottom: 128px;

}



.td_case_loop {

    overflow: hidden;

    padding: 12px 0;

}



.td_case_loop .user_ul {

    width: 100%;

    display: flex;

}



.td_case_loop ul li {

    padding: 0 12px;

}



.td_case_loop .bg {

    position: relative;

    display: flex;

    width: 362px;

    justify-content: center;

    align-items: center;

    border-radius: 16px;

    background-color: #F1F6FD;

    overflow: hidden;

}



.td_case_loop .case_logo {

    position: absolute;

    padding: 44px;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

}



.case_logo {

    display: flex;

    justify-content: center;

    align-items: center;

}



.case_logo img {

    max-height: 100%;

    object-fit: contain;

}



.td_case_loop .bg .text {

    position: absolute;

    padding: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: var(--main-color);

    opacity: 0;

    transition: all 0.3s ease;

}



.td_case_loop .bg .text p {

    color: var(--white-color);

    text-align: center;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.td_case_loop .bg:hover .text {

    opacity: 1;

}





@media (max-width:767px) {

    .te_case_list {

        padding-top: 35px;

        padding-bottom: 60px;

    }



    .pro_case_box {

        padding-top: 60px;

    }



    .td_case_loop .bg {

        width: 220px;

    }



    .td_case_loop ul li {

        padding: 0 6px;

    }



    .td_case_loop .case_logo {

        padding: 20px 24px;

    }



    .td_case_loop .bg .text {

        padding: 20px;

    }



    .td_case_loop .bg .text p {

        font-size: 16px;

        line-height: 26px;

    }



}



/* 隐私政策 */



.yszc_box {

    padding: 100px 0;

}



.article_left {

    flex: 1;

    padding-right: 100px;

}



.article_right {

    width: 393px;

}



.arti_top {

    padding-bottom: 35px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}



.arti_top .title {

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.position_title {

    color: var(--dark-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.po_contact_box {

    margin-top: 20px;

    padding: 24px;

    border-radius: 16px;

    background: #F0F1F4;

}



.po_contact_box .thumb {

    border-radius: 6px;

    overflow: hidden;

}



.po_contact_box .thumb img {

    width: 100%;

}



.po_contact_box .cont {

    padding-top: 16px;

}



.po_contact_box .cont .text {

    color: #666;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}



.po_contact_box .cont .in_more {

    padding-top: 16px;

}



.po_contact_box .btn {

    line-height: 24px;

}



.po_contact_box .jt_more {

    margin-top: 25px;

}



.policy_time {

    padding-top: 24px;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

}



.policy_text {

    padding-top: 40px;

}



.policy_text .loop {

    margin-bottom: 40px;

}



.policy_text .loop:last-child {

    margin-bottom: 0;

}



.policy_text p {

    margin-bottom:8px;

    color: #666;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

}



.policy_text .loop p:last-child {

    margin-bottom: 0;

}



.policy_text h3 {

    margin-bottom: 16px;

    color: var(--dark-color);

    font-size: 20px;

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.policy_text h4 {

    margin-bottom: 16px;

    color: var(--dark-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.policy_text p strong {

    color: var(--dark-color);

    /* font-size: 16px; */

    /* font-weight: 400; */

}



@media (max-width:991px) {

    .article_left {

        padding-right: 60px;

    }



    .article_right {

        width: 360px;

    }





}



@media (max-width:767px) {

    .yszc_box {

        padding: 60px 0;

        flex-flow: column;

    }



    .article_left {

        padding-right: 0;

    }



    .article_right {

        display: none !important;

        width: 100%;

    }



    .position_box .list {

        flex-wrap: wrap;

    }



    .label_box {

        padding-top: 30px;

    }



    .position_pro {

        width: 100%;

    }



    .article_right {

        padding-top: 30px;

    }



}







/* about */

.about_top {

    position: relative;

    width: 100%;

    height: 100vh;

    min-height: 600px;

    overflow: hidden;

    z-index: 1;

}



.about_top .video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

}

.about_top .video video {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.about_top .background {

    position: relative;



    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.5);

    overflow: hidden;

    z-index: 2;

}



.about_top .background .my-container {

    padding-top: 70px;

    padding-bottom: 70px;

    height: 100%;

    display: flex;

    flex-flow: column;

    align-items: center;

    justify-content: space-around;

}



.about_top .background .about_b_r {

    position: absolute;

    right: 0;

    bottom: -1px;

    display: flex;

    align-items: flex-end;

    justify-content: flex-end;

    width: 28.5%;

    height: 20%;

    max-width: 548px;

    max-height: 110px;

}



.about_top .background .top {

    padding-top: 100px;

    max-width: 1061px;

    margin: 0 auto;

}



.about_top .background .title {

    color: var(--white-color);

    font-style: normal;

    font-weight: 700;

    line-height: 1.5;

}



.about_top .background .text {

    margin-top: 64px;

}



.about_top .background .text p {

    padding-bottom: 20px;

    color: var(--white-color);

    font-style: normal;

    font-size: 20px;

    font-weight: 400;

    line-height: 1.5;

}



.about_top .background .text p:last-child {

    padding-bottom: 0;

}



.about_number {

    width: 100%;

}



.about_number ul {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    width: 100%;

}

.about_number .line {

    width: 1px;

    height: 80%;

    background: rgba(255, 255, 255, 0.20);

}

.about_number .dis_flex {

    display: flex;

    align-items: flex-end;

    justify-content: center;

}



.about_number .dis_flex span {

    color: var(--white-color);

    font-family: 'Outfit';

    font-style: normal;

    font-weight: 800;

    line-height: 0.8;

}



.about_number .dis_flex em {

    margin-left: 8px;

    color: var(--white-color);

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    opacity: 0.8;

}



.about_number p {

    padding-top: 12px;

    color: var(--white-color);

}



.about_video_box {

    padding-top: 112px;

    padding-bottom: 95px;

}



.about_video_box .video_section {

    position: relative;

    z-index: 1;

}



.about_video_box .video_section .img {

    position: relative;

    width: 100%;

    margin: 0 auto;

    border-radius: 16px;

    overflow: hidden;

}



.about_video_box .video_section .img video {

    width: 100%;

    border-radius: 16px;

    transform: scale(1.1);

}



.about_video_box .img::before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    opacity: 0;

    background: #000;

    transition: opacity .3s;

}



.about_video_box .video_section .overlay {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    z-index: 9;

}





.about_play {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 140px;

    height: 140px;

    background-color: rgba(255, 255, 255, 0.90);

    backdrop-filter: blur(4px);

    border-radius: 50%;

    cursor: pointer;

}



.about_play:hover {

    background-color: var(--main-color);

}



.about_play:hover svg path {

    stroke: var(--white-color);

    fill: var(--white-color);

}

/* 全球 */

.about_godal {

    padding-top: 118px;

    background-color: #ECEFF3;

    overflow: hidden;

}

.godal_top {

    display: flex;

    justify-content: space-between;

}

.godal_top .right {

    flex: 1;

    margin-left: 80px;

    max-width: 620px;

}



.godal_top .right .text p {

    padding-bottom: 20px;

    color:#666;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 1.5;

}

.godal_top .right .text p:last-child {

    padding-bottom: 0;

}



.godal_top .godal_black {

    color: var(--dark-color);

}

.godal_top .godal_blue {

    color: var(--main-color);

}

.godal_bottom {

    margin-top: 35px;

    padding-bottom: 30px;

    position: relative;

}

.godal_bottom .map {

    position: relative;

}

.godal_bottom .map .map_point {

    position: absolute;

    width: 20px;

    height: 20px;

}



.map>img {

    width: 100%;

    height: auto;

    display: block;

}



.map_point {

    position: absolute;

    display: flex;

    align-items: center;

    justify-content: center;

}

.map_point .country {

    position: absolute;

    display: flex;

    left: 50%;

    transform: translateX(-50%);

    bottom: calc(100% + 8px);

    border-radius: 40px;

    border: 1px solid var(--white-color);

    background: rgba(255, 255, 255, 0.70);

    backdrop-filter: blur(8px);

}

.map_point.zhongguo .country {

    bottom:68%;

}

.map_point .country span {

    display: inline-flex;

    padding: 4px 12px;

    align-items: center;

    white-space: nowrap;

}

.map_point .country span em {

    padding-left: 26px;

    position: relative;

    color: var(--dark-color);

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

}

.map_point .country span em::before {

    content: "";

    position: absolute;

    left: 0;

    top:4px;

    width: 18px;

    height: 18px;

    background-image: url(../../info_files/map-pin.svg);

    background-repeat: no-repeat;

    background-size: 100%;

}

.map_point.yuenan .country,

.map_point.hanguo .country {

    top:calc(100% + 8px);

    bottom: inherit;

}



.map_point.meiguo {

    top: 32.5%;

    left: 82.5%;

}

.map_point.taiguo {

    top: 46.1%;

    left: 35.2%;

}

.map_point.yuenan {

    top: 47.5%;

    left: 37.5%;

}

.map_point.tuerqi {

    top: 31%;
    left: 16.5%;

}

.map_point.yinni {

    top: 60.5%;
    left: 41%;

}

.map_point.yindu {

    top: 39.5%;
    left: 28%;
}

.godal_bottom  .map_point.zhongguo {

    top: 26%;

    left: 37.8%;

    width: 80px;

    height: 80px;

}

.godal_bottom  .map_point.zhongguo .breath-light{

    width: 100%;

    height: 100%;

    opacity: 0.5;

}

.godal_bottom .map_point.zhongguo .breath-light::after {



    width: 200px;

    height: 200px;

}



.map_point.hanguo {

    top: 33.3%;

    left: 43.2%;

}

.map_point.taiguo {

    top: 46.1%;

    left: 35.2%;

}

.map_point.yuenan {

    top: 47.5%;

    left: 37.5%;

}



@keyframes breath {

    0% {

        opacity: 1;

        transform: translate(-50%, -50%) scale(0);

    }

    100% {

        opacity: 0;

        transform: translate(-50%, -50%) scale(1.2);

    }



}



.breath-light {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    display: block;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background-color:var(--main-color);

    animation: breath 3s 1.5s linear infinite;

}

.breath-light::after {

    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);



    transform-origin: center center;

    width: 80px;

    height: 80px;

    border-radius: 50%;

    opacity: 0.2;

    background-color:var(--main-color);

    animation: breath 3s linear infinite;

}



.meiguo .breath-light::after {

    animation-duration: 2s;

}

.zhongguo .breath-light::after {

    animation-duration: 3s;

    animation-delay: 0.5s;

}

.hanguo .breath-light::after {

    animation-duration: 2.5s;

    animation-delay: 1s;

}

.taiguo .breath-light::after {

    animation-duration: 4s;

}

.yuenan .breath-light::after {

    animation-duration: 3.5s;

    animation-delay: 0.8s;

}



.godal_bottom .about_number {

    position: absolute;

    left: 0;

    bottom:10%;

}

.godal_bottom .about_number ul {

    justify-content: flex-start;

}

.godal_bottom .about_number .dis_flex {

    justify-content:flex-start;

}

.godal_bottom .about_number .dis_flex span,

.godal_bottom .about_number .dis_flex em{

    color: var(--main-color);

    font-weight: 700;

    opacity: 1;

    font-size: inherit;

    font-family: 'Outfit';

}

.godal_bottom .about_number .dis_flex em {

    line-height: 0.6;

}

.godal_bottom .about_number p {

    color: #666;

}

.godal_bottom .about_number .line {

    margin-left: 48px;

    margin-right: 48px;

    height: 100%;

    background: rgba(0, 0, 0, 0.10);

}

@media (max-width:1440px) {

    .godal_bottom .map_point.zhongguo {

        width: 65px;

        height:65px;

    }

    .godal_bottom .map_point.zhongguo .breath-light::after {

        margin-top: -80px;

        margin-left: -80px;

        width: 160px;

        height: 160px;

    }

}

@media (max-width:1280px) {

    .godal_bottom .map_point.zhongguo {

        width: 60px;

        height:60px;

    }

    .godal_bottom .map_point.zhongguo .breath-light::after {

        margin-top: -70px;

        margin-left: -70px;

        width: 140px;

        height: 140px;

    }

}





@media (max-width:1279px) {

    .about_play {

        padding: 30px;

        width: 100px;

        height:100px;

    }







}

@media (max-width:1200px) {

    .godal_bottom .map_point.zhongguo {

        width: 46px;

        height: 46px;

    }

    .godal_bottom .map_point.zhongguo .breath-light::after {

        margin-top: -60px;

        margin-left: -60px;

        width: 120px;

        height: 120px;

    }

    .map_point.meiguo {

        top: 31.5%;

        left: 82.5%;

    }

    .map_point.taiguo {

        top: 45.6%;

        left: 35%;

    }

    .map_point.yuenan {

        top: 47.5%;

        left: 37.2%;

    }





}

@media (max-width:991px) {



    .video_section {

        padding-left: 16px;

        padding-right: 16px;

    }

    .about_play {

        padding: 28px;

        width: 80px;

        height:80px;

    }

    .about_godal {

        padding-top: 80px;

    }



    .godal_top {

        flex-flow: column;

    }

    .godal_top .right {

        flex: inherit;

        margin-left: 0;

        margin-top: 25px;

    }

    .map_point .country span {

        padding: 2px 12px;

    }

    .map_point .country span em {

        padding-left: 20px;

    }

    .map_point .country span em::before {

        top: 6px;

        width: 14px;

        height: 14px;

    }

    .godal_bottom .about_number .line {

        margin-left: 38px;

        margin-right: 38px;

    }



}



@media (max-width:767px) {

    .about_top {

        height: auto;

    }

    .about_top .background .title {

        text-align: left;

    }



    .about_top .background .text {

        text-align: left;

    }

    .about_top .background .text p {

        font-size: 18px;

    }

    .godal_bottom .about_number {

        position: relative;

        bottom: inherit;

    }

    .about_number {

        padding-top: 0;

    }

    .about_number ul {

        flex-wrap: wrap;

    }

    .about_number ul li {

        padding: 15px 0;

        width: 50%;

    }

    .about_number .line {

        display: none !important;

    }

    .about_number .dis_flex span{

        font-size: 32px;

    }

    .about_number .dis_flex em{

        margin-left: 4px;

        font-size: 18px;

    }

    .about_top .about_number {

        padding-top: 30px;

    }

    .about_top .background .about_b_r {

        width: 50%;

        height: 24%;

    }

    .about_number .dis_flex {

        justify-content: flex-start;

    }

    .about_number p {



        text-align: left;

    }

    .about_video_box {

        padding-top: 60px;

        padding-bottom: 60px;

    }





    .about_play {

        padding: 18px;

        width: 60px;

        height:60px;

    }

    .godal_top .right .text p {

        font-size: 18px;

    }

    .godal_bottom .about_number .line {

        margin-left: 20px;

        margin-right: 20px;

    }



}

/* develop */

.develop_box {

    position: relative;

    padding-top: 200px;

    padding-bottom: 100px;

    z-index: 1;

    overflow: hidden;

}

.develop_box::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color:rgba(0, 0, 0, 0.3);

    z-index: -1;

}

.develop_box .bg{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -2;

}

.develop_box .bg video {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.develop_box .my-container {

    position: relative;

    z-index: 9;

}



.his_box .his_loop_swiper {

    position: relative;

    overflow: visible;

    z-index: 1;

}

.year_loop span {

    color: var(--white-color);

    font-family: 'Outfit';

    font-size: 20px;

    font-style: normal;

    font-weight: 700;

    line-height: 30px;

}



.his_box {

    padding-top: 200px;

}

.his_loop_swiper .swiper-slide-duplicate.swiper-slide-prev {

    opacity: 0;

}

.year_text {

    position: relative;

    display: flex;

    flex-flow: column;

    padding-left: 34px;

    padding-right: 56px;

    padding-top: 40px;

}

.year_text:after {

    content: "";

    position: absolute;

    left: 0;

    top: 4px;

    width: 100%;

    height: 1px;

    background-color: rgba(255, 255, 255, 0.3);

}

.year_text::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 9px;

    height: 194px;

    background-image: url(../images/his_top_line.svg);

    background-repeat: no-repeat;

}



.year_num span {

    color:var(--white-color);

    font-family: 'Outfit';

    font-style: normal;

    font-weight: 500;

    line-height: 1.5;

}



.year_des {

    margin-top: 8px;

    margin-bottom: 20px;

}



.year_des p {

    position: relative;

    color: var(--white-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}

.year_loop {

    position: relative;

    margin-top: 100px;

}



.his-prev,

.his-next {

    position: absolute;

    display: flex;

    align-items: center;

    justify-content: center;

    top: 16px;

    width: 64px;

    height: 64px;

    background-color: rgba(255, 255, 255, 0.50);

    border-radius: 50%;

    cursor: pointer;

    z-index: 9;

}



.his-prev {

    left: 0;

}



.his-next {

    right: 0;

}



.his-prev:hover,

.his-next:hover {

    background-color: var(--main-color);

}

.year_loop .pr {

    padding-left: 112px;

    padding-right: 112px;

    padding-bottom: 30px;

}



.year_loop .yearSwiper {

    overflow: hidden;

}



@media (min-width:768px) {

    .yearSwiper .swiper-slide-prev {

        opacity: 0;

    }



}



.year_loop i {

    position: relative;

    display: block;

    width: 102px;

    height: 14px;

}



.year_loop i::after {

    content: '';

    position: absolute;

    top: 0;

    left: 50%;

    transform: translateX(-50%);

    width: 14px;

    height: 14px;

    background-color: var(--white-color);

    border-radius: 50%;

    transition: all .3s;

}



.year_loop span {

    position: absolute;

    left:0;

    top:0;

    min-width: 102px;

    text-align: center;

}



.year_loop .swiper-slide {

    display: flex;

    align-items: center;

    padding-top: 30px;

    min-height: 64px;

    cursor: pointer;

}

.year_loop .swiper-slide::before {

    content: '';

    position: absolute;

    top: 42px;

    left: 85px;

    width: calc(100% - 64px);

    height: 20px;

    background-image: url(../images/his_line.svg);

    background-repeat:no-repeat;

}



.year_icon a {

    display: flex;

    width: 40px;

    height: 40px;

    padding: 8px;

    justify-content: center;

    align-items: center;

    border-radius:50%;

    border: 1px solid rgba(255, 255, 255, 0.50);

}

.year_icon a i {

    display: block;

    width: 24px;

    height: 24px;

    background-image:url(../images/his-up-right.svg);

    transition: all .3s;

}

.year_icon a:hover {

    border-color: var(--main-color);

    background-color: var(--main-color);

}

.year_icon a:hover i {

    transform: rotate(45deg);

}

@media (max-width:991px) {

    .year_text {

        padding-left: 30px;

        padding-right: 30px;

    }



}





@media (max-width:767px) {

    .develop_box {

        padding-top: 100px;

        padding-bottom:60px;

    }

    .his_box {

        padding-top: 60px;

    }



    .his-prev,

    .his-next {

        top: 90px;

        padding: 10px;

        width: 46px;

        height: 46px;

    }

    .his-prev {

        left: 50%;

        margin-left: -50px;

    }

    .his-next {

        right: 50%;

        margin-right: -50px;

    }



    .year_num span {

        font-size: 32px;

    }

    .year_loop {

        margin-top: 60px;

        padding-bottom: 50px;

    }

    .year_loop .pr {

        padding-left: 0;

        padding-right: 0;

    }

    .year_loop span {

        min-width:92px;

        font-size: 18px;

    }

    .year_loop i {

        width:92px;

        height: 14px;

    }

    .year_loop .swiper-slide::before {

        left: 72px;

        width: calc(100% - 53px);

        height: 20px;

    }

    .yearSwiper .swiper-slide.swiper-slide-prev {

        opacity: 0;

    }



}





/* honor */

.honor_first {

    position: relative;

    padding-top: 180px;

    padding-bottom: 95px;

    z-index: 1;

    overflow: hidden;

}

.honor_first .bg {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

}

.honor_first .bg img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.honor_first .honor_f_text {

    padding-top: 24px;

    max-width: 620px;

}

.honor_first .honor_f_text p {

    padding-bottom: 20px;

    color: var(--white-color);

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

}

.honor_first .honor_f_text p:last-child {

    padding-bottom: 0;

}

.honor_f_loop {

    padding-top: 74px;

}

.honor_f_loop .honor_pic_loop {

    overflow: hidden;

}

.honor_pic_loop .swiper-slide {

    width: 240px;

}

.honor_f_loop .honor_logo {

    position: relative;

}

.honor_f_loop .honor_logo img:first-child {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    max-height: 100%;

    object-fit: contain;

}

.honor_f_loop .honor_pic_loop .border {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    padding: 30px;

    width: 240px;

    height: 240px;

    border-radius: 16px;

    border: 1px solid var(--white-color);

    background: rgba(255, 255, 255, 0.90);

    backdrop-filter: blur(12px);

}

.honor_f_loop .honor_logo{

    max-width: 120px;

    margin: 0 auto;

}

.honor_f_loop .border .title{

    margin-top: 24px;

    color: var(--dark-color);

    text-align: center;

    font-style: normal;

    font-weight: 700;

    line-height: 28px;

}



.honor_box {

    position: relative;

    min-height: 600px;

    height: calc(100vh - 100px);

    background-color: #F0F3F7;

    overflow: hidden;

    z-index: 1;

}

.honor_box:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 120px;

    background-image: url(../images/honor_top_bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    z-index: 2;

}



.honor_box::before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 120px;

    background-image: url(../images/honor_bottom_bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    z-index: 2;

}



.honor_box .my-container {

    height: 100%;

}

.honor-container {

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: space-between;

    overflow: hidden;

}

.honor_box .left-panel {

    position: relative;

    padding-top: 120px;

    padding-bottom: 120px;

    width: 554px;

    display: flex;

    flex-direction: column;

    z-index: 5;

}

.honor_box .left-panel .page_title {

    padding-bottom: 60px;

}

.honor_box .honor-list {

    list-style: none;

    flex: 1;



    overflow-y: auto;

    padding-right: 48px;

}

.honor-list::-webkit-scrollbar {

    width: 2px;

    display: block;

}

.honor-list::-webkit-scrollbar-track {

    background-color: rgba(0, 0, 0, 0.10);

    border-radius: 3px;

}

.honor-list::-webkit-scrollbar-thumb {

    background: var(--main-color);

    border-radius: 3px;

}

.honor_box .honor-item {

    position: relative;

    margin-bottom: 16px;

    padding: 8px 0;

    padding-left: 18px;

    cursor: pointer;

    transition: all 0.3s ease;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.honor_box .honor-item::before {

    content: "";

    position: absolute;

    top: 19px;

    left: 0;

    width: 8px;

    height: 8px;

    background-color: #B7B7B7;

    border-radius: 50%;

    transition: all 0.3s;

}

.honor_box .honor-item:last-child {

    margin-bottom: 0;

}

.honor_box .honor-item span{

    color: var(--dark-color);

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 30px;

}





.honor-item.active::before {

    background-color: var(--main-color);

}

.honor-item.active span {

    font-size: 24px;

    font-weight: 700;

    color: var(--main-color);

}

.honor-item .arrow {

    display: block;

    width: 31px;

    height: 31px;

    background-image: url(../images/honor_jt.svg);

    background-repeat: no-repeat;

    background-size: 100%;

    transition: transform 0.3s ease;

}



.honor-item.active .arrow {

    transform: rotate(45deg);

}

.honor-item:hover::before {

    background-color: var(--main-color);

}

.honor_box .honor-item:hover span{

    color:var(--main-color);

}



.solutBox {

    width: calc(100% + 100px);

    /* width: 100%; */

    height:100%;

    position: relative;



}

.honor_Swiper {

    width: 100%;

    height:100%;

}





.honor_box .right-panel {

    width: calc(100% - 554px);

    height: 100%;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}



.honor_box .right-bg-decoration {

    position: absolute;

    top: 0;

    right: 0;

    width: 100%;

    height: 100%;

    z-index: 0;

}

/* 圆弧线 */

.honor_box .arc-line {

    position: absolute;

    width: 60%;

    height: 100%;

    top: 0;

    right:0;

    background-image: url(../images/honor_bg.svg);

    background-repeat: no-repeat;

    background-size: cover;

    z-index: 1;

}



/* --- 切换按钮 --- */

.honor-btn {

    position: absolute;

    right: 0px;



    z-index: 50;

}

.honor-btn .b{

    width: 64px;

    height: 64px;

    border-radius: 50%;

    border:1px solid rgba(0, 0, 0, 0.10);

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    z-index: 50;

    transition: all 0.3s;

}



.honor-btn .b:hover {

    background-color:var(--main-color);

    border-color: var(--main-color);

}

.honor-btn .b:hover svg path {

    stroke: var(--white-color);

}

.honor-btn .swiper-num {

    padding-top: 20px;

    padding-bottom: 20px;

    display: flex;

    flex-flow: column;

    align-items: center;

    color: #CDCDCD;

    font-family: 'Outfit';

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 30px;

}

.honor-btn .swiper-num span.active {

    color: var(--main-color);

}

.honor-btn .swiper-num span.total {

    color: #CDCDCD;

}

.cert-info {

    display: none !important;

}

@media (min-width:768px) {

    .honor_Swiper .swiper-slide .cert-card {

        position: relative;

        width: 100%;

        height: 100%;

        cursor: pointer;

    }



    .honor_Swiper .swiper-slide .cert-card p {

        display: flex;

        justify-content: center;

        height: 100%;

    }

    .honor_Swiper .swiper-slide .cert-card p img {

        max-height: 100%;

        transform: scale(0.7);

        -webkit-transform: scale(0.7);

        transition: all .6s;

    }



    .honor_Swiper .swiper-slide .cert-card p img{

        margin-left: 140px;

    }

    .honor_Swiper .swiper-slide-active .cert-card p img {

        transform: scale(1);

        -webkit-transform: scale(1);

        margin-right: 90px;

        margin-left: 0;

    }



}





@media (max-width:1440px) {

    .honor_box .arc-line {

        width: 65%;

    }





}



@media (max-width:1279px) {

    .honor_first .bg img {

        object-position: 70%;

    }





    .honor_box .left-panel {

        width: 400px;

    }

    .honor_box .right-panel {

        width: calc(100% - 400px);

    }



    .honor_box .arc-line {

        width: 72%;

    }





}





@media (max-width:991px) {

    .honor_first {

        padding-top: 120px;

        padding-bottom:80px;

    }

    .honor_first .honor_f_text {

        max-width: 55%;

    }



    .honor_box .arc-line {

        width: 75%;

    }





}

@media (max-width:890px) {

    .honor_box {

        min-height: 600px;

        height: calc(100vh - 100px);

        max-height: 800px;

    }



    .honor_box .left-panel {

        padding-top: 120px;

        padding-bottom: 120px;

        width: 360px;

    }

    .honor_box .right-panel {

        width: calc(100% - 380px);

    }





    .honor_box .arc-line {

        width: 82%;

    }





}





@media (max-width:767px) {



    .honor_first {

        padding-top: 40px;

        padding-bottom: 60px;

    }

    .honor_f_loop {

        padding-top: 240px;

    }

    .honor_first .honor_f_text{

        max-width: 100%;

    }

    .honor_pic_loop .swiper-slide {

        width: 180px;

    }

    .honor_f_loop .honor_pic_loop .border {

        padding: 20px 10px;

        width: 180px;

        height: 180px;

    }

    .honor_f_loop .honor_logo {

        max-width: 100px;

    }

    .honor_f_loop {

        margin-left: -16px;

        margin-right: -16px;

    }

    .honor-container {

        flex-flow: column;

        overflow: inherit;

    }

    .honor_box {

        min-height: inherit;

        height:auto;

        max-height:inherit;

    }

    .honor_box::before,

    .honor_box::after{

        display: none !important;

    }

    .honor_box .left-panel {

        padding-top: 60px;

        padding-bottom: 0;

        width: 100%;

    }

    .honor-list {

        display: none !important;

    }

    .honor_box .right-panel {

        flex-flow: column;

        width: 100%;

    }

    .right-bg-decoration {

        display: none !important;

    }

    .solutBox {

        width: 100%;

        height: auto;

        position: relative;

        max-height:inherit;

        transform:inherit;

    }

    .honor_Swiper {

        padding-top: 0;

        overflow: visible;

    }

    .honor_Swiper .swiper-slide {

        opacity: 1 !important;

    }

    .honor_Swiper .swiper-slide .cert-card {

        transform:inherit;

    }

    .cert-info {

        display: block !important;

        text-align: center;

        font-size: 18px;

        padding-top: 15px;

        color: var(--dark-color);

    }

    .honor-btn {

        position: relative;

        display: flex;

        align-items: center;

        justify-content: space-between;

        padding: 50px 0;

        width: 230px;

        margin: 0 auto;

    }

    .honor-btn .b {

        padding: 14px;

        width: 56px;

        height: 56px;

    }

    .honor-btn .swiper-num span{

        margin: 0 2px;

    }

    .honor-btn .swiper-num {

        padding-top: 0;

        padding-bottom: 0;

        flex-flow: inherit;

        line-height: inherit;

    }

    .honor-prev svg {

        transform: rotate(-90deg);

    }

    .honor-next svg {

        transform: rotate(-90deg);

    }



}