/* 导航 */
.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;
}
/*  */
.pc_index01_CR{
    display: none;
}
.index01{
    width: 100%;
    /* height: 15.4rem; */
    /* background-color: #000; */
}
.index01 img{
    display: block;
    width: 100%;
    height: 100%;
}
.bannerPC_img{
    display: none !important;
}
/*  */
.AboutUs01{
    width: 100%;
    background: url("../img/About01img.jpg") no-repeat #fff;
    background-position: right;
    background-size: 90%;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.AboutUs01_C{
    /* width: 15rem; */
    margin: auto;
    padding: .5rem 0;
}
.AboutUs01_Con{
    width: 100%;
}
.AboutUs01_ConTis{
    font-size: .24rem;
    color: #006ec1;
    display: flex;
    align-items: center;
    font-family: p;
}
.AboutUs01_ConTis span{
    width: .22rem;
    height: .22rem;
    border: .01rem solid #006ec1;
    border-radius: 50%;
    margin-right: .1rem;
    display: block;
}
.AboutUs01_ConT{
    font-size: .5rem;
    color: #333333;
    font-family: mpr;
    margin: .3rem 0 .5rem 0;
}
.AboutUs01_ConB{
    width: 100%;
    border-top:.01rem solid #d6d6d6 ;
    padding: .3rem 0;
}
.AboutUs01_ConBF{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.AboutUs01_ConBFL{
    font-size: .25rem;
    color: #999999;
    font-family: p;
}
.AboutUs01_ConBFR{
    color: #006ec1;
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
    font-family: mpr;
    width: 35%;
}
.AboutUs01_ConBFR span{
    font-size: .25rem;
    color: #999999;
    font-family: p;
}
.AboutUs01_ConBP{
    font-family: p;
    font-size: .25rem;
    color: #666666;
}
/*  */
.AboutUs02{
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.AboutUs02_C{
    /* width: 15rem; */
    margin: auto;
    padding: .5rem 0;
}
.AboutUs02_CTT{
    font-size: .52rem;
    color: #fff;
    text-align: center;
}
.AboutUs02_CUl{
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
    margin-top: .5rem;
}
.AboutUs02_CLi{
    width: 100%;
    margin-top: .5rem;
    padding:  0 .5rem;
    box-sizing: border-box;
}
.AboutUs02_CLi h2{
    font-size: .35rem;
    color: #fff;
    text-align: center;
}
.AboutUs02_CLi p{
    font-size: .25rem;
    color: #fff;
    text-align: center;
}
.AboutUs02_CLi img{
    display: block;
    margin: auto;
    width: 20%;
    margin-bottom: .2rem;
}
/*  */
.index04_4{
    width: 100%;
    background: #fff;
    padding: .5rem .2rem;
    box-sizing: border-box;
}
.index04_4C{
    /* width: 15.5rem; */
    margin: auto;
}
.index04_4CT{
    font-size: .5rem;
    color: #333333;
    /* background: url("../img/HomeTB1.png"),url("../img/HomeTB2.png"); */
    background-position:  left,  right;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    /* width: 43%; */
    margin: auto;
    font-family: pb;
}
.index04_4CP{
    color: #666666;
    font-size: .25rem;
    text-align: center;
}
.index04_4CPImg{
    width: 100%;
    height: 100%;
    margin-top: .3rem;
    display: block;
}
/*  */
.AboutUs04{
    width: 100%;
    /* background: #000; */
}
.AboutUs04_C{
    /* width: 15rem; */
    margin: auto;
    padding: .8rem 0;
    /* display: flex; */
    justify-content: space-between;
}
.AboutUs04_C .index04_4CT{
    width: 45% !important;
}
#indemo {
    float: left;
    width: 800%;
}
#index_demo,#index_demo3{
    width:100%; 
    float:right; 
    overflow:hidden;
    height:3rem; 
    border:none;
}
#index_demo1,#index_demo2,#index_demo4,#index_demo5{
    height:3rem;
    float:left; 
    display:inline-table;
}
#index_demo1 li,#index_demo2 li,#index_demo4 li,#index_demo5 li{ 
    /* width:4.36rem;  */
    width: 4.94rem;
    height:3rem; 
    float:left; 
    margin-right: .1rem;
    position: relative;
    /* padding-left:8px;  */
}
#index_demo1 li img,#index_demo2 li img,#index_demo4 li img,#index_demo5 li img{ 
    /* width: 4.36rem; */
    /* height: 100%; */
    display:block; 
    width: 100%;
    height: 100%;
    background:#ccc;
    position: absolute;
}
#index_demo1,#index_demo2,#index_demo4,#index_demo5{
    float: left;
}
.MTrd04_CDemoBox{
    width: 100%;
    position: relative;
}
.MTrd04S1{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, transparent, transparent, #000);
}


/*  */
.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;
}