.about-us{
    max-width: 1400px;
    height: 560px;
    margin: auto;
    display: flex;
    padding: 30px 0;
    box-sizing: border-box;
}

.about-us .left{
    position: relative;
}

.about-us .left div{
    
    width: 500px;
    
}
.about-us .left div img{
    width: 100%;
    position: absolute;
}

.about-us .left div img:nth-child(1){
    width: 560px;
}

.about-us .right{
    padding-left: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-us .right .right-info{
    margin-bottom: 35px;
}
.about-us .right h2{
    font-size: 40px;
}
.about-us .right .right-info p{
    font-size: 25px;
    color: #AFB6C0;
}
.about-us .right span{
    display: block;
    width: 82px;
    height: 6px;
    background: #204DC2;
}

.about-us .right>p{
    color: #AAAAAA;
    font-size: 20px;
    margin-top: 35px;
    line-height: 34px;
}
.about-us .right .btn{
    width: 142px;
    height: 81px;
    background-color: #4C35E2;
    text-align: center;
    line-height: 81px;
    color: #fff;
    font-size: 28px;
    margin-top: 35px;
}
.honor{
    width: 100%;
    /* background-color: #4C35E2; */
    position: relative;
}
.honor .honor-icon{
    position: absolute;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
}
.honor .right-img{
    /* height: 600px; */
    /* position: absolute; */
    width: 100%;
    /* z-index: 10; */
    font-size: 0;
}
.honor .right-img img{
    /* height: 100%; */
    width: 100%;
}
.honor .honor-content{
    background-color: #4C35E2;
    position: absolute;
    width: 70%;
    height: 100%;
    z-index: 9;
    clip-path: polygon(0 0, 76% 0, 100% 100%, 100% 100%, 0 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.honor .honor-content h2{
   
    font-size: 40px;
    margin-bottom: 40px;
}

.honor .honor-content p{
    font-size: 20px;
    line-height: 30px;
}

.honor-img{
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.honor-img p{
    color: #171717;
    font-size: 50px;
}

.honor-imgs{
    max-width: 1400px;
    margin:107px auto 0;
    display: flex;
    justify-content: space-between;
}
.honor-imgs> div{
    text-align: center;
}

.honor-imgs> div p{
    color: #171717;
    font-size: 27px;
}

.scale{
    width: 100%;
    margin: 83px 0 46px;
    display: flex;
    align-items: center;
}
.scale .line{
    display: block;
    width: 277px;
    height: 3px;
    background-color: #4C35E2;
}
.scale .circular{
    display: block;
    width: 26px;
    height: 26px;
    background-color: #4C35E2;
    border-radius: 50%;
}
.scale div{
    margin-left: 22px;
}
.scale div p{
    font-size: 40px;
    font-weight: bold;

}
.scale div span{
    color: #AFB6C0;
    font-size: 25px;
}

.scale-info{
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.scale-info .left-img{
    text-align: right;
}
.scale-info .left-img > img{
    margin-top: 16px;
}
.scale-info .left-img > div{
    position: relative;
}
.scale-info .left-img > div img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
}

.scale-info .left-img  .img-desc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.scale-info .left-img  .img-desc p{
    font-size: 140px;
    color: #fff;
}
.scale-info .left-img  .img-desc p span{
    color: #4C35E2;
}
.scale-info .right-info ul{
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 90px;
    box-sizing: border-box;
}

.scale-info .right-info ul li{
    border-left: 1px dashed #707070;
    padding-left: 23px;
    box-sizing: border-box;
    flex: 1;
}
.scale-info .right-info ul li >h2{
    font-size: 40px;
    color: #4C35E2;
}

.scale-info .right-info ul li .title{
    font-size: 26px;
    color: #4C35E2;
    padding-left: 7px;
    margin: 61px 0 80px ;
}
.scale-info .right-info ul li .dec{
    color: #171717;
    font-size: 20px;
}
.scale-info .right-info ul li .dec-info{
    line-height: 80px;
}
.scale-info .right-info ul li .dec span{
    color: #AAAAAA;   
}
.scale-info .right-info ul li:nth-child(2) > p{
    margin-bottom: 40px;
}