


/* banner--common.css */
/* 分类--common.css */

html{
    scroll-behavior: smooth;
}

.centerUs {
    position: relative;
    width: 16rem;
    margin: 0 auto;
    padding: 1rem 0;
}
/* title */
.title {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.title .cn {
    font-size: 0.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    /*display: none;*/
}
.title .en {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: normal;
    color: #C6982F;
}

/* 公司介绍 */
.introduce {
    width: 100%;
    background-image: url("../img/aboutus13/back1.png");
    background-size: cover;
}
/* 文字介绍 */
.introduce .texts {
    margin-top: 0.5rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.38rem;
    /*text-indent: 2em;*/
}
.introduce .texts p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.38rem;
    /*text-indent: 2em;*/
}
/* 数字滚动 */
.introduce .com_data {
    width: 100%;
    margin-top: 0.52rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.introduce .com_data .item {
    text-align: center;
    flex: 0 0 2.47rem;
}
.introduce .com_data .txt1 {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
}
.introduce .com_data .txt2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.introduce .com_data .txt2 .scroll {
    /* margin-top: 0.15rem; */
    /* width: 2rem; */
    font-size: 0.9rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: bold;
    color: #C6982F;
    line-height: 0.8rem;
}
.introduce .com_data .txt2 span {
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: bold;
    color: #C6982F;
}
/* 公司图片 */
.introduce .company_imgs {
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
}
.introduce .company_imgs .item {
    width: 5.1rem;
    height: 3.4rem;
    overflow: hidden;
}
.introduce .company_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 企业文化 */
.culture {
    width: 100%;
}
/* 文化列表 */
.culture .list {
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.culture .list .item {
    width: 4.6rem;
    text-align: left;
}
.culture .list .t1 {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    justify-content: center;
}
.culture .list .t1 img {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.1rem;
    object-fit: contain;
}
.culture .list .t2 {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.4rem;
    text-align: center;
}
/* 文化轮播 */
.culture .lunbo {
    position: relative;
    width: 100%;
    margin-top: 0.4rem;
    padding-bottom: 0.56rem;
}
.culture .cul_swiper {
    width: 100%;
}
.culture .lunbo .swiper-slide {
    position: relative;
    width: 100%;
    height: 3rem;
}
.culture .lunbo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.culture .lunbo .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7rem;
    font-family: PangMenZhengDao, PangMenZhengDao;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
    /*letter-spacing: 15px;*/
}
.culture .lunbo .swiper-pagination {
    bottom: 0;
}
.culture .lunbo .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    background: #CECECE;
    opacity: 1;
}
.culture .lunbo .swiper-pagination-bullet-active {
    background: #3D76B9;
}


