* {
    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;
}