.main_content {
    padding: 1.1rem 0 .1rem;
}

.msgH {
    font-size: .26rem !important;
}

.home_banner {
    width: 100%;
    height: 12rem;
    background: url(../img/Home-yd-banner.jpg) no-repeat center center;
    background-size: cover;
}

.product_introduction {
    width: 100%;
}

.product_introduction .introduction_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.product_introduction .msgH {
    margin-bottom: .4rem;
}

.product_introduction .introduction_video {
    width: 100%;
    height: 7rem;
}

.product_box {
    width: 100%;
}

.product_box .product_content {
    width: 100%;
    position: relative;
    height: 12rem;
}

.product_box .product_content .product_title {
    position: absolute;
    top: .6rem;
    left: .6rem;
    z-index: 3;
    font-size: .6rem;
    font-family: pb;
    text-transform: uppercase;
    margin-bottom: .2rem;
    line-height: 2;
}

.product_box .product_swiper {
    width: 100%;
    height: 12rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.product_box .product_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.product_box .product_img1 {
    background: url(../img/Home1.png) no-repeat center center;
}

.product_box .product_img2 {
    background: url(../img/Home2.png) no-repeat center center;
}

.product_box .product_img3 {
    background: url(../img/Home3.png) no-repeat center center;
}

.product_box .product_img4 {
    background: url(../img/Home4.png) no-repeat center center;
}

.product_box .product_iconUl {
    width: 7rem;
    position: absolute;
    top: 2.5rem;
    left: .25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .2rem;
    align-items: center;
    z-index: 10;
    user-select: none;
    pointer-events: none;
}

.product_box .product_iconLi {
    background-color: #fff;
    display: flex;
    gap: .4rem;
    padding: .2rem;
    border: .01rem solid #eee;
    align-items: center;
    cursor: pointer;
    border-bottom: .06rem solid transparent;
    pointer-events: auto;
    touch-action: pan-x;
}

.product_box .product_iconLi .product_iconLiImg {
    width: .8rem;
    height: .8rem;
}

.product_box .product_iconLi .product_iconLiImg1 {
    background: url(../img/Home5.png) no-repeat center center;
    background-size: contain;
}

.product_box .product_iconLi .product_iconLiImg2 {
    background: url(../img/Home6.png) no-repeat center center;
    background-size: contain;
}

.product_box .product_iconLi .product_iconLiImg3 {
    background: url(../img/Home7.png) no-repeat center center;
    background-size: contain;
}

.product_box .product_iconLi .product_iconLiImg4 {
    background: url(../img/Home8.png) no-repeat center center;
    background-size: contain;
}

.product_box .product_iconLi .product_iconLiTxt {
    font-size: .26rem;
    font-family: pb;
    text-align: left;
    text-transform: capitalize;
}

.product_box .product_iconLi.active {
    border-bottom: .06rem solid #f88e04;
}

.product_box .product_txtBox {
    width: 6.8rem;
    position: absolute;
    top: 6rem;
    left: .35rem;
    background-color: #fff;
    box-shadow: 0px -.08rem .06rem rgba(255, 255, 255, 0.6);
    padding: .4rem;
    z-index: 10;
    user-select: none;
    pointer-events: none;
}

.product_box .product_txtBoxLi {
    display: none;
    animation: fadeIn 0.5s ease;
}

.product_box .product_txtBoxLi.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product_box .product_txtBoxLi .titleH {
    font-size: .36rem;
    text-align: left;
    text-transform: capitalize;
}

.product_box .product_txtBoxLi .msgH {
    text-align: left;
    margin-bottom: .1rem;
    color: #000;
}

.product_box .product_txtBoxLi .quoteBtn {
    width: 3rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    color: #fff;
    font-size: .26rem;
    font-family: pb;
    cursor: pointer;
    background-color: #ff9900;
    text-transform: uppercase;
    margin: .4rem 0 0;
    pointer-events: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, .2rem 100%, 0 .5rem);
    transition: background-color 0.3s ease;
}

.product_box .product_txtBoxLi .quoteBtn:hover {
    background-color: #ff8000;
}

.why_choose {
    width: 100%;
}

.why_choose .choose_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.why_choose .msgH {
    font-size: .26rem;
    margin-bottom: .2rem;
}

.why_choose .choose_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: .2rem;
}

