/*  ====== 关于我们 start ======  */

.aboutUs_msg {
    overflow: hidden;
}

.aboutUs_msg .public_subtitle {
    text-align: left;
    padding-bottom: 30px;
}

.aboutUs_cover {
    width: 600px;
    height: 440px;
    border-radius: 5px;
}

.aboutUs_content {
    width: 545px;
    height: 440px;
}

.aboutUs_intro {
    width: 100%;
    overflow-y: auto;
    color: #333;
    height: 370px;
    line-height: 30px;
}

.aboutUs_intro p {
    width: 100%;
    margin-bottom: 10px;
}

.aboutUs_banner {
    width: 100%;
    overflow: hidden;
    color: #fff;
    text-align: center;
    line-height: 400px;
    position: relative;
    font-weight: bolder;
    z-index: 3;
}

#aboutUs_msg {
    padding-top: 140px;
}

.aboutUs_banner img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

.aboutUs_banner:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0px 0px -220px;
    z-index: 4;
}

.aboutUs_banner:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -1px -220px 0px 0px;
    z-index: 4;
}

.aboutUs_banner span {
    display: block;
    padding: 0px 30px;
    font-family: "Montserrat-msyhbd";
    position: absolute;
    height: 40px;
    line-height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -190px;
    z-index: 4;
    width: 380px;
    text-align: center;
}

.corporate_culture {
    overflow: hidden;
    padding: 0px 0px 63px 0;
}

.corporate_culture .public_subtitle,
.customer_footPrint .public_subtitle,
.company_honor .public_subtitle,
.aboutUs_msg .public_subtitle {
    padding-bottom: 40px;
}

.company_honor {
    overflow: hidden;
    padding: 60px 0px 67px 0px;
    background: #F1F4F8;
}

.honor_list {
    width: 1220px;
    margin: 0px 0px 0px -10px;
    overflow: hidden;
    padding: 0px 0px 30px 0px;
}

.honor_list li {
    width: 285px;
    height: 380px;
    background: #FFFFFF;
    margin: 10px;
    float: left;
    padding: 20px;
}

.honor_list li div {
    width: 245px;
    height: 340px;
    overflow: hidden;
    line-height: 340px;
    text-align: center;
}

.honor_list li img {
    max-width: 100%;
    display: inline-block;
}

.customer_footPrint {
    overflow: hidden;
    padding: 60px 0px 67px 0px;
}

#corporate_culture {
    padding-top: 105px;
}


/*  ====== 关于我们 end ======  */

@media (max-width: 767px) {
    .public_nodata{
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .public_nodata img{
        height: auto;
        width: 100%;
        margin-top: 10px;
    }

    #aboutUs_msg,
    #corporate_culture {
        padding-top: 0px;
    }
    .aboutUs_banner {
        margin-bottom: 20px;
    }
    .aboutUs_cover,
    .aboutUs_content {
        width: 100%;
        height: auto;
    }
    .aboutUs_cover {
        margin-bottom: 20px;
    }
    .corporate_culture .public_subtitle,
    .customer_footPrint .public_subtitle,
    .company_honor .public_subtitle {
        padding-bottom: 25px;
    }
    .aboutUs_msg .public_subtitle {
        padding-bottom: 20px;
        text-align: center;
    }
    .aboutUs_intro {
        height: auto;
        overflow-y: hidden;
    }
    .aboutUs_msg {
        margin-bottom: 20px;
    }
    .corporate_culture {
        padding-bottom: 20px;
    }
    .honor_list {
        width: 100%;
        padding: 0px;
        margin: 0;
    }
    .honor_list li {
        width: 48.5%;
        height: 251px;
        padding: 10px;
        margin: 6px 0px;
    }
    .honor_list li:nth-child(2n+1) {
        margin-right: 3%;
    }
    .honor_list li div {
        width: 100%;
        height: 228px;
        line-height: 228px;
    }
    .company_honor {
        padding: 30px 0px;
    }
    .customer_footPrint {
        padding: 20px 0%;
    }

    .aboutUs_banner:after{
        margin: -1px -40% 0px 0px;
    }
    .aboutUs_banner:before{
        margin: -1px 0px 0px -40%;
    }
}

@media (max-width:375px) {
    .honor_list li {
        height: 225px;
    }
    .honor_list li div {
        height: 205px;
        line-height: 205px;
    }
}

@media (max-width:320px) {
    .honor_list li {
        height: 190px;
    }
    .honor_list li div {
        height: 170px;
        line-height: 170px;
    }
}
