
.center {
    position: relative;
    width: 14.2rem;
    margin: 0 auto;
}
/* 标题 */
.company_t .cn {
    font-size: 0.35rem;
    font-weight: bold;
    color: #343434;
}
.company_t .en {
    font-size: 0.2rem;
    color: #7E7E7E;
}
.company_t::after {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.03rem;
    margin-top: 0.13rem;
    background: #EC302F;
}



/* 公司简介 */
.company1 {
    width: 100%;
    background-image: url("../images/aboutus/bgc1.png");
    background-size: cover;
}
.company1 .center {
    padding: 1.2rem 0 1.13rem;
}
/* 文字介绍 */
.company1 .texts {
    font-size: 0.16rem;
    color: #606060;
    line-height: 0.3rem;
}
.company1 .texts p {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #606060;
    line-height: 0.3rem;
}
/* 数字滚动 */
.company1 .data {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.company1 .data .item {
    width: fit-content;
}
.company1 .data .num {
    font-size: 0.18rem;
    color: #363636;
}
.company1 .data .num span {
    display: inline-block;
    /*min-width: 1.4rem;*/
    font-size: 0.55rem;
    font-weight: bold;
    color: #A90000;
}
.company1 .data .tip {
    font-size: 0.16rem;
    color: #363636;
}


/* 企业文化1 */
.company2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.company2 .center {
    padding: 0.72rem 0 1rem;
}
/* 理念 */
.company2 .ideas {
    display: flex;
    margin-top: 1rem;
}
.company2 .ideas .item {
    position: relative;
    display: flex;
    width: 2rem;
    height: 4.6rem;
    margin-right: 0.6rem;
}
.company2 .ideas img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.company2 .ideas .cn {
    position: absolute;
    right: 0.34rem;
    top: 0.7rem;
    width: 0.2rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #343434;
}
.company2 .ideas .en {
    position: absolute;
    left: 0.6rem;
    top: 1.3rem;
    width: fit-content;
    font-size: 0.16rem;
    color: #9F9F9F;
    white-space: nowrap;
    transform: rotate(90deg);
}
.company2 .ideas .t2 {
    position: absolute;
    left: 50%;
    top: 2.44rem;
    width: 1.53rem;
    font-size: 0.18rem;
    color: #606060;
    line-height: 0.3rem;
    transform: translateX(-50%);
}
/* 右侧红色三角 */
.company2 .red-right {
    position: absolute;
    right: -4rem;
    top: 50%;
    width: 12rem;
    height: 12rem;
    border-radius: 0.4rem;
    background: #B20000;
    transform: rotate(45deg) translateY(-60%);
    z-index: 0;
}



/* 企业文化2 */
.company3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* 左图 */
.company3 .pic-l {
    width: 8.63rem;
    height: 5rem;
    overflow: hidden;
}
.company3 .pic-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 右图 */
.company3 .pic-r {
    position: relative;
    flex: 1;
    height: 5rem;
    overflow: hidden;
}
.company3 .pic-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company3 .texts {
    position: absolute;
    left: 0.7rem;
    top: 0.8rem;
}
.company3 .texts .cn {
    font-size: 0.35rem;
    font-weight: bold;
    color: white;
}
.company3 .texts .en {
    font-size: 0.2rem;
    color: white;
}
.company3 .texts .company_t::after {
    background: white;
}
.company3 .texts .slogan {
    margin-top: 0.5rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    /*line-height: 0.3rem;*/
}
.company3 .texts .slogan p {
    font-size: 0.16rem;
    color: #FFFFFF;
    /*line-height: 0.3rem;*/
}


/* 优秀员工 */
.company4 {
    width: 100%;
}
.company4 .center {
    padding: 0.54rem 0 1.3rem;
}
/* 左侧大图 */
.company4 .info-big {
    position: relative;
    width: 5.44rem;
    height: fit-content;
}
/* 红色背景框 */
.company4 .info-big .bgc-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3rem;
    border: 0.04rem solid #BD1B09;
    transform: translateY(-50%);
    z-index: 0;
}
/* 大图轮播 */
.company4 .info-big .big-swiper {
    width: 4rem;
    height: 5.73rem;
    margin: 0 auto;
}
.company4 .info-big .big-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.company4 .info-big .big-swiper .text {
    position: absolute;
    left: 50%;
    bottom: 0.43rem;
    width: 3.35rem;
    transform: translateX(-50%);
}
.company4 .info-big .big-swiper .name {
    font-size: 0.19rem;
    color: #FFFFFF;
}
.company4 .info-big .big-swiper .plant {
    margin-top: 0.05rem;
    font-size: 0.14rem;
    color: #FFFFFF;
}
.company4 .info-big .big-swiper .white-line {
    width: 0.44rem;
    height: 0.02rem;
    margin: 0.2rem 0;
    background: white;
}
.company4 .info-big .big-swiper .txt {
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.22rem;
}
/* 右侧列表 */
.company4 .info-small {
    width: 8.44rem;
}
/* 上边文字列表 */
.company4 .info-small .list1 {
    width: 100%;
    padding: 0.44rem 0.38rem 0.35rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.25rem 0.01rem rgba(0,0,0,0.07);
    border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
}
.company4 .info-small .list1 .li {
    display: none;
}
.company4 .info-small .list1 .t1 {
    display: flex;
    align-items: end;
}
.company4 .info-small .list1 .name {
    margin-right: 0.08rem;
    font-size: 0.32rem;
    color: #363636;
}
.company4 .info-small .list1 .plant {
    font-size: 0.16rem;
    color: #696969;
    line-height: 0.25rem;
}
.company4 .info-small .list1 .t2 {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #606060;
    line-height: 0.3rem;
}
.company4 .info-small .list1 .active {
    display: block;
}
/*@keyframes listAnimate {*/
/*    0% {*/
/*        margin-top: 0.5rem;*/
/*        opacity: 0;*/
/*    }*/
/*    100% {*/
/*        margin-top: 0;*/
/*        opacity: 1;*/
/*    }*/
/*}*/
/* 下边图片列表 */
.company4 .info-small .list2 {
    width: 100%;
    margin-top: 0.35rem;
}
.company4 .info-small .small-swiper {
    width: 100%;
    height: 2.42rem;
}
.company4 .info-small .small-swiper .red-border {
    border: 0.02rem solid #B20000;
}

