.Yd_navBox {
    display: none;
}

.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;
}

.bannerBox {
    width: 100%;
    height: 8rem;
}

.productBox {
    background: #f6f6f6;
}

.product_content {
    width: 15rem;
    margin: auto;
    padding: .8rem 0;
    display: flex;
}

.product_cL {
    width: 50%;
    height: 4.8rem;
    overflow: hidden;
}

.product_cL video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.yd_productcL {
    display: none;
}

.product_cR {
    width: 50%;
    padding: 0 .5rem 0 .8rem;
}

.product_cR h1 {
    font-size: .40rem;
    font-family: pb;
    line-height: 1.2;
    margin-top: .1rem;
}

.product_cR p {
    font-size: .2rem;
    color: #666666;
    line-height: 1.5;
    margin-top: .2rem;
    font-family: pr;
}

.product_cR a {
    display: block;
    position: relative;
    margin: 1rem 0 0 .45rem;
}

.product_cRBtn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url(../img/hand.png);
    background-size: 100%;
    width: 5.35rem;
    height: .85rem;
    padding: .1rem 0;
}

.product_cRBtn p {
    font-size: .32rem;
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 2;
    font-family: pb;
}

.product_cRImg {
    border-radius: 50% !important;
    border: .02rem solid #f88e04;
    position: absolute;
    top: -.73rem;
    left: -.43rem;
    overflow: hidden;
    width: 1.54rem;
    height: 1.54rem;
}

.hot_type {
    width: 100%;
    background-color: #f7f7f7;
    padding: 0.8rem 0;
    position: relative;
}

.hotType_content {
    width: 15rem;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.hotType_slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: .3rem;
}

.hotType_ul {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    transition: transform 0.5s ease;
}

.hotType_li {
    flex-shrink: 0;
    width: 4.3rem;
}

.hotType_li.active {
    width: 5.8rem;
}

.hotType_li.active .hotType_liImg {
    height: 3.7rem;
}

.hotType_liImg {
    width: 100%;
    height: 2.7rem;
    border: 0.01rem solid #f88e04;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.05rem #e99740;
    overflow: hidden;
    position: relative;
}

.hotType_liImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hotType_liImg img:hover {
    transform: scale(1.05);
    transition: 0.3s;
}

.hotType_li p {
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.3rem;
    font-family: pb;
    min-height: 0.4rem;
    line-height: 1.4;
}

.hotType_btn {
    width: 2rem;
    height: 0.6rem;
    color: #333;
    background-color: #f88e04;
    border-radius: 0.3rem 0 0.2rem 0.3rem;
    font-family: pb;
    font-size: 0.2rem;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    text-align: center;
}

.hotType_btn img {
    width: 0.35rem;
    height: 0.35rem;
}

.slider_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border: 2px solid #f88e04;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.slider_arrow:hover {
    background: #f88e04;
    box-shadow: 0 4px 12px rgba(248, 142, 4, 0.3);
}

.slider_arrow:hover svg {
    fill: #fff;
}

.slider_arrow svg {
    width: 0.2rem;
    height: 0.2rem;
    fill: #f88e04;
    transition: all 0.3s;
}

.slider_arrow.prev {
    left: -0.7rem;
}

.slider_arrow.next {
    right: -0.7rem;
}

.product_specifications {
    width: 100%;
    margin-top: .4rem;
}

.specifications_content {
    width: 15rem;
    margin: 0 auto;
    padding-bottom: .4rem;
}

.specifications_table {
    width: 100%;
    margin: .2rem auto 0;
}

.specifications_table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.specifications_table thead tr {
    background: #f88e04;
}

.specifications_table thead th {
    padding: 0.2rem;
    font-size: 0.2rem;
    font-weight: 600;
    color: #333;
    border: 1px solid #ccc;
    text-align: center;
}

.specifications_table tbody tr {
    background: #e8e8e8;
}

.specifications_table tbody tr:nth-child(odd) {
    background: #fff;
}

.specifications_table tbody td {
    padding: 0.15rem 0.2rem;
    font-size: 0.18rem;
    color: #333;
    border: 1px solid #ccc;
    text-align: center;
}

.specifications_table tbody td:first-child {
    text-align: center;
    background: #e8e8e8;
}

.specifications_note {
    padding: 0.2rem;
    background: #e8e8e8;
    border: 1px solid #ccc;
    font-size: 0.18rem;
    line-height: 1.5;
    text-align: left;
    color: #333;
}

.product_advantages {
    width: 100%;
    background-color: #0a0a0a;
    background-image: url(../img/advantages-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product_advantages .advantages_content {
    width: 15rem;
    margin: auto;
    padding: .6rem 0;
}

.product_advantages .titleH {
    color: #fff;
}

.product_advantages .advantages_layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .8rem;
    margin-top: .4rem;
}

.product_advantages .advantages_list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.product_advantages .advantage_item {
    display: flex;
    align-items: flex-start;
    gap: .2rem;
}

.product_advantages .advantage_number {
    width: .6rem;
    height: .6rem;
    background: #f88e04;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    font-weight: bold;
    color: #333;
    font-family: pb;
    flex-shrink: 0;
}

.product_advantages .advantage_text {
    flex: 1;
}

.product_advantages .advantage_text h3 {
    font-size: .22rem;
    color: #fff;
    font-weight: 600;
    margin: 0 0 .08rem 0;
    line-height: 1.3;
    font-family: pb;
}

.product_advantages .advantage_text p {
    font-size: .18rem;
    color: #ccc;
    line-height: 1.5;
    margin: 0;
    font-family: pr;
}

.product_advantages .advantages_images {
    width: 6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .15rem;
    flex-shrink: 0;
}

.product_advantages .advantage_img_item {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    border: 2px solid #f88e04;
    border-radius: .1rem;
}

.product_advantages .advantage_img_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.product_advantages .advantage_img_item:hover img {
    transform: scale(1.05);
}

.application_scenarios {
    width: 100%;
    background-color: #f6f6f7;
}

.application_content {
    width: 15rem;
    margin: auto;
    padding: .6rem 0;
}

.msgH {
    margin-top: .2rem;
}

.application_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .3rem;
}

