.homeBox {
    display: none;
}

.Yd_navBox {
    width: 100%;
    z-index: 100;
    height: .8rem;
    background: #fff;
    position: fixed;
    margin: auto 0;
    display: flex;
    transition: all 0.5s linear;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.Yd_navBox .Yd_navBox_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .3rem;
}

.Yd_navBox .Yd_navBox_img>img {
    width: 1.60rem;
    height: .46rem;
}

.Yd_navBox .Yd_navBox_imgicon>img {
    width: .56rem;
    height: .56rem;
    display: block;
}

.Yd_navBox .Yd_navBox_Details {
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s linear;
}

.Yd_navBox .Yd_navBox_Details>div {
    text-align: right;
    font-size: .48rem;
    padding: .2rem .3rem .2rem 0;
    color: #666;
    cursor: pointer;
}

.Yd_navBox .Yd_navBox_DetailsUl {
    padding: 0 .3rem;
}

.Yd_navBox .Yd_navBox_DetailsUl>li {
    width: 100%;
    padding: .25rem 0;
    font-size: .26rem;
    line-height: .5rem;
    border-bottom: 1px solid #f0f0f0;
}

.Yd_navBox .Yd_navBox_DetailsUl>li:last-child {
    border-bottom: none;
}

.Yd_navBox .Yd_navBox_DetailsUl>li a {
    color: #333;
    display: block;
    transition: color 0.3s;
    cursor: pointer;
}

.Yd_navBox .Yd_navBox_DetailsUl>li a:hover,
.Yd_navBox .Yd_navBox_DetailsUl>li a:active {
    color: #f88e04;
}

/* 导航选中状态 */
.Yd_navBox .Yd_navBox_DetailsUl>li.active>a {
    color: #f88e04;
    font-weight: bold;
}

.Yd_navBox .Yd_navBox_DetailsUl>li.has_submenu.active-parent>a {
    color: #f88e04;
    font-weight: bold;
}

.Yd_navBox .submenu_list li.active a {
    color: #f88e04;
    font-weight: bold;
}

/* 二级菜单样式 */
.Yd_navBox .Yd_navBox_DetailsUl>li.has_submenu {
    height: auto;
}

.submenu_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.submenu_link {
    flex: 1;
    color: #333;
    display: block;
    transition: color 0.3s;
    cursor: pointer;
}

.submenu_link:hover,
.submenu_link:active {
    color: #f88e04;
}

.submenu_arrow {
    font-size: .2rem;
    transition: transform 0.3s;
    display: inline-block;
    cursor: pointer;
    padding: .15rem .5rem;
    margin-left: auto;
    min-width: .6rem;
    text-align: center;
    color: #f88e04;
}

.submenu_arrow.active {
    transform: rotate(180deg);
}

.Yd_navBox .submenu_list {
    display: none;
    padding-left: .3rem;
    margin: 0;
}

.Yd_navBox .submenu_list li {
    width: 100%;
    height: auto;
    padding: .25rem 0;
    font-size: .26rem;
    line-height: .4rem;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}

.Yd_navBox .submenu_list li:last-child {
    border-bottom: none;
}

.Yd_navBox .submenu_list li a {
    color: #333;
}

.Yd_navBox .submenu_list li a:hover,
.Yd_navBox .submenu_list li a:active {
    color: #f88e04;
}

.Yd_navBox .Yd_navBox_DetailsUl>li.has_submenu.active .submenu_list {
    display: block;
}


.Nav_top {
    width: 100%;
    height: .7rem;
    position: absolute;
    top: 0;
    z-index: 10;
}

.new_banner {
    width: 100%;
    height: 10rem;
    margin: 0 auto;
    background: url(../img/new-yd-banner.png) no-repeat;
    background-size: 100% 100%;
}

.new_list {
    width: 100%;
    margin: 0 auto;
    background: #f3f3f3;
    position: relative;
    padding-bottom: .8rem;
}

