.content{
    width: 74%;
    min-width: 1300px;
    margin: auto;
}
@media screen and (max-width:1400px) {
    .content{
      width: 94%;
      min-width: auto;
    }
  
}

.culture{
    margin-top: 4.5%;
    padding: 3% 0;  
}
.culture>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;

}
.culture li{
    width: 31%;
    text-align: center;
   
}
.culture li:nth-child(n+4){
    margin-top: 4%;
}
.culture li img{
    width: 100%;
}
.culture .title{
    text-align: left;
}
.culture .title h1{
    margin-bottom: 4%;
    margin-top: 14%;
}
.culture li h2{
    font-size: 18px;
    /* margin-top: 1%; */
    margin: 2% 0;
}
.culture li h2+p{
    color: rgb(114, 128, 137);
    font-size: 16px;
}
.history .show{
    text-align: center;
    position: relative;
}
.history .swiper{
    position: static;
}
.history .show>section{
    width: 80%;
    margin: auto;
}
.history .swiper-wrapper{
  
}

.history .swiper-wrapper img{
    width: 100%;
}
/* .history .show{
    text-align: center;
}
.history .show section{
    display: flex;
    align-items: center;
    justify-content: center;
}
.history .show .left{
    width: 2.5vw;
    margin-right: 2vw;
}
.history .show .left+img{
    width: 40vw;
}
.history .show .right{
    width: 2.5vw;
    margin-left: 2vw;
} */
 .history .show .left{
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
}
 .history .show .right{
    width: 25px;
    position: absolute;
     top: 50%;
    transform: translateY(-50%);
    right: 0;
      cursor: pointer;
}
.history .swiper-slide{
    position: relative;
}
.history .swiper-slide .num{
    font-size: 400px;
    text-align: center;
    white-space: nowrap;
    color: #75AF8A;
    opacity: 0.1;
    position: absolute;
    line-height: 1em;
    top: 0;
    left: 0;
    right: 0;
}
.history .swiper-slide .Card{
    display:grid;
    grid-template-columns: 360px 1fr;
    background: #fff;
    
    position: relative;
    z-index: 1;
    margin: 90px 60px;
    min-height: 250px;
}
.history .swiper-slide .Card  img{
    object-fit: cover;
    height: 100%;
    aspect-ratio: 360/260;
}
.history .swiper-slide .Card .text{
    padding: 40px 20px;
    
    font-size: 18px;
}
.swiper-button-prev::after{
    display: none;
}
.swiper-button-next::after{
    display: none;
}
.history .time{
    display: flex;
    justify-content: space-around;
    margin-top: 4%;
    position: relative;
}
.history .time li{
    position: relative;
    color: rgb(0, 1, 0);
    font-size: 1vw;
    cursor: pointer;

}
.history .time::before{
    content: "";
    display: block;
    border: 1px solid rgba(213, 219, 229,.7);
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 10%;
}
.history .time li::before{
    content: "";
    display: block;
    width: .6vw;
    height: .6vw;
    border: 1px solid rgb(213, 219, 229);
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20%;
    background-color: white;

}
.history .time .active::before{
    border-color: rgb(24, 145, 68);
    width: .4vw;
    height: .4vw;
    position: relative;
    top: 1%;
}
.history .active span{
    color: rgb(24, 145, 68) !important;
    font-weight: bold;
    font-size: 1.62vw !important;
    position: absolute;
    top: -100%;
    width: 6vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    /* background-color: lavender; */

}
.honor{
    background-size: cover;
    background-position: center center;
    padding: 1px 0;
    padding-bottom: 3%;
    margin-top: 4%;
}
.honor .title{
    margin-top: 3%;
}
.honor ul{
    display: flex;
    /*grid-template-columns: repeat(5,1fr);*/
        justify-content: space-between;
    gap:30px;
}
.honor li{

    width: 100%;
    text-align: center;
}
.honor .pics{
    position: relative;
}
.honor img{
    width: 100%;
}
.honor img:last-child{
    /*width: 90%;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
}
.honor .content p{
    font-size: 1.1vw;
    color: rgb(51,51,51);
    margin-top: 6%;
    font-weight: 500;
}

.factory li{
    width: 100%;
    text-align: center;
}
.factory li img{
    width: 100%;
}
.factory li p{
    font-size: 1.1vw;
    color: rgb(51,51,51);
    margin-top: 6%;
    font-weight: 500;
}
.staff{
    padding: 1px 0;
    margin-top: 4%;
    padding-bottom: 2.5%;
}
.staff .title{
    margin-top: 2.5%;
    
}
.staff ul{
    display: flex;
    justify-content: space-between;
}
.staff li{
    width: 100%;
   
}
.staff img{
    width: 100%;
}



@media screen and (max-width:850px){
    .history .swiper-slide .Card{
        margin: 0;
        grid-template-columns: 1fr;
    }.history .swiper-slide .Card .content{
        padding: 10px;
    }
     .history .show .right
     .history .show .left{
         width: 20px;
     }
    .history .show .left{
        font-size: 20px;
    }
    .history .time{
        display: none;
    }
    .navs a{
    }
    .navs a:not(:first-child){
        margin-left: 2%;
    }
    .culture>ul{
        display:grid;
        gap: 15px;
        grid-template-columns: repeat(2,1fr);
    }
    .culture li{
        margin-top: 0 !important ;
        width: 100%;
    }
    .culture li h2{
        font-size: 14px;
    }
    .culture li h2+p{
        font-size: 12px;
    }


}