.sub_nav_wp{
    background: #F9F9F9!important;
}


@font-face {
    font-family: "DINRegular";
    src: url('../font/D-DIN-PRO-Regular.otf');
}
@font-face {
    font-family: "DINBold";
    src: url('../font/D-DIN-PRO-Bold.otf');
}

.history{
    padding-bottom: 70px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFDFF 100%);
}
.historyLine{
    margin-top: 20px;
}
.historySwiper {
    padding-bottom: 10px;
}
.historySwiper .swiper-slide{
    margin: 0px 5%;
    width: 12%;
    border: 1px solid #C8D8EB;
    border-radius: 50%;
    font-family: "DINRegular";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #999999;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}
.historySwiper .swiper-slide>div{
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.historySwiper .swiper-slide p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.historySwiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: calc(100% + 10px);
    background: url(../img/ring.png)no-repeat center center;
    background-size: 100% 100%;
}
.historySwiper .swiper-slide-active{
    border: none;
    color: #2D6BB4;
    font-family: "DINBold";
}
.historySwiper .swiper-slide-active::before {
    display: block;
}
.historySwiper .swiper-slide::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 110%;
    display: block;
    width: 65%;
    height: 1px;
    background: #E2EAF5;
}
.historySwiper .swiper-slide:last-of-type::after{
    display: none;
}

.historyBox{
    margin-top: 40px;
}
.historyItem{
    display: none;
    box-shadow: 0px 6px 20px rgba(16,59,138,0.08);
    background: #fff;
    border-radius: 4px;
    padding: 30px 28px;
}
.historyCon{
    display: flex;
    justify-content: space-between;
}
.historyConL{
    display: block;
    width: 52%;
    height: 420px;
    object-fit: cover;
}
.historyConR {
    width: 44%;
    max-height: 420px;
    overflow-y: auto;
}
.historyConR li{
    font-size: 18px;
    margin-bottom: 50px;
    padding-left: 26px;
    background: url(../img/point.png)no-repeat top 5px left;
    background-size: 10px 10px;
    padding-right: 15px;
}
.historyConR li:last-of-type{
    margin-bottom: 0px;
}
.historyConR span{
    display: block;
    font-family: "DINRegular";
    font-size: 22px;
    margin-bottom: 14px;
    color: #F4A526;
}
.historyConR p{
    color: #333;
    font-size: 18px;
}
/* ====== 优化滚动条样式 start ====== */
.historyConR::-webkit-scrollbar {
    width: 4px;
    height: 100%;
}
.historyConR::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}
.historyConR::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #2D6BB4;
    border-radius: 4px;
}
/* ====== 优化滚动条样式 end ====== */


/* 责任 */
.responsibility{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 60px;
}
.responsibilityL{
    width: 46%;
    font-size: 16px;
    color: #333;
}
.responsibilityL p{
    margin-bottom: 20px;
    line-height: 1.5;
}
.responsibilityR{
    display: block;
    width: 50%;
    height: auto;
}



@media (max-width: 900px){
    .historySwiper .swiper-slide{
        margin: 0px 9%;
        width: 20%;
        font-size: 26px;
    }
    .historyItem{
        padding: 22px 16px;
    }
    .historyCon{
        flex-wrap: wrap;
    }
    .historyConL{
        width: 100%;
        height: auto;
        margin: 0px 0px 20px 0px;
    }
    .historyConR{
        width: 100%;
        max-height: 320px;
    }
    .historyConR span {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .historyConR p{
        font-size: 14px;
    }
    .historyConR li{
        margin-bottom: 25px;
    }
    .history{
        padding-bottom: 50px;
    }
    
    .responsibility{
        flex-wrap: wrap;
        margin-top: 0px;
    }
    .responsibilityL{
        width: 100%;
        margin-bottom: 30px;
    }
    .responsibilityR{
        width: 100%;
    }
}
@media (max-width: 767px){
    .historySwiper .swiper-slide{
        margin: 0px 6.2%;
        width: 25%;
        font-size: 20px;
    }
    .historySwiper .swiper-slide::after{
        width: 30%;
    }
}
