.new_list .new_listContent {
    width: 7rem;
    background: #fff;
    margin: 0 auto;
}

.new_list .new_listContent ul {
    width: 7rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.new_list .new_listContent ul li {
    width: 7rem;
    height: auto;
    border-bottom: 0.01rem dashed #cacaca;
}

.new_left {
    width: 6.43rem;
    height: 3.63rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0.41rem;
}

.new_left img {
    width: 6.43rem;
    height: 3.63rem;
    transition: 0.4s;
}

.new_right {
    width: 7rem;
    height: auto;
    padding-bottom: 0.4rem;
}

.new_right h2 {
    width: 6.5rem;
    height: auto;
    text-align: left;
    font-size: 0.3rem;
    line-height: 0.36rem;
    font-family: pb;
    margin: 0 auto;
    font-weight: 600;
    padding-top: 0.38rem;
    color: #000;
}

.new_rightTime {
    width: 100%;
    display: flex;
    align-items: center;
    padding: .3rem .3rem .1rem;
}

.new_rightTime>img {
    width: .4rem;
    height: .4rem;
}

.new_rightTime div {
    width: 100%;
    font-size: .26rem;
    color: #666;
    font-family: pr;
    margin-left: .1rem;
}

.new_rightMsg {
    width: 6.5rem;
    height: auto;
    font-size: 0.26rem;
    line-height: 1.8;
    text-align: left;
    color: #666;
    margin: 0 auto;
    font-family: p;
    padding-bottom: 0.26rem;
    padding-top: 0.17rem;
}

.new_btn {
    width: 2.7rem;
    height: 0.75rem;
    background: #f88e04;
    color: #fff;
    text-align: center;
    line-height: 0.75rem;
    font-size: 0.26rem;
    font-family: pb;
    font-weight: 600;
    cursor: pointer;
    margin-left: 0.3rem;
}

.readMore {
    color: #fff;
}

.new_btn a:hover {
    text-decoration: underline;
}

.pc_foot {
    display: none;
}

.yd_foot {
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
    background: #333;
}

.yd_foot .yd_footContent {
    width: 7.5rem;
    margin: 0 auto;
    background: #333333;
}

.yd_foot .yd_footTop {
    width: 7rem;
    height: 1.7rem;
    margin: 0 auto;
    border-bottom: 0.02rem solid #666;
}

.yd_foot .yd_footTop span {
    font-size: 0.35rem;
    color: #fff;
    font-family: bar;
    font-weight: 600;
    line-height: 1.7rem;
    text-align: left;
}

.yd_foot .yd_footCenter {
    width: 7rem;
    height: auto;
    margin: 0 auto;
    border-bottom: 0.02rem solid #666;
}

.yd_foot .yd_footCenter ul {
    width: 7rem;
    margin: 0 auto;
    padding-bottom: 0.3rem;
}

.yd_foot .yd_footCenter li {
    width: 6.9rem;
    height: 3.85rem;
    margin: .3rem 0 0 .2rem;
}

.yd_foot .yd_footCenter ul li div {
    line-height: 0.48rem;
    font-size: 0.24rem;
    font-family: p;
    text-align: left;
    color: #a0a0a0;
    font-weight: 500;
}

.yd_foot .yd_title a {
    color: #fff;
    font-weight: 600;
    font-family: pb;
    opacity: 1;
    font-size: 0.36rem;
    padding-bottom: 0.2rem;
    margin-top: 0.3rem;
}

.yd_foot .yd_qr {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #a0a0a0;
    font-size: 0.24rem;
    margin-top: -.3rem;
}

.yd_foot .qr_item {
    text-align: center;
}

.yd_foot .qr_item img {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.1rem;
    border: 1px solid #ddd;
    padding: 0.05rem;
}

.yd_foot .footer_B {
    width: 7.5rem;
    line-height: 1.8rem;
    font-size: 0.22rem;
    color: #fff;
    opacity: 1;
    margin: 0 auto;
    text-align: center;
}