/* 发展历程 */
.company5 {
    position: relative;
    width: 100%;
    background-image: url("../images/aboutus/bgc4.png");
    background-size: cover;
}
.company5 .center {
    padding: 0.85rem 0 0.8rem;
}
.company5 .dev-swiper {
    width: 100%;
    height: fit-content;
    margin-top: 0.15rem;
}
.company5 .dev-swiper .swiper-slide {
    width: 100%;
}
.company5 .dev-swiper .box1 {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.company5 .dev-swiper .box1 .year {
    font-size: 0.35rem;
    font-weight: bold;
    color: #343434;
}
.company5 .dev-swiper .box1 .txt {
    width: 5.15rem;
    margin-top: 0.35rem;
    font-size: 0.2rem;
    color: #363636;
    line-height: 0.3rem;
}
.company5 .dev-swiper .box2 {
    position: relative;
    width: fit-content;
    margin: 0.73rem auto 0;
    text-align: center;
}
.company5 .dev-swiper .box2 .year {
    font-size: 3.04rem;
    font-weight: bold;
    color: #B20000;
    line-height: 4rem;
    opacity: 0.2;
}
.company5 .dev-swiper .box2 .one-words {
    position: absolute;
    left: 50%;
    top: 50%;
    white-space: nowrap;
    font-size: 0.35rem;
    font-weight: bold;
    color: #343434;
    transform: translate(-50%, -50%);
}
.company5 .dev-swiper .box2 .one-words span {
    font-size: 0.35rem;
    font-weight: bold;
    color: #B20000;
}
/* 分页 */
.company5 .swiper-pagination {
    top: 2rem;
    bottom: unset;
}
.company5 .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
    margin: 0 0.78rem !important;
    border-radius: 50%;
    background: #989999;
    opacity: 1;
}
.company5 .swiper-pagination-bullet-active {
    position: relative;
    width: 0.06rem;
    height: 0.06rem;
    background: #B20000;
    border-radius: 50%;
}
.company5 .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0;
    height: 0.01rem;
    background: #B20000;
    transform: translateY(-50%);
    animation: bulletActive 4.7s linear;
}
@keyframes bulletActive {
    0% {
        width: 0;
    }
    100% {
        width: 1.56rem;
    }
}
.company5::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 45.5%;
    width: 100rem;
    height: 0.01rem;
    background: #DCDCDC;
}


