* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}


/* 电脑 */

@media screen and (min-width: 996px) {
    .yf_tit h1 {
        font-size: 30px;
        text-align: center;
        color: #444;
    }
    .yf_tit p {
        text-align: center;
    }
    .yf_p {
        font-size: 15px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .yf_lc {
        width: 100%;
        margin: 50px auto;
    }
    .yf_lc_tit {
        text-align: center;
        font-size: 30px;
        color: #444;
        margin-bottom: 30px;
    }
    .yf_lc ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .yf_lc ul li {
        padding-top: 30px;
        padding-left: 30px;
        position: relative;
        width: 31%;
        min-height: 220px;
        background-color: #fff;
        margin-bottom: 30px;
        cursor: pointer;
        transition: all ease 0.4s;
    }
    .yf_lc ul li span {
        color: #ccc;
    }
    .yf_lc ul li:hover {
        background-color: #01a35b !important;
    }
    .yf_lc ul li:hover .lc_p {
        color: #fff !important;
    }
    .lc_p {
        font-size: 30px;
        color: #444;
    }
    .pos {
        font-size: 120px;
        color: #f8f8f8;
        right: 0;
        bottom: 0;
        position: absolute;
    }
    .dy {
        width: 100%;
        margin: 50px auto;
    }
    .dy img {
        width: 100%;
    }
    .dy .d_t {
        box-shadow: 4px 2px 35px rgb(181 181 181 / 45%);
        width: 90%;
        margin: 0 auto;
        margin-top: -40px;
        background-color: #fff;
        text-align: center;
        padding: 20px;
        position: relative;
    }
    .yf_lx h1 {
        text-align: center;
        color: #444;
        font-size: 30px;
    }
    .yf_lx ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .yf_lx ul li p {
        padding: 15px 0;
        text-align: center;
        color: #444;
        font-size: 18px;
    }
    .i_div {
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 3px 5px 10px rgb(181 181 181 / 30%);
        border-radius: 50%;
        transition: all ease 0.4s;
    }
    .i_div i {
        font-size: 50px !important;
        color: #b5b5b5;
    }
    .yf_lx ul li:hover .i_div {
        background-color: #01a35b !important;
    }
    .yf_lx ul li:hover .i_div i {
        color: white !important;
    }
    .zlcon {
        margin-top: 50px;
    }
    .zlti {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .num {
        width: 45px;
        height: 45px;
        text-align: center;
        background-color: #009142;
        line-height: 45px;
        border-radius: 50%;
        color: white;
    }
    .zlti span {
        font-size: 25px;
        color: #444;
        margin-left: 30px;
    }
    .zlzt ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .zlzt p {
        padding: 20px 0;
    }
    .zlzt ul li {
        width: 23%;
    }
    .zlzt ul li img {
        width: 100%;
    }
    .zlzt ul li p {
        text-align: center;
    }
    .zlcon_item {
        margin-bottom: 30px;
    }
}


/* 手机 */

@media screen and (max-width: 996px) {
    .zlcon {
        margin-top: 50px;
        width: 100%;
        padding: 15px;
    }
    .zlti {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .num {
        width: 45px;
        height: 45px;
        text-align: center;
        background-color: #009142;
        line-height: 45px;
        border-radius: 50%;
        color: white;
        margin: 0 auto;
    }
    .zlti span {
        font-size: 16px;
        color: #444;
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    .zlzt ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .zlzt p {
        padding: 20px 0;
    }
    .zlzt ul li {
        width: 48%;
        margin-bottom: 35px;
    }
    .zlzt ul li img {
        width: 100%;
    }
    .zlzt ul li p {
        text-align: center;
    }
    .zlcon_item {
        margin-bottom: 30px;
    }
    .yf_tit h1 {
        font-size: 30px;
        text-align: center;
        color: #444;
    }
    .yf_tit p {
        text-align: center;
    }
    .yf_p {
        font-size: 15px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .yf_lc {
        width: 100%;
        margin: 50px auto;
    }
    .yf_lc_tit {
        text-align: center;
        font-size: 30px;
        color: #444;
        margin-bottom: 30px;
    }
    .yf_lc ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .yf_lc ul li {
        padding-top: 30px;
        padding-left: 30px;
        position: relative;
        width: 100%;
        min-height: 220px;
        background-color: #fff;
        margin-bottom: 30px;
        cursor: pointer;
        transition: all ease 0.4s;
    }
    .yf_lc ul li span {
        color: #ccc;
    }
    .yf_lc ul li:hover {
        background-color: #01a35b !important;
    }
    .yf_lc ul li:hover .lc_p {
        color: #fff !important;
    }
    .lc_p {
        font-size: 30px;
        color: #444;
    }
    .pos {
        font-size: 120px;
        color: #f8f8f8;
        right: 0;
        bottom: 0;
        position: absolute;
    }
    .dy {
        width: 100%;
        margin: 50px auto;
    }
    .dy img {
        width: 100%;
    }
    .dy .d_t {
        box-shadow: 4px 2px 35px rgb(181 181 181 / 45%);
        width: 90%;
        margin: 0 auto;
        margin-top: -40px;
        background-color: #fff;
        text-align: center;
        padding: 20px;
        position: relative;
    }
    .yf_lx {
        padding: 15px;
    }
    .yf_lx h1 {
        text-align: center;
        color: #444;
        font-size: 30px;
    }
    .yf_lx ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .yf_lx ul li p {
        padding: 15px 0;
        text-align: center;
        color: #444;
        font-size: 18px;
    }
    .i_div {
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 3px 5px 10px rgb(181 181 181 / 30%);
        border-radius: 50%;
        transition: all ease 0.4s;
    }
    .i_div i {
        font-size: 50px !important;
        color: #b5b5b5;
    }
    .yf_lx ul li:hover .i_div {
        background-color: #01a35b !important;
    }
    .yf_lx ul li:hover .i_div i {
        color: white !important;
    }
}