.about {
    padding-top: 1.2rem;
    padding-bottom: 1.06rem;
}

.about .about_top {
    margin-bottom: 0.86rem;
}

.about .about_name {
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #363636;
    margin-bottom: 0.22rem;
}

.about .about_title {
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.25rem;
    color: #C69C6D;
    margin-bottom: 0.33rem;
}

.about .about_cont,
.about .about_cont p {
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 2;
}




.about_bottom {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.about_bottom .stat_icon {
    width: 0.01rem;
    height: 0.95rem;
    background: #C69C6D;
    opacity: 0.5;
    margin-top: 0.25rem;
    transform: rotate(26deg);
}

.about_bottom .stat-item .stat-value,
.about_bottom .stat-item .stat-value .scroll_num {
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.65rem;
    color: #C69C6D;
    display: flex;
    align-items: baseline;
}

.about_bottom .stat-item .stat-value .stat-unit {
    font-family: MiSans-Medium;
    font-weight: 500;
    font-size: 0.25rem;
    color: #C69C6D;
    margin-left: 0.06rem;
}

.about_bottom .stat-item .stat-title {
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #363636;
    line-height: 0.28rem;
    margin-top: 0.08rem;
}





.our {
    padding: 1rem 0 1.47rem;
    background: url(../img/about_bg2.png) center no-repeat;
    background-size: cover;
}

.our .our_name {
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #FFFFFF;
    margin-bottom: 0.16rem;
    text-align: center;
}

.our .our_cont {
    max-width: 9.14rem;
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 0 auto 0.69rem;
    text-align: center;
}

.our_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;
}

.our_list .our_item {
    width: calc(50% - 0.16rem);
    /* height: 1.5rem; */
    padding: 0.43rem 0.33rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.19);
    border-radius: 0.1rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.our_list .our_item .our_icon {
    width: 0.59rem;
    height: 0.59rem;
    margin-right: 0.27rem;
}

.our_list .our_item .our_txt {
    width: calc(100% - 0.88rem);
}

.our_list .our_item .our_txt .our_title {
    font-family: MiSans-Demibold;
    font-weight: 600;
    font-size: 0.25rem;
    color: #FFFFFF;
    margin-bottom: 0.07rem;
}

.our_list .our_item .our_txt .our_tit {
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.our_list .our_item:hover {
    border: 0.02rem solid #FFFFFF;
}






.factory {
    padding: 1.13rem 0 0.92rem;
    box-sizing: border-box;
}

.factory .factory_name {
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #363636;
    margin-bottom: 0.16rem;
}

.factory .factory_cont {
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.3rem;
    color: #363636;
}

.factory_body {
    margin-top: 0.92rem;
    position: relative;
}

.factory_swiper {
    width: calc(100% + 1.1rem);
    padding-right: 1.1rem;
    padding-bottom: 0.62rem;
}

.factory_swiper .factory_img {
    width: 6.48rem;
    height: 4rem;
    overflow: hidden;
}

.factory_body .swiper-button-next,
.factory_body .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    /* background: #FFFFFF; */
    border: 0.01rem solid #C69C6D;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    margin: 0;
    top: -1.63rem;
}

.factory_body .swiper-button-next::after,
.factory_body .swiper-button-prev::after {
    display: none;
}

.factory_body .swiper-button-next img,
.factory_body .swiper-button-prev img {
    width: 0.1rem;
    height: 0.15rem;
}

.factory_body .swiper-button-next:hover,
.factory_body .swiper-button-prev:hover {
    background: #C69C6D;
}

.factory_body .swiper-button-next:hover img,
.factory_body .swiper-button-prev:hover img {
    filter: brightness(0) invert(1);
}

.factory_body .swiper-button-next {
    right: 0;
}

.factory_body .swiper-button-prev {
    left: auto;
    right: 0.6rem;
}

.factory_body .swiper-pagination {
    width: calc(100% - 1.1rem);
}

.factory_body .swiper-pagination span {
    width: 0.41rem;
    height: 0.04rem;
    background: #D6D6D6;
    border-radius: 1rem 1rem 1rem 1rem;
    opacity: 1;
    margin: 0 0.1rem;
}

.factory_body .swiper-pagination span.swiper-pagination-bullet-active {
    background: #C69C6D;
}







.honors {
    padding: 1.16rem 0 0.78rem;
    box-sizing: border-box;
    background: url(../img/about_bg3.png) center no-repeat;
    background-size: cover;
}