/* 资质荣誉 */
.company6 {
    width: 100%;
    background-image: url("../images/aboutus/bgc5.png");
    background-size: cover;
}
.company6 .center {
    padding: 1.05rem 0 1.2rem;
}
.company6 .honor-swiper {
    margin-top: 1.26rem;
    padding-bottom: 1.45rem;
}
.company6 .swiper-slide {
    width: 3.2rem;
    height: 2.42rem;
}
/* 分页 */
.company6 .swiper-pagination {
    top: unset;
    left: 50%;
    bottom: 0.2rem;
    width: 0.8rem;
    height: 0.04rem;
    transform: translateX(-50%);
}
.company6 .swiper-pagination-progressbar-fill {
    background: #EC302F;
}
/* 前进后退按钮 */
.company6 .swiper-button-prev {
    top: unset;
    left: 6.2rem;
    bottom: 0.12rem;
    height: fit-content;
}
.company6 .swiper-button-prev::after {
    font-size: 0.2rem;
    color: #3D3D3D;
}
.company6 .swiper-button-next {
    top: unset;
    right: 6.2rem;
    bottom: 0.12rem;
    height: fit-content;
}
.company6 .swiper-button-next::after {
    font-size: 0.2rem;
    color: #3D3D3D;
}




/* 荣誉弹窗轮播 */
.honor-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    display: none;
}
.honor-dialog .dialog-box {
    position: absolute;
    left: 50%;
    top: 1.5rem;
    width: 14.2rem;
    transform: translateX(-50%);
}
/* 大图 */
.honor-dialog .dialog1 {
    width: 5.5rem;
    margin: 0 auto;
}
.honor-dialog .dialog1 .swiper-slide {
    width: 100%;
}
.honor-dialog .dialog1 .swiper-slide img {
    max-width: 100%;
    max-height: 4.2rem;
    object-fit: contain;
}
.honor-dialog .dialog1 .swiper-slide .txt {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
}
/* 前进后退按钮 */
.honor-dialog .dialog-box .swiper-button-next {
    margin-top: 0;
    top: 30%;
    right: 1rem;
}
.honor-dialog .dialog-box .swiper-button-next img {
    width: 0.3rem;
    height: 0.24rem;
    object-fit: contain;
}
.honor-dialog .dialog-box .swiper-button-next::after {
    display: none;
}
.honor-dialog .dialog-box .swiper-button-prev {
    margin-top: 0;
    top: 30%;
    left: 1rem;
}
.honor-dialog .dialog-box .swiper-button-prev img {
    width: 0.3rem;
    height: 0.24rem;
    object-fit: contain;
}
.honor-dialog .dialog-box .swiper-button-prev::after {
    display: none;
}

/* 小图 */
.honor-dialog .dialog2 {
    margin-top: 0.75rem;
}
.honor-dialog .dialog2 .swiper-slide {
    width: 1.65rem;
    height: 1.15rem;
}

/* 关闭按钮 */
.honor-dialog .close {
    position: absolute;
    right: 2.5rem;
    top: 1rem;
    width: 0.35rem;
    height: 0.35rem;
    object-fit: contain;
}









@media screen and (max-width:1024px){
    .honor-dialog .dialog-box{
        top: 30%;
    }
    .honor-dialog .close{
        right: 5%;
    top: 30%;
    }
    .btm_phtone{
        display: flex!important;
    }
}