/* 发展历程1 */
.history {
    position: relative;
    width: 100%;
    background-image: url("../img/aboutus13/back3.png");
    background-size: cover;
    z-index: 11;
}
.history .centerUs {
    padding-bottom: 0.83rem;
    z-index: 11;
}
/* 轮播 */
.history .hisShow {
    position: relative;
    width: 100%;
    margin-top: 0.6rem;
}
.history .hisSwiper {
    width: 100%;
}
.history .hisSwiper .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.1rem;
}
.history .hisSwiper .texts {
    width: 7.3rem;
    text-align: left;
}
.history .hisSwiper .t1 {
    font-size: 0.46rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: normal;
    color: #C6982F;
}
.history .hisSwiper .t2 {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
}
.history .hisSwiper .pics {
    width: 7.5rem;
    height: 3.5rem;
    overflow: hidden;
}
.history .hisSwiper .pics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 发展历程2 */
.history2 {
    position: relative;
    width: 100%;
    /*background-image: url("../img/aboutus13/back4.png");*/
    background-size: cover;
    z-index: 33;
}
.history2 .center2 {
    position: relative;
    width: 15.4rem;
    margin: 0 auto;
    padding: 0.1rem 0 0.78rem;
    overflow: hidden;
    z-index: 33;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-0.1rem);
}
.history2 .hisSwiper2 {
    width: 100%;
    overflow: unset;
}
.history2 .hisSwiper2 .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.history2 .hisSwiper2 .t1 {
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.history2 .hisSwiper2 .year {
    margin-top: 0.2rem;
    font-size: 0.4rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: normal;
    color: #FFFFFF;
}
.history2 .hisSwiper2 .whiteDot {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.1rem;
    transform: translateX(-50%);
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    border: 0.01rem solid transparent;
    z-index: 33;
}
.history2 .hisSwiper2 .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%;
}
.history2 .swiper-slide-active .whiteDot {
    border: 0.01rem solid white;
}
/* 左右箭头 */
.history2 .swiper-button-prev {
    left: 1rem;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.history2 .swiper-button-prev::after {
    display: none;
}
.history2 .swiper-button-prev img {
    width: 0.4rem;
    height: 0.4rem;
    object-fit: contain;
}
.history2 .swiper-button-next {
    right: 1rem;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}
.history2 .swiper-button-next::after {
    display: none;
}
.history2 .swiper-button-next img {
    width: 0.4rem;
    height: 0.4rem;
    object-fit: contain;
}


/* 资质荣誉 */
.honors {
    width: 100%;
}
.honors .hor_box {
    position: relative;
    width: 100%;
    margin-top: 0.6rem;
    padding-bottom: 0.76rem;
}
.honors .horSwiper {
    width: 100%;
}
.honors .horSwiper .swiper-slide {
    height: 2.8rem;
    padding: 0.17rem;
    background: #ECECEC;
}
.honors .horSwiper .swiper-slide .pics {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.honors .horSwiper .swiper-slide img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}
.honors .horSwiper .swiper-slide:hover img {
    transform: scale(1.1);
}
.honors .hor_box .swiper-pagination {
    bottom: 0;
}
.honors .hor_box .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    background: #CECECE;
    opacity: 1;
}
.honors .hor_box .swiper-pagination-bullet-active {
    background: #3D76B9;
}


/* 联系我们 */
.contactus {
    width: 100%;
}
.contactus .centerUs {
    padding: 0;
}
/* baseInfo */
.contactus .baseInfo {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.4rem 1rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-around;
}
.contactus .baseInfo .item {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.contactus .baseInfo .icon {
    width: 0.57rem;
    height: 0.57rem;
    object-fit: contain;
}
.contactus .baseInfo .t1 {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.contactus .baseInfo .t2 {
    margin-top: 0.13rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.37rem;
}

/* 地图 */
.map {
    width: 100%;
    height: 6.5rem;
    margin-top: -1.2rem;
}


.hisSwiper2 .swiper-slide{
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .centerUs{
        width: auto;
    }
    .introduce .texts span{
        font-size: 14px;
    }
    .introduce{
        padding:0 15px;
    }
    .introduce .company_imgs,.culture .list{
        display: block;
    }
    .introduce .company_imgs .item{
        width: 100%;
        margin: auto;
        margin-top: 10px;
    }
    .culture .list .item{
        width: 100%;
        margin-top: 20px;
    }
    .culture .list .t2{
        font-size: 12px;
    }
    .culture .lunbo .txt{
        font-size: 30px;
    }
    .culture .lunbo{
        padding-bottom: 0;
    }
    .centerUs{
        padding: 0.5rem 0;
    }
    .history .centerUs{
        padding-left: 15px;
    padding-right: 15px;
    }
    .history .hisSwiper .t2 p{
        font-size: 14px;
    }
    .history .hisSwiper .pics,.history .hisSwiper .texts{
        width: auto;
    }
    .history .hisSwiper .texts{
        padding-right: 10px;
    }
    .history2{
        display: none;
    }
    .honors .hor_box{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contactus .baseInfo{
        display: block;
    }
    .contactus .baseInfo .t2{
        font-size: 12px;
    }
    .contactus .baseInfo .item{
        margin-top: 20px;
        width: 100%;
    }
    .map{
        height: 10rem;
    }
    .introduce .com_data{
        flex-wrap: wrap;
    }
    .introduce .com_data .item{
        flex: 0 0 50%;
    }
    .subsidiary .add{
        height: 1.2rem !important;
    }
}