.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%;
    padding-top: 0.7rem;
}

.productBox {
    width: 100%;
}

.product_banner {
    width: 100%;
    height: 3.5rem;
    background-color: #0b0b0b;
    padding: .9rem 0 0 0;
}

.titleH {
    color: #f88e04;
}

.msgH {
    width: 15rem;
    color: #fff;
    margin: 0 auto;
}

.product_list {
    width: 100%;
    background-color: #fff;
}

.productList_content {
    width: 15rem;
    margin: auto;
    padding: .8rem 0;
}

.productList_ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.productList_li {
    width: 4.63rem;
    border: .01rem solid #f88e04;
    border-radius: .2rem;
    background-color: #fff;
    margin: .3rem .3rem 0 0;
}

.productList_liImg {
    width: 100%;
    height: 3.19rem;
    overflow: hidden;
    border-radius: .2rem;
}

.productList_liImg > img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
    transition: 0.4s;
}

.productList_liImg > img:hover {
    transform: scale(1.05);
}

.productList_liMsgBox {
    margin-top: .26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.productList_liMsg {
    width: 58%;
    color: #000;
    font-size: .2rem;
    font-family: pb;
    padding-left: .24rem;
}

.productList_liBtn {
    width: 1.7rem;
    height: .55rem;
    background-color: #f88e04;
    border-radius: .3rem 0 0 .3rem;
    display: flex;
    align-items: center;
}

.productList_liBtn > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    text-decoration: none;
}

.productList_liBtn > a > div {
    font-size: .16rem;
    font-family: pb;
    color: #000;
}

.productList_liBtn > a > img {
    width: .4rem;
    height: .4rem;
}

.online_Inquiry {
    width: 100%;
    background-image: url(../img/bbbbb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: .04rem solid #f88e04;
}

.onlineInquiry_content {
    width: 15rem;
    padding: .2rem 0 .6rem;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.onlineInquiry_title {
    width: 3.57rem;
    font-size: .42rem;
    color: #333;
    font-family: pb;
}

.onlineInquiry_Limg {
    width: 6.35rem;
    height: 4.5rem;
    margin-top: .3rem;
}

.onlineInquiry_Limg > img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.onlineInquiry_R {
    width: 8.3rem;
    background-color: #f88e04;
    border-radius: .3rem;
    padding: .6rem 0;
    box-sizing: border-box;
    position: relative;
}

.onlineInquiry_RTitle {
    font-size: .3rem;
    text-align: center;
    font-family: pb;
    margin-bottom: .4rem;
}

/* 表单样式 */
.inquiry_form {
    width: 100%;
    padding: 0 .4rem;
}

.form_row {
    margin-bottom: .15rem;
    display: flex;
    gap: .15rem;
}

.form_row:last-child {
    margin-bottom: 0;
}

.form_input_wrapper {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: .08rem;
    padding: .1rem .15rem;
    transition: border-color 0.3s;
}

.form_input_wrapper:hover {
    border-color: #f88e04;
}

.form_input_wrapper:focus-within {
    border-color: #f88e04;
}

.form_input_wrapper.full_width {
    width: 100%;
}

.form_icon {
    width: .24rem;
    height: .24rem;
    margin-right: .1rem;
    opacity: 0.7;
    flex-shrink: 0;
}

.form_icon_textarea {
    margin-top: -.5rem;
}

.form_input {
    flex: 1;
    border: none;
    outline: none;
    font-size: .18rem;
    color: #333;
    background: transparent;
}

.form_input::placeholder {
    color: #999;
}

.form_textarea {
    flex: 1;
    border: none;
    outline: none;
    font-size: .18rem;
    color: #333;
    background: transparent;
    resize: vertical;
    min-height: .8rem;
    font-family: inherit;
}

.form_textarea::placeholder {
    color: #999;
}

.form_submit {
    display: block;
    margin: 0 auto;
    width: 2rem;
    height: .6rem;
    background: #ff6b00;
    color: #fff;
    border: none;
    border-radius: .2rem;
    font-size: .24rem;
    font-family: pr;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: .2rem;
}

.form_submit:hover {
    background: #e55d00;
}

.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;
}