.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;
}
.news01{
    width: 100%;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.news01Box{
    width: 100%;
    padding: 0 .12rem;
    box-sizing: border-box;
    margin-bottom: .3rem;
}
.news01Box1{
    display: block;
    width: 100%;
    background: #fff;
    padding: .2rem;
    box-sizing: border-box;
    transition: all .4s;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 9%);
}
.news01Box1_img{
    width: 100%;
    height: 4.3rem;
    overflow: hidden;
}
.news01Box1_img img{
    display: block;
    width: 100%;
    height: 100%;
    /* transition: all .3s; */
    transition: all .5s ease-in-out;
}
.news01Box1_TextBox{
    padding: .25rem .1rem .17rem;
    position: relative;
}
.news01Box1_TB_Data{
    position: absolute;
    right: 0;
    top: -.8rem;
    height: 1rem;
    width: 1rem;
    font-weight: 500;
    font-size: .28rem;
    line-height: .4rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    z-index: 2;
    color: #fff;
    text-align: center;
    background: #d6000f;
    transition: all 500ms linear 0ms;
    box-sizing: border-box;
}
.news01Box:hover .news01Box1_TB_Data{
    transform: rotateY(360deg);
}
.news01Box:hover .news01Box1_img img{
    transform: scale(1.2);
}
.news01Box1_TextBox h3{
    font-size: .35rem;
    text-transform: capitalize;
    color: #023692;
    overflow: hidden;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: .1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news01Box1_TextBox h3:hover{
    color: #d6000f;
}
.N01_TB_text{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    overflow: hidden;
    color: #8592a6;
    font-size: .28rem;
    margin-top: .1rem;
}
.N01_TB_icon{
    font-size: .25rem;
    line-height: .14rem;
    font-weight: 700;
    color: #023692;
    margin-top: .2rem;
    display: flex;
    align-items: center;
    height: .2rem;
}
.N01_TB_icon i{
    background: url("../img/icon19.png") no-repeat center;
    background-size: 100%;
    display: block;
    width: .4rem;
    height: .2rem;
    margin-left: .05rem;
}








.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;
}