/* 企业简介 */
.about {
    width: 100%;
    height: auto;
    background: url(../img/index_about_bg.png) bottom center no-repeat;
    background-size: cover;
    padding: 1.04rem 0 0.88rem;
    box-sizing: border-box;
    position: relative;
}
.about:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3.08rem;
    background: url(../img/about_bg5.png) center no-repeat;
    top: 0;
    z-index: -1;
}
.about .about_class {
    position: absolute;
    top: 1rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
}

.about .main {
    display: flex;
}

.about .about_fl {
    margin-top: 1.6rem;
    width: calc(100% - 8.5rem);
}

.about .about_fl .about_name {
    font-weight: bold;
    font-size: 0.25rem;
    color: #346EC1;
}

.about .about_fl .about_cont {
    margin-top: 0.27rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 2;
}

.about .about_fr {
    width: 7.8rem;
    height: 6.92rem;
    border-radius: 0.7rem;
    overflow: hidden;
    margin-left: 0.7rem;
    position: relative;
}
.about .about_fr video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about .about_fr .about_icon {
    width: 0.55rem;
    height: 0.55rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.3rem;
    right: 0.33rem;
    cursor: pointer;
}

.about .about_fr .about_icon::before {
    content: "";
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    background: #FFFFFF;
    opacity: 0.14;
    border-radius: 50%;
}

.about .about_fr .about_icon img {
    width: 0.13rem;
    height: auto;
    object-fit: contain;
}



.about_num {
    width: 16rem;
    display: flex;
    justify-content: space-between;
    margin: 1.04rem auto 0;
}

.about_num .stat-item {
    width: 4.1rem;
    position: relative;
    padding-bottom: 0.28rem;
    border-bottom: 0.01rem solid #D5D5D5;
    cursor: pointer;
}

.about_num .stat-item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0.01rem;
    background: #DC0017;
    bottom: -0.01rem;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.about_num .stat-item:hover:before {
    width: 100%;
}


.about_num .stat-item .stat-value,
.about_num .stat-item .stat-value .scroll_num {
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 0.84rem;
    color: #346EC1;
    line-height: 1.2;
    position: relative;
}

.about_num .stat-item .stat-value .stat-unit {
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    position: absolute;
    top: 0.05rem;
    margin-left: 0.15rem;
}

.about_num .stat-item .stat-title {
    font-weight: 400;
    font-size: 0.16rem;
    color: #898989;
}

.about_num .stat-item:hover .stat-title {
    color: #000000;
}








/* 大事记 */
.licheng {
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
    height: 10.8rem;
    background: url(../img/licheng_bg.png) center no-repeat;
    padding-top: 1rem;
    padding-bottom: 1.28rem;
    box-sizing: border-box;
    position: relative;
}

.licheng::before {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 1.87rem;
    border-bottom: 0.01rem dashed rgba(0, 0, 0, 0.6);
}

.licheng .main {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.licheng .licheng_title {
    font-weight: bold;
    font-size: 0.36rem;
    color: #080808;
    text-align: center;
    width: 100%;
}


.container1 {
    width: 100%;
    height: 100%;
}

.content-container {
    position: relative;
    height: calc(100% - 1.54rem);
    overflow: hidden;
}

.content-slider {
    display: flex;
    height: 100%;
    transition: transform 0.3s ease;
}

.body_list {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.body_list .cont_year {
    position: absolute;
    font-family: MiSans-Heavy;
    font-weight: 800;
    font-size: 3rem;
    color: #0051A4;
    opacity: 0.06;
}

.body_list .content_box {
    flex: 0 0 30%;
    max-width: 100%;
    max-height: 100%;
    text-align: right;
}

.body_list .content_box .content_text {
    font-weight: 600;
    font-size: 0.35rem;
    color: #000000;
    font-family: 'MiSans-Semibold';
}

.body_list .content_txt {
    flex: 0 0 70%;
    max-width: 100%;
    max-height: 100%;
    padding: 0 0.7rem;
    box-sizing: border-box;
}

.body_list .content_txt ul li {
    /* padding-bottom: 0.1rem; */
    padding-left: 0.17rem;
    list-style: none;
    position: relative;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1.8;
}

.body_list .content_txt ul li::before {
    content: "";
    width: 0.09rem;
    height: 0.11rem;
    background: url(../img/licheng_icon.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.1rem;
    left: 0;
}



/* 下方选择按钮区域 */
.tab-container {
    margin: 0 auto;
    /* position: relative; */
    width: 100%;
    display: flex;
    align-items: center;
}

.tab-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.tab-slider {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
    position: relative;
    top: 0.2rem;
}

.tab-slide {
    flex: 0 0 auto;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.2rem 0;
    box-sizing: border-box;
    margin-right: 2.9rem;
}

.tab-slide .dot {
    position: relative;
    border-radius: 50%;
    width: 0.14rem;
    height: 0.14rem;
    background: #DC0017;
}

.tab-slide .tab_year {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    margin-top: 0.26rem;
    white-space: nowrap;
    text-align: center;
}

.tab-slide.active .dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    border-radius: 50%;
    width: 0.3rem;
    height: 0.3rem;
    background: #DC0017;
    transform: translate(-50%, -50%);
    opacity: .2;
    animation: dot 3s .75s infinite;
}

.tab-slide.active .dot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    border-radius: 50%;
    width: 0.52rem;
    height: 0.52rem;
    background: #DC0017;
    transform: translate(-50%, -50%);
    opacity: .05;
    animation: dot 3s infinite;
}



.tab-slide.active .tab_year {
    color: #DC0017;
    font-weight: bold;
}


.tab-container .nav-arrow {
    width: 0.61rem;
    height: 0.61rem;
    cursor: pointer;
    position: absolute;
    top: 4.42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.06);
}

