/* 
banner */

.banner {
    position: relative;
}

.banner .w1440 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.banner .txt {
    color: #fff;
}

.banner .txt p {
    font-family: 'Heavy';
    letter-spacing: 1px;
}

.banner .txt span {
    font-family: 'Regular';
    letter-spacing: 1em;
}

/* banner结束 */

/* 模块一 */

.hyly_mine {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(zyly_bj2.png);

}

.hyly_mins .hyly_minstop>div p {
    margin-bottom: 4vw;
    font-family: 'Bold';
    color: #333;
    border-left: 6px solid #792696;
    padding-left: 15px;
    line-height: 1;
    padding-bottom: 3px;
    font-weight:700;
}


.hyly_minstop .hyly_minsnr {
    width: 100%;

}

.hyly_mins .hyly_minstop {
    border-bottom: 1px solid #f3f2f2;
    padding-top: 5vw;
    padding-bottom: 4vw;

}

.hyly_minstop .hyly_minsnr .hyly_minsnr_ul {
    display: flex;
    flex-wrap: wrap;


}

.hyly_minstop .hyly_minsnr .hyly_minsnr_ul a {
    width: 31.25%;
    background-color: #ffffff;
    border: solid 1px #6e228c;
    padding: 1vw;
    text-align: center;
    color: #222222;
    margin-bottom: 2vw;
    margin-right: 2.05%;
    font-family: "Medium";
        display: flex;
    justify-content: center;
    align-items: center;

}

.hyly_minstop .hyly_minsnr .hyly_minsnr_ul a:hover {
    color: #ffffff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(zyly_hover.png);
    background-position: center;
    transition: all 0.6s;
    border: 0;
    border: solid 1px #792696;

}


/* 模块二 */
.hyly_mins .hyly_minsbottom {
    margin-bottom: 9vw;
    padding-top: 6vw;
    width: 100%;
}

.hyly_mins .hyly_minsbottom>div p {
    font-weight: bold;
    margin-bottom: 4vw;
    font-family: 'Bold';
    color: #333;
    border-left: 6px solid #792696;
    padding-left: 15px;
    line-height: 1;
    padding-bottom: 3px;
}






.hyly_minsbottom .hyly_minsnr .hyly_minsnr_ul {
    display: flex;
    flex-wrap: wrap;


}

.hyly_minsbottom .hyly_minsnr .hyly_minsnr_ul a {
    width: 31.25%;
    background-color: #ffffff;
    border: solid 1px #6e228c;
    padding: 1vw 0vw 1vw 0vw;
    text-align: center;
    color: #222222;
    margin-bottom: 2vw;
    margin-right: 2.05%;
    font-family: "Medium";

}

.hyly_minsbottom .hyly_minsnr .hyly_minsnr_ul a:hover {
    color: #ffffff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(zyly_hover.png);
    background-position: center;
    transition: all 0.6s;
    border: 0;
    border: solid 1px #792696;

}



@media screen and (max-width: 998px) {}

@media screen and (max-width: 768px) {

    .hyly_minstop .hyly_minsnr .hyly_minsnr_ul a {
        margin-right: 0%;
        width: 47.5%;
    }

    .hyly_minstop .hyly_minsnr .hyly_minsnr_ul {
        justify-content: space-between;
    }

    .hyly_minsbottom .hyly_minsnr .hyly_minsnr_ul {
        justify-content: space-between;
    }

    .hyly_minsbottom .hyly_minsnr .hyly_minsnr_ul a {
        margin-right: 0%;
        width: 47.5%;
    }
}