.application_li {
    width: 24%;
    background: #fff;
}

.application_liImg {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
    transition: 0.4s;
}

.application_liImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.application_li:hover .application_liImg img {
    transform: scale(1.05);
}

.application_liIcon {
    width: 1.01rem;
    height: 1.01rem;
    margin: 0 auto;
    margin-top: -.5rem;
    z-index: 9999;
    filter: drop-shadow(0 0.05rem 0.1rem rgba(0, 0, 0, 0.3));
}

.icon_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease;
}

.application_li:hover .icon_inner {
    transform: rotate(360deg);
}

.application_li:hover .application_liIcon {
    filter: drop-shadow(0 0.08rem 0.2rem rgba(248, 142, 4, 0.6));
}

.icon_inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.application_liText {
    width: 100%;
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.22rem;
    font-weight: 400;
    color: #666;
    font-family: pr;
    padding: .4rem 0 .6rem;
    transition: color 0.3s ease;
}

.customer_feedback {
    width: 100%;
    background-color: #f7f7f7;
}

.feedback_content {
    width: 15rem;
    margin: auto;
    padding: .6rem 0;
}

.customer_feedback .msgH {
    margin: .2rem 0 .3rem;
}

.feedback_ul {
    width: 100%;
    height: 6.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feedback_liL {
    width: 35%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.feedback_liR {
    width: 64%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.feedback_liRImg {
    width: 32.5%;
    height: 48.5%;
    overflow: hidden;
}

.feedback_liL > img,
.feedback_liRImg > img {
    transition: transform 0.3s ease;
}

.feedback_liL > img:hover,
.feedback_liRImg > img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.about_yugong {
    width: 100%;
    background-color: #212225;
}

.about_content {
    width: 15rem;
    margin: auto;
    padding: .6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_yugong .titleH {
    color: #ffff;
}

.about_yugong .msgH {
    color: #fff;
    margin-top: .2rem;
}

.about_L {
    width: 49%;
}

.about_Lul {
    width: 100%;
    color: #000;
    background-color: #f88e04;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: .3rem .2rem;
    margin-top: .3rem;
}

.about_Lli {
    width: 33%;
}

.about_Lli div:first-child {
    font-size: .5rem;
    font-family: pb;
}

.about_Lli div:last-child {
    font-size: .18rem;
    font-family: pr;
    word-wrap: break-word;
}

.about_R {
    width: 49%;
}

.about_RImg {
    width: 100%;
    height: 6rem;
}

/* Swiper轮播样式 */
.about_RImg_swiper {
    width: 100%;
    height: 6rem;
    position: relative;
}

.about_RImg_swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_RImg_swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: .15rem;
    height: .15rem;
}

.about_RImg_swiper .swiper-pagination-bullet-active {
    background: #f88e04;
    opacity: 1;
    width: .15rem;
    height: .15rem;
}

.about_RImg_swiper .swiper-button-prev,
.about_RImg_swiper .swiper-button-next {
    color: #f88e04;
}

.about_RImg_swiper .swiper-button-prev::after,
.about_RImg_swiper .swiper-button-next::after {
    font-size: 0.4rem;
}

.related_products {
    width: 100%;
}

.related_content {
    width: 15rem;
    margin: auto;
    padding: .6rem 0;
}

.msgH {
    margin-top: .2rem;
}

.related_ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: .2rem;
}

.related_li {
    width: 4.63rem;
    border: .01rem solid #f88e04;
    border-radius: .2rem;
    background-color: #fff;
    margin: .3rem .3rem 0 0;
}

.related_liImg {
    width: 100%;
    height: 3.19rem;
    overflow: hidden;
    border-radius: .2rem;
}

.related_liImg > img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
    transition: 0.4s;
}

.related_liImg > img:hover {
    transform: scale(1.05);
}

.related_liMsgBox {
    margin-top: .26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.related_liMsg {
    width: 58%;
    color: #000;
    font-size: .2rem;
    font-family: pb;
    padding-left: .24rem;
}

.related_liBtn {
    width: 1.7rem;
    height: .55rem;
    background-color: #f88e04;
    border-radius: .3rem 0 0 .3rem;
    display: flex;
    align-items: center;
}

.related_liBtn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.related_liBtn > div {
    font-size: .16rem;
    font-family: pb;
    color: #000;
}

.related_liBtn > img {
    width: .4rem;
    height: .4rem;
}

.yd_foot {
    display: none;
}

.pc_foot {
    background: #f8f8f8;
    padding: 0.5rem 0 0.3rem;
    border-top: 1px solid #e5e5e5;
}

.footer_C {
    width: 14rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.3rem;
}

.footer_B {
    background: #fff;
    font-family: Candara;
    font-size: .18rem;
    padding: .2rem;
    clear: both;
    text-align: center;
    color: #999;
    border-top: 1px solid #e5e5e5;
}

.footer_B p {
    margin: 0;
    line-height: 1.8;
}

.footer_item1 {
    width: 18%;
}

.footer_item2 {
    width: 18%;
}

.footer_item3 {
    width: 20%;
}

.footer_qr {
    display: flex;
    gap: 0.3rem;
    padding-top: .2rem;
}

.qr_item {
    text-align: center;
}

.qr_item img {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.1rem;
    border: 1px solid #ddd;
    padding: 0.05rem;
}

.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;
}

.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;
}
