/* 导航 */
.Yd_navBox {
    width: 100%;
    z-index: 100;
    height: .8rem;
    background: #fff;
    position: fixed;
    margin: auto 0;
    display: flex;
    transition: all 0.5s linear;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.Yd_navBox .Yd_navBox_img {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 .3rem;
}

.Yd_navBox .Yd_navBox_img>img {
    width: 1.60rem;
    height: .46rem;
}

.Yd_navBox .Yd_navBox_imgicon>img {
    width: .56rem;
    height: .56rem;
    display: block;
}

.Yd_navBox .Yd_navBox_Details {
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s linear;
}

.Yd_navBox .Yd_navBox_Details>div {
    text-align: right;
    font-size: .48rem;
    padding: .2rem .3rem .2rem 0;
    color: #666;
    cursor: pointer;
}

.Yd_navBox .Yd_navBox_DetailsUl {
    padding: 0 .3rem;
}

.Yd_navBox .Yd_navBox_DetailsUl>li {
    width: 100%;
    padding: .25rem 0;
    font-size: .26rem;
    line-height: .5rem;
    border-bottom: 1px solid #f0f0f0;
}

.Yd_navBox .Yd_navBox_DetailsUl>li:last-child {
    border-bottom: none;
}

.Yd_navBox .Yd_navBox_DetailsUl>li a {
    color: #333;
    display: block;
    transition: color 0.3s;
    cursor: pointer;
}

.Yd_navBox .Yd_navBox_DetailsUl>li a:hover,
.Yd_navBox .Yd_navBox_DetailsUl>li a:active {
    color: #f88e04;
}

/* 二级菜单样式 */
.Yd_navBox .Yd_navBox_DetailsUl>li.has_submenu {
    height: auto;
}

.submenu_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.submenu_link {
    flex: 1;
    color: #333;
    display: block;
    transition: color 0.3s;
    cursor: pointer;
}

.submenu_link:hover,
.submenu_link:active {
    color: #f88e04;
}

.submenu_arrow {
    font-size: .2rem;
    transition: transform 0.3s;
    display: inline-block;
    cursor: pointer;
    padding: .15rem .5rem;
    margin-left: auto;
    min-width: .6rem;
    text-align: center;
    color: #f88e04;
}

.submenu_arrow.active {
    transform: rotate(180deg);
}

.submenu_list {
    display: none;
    padding-left: .3rem;
    margin: 0;
}

.submenu_list li {
    width: 100%;
    height: auto;
    padding: .25rem 0;
    font-size: .26rem;
    line-height: .4rem;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}

.submenu_list li:last-child {
    border-bottom: none;
}

.submenu_list li a {
    color: #333;
}

.submenu_list li a:hover,
.submenu_list li a:active {
    color: #f88e04;
}

.Yd_navBox .Yd_navBox_DetailsUl>li.has_submenu.active .submenu_list {
    display: block;
}

.navBox {
    display: none;
}

.homeBanner {
    width: 100%;
    height: 12rem;
    background: url(../img/yd-home-banner.jpg) no-repeat center center;
    background-size: cover;
}

.hot_product {
    width: 100%;
    background-color: #f88e04;
    margin: auto;
    padding: .6rem 0;
}

.hot_product .titleH {
    color: #fff;
}

.hot_product .msgH {
    color: #fff;
    font-size: .28rem;
    margin: .2rem 0;
}

.hot_product .hotProduct_box {
    width: 90%;
    margin-top: .5rem;
    border-top: .05rem solid #f88e04;
    background: #fff;
    padding: .5rem .35rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
    margin: auto;
}

.hot_product .product_mySwiper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hot_product .product_mySwiper {
    background: #fff;
    font-family: pr;
    font-size: .14rem;
    color: #000;
    margin: 0;
    padding-bottom: .4rem;
}

.hot_product .product_mySwiper .swiper-pagination-bullet {
    width: .18rem;
    height: .18rem;
}

.hot_product .product_mySwiper .swiper-pagination-bullet-active {
    background: #f88e04;
}

.hot_product .product_mySwiper .swiper {
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: .18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot_product .product_item {
    margin: 0 .1rem;
}

.hot_product .product_itemC {
    background: #fff;
    width: 100%;
    padding: .06rem;
    box-sizing: border-box;
}

.hot_product .product_itemCImg {
    overflow: hidden;
}

.hot_product .product_itemCImg img {
    width: 100%;
    transition: all 0.3s;
}

.hot_product .product_itemCMsg {
    padding: .3rem .1rem;
}

.hot_product .product_itemCMsg p {
    width: 100%;
    color: #333;
    font-size: .25rem;
    font-family: pr;
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_product .product_item:hover .product_itemCImg img {
    transform: scale(1.05);
}

.videoBox {
    width: 100%;
    background: #fff;
}

.videoBox .video_content {
    margin: auto;
    padding: .6rem 0 .5rem;
}

.videoBox .msgH {
    font-size: .28rem;
}

/* 移动端视频分类标签 */
.videoBox .video_tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.15rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0 0.2rem;
}

.videoBox .video_tab {
    padding: 0.15rem 0.1rem;
    font-size: 0.24rem;
    color: #666;
    background: #f5f5f5;
    border-radius: 0.08rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: pr;
    text-align: center;
    border: 1px solid transparent;
    line-height: 1.4;
    word-wrap: break-word;
}

.videoBox .video_tab.active {
    color: #fff;
    background: #f88e04;
    border-color: #f88e04;
    font-weight: 600;
}

.videoBox .video_category_content.active {
    display: block !important;
}

.videoBox .video_Ul {
    width: 100%;
    padding: 0.3rem 0.2rem 0.2rem;
}

.videoBox .video_li {
    width: 100%;
    max-width: 10rem;
    height: 4.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.08rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    background: #000;
}

.videoBox .video_li video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 0.08rem;
}

/* 移动端视频播放器样式优化 */
.videoBox .video_li video::-webkit-media-controls-panel {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.customer_feedback {
    width: 100%;
    background-color: #fff;
}

.customer_feedback .customer_content {
    margin: auto;
    padding: 0 0 .4rem;
}

.customer_feedback .msgH {
    font-size: .28rem;
}

.customer_feedback .customer_TBox {
    width: 100%;
    align-items: center;
}

.customer_feedback .customer_UL {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: .5rem;
    padding: 0 0.2rem;
}

.customer_feedback .customerUL_Li {
    width: 100%;
    max-width: 7rem;
    height: auto;
    background-image: url(../img/h_custome_li.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin: auto;
    transition: all 0.3s ease;
    overflow: hidden;
}

.customer_feedback .customerUL_Li:hover {
    transform: translateY(-0.05rem);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.customer_feedback .customerUL_Li>img {
    width: 100%;
    height: 3.5rem;
    display: block;
    object-fit: cover;
}

.customer_feedback .customerUL_LiBox {
    padding: 0.25rem 0.3rem;
    box-sizing: border-box;
}

.customer_feedback .customerUL_LiTitle {
    display: flex;
    align-items: center;
}

.customer_feedback .customerUL_LiIcon {
    background: url(../img/circle.png) no-repeat !important;
    background-size: 100% 100% !important;
    width: 0.25rem !important;
    height: 0.25rem !important;
    flex-shrink: 0;
}

.customer_feedback .customerUL_LiTitle>div {
    font-size: .26rem;
    line-height: .36rem;
    word-break: break-all;
    margin-left: .2rem;
    color: #333;
}

.customer_feedback .customerUL_LiBtn {
    width: 2.2rem;
    height: .45rem;
    border-radius: .5rem;
    border: .01rem solid #f88e04;
    position: relative;
    text-align: center;
    line-height: .45rem;
    font-size: .22rem;
    color: #333333;
    margin-top: .2rem;
    transition: all 0.3s ease;
}

.customer_feedback .LiBtnStyle {
    width: .42rem;
    height: .01rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    background-color: #ffb908;
}

/* 关于豫工 - 移动端样式 */
.aboutYuGong {
    width: 100%;
    background-color: #fff;
}

.aboutYuGong .aboutYugong_content {
    width: 7rem;
    margin: 0 auto;
    height: 100%;
    padding: .6rem 0;
}

.aboutYuGong .titleH {
    width: 7rem;
    margin: 0 auto;
    text-transform: capitalize;
}

.aboutYuGong .msgH {
    width: 7rem;
    font-size: .28rem;
    line-height: .42rem;
    margin: .2rem auto;
}

/* 图片轮播样式 - 移动端 */
.aboutYuGong .about_imgBox {
    width: 100%;
    overflow: hidden;
    margin-top: .3rem;
}

.about_imgUl {
    display: flex;
    align-items: center;
    will-change: transform;
    width: max-content;
}

.about_imgUl:last-child {
    margin-top: .2rem;
}

.about_imgLi {
    width: 3.5rem;
    height: 2rem;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 0.15rem;
}

.about_imgLi:last-child {
    margin-right: 0;
}

.about_imgLi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 从左往右滚动动画(第一排) - 移动端 */
.about_scroll_left {
    animation: scrollLeft 40s linear infinite;
}

.about_scroll_left:hover {
    animation-play-state: paused;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 从右往左滚动动画(第二排) - 移动端 */
.about_scroll_right {
    animation: scrollRight 40s linear infinite;
}

.about_scroll_right:hover {
    animation-play-state: paused;
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}


.companyNews {
    width: 100%;
    background-color: #fff;
}

.companyNews .companyNews_content {
    padding-top: .6rem;
}

.companyNews .msgH {
    font-size: .28rem;
}

.companyNews .companyNews_msg {
    font-size: .25rem;
    text-align: center;
    color: #666666;
}

.companyNews .companyNews_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem;
}

.companyNews .companyNews_Li {
    width: 95%;
    margin: auto;
    margin-bottom: .2rem;
}

.companyNews .companyNews_LiImg {
    height: 4rem;
}

.companyNews .companyNews_LiMsg {
    height: 100%;
    border: .01rem solid #efefef;
    padding: .24rem .17rem;
    box-sizing: border-box;
}

.companyNews .companyNews_LiMsg>a>div:first-child {
    font-size: .3rem;
    word-wrap: break-word;
    font-family: pb;
    color: #000;
}

.companyNews .companyNews_LiMsg>a>div:last-child {
    font-size: .26rem;
    word-wrap: break-word;
    color: #666666;
    margin-top: .1rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 在线联系 */
.contact_form {
    width: 100%;
    background-color: #212226;
}

.contact_form .contact_formContent {
    margin: auto;
    padding: .6rem 0;
    color: #fff;
}

.contact_form .msgH {
    color: #fff;
    font-size: .28rem;
}

.contact_form .form_title {
    font-size: .42rem;
    text-align: center;
    font-family: pb;
}

.contact_form .form_msg {
    font-size: .25rem;
    line-height: .36rem;
    word-wrap: break-word;
    margin: .2rem auto;
    text-align: center;
    padding: 0 .4rem;
}

.contact_form .form_tel {
    margin: .2rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_form .form_tel img {
    width: .3rem;
    height: .3rem;
}

.contact_form .form_telT {
    font-size: .25rem;
    margin-left: .2rem;
}

.contact_form .onlineFormP {
    display: none;
}

.contact_form .onlineFormY {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: .2rem;
}

.contact_form .onllineY_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .3rem;
}

.contact_form .onllineY_span {
    display: inline-block;
    width: 1.2rem;
    text-align: right;
    margin-right: .25rem;
    font-size: .25rem;
}

.contact_form .onlineT {
    font-size: .2rem;
    margin-right: .1rem;
}

.contact_form .online_input {
    padding: 0.08rem 0.5rem;
    font-size: 0.18rem;
    border: none;
    background: #ffffff;
    color: #333;
    font-family: p;
    outline: none;
    box-sizing: border-box;
}

.contact_form .online_textarea {
    font-size: 0.18rem;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.04rem 0.6rem;
}

.contact_form .oblineBtn {
    background: #e99740;
    color: #fff;
    font-size: .22rem;
    cursor: pointer;
    font-family: pb;
    transition: all 0.3s;
    border: none;
    padding: .18rem .5rem;
    border-radius: .08rem;
    margin-top: .3rem;
}

.pc_foot {
    display: none;
}

.yd_foot {
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
    background: #333;
}

.yd_foot .yd_footContent {
    width: 7.5rem;
    margin: 0 auto;
    background: #333333;
}

.yd_foot .yd_footTop {
    width: 7.1rem;
    height: 1.7rem;
    margin: 0 auto;
    border-bottom: 0.02rem solid #666;
}

.yd_foot .yd_footTop span {
    font-size: 0.3rem;
    color: #fff;
    font-family: bar;
    font-weight: 600;
    line-height: 1.7rem;
    text-align: left;
}

.yd_foot .yd_footCenter {
    width: 7.1rem;
    height: auto;
    margin: 0 auto;
    border-bottom: 0.02rem solid #666;
}

.yd_foot .yd_footCenter ul {
    width: 7.1rem;
    margin: 0 auto;
    padding-bottom: 0.3rem;
}

.yd_foot .yd_footCenter li {
    width: 6.9rem;
    height: 3.85rem;
    margin: .3rem 0 0 .2rem;
}

.yd_foot .yd_footCenter ul li div {
    line-height: 0.48rem;
    font-size: 0.24rem;
    font-family: p;
    text-align: left;
    color: #a0a0a0;
    font-weight: 500;
}

.yd_foot .yd_title a {
    color: #fff;
    font-weight: 600;
    font-family: pb;
    opacity: 1;
    font-size: 0.36rem;
    padding-bottom: 0.2rem;
    margin-top: 0.3rem;
}

.yd_foot .yd_qr {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #a0a0a0;
    font-size: 0.24rem;
    margin-top: -.3rem;
}

.yd_foot .qr_item {
    text-align: center;
}

.yd_foot .qr_item img {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.1rem;
    border: 1px solid #ddd;
    padding: 0.05rem;
}

.yd_foot .footer_B {
    width: 7.5rem;
    line-height: 1.8rem;
    font-size: 0.22rem;
    color: #fff;
    opacity: 1;
    margin: 0 auto;
    text-align: center;
}