.banner {
    width: 100%;
    position: relative;
}

.banner>img {
    width: 100%;
}

.wrap1 {
    width: 100%;
    position: relative;
    margin: 0;
    background: url(../imgs/wbg.png) repeat-x bottom center;
    padding-bottom: 35px;
}

.safewidth {
    width: 960px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.left {
    width: 65%;
    position: relative;
    color: #333;
}

.chatu img {
    width: 100%;
}

.intro>h2 {
    font-size: 18px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    padding: 10px;
    background-color: #036eb7;
    margin-bottom: 20px;
}

.contentul li .tit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contentul li .tit p {
    font-size: 17px;
    font-weight: bold;
    margin-right: 5px;
    color: #036eb7;
}

.contentul li .tit h6 {
    font-size: 17px;
    color: #333;
    line-height: 2;
    padding-left: 10px;
}

.contentul li .tit img {
    width: 30px;
    border-radius: 50%;
}

.contentul li>p {
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding-bottom: 15px;
}

.intro .funding {
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 10px auto 20px;
}

.intro .funding b {
    color: rgb(252, 40, 40);
}

@media (max-width: 768px) {
    .wrap1 {
        padding: 0;
    }
    .safewidth {
        width: 100%;
        padding: 15px;
        flex-wrap: wrap;
    }
    .left {
        width: 100%;
    }
    .chatu img {
        width: 100%;
    }
}