/*发展历程*/

.abUs-comHist {
    padding: 50px 0 0;
    background: url('/APP/Public/Home/images/into/timeline.jpg') no-repeat top center / 100% 579px;
}

.abUs-comHist .p-title .t {
    color: #fff;
}

.abUs-comHist .p-title .s {
    background: #e50012;
}

.abUs-comHist h6 {
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    margin-top: 30px;
}

/*大*/

.auCHist-man {
    width: 928px;
    padding: 0 0 246px;
    position: relative;
    margin: 80px auto 0;
}

.auCHist-man .swiper-container {
    padding: 69px 0 0;
}

.auCHist-man .auCHman-box {
    display: block;
    height: 72px;
    text-align: center;
    color: #fff;
    background: url('/APP/Public/Home/images/into/time/auCHist-bg.png') no-repeat center 68px;
    position: relative;
}

.auCHman-box .year {
    line-height: 28px;
    font-size: 16px;
}

.auCHman-box:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 0px;
}

.auCHman-box:after {
    content: "";
    display: block;
    width: 1px;
    height: 9px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    bottom: 11px;
}

.auCHman-box.cur .year {
    width: 77px;
    height: 77px;
    line-height: 77px;
    background: rgba(69, 119, 243, 0.75);
    border-radius: 100%;
    position: absolute;
    top: -53px;
    left: 50%;
    margin-left: -38.5px;
}

.auCHman-box.cur .year:after {
    content: "";
    display: block;
    width: 109px;
    height: 109px;
    background: rgba(134, 135, 182, 0.25);
    border-radius: 100%;
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: -1;
}

.auCHman-box.cur:before,
.auCHman-box.cur:after {
    background: #4577f3;
}

.auCHman-box.cur:after {
    height: 30px;
    z-index: 2;
}

.auCHistManSwiper-prev,
.auCHistManSwiper-next {
    display: block;
    width: 11px;
    height: 21px;
    position: absolute;
    top: 70px;
}

.auCHistManSwiper-prev {
    left: -58px;
    background: url('/APP/Public/Home/images/into/time/swiper2-l.png') no-repeat center center;
}

.auCHistManSwiper-next {
    right: -58px;
    background: url('/APP/Public/Home/images/into/time/swiper2-r.png') no-repeat center center;
}

.auCHist-man:before,
.auCHist-man:after {
    content: "";
    display: block;
    width: 26px;
    height: 24px;
    background: url('/APP/Public/Home/images/into/time/auCHist-orn1.png') no-repeat center center;
    position: absolute;
    top: 125px;
}

.auCHist-man:before {
    left: -103px;
}

.auCHist-man:after {
    right: -103px;
}

.auCHist-man .orn1,
.auCHist-man .orn2 {
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    top: 137px;
}

/*小*/

.auCHist-min {
    width: 1000px;
    position: relative;
    margin: -151px auto 0;
    z-index: 2;
}

.auCHist-min .swiper-container {
    padding: 0 0 69px;
}

.auCHist-min .swiper-container .swiper-slide {
    padding: 0 10px;
}

.auCHmin-box {
    display: block;
    padding: 0 6.851851851851852% 0 41.6666%;
    background: #fff url('/APP/Public/Home/images/into/time/auCHist-bg.png') no-repeat center center / cover;
    box-shadow: 0 4px 20px rgba(162, 162, 162, .24);
    position: relative;
}

.auCHmin-box .auCHmin-img {
    display: block;
    width: 38.7037037037037%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}

.auCHmin-box .auCHmin-block {
    padding: 50px 0 51px;
    min-height: 284px;
}

.auCHmin-box .auCHmin-block h4 {
    color: #0f307f;
    font-size: 48px;
}

.auCHmin-box .auCHmin-block h5 {
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
}

.auCHmin-box .auCHmin-block p {
    margin-top: 10px;
    font-size: 14px;
    color: #555555;
}

/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {
    .abUs-comHist>h6 {
        font-size: 28px;
    }
    .auCHmin-box .auCHmin-block h4 {
        font-size: 40px;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}

/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .abUs-comHist>h6 {
        font-size: 20px;
    }
    .auCHist-man{
        width: 100%;
        margin: 30px auto 0;
    }
    .auCHman-box.cur .year {
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: -28px;
        left: 50%;
        margin-left: -30px;
    }
    .auCHman-box.cur .year:after {
        width: 90px;
        height: 90px;
        top: -15px;
        left: -15px;
    }
    .auCHistManSwiper-next {
        right: 0px;
        top: 32.8%;
    }
    .auCHistManSwiper-prev {
        left: 0px;
        top: 32.8%;
    }

    .abUs-comHist {
        padding: .5rem 0;
        background-size: cover;
    }
    .auCHmin-box {
        padding: 0px;
    }
    .auCHmin-box .auCHmin-img {
        width: 100%;
        height: auto;
        position: relative;
    }
    .auCHmin-box .auCHmin-block {
        min-height: 0px;
        padding: 1rem 4%;
    }
    .auCHist-min {
        width: 100%;
        margin: -170px auto 0;
    }
    .auCHmin-box .auCHmin-block h4 {
        color: #0f307f;
        font-size: 28px;
    }
    .auCHist-min .swiper-container {
        padding: 0px 0 30px;
    }
}<!--7.9870223999023E-5-->