/* .main_content {
    padding: .92rem 0 .1rem;
} */

.msgH {
    font-size: .26rem !important;
}

.about_banner {
    width: 100%;
    height: 12rem;
    background: url(../img/AboutUs-yd-banner.png) no-repeat center center;
    background-size: cover;
}

.about_introduction {
    width: 100%;
}

.about_introduction .introduction_content {
    width: 7rem;
    margin: 0 auto;
    padding: .8rem 0 .6rem;
}

.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;
    font-size: .3rem !important;
}

.about_introduction .introduction_L .msgHB {
    text-align: left;
    color: #353535;
}

.about_introduction .introduction_R {
    width: 100%;
    height: 5.5rem;
}

.about_introduction .introduction_R img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.factory_workshop {
    width: 100%;
}

.factory_workshop .factory_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.factory_workshop .factory_slider_wrap {
    width: 100%;
    margin: .3rem auto 0;
    overflow: hidden;
}

.factory_workshop .factorySwiper {
    width: 100%;
    height: 5.5rem;
    overflow: visible;
}

.factory_workshop .factorySwiper .swiper-slide {
    width: 6.2rem;
    position: relative;
    overflow: visible;
}

.factory_workshop .factorySwiper .swiper-slide img {
    width: 100%;
    height: 5rem;
    display: block;
    object-fit: cover;
    border-radius: .04rem;
}

.factory_workshop .factory_slide_mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 3.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: .7rem;
    height: .7rem;
    margin-top: -0.7rem;
    border-radius: 50%;
}

.factory_workshop .factory_swiper_prev {
    left: .55rem;
    background: rgba(150, 150, 150, .75);
}

.factory_workshop .factory_swiper_next {
    right: .55rem;
    background: #1364f7;
}

.factory_workshop .factory_swiper_prev::after,
.factory_workshop .factory_swiper_next::after {
    font-size: .2rem;
    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: .82rem;
    height: .82rem;
    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;
    -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: .18rem;
    height: .18rem;
    border-top: .05rem solid #fff;
    border-right: .05rem solid #fff;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0;
}

.factory_workshop .factory_swiper_prev::after {
    transform: rotate(-135deg);
    margin-left: .07rem;
}

.factory_workshop .factory_swiper_next::after {
    transform: rotate(45deg);
    margin-right: .07rem;
}

.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: 5.6rem;
    background: url(../img/AboutUs9.jpg) no-repeat center center;
    background-size: contain;
    position: relative;
}

.about_serve .quoteBtn {
    width: 4rem;
    height: .9rem;
    position: absolute;
    left: 20%;
    bottom: 33%;
    cursor: pointer;
}

.about_honors {
    width: 100%;
}

.about_honors .honors_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.about_honors .honors_img {
    width: 100%;
    height: 4.5rem;
    background: url(../img/AboutUs10.jpg) no-repeat center center;
    background-size: contain;
}