.Yd_navBox {
    display: none !important;
}

.navBox {
    width: 100%;
    display: block !important;
}

.Nav_top {
    width: 100%;
    height: 0.7rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 .02rem .1rem rgba(0, 0, 0, 0.1);
}

.Nav_topContent {
    width: 14rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
}

.Nav_topContent>img {
    width: 1.6rem;
    height: .5rem;
}

.navUl {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.header_phone {
    display: flex;
    align-items: center;
}

.header_phone a {
    display: flex;
    align-items: center;
    background: #f88e04;
    color: #fff;
    padding: 0.1rem 0.2rem;
    border-radius: 0.05rem;
    font-size: 0.2rem;
    font-weight: 600;
    transition: all 0.3s;
}

.header_phone a:hover {
    background: #f88e04;
}

.header_phone a img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
}

.navLi {
    height: 100%;
    line-height: 0.7rem;
    position: relative;
}

/* 鼠标悬浮时显示二级菜单 */
.navLi:hover .nav_menuTwo {
    display: block;
}

/* 二级菜单 */
.nav_menuTwo {
    width: 19.2rem;
    font-size: 0.22rem;
    background: #fefefe;
    opacity: .97;
    position: fixed;
    top: 0.7rem;
    display: none;
    left: 0rem;
    padding: .35rem 0;
    z-index: 999999999999999999 !important;
}

.nav_menuTwo ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.nav_menuTwo ul li {
    text-align: center;
}

.nav_menuTwo ul li a {
    display: block;
    width: 2rem;
    transition: all 0.3s ease;
}

.nav_menuTwo ul li a:hover {
    color: #fff;
}

.product_span {
    display: block;
    width: 2.5rem;
    line-height: .3rem;
    margin-top: .2rem;
    font-size: .18rem;
    font-family: pr;
    font-weight: 400;
    color: #333;
}

.product_span:hover {
    color: #e99740;
}

.nav_productICon {
    width: 2.5rem;
    height: 2rem;
}

.navLi .navLi_a {
    font-size: .16rem;
    padding: 0 .2rem;
    cursor: pointer;
    color: #333;
    position: relative;
    display: block;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    font-weight: 500;
}

.navLi .navLi_a:after {
    content: '';
    width: 0;
    height: .03rem;
    transition: all 0.3s;
    background: #f88e04;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30%;
}

.navLi:hover .navLi_a:after {
    width: 60%;
}

.navLi:hover .navLi_a {
    color: #f88e04;
}

.navLi.on .navLi_a:after {
    width: 60% !important;
}

.navLi.on .navLi_a {
    color: #f88e04;
}

.homeBox {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 0.7rem;
}

.homeBanner {
    width: 100%;
    height: 8.5rem;
    background: url(../img/home-banner.jpg) no-repeat center center;
    background-size: cover;
}

/* 热门产品区域样式 */
.hot_product {
    background: #f88e04;
    padding: .3rem 0.2rem;
}

.hot_product .titleH,
.hot_product .msgH {
    color: #fff;
}

.hot_product .hotProduct_box {
    width: 15rem;
    margin: 0 auto;
    margin-top: .5rem;
    border-top: .05rem solid #f88e04;
    background: #fff;
    padding: .5rem .45rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
}

.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: .18rem;
    font-family: pr;
    text-align: center;
    line-height: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_product .product_item:hover .product_itemCImg img {
    transform: scale(1.05);
}

/* 视频 */
.videoBox {
    width: 100%;
    background-color: #fff;
}

.videoBox .video_content {
    width: 100%;
    margin: auto;
    padding: .3rem 0;

}

/* 视频分类标签 */
.videoBox .video_tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.15rem;
    margin-top: 0.5rem;
    margin-bottom: 0.6rem;
}

.videoBox .video_tab {
    padding: .2rem;
    font-size: .18rem;
    color: #333;
    background: #f5f5f5;
    border-radius: 0.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'pb';
    white-space: nowrap;
    border: 1px solid transparent;
}

.videoBox .video_tab:hover {
    color: #f88e04;
    border-color: #f88e04;
    background: #fff;
}

.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%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.videoBox .video_li {
    width: 10rem !important;
    max-width: 10rem !important;
    min-width: 10rem !important;
    height: 6rem !important;
    max-height: 6rem !important;
    min-height: 6rem !important;
    position: relative;
    overflow: hidden;
    border-radius: 0.12rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    background: #000;
}

.videoBox .video_li video {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: contain;
    border-radius: 0.12rem;
}

/* 视频播放器样式优化 */
.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 {
    width: 15rem;
    margin: auto;
    padding: .4rem 0 .8rem;
}

.customer_feedback .customer_TBox {
    width: 100%;
}

.customer_feedback .customer_title {
    text-align: center;
    font-size: .42rem;
    font-family: pb;
    text-transform: uppercase;
}

.customer_feedback .customer_text {
    width: 100%;
    word-wrap: break-word;
    font-size: .2rem;
    color: #666666;
    line-height: .36rem;
    text-align: center;

}

.customer_feedback .customer_UL {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    margin-top: .5rem;
}

