


/* 公司 */
.company {
    width: 100%;
}
.company .item {
    margin-top: 0.63rem;
    display: flex;
    justify-content: space-between;
}
.company .item:first-child {
    margin-top: 0;
}
.company .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.company .com_img {
    width: 6.6rem;
    height: 3.49rem;
    overflow: hidden;
}
.company .com_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company .text {
    width: 6.6rem;
    margin-top: 0.05rem;
}
.company .t1 {
    font-size: 0.24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    color: #000000;
}
.company .t2 {
    margin-top: 0.15rem;
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #494949;
    line-height: 0.28rem;
}
.company .t2 p {
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #494949;
    line-height: 0.28rem;
}


/* 荣誉 */
.honor_box {
    margin-top: 1rem;
}
.honor_box .title {
    font-size: 0.24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    color: #000000;
}
.honor_box .honor_swiper {
    margin-top: 0.55rem;
    padding: 0 0.02rem;
}
.honor_box .swiper-slide {
    width: 100%;
    height: 4.37rem;
    padding: 0.15rem;
    border: 0.02rem solid #ADE7C4;
}
.honor_box .swiper-slide .honor_img {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:1024px){
    .company .item{
        flex-direction: column;
        height: auto;
    }
    .company .com_img{
        width: 100%;
    }
    .company .text{
        width: 100%;
        margin-top: 15px;
    }
    .company .t1{
        font-size: 14px;
    }
    .company .t2 p{
        font-size: 12px;
        line-height: 1.8;
    }
    .company .item:nth-child(2n){
        flex-direction: column;
    }
    .honor_box .title{
        font-size: 14px;
    }
}
