.banner-title {
    font-size: 3.6rem;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    line-height: 66px;
}

.banner-subtitle {
    font-size: 2rem;
    line-height: 20px;
    color: #666666;
    margin-top: 25px;
    margin-bottom: 50px;
}

.div-slogan {
    font-size: 1.8rem;
    /*line-height: 18px;*/
    color: #666666;
    margin-top: 43px;
    margin-bottom: 70px;
    line-height: 2.5;
    word-break: keep-all;
}

.div-slogan span {
    background: rgba(69, 128, 255, 1);
    color: #fff;
    width: 150px;
    height: 36px;
    opacity: 1;
    border-radius: 29px;
    font-size: 18px;
    padding: 8px 21px;
    margin-right: 20px;
}

.div-subtitle {
    font-size: 1.8rem;
    line-height: 2;
    color: #666666;
    margin-top: 26px;
}

.div-subtitle p {
    margin-bottom: 20px;
}

.div-subtitle .key-note {
    color: #4580FF;
}


.banner-img {
    width: 378px;
    float: right;
}

.text-container {
    margin-top: 115px;
}

.content-background {
    background: #F8F8F8;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-row {
    margin-top: 100px;
    display: flex;
}

.content-wrapper {
    display: flex;
}

.content-box {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px rgba(31, 47, 70, 0.15);
    opacity: 1;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    padding: 40px 40px 30px;
    border: 5px solid #fff;
    transition: border-color .5s ease-out;
}

.content-title {
    width: 250px;
    font-size: 30px;
    font-weight: 500;
    color: #4580FF;
    line-height: 42px;
    position: absolute;
    text-align: center;
    right: calc((100% - 230px) / 2);
    top: -48px;
    background: #FFFFFF;
    border: 2px solid #4580FF;
    border-radius: 34px 34px 34px 0px;
    padding: 15px 20px;
}

.content-subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 50px;
    margin-bottom: 20px;
}

.content-text {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 32px;
}

.bottom-text {
    font-size: 36px;
    font-weight: 400;
    margin-top: 95px;
}

@media (max-width: 1680px) {
    .banner-img {
        margin-right: -40px;
    }
}

@media (max-width: 1599px) {
    .banner-img {
        margin-right: 0px;
    }
}

@media (max-width: 1350px) {
    .banner-img {
        padding-top: 70px;
        width: 300px;
    }
}

@media (max-width: 1100px) {
    .banner-container {
        display: none;
    }
}

@media (max-width: 900px) {
    .content-wrapper {
        display: block;
    }

    .content-row {
        display: block;
    }

    .content-right {
        margin-top: 80px;
    }

    .banner-title {
        font-size: 3rem;
    }
}