.customer_feedback .customerUL_Li {
    width: 100%;
    background-image: url(../img/h_custome_li.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.customer_feedback .customerUL_LiBox:hover {
    background-color: #e99740;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.customer_feedback .customerUL_Li:hover .customerUL_LiBtn {
    background-color: #fff;
}

.customer_feedback .customerUL_Li:hover .customerUL_LiBtn .LiBtnStyle {
    background-color: #000;
}

.customer_feedback .customerUL_Li>img {
    width: 100%;
    height: 3.5rem;
    object-fit: cover;
    display: block;
}

.customer_feedback .customerUL_LiBox {
    padding: .4rem .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.15rem !important;
    height: 0.15rem !important;
    flex-shrink: 0;
}

.customer_feedback .customerUL_LiTitle>div {
    font-size: .2rem;
    line-height: .3rem;
    word-break: break-all;
    margin-left: .2rem;
    color: #333333;
}

.customer_feedback .customerUL_LiBtn {
    width: 1.6rem;
    height: .35rem;
    border-radius: .5rem;
    border: .01rem solid #f88e04;
    position: relative;
    text-align: center;
    line-height: .35rem;
    font-size: .18rem;
    color: #333333;
    margin-top: .15rem;
    transition: all 0.3s ease;
}

.customer_feedback .LiBtnStyle {
    position: absolute;
    width: .42rem;
    height: .01rem;
    background-color: #ffb908;
    top: 50%;
    transform: translate(-50%);
    background: rgb(255, 185, 8);
}

/* 关于豫工 */
.aboutYuGong {
    width: 100%;
    background-color: #fff;
}

.aboutYuGong .titleH {
    text-transform: capitalize;
}

.aboutYuGong .msgH {
    width: 15rem;
    line-height: .36rem;
    margin: .2rem auto;
}

/* 图片轮播区域样式 */
.about_imgBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.about_imgUl {
    display: flex;
    align-items: center;
    will-change: transform;
    width: max-content;
}

.about_imgUl:last-child {
    margin-top: .3rem;
}

.about_imgLi {
    width: 5rem;
    height: 2.8rem;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 0.2rem;
}

.about_imgLi:last-child {
    margin-right: 0;
}

.about_imgLi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 从左往右滚动动画(第一排) */
.about_scroll_left {
    animation: scrollLeft 45s 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 45s 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 {
    width: 15rem;
    margin: auto;
    padding: .6rem 0;

}

.companyNews .companyNews_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    margin-top: .7rem;
}

.companyNews .companyNews_Li {
    width: 49%;
    display: flex;
    margin-bottom: .2rem;
}

.companyNews .companyNews_LiImg {
    width: 50%;
    height: 2.31rem;
    overflow: hidden;
    cursor: pointer;
}

.companyNews .companyNews_LiImg img {
    transition: transform 0.3s ease;
}

.companyNews .companyNews_LiImg:hover img {
    transform: scale(1.05);
}

.companyNews .companyNews_LiMsg {
    width: 49.5%;
    height: 100%;
    border: .01rem solid #efefef;
    padding: .2rem .17rem 0 .17rem;
    box-sizing: border-box;
}

.companyNews .companyNews_LiMsg>a>div:first-child {
    font-size: .2rem;
    word-wrap: break-word;
    font-family: pb;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.companyNews .companyNews_LiMsg>a>div:last-child {
    font-size: .18rem;
    word-wrap: break-word;
    color: #666666;
    margin-top: .2rem;
    margin-bottom: .17rem;
    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 {
    width: 15rem;
    margin: auto;
    padding: .6rem 0;
    color: #fff;
}

.contact_form .msgH {
    color: #fff;
    width: 8.65rem;
    line-height: .36rem;
    margin: .2rem auto;
}

.contact_form .form_tel {
    width: 8.65rem;
    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: .2rem;
    margin-left: .2rem;
}

.contact_form .onlineFormY {
    display: none;
}

.contact_form .onlineFormP {
    margin: .2rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_form .onlineT {
    font-size: .2rem;
    margin-right: .1rem;
}

.contact_form .online_input {
    padding: 0.08rem 0.15rem;
    font-size: 0.18rem;
    border: none;
    background: #ffffff;
    color: #333;
    font-family: p;
    outline: none;
    box-sizing: border-box;
    margin-right: .4rem;
}

.contact_form .online_textarea {
    font-size: 0.18rem;
    border: none;
    outline: none;
    box-sizing: border-box;
    margin-right: .4rem;
}

.contact_form .oblineBtn {
    background: #e99740;
    color: #fff;
    font-size: .18rem;
    cursor: pointer;
    font-family: pb;
    transition: all 0.3s;
    border: none;
    padding: 0.06rem .15rem;
    border-radius: .08rem;
}

.yd_foot {
    display: none;
}

.pc_foot {
    background: #f8f8f8;
    padding: 0.5rem 0 0.3rem;
    border-top: 1px solid #e5e5e5;
}

.pc_foot .footer_C {
    width: 14rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.3rem;
}

.pc_foot .footer_B {
    background: #fff;
    font-family: Candara;
    font-size: .18rem;
    padding: .2rem;
    clear: both;
    text-align: center;
    color: #999;
    border-top: 1px solid #e5e5e5;
}

.pc_foot .footer_B p {
    margin: 0;
    line-height: 1.8;
}

.pc_foot .footer_item1 {
    width: 18%;
}

.pc_foot .footer_item2 {
    width: 18%;
}

.pc_foot .footer_item3 {
    width: 20%;
}

.pc_foot .footer_qr {
    display: flex;
    gap: 0.3rem;
    padding-top: .2rem;
}

.pc_foot .qr_item {
    text-align: center;
}

.pc_foot .qr_item img {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.1rem;
    border: 1px solid #ddd;
    padding: 0.05rem;
}

.pc_foot .qr_item p {
    color: #666;
    font-size: 0.18rem;
    margin: 0;
}

.pc_foot h4 {
    color: #333;
    font-size: .22rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.pc_foot h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.pc_foot h4 a:hover {
    color: #f88e04;
    cursor: pointer;
}

.pc_foot .footer_ul {
    margin-bottom: 0;
}

.pc_foot .footer_ul p,
.pc_foot .footer_ul p a {
    color: #666;
    font-size: 0.18rem;
    line-height: 0.35rem;
    display: block;
    transition: color 0.3s;
}

.pc_foot .footer_ul p a:hover {
    color: #f88e04;
}