@charset "utf-8";
/* CSS Document */


/* 关于我们 */
.about{
    margin: 3.75rem auto;
    text-align: left;
}
.about img{
    max-width: 100%;
    height: auto;
    margin-bottom: 4rem;
}
.about h1{
    font-weight: normal;
    font-size: 1.5rem;
    color: #444;
    line-height: 3rem;
}
.about h6{
    font-size: .875rem;
    color: #444;
    font-weight: normal;
    line-height: 2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: .0625rem solid #eee;
}
.about p{
    font-size: .75rem;
    color: #999;
    line-height: 1.5rem;
}
.about span{
    font-size: .875rem;
    color: #444;
    line-height: 3rem;
}
.zb{
    background: #fff;
    box-shadow: 0 .5rem 1.2rem rgba(0, 0, 0, .05);
    margin: 3rem 0;
}
.zbbox{
    justify-content: center;
}
.zbbox .shuzi{
    padding: 2.5rem 4rem;
}
.zbbox .num,.zbbox h1{
    font-size: 3rem;
    color: #808080;
    font-weight: normal;
}
.zbbox span{
    font-size: .875rem;
    color: #808080;
    font-weight: normal;
}
.zbbox p{
    font-size: .875rem;
    color: #999;
}