/* 导航 */
.navBox{
    background-color: #000;
}
.Pc_navBox{
    display: none;
}
.Yd_navBox{
    width: 100%;
    position: relative;
}
.Yd_navBox_T{
    width: 100%;
    height: 1rem;
    display: flex;
    padding: .1rem;
    box-sizing: border-box;
    justify-content: space-between;
    border-bottom: .01rem solid #fff;
}
.navBox_TBtn{
    width: .7rem;
    height: .7rem;
    cursor: pointer;
    background: inherit;
    border: none;
}
.navBox_TBtn span{
    display: block;
    width: 70%;
    border-radius: .03rem;
    height: .05rem;
    background: #fff;
    transition: all .3s;
    position: relative;
    margin: 0 auto;
    margin-top: .1rem;
}
.on span:first-child{
    margin-top:0;
    animation: top-2 .5s ease forwards;
}
.on span:nth-child(2){
    animation: scaled-2 .5s ease forwards;
}
.on span:last-child{
    animation: bottom-2 .5s ease forwards;
}
.on1 span:first-child{
    margin-top:0;
    animation: top .5s ease forwards;
}
.on1 span:nth-child(2){
    animation: scaled .5s ease forwards;
}
.on1 span:last-child{
    animation: bottom .5s ease forwards;
}
@keyframes top-2{
    from {
        transform: rotate(0deg);
        top: 0px;
    }
    to {
        transform: rotate(45deg);
        top: 9px;
    }
}
@keyframes scaled-2{
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}
@keyframes bottom-2{
    from {
        transform: rotate(0deg);
        bottom: 0px;
    }
    to {
        transform: rotate(135deg);
        bottom: 9px;
    }
}
@keyframes top{
    from {
        transform: rotate(45deg);
        top: 9px;
    }
    to {
        transform: rotate(0deg);
        top: 0px;
    }
}
@keyframes scaled{
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@keyframes bottom{
    from {
        transform: rotate(135deg);
        bottom: 9px;
    }
    to {
        transform: rotate(0deg);
        bottom: 0px;
    }
}
.Yd_navBox_B{
    width: 100%;
    background-color: #000;
    padding: 0;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 9;
}
/* .navBox_BT_Ul{
    background-color: #000;
} */
.navBox_BT_Li{
    width: 100%;
    text-align: center;
}
.BT_Li_A{
    display: block;
    color: #fff;
    line-height: 2.5;
    font-size: .3rem;
}
.BT_Li_Achild{
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    height: 0;
    overflow: hidden;
}
.BT_Li_Achild a{
    display: block;
    color: #000;
    line-height: 2.5;
    font-size: .3rem;
}
.navBox_BT_UlY{
    --tw-bg-opacity: 1;
    background-color: rgb(225 255 44 / var(--tw-bg-opacity));
    padding: .2rem;
    box-sizing: border-box;
    margin-top: .2rem;
}
.navBox_BT_UlY a{
    display: block;
    color: #000;
    line-height: 2;
    font-size: .3rem;
    text-align: center;
}
/*  */
.News01{
    width: 100%;
}
.News01 img{
    display: block;
    width: 100%;
    height: 100%;
}
.bannerPC_img{
    display: none !important;
}
.News02{
    width: 100%;
    background-color: #fff;
}
.News02_C{
    /* width: 15rem; */
    margin: auto;
    padding: .5rem 0;
}
.News02_C_UL{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 .3rem;
}
.News02_C_Li{
    width: 100%;
    margin-top: .2rem;
}
.News02_C_Li img{
    width: 100%;
    display: block;
}
.News02_C_Li h4{
    font-size: .3rem;
    color: #000;
    margin: .2rem 0;
}
.News02_C_Li p{
    font-size: .24rem;
    color: #000;
}
.News02_C_Li_Msg{
    font-size: .22rem;
    color: #000;
    padding: .1rem 0;
}
.News02_C_Li a{
    font-size: .25rem;
    color: #fff;
    background-color: #000;
    display: block;
    width: 3.5rem;
    height: .6rem;
    text-align: center;
    line-height: .6rem;
    transition: all .3s;
    margin-top: .2rem;
}
.News02_C_Li a:hover{
    color: #e1ff2c;
}
.News02_page{
    width: 100%;
    margin-top: .3rem;
    display: flex;
    justify-content: center;
}
.page_item{
    width: .6rem;
    height: .6rem;
    font-size: .3rem;
    color: #fff;
    background: #000;
    text-align: center;
    line-height: .6rem;
    margin-right: .1rem;
    cursor: pointer;
    transition: all .3s;
}
.page_item.on,.page_item:hover{
    background: #e1ff2c;
    color: #000;
}
.News03{
    width: 100%;
    background-color: #000;
}
.News03_C{
    /* width: 15rem; */
    margin: auto;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0;
}
.News03_CMsg{
    font-size: .34rem;
    color: #fff;
    text-align: center;
}
.News03_C a{
    font-size: .25rem;
    color: #000;
    background: #fff;
    text-align: center;
    padding: .1rem .2rem;
    cursor: pointer;
    transition: all .3s;
    border: .01rem solid #fff;
    width: 50%;
    margin: auto;
    display: block;
    margin-top: .3rem;
}
.News03_C a:hover{
    color: #fff;
    background: #000;
}


/*  */
.footer_T{
    width: 100%;
    background: url("../img/Home_Footer.jpg") no-repeat;
    background-size: cover;
}
.footer_TC{
    /* width: 15rem; */
    margin: auto;
    padding: .5rem .3rem;
    box-sizing: border-box;
}
.footer_TC_Ul{
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
}
.footer_TC_Li{
    width: 100%;
    margin-bottom: .3rem;
}
.footer_TC_Li1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.footer_TC_Li1img{
    display: block;
    width: 1.28rem;
    height: .95rem;
}
.footer_TC_Li2{
    margin-left: .5rem;
    width: 100%;
}
.footer_TC_Li2 p{
    font-size: .14rem;
    color: #fff;
}
.footer_TC_Li2 img{
    display: block;
    border-radius: .1rem;
    margin-top: .3rem;
    width: 100%;
    /* height: 1.26rem; */
}
.TC_Li_TT{
    font-size: .3rem;
    color: #fff;
    margin-bottom: .2rem;
}
.footer_TC_Li a,.footer_TC_Li p{
    font-size: .25rem;
    color: #fff;
    display: block;
    margin-top: .1rem;
    font-family: p;
}
.footer_TC_Li p a{
    font-size: .25rem;
    display: block;
    margin-top: 0;
}
.footer_TC_Li p{
    display: flex;
    align-items:flex-start;
}
.footer_TC_Li p img{
    display: block;
    width: .4rem;
    height: .4rem;
    padding-top: .05rem;
    margin-right:.05rem ;
}
.footer_TC_Li a:hover{
    color: #928f8f;
}