.wrap1 {
    background-color: #88e9f2;
    height: auto;
}

.kuang {
    width: 350px;
    height: 100px;
    margin: 0 auto;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(../imgs/kuang-gr.png) no-repeat;
    background-size: 100% 100%;
}

.kuang>img {
    width: 240px;
    height: 100px;
}

.kuang h2 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #555;
    letter-spacing: 2px;
}

.mlastimg {
    display: none;
}

.text {
    width: 800px;
    margin: 30px auto 0;
    line-height: 36px;
    letter-spacing: 0.5px;
    font-size: 16px;
    border-radius: 20px;
    color: #555;
}

.contentul {
    display: flex;
    width: 800px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 40px;
}

.contentul li {
    background-color: rgb(3, 110, 183, 0.4);
    border-radius: 10px;
    padding: 20px;
    width: 30%;
}

.contentul li img {
    width: 100%;
}

.contentul li .tit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contentul li .tit p {
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    color: #036eb7;
}

.contentul li .tit h6 {
    font-size: 20px;
    color: #333;
    line-height: 2;
    padding-left: 10px;
}

.contentul li .tit img {
    width: 40px;
    border-radius: 50%;
}

.contentul li .boxli>p {
    font-size: 20px;
    color: #333;
    line-height: 2;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width:768px) {
    .mlastimg {
        display: block;
    }
    .lastimg {
        display: none;
    }
    .wrap1 {
        background: url(../img/imgbg/m4.jpg) no-repeat center;
        background-position: 40% 100%;
        height: 1300px;
    }
    .kuang {
        width: 75%;
        height: 80px;
    }
    .kuang>img {
        width: 300px;
        height: 80px;
    }
    .kuang h2 {
        width: 300px;
        height: 80px;
        font-size: 22px;
        letter-spacing: 2px;
        line-height: 80px;
    }
    .text {
        width: 100%;
    }
    .contentul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        width: 100%;
    }
    .contentul li {
        width: 100%;
        background-color: rgb(3, 110, 183, 0.4);
        border-radius: 10px;
        padding: 10px;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .contentul li img {
        width: 35%;
    }
}

.contentul li .tit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contentul li .tit p {
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
    color: #036eb7;
}

.contentul li .tit h6 {
    font-size: 20px;
    color: #333;
    line-height: 2;
    padding-left: 10px;
}

.contentul li .tit img {
    width: 40px;
    border-radius: 50%;
}

.contentul li .boxli>p {
    font-size: 18px;
    color: #333;
    line-height: 2;
    padding-bottom: 15px;
    text-align: justify;
    margin-top: 10px;
    padding-left: 10px;
}