@import'./common.css';
@import'./footer.css';


#all-about {
    width: 100%;
    padding-top: 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-bottom: 48px;
}
#all-about > .middle-container {
    overflow: hidden;
}
#all-about  .tab-container {
    float: left;
}
#all-about-tab .tab-item {
    font-size: 22px;
    color: #98a9bc;
}
#all-about-tab .tab-item-active {
    color: #2E3033;
}
#all-about-tab .tab-item-active::after {
    bottom: -10px;
}

.news-bgColor {
    background: #F9FAFC !important;
}

.operation-manual-bgColor {
    width: 1920px;
    height: 914px;
    background: -webkit-linear-gradient(270deg, #DAE6EE 0%, #EFF4F8 100%);
    background: -moz- oldlinear-gradient(270deg, #DAE6EE 0%, #EFF4F8 100%);
    background: -o-linear-gradient(270deg, #DAE6EE 0%, #EFF4F8 100%);
    background: linear-gradient(180deg, #DAE6EE 0%, #EFF4F8 100%);
    background-size: 1920px 914px !important;
}
.all-about-main {
    width: 1142px;
    margin-top: 46px;
}
.all-about-main .divider {
    width: 1142px;
    border-top: 1px solid #D5E0ED;
    margin: 40px 0;
}
.all-about-main .section {
}

.all-about-main .section  .title {
    height: 37px;
    font-size: 26px;
    font-weight: 500;
    color: #2E3033;
    line-height: 37px;
    margin-bottom: 16px;
}

.all-about-main .section  .content {
    overflow: hidden;
}


.all-about-main .section  .content .content-block {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #5A5D61;
    line-height: 26px;
}


.all-about-main .section  .content .content-left {
    width: 716px;
    float: left;
}


.all-about-main .section  .content .img-wrap {
    float: left;
    margin-left: 66px;
}

.all-about-main .section  .img-content .img-wrap  {
    overflow: hidden;
    margin: 0;
}
.all-about-main .section  .img-content .img-wrap img {
    float: left;
    margin: 0 16px 16px 0;
}


.all-about-main .contact {
    padding: 32px 44px;
    background-color: #fff;
    overflow: hidden;
}


.all-about-main .contact .list-wrap {
    overflow: hidden;
}


.all-about-main .contact .list-wrap .item {
    width: 330px;
    height: 240px;
    overflow: hidden;
    float: left;
}

.all-about-main .contact .list-wrap .item .qr-code {
    width: 100px;
    height: 100px;
    margin: 32px auto 24px;
}

.all-about-main .contact .list-wrap .item:not(:nth-child(1)) {
    margin-left: 30px;
}

.all-about-main .contact .list-wrap .item img {
    display: block;
    width: 64px;
    margin: 44px auto;
}


.all-about-main .contact .list-wrap .item .describe {
    height: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #2E3033;
    line-height: 25px;
    text-align: center;
}


.all-about-main .contact .list-wrap .item .number {
    height: 40px;
    font-size: 28px;
    font-weight: 500;
    color: #2E3033;
    line-height: 40px;
    text-align: center;
}

#all-about .news {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.news-item {
    margin-left: 30px;
    width: 360px;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 26px;
}

.news-item-txts {
    background: #FFFFFF;
    padding: 14px 14px 20px;
}

.news-item:nth-child(3n+1) {
    margin-left: 0;
}

.news-item-img {
    width: 360px;
    height: 200px;
}

.news-item-title {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2E3033;
    height: 26px;
    line-height: 26px;
}

.news-item-content {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6C6E70;
    height: 54px;
    line-height: 26px;
}

.news-item-footer {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6C6E70;
    height: 26px;
    line-height: 26px;
    margin-top: 10px;
}