.p_list {
    color: #fff;
}

.p_s {
    color: #fff;
    line-height: 36px;
}

.p_b {
    color: #fff;
    line-height: 1;
}

.p_list {
    display: flex;
    margin-top: 60px;
}

.list_y {
    font-size: 72px;
}

.list_item {
    margin-right: 100px;
}

.p_s {
    width: 57%;
}

.list_d {}

.mkBox1 img {
    width: 100%;
}

.mkBox1 {
    position: relative;
}

.mk1_wrap {
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
}

.mk1_tp {
    color: #fff;
    text-align: center;
}

.mk1_m {
    margin-top: 22px;
}

.mkBox2 {
    position: relative;
}

.mkBox2 img {
    width: 100%;
}

.mk2_wrap {
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
}

.mk2_tp {
    color: #fff;
    text-align: center;
}

.mk2_m {
    margin-top: 10px;
}

.mk2_time {
    position: relative;
    margin-top: -10px;
}

.mk2_con {
    color: #fff;
    margin-top: 50px;
}

.mk2_time::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 20px;
    height: 2px;
    background-color: #fff;
}

.mk2_con ul li {
    padding: 0 26px;
    max-width: 160px;
    border-left: 1px dashed #fff;
    position: relative;
    min-width: 200px;
}

.mk2_con ul li:nth-child(1) {
    transform: translateY(400px);
    height: 320px;
}

.mk2_con ul li:nth-child(2) {
    transform: translateY(350px);
    height: 270px;
}

.mk2_con ul li:nth-child(3) {
    transform: translateY(270px);
    height: 300px;
}

.mk2_con ul li:nth-child(4) {
    transform: translateY(220px);
    height: 400px;
}

.mk2_con ul li:nth-child(5) {
    transform: translateY(160px);
    height: 200px;
}

.mk2_con ul li:nth-child(6) {
    transform: translateY(40px);
    height: 290px;
}

.mk2_con ul li:nth-child(7) {
    transform: translateY(0px);
    height: 260px;
}

.mk2_con ul li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    left: -6px;
    top: 0;
    border-radius: 50%;
}

.mk2_con ul li::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    left: -6px;
    bottom: 0;
    border-radius: 50%;
}

.mk2_content {
    margin-top: 20px;
    line-height: 28px;
}

.mk2_con ul {
    display: flex;
}

.mkBox3 {
    background-image: url(../img/Fenzi/bg_img3.png);
    background-size: 100% 100%;
    padding: 120px 0 150px 0;
    background-repeat: no-repeat;
}

.mk3_tp {
    text-align: center;
}

.mk3_t{
    color: #222;
}
.swiper_but {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 40px;
    cursor: pointer;
    z-index: 100;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh_prev {
    left: -100px;
}

.sh_next {
    right: -100px;
}

.swiper {
    overflow: hidden;
}

.swiper_but svg {
    margin: 0;
    width: 100%;
    height: auto;
    fill: #164F8F;
    width: 14px;
}

.swiper_but:hover svg {
    fill: #fff;
}

.swiper_but:hover {
    background-color: var(--yx_Color);
}

.shBox2 .swiper-slide .sh_img:hover img {
    transform: scale(1.05);
}

.mk3_con {
    margin-top: 90px;
    position: relative;
}

.box_item {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.mk3_con .box_item{
    cursor: pointer;
}

.mk3_con .box_item:hover .box_title{
    color: #164F8F;
}




.box_title {
    text-align: center;
    margin-top: 10px;
}

.box_title p {
    border-top: 1px solid rgb(238, 238, 238);
    padding: 30px 0;
    width: 75%;
    margin: 0 auto;
}

.box_image {
    overflow: hidden;
}

.box_image img {
    width: 100%;
    transition: all .5s;
}

.box_item:hover img {
    transform: scale(1.05);
}

.mk3_t{
    margin-right: 0;
}


@media screen and (max-width: 1600px) {
    .mk2_con ul li {
        padding: 0 26px;
        max-width: 160px;
        border-left: 1px dashed #fff;
        position: relative;
        min-width: 160px;
    }

    .box_title p {
        width: 90%;
    }

    .mk2_con ul li:nth-child(1) {
        transform: translateY(250px);
        height: 320px;
    }

    .mk2_con ul li:nth-child(2) {
        transform: translateY(200px);
        height: 270px;
    }

    .mk2_con ul li:nth-child(3) {
        transform: translateY(120px);
        height: 300px;
    }

    .mk2_con ul li:nth-child(4) {
        transform: translateY(70px);
        height: 400px;
    }

    .mk2_con ul li:nth-child(5) {
        transform: translateY(80px);
        height: 200px;
    }

    .mk2_con ul li:nth-child(6) {
        transform: translateY(0px);
        height: 290px;
    }

    .mk2_con ul li:nth-child(7) {
        transform: translateY(0px);
        height: 260px;
    }
}

@media screen and (max-width: 768px) {
    .textBox .p_s:nth-child(3) {
        display: none;

    }


    .mk3_t{
        margin-right: 0;
    }
    .textBox .p_s {
        width: 100%;
        margin-top: 18px;
    }

    .p_list {
        display: none;
    }

    .mk1_wrap {
        top: 50px;
    }

    .mk2_wrap {
        top: 50px;
    }

    .mk2_con {
        margin-top: 20px;
    }

    .mk2_con ul li {
        transform: translateY(0px) !important;
        height: 260px !important;
    }
    .mk2_con ul {
        display: flex;
        overflow-y: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
    }
    .mkBox2 img{
        min-height: 500px;
    }
    .mk2_time{
        margin-top: 0;
    }
    .mkBox3{
        padding: 60px 0 75px 0;
    }
    .mk3_con{
        margin-top: 40px;
    }
    .sh_next{
        display: none;
    }
}