/* 导航 */
.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;
}
.Prod01ImgPC{
    display: none !important;
}
.Prod01Btn{
    position: absolute;
    display: flex;
    bottom: 60%;
    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;
}
.index01_bag{
    width: 100%;
    height: 100%;
    background: url("https://universal-containers.com/wp-content/plugins/universal-containers-blocks/build/header-block/../images/header1.cd264b5e.png") center top / cover no-repeat;
}
.index01_C{
    /* width: 15rem; */
    margin: auto;
    /* display: flex; */
    align-items: center;
    height: 100%;
}
.index01_CL{
    width: 100%;
    margin-top: .3rem;
}
.index01_CR{
    width:100%;
    position: relative;
    height: 50%;
}
.index01_CL h1{
    color: #fff;
    font-size: .42rem;
    font-family: pb;
    line-height: .42rem;
    text-align: center;
}
.index01_CL p{
    color: #fff;
    font-size: .25rem;
    padding: .2rem 0 .4rem 0;
    text-align: center;
}
.index01_CLbtn{
    display: flex;
    justify-content: center;
}
.index01_CLbtn a{
    padding: .15rem .3rem;
    border: .01rem solid #fff;
    font-size: .3rem;
    color: #fff;
    margin-right: .3rem;
    transition: all .3s;
}
.index01_CLbtn a:first-child:hover{ 
    background: #d4d1d1;
}
.index01_CLbtn a:last-child:hover{ 
    background: #fff;
    color: #000;
}
.index01_CLbtn a:nth-child(1){ 
    color: #000;
    background: #fff;
}
.index01_CR svg{
    position: absolute;
    top: -23%;
    left: -53%;
    bottom: 0;
}
.index01_CR img{
    position: absolute;
    width: 100%;
    padding: 1rem .2rem 0;
    box-sizing: border-box;
}
.index01_CR_div{
    position: absolute;
    left: 50%;
    bottom: -6.8rem;
    display: block;
    transform: translate(-50%,0);
}
.index01_CR_divC{
    display: flex;
    flex-direction: column;
}
.index01_CR_divT{
    clip-path: polygon(35% 0, 100% 0, 100% 65%, 65% 100%, 0 100%, 0 35%);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    margin-left: .5rem;
    max-width: 3rem;
}
.index01_CR_divT p{
    font-size: .3rem;
    text-align: center;
    padding: .15rem;
    display: block;
}
.index01_CR_divB{
    display: flex;
    gap: .25rem;
}
.index01_CR_divBL{
    clip-path: polygon(35% 0, 100% 0, 100% 65%, 65% 100%, 0 100%, 0 35%);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    width: 3rem;
    margin-top: .1rem;
}
.index01_CR_divBR{
    clip-path: polygon(35% 0, 100% 0, 100% 65%, 65% 100%, 0 100%, 0 35%);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    margin-top: -12.5%;
    width: 3rem;
    height: max-content;
}
.index01_CR_divBL p{
    font-size: .3rem;
    text-align: center;
    padding: .15rem;
    display: block;
}
.index01_CR_divBR p{
    font-size: .3rem;
    text-align: center;
    padding: .15rem;
    align-self: flex-start;
    display: block;
}
/*  */
.index02_2{
    width: 100%;
    background: #fff;
    padding: .5rem .2rem;
    box-sizing: border-box;
}
.index02_2C{
    /* width: 15rem; */
    margin: auto;
    /* display: flex; */
    justify-content: space-between;
}
.index02_2CL,.index02_2CR{
    width: 100%;
}
.index02_2CR{
    height: 4.6rem;
    border-radius: .1rem;
    overflow: hidden;
}
.index02_2CLT{
    font-size: .5rem;
    text-align: center;
    font-family: pb;
    color: #333333;
}
.index02_2CLP{
    font-size: .2rem;
    color: #666666;
}
.index02_2CLP p{
    margin-bottom: .25rem;
}
.index02_2CLBtn{
    font-size: .3rem;
    display: flex;
    margin-top: .5rem;
}
.index02_2CLBtn1{
    border: .01rem solid #333333;
    padding: .03rem .15rem;
    margin-right: .2rem;
}
.index02_2CLBtn1:first-child{
    background: linear-gradient(to right ,#414141,#010101);
    color: #f0e62d;

}
/*  */
.index02{
    background: #fff;
    width: 100%;
}
.index02_C{
    /* width: 15rem; */
    margin: auto;
    padding: .2rem 0 .5rem 0;
}
.index02_C ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#indemo {
    float: left;
    width: 800%;
}
#index_demo{
    width:100%; 
    float:right; 
    overflow:hidden;
    height:3.6rem; 
    border:none;
}
#index_demo1,#index_demo2{
    height:3.6rem;
    float:left; 
    display:inline-table;
}
#index_demo1 li,#index_demo2 li{ 
    width: 3.65rem;
    height:3.6rem; 
    float:left; 
    margin-right: .15rem;
    /* position: relative; */
    /* border: .01rem solid #c8c7c3; */
    border-radius: .2rem;
}
#index_demo1 li img,#index_demo2 li img{ 
    display:block; 
    width: 100%;
    height: 2.4rem;
    background:#ccc;
    border-radius: .1rem;
    /* position: absolute; */
    left: 0;
    top: 0;
}
#index_demo1,#index_demo2{
    float: left;
}
.index_demo1Msg{
    width: 100%;
    font-size: .25rem;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    /* font-family: rl; */
    padding: 0 .2rem;
    box-sizing: border-box;
    text-align: center;
    margin-top: .2rem;
}
.index_demo1Btn{
    padding: .05rem;
    text-align: center;
    width: 100%;
    background: #000;
    margin-top: .2rem;
    box-sizing: border-box;
    cursor: pointer;
}
.index_demo1Btn a{
    font-size: .2rem;
    color: #fff;
}

