.about-block{
    width: 1200px;
    margin: 0 auto;
    padding-top: 88px;
}
.about-block.last{
    padding-bottom: 88px;
}
.about-product{
    min-width: 1200px;
    margin-top: 60px;
    height: 560px;
    background: url('https://magex.oss-cn-hangzhou.aliyuncs.com/ZYwebsite/page5/pic-banner2.png') no-repeat center;
    background-size: 100%;
}
.about-contact-con{
    background: url('https://magex.oss-cn-hangzhou.aliyuncs.com/ZYwebsite/page5/pic-bg.png') no-repeat center;
    height: 523px;
    min-width: 1200px;
    background-color: #F4F5F7;
    background-size: 100%;
}
.about-row{
    font-size: 18px;
    color: #2C2C2C;
    line-height: 30px;
    text-indent: 36px;
}
.about-company{
    margin-top: 40px;
}
.about-company-img{
    margin-top: 60px;
}
.about-ability{
    margin-top: 60px;
}
.about-ability-img{
    margin-top: 60px;
}
.about-assembly{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.about-assembly-item{
    margin-right: 62px;
    margin-bottom: 34px;
    position: relative;
    width: 148px;
    height: 64px;
    border-radius: 8px;
    background-color: #0091FF;
    color: #fff;
    font-size: 26px;
    line-height: 64px;
    text-align: center;
}
.about-assembly-item.one{
    font-size: 23px;
}
.about-assembly-item:nth-child(6n+0){
    margin-right: 0;
}
.about-assembly-item::after{
    content: ' ';
    width: 30px;
    height: 24px;
    position: absolute;
    background: url('https://magex.oss-cn-hangzhou.aliyuncs.com/ZYwebsite/page5/icon-arrow.png') ;
    background-size: 100% 100%;
    right: -48px;
    top: 20px;
}
.about-assembly-item:nth-child(6n+0)::after{
    display: none;
}
.about-contact{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.about-contact-item{
    text-align: center;
    flex: 1;
}
.about-contact-title{
    margin-top: 4px;
    font-size: 18px;
    color: #666666;
}
.about-contact-sub{
    color: #090E21;
    font-size: 18px;
    margin-top: 10px;
}
