.Yd_navBox {
    display: none;
}

.homeBox {
    width: 100%;
    position: relative;
}

.navBox {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1000;
}

.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%;
    margin: 0 auto;
    background: url(../img/new-banner.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

.new_banner .new_img {
    width: 16rem;
    height: 8.52rem;
    margin: 0 auto;
}

.new_list {
    width: 100%;
    height: auto;
    margin: 0 auto .3rem;
    padding-bottom: .6rem;
    background: #f3f3f3;
}

.new_list .new_listCenter {
    width: 16rem;
    height: auto;
    min-height: 18rem;
    background: #fff;
    margin: 0 auto;
    border-radius: 0.3rem;
    position: relative;
    margin-top: -7.2rem;
    padding-bottom: 0.5rem;
    z-index: 10;
}

.new_list .new_listTop {
    width: 10rem;
    margin: initial;
    margin-bottom: 0.2rem;
}

.backBtn {
    font-size: 0.22rem;
    padding-top: 0.5rem;
    line-height: 0.6rem;
    color: #000;
}

.backBtnImg {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.1rem;
    float: left;
    margin-left: 0.5rem;
    margin-right: 0.1rem;
}

.backBtn a {
    color: #000;
}

.new_list .new_listTop h2 {
    font-size: 0.32rem;
    text-align: left;
    width: 92%;
    padding-top: 0.29rem;
    padding-left: 0.58rem;
    font-family: pb;
    padding-bottom: 0.2rem;
    line-height: 0.42rem;
}

.new_time {
    width: 100%;
    height: 0.3rem;
    color: #666;
    padding-left: 0.58rem;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
}

.new_time>img {
    width: .3rem;
    height: .3rem;
}

.new_time div {
    width: 100%;
    font-size: .2rem;
    line-height: 1;
    color: #666;
    font-family: pr;
    margin-left: .1rem;
}

.new_content {
    width: 10rem;
    height: auto;
    margin-left: 0.575rem;
    font-size: 0.2rem;
    line-height: 0.42rem;
    color: #666;
    font-family: 'p';
    padding-top: 0.3rem;
    white-space: normal;
    word-wrap: break-word;
    border-top: 0.01rem dashed;
}

.new_Text {
    margin: 0.2rem 0;
}

.new_cImg {
    margin: 0.2rem 0;
}

.new_cImg img {
    width: 100%;
    height: auto;
}

.new_cImgT {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_cImgT img {
    width: 49%;
}

.new_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_buttonL,
.new_buttonR {
    width: 5rem;
    height: 1.9rem;
    background-color: #f88e04;
    padding: .2rem;
}

.new_buttonL {
    color: #fff;
    background-color: #f88e04;
}

.new_buttonR {
    color: #000;
    background-color: #f5f5f7;
    margin-left: .3rem;
}

.new_buttonT {
    font-family: pb;
    font-size: 0.24rem;
    cursor: pointer;
    border-bottom: 0.5px solid #fff;
    padding-bottom: .06rem;
}

.new_buttonB {
    font-size: .2rem;
    padding: .1rem 0;
    cursor: pointer;
}

.new_rightBox {
    width: 3.85rem;
    height: 14.4rem;
    position: absolute;
    right: 6%;
    top: 3.43rem !important;
    z-index: 9999999;
}

.new_rtitle {
    width: 3.85rem;
    height: 0.83rem;
    line-height: 0.83rem;
    text-align: center;
    font-size: 0.26rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    margin: 0 auto;
    left: 0.05rem;
    position: relative;
    top: 0.06rem;
    z-index: 999999;
}

.new_rtitle img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
}

.new_Rlist {
    width: 3.85rem;
    height: auto;
    z-index: 9999;
    margin: 0 auto;
    position: absolute;
    background: #fff;
    border: 0.01rem dashed #ebebeb;
    top: 0.05rem;
    left: 0.04rem;
}

.new_Rlist ul {
    width: 3.85rem;
    /* height: 10.46rem; */
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    flex-wrap: wrap;
    padding-top: 0.6rem;
}

.new_Rlist ul li {
    width: 3.47rem;
    height: 3rem;
    background: #fff;
    margin-top: 0.2rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.new_Rlist_img {
    width: 3.47rem;
    height: 2.49rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.new_Rlist ul li:hover .new_Rlist_img {
    transform: scale(1.05);
}

.new_Rlist ul a {
    display: block;
    transition: all 0.3s ease;
    color: #666;
    text-decoration: none;
}

.new_Rlist ul a:hover {
    color: #f88e04;
    text-decoration: underline;
}

.new_Rlist ul li h3 {
    width: 3.47rem;
    height: 0.52rem;
    font-size: 0.2rem;
    text-align: center;
    color: #666666;
    line-height: 0.52rem;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0.2rem;
    overflow: hidden;
    font-family: p !important;
    transition: color 0.3s ease;
}

.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;
}