/* 导航 */
.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;
}
/*  */
.newsDetails01{
    width: 100%;
    background-color: #000;
}
.newsDetails01_C{
    /* width: 15rem; */
    margin: auto;
    padding: .5rem 0;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}
.newsDetails01_CL{
    width: 80%;
    margin: auto;
    margin-top: .2rem;
}
.newsDetails01_CL h1{
    font-size: .4rem;
    color: #fff;
    text-align: center;
}
.CL_Box{
    /* display: flex; */
}
.CL_BoxL{
    font-size: .25rem;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: .1rem;
}
.CL_BoxL svg{
    margin-right: .1rem;
}
.CL_BoxR{
    margin-left: .3rem;
}
.CL_BoxR p{
    color: #e1ff2c;
    margin-right: .1rem;
}
.CL_BoxR a{
    color: #fff;
}
.pc_newsDetails01_CR{
    display: none;
}
.newsDetails01_CR img{
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
    height: 4.25rem;
    width: 90%;
    margin: auto;
    display: block;
}
.newsDetails02{
    width: 100%;
    background: #fff;
}
.newsDetails02_C{
    /* width: 15rem; */
    margin: auto;
    padding: .5rem .2rem;
    /* display: flex; */
    justify-content: space-between;
}
.newsDetails02_CL{
    width: 100%;
}
.newsDetails02_CR{
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    padding:.5rem;
    box-sizing: border-box;
}
.newsDetails02_CL p{
    font-size: .26rem;
    padding: .1rem 0;
}
.newsDetails02_CL h2{
    font-size: .35rem;
    padding: .1rem 0 .15rem 0;
}
.newsDetails02_CL h3{
    font-size: .32rem;
    padding: .1rem 0 .15rem 0;
}
.newsDetails02_CL img{
    width: 100%;
    height: auto;
    display: block;
}
.newsDetails02_CL ul{
    margin-top: .2rem;
    padding-left: .3rem;
    list-style-type: disc;
}
.newsDetails02_CL ul li{
    font-size: .22rem;
}
.newsDetails02_CL ul li::marker {
    color: var(--tw-prose-bullets);
}
.CR_TT{
    font-size: .38rem;
    font-family: pb;
    margin-bottom: .2rem;
}
.newsDetails02_CR ul li{
    width: 100%;
    height: .7rem;
    border-radius: .5rem;
    background-color: #000;
    text-align: center;
    margin-bottom: .1rem;
}
.newsDetails02_CR ul li a{
    color: #fff;
    line-height: .7rem;
    font-size: .26rem;
    display: block;
}
.CL_Box02{
    width: 100%;
    padding: .3rem;
    box-sizing: border-box;
    background-color: #000;
    /* display: flex; */
    margin: .2rem 0;
}
.CL_Box02L{
    width: 100%;
}
.CL_Box02R{
    width: 100%;
    /* border-left: .01rem solid #fff; */
}
.CL_Box02L h1{
    font-size: .42rem;
    color: #fff;
    width: 95%;
    text-align: center;
}
.CL_Box02L p{
    font-size: .26rem;
    color: #fff;
    width: 95%;
    text-align: center;
}
.CL_Box02R div{
    width: 100%;
    height: 100%;
    padding:0 .2rem;
    box-sizing: border-box;
}
.CL_Box02R div p{
    font-size: .25rem;
    color: #fff;
    text-align: center;
    margin-top: .3rem;
}
.CL_Box02R div a{
    display: block;
    width: 100%;
    background: #e1ff2c;
    font-size: .25rem;
    text-align: center;
    height: .7rem;
    line-height: .7rem;
    color: #000;
    margin-top: .2rem;
}
.newsDetails03{
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.newsDetails03_C{
    /* width: 15rem; */
    margin: auto;
    padding: .5rem .2rem;
}
.newsDetails03_CTT{
    font-size: .35rem;
    text-align: center;
    color: #000;
}
.News02_C_UL{
    /* display: flex; */
    justify-content: space-between;
    margin-top: .3rem;
}
.News02_C_Li{
    width: 100%;
    margin-top: .2rem;
}
.News02_C_Li img{
    width: 100%;
    display: block;
}
.News02_C_Li h4{
    font-size: .38rem;
    color: #000;
    margin: .2rem 0;
}
.News02_C_Li p{
    font-size: .28rem;
    color: #000;
}
.News02_C_Li_Msg{
    font-size: .25rem;
    color: #000;
    padding: .1rem 0;
}
.News02_C_Li a{
    font-size: .28rem;
    color: #fff;
    background-color: #000;
    display: block;
    width: 4rem;
    height: .7rem;
    text-align: center;
    line-height: .7rem;
    transition: all .3s;
    margin-top: .2rem;
}
.News02_C_Li a:hover{
    color: #e1ff2c;
}
.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: .3rem;
    color: #fff;
    text-align: center;
}
.News03_C a{
    font-size: .25rem;
    color: #000;
    background: #fff;
    text-align: center;
    margin: auto;
    margin-top: .3rem;
    cursor: pointer;
    transition: all .3s;
    border: .01rem solid #fff;
    display: block;
    width: 75%;
    width: 4rem;
    height: .6rem;
    line-height: .6rem;
}
.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;
}