

/* banner and 面包屑 在common.css */

/* 标题 */
.company_t {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.company_t .cn {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
}
.company_t .en {
    font-size: 0.3rem;
    font-family: Arial, Arial;
    font-weight: 900;
    color: #0059AB;
}


/* 公司介绍 */
.company1 {
    width: 100%;
    background-image: url("../images/aboutus/bgc1.png");
    background-size: cover;
}
.company1 .center {
    width: 15rem;
    margin: 0 auto;
    padding: 0.9rem 0 1rem;
}
/* 文字介绍 */
.company1 .texts {
    margin-top: 0.6rem;
    font-size: 0.18rem;
    color: #333333; 
    line-height: 0.46rem;
}
.company1 .texts p {
    margin-top: 0.6rem;
    font-size: 0.18rem;
    color: #333333; 
    line-height: 0.46rem;
}
.company1 .texts p:first-child {
    margin-top: 0;
}
/* 数字滚动 */
.company1 .data {
    margin-top: 0.62rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.company1 .data .item {
    width: fit-content;
    text-align: center;
}
.company1 .data .tip {
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}
.company1 .data .num {
    margin-top: 0.1rem;
    text-align: center;
    font-size: 0.2rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: bold;
    color: #15559A;
    line-height: 0.35rem;
    display: flex;
    align-items: flex-end;
}
.company1 .data .num span {
    display: block;
    min-width: 1.4rem;
    font-size: 0.6rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: bold;
    line-height: 1.2;
}
/* 公司图片 */
.company1 .pictures {
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.company1 .pictures .pic {
    width: 4.8rem;
    height: 3.2rem;
    overflow: hidden;
}
.company1 .pictures .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 文化理念 */
.company2 {
    width: 100%;
}
.company2 .center {
    width: 15rem;
    margin: 0 auto;
    padding: 1rem 0 0.5rem;
}
/* 理念 */
.company2 .ideas {
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
}
.company2 .ideas .item {
    max-width: 4.6rem;
}
.company2 .ideas .title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}
.company2 .ideas .title::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.1rem;
    background: #0059AB;
    transform: rotate(45deg);
}
.company2 .ideas .txt {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.44rem;
}
/* 标语 */
.company2 .slogan {
    width: 18rem;
    height: 3rem;
    margin: 0 auto 1rem;
    background-image: url('../images/aboutus/bgc2.png');
    font-size: 0.6rem;
    font-family: PangMenZhengDao, PangMenZhengDao;
    color: #FFFFFF;
    letter-spacing: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* 发展历程 */
.company3 {
    width: 100%;
    background-image: url('../images/aboutus/bgc3.png');
    background-size: cover;
}
.company3 .center {
    width: 15rem;
    margin: 0 auto;
    padding: 1rem 0 0.8rem;
}
/* 历程 */
.company3 .history {
    width: 100%;
    margin-top: 0.6rem;
}
.company3 .history .his1_swiper {
    width: 100%;
}
.company3 .history .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.company3 .history .his_l {
    max-width: 7.2rem;
}
.company3 .history .tit {
    font-size: 0.36rem;
    font-family: Bahnschrift, Bahnschrift;
    color: #0059AB;
}
.company3 .history .texts {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
}
.company3 .history .texts p {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
}
.company3 .history .texts p::before {
    content: "";
    display: inline-block;
    width: 0.05rem;
    height: 0.05rem;
    margin-right: 0.1rem;
    background-color: #333333;
    border-radius: 50%;
}
.company3 .history .his_r {
    width: 7rem;
    height: 3.5rem;
    overflow: hidden;
}
.company3 .history .his_r img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 发展历程2 */
.company4 {
    position: relative;
    width: 100%;
    background-image: url('../images/aboutus/bgc4.png');
    background-size: cover;
    background-color: rgb(0, 89, 171);
}
.company4 .his2_swiper {
    position: relative;
    width: 14rem;
    margin: 0 auto;
    padding: 0 0 0.8rem;
    overflow: unset;
    overflow-x: clip;
}
.company4 .his2_swiper .swiper-slide {
    position: relative;
    width: fit-content;
    padding-top: 0.5rem;
    color: #FFFFFF;
    text-align: center;
}
.company4 .his2_swiper .t1 {
    font-size: 0.24rem;
    font-weight: bold;
}
.company4 .his2_swiper .t2 {
    margin-top: 0.2rem;
    font-size: 0.4rem;
    font-family: Bahnschrift, Bahnschrift;
}
.company4 .his2_swiper .whiteDot {
    position: absolute;
    left: 50%;
    top: -0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    border: 0.01rem solid transparent;
    border-radius: 50%;
}
.company4 .his2_swiper .whiteDot::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.08rem;
    height: 0.08rem;
    background: white;
    border-radius: 50%;
}
.company4 .swiper-slide-active .whiteDot {
    border: 0.01rem solid #fff;
}
/* 左右箭头 */
.company4 .swiper-button-prev {
    left: 1rem;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.company4 .swiper-button-prev::after {
    display: none;
}
.company4 .swiper-button-prev img {
    width: 0.4rem;
    object-fit: contain;
}
.company4 .swiper-button-next {
    right: 1rem;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.company4 .swiper-button-next::after {
    display: none;
}
.company4 .swiper-button-next img {
    width: 0.4rem;
    object-fit: contain;
}




/* 资质荣誉 */
.company5 {
    width: 100%;
}
.company5 .center {
    width: 15rem;
    margin: 0 auto;
    padding: 1rem 0;
}
/* 荣誉列表 */
.company5 .honors {
    width: 100%;
    margin-top: 0.55rem;
    padding-bottom: 0.76rem;
}
.company5 .honors .swiper-slide {
    width: 2.8rem;
    height: 4rem;
}
.company5 .honors .swiper-pagination {
    bottom: 0;
}
.company5 .honors .swiper-pagination-bullet {
    background: #CECECE;
    opacity: 1;
}
.company5 .honors .swiper-pagination-bullet-active {
    background: #3D76B9;
}



@media only screen and (max-width: 1024px){
    .company1 .center,.company2 .center,.company2 .slogan,.company3 .center,.company5 .center{
        width: 100%;
    }
    .company1 .texts{
        font-size: 12px;
    }
    .company1{
        padding:0 20px;
    }
    .company2 .ideas{
        display: block;
    }
    .company2 .ideas .item{
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }
    .company2 .ideas .title{
        justify-content: center;
    }
    .company2 .ideas .txt{
        text-align: center;
        font-size: 12px;
    }
    .company2 .slogan{
        font-size: 20px;
        text-align: center;
        padding: 0 20px;
    }
    .company3{
        padding: 0 20px;
    }
    .company3 .history .texts{
        font-size: 12px;
    }
    .company3 .history .his_l{
        margin-right: 10px;
    }
    .company3 .history .his_r{
        height: 2.5rem;
    }
    .company4 .swiper-button-prev, .company4 .swiper-button-next{
        top:70% !important;
    }
    .footer_center{
        padding-top: 0.74rem !important;
    }
}






