.Yd_navBox {
    display: none;
}

.navBox {
    width: 100%;
    display: block !important;
}

.navBox .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);
}

.navBox .Nav_topContent {
    width: 14rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
}

.navBox .Nav_topContent>img {
    width: 1.6rem;
    height: .5rem;
}

.navBox .navUl {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.navBox .header_phone {
    display: flex;
    align-items: center;
}

.navBox .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;
}

.navBox .header_phone a:hover {
    background: #f88e04;
}

.navBox .header_phone a img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
}

.navBox .navLi {
    height: 100%;
    line-height: 0.7rem;
    position: relative;
}

/* 鼠标悬浮时显示二级菜单 */
.navBox .navLi:hover .nav_menuTwo {
    display: block;
}

/* 二级菜单 */
.navBox .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;
}

.navBox .nav_menuTwo ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.navBox .nav_menuTwo ul li {
    text-align: center;
}

.navBox .nav_menuTwo ul li a {
    display: block;
    width: 2rem;
    transition: all 0.3s ease;
}

.navBox .nav_menuTwo ul li a:hover {
    color: #fff;
}

.navBox .product_span {
    display: block;
    width: 2.5rem;
    line-height: .3rem;
    margin-top: .2rem;
    font-size: .18rem;
    font-family: pr;
    font-weight: 400;
    color: #333;
}

.navBox .product_span:hover {
    color: #e99740;
}

.navBox .nav_productICon {
    width: 2.5rem;
    height: 2rem;
}

.navBox .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;
}

.navBox .navLi .navLi_a:after {
    content: '';
    width: 0;
    height: .03rem;
    transition: all 0.3s;
    background: #f88e04;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30%;
}

.navBox .navLi:hover .navLi_a:after {
    width: 60%;
}

.navBox .navLi:hover .navLi_a {
    color: #f88e04;
}

.navBox .navLi.on .navLi_a:after {
    width: 60% !important;
}

.navBox .navLi.on .navLi_a {
    color: #f88e04;
}

.new_banner {
    width: 100%;
    height: 7rem;
    margin: 0 auto;
    background: url(../img/new-banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.new_list {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}

.new_list .new_listContent {
    width: 16rem;
    height: auto;
    background: #fff !important;
    margin: 0 auto;
    margin-top: -1rem;
    border-radius: 0.3rem;
    left: 1.6rem;
    top: 6.5rem;
    box-shadow: 0px 0px 6px #aaa;
}

.new_list .new_listContent ul {
    width: 14.4rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    margin: 0 auto;
}

.new_list .new_listContent ul li {
    width: 14.4rem;
    height: 5.26rem;
    border-bottom: 0.01rem dashed #cacaca;
}

.new_left {
    width: 6.43rem;
    height: 3.63rem;
    float: left;
    overflow: hidden;
    margin-top: 0.81rem;
}

.new_left img {
    transition: transform 0.3s ease;
}

.new_left:hover img {
    transform: scale(1.05);
}

.new_right {
    width: 7.5rem;
    height: auto;
    float: right;
}

.new_right h2 {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.26rem;
    line-height: 0.36rem;
    font-family: pb;
    font-weight: 600;
    padding-top: 1.18rem;
    color: #000;
}

.new_rightTime {
    width: 100%;
    display: flex;
    align-items: center;
    padding: .3rem 0 .2rem;
}

.new_rightTime>img {
    width: .3rem;
    height: .3rem;
}

.new_rightTime div {
    width: 100%;
    font-size: 0.2rem;
    line-height: 1;
    color: #666;
    font-family: pr;
    margin-left: .1rem;
}

.new_rightMsg {
    width: 100%;
    height: auto;
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: left;
    color: #666;
    font-family: p;
    padding-bottom: .5rem;
}

.new_btn {
    width: 1.7rem;
    height: 0.5rem;
    background: #f88e04;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.18rem;
    font-family: pb;
    font-weight: 600;
    cursor: pointer;
}

.new_btn:hover a {
    text-decoration: underline;
}

.readMore {
    color: #fff;
}

.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;
}