.banner {
    width: max-content;
    margin: 0 auto;
    padding-top: 200px;
    margin-bottom: 160px;
}

.banner div {
    width: 1000px;
    height: 300px;
    background: #B0A3FF;
    border-radius: 60px 60px 60px 60px;
    margin: 0 auto;
}

.banner-left {
    position: absolute;
    bottom: 0;
    width: 487px;
    transition: 1s;
    left: -487px;
}

.banner-right {
    position: absolute;
    bottom: 54px;
    height: 197px;
    transition: 1s;
    right: -428px;
}



.sTitle {
    height: 31px;
    margin-bottom: 50px;
    margin-left: 60px;
}

.cont_box {
    border-radius: 60px;
    padding: 60px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.cont_box p,
.cont_box b {
    font-weight: 400;
    font-size: 14px;
    color: #5D728B;
    line-height: 24px;
    margin-bottom: 10px;
}

.footer {
    margin-top: 140px;
}

.hxkc img {
    position: relative;
    z-index: 1;
    transition: .5s;
}

.hxkc img:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 2;
}