.banner-about {
    width: 100%;
    height: 400px;
    background: url("../img/banner-about.png") no-repeat center;
    background-size: cover;
}

.about .container {
    width: 1080px;
    height: 100%;
    line-height: 25px;
}

.about-title {
    position: relative;
    margin: 0;
    padding-bottom: 16px;
    font-size: 32px;
    font-weight: normal;
    text-align: left;
}

.about-title.with-line {
    padding-bottom: 44px;
}

.about-title.with-line::before {
    position: absolute;
    content: ' ';
    bottom: 0;
    left: 0;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #466EF5;
}

.about-title.with-line::after {
    position: absolute;
    content: ' ';
    bottom: 0;
    left: 24px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #466EF5;
}

.introduce {
    background-color: #F0F2F5;
    position: relative;
    padding-top: 80px;
    padding-bottom: 90px;
}

.introduce .introduce-text {
    margin: 40px 0 40px;
    width: 475px;
    font-size: 16px;
    letter-spacing: 1.14px;
    line-height: 21px;
    text-indent: 34.28px;
}

.introduce .introduce-text .introduce-text-bold {
    font-weight: 600;
}

.introduce .join-us {
    display: block;
    width: 88px;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    background-color: #466EF5;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.3s ease;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s ease;
    /* Opera */
}

.introduce .join-us:hover {
    background-color: #335CE6;
}

.introduce .company-img {
    position: absolute;
    right: -30px;
    bottom: 30px;
    width: 560px;
    height: 754px;
}

.achievement {
    padding: 60px 0 30px;
}

.achievement .achievement-box {
    display: inline-block;
    margin-bottom: 30px;
    width: 340px;
    text-align: left;
}

.achievement .achievement-box .achievement-box-img {
    width: 100%;
    height: 210px;
}

.achievement .achievement-box .achievement-box-label {
    margin: 0;
    padding: 12px;
    width: 100%;
    height: 68px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.71px;
    background-color: #ffffff;
}

.contact {
    padding: 60px 60px;
}

.contact .contact-qrcode {
    position: absolute;
    top: 16px;
    right: 0;
    font-size: 0;
}

.contact .contact-qrcode>.contact-qrcode-box {
    display: inline-block;
    margin-left: 10px;
}

.contact .contact-qrcode>.contact-qrcode-box>img {
    width: 130px;
    height: 130px;
}

.contact .contact-qrcode>.contact-qrcode-box>p {
    margin: 10px 0;
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.32px;
    text-align: center;
}

.contact .contact-map {
    padding-top: 80px;
}

.contact .contact-map>#map_container {
    width: 100%;
    height: 480px;
    background-color: #F9FAFF;
}

.amap-icon img,
.amap-marker-content img {
    width: 25px;
    height: 34px;
}

.value {
    padding-top: 60px;
    padding-bottom: 100px;
}

.value-tabs {
    width: 780px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.value-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 26px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #999999;
    line-height: 37px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.value-tab-text {
    cursor: pointer;
    margin-bottom: 24px;
}

.value-tab-active {
    font-size: 32px;
    line-height: 45px;
    color: #333333;
}

.value-arrow {
    opacity: 0;
    width: 0px;
    height: 0px;
    border-bottom: 18px solid #466EF5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.value-tab-active .value-arrow {
    opacity: 1;
}

.value-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.value-item img {
    margin-bottom: 10px;
}

.value-tab-content {
    font-size: 20px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    line-height: 28px;
    letter-spacing: 1px;
}

.value-tab-content-1 {
    display: flex;
    justify-content: space-between;
}

.value-tab-content-2 {
    display: flex;
    justify-content: space-between;
    display: none;
}

.value-tab-content-3 {
    display: flex;
    justify-content: center;
    display: none;

}

.network {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #F0F2F5;
}

.network-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.network-title {
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    margin-bottom: 40px;
}

.network-item .network-text {
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
}

.network-item .network-icon-core {
    width: 14px;
    height: 14px;
    background: #0AA926;
    border-radius: 8px;
    opacity: 0.6;
    margin-right: 12px;
}

.network-item .network-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.network-between{
    display: flex;
    margin-bottom: 60px;
}