/* banner和面包屑的css在common.css文件中 */

/* 公共标题的css在common.css文件中 */
/* 公司介绍.html */
/* 介绍文字 */
.intro_fonts {
    width: 100%;
    margin-top: 0.6rem;
}
.intro_fonts p {
    text-indent: 2em;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.5rem;
}

/* 公司数据 */
.company_data {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-around;
}
.company_data .data_item {
    text-align: center;
}
.company_data .data_item img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}
.company_data .data_item .num {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: #333333;
}
.company_data .data_item .num span {
    font-size: 0.6rem;
    font-family: Bahnschrift-Bold SemiCondensed, Bahnschrift;
    font-weight: bold;
}
.company_data .data_item .tip {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: #333333;
}
/* 公司图片 */
.company_pics {
    width: 100%;
    margin-top: 0.8rem;
    display: flex;
}
.company_pics .big_img {
    width: 9.4rem;
    height: 6rem;
    overflow: hidden;
}
.company_pics .big_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.company_pics .big_img:hover img {
    transform: scale(1.1);
}
.company_pics .small_img_box {
    width: 6.4rem;
    margin-left: 0.2rem;
}
.company_pics .small_img_box .small_img {
    width: 100%;
    height: 2.9rem;
    margin-top: 0.2rem;
    overflow: hidden;
}
.company_pics .small_img_box .small_img:first-child {
    margin-top: 0;
}
.company_pics .small_img_box .small_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.company_pics .small_img_box .small_img:hover img {
    transform: scale(1.1);
}

