﻿@charset "utf-8";

:root {
    --main-color: #0249D9;
    /* --main-color: #005597; */
    /* --main-color: #223C71; */
    --dark-color: #333;
    --white-color: #FFFFFF;
    --red-color: #F1151B;
    --grey-color: #999999;
}

img {
    max-width: 100%;
}

/* index one */

.height92 {
    width: 100%;
    height: 92px;
}

.index_one {
    position: relative;
    width: 100%;
    height: 95vh;
    text-align: center;
    overflow: hidden;
}

.index_one_img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 120px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.index_one_img img {
    max-height: 100%;
}

.aos-animate .index_one_img img {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.index_one_text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;

}
.words {
    margin-top: 24px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text_line {
    position: relative;
    overflow: hidden;
}
.text_line .word-wrap {
    overflow: hidden;
}
.text_line .tt {
    font-weight: 600;
    color: #071A34;
    letter-spacing: -2px;
    line-height: 1.2;
    overflow: hidden;
}
.text_line .word-wrap:nth-child(2) .tt {
    animation-delay: 0.6s;
}
.text_line .word-wrap:nth-child(3) .tt {
    animation-delay: 0.7s;
}
.text_line span {
    color: var(--main-color);
}

.words .mr4 {
    margin-right: 14px;
}

.words .ml4 {
    margin-left: 14px;
}

.index_one_des {
    padding-top: 24px;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.aos-animate .index_one_des {
    animation: an_5 1s 1 both;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0.7s;
}

@media (min-width:768px) {
    .index_one_des {
        opacity: 0;
    }
}

@keyframes an_5 {
    from {
        opacity: 0;
        transform: translate3d(0px, 80px, 0px);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes an_7 {
    from {
        opacity: 0;
        /* transform: perspective(1000px) translate3d(0px, 300px, 0px) rotate3d(-100, 0, 50, 45deg); */
        transform: perspective(1000px) translate3d(0px, 300px, 0px) rotate3d(-100, 0, 0, 45deg);
    }

    to {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0);
    }
}


.index_link {
    padding-top: 55px;
}

.index_link a {
    display: inline-flex;
    padding: 16px 20px 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--main-color);
    border: 1px solid transparent;
    /* transition: background .3s; */
}

.index_link a {
    color: var(--white-color);
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.index_link a i {
    position: relative;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
}

.index_link a i img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.index_link a i img:nth-child(2) {
    top: 100%;
}

.index_link a:hover {
    border: 1px solid var(--main-color);
    background: #FFF;
    color: var(--main-color);

}

.index_link a:hover i img:first-child {
    top: -100%;
}

.index_link a:hover i img:nth-child(2) {
    top: 0;
}



@media (max-width:767px) {
    .index_link a {
        padding: 10px 12px 10px 14px;
    }
    .index_link a i {
        margin-left: 6px;
        width: 20px;
        height: 20px;
    }
    .text_line .tt {
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -1.56px;
    }
    
    .index_link {
        padding-top: 35px;
    }

}
@media (max-width:540px) {
    .index_one_text {
        padding-top: 30px;
    }

   .index_one_des p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .text_line .tt {
        font-size: 26px;
    }

}

@media (max-width:380px) {
    .text_line .tt {
        font-size: 24px;
    }

}
@media (max-width:360px) {
    .text_line .tt {
        font-size: 24px;
    }

}
/* index product */

.index_s_t {
    display: flex;
    justify-content: center;

}

.index_s_t h2 {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    border-radius: 70px;
    border: 1px solid #DFE5EF;
    padding: 10px 24px;

}

/* .index_product {
    padding-top: 100px;
    background-color: #F5F7FA;
    background-image: url(../images/cpwl.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
} */

.in_product_title {
    padding-top: 16px;
    color: #071A34;
    text-align: center;
    font-weight: 400;
    /* line-height: 1.57; */
    letter-spacing: -1.56px;
    overflow: hidden;
}

.in_product_title span {
    color: var(--main-color);
}

.in_product_list {
    padding-top: 50px;
    padding-bottom: 40px;
}

.in_product_list ul {
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px;
}

.in_product_list ul li {
    width: 40%;
}

.in_product_list .icon {
    display: flex;
}
.in_product_list .icon img {
    width: 60px;
}
.in_product_list .icon img:nth-child(2) {
    display: none;
}

.in_product_list .title {
    position: relative;
    margin: 20px 0 ;
    padding-bottom: 20px;
    color: var(--dark-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.in_product_list .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
    transition: width .4s;
}

.in_product_list .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: width .4s;
}

.in_product_list .des {
    color: var(--dark-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.in_product_list ul li .bg:hover .title {
    color: var(--main-color);
}

.in_product_list ul li .bg:hover .icon img:nth-child(1) {
    display: none;
}

.in_product_list ul li .bg:hover .icon img:nth-child(2) {
    display: block;
}

.in_product_list ul li .bg:hover .title::before {
    width: 100%;
}
@media (max-width:991px) {

.index_product {
    padding-top: 80px;
}
.in_product_list ul li {
    width: 50%;
    padding-bottom: 48px;
}
.in_product_list .title {
    margin-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 22px;
}


}
@media (max-width:767px) {

    .index_product {
        padding-top: 50px;
    }
    .in_product_list ul li {
        width: 100%;
        padding-bottom: 28px;
    }
    .in_product_list .title {
        margin-top: 14px;
        padding-bottom: 14px;
        margin-bottom: 14px;
        font-size: 20px;
    }
    .in_product_list .icon img {
        width: 30px;
    }
    
}
/*agent*/
.index_agent {
    padding: 90px 0;
    background-color: var(--white-color);
    overflow: hidden;
}

.tt {
    overflow: hidden;
    opacity: 0;
}

.aos-animate .tt {
    animation: an_7 1s 1 both;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0.5s;
}
.in_agent_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 526px;
}
.in_agent_left .index_s_t {
    justify-content: flex-start;
}

.in_agent_left .title {
    overflow: hidden;
    margin-top: 16px;
    font-weight: bold;
}



.in_agent_left .title p{
    color: var(--dark-color);
    font-weight: bold;
    line-height: 1.3;
    overflow: hidden;
}

.in_agent_left .title p span{
    color: var(--main-color);
}

.in_agent_left .in_agent_des {
    margin-top: 16px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.in_agent_left .in_agent_more {
    padding-top: 30px;
}
.in_agent_right {
    width: 50%;
}

.in_agent_list {
    position: relative;
    padding-top: 40px;
    padding-bottom: 24px;
}

.in_agent_list:first-child {
    padding-top: 0;
}

.in_agent_list::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}

.in_agent_list::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: width 1.2s;
}

.in_agent_list .title {
    display: flex;
    align-items: center;
}

.in_agent_list .title {
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

.in_agent_list .afent_number {
    color: inherit;

}

.in_agent_list .big_t {
    color: inherit;
    padding-left: 16px;
    font-weight: bold;
}

.in_agent_list .accordion-collapse {
    display: none;
    position: relative;
    transition: max-height 0.5s ease 0.5s;
}

.in_agent_list .accordion-collapse .icon {
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 80px;
    transition: bottom 0.6s;
}

.in_agent_list .accordion-body p {
    padding-right: 100px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.in_agent_list:hover .title,
.in_agent_list.active .title {
    color: var(--main-color);
}

.in_agent_list:hover::after,
.in_agent_list.active::after {
    width: 100%;
}

.in_agent_list.active .accordion-collapse {
    padding-top: 16px;
}

.in_agent_list.active .accordion-collapse .icon {
    bottom: 20px;
}

@media (max-width:1280px) {
    .in_agent_left {
        width: 50%;
        padding-right:50px;
    }
    .swiper-slide-active h2 {
        width: 400px;
    }
}
@media (max-width:991px) {

.swiper-slide-active h2 {
    width: 300px;
}
.index_agent {
    padding: 80px 0;
}
.index_agent>.my-container {
    flex-wrap: wrap;
}
.in_agent_left .index_link {
    padding-top:35px;
}
.in_agent_left {
    width: 100%;
    padding-right: 0;
    max-width: inherit;
}
.in_agent_right {
    padding-top: 30px;
    width: 100%;
}
.in_agent_list .accordion-body p {
    padding-right: 80px;
}
.in_agent_list .accordion-collapse .icon {
    width: 60px;
}
.index_last .swiper-wrapper .swiper-slide .row{
    display: block;
}
}
@media (max-width:767px) {
    .tt {
        opacity: 1;
    }
    .in_agent_left .index_link {
        padding-top:0px;
    }

    .index_agent{
        padding: 50px 0;
    }

    .in_agent_list {
        padding-top: 20px;
        padding-bottom: 16px;
    }
    .in_agent_list .title {
        font-size: 22px;
        line-height: 1.2;
    }
    .in_agent_list .accordion-body p {
        padding-right: 0px;
    }
    .in_agent_list .accordion-collapse .icon {
        margin-bottom: 15px;
        position: relative;
        width: 30px;
        bottom: inherit !important;
    }

}    
/* Custom pagination */
.swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 64px;
    border-radius: 4px;
    background-color: var(--main-color);
}
.swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.swiper h2{
    color: #000;
}

.swiper p{
    font-size: 16px;
}
.swiper-slide-active h1 {
    animation: slideInUp 0.8s ease forwards;
    margin: 100px 0 0 100px;
    font-size: 40px;
    font-weight: bold;
    color: var(--white-color) !important;
    width: 500px;
}

.swiper-slide-active h2 {
    animation: slideInUp 0.8s 0.2s ease forwards;
    margin: 20px 0 0 100px;
    color: var(--white-color);
}

.swiper-slide-active p {
    animation: slideInUp 0.8s 0.4s ease forwards;
}

.swiper-slide-active .demo-btn {
    animation: slideInUp 0.8s 0.6s ease forwards;
}

@keyframes slideInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.image-container {
    position: relative;
    height: 400px;
    width: 1000px;
}

.image-placeholder {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: all 0.5s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.image-placeholder:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
}

.placeholder-top {
    width: auto;
    height: 100%;
    bottom: -120px;
    right: 0;
    animation: float-slow 2s infinite alternate;
}

.placeholder-bottom {
    width: 300px;
    height: 260px;
    bottom: 0;
    right: 0;
    animation: float-slow 2s 1s infinite alternate;
}

@keyframes float-slow {
    0% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(-80px);
    }
}
/* index last */
.index_last {
    padding-top: 60px;
    padding-bottom: 65px;
    background: #F5F7FA;
    overflow: hidden;
}

.new_title {
    margin-top: 16px;
    text-align: center;
    color: #071A34;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: -1.56px;
    overflow: hidden;
}

.new_title span {
    color: var(--main-color);
}

.index_last .new_swiper {
    overflow: visible;
}

.insight_box {
    position: relative;

}

.insight_box:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #F5F7FA;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
}

.new_swiper {
    padding-top: 50px;
}

.new_swiper .bg {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 40px;
    width: 100%;
    height: 462px;
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;
    transition: transform 0.5s;
    z-index: 2;
}

.new_swiper .bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.72) 100%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.new_swiper .bg .default {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s;
    opacity: 0;
    z-index: -1;
}

.new_swiper .bg .default img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -o-transition: all 0.4 ease;
    transition-delay: 0.2s;
}



