/* .main_content {
    padding: .92rem 0 .1rem;
} */

.about_banner {
    width: 100%;
    height: 8rem;
    background: url(../img/AboutUs-banner.jpg) no-repeat center center;
    background-size: cover;
}

.about_introduction {
    width: 100%;
}

.about_introduction .introduction_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0 .4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .2rem;
}

.about_introduction .introduction_L {
    padding-right: .8rem;
}

.about_introduction .introduction_LIcon {
    display: flex;
    align-items: center;
    gap: .3rem;
}

.about_introduction .introduction_LIcon img {
    width: .4rem;
    height: .4rem;
    object-fit: contain;
    margin-top: -.18rem;
}

.about_introduction .introduction_LIcon .titleH {
    font-family: none;
    color: #ff9408;
    font-size: .32rem;
}

.about_introduction .titleHN {
    text-transform: capitalize;
    text-align: left;
    border-bottom: .02rem solid #cccdcf;
    padding-bottom: .4rem;
}

.about_introduction .introduction_LNumBox,
.about_introduction .introduction_LNum {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_introduction .introduction_LNumImg {
    font-size: .3rem;
    color: #828080;
}

.about_introduction .introduction_LNum .titleH {
    font-size: .8rem;
    color: #ff9408;
    margin-right: .2rem;
}

.about_introduction .introduction_LNum .msgH {
    color: #828080;
}

.about_introduction .introduction_L .msgHB {
    text-align: left;
    color: #353535;
}

.about_introduction .introduction_R {
    width: 100%;
    height: 7rem;
}

.about_introduction .introduction_R img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.factory_workshop {
    width: 100%;
    margin-bottom: .3rem;
}

.factory_workshop .factory_content {
    width: 15rem;
    margin: 0 auto;
}

.factory_workshop .factory_slider_wrap {
    width: 100%;
    margin: .4rem auto 0;
    position: relative;
    overflow: hidden;
}

.factory_workshop .factorySwiper {
    width: 100%;
    height: 5.35rem;
    overflow: visible;
}

.factory_workshop .factorySwiper .swiper-slide {
    width: 11rem;
    position: relative;
    overflow: visible;
}

.factory_workshop .factorySwiper .swiper-slide img {
    width: 100%;
    height: 6.2rem;
    display: block;
    object-fit: contain;
    border-radius: .04rem;
}

.factory_workshop .factory_slide_mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 4.7rem;
    background: rgba(255, 255, 255, .6);
    border-radius: .04rem;
    transition: background .3s ease;
}

.factory_workshop .factorySwiper .swiper-slide-active .factory_slide_mask {
    background: rgba(255, 255, 255, 0);
}

.factory_workshop .factory_swiper_prev,
.factory_workshop .factory_swiper_next {
    width: .6rem;
    height: .6rem;
    margin-top: -0.55rem;
    border-radius: 50%;
    z-index: 10;
}

.factory_workshop .factory_swiper_prev {
    left: calc(50% - 4.95rem);
    background: rgba(150, 150, 150, .75);
}

.factory_workshop .factory_swiper_next {
    right: calc(50% - 4.95rem);
    background: #1364f7;
}

.factory_workshop .factory_swiper_prev::after,
.factory_workshop .factory_swiper_next::after {
    font-size: .18rem;
    font-weight: 700;
    color: #fff;
}

.factory_workshop .factorySwiper .swiper-slide-active .factory_slide_mask {
    background: rgba(255, 255, 255, 0);
}

.factory_workshop .factory_slide_title {
    display: none !important;
}

.factory_workshop .factory_swiper_prev,
.factory_workshop .factory_swiper_next {
    width: .72rem;
    height: .72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    outline: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1;
    text-decoration: none;
    user-select: none;
    z-index: 10;
    -webkit-tap-highlight-color: transparent;
}

.factory_workshop .factory_swiper_prev {
    background-color: rgba(150, 150, 150, .75) !important;
}

.factory_workshop .factory_swiper_next {
    background-color: #1364f7 !important;
}

.factory_workshop .factory_swiper_prev::after,
.factory_workshop .factory_swiper_next::after {
    content: "" !important;
    width: .16rem;
    height: .16rem;
    border-top: .04rem solid #fff;
    border-right: .04rem solid #fff;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0;
}

.factory_workshop .factory_swiper_prev::after {
    transform: rotate(-135deg);
    margin-left: .06rem;
}

.factory_workshop .factory_swiper_next::after {
    transform: rotate(45deg);
    margin-right: .06rem;
}

.factory_workshop .factory_swiper_prev:focus,
.factory_workshop .factory_swiper_next:focus,
.factory_workshop .factory_swiper_prev:active,
.factory_workshop .factory_swiper_next:active {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.about_serve {
    width: 100%;
    height: 8.4rem;
    background: url(../img/AboutUs7.jpg) no-repeat center center;
    background-size: contain;
    margin: 0 auto .4rem;
    position: relative;
}

.about_serve .quoteBtn {
    width: 5.3rem;
    height: .9rem;
    position: absolute;
    left: 35%;
    bottom: 27%;
    cursor: pointer;
}

.about_honors {
    width: 100%;
}

.about_honors .honors_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.about_honors .honors_img {
    width: 15rem;
    height: 6.2rem;
    margin: 0 auto;
    background: url(../img/AboutUs8.jpg) no-repeat center center;
    background-size: contain;
}