/* 企业文化.html */
/* 公司理念 */
.culture_fonts {
    width: 100%;
    margin-top: 0.6rem;
}
.culture_fonts p {
    text-indent: 2em;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.5rem;
}
/* 企业文化 */
.culture_com {
    position: relative;
    width: 100%;
    margin-bottom: 3.56rem;
}
/* 上半部分 */
.culture_com .top_box {
    position: relative;
    width: 100%;
    height: 5.06rem;
    overflow: hidden;
}
.culture_com .top_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.culture_com .top_box .cul_title {
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    text-align: center;
}
.culture_com .top_box .cul_title .cul_cn {
    font-size: 0.4rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.culture_com .top_box .cul_title .cul_en {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #E8001D;
}
/* 下半部分 */
.culture_com .bottom_box {
    position: absolute;
    width: 16rem;
    height: 5rem;
    left: 50%;
    top: 2.62rem;
    transform: translateX(-50%);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.culture_com .bottom_box .culture_swiper {
    width: 100%;
    height: 100%;
}
.culture_com .bottom_box .swiper-slide {
    position: relative;
}
.culture_com .bottom_box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.culture_com .bottom_box .swiper-slide .fonts {
    position: absolute;
    right: 1rem;
    top: 1.2rem;
    text-align: right;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    color: #FFFFFF;
    font-weight: bold;
}
.culture_com .bottom_box .swiper-slide .fonts .cn_title {
    font-size: 0.36rem;
}
.culture_com .bottom_box .swiper-slide .fonts .en_title {
    margin-top: 0.1rem;
    font-size: 0.28rem;
}
.culture_com .bottom_box .swiper-slide .fonts .fonts_i {
    margin-top: 0.6rem;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.44rem;
}
.culture_com .bottom_box .swiper-pagination-bullet {
    background-color: #fff;
}

/* 企业荣誉.html */
/* 荣誉列表 */
.honor_list {
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
}
.honor_list .honor_item {
    width: 3rem;
    height: 4.2rem;
    margin-top: 0.3rem;
    margin-right: 0.25rem;
    overflow: hidden;
}
.honor_list .honor_item:nth-child(-n+5) {
    margin-top: 0;
}
.honor_list .honor_item:nth-child(5n) {
    margin-right: 0;
}
.honor_list .honor_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.honor_list .honor_item:hover img {
    transform: scale(1.1);
}

/* 分页 的样式在common.css中 */

/*点击查看大图*/
.big_mask_img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
    display: none;
}
.big_mask_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    object-fit: contain;
}
/* 发展历程.html */
.development {
    background-image: url("../images/company/development_bgc.png");
    background-size: cover;
}
.development_box {
    position: relative;
    width: 100%;
    margin-top: 0.9rem;
}
.development_box .swiper-slide {
    width: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.development_box .swiper-slide .year {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #666666;
}
.development_box .swiper-slide .icon1 {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0.15rem;
}
.development_box .swiper-slide .icon2 {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0.15rem;
}
.development_box .swiper-slide .develop_info {
    width: 100%;
    margin-top: 0.5rem;
}
.development_box .swiper-slide .develop_info .top_period {
    width: 100%;
    border-bottom: 0.01rem solid #999999;
}
.development_box .swiper-slide .develop_info .date {
    font-size: 0.4rem;
    font-family: Bahnschrift-Bold SemiCondensed, Bahnschrift;
    color: #333333;
}
.development_box .swiper-slide .develop_info .period {
    margin-left: 0.2rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #E8001D;
}
.development_box .swiper-slide .develop_info .bottom_ex {
    margin-top: 0.2rem;
    display: flex;
}
.development_box .swiper-slide .develop_info .icon3 {
    width: 0;
    height: 0;
    margin-top: 0.11rem;
    border-bottom: 0.14rem solid #666666;
    border-top: 0;
    border-left: 0.07rem solid transparent;
    border-right: 0.07rem solid transparent;
}
.development_box .swiper-slide .develop_info .fonts {
    margin-left: 0.1rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: #666666;
    line-height: 0.36rem;
}
/* 灰色长线 */
.development_box .long_line {
    position: absolute;
    left: 50%;
    top: 0.5rem;
    width: 1000%;
    height: 0.01rem;
    background: #999999;
    transform: translateX(-50%);
}
/* swiper左右箭头 */
.development_box .develop_next {
    right: -1rem;
    width: 0.4rem;
    height: 0.4rem;
    border: 0.01rem solid rgb(232, 0, 29);
    border-radius: 50%;
}
.development_box .develop_next::after {
    font-size: 0.15rem;
    color: rgb(232, 0, 29);
}
.development_box .develop_prev {
    left: -1rem;
    width: 0.4rem;
    height: 0.4rem;
    border: 0.01rem solid rgb(232, 0, 29);
    border-radius: 50%;
}
.development_box .develop_prev::after {
    font-size: 0.15rem;
    color: rgb(232, 0, 29);
}

@media only screen and (max-width: 1024px) {
    /* 公司介绍.html */
    .intro_fonts {
        margin-top: 0.5rem;
    }
    .intro_fonts p {
        font-size: 12px;
        line-height: 1.5;
    }
    .company_data {
        flex-wrap: wrap;
    }
    .company_data .data_item {
        width: 50%;
        margin-top: 0.4rem;
    }
    .company_data .data_item:nth-child(-n+2) {
        margin-top: 0;
    }
    .company_data .data_item img {
        width: 0.7rem;
        height: 0.7rem;
        margin: 0 auto;
    }
    .company_data .data_item .num {
        min-width: 95px;
        margin-top: 0;
        font-size: 12px;
        white-space: nowrap;
    }
    .company_data .data_item .num span {
        font-weight: 24px;
    }
    .company_data .data_item .tip {
        margin-top: 0;
        font-size: 12px;
    }
    .company_pics {
        margin-top: 0.5rem;
        display: block;
    }
    .company_pics .big_img {
        width: 100%;
        height: 180px;
    }
    .company_pics .small_img_box {
        width: 100%;
        margin-top: 0.3rem;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
    }
    .company_pics .small_img_box .small_img {
        width: 48%;
        margin-top: 0;
    }
   
    /* 企业文化.html */
    .culture_fonts {
        margin-top: 0.5rem;
    }
    .culture_fonts p {
        font-size: 12px;
        line-height: 1.5;
    }
    .culture_com {
        width: 100%;
        margin-bottom: 2.51rem;
    }
    .culture_com .top_box .cul_title {
        top: 0.5rem;
    }
    .culture_com .top_box .cul_title .cul_cn {
        font-size: 18px;
    }
    .culture_com .top_box .cul_title .cul_en {
        font-size: 14px;
    }
    .culture_com .top_box {
        height: 4.06rem;
    }
    .culture_com .bottom_box {
        width: 92%;
        height: 3.8rem;
        top: 2rem;
        overflow: hidden;
    }
    .culture_com .bottom_box .swiper-slide .fonts {
        right: 18px;
        top: 37px;
        width: 175px;
    }
    .culture_com .bottom_box .swiper-slide .fonts .cn_title {
        font-size: 16px;
    }
    .culture_com .bottom_box .swiper-slide .fonts .en_title {
        font-size: 14px;
    }
    .culture_com .bottom_box .swiper-slide .fonts .fonts_i {
        margin-top: 0.3rem;
        font-size: 12px;
        line-height: 1.5;
    }
 
    /* 企业荣誉.html */
    .honor_list {
        margin-top: 0.5rem;
    }
    .honor_list .honor_item {
        width: 48%;
        margin-top: 0.3rem !important;
        margin-right: 4% !important;
    }
    .honor_list .honor_item:nth-child(-n+2) {
        margin-top: 0 !important;
    }
    .honor_list .honor_item:nth-child(2n) {
        margin-right: 0 !important;
    }
  /* 发展历程.html */
    .development_box {
        margin-top: 0.5rem;
    }
    .development_box .swiper-slide .year {
        font-size: 14px;
    }
    .development_box .swiper-slide .icon1 {
        width: 0.3rem;
        height: 0.3rem;
    }
    .development_box .swiper-slide .icon2 {
        width: 0.3rem;
        height: 0.3rem;
    }
    .development_box .swiper-slide .develop_info {
        margin-top: 0.3rem;
    }
    .development_box .swiper-slide .develop_info .date {
        font-size: 22px;
    }
    .development_box .swiper-slide .develop_info .period {
        font-size: 12px;
    }
    .development_box .swiper-slide .develop_info .fonts {
        font-size: 12px;
        line-height: 1.5;
    }
    .development_box .develop_next {
        display: none;
    }
    .development_box .develop_prev {
        display: none;
    }
    .development_box .long_line {
        top: 34px;
    }
    .common_page_box .common_page_center {
        overflow: hidden;
    }
    
}