/* 导航 */
.Yd_navBox{
    display: none;
}
header {
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    z-index: 11;
}
.pc_navBox{
    width: 100%;
}
.pc_navBoxTT{
    width: 100%;
    background: #1b1b1b;
    color: #fff;
}
.pc_navBoxTTS{
    width: 15rem;
    margin: auto;
    display: flex;
    justify-content: right;
    padding: .03rem 0;
    box-sizing: border-box;
}
.pc_navBoxTTS a {
    color: #ffffff;
    margin-left: .2rem;
    font-size: .14rem;
    display: block;
    display: flex;
    align-items: center;
}
.pc_navBoxTTS a i {
    margin-right: .05rem;
}
.fa{
    display: block;
    width: .14rem;
    height: .14rem;
    background-size: 100% !important;
}
.fa_envelope{
    background: url('../img/1.png') no-repeat;
}
.fa_phone{
    background: url('../img/2.png') no-repeat;
}
.pc_navBoxB{
    width: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}
.pc_navBoxBS{
    width: 15rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
}
.pc_navBoxBS_logo img{
    display: block;
}
.pc_navBoxBS_item{
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.pc_navBoxBS_Li a{
    padding: .25rem .2rem;
    color: #fff;
    font-size: .2rem;
    text-transform: uppercase;
    display: block;
}
.pc_navBoxBS_Li a:hover {
    color: #0386b9;
}
.pc_navBoxBList{
    width: 100%;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    transition: all .5s;
    overflow: hidden;
    height: 0;
    border-radius: 0 0 .2rem .2rem;
}
.pc_navBoxBListItem{
    width: 2rem;
    margin-right: .4rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
}
.pc_navBoxBListItem:last-child{
    margin-right: 0;
}
.Pc_img{
    width: 100%;
    height: 2rem;
    border-radius: .2rem;
    overflow: hidden;
}
.Pc_img .Pc_imgs{
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
}
.Pc_img:hover .Pc_imgs{
    transform: scale(1.1);
}
.Pc_Msg{
    font-size: .2rem;
    color: #000;
    text-align: center;
    padding: .05rem 0;
    transition: all .5s;
}
.pc_navBoxBListItem:hover .Pc_Msg{
    color: #0386b9;
}
/*  */
.about01{
    width: 100%;
    height: 5rem;
    background: url("../img/banner1.jpg") no-repeat center center;
    background-size: cover;
    color: #ffffff;
    position: relative;
}
.about01_C{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about01_CT{
    font-size: .5rem;
    text-transform: uppercase;
    font-family: pb;
    color: #fff;
}
.about01_CM{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: .2rem;
}
.about01_CM a{
    font-size: .2rem;
    color: #fff;
    padding: .1rem .4rem;
    background: #0386b9;
    border-radius: .5rem;
    transition: all .3s;
}
.about01_CM a:hover{
    background: #14a5df;
}
/*  */
.ProductsD01{
    width: 100%;
    background: #fff;
}
.P01_nav{
    width: 100%;
    background-color: #f5f5f5;
}
.P01_navC{
    width: 15rem;
    margin: auto;
    font-size: .18rem;
    display: flex;
    align-items: center;
}
.P01_navC a{
    font-size: .18rem;
    padding: .2rem .1rem;
    color: #272727;
    display: block;
}
.P01_ContB{
    width: 15rem;
    margin: auto;
}
.P01_HotP{
    padding: .5rem 0;
}
.P01_HotPT{
    margin-bottom: .3rem;
    text-transform: capitalize;
    text-align: center;
    font-size: .4rem;
    font-family: pb;
    color: #272727;
}
.P01_HotPUl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.P01_HotPLi{
    margin-bottom: .2rem;
    width: 32%;
}
.P01_HotPLiImg{
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius:.1rem;
    height: 4rem;
}
.P01_HotPLiImg img{
    width: 100%;
    height: 100%;
    transition: all .5s;
    display: block;
}
.P01_HotPLiImg:hover img{
    transform: scale(1.1);
}

.P01_HotPLiText{
    width: 100%;
    padding: .2rem .1rem;
    box-sizing: border-box;
    /* box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px; */
    /* border: 1px solid #ebeaea; */
    border-radius:0 0 .1rem .1rem;
}
.P01_HotPLiText a{
    width: 1.5rem;
    height: .4rem;
    margin: auto;
    font-size: .18rem;
    color: #fff;
    background: #0386b9;
    text-align: center;
    line-height: .4rem;
    border-radius: .5rem;
    display: block;
}
.P01_HotPLiImg p{
    width: 100%;
    background: #0386b9;
    border-radius: .1rem .5rem 0 0;
    padding: .1rem 0;
    text-indent: .2rem;
    font-size: .2rem;
    color: #272727;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    opacity: 0;
}
.P01_HotPLi:hover .P01_HotPLiImg p{
    color: #fff;
    opacity: 1;
}
/*  */
.ProductsD02{
    width: 100%;
    padding: .5rem 0;
    --i_color: #0386b9;
    background: linear-gradient(to bottom, #f7f7f7 40%, var(--i_color));
}
.ProductsD02_C{
    width: 15rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.ProductsD02_CL{
    width: 50%;
}
.ProductsD02_CR{
    width: 45%;
}
.P02_li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.15rem;
    background-color: rgb(255 255 255 / 10%);
    backdrop-filter: blur(5px);
    overflow: hidden;
    padding: 0.3rem 0.2rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
}
.P02_liL{
    width: 0.64rem;
    height: 0.64rem;
    --i_color: #0386b9;
    background-color: var(--i_color);
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.P02_liL img {
    max-width: 0.4rem;
    object-fit: contain;
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -o-filter: brightness(100);
    -ms-filter: brightness(100);
    filter: brightness(100);
}
.P02_liText{
    width: calc(100% - 0.84rem);
}
.P02_liText h3{
    padding: .06rem .7rem .06rem 0;
    font-size: 0.24rem;
    color: #333;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    line-height: 150%;
}
.P02_liText h3 i {
    width: .2rem;
    height: .2rem;
    background: url("../img/arrow_down_hollow_hei.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.P02_liText .curr i {
    transform: translateY(-50%) rotate(180deg);
}
.P02_liText p {
    display: none;
    margin: 0.1rem 0;
    font-size: 0.16rem;
    color: #666;
    line-height: 160%;
}
.P02R_T h2{
    color: #333;
    font-size: .35rem;
}
.ProductsD02_CR p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 170%;
    margin: 0.3rem 0;
    color: #333;
}
.ProductsD02_CR a {
    display: table;
    --i_color: #0386b9;
    overflow: hidden;
    background: var(--i_color);
    position: relative;
    border: 1px solid transparent;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin-top: 1rem;
}
.ProductsD02_CR a::before {
    content: "";
    width: 0;
    height: 1000%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #000;
    transition: 0.5s ease;
    display: block;
    z-index: 1;
    color: #fff !important;
}
.ProductsD02_CR a b {
    display: table;
    overflow: hidden;
    padding: 0.08rem 0.32rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
}
.ProductsD02_CR a:hover::before {
    width: 180%;
}
/*  */
.ProductsD03{
    width: 100%;
    background: #fff;
    padding: .5rem 0 .1rem 0;
}
.ProductsD03_C{
    width: 15rem;
    margin: auto;
}
.ProductsD03_CT{
    font-size: .35rem;
    font-family: pb;
    text-transform: capitalize;
}
.ProductsD03_CUL{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem;
}
.ProductsD03_CUL li{
    width: 32%;
    height: 4rem;
    border-radius: .2rem;
    overflow: hidden;
    margin-bottom:.25rem;
}
.ProductsD03_CUL li img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
}
.ProductsD03_CUL li:hover img{
    transform: scale(1.1);
}
.ProductsD03_CUL li:first-child{
    width: 66%!important;
}
/*  */
.ProductsD04{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
}
.ProductsD04_C{
    width: 15rem;
    margin: auto;
}
.ProductsD04_C_UL{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem;
}
.P03_li{
    width: 32%;
    cursor: pointer;
    margin-bottom: .2rem;
}
.P03_li:first-child , .P03_li:nth-child(2){
    width: 49% !important;
}
.P03_liimg{
    width: 100%;
    overflow: hidden;
    height: 4rem;
}
.P03_liimg img{
    width: 100%;
    transition: all .5s;
    display: block;
}
.P03_liimg:hover img{
    transform: scale(1.1);
}
.P03_li h4{
    font-size: .2rem;
    color: #272727;
    margin: .1rem 0;
}
.P03_li p{
    font-size: .16rem;
    color: #272727;
}



/*  */
.index08{
    padding: .5rem 0;
    background: url("../img/messbg.jpg") no-repeat center center;
    background-size: cover;
  }
  .index08_C{
    width: 15rem;
    margin: auto;
  }
  .index08C_TT h2{
    font-size: .5rem;
    color: #fff;
    text-align: center;
  }
  .index08C_TT p{
    font-size: .2rem;
    color: #fff;
    text-align: center;
  }
  .index08C_TT{
    margin-bottom: .5rem;
  }
  .index08_form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index08_form input{
    width: 100%;
    background: transparent;
    border: .01rem solid #fff;
    height: .5rem;
    font-size: .18rem;
    color: #fff;
    border-radius: .05rem;
    padding-left: .1rem;
    outline-style: none;
    display: block;
  }
  .index08_form textarea {
    border: 0;
    display: block;
    width: 100%;
    background-color: #f8fbfb;
    clear: both;
    padding: .1rem;
    border-radius: .05rem;
    height: 1.5rem;
    border: .01rem #ffffff solid;
    background-color: transparent;
    color: #ffffff;
    resize: none;
    outline: none;
    font-family: p;
    font-size: .18rem;
}
.input_Style{
    width: 32%;
    margin-bottom: .2rem;
}
.input_Style1{
    width: 49% !important;
}
.input_Style2{
    width: 100%;
    margin-bottom: .2rem;
}
.FromBtn{
    width: 3rem;
    height: .6rem;
    font-size: .25rem;
    color: #fff;
    text-align: center;
    line-height: .6rem;
    margin: auto;
    background: #0386b9;
    display: block;
    margin-top: .2rem;
    border: none;
}
/*  */
footer{
    width: 100%;
    background: #151515;
}
.footerTop{
    width: 100%;
    padding: .5rem 0;
}
.container{
    width: 15rem;
    margin: 0 auto;
}
.footerTop_row{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.col-md-3{
    width: 24%;
}
.footerLogo img{
    display: block;
}
.footerMenu div{
    text-transform: capitalize;
    color: #fff;
    font-size: .28rem;
}
.footerMenu ul,.footerMenu_UL{
    margin-top: .2rem;
}
.footerMenu ul li{
    line-height: 2;
}
.footerMenu ul li a{
    display: block;
    font-size: .16rem;
    color: #bbbaba;
}
.footerMenu ul li a:before {
    content: "";
    display: inline-block;
    width: .05rem;
    height: .05rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-right: .1rem;
}
.footerMenu_UL div{
    display: flex;
}
.footerMenu_UL span,.footerMenu_UL a{
    font-size: .16rem;
    color: #bbbaba;
    display: block;
    line-height: 2;
}
.footerB{
    width: 100%;
    border-top: .01rem solid rgba(255, 255, 255, 0.2);
}
.footerB div{
    width: 15rem;
    margin: auto;
    text-align: center;
    font-size: .18rem;
    color: #fff;
    line-height: 3;
}
#backToTop{
    position: fixed;
    bottom: .2rem;
    right: .2rem;
    color: white;
    border: none;
    border-radius: .5rem;
    cursor: pointer;
    display: none;
    z-index: 1000;
    width: .55rem;
    height: .55rem;
    background: url('../img/3.png') no-repeat center center #007BFF;
    background-size: 80% 80%; 
    transition: all .3s;
}
#backToTop:hover {
    background-color: #0056b3;
}