html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.main_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


/* banner样式在common.css中 */
/* 面包屑和小导航样式在common.css中 */


/* company profile */
.company_profile {
    width: 100%;
    /*height: 9.18rem;*/
    padding-top: 0.6rem;
    background-image: url("../images/aboutUs/about_bgc_icon.png");
    background-repeat: no-repeat;
    background-size: 8.2rem;
    background-position: left bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* 标题 */
.company_profile .title {
    text-align: center;
}
.company_profile .chinese {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
}
.company_profile .english {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #004282;
}
/* 公司介绍 */
.company_profile .company_info {
    width: 19.2rem;
    margin: 0 auto;
    padding-top: 0.8rem;
    display: flex;
}
.company_profile .left_explain {
    width: 10.16rem;
    padding: 0.61rem 0.57rem 0.67rem 3.58rem;
}
.company_profile .fullname {

    font-size: 0.38rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 0.55rem;
}
.company_profile .words {
    margin-top: 0.65rem;
}
.company_profile .words .paragraph {
    margin-top: 0.3rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 0.28rem;
}
.company_profile .words .paragraph:first-child {
    margin-top: 0;
}   
.company_profile .right_img {
    width: 7.04rem;
    /*height: 6.43rem;*/
}
.company_profile .right_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




/* some_number */
.some_number {
    width: 100%;
    height: 7.7rem;
    background-image: url("../images/aboutUs/about_bgc2.png");
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.some_number .title {
    margin-top: 0.95rem;
    font-size: 0.32rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.some_number .numbers {
    width: 12rem;
    margin-top: 1.44rem;
    display: flex;
    flex-wrap: wrap;
}
.some_number .item {
    height: 0.78rem;
    margin-top: 1.67rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.some_number .item:nth-child(-n+2) {
    margin-top: 0;
}
.some_number .item:nth-child(1) {
    margin-right: 5rem;
}
.some_number .item:nth-child(3) {
    margin-right: 4.53rem;
}
.some_number .item .item_img {
    height: 100%;
    margin-right: 0.33rem;
    object-fit: cover;
}
/* .some_number .item:nth-child(1) .item_img {
    width: 0.72rem;
    height: 0.72rem;
    margin-right: 0.33rem;
    object-fit: cover;
}
.some_number .item:nth-child(2) .item_img {
    width: 0.59rem;
    height: 0.73rem;
    margin-right: 0.33rem;
    object-fit: cover;
}
.some_number .item:nth-child(3) .item_img {
    width: 0.6rem;
    height: 0.76rem;
    margin-right: 0.33rem;
    object-fit: cover;
}
.some_number .item:nth-child(4) .item_img {
    width: 0.74rem;
    height: 0.68rem;
    margin-right: 0.33rem;
    object-fit: cover;
} */
.some_number  .big {
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.some_number .big .num {
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.some_number .small {
    margin-top: 0.25rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}







@media only screen and (max-width: 1024px) {
    .company_profile .chinese {
        font-size: 16px;
    }
    .company_profile .english {
        font-size: 12px;
    }
    .company_profile .company_info {
        width: 100%;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        display: block;
    }
    .company_profile .left_explain {
        width: 100%;
        padding: 0 15px;
    }
    .company_profile .fullname {
        font-size: 18px;
        text-align: center;
        line-height: 1;
    }
    .company_profile .words {
        margin-top: 0.3rem;
    }
    .company_profile .words .paragraph {
        font-size: 12px;
        line-height: 1.5;
    }
    .company_profile .right_img {
        width: 100%;
        margin: 0;
        margin-top: 0.2rem;
        padding: 0 15px;
    }
    
    
    
    .some_number {
        height: auto;
        background-position: center;
        padding: 20px 15px;
    }
    .some_number .title {
        margin-top: 0;
        font-size: 14px;
    }
    .some_number .numbers {
        width: 100%;
        margin-top: 0.3rem;
        justify-content: space-around;
    }
    .some_number .item {
        width: 40%;
        height: auto;
        margin-right: 0 !important;
        margin-top: 0.5rem !important;
        justify-content: unset;
    }
    .some_number .item .item_img {
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0.2rem;
        object-fit: contain;
    }
    .some_number .big {
        font-size: 16px;
    }
    .some_number .big .num {
        font-size: 16px;
    }
    .some_number .small {
        font-size: 12px;
        margin-top: 0;
    }
    
    
    
    
    
}











