.about {
    padding-bottom: 6.5%;

}

.about_home {
    padding-bottom: 0;

}

.about_mine {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_mine .video_sp {
    width: 40.5%;

}
.about_mine .netetx p{
    font-size: 16px;
    
}
.about_mine .netetx {
    width: 50%;
    letter-spacing: 0px;
    color: #666666;
    line-height: 2;
}

.about_mine .video_sp .video_sp_bottom p {
    letter-spacing: 2px;
    color: #004ea0;
    font-weight: bold;
}

.about_mine .video_sp .video_sp_bottom {

    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 24px 50px; */
    position: relative;
    margin-top: 12%;
    width: 90%;
    height: 80px;
  /*    margin: 12% auto 0; */

}

.about_mine .video_sp .video_sp_bottom:hover::before {
    height: 90%;

}

.about_mine .video_sp .video_sp_bottom:hover::after {
    height: 90%;

}

.about_mine .video_sp .video_sp_bottom::before {
    content: "";
    position: absolute;
    background: #004ea0;
    height: 0;
    transition: all .4s ease;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    transition: all .4s ease;
}


.about_mine .video_sp .video_sp_bottom::after {
    content: "";
    position: absolute;
    background: #004ea0;
    height: 0;
    transition: all .4s ease;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    transition: all .4s ease;
}

.about_mine .video_sp .video_sp_top {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.about_mine .video_sp .video_sp_top .cox_viode1 img {
    width: 100%;
    transition: all 0.4s;
}

.about_mine .video_sp .video_sp_top:hover .cox_viode1 img {
    transform: scale(1.05);
}

.about_mine .video_sp .video_sp_top .cox_viode2 {
    width: 100px;
    height: 100px;
    border: 15px solid rgb(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.about_mine .video_sp .video_sp_top .cox_viode2:hover img {

    transform: rotate(360deg);
}

.about_mine .video_sp .video_sp_top .cox_viode2 img {

    transition: all 1s;
}

/* 数字滚动 */
.digit {
    margin-top: 9%;

}

.digit .e_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap ;
}

.digit .e_container .cbox-12-0,
.digit .e_container .cbox-12-1 {
    border-bottom: 1px solid #aac3de;
    padding-bottom: 28px;
    position: relative;
    width: 100%;
        margin-bottom: 20px;
}

.digit .e_container .cbox-12-0::before,
.digit .e_container .cbox-12-1::before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: rgb(0, 78, 160, 0.6);
    left: 0;
    bottom: -1px;
    position: absolute;

}

.digit .cbox-12-0 .e_scrollNumber-14 span,
.digit .cbox-12-1 .e_scrollNumber-17 span {


    line-height: 1;
}

.digit .cbox-12-0 .e_scrollNumber-14,
.digit .cbox-12-1 .e_scrollNumber-17 {
    color: #004ea0;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    margin-right: 30px;
}


.digit .cbox-12-0 .cbox-13-0,
.digit .cbox-12-1 .cbox-16-0 {
    display: flex;
    align-items: baseline;
}

.digit .cbox-12-0 .cbox-13-0 .e_tex,
.digit .cbox-12-1 .cbox-16-0 .e_tex {
    font-weight: bold;
}

.digit .cbox-12-0 .e_scrollNumber-14 .p_num,
.digit .cbox-12-1 .e_scrollNumber-17 .p_num {
    font-size: 80px;
    font-weight: bold;
    margin: 0 5px;
}

.about_mine .video_sp .video_sp_bottom {
    background-image: url(../img/about_teximg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;

}


/* 视频 */

.video_con {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 99;
}

.video_con .vid_dom {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_con video {
    width: 100%;
}

.video_con .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #000;
    border-radius: 100%;
    cursor: pointer;
    z-index: 2;
}

.video_con .close:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
}

.video_con .close:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translateX(-50%) rotate(135deg);
}



/* 第二板块 */
.about_bottom {
    padding-top: 62px;
    padding-bottom: 5.222%;
    background-color: #fbfbfd;
    display: none;
}





/* 第二板块 */
.about_swiper {

    padding: 2% 0%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.about_swiper .p_navItem1 p {
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
    margin-top: 8%;
}

.jjBoxs {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px 2px;

}

.jjBoxs .p_navItem1 .imf {
    overflow: hidden;
    height: 0px;
    position: relative;
    padding-bottom: 68.25%;

}

.jjBoxs .p_navItem1 .imf img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s;

}

.about_swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 2%;
    left: auto;

}


.about_swiper .marquee-left,
.marquee-right,
.swiper-button-next,
.swiper-button-prev {

    color: #004ea0;
}

.about_swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: unset;
    left: 2%;
    right: auto;
    background-image: unset;
    width: 54px;
    height: 54px;
    background-color: #ffffff;
    box-shadow: 0px 12px 30px 0px rgba(51, 50, 51, 0.1);
    border-radius: 50%;
    position: unset;
    top: auto;
    margin-top: auto;
    transition: all 0.4s;
}

