/* .main_content {
    padding: 1.1rem 0 .1rem;
} */

.msgH {
    font-size: .26rem;
}

.aboutUs_banner {
    width: 100%;
    height: 11rem;
    background: url(../img/aboutUs-yd-banner.jpg) no-repeat center center;
    background-size: cover;
}

.company_profile {
    width: 100%;
}

.company_profile .company_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .2rem;
}

.company_profile .company_imgFirst,
.company_profile .company_imgSecond {
    overflow: hidden;
}

.company_profile .company_imgFirst img {
    height: 2.5rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.company_profile .company_imgFirst img:first-child {
    margin-bottom: .2rem;
}

.company_profile .company_imgSecond img {
    height: 5.2rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.company_profile .company_imgFirst img:first-child:hover,
.company_profile .company_imgFirst img:last-child:hover,
.company_profile .company_imgSecond:hover img {
    transform: scale(1.05);
}

.company_profile .company_txt {
    grid-column: 1 / -1;
}

.company_profile .company_txt .titleH {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: .2rem;
}

.company_profile .company_txt .titleS {
    font-size: .3rem;
}

.company_profile .msgH {
    text-align: left;
}

.provide_services {
    width: 100%;
}

.provide_services .provide_content {
    width: 7rem;
    margin: 0 auto;
    padding: .8rem 0 0;
}

.provide_services .provide_ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .1rem;
}

.provide_services .provide_li {
    margin-bottom: .2rem;
}

.provide_li:nth-child(1),
.provide_li:nth-child(2) {
    grid-column: span 3;
    margin-bottom: .3rem;
}

.provide_li:nth-child(3),
.provide_li:nth-child(4),
.provide_li:nth-child(5) {
    grid-column: span 2;
}

.provide_services .provide_li .titleH {
    color: #1364f7;
    font-size: .5rem;
    margin-bottom: .1rem;
}

.provide_services .provide_li .msgH {
    color: #000;
}

.provide_services .provide_li .titleH .count_num {
    font-weight: inherit;
}

.provide_services .provide_li .titleH .count_unit {
    font-size: .2rem;
}

.factory_workshop {
    width: 100%;
    background: #fff;
}

.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: 4.35rem;
    overflow: visible;
}

.factory_workshop .factorySwiper .swiper-slide {
    width: 6.2rem;
    height: 4.35rem;
    position: relative;
    overflow: visible;
}

.factory_workshop .factorySwiper .swiper-slide img {
    width: 100%;
    height: 3.7rem;
    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;
}

.complete_solutions {
    width: 100%;
    background-color: #f5f5f5;
}

.complete_solutions .complete_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.complete_solutions .titleH {
    margin-bottom: .2rem;
}

.complete_solutions .complete_ul {
    width: 100%;
    margin-top: .4rem;
}

.complete_solutions .complete_li {
    width: 100%;
    border-radius: .2rem;
    overflow: hidden;
    margin-bottom: .4rem;
}

.complete_solutions .complete_li:nth-child(n+4) .titleH {
    height: .7rem;
}

.complete_solutions .complete_li>img {
    width: 100%;
    height: 3.5rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.complete_solutions .complete_li:hover>img {
    transform: scale(1.05);
}

.complete_solutions .complete_liItem {
    background-color: #fff;
    padding: .4rem .2rem;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.complete_solutions .complete_liItem img {
    width: .6rem;
    height: .6rem;
    object-fit: contain;
}

.complete_solutions .complete_liItem_txt {
    margin-left: .2rem;
}

.complete_solutions .complete_liItem_txt .titleH {
    font-size: .32rem;
    text-align: left;
    margin-bottom: .2rem;
}

.complete_solutions .complete_liItem_txt .msgH {
    text-align: left;
}

.our_certification {
    width: 100%;
    height: 4.5rem;
    background: url(../img/AboutUs24.jpg) no-repeat center center;
    background-size: cover;
    padding: .6rem 0;
}