.why_choose .choose_li {
    width: 49%;
    padding: .2rem .4rem;
    border-right: .02rem solid #eee;
    text-align: center;
    margin-bottom: .4rem;
}

.why_choose .choose_li:nth-child(even) {
    border-right: none;
}

.why_choose .choose_liNum {
    font-size: .5rem;
    font-weight: 900;
    color: #ff9408;
    margin-bottom: .2rem;
}

.why_choose .choose_liTxt {
    font-size: .26rem;
    color: #414040;
    line-height: 1.6;
    height: 1.2rem;
}

.customer_visit {
    width: 100%;
    background-color: #f2f2f5;
}

.customer_visit .customer_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.customer_visit .msgH {
    font-size: .26rem;
    margin-bottom: .4rem;
}

.customer_visit .factory_gallery {
    width: 100%;
    margin-top: .3rem;
}

.customer_visit .factory_carousel {
    width: 100%;
    overflow: hidden;
}

.customer_visit .factory_carousel .swiper-slide img {
    width: 100%;
    height: 5.5rem;
    object-fit: cover;
    display: block;
    border-radius: .4rem;
}

.customer_visit .swiper-pagination {
    position: static;
    text-align: center;
    line-height: 0.5;
}

.customer_visit .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    background: #ddd;
    opacity: 1;
    border-radius: 50%;
    margin: 0 .1rem !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.customer_visit .swiper-pagination-bullet-active {
    background: #ff9408;
    transform: scale(1.3);
}

.our_services {
    width: 100%;
    background-color: #ff9408;
}

.our_services .services_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.our_services .services_ul {
    width: 100%;
}

.our_services .services_li {
    background-color: #fff;
    padding: .4rem;
    text-align: center;
    margin-bottom: .4rem;
}

.our_services .services_li>img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    margin: 0 auto .2rem;
}

.our_services .services_li .titleH {
    font-size: .34rem;
    line-height: 1.5;
    text-transform: capitalize;
}

.contactUs_onLine {
    width: 100%;
    margin-top: .6rem;
}

.contactUs_onLine .online_content {
    width: 7rem;
    margin: 0 auto;
}

.contactUs_onLine .titleH,
.contactUs_onLine .msgH {
    text-align: center;
}

.contactUs_onLine .msgH {
    color: #666;
    font-size: .26rem;
    margin-bottom: .4rem;
}

.contactUs_onLine .online_L {
    width: 100%;
}

.contactUs_onLine .contact_form {
    margin-top: .3rem;
}

.contactUs_onLine .form_row {
    margin-bottom: .2rem;
}

.contactUs_onLine .form_input_wrapper {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
    padding: .15rem .15rem;
    box-sizing: border-box;
    transition: border-color 0.3s;
    margin-bottom: .3rem;
}

.contactUs_onLine .form_input_wrapper:hover {
    border-color: #f88e04;
}

.contactUs_onLine .form_input_wrapper:focus-within {
    border-color: #f88e04;
}

.contactUs_onLine .form_input_wrapper.full_width {
    width: 100%;
}

.contactUs_onLine .form_icon {
    width: .4rem;
    height: .4rem;
    margin-right: .15rem;
    flex-shrink: 0;
}

.contactUs_onLine .form_icon_textarea {
    margin-top: -1.6rem;
}

.contactUs_onLine .form_input_wrapper input,
.contactUs_onLine .form_input_wrapper textarea {
    flex: 1;
    border: none;
    outline: none;
    font-size: .26rem;
    color: #333;
    background: transparent;
    padding: 0;
}

.contactUs_onLine .form_input_wrapper input::placeholder,
.contactUs_onLine .form_input_wrapper textarea::placeholder {
    color: #999;
}

.contactUs_onLine .form_input_wrapper textarea {
    resize: vertical;
    min-height: 2rem;
    font-family: inherit;
}

.contactUs_onLine .submit_btn {
    width: 50%;
    height: .8rem;
    background: linear-gradient(135deg, #ff6b35 0%, #f88e04 100%);
    color: #fff;
    border: none;
    border-radius: .1rem;
    font-size: .3rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 0 .3rem 1.6rem;
}

.contactUs_onLine .form_row:last-child {
    margin-top: -.3rem;
}

.contactUs_onLine .submit_btn:active {
    opacity: 0.9;
}