.banner3 {
    background-color: #F4F9FF;
    width: 100%;
    overflow: hidden;
    padding: 95px 0;
}

.banner3-content {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
}

.banner3-content-title {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    color: #000000;
}

.banner3-btn {
    text-align: center;
    width: 280px;
    height: 79px;
    line-height: 79px;
    background: #FFFFFF;
    border-radius: 10px;
    /*font-weight: 800;*/
    font-size: 24px;
    color: #000000;
    cursor: pointer;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.banner3-btn-active {
    color: #FFFFFF;
    background: linear-gradient(90deg, #77A0F2, #0068FF);
    box-shadow: 0 0 46px 0 rgba(22,105,228,0.25);
}
.mt-10 {
    margin-top: 10px;
}
.banner3-content-list-title {
    margin: 85px 0 45px;
    font-weight: 400;
    font-size: 24px;
    color: #696969;
    line-height: 40px;
}

.banner3-content-item {
    margin-bottom: 22px;
}

.banner3-content-item img {
    width: 18px;
    height: 18px;
    margin-right: 15px;
}

.banner3-content-item-title {
    font-weight: 400;
    font-size: 16px;
    color: #696969;
    line-height: 27px;
}

.banner3-content-btn {
    margin-top: 50px;
    width: 183px;
    height: 58px;
    background: linear-gradient(90deg, #77A0F2, #0068FF);
    border-radius: 10px;
    color: #FFFFFF;
}

.banner3-content-btn img {
    margin-left: 10px;
}
a.banner3-content-btn,a.banner3-content-btn:visited{color:#fff}