  /*发展历程左右箭头鼠标效果*/
.p1734m22827276bee378bf,
.p1734m62fd355e83dd218e,
.p1734m227d1250287bbee2{
    cursor: pointer;
}
 
/* 页脚广告隐藏 */
.p1751mf1751-00008{
    display: none;
}

 /*人才招聘*/
.p1734m321b8f5e041d5a4f .cur .p1734m17003b699897963b{
    background-image: url(https://rc0.zihu.com/g5/M00/47/8A/CgAGbGkW7Q-Ac7alAAAhZBfIQTE673.png)!important;
}

/* PC */
@media screen and (min-width:769px) {
   /*发展历程*/
    .p1734m4387f8344807e7b4{
        position: relative;
    }
    
    .p1734m4387f8344807e7b4 img{
        border-radius: 20px;
    }
    
    .p1734m4387f8344807e7b4:before{
        content: '';
        position: absolute!important;
        top: -25px;
        left: -25px;
        width: 615px;
        height: 460px;
        background: rgba(25,118,210,0.4);
        border-radius: 20px;
        z-index: -1;
    } 
    
   .swiper-slide-thumb-active .p1734m22827276bee378bf{
        color: #1976d2!important;
    }
    
   .p1734m0e6a8fa91623c998 .data_col .p1734m22827276bee378bf:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: #999;
        position: absolute;
        left: 50%;
        top: 17px;
        margin-left: -6px;
        border-radius: 50%;
        z-index: 100;
    }
    
    
     .p1734m0e6a8fa91623c998 .data_col .p1734m22827276bee378bf:after{
        content: "";
        display: block;
        width: 26px;
        height: 26px;
        background: rgba(153,153,153,0.2);
        position: absolute;
        left: 50%;
        top: 10px;
        margin-left: -13px;
        border-radius: 50%;
        z-index: 99;
    }

    .p1734m0e6a8fa91623c998 .swiper-slide-thumb-active .p1734m22827276bee378bf:before {
        width: 18px;
        height: 18px;
        margin-left: -9px;
        margin-top: -2px;
        background: #1976d2;
    }
    
    .p1734m0e6a8fa91623c998 .swiper-slide-thumb-active .p1734m22827276bee378bf:after{
        width: 36px;
        height: 36px;
        margin-left: -18px; 
        margin-top: -4px;
        background: rgba(33,84,149,0.2);
    } 
    
    .p1734m62fd355e83dd218e,
    .p1734m227d1250287bbee2{
        position: absolute!important;
    }
    
    /*业务覆盖*/
    .p1734me609f72fe958f689,
    .p1734m4bcfef5f763f0f4b,
    .p1734mffaf76f3e3954066,
    .p1734mf4d23bbd309ff5b2{
        position: relative!important;
    }


    .p1734me609f72fe958f689:before,
    .p1734me609f72fe958f689:after,
    .p1734m4bcfef5f763f0f4b:before,
    .p1734m4bcfef5f763f0f4b:after,
    .p1734mffaf76f3e3954066:before,
    .p1734mffaf76f3e3954066:after,
    .p1734mf4d23bbd309ff5b2:before,
    .p1734mf4d23bbd309ff5b2:after{
        content: "";
        position: absolute!important;
        top:  12px;
        left: 15px;
        border-radius: 50%;
        background: rgba(38, 179, 255, 0.3); 
    }


    .p1734me609f72fe958f689:before,
    .p1734m4bcfef5f763f0f4b:before,
    .p1734mffaf76f3e3954066:before,
    .p1734mf4d23bbd309ff5b2:before{
        width: 1.1vw;
        height: 1.1vw;
        z-index: 2;
        animation: amplify 2.8s infinite 0.2s; 

    }

    .p1734me609f72fe958f689:after,
    .p1734m4bcfef5f763f0f4b:after,
    .p1734mffaf76f3e3954066:after,
    .p1734mf4d23bbd309ff5b2:after{
        width: 2.125vw;
        height: 2.125vw;
        animation: amplify 2.8s infinite 0.1s;
        z-index: 3;
    }


    @keyframes amplify{
        0% {
            -webkit-transform: translate(-50%, -50%) scale(0.4);
            -moz-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
            opacity: 0;
        }

      20% {
        opacity: 1;
      }

      75% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
      }

      100% {
        opacity: 0;
      }
    }

}