.about_swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: unset;
    width: 54px;
    height: 54px;
    background-color: #ffffff;
    box-shadow: 0px 12px 30px 0px rgba(51, 50, 51, 0.1);
    border-radius: 50%;
    margin-top: auto;
    top: auto;
    left: 10%;
    right: auto;
    position: unset;
    transition: all 0.4s;
}

.about_swiper .swiper-button-next:hover {
    background-color: #004ea0;

}

.about_swiper .swiper-button-next:hover:after {

    color: #ffffff;
}

.about_swiper .swiper-button-prev:hover {
    background-color: #004ea0;

}

.about_swiper .swiper-button-prev:hover:after {

    color: #ffffff;
}

.about_swiper .swiper-button-next:after,
.about_swiper .swiper-button-prev:after {
    font-weight: bold;
    font-size: 18px;
}

.jjBoxs .p_navItem1 {
    box-shadow: 0px 0px 25px 0px rgba(180, 180, 180, 0.2);
    /* opacity: 0.8; */
    background-color: #ffffff;
    padding: 15% 0%;
}

.jjBoxs .p_navItem1:hover .imf img {
    transform: scale(1.08);

}

.jjBoxs .p_navItem1 .s_line {

    width: 40px;
    height: 1px;
    background-color: #999999;
    margin: 0 auto;
    margin-top: 20px;
}

.about_swiper .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    height: 3px;
    background-color: #dfdfdf;
    width: 100%;
    top: 50%;
}

.about_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {

    background: #004ea0;
}

.swiper_min {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    margin-top: 80px;
}

.swiper_min .cox_31_left {
    flex: 0 0 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
}

.swiper_min .cox_32_right {
    flex: 1;
    height: 100%;
    position: relative;
    padding-left: 5%;
}
.about_mine .netetx p span{
      font-size: 18px!important;
    
}
    .dis_digit {
        
        display: none;
     
    }
/* 125% */
@media only screen and (max-width:1537px){

.about_mine .netetx p span{
    
        font-size: 16px!important;
}
.about_mine .netetx{
    
       line-height: 1.5; 
}
}


@media screen and (max-width: 1366px) {


    .about_mine .video_sp {

        width: 42.5%;
    }

    .about_mine .video_sp .video_sp_top .cox_viode2 {

        width: 70px;
        height: 70px;
    }

    .about_mine .video_sp .video_sp_bottom {

        margin: 8% auto 0;
    }

    .digit .cbox-12-0 .e_scrollNumber-14 .p_num,
    .digit .cbox-12-1 .e_scrollNumber-17 .p_num {

        font-size: 42px;
    }
}


/* 150 */
@media only screen and (min-width:1020px) and (max-width:1291px){
  .about_mine .netetx p span{
       
          font-size: 14px!important;
  }
  .about_mine .netetx{
        box-sizing: border-box;
    overflow-y: scroll;
    height: 420px;
       line-height: 1.5; 
}


}
@media screen and (max-width: 1000px) {


    .about_mine .video_sp {

        width: 100%;
    }

    .about_mine .netetx {
        width: 100%;

    }

    .digit .e_container .cbox-12-0,
    .digit .e_container .cbox-12-1 {

        width: 100%;
    }

    .digit .e_container {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .about_mine {
        
            flex-direction: column-reverse;
    }
    .digit{
        display: none;
    }
    .dis_digit {
        
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .about_mine .video_sp .video_sp_top .cox_viode2{
        
            width: 60px;
    height: 60px;
    }
    
    
    .about_mine .video_sp .video_sp_bottom::before{
        
            width: 5px;
    }
    
    .about_mine .video_sp .video_sp_bottom::after{
          width: 5px;
        
    }
    .about_bottom {

        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about_mine .netetx p span{
        font-size: 14px!important;
    
}
.about_mine .netetx p{
    font-size: 14px;
    
}
    .swiper_min {

        margin-top: 20px;
        margin-bottom: 20px;
        height: auto;
    }

    .about_swiper .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {

        width: 40px;
        height: 40px;
    }

    .about_swiper .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        width: 40px;
        height: 40px;

    }

    .jjBoxs .p_navItem1 {
        padding: 20px 0%;

    }

    .about_mine .video_sp .video_sp_bottom {
        width: 100%;
        height: 60px;
    }

    .about_mine .video_sp .video_sp_bottom {

        margin: 15px auto;
    }

    .video_con .vid_dom {

        width: 90%;
    }

    .video_con .close {

        width: 35px;
        height: 35px;
    }

    .digit .e_container .cbox-12-0,
    .digit .e_container .cbox-12-1 {
    padding-bottom: 15px;
    padding-top: 15px;
    }

    .about {

        padding-bottom: 30px;
    }
    
    .digit .cbox-12-0 .e_scrollNumber-14 .p_num, .digit .cbox-12-1 .e_scrollNumber-17 .p_num {
        
            font-size: 30px;
    }
}
