/* 导航 */
.navBox{
    background-color: #000;
}
.Pc_navBox{
    display: none;
}
.Yd_navBox{
    width: 100%;
    position: relative;
}
.d02_ct1{
    width: 100%;
    height: 7rem !important;
    margin: 0 auto;
    display: none;
}
.Prod02_CT{
    display: none;
}
.d02_ct2{
    width: 100%;
    height: 6rem;
}
.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;
}
/*  */
.Prod01{
    width: 100%;
    height: 12rem;
    position: relative;
}
.Prod01 img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.Prod01ImgPC{
    display: none !important;
}
.Prod01Btn{
    position: absolute;
    display: flex;
    bottom: 0.2rem;
    left: 10%;
    transform: translate(0,-50%);
}
.headerImg_Btn1{
    /* padding: .1rem .6rem; */
    color: #fff;
    font-size: .3rem;
    margin-right: .2rem;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.headerImg_Btn1:first-child{
    background: url("../img/Prd02.png") no-repeat;
    background-size: 100%;
    width: 3rem;
    height: .8rem;
    line-height: .9rem;
    color: #f0e62d;
}
.headerImg_Btn1:last-child{
    background: url("../img/Prd03.png") no-repeat;
    background-size: 100%;
    width: 3rem;
    height: .8rem;
    line-height: .5rem;
    margin-top: .2rem;
    color: #000;
}
/*  */
.Prod02{
    width: 100%;
    background: url("../img/Prd01.jpg") no-repeat;
    background-size: cover;
    padding: .5rem .2rem;
    box-sizing: border-box;
}
.Prod02_C{
    /* width: 15rem; */
    margin: auto;
}
.Prod02_CT{
    width: 100%;
    height: 7rem;
    margin-bottom: .3rem;
}
.Prod02_CP{
    font-size: .28rem;
    color: #666666;
}
/*  */
.Prod03{
    background: url("../img/FeatBk.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    padding: .5rem .2rem;
    box-sizing: border-box;
}
.Prod03_C{
    /* width: 15rem; */
    margin: auto;
}
.Prod03_CT{
    font-size: .5rem;
    text-align: center;
    color: #333333;
    font-family: pb;
}
.Prod03_CP{
    font-family: p;
    font-size: .28rem;
    color: #999999;
    text-align: center;
}
.Prod03_CUL{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
    margin-top: .5rem;
}
.Prod03_CLI{
    width:100%;
    margin-bottom: .2rem;
}
.Prod03_CLIimg{
    width: 1rem;
    height: 1rem;
    display: block;
    margin: auto;
}
.Prod03_CLIT{
    font-size: .3rem;
    text-align: center;
    color: #333333;
    font-family: pm;
    margin: .2rem 0 .1rem 0;
}
.Prod03_CLIP{
    font-size: .25rem;
    color: #666666;
    font-family: p;
    width: 75%;
    margin: auto;
    text-align: center;
}
.Prod03_CLILine{
    border: .01rem solid #c5c5c5;
    height: .62rem;
    margin-bottom: .3rem;
    display: none;
}
.Prod03_Btn{
    display: flex;
    justify-content: center;
    margin-top: .2rem;
}
.Prod03_Btn1{
    font-size: .3rem;
    color: #f0e62d;
    background: linear-gradient(to right , #000 60%, rgba(0,0,0,.6));
    height: .4rem;
    line-height: .4rem;
    padding: 0.1rem .4rem;
    cursor: pointer;
    border-radius: .03rem;
    margin-right: .3rem;
}
.Prod03_Btn1:last-child{
    background: transparent;
    border: .01rem solid #000;
    color: #000;
    margin-right: 0;
}
.Prod04Box{
    width: 100%;
    background: url("../img/About03img.jpg") no-repeat #fff;
    background-position:0 50%;
    background-size: 100%;

}
.Prod04Box01{
    /* width: 15rem; */
    margin: auto;
    padding: .5rem 0;
}
.tableBox{
    width: 100%;
    margin-top: .5rem;
    /* border-radius: .25rem; */
    /* overflow: hidden; */
}
.tableBox table tr:nth-of-type(1) {
    height: 0.52rem !important;
    background: #1c1c1c !important;
    font-size: 0.25rem;
    line-height: 0.52rem !important;
}
.tableBox table tr:nth-of-type(1) td{
    color:#f5ec00 !important;
    height: .8rem !important;
}
.tableBox table tr {
    height: 0.52rem !important;
    line-height: 0.52rem !important;
    background: #000000 ;
}
.tableBox table tr:nth-of-type(odd) {
    background: #0c0c0c  !important;
}
.tableBox table tr td {
    /* border: 0.01rem solid #474747; */
    color: #9a9a9a;
}
.tableBox table tr td:first-child {
    color: #fff;
}
.tableBox table {
    margin: auto;
    width: 100%;
    height: auto;
    border-collapse: collapse;
    text-align: center;
    /* background: #fff; */
    font-size: 0.25rem;
    border-radius: .25rem;
    font-family: p;
}
.Prod04Box02{
    /* width: 15rem; */
    margin: auto;
    padding: .5rem .2rem;
    box-sizing: border-box;
}
.Prod04Box02 .Prod03_CP{
    width: 100%;
    margin: auto;
}
.Prod04Box02_swiper{
    margin-top: .5rem;
    position: relative;
    height: 100%;
}
.Prod04Box02_swiper .swiper {
    width: 100%;
    height: 100%;
}
.Prod04Box02_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.Prod04Box02_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Prod04Box02_swiper .swiper {
    width: 100%;
    /* height: 300px; */
    margin: 20px auto;
    padding-top: .8rem;
}
.Prod04Box02_swiper .append-buttons {
    text-align: center;
    margin-top: 20px;
}
.Prod04Box02_swiper .append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}
.swiper_slideImg{
    width: 100%;
    height: 9rem;
    position: relative;
}
.swiper_slideImg .swiper_slideImg1{
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
}
.swiper_slideImg .swiper_slideImg2{
    position: absolute;
    width: 1rem !important;
    display: block;
    height: 1rem !important;
    bottom: .5rem;
    left: .5rem;
    cursor: pointer;
}
.swiper_slideMsg{
    width: 100%;
    height: 1.34rem;        
    background: linear-gradient(to right, rgba(0, 0, 0, .6), #000 60%);
    padding-top: .3rem;
    box-sizing: border-box;
}
.swiper_slideMsg p{
    font-size: .3rem;
    color: #fff;
}
.Prod04Box02_swiper .swiper-button-next,.Prod04Box02_swiper .swiper-button-prev{
    font-size: .4rem;
    border: .01rem solid #999999;
    padding: .02rem .2rem;
    position: absolute;
    top: 0 !important;
}
.Prod04Box02_swiper .swiper-button-prev{
    left: 71%;
}
.swiper_Msg{
    font-size: .28rem;
    font-family: p;
    color:#666666;
    position: absolute;
    top: 0;
    left: 0;
}
.Prod05{
    width: 100%;
    background: url("../img/AboutHomeBk.jpg") no-repeat;
    background-size: cover;
    padding: .7rem .2rem;
    box-sizing: border-box;
}
.Prod05_C{
    /* width: 15rem; */
    margin: auto;
}
.Prod05_CT{
    width: 100%;
    /* display: flex; */
}
.Prod05_CTL,.Prod05_CTR{
    width: 100%;
}
.Prod05_CTL{
    /* padding-right: .3rem; */
    box-sizing: border-box;
    margin-bottom: .2rem;
}
.Prod05_CTL span{
    font-size: .25rem;
    color: #f5ec00;
    display: block;
}
.Prod05_CTLT{
    font-size: .5rem;
    color: #fff;
    font-family: pb;
}
.Prod05_CTLP{
    font-size: .25rem;
    color: #fff;
    margin: .1rem 0;
}
.Prod05_CTLUL{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
}
.Prod05_CTLLi{
    width: 33%;
}
.Prod05_CTLLiT{
    display: flex;
    font-size: .8rem;
    color: #f5ec00;
    font-family: pb;
    justify-content: center;
    margin-bottom: -.22rem;
}
.Prod05_CTLLiT span{
    font-size: .3rem;
    padding-top: .15rem;
}
.Prod05_CTLLiMsg{
    font-size: .25rem;
    text-align: center;
    color: #999999;
    font-family: p;
}
.Prod05_CTR img{
    display: block;
    width: 100%;
    height: 100%;
}
.Prod05_CB{
    width: 100%;
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Prod05_CBLI{
    border-top: .01rem solid #666666;
    padding-top: .2rem;
    display: flex;
    justify-content: space-between;
    width: 48%;
    margin-bottom: .2rem;
}
.Prod05_CBLI p{
    font-size: .25rem;
    color: #999999;
}




/*  */
.index07_7{
    width: 100%;
    background: url("../img/HomeFrom.jpg") no-repeat;
    background-size: cover;
    padding: .7rem .2rem;
    box-sizing: border-box;
}
.index07_7C{
    /* width: 15rem; */
    margin: auto;
    border-radius: .1rem;
    /* display: flex; */
    border: .02rem solid #000;
    background: #000;
}
.index07_7CL{
    width: 100%;
    padding: .8rem;
    box-sizing: border-box;
    background: url("../img/Home_From1.png") bottom no-repeat #000;
}
.index07_7CR{
    width: 100%;
    background: #fff;
    padding: .6rem .5rem .3rem;
    box-sizing: border-box;
    border-radius:.08rem;
}
.index07_7CLT{
    font-size: .4rem;
    text-align: center;
    font-family: pb;
    color: #f0e62d;
}
.index07_7CLLin{
    width: 20%;
    margin: auto;
    border-top: .01rem solid #999999;
    display: block;
    margin-top:.1rem ;
    margin-bottom: .2rem;
}
.index07_7CLMsg{
    font-size: .28rem;
    color: #ffffff;
}
.index07_7CLMsg p{
    margin-bottom: .2rem;
}
.index07_7CR .index07_7CLT{
    color: #333333;
    font-size: .3rem;
}
.From_BoxRInput{
    width: 100%;
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.From_input,.From_textarea{
    width: 100%;
    border: .01rem solid #e5e5e5;
    border-radius: .1rem;
    background: #fafafc;
    color: #999999;
    font-size: .25rem;
    padding-left: .2rem;
    box-sizing: border-box;
    height: .8rem;
    line-height: .8rem;
    margin-bottom: .2rem;
    font-family: p;
}
.From_textarea{
    height: 1rem !important;
}
.From_inputW{
    width: 100%;
}
.From_BoxRBtn{
    font-size: .3rem;
    color: #f0e62d;
    background: #000;
    border-radius: .02rem;
    width: 3rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    margin: auto;
    margin-top: .3rem;
    margin-bottom: .3rem;
    cursor: pointer;
}
/*  */
.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;
}