.new_swiper .bg .time {
    color: var(--grey-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.new_swiper .bg .title {
    margin-top: 30px;
    color: var(--dark-color);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.46;
}

.new_swiper .bg .text {
    margin-top: 16px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.new_swiper .more {
    display: flex;
    align-items: center;
}

.new_swiper .more span {
    margin-right: 8px;
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.new_swiper .more i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.2px solid rgba(153, 153, 153, 0.20);
}

.new_swiper .more i svg {
    transition: all .5s;
}

.new_swiper a:hover {
    transform: translateY(-10px);
}

.new_swiper a:hover .default {
    opacity: 1;
}
.new_swiper a:hover .default img {
    transform: scale(1.05);
}

.new_swiper a:hover .bg::before {
    opacity: 1;
}

.new_swiper a:hover .time {
    color: rgba(255, 255, 255, 0.5);
}

.new_swiper a:hover .title {
    color: var(--white-color);
}

.new_swiper a:hover .text {
    color: var(--white-color);
}

.new_swiper a:hover .more span {
    color: var(--white-color);
}

.new_swiper a:hover .more i {
    background: var(--white-color);
    border-color: var(--white-color);
}

.new_swiper a:hover .more i svg {
    transform: rotate(45deg);
}

.new_swiper a:hover .more i svg path {
    stroke: var(--main-color);
}

.new_button {
    padding-top: 40px;
}

.new_button .new_number span {
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #D9D9D9;
    opacity: 1;
    margin-right: 8px;
}

.new_button .new_number span.swiper-pagination-bullet-active {
    width: 24px;
    background-color: var(--main-color);
}

.new_button .right div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}
.new_button .right div::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    background-color: var(--main-color);
    border-radius: 50%;
    transition: transform 0.5s;
    z-index: -1;
}
.new_button .right div.swiper-button-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

.new_button div:nth-child(2) {
    margin-left: 16px;
}

.new_button .right div:hover:before {
transform: translate(-50%, -50%) scale(1);
}

.new_button .right div:hover svg path {
    stroke: var(--white-color);
}

@media (max-width:991px) {
    .index_last {
        padding-top: 40px;
        padding-bottom: 65px;
    }

    .new_swiper .bg {
        padding: 40px 30px;
    }

}

@media (max-width:767px) {
    .index_last {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .new_button {
        padding-top: 30px;
    }

    .new_button .right div {
        width: 50px;
        height: 50px;
    }
.new_swiper .bg {
    padding: 36px 26px;
    height: 360px;
}
.new_swiper .bg .title {
    margin-top: 30px;
    font-size: 22px;
    line-height: 1.3;
}
.new_swiper .bg .text {
    margin-top: 16px;
    -webkit-line-clamp: 3;
}
}