/**!
 * 关于我们
 * date:2022-01-27
 * author: zsy;
 */

/*.slide-item:nth-child(1)>a {
    background-image: url("../images/subpage/about_ico1.png");
}

.slide-item:nth-child(1).current>a,
.slide-item:nth-child(1):hover>a {
    background-image: url("../images/subpage/about_ico1h.png");
}*/

.sub-content {
    height: 805px;
    padding: 100px 280px 0 0;
    background: url("../image/about_us.jpg") no-repeat;
}

.about-intro {
    height: 100%;
    padding: 50px 50px 10px 48px;
    border-radius: 0 100px 0 0;
    color: #fff;
    background-color: rgba(0, 117, 194, 0.8);
    overflow: hidden;
}

.about-tt {
    line-height: 30px;
    font-weight: 600;
    font-size: 24px;
}

.paragraph-box {
    margin: 21px 22px 0 0;
}

.paragraph {
    line-height: 24px;
    text-indent: 29px;
}

.paragraph+.paragraph {
    margin-top: 25px;
}

/* 2022-2-11新增 */

.sub-content {
    background: url(../image/about_us.jpg) no-repeat right top;
}

@media (max-width: 768px) {
    .sub-content {
        padding-right: 0px;
    }

    .about-intro  {
        width: 100%;
    }
} 