.PC_navBox{
    display: none;
}
header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 13px 25px -12px rgb(0 0 0 / 25%);
}
.yd_navBox{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.yd_navBox_Top{
    width: 100%;
    height: 1.5rem;
    display: flex;
    padding: 0 .2rem;
    box-sizing: border-box;
    align-items: center;
}
.yd_navigationL img{
    display: block;
}
.yd_navigationR{
    position: absolute;
    right: .5rem;
    top: 0;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
}
.menubar_box {
    display: block;
    width: .5rem;
}
.menubar_box .menubar_inner{
    top: 50%;
    display: block;
    margin-top: -.02rem;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .1s;
}
.menubar_inner,.menubar_inner::after,.menubar_inner::before {
    position: absolute;
    width: .55rem;
    height: .06rem;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius:.04rem;
    background-color: #023692;
}
.menubar_inner:after, .menubar_inner:before {
    display: block;
    content: '';
}
.menubar_inner:before {
    top: -.14rem;
}
.menubar_inner:after {
    bottom: -.14rem;
}
.yd_menu{
    display: none;
    max-height: 10000px;
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, .08);
    z-index: 100;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 3px solid #d6000f;
    background-color: #fff;
}
.yd_menu.show {
    display: block;
    max-height: 10000px;
}
.yd_menuLi a{
    color: #023692;
    display: block;
    font-weight: 600;
    font-size: .28rem;
    padding: .4rem .3rem;
    line-height: .2rem;
    border-top: 1px solid rgba(123, 128, 149, .15);
    text-align: left;
    transition: all .4s;
    text-transform: capitalize;
}
.yd_navigationR.is_active .menubar_inner {
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}
.yd_navigationR.is_active .menubar_inner:before {
    top: 0;
    transition: top .1s ease, opacity .1s ease .14s;
    opacity: 0;
}
.yd_navigationR.is_active .menubar_inner:after {
    bottom: 0;
    transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
    transform: rotate(-90deg);
}
/*  */
.about01{
    width: 100%;
    position: relative;
    margin-top: 1.5rem;
}
.about01_img{
    width: 100%;
    height: 100%;
    display: block;
}
.about01_imgPC{
    display: none !important;
}
.about01_text{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    color: #023692;
}
.about01_text h2{
    width: 100%;
    text-transform: capitalize;
    font-size:.47rem;
    line-height: .47rem;
    display:block;
    /* margin: auto; */
    margin-bottom: .15rem;
    text-align: center;
}
.about01_text h3{
    width: 100%;
    text-transform: capitalize;
    font-size: .32rem;
    line-height: .32rem;
    display: block;
    /* margin: auto; */
    margin-bottom: .25rem;
    text-align: center;
}
/*  */
.product01{
    width: 100%;
    background-color: #fff;
    padding: .5rem 0;
    box-sizing: border-box;
}
.product01_C{
    /* width: 14rem; */
    margin: auto;
}
.P01_tite{
    color: #023692;
    font-size: .38rem;
    text-align: center;
    line-height: .48rem;
    margin: .15rem 0;
    text-transform: uppercase;
    font-family: pb;
}
.P01_box{
    width: 100%;
    /* display: flex; */
}
.P01_boxL{
    width: 100%;
    /* padding-right: 2%; */
    box-sizing: border-box;
}
.P01_boxR{
    width: 100%;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.P01_BLConBox{
    width: 100%;
}
.P01_BLConBox1{
    margin: 0 auto;
    padding: .2rem 2%;
    width: 100%;
    height: auto;
    font-size:.13rem;
    color: #666;
    text-align: left;
    text-decoration: none;
    line-height: .24rem;
    box-sizing: border-box;
}
.P01_BLConBox1 h4{
    margin: .2rem auto;
    padding: 0 3%;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #e3e3e3;
    border-left: .06rem solid #4a57a6;
    font-weight: 700;
    font-size: .34rem;
    color: #4a57a6;
    text-align: left;
    line-height: 2.4;
    box-sizing: border-box;
}
.P01_BLConBox1 p{
    color: #666;
    font-size: .28rem;
    margin-bottom: .2rem;
    line-height: 1.5;
}
.P01_BLConBox1 p img{
    width: 100%;
    height: 100%;
    display: block;
}
.P01_BLConBox1 table{
    width: 100%;
    caption-side: bottom;
    border-collapse: collapse;
    font-size: .26rem;
}
.P01_BLConBox1 td {
    border: 1px solid #ccc;
    text-align: center;
    padding: .2rem 0;
}
.P01_BLConBox1 tbody,.P01_BLConBox1 tr{
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}






.P01_boxR_UL{
    width: 100%;
    background: #f1f4f9;
    padding: .3rem;
    margin-bottom: .3rem;
    box-sizing: border-box;
}
.P01_boxR_Lih3{
    display: block;
    margin-left: 0;
    padding-left: .3rem;
    position: relative;
    color: #023692;
    font-size: .38rem;
}
.P01_boxR_Lih3:before, .P01_boxR_Lih3:after {
    display: block;
    content: "";
    position: absolute;
    height: .4rem;
    width: .04rem;
    left: 0;
    top: .04rem;
    transform: rotate(12deg);
    background-color: #d6000f;
}
.P01_boxR_Lih3:after{
    left: .07rem;
}
.P01_boxR_textLi{
    padding: .2rem 0; 
    border-bottom: 1px solid rgba(0, 0, 0, .05);  
}
.P01_boxR_textLi:last-child{
    border-bottom: none;
}
.P01_boxR_textLi a{
    font-size: .35rem;
    transition: all 0.3s ease 0s;
    color: #8592a6;
    display: block;
}
.P01_boxR_textLi a:hover{
    color: #d6000f;
}






/*  */
footer{
    width: 100%;
    background: #5eb3d3;
}
.footer_Top{
    /* width: 14rem; */
    margin: auto;
    display: flex;
    padding: .5rem .2rem;
    box-sizing: border-box;
}
.footer_Top ul{
    display: block !important;
    width: 100%;
}
.footer_TopLi{
    width: 100%;
    margin-right: 1%;
    display: none;
}
.footer_TopLi:first-child{
    display: block !important;
    width: 100% !important;
    margin: auto !important;
}
.footer_TopLi:last-child{
    margin-right: 0;
}
.footer_TopLiImgB{
    display: flex;
    justify-content: center;
    align-items: center;
    width:49%;
    float: left;
    margin-right: 1%;
    margin-top: .3rem;
}
.footer_TopLiImg{
    width: 2.8rem;
    height: 2.8rem;
    border: .01rem solid #fff;
}
.footer_TopLiImg img{
    display: block;
    width:100%;
    height: 100%;
}
.footer_icon img{
    display: block;
}
.TopLi01_UL{
    margin-top: .4rem;
}
.TopLi01_Li{
    display: flex;
    /* position: relative; */
    line-height: .4rem;
    padding: .15rem 0;
}
.TopLi01_Li_icon{
    width: .35rem;
    height: max-content;
}
.TopLi01_Li_icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.TopLi01_Li_text{
    font-size: .3rem;
    color: #fff;
    transition: all 500ms ease;
    width: 88%;
    margin-left: .15rem;
}
.TopLi01_Li_text a{
    color: #fff;
    transition: all 500ms ease;
}
.TopLi01_Li:hover .TopLi01_Li_text a{
    margin-left: .1rem;
}
.footer_text{
    font-size: .2rem;
    color: #fff;
}
.TopLi01_Li_icon1{
    width: .12rem !important;
    padding-top:2%;
}
.TopLi01_Li_text1 a{
    display: block !important;
}
.footer_B{
    /* width: 14rem; */
    margin: auto;
    text-align: center;
    font-size: .26rem;
    color: #fff;
    /* line-height: 4; */
    padding: .2rem 0;
}