.honors .honors_name {
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #363636;
    margin-bottom: 0.1rem;
    text-align: center;
}

.honors .honors_cont {
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.3rem;
    color: #363636;
    text-align: center;
}



.honors_body {
    margin-top: 0.9rem;
}

.honors_Swiper .swiper-slide {
    height: auto;
    /* 高度自适应内容 */
    display: flex;
    flex-direction: column;
}

.honors_Swiper .honors_item {
    width: 3.62rem;
    height: auto;
}

.honors_Swiper .honors_img {
    width: 3.62rem;
    height: 4.75rem;
    border-image: url("../img/honors_bor.png") 30 / 20px round;
    padding: 0.18rem;
    background: #fff;
}

.honors_Swiper .honors_title {
    margin-top: 0.5rem;
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #363636;
    width: 100%;
    text-align: center;
    display: none;
}

.honors_Swiper .swiper-slide-active .honors_title {
    display: block;
}








.about_url {
    padding: 1.22rem 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.about_url .main {
    display: flex;
    justify-content: space-between;
}

.about_url .url_item {
    width: 5.3rem;
    height: 1.54rem;
    background: #FFFFFF;
    border: 0.01rem solid #E0E0E0;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
}

.about_url .url_item .url_img {
    width: 1.14rem;
    height: 1.14rem;
    margin-left: 0.26rem;
    margin-right: 0.24rem;
}

.about_url .url_item .url_titme {
    width: 2.13rem;
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.35rem;
    color: #000000;
}

.about_url .url_item .url_icon {
    width: 0.16rem;
    height: 0.16rem;
    transition: all 0.5s;
}

.about_url .url_item:hover {
    box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.1);
    border: 0.01rem solid #C69C6D;
}

.about_url .url_item:hover .url_titme {
    font-family: MiSans-Bold;
    font-weight: bold;
    color: #C69C6D;
}

.about_url .url_item:hover .url_icon {
    transform: rotate(45deg);
}

.about_url .url_bg1 {
    width: 4.27rem;
    height: 4.27rem;
    position: absolute;
    z-index: -1;
    bottom: 0.77rem;
    left: -2.63rem;
    animation: floatRandom 15s ease-in-out infinite;
}

.about_url .url_bg2 {
    width: 2.11rem;
    height: 2.11rem;
    position: absolute;
    z-index: -1;
    bottom: 0.27rem;
    right: -0.52rem;
    animation: floatRandom 15s ease-in-out infinite;
}




@keyframes floatRandom {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(var(--tx1), var(--ty1)) rotate(var(--r1));
    }

    50% {
        transform: translate(var(--tx2), var(--ty2)) rotate(var(--r2));
    }

    75% {
        transform: translate(var(--tx3), var(--ty3)) rotate(var(--r3));
    }
}




.tiaokuan{
    padding-bottom: 0.8rem;
}
.tiaokuan .tiaokuan_name {
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #363636;
    margin-bottom: 0.1rem;
    text-align: center;
    margin-bottom: 0.4rem;
}
.tiaokuan .tiaokuan_body,
.tiaokuan .tiaokuan_body p,
.tiaokuan .tiaokuan_body *{
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 2;
}
.tiaokuan .tiaokuan_body p{
    text-indent: 2em;
    margin-bottom: 0.1rem;
}




@media screen and (max-width: 1043px) {
    .position .main{
        flex-wrap: wrap;
        width: 100%;
    }
    
    .about{
        padding-top: 0.6rem;
    }
    .about .about_cont, .about .about_cont p{
        font-size: 0.24rem;
    }
    
    .about_bottom{
        flex-wrap: wrap;
        row-gap: 0.2rem;
    }
    .about_bottom .stat-item{
        width: 50%;
    }
    
    
    
    .our_list .our_item{
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 0.1rem;
        padding: 0.3rem 0.18rem;
    }
    .our_list .our_item .our_icon{
        width: 0.7rem;
        height: 0.7rem;
        margin-right: 0;
    }
    .our_list .our_item .our_txt{
        width: 100%;
    }
    .honors_Swiper .honors_title{
        font-size: 0.26rem;
    }
    .factory_body .swiper-button-next, 
    .factory_body .swiper-button-prev{
        top: -1rem;
    }
    
    
    .about_url .main{
        flex-wrap: wrap;
        row-gap: 0.4rem;
    }
    .about_url .url_item{
        width: 100%;
    }
    .about_url .url_item .url_titme{
        width: 60%;
    }
}





