.title{
    font-size: 40px;
}
.company{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company .company-content{
    width: 48%;
}
.company .company-content .title{
    text-align: left;
}
.company .company-content .company-desc{
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
}
.company .company-image{
    width: 50%;
}
.company .company-image img{
    width: 100%;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .title{
        font-size: 30px;
    }
    .company .company-content .company-desc{
        font-size: 14px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .title{
        font-size: 20px;
    }
    .company .company-content .company-desc{
        font-size: 12px;
        margin-top: 10px;
    }
}



.factory-wrap{
    width: 100%;
    background: #F8F8F8;

}
.factory{
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.factory .factory-images{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.factory .factory-images .factory-img{
    width: 49%;
    margin-top: 20px;
}
.factory .factory-images .factory-img:nth-child(-n+2){
    margin-top: 0;
}
.factory .factory-content{
    width: 48%;
}
.factory .factory-content .title{
    text-align: left;
}
.factory .factory-content .factory-desc{
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
}
.quote-btn{
    width: 195px;
    height: 50px;
    background: #15499A;
    border-radius: 25px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .factory{
        width: 900px;
        padding: 60px 0;
    }
    .factory .factory-images .factory-img{
        margin-top: 15px;
    }
    .factory .factory-content .factory-desc{
        font-size: 14px;
        margin-top: 20px;
    }
    .quote-btn{
        width: 180px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .factory{
        width: 700px;
        padding: 40px 0;
    }
    .factory .factory-images .factory-img{
        margin-top: 10px;
    }
    .factory .factory-content .factory-desc{
        font-size: 12px;
        margin-top: 10px;
    }
    .quote-btn{
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 10px;
    }
}


.business{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.business .business-content{
    width: 48%;
}
.business .business-content .title{
    text-align: left;
}
.business .business-content .factory-desc{
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
}
.business .business-images{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.business .business-images .business-img-top{
    width: 100%;
}
.business .business-images .business-img{
    margin-top: 20px;
    width: 49%;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .business .business-content .factory-desc{
        font-size: 14px;
        margin-top: 20px;
    }
    .business .business-images .business-img{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 1000px) {
    .business .business-content .factory-desc{
        font-size: 12px;
        margin-top: 10px;
    }
    .business .business-images .business-img{
        margin-top: 10px;
    }
}


.team{
    width: 100%;
    background: #15499A;
    display: flex;
}
.team .team-item{
    width: 19%;
}
.team .team-item .team-collapse{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.team .team-item .team-collapse .team-collapse-title{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}
.team .team-item .team-collapse .team-collapse-title{
    transform: rotate(90deg);
    transform-origin: center;
    white-space: nowrap;
}
.team .team-item .team-expand{
    display: none;
}
.team .team-item .team-expand .team-expand-content{
    background: #F8F8F8;
    padding: 60px 60px 60px 110px;
    position: relative;
}
.team .team-item .team-expand .team-expand-content .team-expand-num{
    font-weight: bold;
    font-size: 40px;
    color: #262626;
    position: absolute;
    top: 60px;
    left: 50px;
}
.team .team-item .team-expand .team-expand-content .team-expand-title{
    font-weight: bold;
    font-size: 40px;
    color: #262626;
}
.team .team-item .team-expand .team-expand-content .team-expand-desc{
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
}
.team .team-item .team-expand .team-expand-image{
    width: 100%;
}
.team .team-item .team-expand .team-expand-image img{
    width: 100%;
}
.team .team-item.active{
    width: 62%;
}
.team .team-item.active .team-collapse{
    display: none;
}
.team .team-item.active .team-expand{
    display: block;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .team .team-item .team-collapse .team-collapse-title,
    .team .team-item .team-expand .team-expand-content .team-expand-num,
    .team .team-item .team-expand .team-expand-content .team-expand-title{
        font-size: 30px;
    }
    .team .team-item .team-expand .team-expand-content .team-expand-desc{
        font-size: 14px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1000px) {
    .team .team-item .team-expand .team-expand-content{
        padding: 40px 40px 60px 100px;
    }
    .team .team-item .team-expand .team-expand-content .team-expand-num{
        top: 40px;
        left: 60px;
    }
    .team .team-item .team-collapse .team-collapse-title,
    .team .team-item .team-expand .team-expand-content .team-expand-num,
    .team .team-item .team-expand .team-expand-content .team-expand-title{
        font-size: 20px;
    }
    .team .team-item .team-expand .team-expand-content .team-expand-desc{
        font-size: 12px;
        margin-top: 20px;
    }
}



.honor .honor-desc{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 40px;
}
.honor .honor-list{
    margin-top: 40px;
    padding-bottom: 40px;
}
.honor .honor-list img{
    width: 100%;
    aspect-ratio: 386 / 364;
}
.honor .honor-list .honor-pagination{
    bottom: 0;
    height: 18px;
}
.honor .honor-list .honor-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    background: #F5F9FF;
    border: 4px solid #DCDCDC;
    opacity: 1;
}
.honor .honor-list .honor-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-color: #15499A;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .honor .honor-desc{
        font-size: 14px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1000px) {
    .honor .honor-desc{
        font-size: 12px;
        margin-top: 20px;
    }
    .honor .honor-list{
        margin-top: 30px;
    }
}



.core .core-desc{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}
.core .core-list{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.core .core-list .core-item{
    width: 32%;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.16);
    padding: 40px 20px;
    cursor: pointer;
}
.core .core-list .core-item .core-item-img{
    width: 60px;
    height: 60px;
    transition: all 0.5s ease-in-out;
}
.core .core-list .core-item .core-item-title{
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    margin: 20px 0;
}
.core .core-list .core-item .core-item-desc{
    font-size: 16px;
    color: #666666;
}
.core .core-list .core-item:hover .core-item-img{
    transform: rotateY(180deg);
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .core .core-desc{
        font-size: 14px;
        margin-top: 20px;
    }
    .core .core-list{
        margin-top: 30px;
    }
    .core .core-list .core-item{
        padding: 30px 15px;
    }
    .core .core-list .core-item .core-item-img{
        width: 50px;
        height: 50px;
    }
    .core .core-list .core-item .core-item-title{
        font-size: 18px;
        margin: 15px 0;
    }
    .core .core-list .core-item .core-item-desc{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1000px) {
    .core .core-desc{
        font-size: 12px;
        margin-top: 10px;
    }
    .core .core-list{
        margin-top: 20px;
    }
    .core .core-list .core-item{
        padding: 20px 10px;
    }
    .core .core-list .core-item .core-item-img{
        width: 40px;
        height: 40px;
    }
    .core .core-list .core-item .core-item-title{
        font-size: 16px;
        margin: 10px 0;
    }
    .core .core-list .core-item .core-item-desc{
        font-size: 12px;
    }
}


.piety{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.piety .piety-image{
    width: 50%;
}
.piety .piety-image img{
    width: 100%;
}
.piety .piety-content{
    width: 48%;
}
.piety .piety-content .title{
    text-align: left;
}
.piety .piety-content .piety-desc{
    font-size: 16px;
    color: #666666;
    margin-top: 14px;
}
.piety .piety-content .piety-item{
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.16);
    padding: 14px 20px;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .piety .piety-content .piety-desc{
        font-size: 14px;
        margin-top: 10px;
    }
    .piety .piety-content .piety-item{
        padding: 10px 15px;
        margin-top: 10px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1000px) {
    .piety .piety-content .piety-desc{
        font-size: 12px;
        margin-top: 6px;
    }
    .piety .piety-content .piety-item{
        box-shadow: 0 0 10px 1px rgba(0,0,0,0.16);
        padding: 6px 10px;
        margin-top: 5px;
        font-size: 12px;
    }
}


.matters .matters-desc{
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .matters .matters-desc{
        font-size: 14px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .matters .matters-desc{
        font-size: 12px;
        margin-top: 10px;
    }
}