.banner .text .pic-5 {
    margin: 0 auto;
    padding-top: 1.4418rem;
    text-align: center;
}

.banner .text .pic-5 h1 {
    color: #FFFFFF;
    font-size: 0.69rem;
}

.banner .text .pic-5 p {
    color: #FFFFFF;
    font-size: 0.372rem;
    opacity: 0.5;
    letter-spacing: 0.2325rem;
    margin-top: 0.3488rem;
}

.body-about .banner {
    width: 100%;
    height: 5.0697rem;;
    background: url(/static/images/page/about/00-banner.jpg) center center no-repeat;
}

.body-about .section-1 {
    position: relative;
    margin-top: -1.6279rem;
    margin-bottom: -1.6279rem;
}

.body-about .section-1 .nav {
    height: 2.604rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0.2325rem 0.697rem 0px rgba(73, 9, 9, 0.08);
    border-radius: 0.2325rem;
    display: flex;
    flex-direction: row;
}

.body-about .section-1 .nav .item {
    flex: 1;
    text-align: center;
    border-right: 1px solid #E6E6E6;
    margin: 0.581rem 0;
}

.body-about .section-1 .nav .item:last-child {
    border-right: 0;
}

.body-about .section-1 .nav .item .num {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.body-about .section-1 .nav .item .num .txt {
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.5581rem;
    font-family: Arial;
    font-weight: bold;
    color: #F00303;
}

.body-about .section-1 .nav .item .num .text {
    font-family: PingFangSC-Regular;
    color: #F00303;
    font-size: 0.4418rem;
    height: 0.3418rem;
    line-height: 0.3418rem;
    margin: 0.511rem 0 0 5px;
}

.body-about .section-1 .nav .item .desc {
    font-size: 0.279rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 0.279rem;
}

.body-about .section-2 {
    padding: 2.79rem 0 2.325rem;
}

.body-about .section-2 .left {
    text-align: justify;
}

.body-about .section-2 .left h2 {
    font-size: 0.697rem;
    color: #333333;
    font-weight: bold;
    font-family: PingFangSC-Regular;
}

.body-about .section-2 .left p {
    color: #333333;
    font-size: 0.3488rem;
    line-height: 2;
    margin-top: 0.2325rem;
}

.body-about .section-8 .content {
    position: relative;
    min-height: 6.7209rem;
}



.body-about .section-8 .about-contact {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0.2325rem 0.3488rem 1px rgba(66, 71, 75, 0.15);
    border-radius: 3px;
    position: absolute;
    right: 0;
    z-index: 9;
    padding: 0 0.697rem 0.697rem 0.697rem;
    box-sizing: border-box;

    width: 100%;
}

.body-about .section-8 .about-contact h1 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.body-about .section-8 .about-contact .item {
    font-size: 0.372rem;
    color: #333;
    overflow: hidden;
    margin-top: 0.697rem;
}

.body-about .section-8 .about-contact .item span {
    display: block;
    float: left;
    width: calc(100% - 0.697rem);
    margin-left: 6px;
}

.body-about .section-8 .about-contact .item i {
    width: 0.4418rem;
    height: 0.4418rem;
    display: inline-block;

}

.body-about .section-8 .about-contact .item1 i {
    background-position: 0 3px;
}

.body-about .section-8 .about-contact .item2 i {
    background-position: -20px 0px;
}

.body-about .section-8 .about-contact .item3 i {
    background-position: -45px 0;
}

.body-about .section-8 .about-contact .btn {
    width: 140px;
    height: 0.5581rem;
    background: linear-gradient(90deg, #f20d23, #E73619);
    display: block;
    text-align: center;
    line-height: 0.5581rem;
    color: #fff;
    font-size: 0.372rem;
    margin-top: 0.697rem;
}



.body-about .section-title h2 {
    padding-bottom: 0.697rem;
    position: relative;
}

.body-about .section-title h2:after {
    content: '';
    width: 45px;
    height: 5px;
    background: linear-gradient(90deg, #FE6C3F, #FC3933);
    bottom: 0;
    left: 50%;
    position: absolute;
    margin-left: -22.5px;
}


.section-title {
    text-align: center;
    margin-bottom: 0.9069rem;
    position: relative;
    font-weight: 500;
    font-size: 0.697rem;
}