.certificate-of-honor {
    margin: 270px 0 0;
    background: #F9F9F9;
    height: 506px;
}

.certificate-of-honor-warp{
    max-width: 1920px;
    margin: 0 auto;

}

.about-fotyco {
    position: relative;
    padding-left: 1148px;
    
}

.about-fotyco .image {
    position: absolute;
    left: 0;
    top: -150px;
    height: 100%;
}
.about-fotyco .image img{
    width: 100%;
}
.about-fotyco .article {
    position: relative;
}

.about-fotyco .article .title {
    position: absolute;
    top: -65px;
    left: 0;
    padding-left: 62px;
    text-align: left;
    font-size: 42px;
    line-height: 42px;
    height: 42px;
    margin-bottom: 16px;
}

.about-fotyco .article .content {

    padding-top: 20px;
    background: #F9F9F9;
    padding-left: 62px;
    height: 506px;

}

.about-fotyco .article .text {
    font-family: 'OpenSans-Regular';
    font-size: 17px;
    width: 310px;
    line-height: 26px;
    color: #141414;
}

.advanced-production-equipment {
    width: 1166px;
    margin: 80px auto 0;
}

.advanced-production-equipment .title {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    height: 25px;
    margin-bottom: 26px;
}

.advanced-production-equipment .box {
    display: flex;
}

.advanced-production-equipment .box img {
    display: block;
    width: 577px;
    height: 505px;
    margin-right: 12px;
}

.advanced-production-equipment .box img:last-child {
    margin-right: 0;
}

.advanced-production-equipment .small-image {
    margin-top: 18px;
    display: flex;
    justify-content: space-between
}

.advanced-production-equipment .small-image img {
    display: block;
    width: 284px;
    height: 223px;
}

.advanced-production-equipment .small-image img:last-child {
    width: 578px;
}

.advanced-production-equipment .text {
    font-family: 'OpenSans-Regular';
    margin-top: 30px;
    font-size: 17px;
    color: #191826;
    line-height: 30px;
}

.advance-assurance-quality {
    margin-top: 90px;

}

.advance-assurance-quality .content {
    display: flex;
    height: 357px;
}

.advance-assurance-quality .content>div {
    flex: 1;
    background: #191826;
}

.advance-assurance-quality .content>div:nth-child(even) {
    background: #FAB702;
}

.advance-assurance-quality .icon {
    display: flex;
    justify-content: center;
}

.icon-1 {
    padding-top: 55px;
}

.icon-2 {
    padding-top: 56px;
}

.icon-3 {
    padding-top: 57px;
}

.advance-assurance-quality .title {
    margin-top: 22px;
    color: #fff;
    height: auto;
    line-height: 30px;
}

.advance-assurance-quality .text {
    font-family: 'OpenSans-Regular';
    margin: 20px auto 0;
    width: 360px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}

.advance-assurance-quality .content>div:nth-child(even) .title {
    color: #191826;
}


.advance-assurance-quality .advance {
    width: 1170px;
    margin: 0 auto;
    padding-left: 393px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.images .advance {
    margin-top: 99px;
}

.images .advance img {
    display: block;
    width: 383px;
    height: 314px;
    margin-bottom: 10px;
}




.images .advance .other-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 639px;
    margin-bottom: 0;
}

.advance-assurance-quality .assurance {
    display: flex;
    width: 1170px;
    margin: 0 auto;
    display: flex;
}

.advance-assurance-quality .assurance img {
    margin-right: 14px;
    width: 379px;
    height: 223px;
}

.advance-assurance-quality .assurance img:last-child {
    margin-right: 0;
}
.strict-inspection-processes {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    padding-left: 21px;
}
.strict-inspection-processes::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: #ED145B;
}
.strict-inspection-processes .title {

    color: #000;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.strict-inspection-processes .text{
    width: 100%;
    text-align: left;
    font-weight: normal;
    color: #151515;
    margin-top: 15px;
    line-height: 30px;
    font-size: 17px;
}



@media screen and (max-width: 1600px) {
    .certificate-of-honor{
        height: 432px;
    }
    .about-fotyco{
        padding-left: 748px;
    }
    .about-fotyco .image{
        top: 0;
        width: 748px;
    }
    .about-fotyco .article .content{
        height: 432px;
    }
    .about-fotyco .article .title{
        top: -70px;
    }
    .about-fotyco .article .text{
        width: 100%;
        margin-top: 50px;
    }
    
}
@media screen and (max-width: 750px) {
    .certificate-of-honor{
        height: auto;
        margin-top: 100px;
    }
    .advance-assurance-quality .content{
        display: block;
        height: auto;
    }
    .advance-assurance-quality .content>div{
        padding-bottom: 40px;
    }
    .about-fotyco{
        padding-left: 0;
    }
    .about-fotyco .image{
        width: 100%;
        position: initial;
    }
    .about-fotyco .article{
        margin-top: 30px;
    }
    .about-fotyco .article .title{
        padding: 0 20px;
        width: 100%;
        text-align: center;
        top: 0;
    }
    .about-fotyco .article .content{
        padding: 30px 20px;
        height: auto;
        padding-bottom: 30px;
    }
    .advanced-production-equipment .images{
        width: 100%;
        margin: 0 auto;
    }
    .advanced-production-equipment{
        width: 100%;
    }
    .advanced-production-equipment .box{
        padding: 0 20px;
        display: block;
    }
    .advanced-production-equipment .box img{
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 10px;
    }
    .advanced-production-equipment .title{
        text-align: center;
        height: auto;
    }
    .advanced-production-equipment .small-image {
        display: block;
        padding: 0 20px;
        text-align: center;
    }
    .advanced-production-equipment .small-image img{
        display: inline;
        width: auto !important;
        max-width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .advanced-production-equipment .text{
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }
    .advance-assurance-quality .images{
        width: 100%;
    }
    .images .advance img{
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .advance-assurance-quality .advance{
       width: 100%;
       box-sizing: border-box;
       display: block;
       padding: 0 20px;
    }
    .images .advance .other-image{
        position: inherit;
        margin-bottom: 10px;
        height: auto;
        width: 100%;
    }
    .advance-assurance-quality .assurance{
        width: 100%;
        padding: 0 20px;
        display: block;
        text-align: center;
    }
    .advanced-production-equipment .text{
        width: 100%;
    }
    .advance-assurance-quality .assurance img{
       max-width: 100%;
       width: auto;
       height: auto;
       margin-bottom: 10px;
    }
    .strict-inspection-processes{
        width: 100%;
        margin: 0 auto;
    }
}