.banner5 {
    background-color: #F4F9FF;
    width: 100%;
    overflow: hidden;
    padding: 95px 0;
}

.banner5-content {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
}

.banner5-content-title {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    color: #000000;
}

.banner5-content-list-title {
    margin: 26px 0 40px;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 33px;
}

.banner5-content-list-title1 {
    margin: 0 0 40px;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 27px;
}

.banner5-content-list-desc {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 18px;
    color: #696969;
    line-height: 27px;
}

.banner5-content-item {
    margin-bottom: 22px;
}

.banner5-content-item img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: 15px;
}

.banner5-content-item-title {
    font-weight: 400;
    font-size: 16px;
    color: #696969;
    line-height: 27px;
}

.banner5-content-btn {
    margin-top: 50px;
    width: 183px;
    height: 58px;
    background: linear-gradient(90deg, #77A0F2, #0068FF);
    border-radius: 10px;
    color: #FFFFFF;
}

.banner5-content-btn img {
    margin-left: 10px;
}
a.banner5-content-btn,a.banner5-content-btn:visited{color:#fff}