.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

/*====================================================
                       ABOUT-P
======================================================*/
.company {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin: 60px 0 15px 0;
}

.slogan {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    text-align: center;
    margin-bottom: 40px;
}

.number {
    height: 105px;
    display: flex;
    margin-bottom: 40px;
}

.number .item {
    flex: 1;
    text-align: center;
}

.text {
    font-size: 16px;
    color: #666;
}

.num {
    font-size: 48px;
    color: #333;
}

.introduce {
    min-height: 320px;
    display: flex;
    margin-bottom: 60px;
}

.introduce div {
    flex: 1;
    font-size: 16px;
    color: #666;
}

.content {
    margin-left: 30px;
}

.gray {
    width: 100%;
    background: #f2f2f2;
}

.picList {
    background: #f2f2f2;
    padding: 0 20px 60px;
    width: 1540px;
    margin: 0 auto;
}

.safe {
    padding: 60px 0;
    font-weight: 500;
    color: #333;
    font-size: 32px;
    text-align: center;
}

.pic {
    display: flex;
    margin: 0 10px;
}

.pic>div {
    background: #fff;
    flex: 1;
    margin: 0 10px;
    text-align: center;
}

.pic .title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 19px 0 15px 0;
}

.pic .text {
    width: 220px;
    margin: 0 auto 38px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.safe {
    padding: 60px 0;
    font-weight: 500;
    color: #333;
    font-size: 32px;
    text-align: center;
}

.progress {
    height: 140px;
    background: #fff;
}

.alzs>div,
.progress {
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress .year {
    padding: 21px;
    flex: 1;
    font-size: 48px;
    color: #49a9ed;
    position: relative;
}

.progress .line {
    width: 1px;
    height: 100%;
    border: 0.5px solid #ccc;
    margin: 0 30px;
    position: relative;
    top: 62px;
}

.progress .line:before {
    position: absolute;
    top: -1px;
    left: -5px;
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #49a9ed;
}

.progress .line:after {
    position: absolute;
    top: -5px;
    left: -9px;
    content: " ";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(60, 177, 51, .39);
}

.progress .desc {
    flex: 1;
    padding: 20px;
    border: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
}

.progress .desc p {
    font-size: 24px;
    margin-right: 30px;
    line-height: 36px;
}

.progress .desc span {
    font-size: 16px;
    color: #666;
}

.certificate {
    flex: 1;
    width: 300px;
    padding: 20px;
    border: 1px solid #ccc;
    margin: 0 10px;
}

.honor {
    width: 1540px;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 60px 20px 47px 20px;
}

.company {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}

.honorList {
    display: flex;
    flex-wrap: wrap;
}

.honorList .pic {
    width: 33%;
    margin: 2px;
    border: 1px dashed #d9d9d9;
}

@media (max-width: 960px) {
    .num {
        font-size: 30px;
        color: #333;
    }
    .number .item{
        width: 25%;
        flex: none;
    }
    .introduce {
       
        flex-direction: column;
    }
    .content{
        margin: 0;
    }
    .picList{
        width: 100%;
    }
    .safe{
        font-size: 20px;
        padding: 30px 0;
    }
    .pic {
        display: flex;
        margin: 0 10px;
        flex-wrap: wrap;
    }
    .pic>div{
        flex:none;
        width: 43%;
        margin-bottom: 20px;
    }
    .pic .text{
        width: auto;
        padding: 0 10px;
    }
    .alzs>div, .progress {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .progress .year,.progress .line{
        display: none;
    }
    .progress .desc p {
        font-size: 16px;
        margin-right: 0px;
        line-height: 36px;
    }
    .progress .desc{
        width: 100%;
        flex-direction: column;
        margin-bottom: 10px;
    }
}