/* 导航 */
.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;
}
/*  */
.Contact01{
    width: 100%;
    background: url("../img/Contactbanner.jpg") no-repeat;
    background-size: cover;
}
.Contact01_C{
    /* width: 15rem; */
    margin: auto;
    padding: .5rem .2rem;
    /* display: flex; */
    justify-content: space-between;
}
.Contact01_CL{
    width: 100%;
}
.Contact01_CR{
    width: 100%;
    padding: .2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(36 36 36 / var(--tw-bg-opacity));
    box-sizing: border-box;
    border-radius: .3rem;
    margin-top: .2rem;
}
.Contact01_CL h1{
    font-size: .45rem;
    color:#fff;
    text-transform: uppercase;
}
.Contact01_CL p{
    font-size: .27rem;
    color: #fff;
}
.Contact01_CL_UL a{
    font-size: .28rem;
    color: #fff;
    margin-top: .1rem;
    transition: all 0.5s;
    display: flex;
}
.Contact01_CL_UL a:hover{
    color: #e1ff2c;
}
.Contact01_CL_UL a svg{
    margin-right: .1rem;
}
.Contact01_CL_UL div{
    font-size: .28rem;
    color: #fff;
    margin-top: .1rem;
    display: flex;
}
.Contact01_CL_UL div svg{
    margin-right: .1rem;
}
.tab_item_form{
    padding-left: .3rem;
    padding-right: .54rem;
    padding-top: .34rem;
    padding-bottom: .3rem;
    /* background-color: #f8f8f8; */
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_form_item{
    margin-bottom: .1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    width: 100%;
}
.item_form_item span{
    font-size: .28rem;
    color: #fff;
    line-height: 2;
}
.item_form_item input, .item_form_item textarea {
    width: 100%;
    height: .7rem;
    padding: 0 .1rem;
    line-height: .7rem;
    font-size: .26rem;
    color: #999999;
    background-color: #fff;
    border-radius: .05rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    border: 1px solid #d2d2d2;
}
input, textarea{
    border: none;
    background: none;
    font-family: inherit;
    outline: none
}
.item_form_C{
    width: 100% !important;
}
.item_form_item textarea{
    height: 1.2rem !important;
}
.item_form_btn{
    width: 40%;
    height: .44rem;
    font-size: .16rem;
    color: white;
    background-color: #ed1c24;
    border-radius: 5px;
    text-transform: uppercase;
    margin: auto;
    margin-top: .2rem;
    cursor: pointer;
    border: none;
}
.Contact02{
    width: 100%;
    height: 5rem;
}
.Contact02 img{
    width: 100%;
    height: auto;
    display: block;
}
.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;
}