.tab-container .nav-arrow img {
    width: 0.1rem;
    height: 0.2rem;
    object-fit: contain;
}

.tab-container .nav-arrow:hover {
    background: #DC0017;
}

.tab-container .nav-arrow:hover img {
    filter: brightness(0) invert(1);
}

.tab-container .nav-arrow.prev {
    left: 0.66rem;
}

.tab-container .nav-arrow.next {
    right: 0.66rem;
}



@keyframes dot {
    0% {
        width: 0.18rem;
        height: 0.18rem;
        opacity: .6;
    }

    100% {
        width: 0.42rem;
        height: 0.42rem;
        opacity: 0;
    }
}










/* 创始人简介 */
.founder {
    width: 100%;
    height: auto;
    background: url(../img/founder_bg.png) bottom center no-repeat;
    padding: 1rem 0 1.45rem;
    box-sizing: border-box;
}

.founder .founder_class {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
}

.founder .founder_box {
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
}

.founder .founder_box .founder_fl {
    width: 10.1rem;
    padding-top: 0.25rem;
}

.founder .founder_box .founder_fl .founder_name {
    width: 100%;
    padding-bottom: 0.29rem;
    margin-bottom: 0.29rem;
    border-bottom: 0.01rem solid #AFAFAF;
    font-weight: bold;
    font-size: 0.28rem;
    color: #000000;
}

.founder .founder_box .founder_fl .founder_name span {
    font-family: MiSans-Normal;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    margin-left: 0.1rem;
}

.founder .founder_box .founder_fl .founder_key {
    margin-bottom: 0.36rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.founder .founder_box .founder_fl .founder_key span {
    font-weight: bold;
    font-size: 0.18rem;
    color: #346EC1;
    display: flex;
    align-items: center;
}

.founder .founder_box .founder_fl .founder_key span i {
    width: 0.09rem;
    height: 0.11rem;
    display: block;
    margin-right: 0.06rem;
    background: url(../img/founder_icon.png) center no-repeat;
    background-size: contain;
}

.founder .founder_box .founder_fl .founder_cont,
.founder .founder_box .founder_fl .founder_cont p {
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.3rem;
}


.founder .founder_box .founder_fr {
    width: 4.64rem;
    height: 4.64rem;
    border: 0.01rem solid #B2D9FF;
    border-radius: 50%;
    background: linear-gradient(0deg, #D3E9FF 0%, #F0F8FF 100%);
}

.founder .founder_box .founder_fr img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}














/* 投资人简介 */
.invest {
    width: 100%;
    height: 9rem;
    background: url(../img/invest_bg.jpg) center no-repeat;
    padding-top: 1rem;
}

.invest .main {
    width: 100%;
    height: 100%;
}

.invest .invest_class {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
}

.invest .invest_list {
    width: 100%;
    height: calc(100% - 0.5rem);
    position: relative;
}

.invest .invest_list .invest_logo {
    width: 1.88rem;
    height: 1.88rem;
    padding: 0.2rem;
    box-sizing: border-box;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.08);
    /* 为所有logo添加动画属性 */
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
.invest .invest_list .invest_logo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.invest .invest_list .logo1 {
    width: 1.47rem;
    height: 1.47rem;
    top: 1.33rem;
    left: 1.36rem;
    animation-name: float1;
    animation-duration: 3s;
}

.invest .invest_list .logo2 {
    top: 1.67rem;
    left: 4.32rem;
    padding: 0.3rem;
    animation-name: float2;
    animation-duration: 4s;
}

.invest .invest_list .logo3 {
    width: 1.21rem;
    height: 1.21rem;
    top: 2.4rem;
    left: 7.38rem;
    animation-name: float3;
    animation-duration: 2s;
}

.invest .invest_list .logo4 {
    right: 4.4rem;
    top: 1.52rem;
    padding: 0.3rem;
    animation-name: float4;
    animation-duration: 4s;
}

.invest .invest_list .logo5 {
    width: 1.21rem;
    height: 1.21rem;
    right: 2.68rem;
    top: 2.07rem;
    animation-name: float5;
    animation-duration: 3s;
}

.invest .invest_list .logo6 {
    width: 1.21rem;
    height: 1.21rem;
    top: 4.76rem;
    left: 0;
    animation-name: float6;
    animation-duration: 3s;
}

.invest .invest_list .logo7 {
    left: 2.22rem;
    top: 3.74rem;
    width: 1.47rem;
    height: 1.47rem;
    animation-name: float7;
    animation-duration: 4s;
}

.invest .invest_list .logo8 {
    left: 5.08rem;
    top: 4.35rem;
    padding: 0.3rem;
    animation-name: float8;
    animation-duration: 3s;
}

.invest .invest_list .logo9 {
    width: 1.47rem;
    height: 1.47rem;
    right: 6.24rem;
    top: 4.47rem;
    animation-name: float9;
    animation-duration: 4s;
}

.invest .invest_list .logo10 {
    width: 1.55rem;
    height: 1.55rem;
    right: 3rem;
    top: 4.47rem;
    animation-name: float10;
    animation-duration: 2s;
}

.invest .invest_list .logo11 {
    right: 0;
    top: 3.4rem;
    padding: 0.3rem;
    animation-name: float11;
    animation-duration: 3s;
}
/* 为每个logo定义不同的浮动动画 */
@keyframes float1 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0.2rem, 0.2rem); }
}

