* {
    list-style: none;
}

.aboutUs {
    width: 85%;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
}

.aboutUsAgain {
    background-color: #F5F5F5;
    width: 85%;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    height: 598px;
    overflow: hidden;
}

.usePosition {
    position: relative;
}

.aboutUsAgainTitle {
    position: absolute;
    top: 30%;
    left: 54%;
    font-size: 16px;
}

.weCanDo {
    overflow: hidden;
    width: 85%;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

.weCanDo img {
    padding: 10px;
}

.bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-color: #323232;
    margin-top: 40px;
    color: #fff;
    text-align: center;
}

.bgTitle1Father {
    position: relative;
}

.bgTitle2Father {
    position: relative;
}

.bgTitle1 {
    position: absolute;
    top: 100px;
    left: 40%;
    color: #fff;
    font-size: 48px;
    text-align: center;
}

.bgTitle2 {
    position: absolute;
    top: 100px;
    left: 40%;
    color: #fff;
    font-size: 48px;
}

.weCanDo h2 {
    position: absolute;
    top: 138px;
    left: 23%;
}

.aboutUsTItle {
    margin-left: 10%;
    font-size: 18px;
    margin-top: 5%;
}

.bottomTitle {
    padding-top: 15px;
}

.canDoImg1 img {
    width: 358px;
    height: 453px;
}

.canDoImg0 {
    position: relative;
}

.canDoImg2 {
    position: relative;
}

.canDoImg3 {
    position: absolute;
    top: 215px;
    left: 0;
}
.netSecurityText{
    color: #fff;
}
.netSecurityText:hover{
    color: #fff;
}
.netSecurityIcon{
    width: 14px;
	margin-right: 2px;
    margin-top: -4px;
}

/* 经营范围（banner 下方） */
.business-scope {
    background: linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%);
    padding: 40px 15px 48px;
    margin-bottom: 180px;
}

.business-scope .container {
    max-width: 1000px;
}

.business-scope-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    text-align: center;
    letter-spacing: 0.12em;
    border-bottom: 2px solid #323232;
    max-width: 280px;
}

.business-scope-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 28px 32px 32px;
}

@media (max-width: 767px) {
    .business-scope-card {
        padding: 20px 18px 24px;
    }

    .business-scope-title {
        font-size: 18px;
        max-width: 220px;
    }
}

.business-scope-text {
    font-size: 14px;
    line-height: 1.85;
    color: #333;
    text-align: justify;
    margin: 0;
}

.business-scope-subtitle {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin: 22px 0 10px;
    padding-top: 18px;
    border-top: 1px dashed #d0d0d0;
}

.business-scope-licensed {
    color: #444;
}