/* 关于我们 */
.about {
    display: flex;
    padding: 40px 20px;
    gap: 40px;
    align-items: flex-start;
    background-image: url("../img/index/about.png");
}

.about .about-left {
    flex: 1;
    margin-left: 17%;
}

.about .about-left h2 {

    margin-bottom: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 40px;
    color: #076FE3;
    line-height: 34px;
    background: linear-gradient(33deg, #0770E3 0%, #1FA3EB 56.7626953125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
}

.about .about-left .about-title-cn {

    margin-bottom: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 26px;
    color: #111111;
    line-height: 34px;
}

.about .about-left p {
    line-height: 1.8;
    margin-bottom: 10px;


}

.about .about-right {
    width: 400px;
    margin-right: 17%;
}

.about .about-right img {
    width: 100%;
    height: auto;
    display: block;
}

.btn {
    display: inline-block;
    background-color: #0b3d91;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    margin-top: 10px;
}
