﻿/* 分类导航去右边线 */
.p1708m3a4d4f060d1d5461 li:nth-child(3){
    border-right: none!important; 
}

/*发展历程左右箭头鼠标效果*/
.p1708mfd5dd03635495de1,
.p1708m0932a941285afd58,
.p1708m71ab1a235d12b223{
    cursor: pointer;
}


/* PC */
@media only screen and (min-width: 769px) {
    /*发展历程*/
   .swiper-slide-thumb-active .p1708m71ab1a235d12b223{
        color: #215495!important;
    }
    
   .p1708md5c6a1e4ed7c5753 .data_col .p1708m71ab1a235d12b223: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;
    }
    
    
     .p1708md5c6a1e4ed7c5753 .data_col .p1708m71ab1a235d12b223: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;
    }

    .p1708md5c6a1e4ed7c5753 .swiper-slide-thumb-active .p1708m71ab1a235d12b223:before {
        width: 18px;
        height: 18px;
        margin-left: -9px;
        margin-top: -2px;
        background: #215495;
    }
    
    .p1708md5c6a1e4ed7c5753 .swiper-slide-thumb-active .p1708m71ab1a235d12b223:after{
        width: 36px;
        height: 36px;
        margin-left: -18px; 
        margin-top: -4px;
        background: rgba(33,84,149,0.2);
    }
    
    
    /*合作伙伴线条*/    
    .p1708m9d27c7b9f7a453a9 .data_col .p1708m6d7e949db879e688:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width:0;
        height: 3px;
        background: #215495;
        transition: 0.5s;
    }
    
    .p1708m9d27c7b9f7a453a9 .data_col .p1708m6d7e949db879e688:hover:before{
        width: 100%;
        transition: 0.5s;
    }
    
    
}

@media only screen and (max-width: 768px) {
 /*发展历程*/
    .swiper-slide-thumb-active .p1708m71ab1a235d12b223{
        color: #215495;
    }
    .p1708md5c6a1e4ed7c5753 .data_col .p1708m71ab1a235d12b223:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: #ccc;
        position: absolute;
        left: 50%;
        top: -5px;
        margin-left: -5px;
        border-radius: 50%;
        z-index: 100;
    }
    
    
    .p1708md5c6a1e4ed7c5753 .data_col .p1708m71ab1a235d12b223:after{
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background: rgba(153,153,153,0.2);
        position: absolute;
        left: 50%;
        top: -10px;
        margin-left: -10px;
        border-radius: 50%;
        z-index: 99;
    }
    
    
    .p1708md5c6a1e4ed7c5753 .swiper-slide-thumb-active .p1708m71ab1a235d12b223:before {
        width: 12px;
        height: 12px;
        margin-left: -6px;
        margin-top: -2px;
        background: #215495;
    }
    
    .p1708md5c6a1e4ed7c5753 .swiper-slide-thumb-active .p1708m71ab1a235d12b223:after{
        width: 26px;
        height: 26px;
        margin-left: -13px; 
        margin-top: -4px;
        background: rgba(33,84,149,0.2);
    }
  
}
    
 
