.mkBox1 {
    position: relative;
    background-image: url(../images/Humanistic/bg_img2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.mk1_tp {
    color: #222;
    text-align: center;
}

.mk1_wrap {
    padding: 100px 0 130px 0;
    position: relative;
    z-index: 9;
}

.mk1_t1 {
    margin-top: 20px;
    padding: 0 13%;
}

.mk1_con {
    /* margin: 0 -7.5px; */
    margin-top: 80px;
}

.mk1_con ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mk1_con ul li {
    cursor: pointer;
    flex: 0 0 32%;
    display: flex;
    background-color: #fff;
    padding: 30px 0 30px 40px;
    margin-bottom: 15px;
    align-items: center;
}

.mk1_con_t {
    margin-left: 35px;
}

.mkBox1_img {
    position: absolute;
    left: 0;
    top: 18%;
    width: 100%;
    height: 43%;
}

.active_img {
    display: none;
    min-height: 45px;
}

.mk1_img {
    display: block;
    min-height: 45px;
}

.mk1_con ul li {
    position: relative;
}

.mk1_con ul li:hover .active_img {
    display: block;
}

.mk1_con ul li:hover .mk1_img {
    display: none;
}

.mk1_con ul li:hover {
    background-color: rgb(22, 79, 143);
}

.mk1_con ul li:hover {
    color: #fff;
}

.mk1_con ul li:hover .active_con {
    display: block;
}

.active_con {
    background-color: #fff;
    padding: 30px 35px;
    position: absolute;
    left: 0;
    top: 99px;
    z-index: 5;
    width: 100%;
    display: none;
}

.active_con img {
    width: 100%;
    height: 100%;
}

.active_con p {
    margin-top: 24px;
    line-height: 32px;
    color: #222;
    height: 90px;
    overflow-y: auto;
    overflow: auto;
    /* 确保内容超出时显示滚动条 */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.mk2_tp {
    color: #fff;
    text-align: center;
}

.mk2_wrap {
    padding: 100px 0 130px 0;
    position: relative;
    z-index: 9;
}

.mkBox2 {
    position: relative;
    background-image: url(../images/Humanistic/bg_img3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.mk2_con {
    color: #fff;
}

.mk2_con ul {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.mk2_con ul li .box_img {
    overflow: hidden;
    transition: all .3s;
}

.mk2_con ul li .box_img:hover img {
    transform: scale(1.05);
}

.mk2_con ul li img {
    width: 100%;
    /* max-height: 245px; */
}

.mk2_con ul li:nth-child(2) img {
    width: 100%;
    /* max-height: 565px; */
}

.mk2_t {
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .mk2_con ul li img {

        width: 90%;
        /* max-height: 245px; */
    }

    .mk2_con ul li:nth-child(2) img {
        width: 93%;
        /* max-height: 565px; */
    }

    .mk2_t {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .mk1_wrap {
        padding: 50px 0 65px 0;
    }

    .mk1_t1 {
        padding: 0;
    }

    .mk1_con ul li {
        width: 100%;
        flex: 0 0 100%;
        padding: 20px;
    }

    .active_con{
        padding: 10px;
    }
    .mk1_con {
        margin-top: 30px;

    }

    .mk2_wrap {
        padding: 50px 0 65px 0;
    }

    .mk2_con ul {
        flex-direction: column;
    }

    .mk2_con ul li img {
        width: 100%;
    }

    .mk2_t {
        width: 100%;
    }

    .mk2_con ul li:nth-child(2) img {
        width: 100%;
    }
    .mk2_con ul{
        margin-top: 30px;
    }
}