.production-manufacturing{
    width: 100%;
}
.production-manufacturing .title{
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 1rem;
}
.production-manufacturing .title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.production-manufacturing .title span{
    font-size: 0.46rem;
    padding: 0 0.1rem;
    background: #fff;
}
.production1,.production2{
    width: 80%;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.production3>p{
    width: 80%;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.production1 p,.production2 p,.production3 p{
    font-size: 0.26rem;
    text-indent: 0.52rem;
    line-height: 0.4rem;
    text-align:justify;
}
.production1 img,.production2 img,.production3 img{
    width: 100%;
    display: block;
}
.production2-swiper{
    width: 100%;
    position: relative;
    margin-top: 1rem;
}
.mySwiper {
    margin-top: 0.1rem;
    padding-bottom: 0.4rem;
}
.mySwiper2 .swiper-slide{
    display: flex;
    justify-content: center;
}
.mySwiper2 .swiper-slide img{
    display: block;
    width: 60%;
    height: 5.24rem;
}
.mySwiper2 .swiper-slide .text{
    width: 40%;
    background: #ececec;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.mySwiper2 .swiper-slide .text .name{
    font-size: 0.25rem;
    padding-left: 0.58rem;
}
.mySwiper2 .swiper-slide .text .name::after{
    content: '';
    display: block;
    width: 34px;
    height: 3px;
    background: #000;
    margin: 0.16rem 0;
}
.mySwiper2 .swiper-slide .text p{
    padding: 0 0.78rem 0.5rem 0.58rem;
    font-size: 0.21rem;
}
.mySwiper .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mySwiper .swiper-slide>div{
    height: 1.35rem;
    border: 2px solid transparent;
    overflow: hidden;
}
.mySwiper .swiper-slide:first-child div{
        border: 2px solid #A93428;
}
.mySwiper .swiper-slide img{
    width: 100%;
}
.mySwiper .swiper-slide p{
    line-height: 0.4rem;
    font-size: 0.16rem;
    text-align: center;
    text-indent: 0;
}
.production2-swiper .production2btn{
    position: absolute;
    width: 110%;
    display: flex;
    justify-content: space-between;
    left: -5%;
    bottom: 0.4rem;
}
.production2-swiper .production2btn p{
    width: 0.55rem;
    height: 1.38rem;
    background: #e1e1e1;
    color: #9d9d9d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.54rem;
    text-indent: 0;
    cursor: pointer;
}
.production2-swiper .production2btn p:hover{
    background: #a93428;
    color: #fff;
}
.production3 .paragraph{
    width: 80%;
    margin: 0.62rem auto;
    font-size: 0.27rem;
    text-indent: 0.54rem;
    line-height: 0.4rem;
}
.detection{
    width: 100%;
    height: 3.72rem;
    background: #ececec;
    margin: 1rem 0;
}
.detection .inner{
    width: 80%;
    margin: 0 auto;
}
.detection .inner .tit{
    text-align: center;
    font-size: 0.34rem;
    padding: 0.4rem 0;
}
.imgbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.imgbox>div{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.imgbox>div img{
    width: 100%;
    height: 100%;
    padding-bottom: 0.1rem;
}