@keyframes float2 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-0.18rem, 0.12rem); }
}

@keyframes float3 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0.15rem, -0.15rem); }
}

@keyframes float4 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-0.12rem, 0.18rem); }
}

@keyframes float5 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-0.17rem, 0.15rem); }
}

@keyframes float6 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0.15rem, -0.2rem); }
}

@keyframes float7 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-0.15rem, 0.2rem); }
}

@keyframes float8 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0.12rem, -0.17rem); }
}

@keyframes float9 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0.15rem, -0.22rem); }
}

@keyframes float10 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0.18rem, -0.18rem); }
}

@keyframes float11 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-0.2rem, 0.2rem); }
}


/* 投资人简介 弹窗 */
.pop_up{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}
.pop_up.act{
    display: flex;
}
.pop_up .pop{
    width: 16rem;
    height: 4.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0,0,0,0.1);
    border-radius: 0.2rem;
    position: relative;
    padding: 0.72rem 0;
    box-sizing: border-box;
    display: flex;
}
.pop_up .pop .pop_close{
    width: 0.19rem;
    height: 0.19rem;
    position: absolute;
    top: 0.23rem;
    right: 0.29rem;
}
.pop_up .pop .pop_img{
    width: 3.97rem;
    height: 3.05rem;
    margin-right: 0.6rem;
    padding: 0.27rem 0.23rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pop_up .pop .pop_img::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 100%;
    top: 0;
    right: 0;
    background: #0051A4;
}
.pop_up .pop .pop_img img{
    max-width: 2.4rem;
    max-height: 100%;
    object-fit: contain;
}
.pop_up .pop .pop_txt{
    width: calc(100% - 4.6rem);
    margin-right: 0.02rem;
    padding-right: 0.9rem;
    box-sizing: border-box;
    overflow-y: auto;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.35rem;
}
.pop_up .pop .pop_txt .pop_name{
    font-weight: bold;
    font-size: 0.25rem;
    color: #DC0017;
    margin-bottom: 0.17rem;
    line-height: 0.35rem;
}
.pop_up .pop .pop_txt p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.35rem;
}

.pop_up .pop .pop_txt::-webkit-scrollbar {
	width: 0.06rem;    
	/*height: 4px;*/
}
.pop_up .pop .pop_txt::-webkit-scrollbar-thumb {
	border-radius: 1rem;
	-webkit-box-shadow: inset 0 0 0.06rem #DC0017;
	background: #DC0017;
}
.pop_up .pop .pop_txt::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.06rem #E8E8E8;
	border-radius: 0;
	background: #E8E8E8;
}






/* 荣誉与资质 */
.honor{
    width: 100%;
    height: auto;
    background: url(../img/honor_bg.png) top center no-repeat;
    padding: 1rem 0;
    position: relative;
}
.honor::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient( 180deg, #F5F8FC 0%, rgba(255,255,255,0) 100%);
    z-index: -1;
}
.honor .honor_class{
    width: 100%;
    text-align: center;
    margin-bottom: 0.7rem;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
}

.honor_list{
    display: flex;
    flex-wrap: wrap;
}
.honor_item{
    width: 2.68rem;
    height: auto;
    margin-right: 0.65rem;
    margin-bottom: 0.72rem;
}
.honor_item:nth-child(5n){
    margin-right: 0;
}
.honor_item .honor_img{
    width: 100%;
    height: 3.37rem;
    background: url(../img/honor_icon.png) center no-repeat;
    background-size: cover;
    padding: 0.25rem 0.21rem 0.21rem 0.21rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.19rem;
}
.honor_item .honor_img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.honor_item span{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
}
.honor_item:hover span{
    color: #346EC1;
}



