@charset "UTF-8";
main:after{
    z-index: 2;
}
.banner-container{
    width: 100%;
    height: 386px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-container{
    padding-top: 34px;
    padding-bottom: 50px;
}
.main-msg{
    font-family: 'Alibaba-PuHuiTi-Regular',sans-serif;
    margin-bottom: 80px;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 1.8em;
}

.all-title-left{
    margin-bottom: 28px;
}
.about-img-container{
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-img{
    display: block;
    width: 20%;
    padding: 10px 30px;
    flex-shrink: 0;
    box-sizing: border-box;
}
.about-img-logo-container{
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-img-logo{
    display: block;
    width: calc(20% + 1px);
    padding: 10px 30px;
    flex-shrink: 0;
    box-sizing: border-box;
}

/*联系我们*/
.contact-us{
    padding-left: 16px;
    font-family: 'Alibaba-PuHuiTi-Regular',sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.contact-us-a{
    font-weight: normal;
}
@media screen and (max-width: 768px){
    main:after {
        z-index: -1;
    }
    .banner-container{
        height: 256px;
    }
    .main-container{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .main-msg{
        margin-bottom: 30px;
        font-size: 14px;
        text-align: justify;
        line-height: 24px;
    }
    .about-img,
    .about-img-logo{
        padding: 5px 15px;
        width: 50%;
    }
    .about-img-container,
    .about-img-logo-container{
        margin-bottom: 40px;
    }
}