/* 通用样式 */
* {
    font-family: "PingFang SC Medium";
}

.bgWhite {
    background-color: #fff;
}

.textWhite {
    color: #fff;
}

/* 清除浮动 */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

/* 框架 */
.box {
    width: 100%;
}

/* 内容 */
.section {
    width: 100%;
    overflow: hidden;
}

/* 版心 */
.bx {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.bx>p {
    width: 100%;
    height: 1px;
    background-color: #707070;
    opacity: 0.1;
}

/* 当前位置 */
.dqwz {
    width: 100%;
    height: 48px;
}

.dqwz a {
    display: block;
    font-family: ".PingFang SC Light";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 14px 0;
    float: left;
}

.dqwz span {
    font-family: ".PingFang SC Light";
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 14px 8px;
    float: left;
}

/* 标题 */
.title {
    width: 100%;
    height: 42px;
    text-align: center;
    font-family: ".PingFang SC";
    font-weight: 400;
    font-size: 30px;
    color: #333;
}

.title03 {
    margin: 20px 0 40px 0;
}

.lunbo {
    width: 1230px;
    height: auto;
    margin: 0 auto;
}

.zzzsBox {
    width: 100%;
    height: 257px;
    margin: 0 auto 50px auto;
    position: relative;
}

.zzzsBox>img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 76.5px;
}

.zzzsBox>img:first-child {
    left: -56px;
}

.zzzsBox>img:nth-child(2) {
    right: -56px;
}

.zzzsWindows {
    width: 1230px;
    height: 257px;
    overflow: hidden;
    padding: 0 7px;
}

/* 资质证书 */
.zzzs {
    width: 100%;
    height: 257px;
    background-color: #fff;
}

.zzzs li {
    width: 288px;
    height: 100%;
    float: left;
    background-color: #fff;
    margin: 0 8px;
}

.zzzs li .zzzs01 {
    width: 288px;
    height: 193px;
    box-shadow: 0 2px 8px rgba(153, 153, 153, 0.2);
}

.zzzs li img {
    width: 100%;
}

.zzzs li p {
    font-family: ".PingFang SC Light";
    font-weight: 300;
    font-size: 16px;
    color: #707070;
    line-height: 22px;
    text-align: center;
    margin-top: 16px;
}