@charset "utf-8";

/*心路历程*/

.step_show {
    width: 100%;
    padding: 0;
}

#page {
    padding-bottom: 120px;
    margin-top: 90px;
}

.fz_step {
    width: 90%;
    max-width: 1070px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step_img {
    display: inline-block;
    width: 44.8%;
}

.step_img img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.year_span {
    font-size: 180px;
    color: #F2F2F2;
    font-weight: bold;
    line-height: 190px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -95px;
    z-index: -1;
}

.step_text {
    width: 55.2%;
    padding: 0 7%;
}

.step_text h5 {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    letter-spacing: 1px;
    color: #333;
    font-weight: bold;
    line-height: 32px;
}

.step_text p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
}

.year_nav {
    width: 100%;
    padding: 0px 60px 0 60px;
    margin-top: -30px;
    position: relative;
}

.year_nav ul {
    width: 100%;
    display: -webkit-box;
}

.year_nav ul li {
    /* width: 240px !important; */
    line-height: 80px;
    text-align: left;
    font-size: 18px;
    color: #333;
    position: relative;
    flex-shrink: unset;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.year_nav ul li::after {
    width: 9px;
    height: 9px;
    background: #9f9f9f;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 16px;
    content: '';
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.year_nav ul li.active-nav {
    color: #C81432;
    font-weight: bold;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.year_nav ul li:nth-child(1) {
    margin-left: 6%;
}

.year_nav ul li.active-nav::after {
    background: #C81432;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.year_nav ul li::before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 25px;
    top: 4.5px;
    background: #C81432;
    z-index: 5;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.year_nav ul li.active-nav::before {
    width: 100%;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.fz_next,
.fz_prev {
    width: 49px !important;
    height: 49px !important;
    bottom: 132px!important;
    top: auto !important;
    margin-top: 0!important;
    opacity: 1!important;
}

.fz_next::after,
.fz_prev::after {
    display: none!important;
}

.fz_next {
    background-image: url(../images/about/jt_right.png) !important;
    background-size: 49px 49px !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    right: calc(6% - 22px)!important;
}

.fz_prev {
    background-image: url(../images/about/jt_left.png) !important;
    background-size: 49px 49px !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    left: calc(6% - 22px)!important;
}

.fz_next.swiper-button-disabled,
.fz_prev.swiper-button-disabled {
    /* opacity: 1 !important; */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.fz_next {
    right: 0;
    top: unset;
    bottom: 0;
}

.fz_prev {
    left: 0;
    top: unset;
    bottom: 0;
}

@media screen and (max-width:767px) {
    /*心路历程*/
    #page {
        margin-top: 2.75rem;
        padding-bottom: 3.2rem;
    }
    .slidepage {
        padding: 0 46px;
    }
    .fz_step {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
    }
    .step_img {
        width: 100%;
    }
    .year_span {
        font-size: 3.9rem;
        line-height: 4rem;
        left: 0%;
        width: 100%;
        display: inline-block;
        text-align: center;
        top: unset;
        margin-top: 0;
        bottom: 5%;
        z-index: -1;
    }
    .step_text {
        width: 100%;
        padding: 2.25rem 0 0 0;
    }
    .step_text h5 {
        font-size: 0.8rem;
        letter-spacing: 0.025rem;
        line-height: 1rem;
    }
    .step_text p {
        font-size: 0.55rem;
        line-height: 1rem;
        margin-top: 0.5rem;
    }
    .year_nav {
        padding: 0px;
        margin-top: -.9rem;
    }
    .year_nav ul li {
        // width: 4.05rem !important;
        line-height: 2rem;
        font-size: .5rem;
        font-weight: bold;
        color: #909090;
    }
    .year_nav ul li::after {
        width: .3rem;
        height: .3rem;
        background: #9f9f9f;
        border-radius: 100%;
        top: 0px;
        left: .4rem;
    }
    .year_nav ul li:nth-child(1) {
        margin-left: 10%;
    }
    .year_nav ul li::before {
        content: '';
        width: 0;
        height: 0.05rem;
        // left: .3rem!important;
        top: 0.1rem;
    }
    .step_show .fz_next,
    .step_show .fz_prev {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }
    .step_show .fz_next {
        background-image: url(../images/other/about/t_r_arrow.png) !important;
        background-size: 1.5rem 1.5rem !important;
        background-repeat: no-repeat;
        background-position: center center !important;
    }
    .step_show .fz_prev {
        background-image: url(../images/other/about/t_l_arrow.png) !important;
        background-size: 1.5rem 1.5rem !important;
        background-repeat: no-repeat;
        background-position: center center !important;
    }
    .fz_next,
    .fz_prev {
        width: 25px!important;
        height: 25px!important;
        bottom: auto!important;
        top: 10.5rem!important;
    }
    .fz_prev {
        background-image: url(../images/about/jt_left.png) !important;
        background-size: 25px 25px!important;
        left: 4%!important;
    }
    .fz_next {
        background-image: url(../images/about/jt_right.png) !important;
        background-size: 25px 25px!important;
        right: 4%!important;
    }
}