/*  */
.index03{
    width: 100%;
    background-color: #000;
    position: relative;
}
.index03 .absolute{
    position: absolute;
    left: 0;
    top: 0;
}
.index03_C{
    /* width: 15rem; */
    margin: auto;
}
.index03_CT_UL{
    display: none;
    justify-content: space-between;
    padding-top: .5rem;
}
.index03_CT_Li{
    display: flex;
    margin: .2rem;
}
.index03_CT_Li img{
    max-width: .8rem;
    max-height: .8rem;
    margin-right: .2rem;
}
.CT_Li_Msg h3{
    font-size: .35rem;
    color: #fff;
}
.CT_Li_Msg p{
    font-size: .3rem;
    color: #fff;
}
.index03_CBoxT{
    padding: .4rem 0 .2rem 0;
}
.index03_CBoxT h2{
    max-width: 7rem;
    font-size: .5rem;
    color: #fff;
    margin: auto;
    text-align: center;
}
.index03_CBoxT p{
    max-width: 7rem;
    font-size: .3rem;
    text-align: center;
    margin: auto;
    color: #fff;
    line-height: .45rem;
}
.ListBox_item{
    /* display: flex; */
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 1.5s;
}
.ListBox_item.on{
    opacity: 1;
    /* display: flex; */
    height: auto;
    overflow: auto;
}
.ListBox_itemL{
    /* width: 25%; */
    margin-bottom: .2rem;
}
.ListBox_itemC{
    /* width: 50%; */
}
.pc_ListBox_itemC{
    display: none;
}
.itemL_li{
    /* display: flex; */
    /* justify-content: end; */
    margin-bottom: 1rem;
}
.itemL_li:last-child{
    margin-bottom: 0;
}
.itemL_li:first-child{
    margin-top: .5rem;
}
.itemL_liMsg p{
    font-size: .35rem;
    color: #fff;
    text-align: center;
}
.itemL_liMsg p:last-child{
    font-size: .3rem;
}
.pc_itemL_liPic{
    display: none;
}
.itemL_liPic{
    /* padding: .2rem; */
    --tw-bg-opacity: 1;
    /* background-color: rgb(225 255 44 / var(--tw-bg-opacity)); */
    margin: auto;
    width: .8rem;
    border-radius: .05rem;
    border: .01rem solid #d5cc29;
    width: .81rem;
    height: .81rem;
}
.itemL_liPic img{
    width: .8rem;
    height: .8rem;
    display: block;
}
.ListBox_itemC{
    padding: 0 .3rem;
}
.ListBox_itemC img{
    width: 100%;
}
.ListBox_itemR .itemL_liMsg p{
    /* text-align: left; */
}
.ListBox_itemR .itemL_li{
    justify-content: start;
}
.ListBox_itemR .itemL_liPic{
    /* margin: 0 .1rem 0 0; */
}
.ListBox_item_UL{
    padding-bottom: .3rem;
    overflow: hidden;
}
.ListBox_item_page{
    width: 100%;
    display: flex;
    justify-content: center;
}
.page_item{
    width: .2rem;
    height: .2rem;
    background: #fff;
    border-radius: .5rem;
    margin-right: .15rem;
    cursor: pointer;
}
.page_item.on{
    background: #e1ff2c;
}
.ListBox_item_btn{
    justify-content: center;
}
.CBox_ListBox{
    padding-bottom: .5rem;
}
/*  */
.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;
}
.index05_5{
    width: 100%;
    /* background: #fff; */
    padding: .5rem .2rem;
    box-sizing: border-box;
    background: url("../img/HomeCus1.jpg") bottom no-repeat #fff;
}
.index05_5C{
    /* width: 15rem; */
    margin: auto;
}
.index05_5CT{
    font-size: .5rem;
    color: #333333;
    /* background: url("../img/HomeTB1_1.png"),url("../img/HomeTB2_2.png"); */
    background-position:  left,  right;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    /* width: 50%; */
    margin: auto;
    font-family: pb;
}
.index05_5img{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    /* height: 9.70rem; */
    margin-top: .5rem;
}
.index05_5img img{
    display: flex;
    border-radius: .05rem;
    margin-bottom: .2rem;
}
.index05_6{
    width: 100%;
    height: 4.5rem;
    position: relative;
}
.index05_6 img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.index05_6TBox{
    position: absolute;
    top: 3%;
    left: .3rem;
}
.index05_6TBoxT1{
    font-size: .5rem;
    font-family: pb;
    background: url("../img/HomeZ1.png") no-repeat;
    background-size: 100%;
    width:6.45rem;
    height: .9rem;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-top: .2rem;
}
.index05_6TBoxT12{
    font-size: .25rem;
    color: #666666;
    font-family: p;
    width: 6rem;
    margin-top: .2rem;
    /*margin-left: 24%;*/
}
.index05_5img1{
    width: 49%;
    /* height: 2.6rem; */
}
.index05_5img2{
    width: 100%;
    /* height: 4rem; */
}
.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;
}