.company{
    width: 100%;
    margin: 60px 0;
}
.company .company-left{
    width: calc((100% - 1200px) / 2 + 460px);
    float: left;
}
.company .company-left .company-bg{
    width: calc(100% - 175px);
    height: 544px;
    border-radius: 0 40px 40px 0;
    float: left;
}
.company .company-left .company-img{
    width: 460px;
    height: 504px;
    float: left;
    margin-left: -285px;
    margin-top: 20px;
}
.company .company-left .company-img img{
    width: 100%;
    height: 100%;
}
.company .company-right{
    width: calc((100% - 1200px) / 2 + 700px);
    float: right;
}
.company .company-right .title{
    text-align: left;
    margin-top: 20px;
}
.company .company-right .company-name{
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 22px;
    margin-top: 60px;
}
.company .company-right .company-description{
    width: 700px;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin-top: 20px;
}
.company .company-right .more{
    float: none;
    width: 130px;
    margin-top: 60px;
}


.company .company-engineering{
    width: 100%;
    height: 120px;
    background-color: #0C5BE2;
    border-radius: 60px 0 0 60px;
    margin-top: 150px;
}
.company .company-engineering .company-engineering-item{
    width: 233px;
    height: 100%;
    float: left;
    position: relative;
}
.company .company-engineering .company-engineering-item .company-engineering-item-num{
    font-family: DIN, DIN;
    font-weight: bold;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 56px;
    margin-top: 19px;
    text-align: center;
}
.company .company-engineering .company-engineering-item .company-engineering-item-num .company-engineering-item-num-unit{
    font-weight: 400;
}
.company .company-engineering .company-engineering-item .company-engineering-item-name{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    margin-top: 10px;
}
.company .company-engineering .company-engineering-item::after{
    content: '';
    width: 1px;
    height: 30px;
    background-color: #004BCB;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.company .company-engineering .company-engineering-item:last-child::after{
    display: none;
}

@media screen and (min-width: 1000px) and (max-width: 1440px){
    .company .company-left{
        width: calc((100% - 900px) / 2 + 345px);
    }
    .company .company-left .company-bg{
        width: calc(100% - 131px);
        height: 418px;
    }
    .company .company-left .company-img{
        width: 345px;
        height: 378px;
        margin-left: -214px;
    }
    .company .company-right{
        width: calc((100% - 900px) / 2 + 525px);
    }
    .company .company-right .title{
        margin-bottom: 20px;
    }
    .company .company-right .company-name{
        margin-top: 20px;
    }
    .company .company-right .company-description{
        width: 525px;
        margin-top: 10px;
    }
    .company .company-engineering{
        margin-top: 75px;
        height: 90px;
        border-radius: 45px 0 0 45px;
    }
    .company .company-engineering .company-engineering-item{
        width: 175px;
    }
    .company .company-engineering .company-engineering-item .company-engineering-item-num{
        font-size: 32px;
        line-height: 42px;
        margin-top: 10px;
    }
    .company .company-engineering .company-engineering-item .company-engineering-item-name{
        margin-top: 5px;
    }
}
@media screen and (max-width: 1000px){
    .company .company-left{
        width: calc((100% - 700px) / 2 + 268px);
    }
    .company .company-left .company-bg{
        width: calc(100% - 102px);
        height: 334px;
    }
    .company .company-left .company-img{
        width: 268px;
        height: 294px;
        margin-left: -166px;
    }
    .company .company-right{
        width: calc((100% - 700px) / 2 + 408px);
    }
    .company .company-right .title{
        margin-bottom: 0;
    }
    .company .company-right .company-name{
        margin-top: 10px;
    }
    .company .company-right .company-description{
        width: 408px;
        margin-top: 5px;
        font-size: 12px;
        line-height: 18px;
    }
    .company .company-right .more{
        margin-top: 10px;
    }
    .company .company-engineering{
        margin-top: 50px;
        height: 70px;
        border-radius: 35px 0 0 35px;
    }
    .company .company-engineering .company-engineering-item{
        width: 136px;
    }
    .company .company-engineering .company-engineering-item .company-engineering-item-num{
        font-size: 24px;
        line-height: 36px;
        margin-top: 5px;
    }
    .company .company-engineering .company-engineering-item .company-engineering-item-name{
        margin-top: 5px;
        font-size: 12px;
    }
}



.content .anchor{
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

.content .factory-style{
    margin: 80px 0;
}
.content .factory-style .factory-style-list{
    margin-top: 60px;
}
.content .factory-style .factory-style-list ul{
    display: flex;
    flex-wrap: wrap;
}
.content .factory-style .factory-style-list .factory-style-item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    cursor: pointer;
}
.content .factory-style .factory-style-list .factory-style-item:nth-child(3n){
    margin-right: 0;
}
.content .factory-style .factory-style-list .factory-style-item .factory-style-item-img{
    width: 100%;
    overflow: hidden;
}
.content .factory-style .factory-style-list .factory-style-item .factory-style-item-img img{
    width: 100%;
    transition: all 0.5s;
}
.content .factory-style .factory-style-list .factory-style-item .factory-style-item-title{
    font-weight: bold;
    font-size: 16px;
    color: #262626;
    line-height: 27px;
    text-align: center;
    margin-top: 10px;
}
.content .factory-style .factory-style-list .factory-style-item:hover .factory-style-item-img img{
    transform: scale(1.1);
}
.content .factory-style .factory-style-list .factory-style-item:hover .factory-style-item-title{
    color: #0C5BE2;
}


.content .cert{
    margin: 80px 0;
}
.content .cert .cert-list{
    margin-top: 60px;
}
.content .cert .cert-list ul{
    display: flex;
    flex-wrap: wrap;
}
.content .cert .cert-list .cert-item{
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 20px;
    cursor: pointer;
}
.content .cert .cert-list .cert-item:nth-child(4n){
    margin-right: 0;
}
.content .cert .cert-list .cert-item .cert-item-img{
    width: 100%;
    overflow: hidden;
}
.content .cert .cert-list .cert-item .cert-item-img img{
    width: 100%;
    transition: all 0.5s;
}
.content .cert .cert-list .cert-item .cert-item-title{
    font-weight: bold;
    font-size: 16px;
    color: #262626;
    line-height: 27px;
    text-align: center;
    margin-top: 10px;
}
.content .cert .cert-list .cert-item:hover .cert-item-img img{
    transform: scale(1.1);
}
.content .cert .cert-list .cert-item:hover .cert-item-title{
    color: #0C5BE2;
}

.content .partner .partner-list{
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}
.content .partner .partner-list .partner-item{
    width: 25%;
    aspect-ratio: 300 / 214;
    border: 1px solid #E6E6E6;
    margin-top: -1px;
    margin-left: -1px;
    cursor: pointer;
    overflow: hidden;
}
.content .partner .partner-list .partner-item img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.content .partner .partner-list .partner-item:hover img{
    transform: scale(1.1);
}





@media only screen and (min-width: 1000px) and (max-width: 1440px) {

}
@media only screen and (max-width: 1000px) {

}