/* 导航 */
.Yd_navBox{
    display: none;
}
.navBox{
    background-color: #000;
}
.Pc_navBox_T{
    display: none;
    width: 100%;
    height: .52rem;
    background: linear-gradient(90deg, #000 0 70%, #e1ff2c 70% 100%);
}
.Pc_navBox_TC{
    width: 15rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navBox_TC_right{
    float: right;
    height: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 .2rem;
    width: 5rem;
    background-color: rgb(225 255 44 / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
}
.navBox_BC_item a{
    font-size: .18rem;
    line-height: .52rem;
    color: #fff;
    display: block;
    cursor: pointer;
    padding: 0 .2rem;
}
.navBox_BC_item a:hover{
    color: #f0e62d;
    --tw-text-opacity:1;
}
.custom-clip {
    clip-path: polygon(1% 0, 100% 0, 100% 100%, 1% 100%, 0 50%);
}
.Pc_navBox_B{
    width: 100%;
}
.Pc_navBox_BC{
    width: 15rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .8rem;
}
.navBox_BC_item{
    display: flex;
    height: 100%;
    align-items: center;
}
.navBox_BC_itemLi{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.navBox_BC_itemLi a{
    font-size: .18rem;
    color: #fff;
    display: block;
}
.Pc_navBox_BC img{
    padding: .15rem 0;
}
.navBox_BC_itemLi .BC_itemLi_Icon{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    width: .3rem;
    height: .15rem;
    transform: translate(72%);
    margin-top: .1rem;
    position: absolute;
    top: .5rem;
    left: .2rem;
    display: none;
}
.navBox_BC_itemLi .BC_itemLi_list{
    display: none;
    position: absolute;
    background: #fff;
    width: auto !important;
    top: .75rem;
    z-index: 999;
    line-height: 3.2;
    right: -1rem;
    z-index: 1;
}
.navBox_BC_itemLi:hover .BC_itemLi_list{ 
    display: flex;
}
.navBox_BC_itemLi:hover .BC_itemLi_Icon{ 
    display: block;
}
.itemLi_listL{
    display: flex;
    padding: .2rem;
}
.itemLi_listL1{
    padding:  0 .2rem;
    min-width: 3.5rem;
}
.itemLi_listL .itemLi_listL1 a{
    font-size: .2rem;
    color: #000;
    line-height: .3rem;
    margin-top: .1rem;
}
.itemLi_listL .itemLi_listL1 a.on{
    color: #6e6969;
}
.itemLi_listR{
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / var(--tw-bg-opacity));
    padding:.2rem;
}
.itemLi_listR .listR_pic{
    background-color: #fff;
    padding: .2rem;
    width: 1.5rem;
    height: 1rem;
}
.itemLi_listR .listR_pic img{
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
}
.itemLi_listR .listR_TT{
    font-size: .2rem;
    font-family: pb;
    line-height: .32rem;
    display: none;
}
.itemLi_listR .listR_TTMsg{
    font-size: .16rem;
    line-height: .28rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; 
    display: none;
}
.itemLi_listR .itemLi_listRC{
    width: 100%;
    display: none;
}
.itemLi_listR .itemLi_listRC.on {
    display: block;
}
/*  */
.Contact01{
    width: 100%;
    background: url("../img/Contactbanner.jpg") no-repeat;
    background-size: cover;
}
.Contact01_C{
    width: 15rem;
    margin: auto;
    padding: .5rem 0;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.Contact01_CL{
    width: 45%;
    margin-top: .5rem;
}
.Contact01_CR{
    width: 45%;
    padding: .2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(36 36 36 / var(--tw-bg-opacity));
    box-sizing: border-box;
    border-radius: .3rem;
}
.Contact01_CL h1{
    font-size: .4rem;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: .3rem;
}
.Contact01_CL p{
    font-size: .17rem;
    line-height: 0.28rem;
    color: #fff;
    margin-bottom: .5rem;
}
.Contact01_CL_UL a{
    font-size: .18rem;
    color: #fff;
    margin-top: .2rem;
    line-height: 0.3rem;
    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: .18rem;
    color: #fff;
    line-height: 0.26rem;
    margin-top: .2rem;
    display: flex;
}
.Contact01_CL_UL div svg{
    margin-right: .1rem;
}
.tab_item_form{
    padding-top: .2rem;
    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: 49%;
}
.item_form_item span{
    font-size: .16rem;
    color: #fff;
    line-height: .3rem;
}
.item_form_item input, .item_form_item textarea {
    width: 100%;
    height: .44rem;
    padding: 0 .1rem;
    line-height: .44rem;
    font-size: .14rem;
    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: .6rem !important;
}
.item_form_btn{
    width: 40%;
    height: .44rem;
    font-size: .16rem;
    color: #000;
    background-color: #e1ff2c;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: .2rem;
    cursor: pointer;
    border: none;
}
.Contact02{
    width: 100%;
    height: 7rem;
}
.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;
}
.News03_C a{
    font-size: .2rem;
    color: #000;
    background: #fff;
    text-align: center;
    padding: .1rem .2rem;
    margin-right: .1rem;
    cursor: pointer;
    transition: all .3s;
    border: .01rem solid #fff;
}
.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 0;
}
.footer_TC_Ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer_TC_Li{
    width: 22%;
}
.footer_TC_Li1{
    width: 44%;
    display: flex;
    align-items: center;
}
.footer_TC_Li1img{
    display: block;
    width: 1.28rem;
    height: .95rem;
}
.footer_TC_Li2{
    margin-left: .5rem;
    width: 65%;
}
.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: .23rem;
    color: #fff;
    margin-bottom: .2rem;
}
.footer_TC_Li a,.footer_TC_Li p{
    font-size: .18rem;
    color: #ccc;
    display: block;
    margin-top: .1rem;
    font-weight: 400;
    line-height: 0.26rem;
}
.footer_TC_Li p a{
    font-size: .19rem;
    display: block;
    margin-top: 0;
}
.footer_TC_Li p{
    display: flex;
    align-items:flex-start;
}
.footer_TC_Li p img{
    display: block;
    width: .2rem;
    height: .2rem;
    padding-top: .05rem;
    margin-right:.05rem ;
}
.footer_TC_Li a:hover{
    color: #928f8f;
}