/* 企业简介 */

.aboutCompanyBox {
    padding: 0.8rem 0.3rem;
}


.companyCon {
    position: relative;
}

.companyCon .introText {
    color: #666;
    margin-top: 0.6rem;
    line-height: 1.8;
}


.dataCom {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0.4rem;
}

.dataCom img {
    width: 7.9rem;
}

.txtCon {
    background: #064675;
    padding: 0.4rem;
    width: 7rem;
    color: #fff;
    padding-bottom: 0rem;
    text-align: center;
}

.txtCon h3 {
   margin-top: 0.2rem;
}

.txtCon p {
    margin-top: 0.6rem;
    line-height: 1.8;
}



/* 企业文化 */
.culture {
    padding: 0.8rem 0rem;
    padding-bottom: 0rem;
    /* background:url(../images/certBg.png)no-repeat center center;
    background-size: cover; */
    background:linear-gradient(to top,#e6f5ff,#fff);
}

.cultureCon {
    position: relative;
    padding-bottom: 1rem;
}

.cultureCon .cultureItem {
    display: flex;
    align-items: center;
    margin-top: 0.8rem;
}

.cultureTxt h3 {
    font-weight: 500;
}

.cultureTxt p {
    margin-top: 0.1rem;
}

.cultureCon .cultureItem img {
    margin-right: 0.2rem;
}

.culMask {
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    width: 4.6rem;
}

.culBg {
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    width: 10rem;
}

.pubIndexTitle{
    text-align: center;
}


/* 生产车间 */
.factoryBox {
    padding: 0.8rem 0.3rem;
    padding-bottom: 0.5rem;
}
.factoryList{
    margin-top:0.6rem;
}
.factorySwiper {
    padding-bottom: 0.9rem;
}




/* 自定义轮播点样式 */
.swiper-pagination {
    bottom: 0.2rem !important;
}

.swiper-pagination-bullet {
    width: 0.14rem !important;
    height: 0.14rem !important;
    background: #D8D8D8 !important;
    border-radius: 0.1rem !important;
    opacity: 1 !important;
    margin: 0 0.1rem !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 0.5rem !important;
    background: #2abc64 !important;
    border-radius: 0.1rem !important;
}


/* 资质荣誉 */
.certBox {
    padding: 0.8rem 0.3rem;
    position: relative;
    padding-bottom:0rem;
}

.maskImg{
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    width: 100%;
}

.testCertBox{
    background:#eee;
    padding:0.8rem 0.3rem;
}

.patentsBox{
     padding:0.8rem 0.3rem;
}

.qualificationSwiper{
    margin-top:0.6rem;
    padding-bottom:2.4rem;
}

.testSwiper{
    margin-top:0.6rem;
}
.patentsSwiper{
    margin-top:0.6rem;
    padding: 0.5rem 0rem;
}

/* 模态框样式 */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
}

.modal-content {
    position: relative;
    margin: 5% auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    max-height: 80vh;
}

.modal-content img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 80vh;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 10000;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 添加所有轮播图的点击样式 */
.qualificationSwiper .swiper-slide>div,
.testSwiper .swiper-slide>div,
.patentsSwiper .swiper-slide>div {
    cursor: pointer;
}

/* 为其他轮播图添加类似patentsSwiper的样式 */
.qualificationSwiper .swiper-slide>div,
.testSwiper .swiper-slide>div {
    position: relative;
}
.qualificationSwiper .swiper-slide:hover i,
.testSwiper .swiper-slide:hover i {
    opacity: 1;
}


/* 调整轮播图容器样式 */
.qualificationSwiper .swiper-slide img,
.testSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qualificationSwiper .swiper-slide>div,
.testSwiper .swiper-slide>div {
    /* width: 100%;
    padding-top: 140%; */
    position: relative;
}

.qualificationSwiper .swiper-slide img,
.testSwiper .swiper-slide img {
    /* position: absolute; */
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testSwiper .swiper-slide>div{
    background:url(../images/jcBg.png)no-repeat center center;
    background-size: 100% 100%;
    padding: 0.3rem;
}


/* 专利 */
.patentsSwiper .swiper-slide {
    opacity: 0.5;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.patentsSwiper .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.3);
    z-index: 5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.patentsSwiper .swiper-slide>div {
    width: 85%;
    /* height:3rem; */

    background:url(../images/zlBg.png)no-repeat center center;
    background-size: 100% 100%;
    padding: 0.3rem;
    /* padding-top:0.6rem; */
    position:relative;
}

.patentsSwiper .swiper-slide img {
    /* position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    height: 100%; */
    object-fit: cover;
    display: block;
}

.qualificationSwiper .swiper-slide i,
.testSwiper .swiper-slide i {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/view.png)no-repeat center center;
    background-size: 100% 100%;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.patentsSwiper .swiper-slide.swiper-slide-active i {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.certCon{
    position:relative;
}

.swiper-button-prev{
    right:1.5rem;
    top: 0.5rem;
    left: auto;
}

.swiper-button-next{
    right:0.6rem;
    top: 0.5rem;
}
.swiper-button-prev,
.swiper-button-next{
     border: 1px solid #333;
     width:0.6rem;
     height:0.6rem;
     border-radius:100%;
}
.swiper-button-prev:after, 
.swiper-button-next:after {
    content:none;
}

.swiper-button-prev i{
 background:url(../images/JanTL.png) no-repeat center center;
  display:block;
  width:0.7rem;
  height:1.2rem;
}

.swiper-button-next i{
 background:url(../images/JanTR.png) no-repeat center center;
  display:block;
  width:0.7rem;
  height:1.2rem;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
     background-color:#2abc64;
     border:none;
}

.swiper-button-prev:hover i{
    background:url(../images/whiteJanTL.png) no-repeat center center;
}

.swiper-button-next:hover i{
    background:url(../images/whiteJanTR.png) no-repeat center center;
}





/* 适配 */
@media (max-width: 800px) {
    
    .dataCom{
        flex-direction: column;
    }
    .txtCon{
        padding:0.4rem 0.2rem;
        width: 100%;
    }

    .culture{
        padding: 0.6rem 0rem;
        padding-bottom:0rem;
    }
    .cultureCon{
          padding-left:0rem;
        padding: 0.6rem 0.3rem;
    padding-bottom: 3.6rem;
    }


    .qualificationSwiper {
    margin-top: 0.6rem;
    padding-bottom: 1.2rem;
}

.testSwiper .swiper-slide>div{
    padding:0.5rem;
}




    .patentsSwiper .swiper-slide>div{
        height:auto;
        padding-top:0rem;
        padding: 0.4rem;
    }
    .patentsSwiper .swiper-slide.swiper-slide-active{
        transform: scale(1);
    }
    .patentsSwiper .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


}


@media (max-width: 500px) {
    .pubPageTitle h1 {
        font-size: 0.48rem;
    }

    .pubPageTitle p {
        font-size: 0.26rem;
    }

}