.yd_navBox{
    display: none;
}
.PC_navBox{
    width: 100%;
    background-color: #fff;
    display: block;
    height: .95rem;
}
.PC_navBox_D{
    width: 100%;
    height: 100%;
}
.PC_navBox_Cont{
    width: 14rem;
    margin: auto;
    display: flex;
    height: 100%;
}
.PC_navigation{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.PC_navigationL{
    /* width: 100%; */
    height: 100%;
}
.PC_navigationL:before {
    content: "";
    position: absolute;
    left: auto;
    right: 81%;
    top: 0;
    width: 12rem;
    height: .95rem;
    background-color: #f1f4f9;
    margin-right: 0;
    margin-left: 0;
    z-index: -1;
}
.PC_navigationL img{
    height: auto;
    display: block;
    margin-top: .2rem;
}
.PC_navigationR{
    height: 100%;
    width: 62%;
}
.PC_nR_Ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.PC_nR_Li{
    position: relative;
    height: 100%;
    line-height: .95rem;
}
.PC_nR_Li a{
    color:#023692;
    text-transform: capitalize;
    font-size: .18rem;
    font-weight: 700;
    display: block;
    transition: all .3s;
}
.PC_nR_Li a:hover{
    color: #d6000f;
}
.PC_nR_LiD{
    position: absolute;
    top: 100%;
    width: 267%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: left;
    visibility: hidden;
    display: block;
    opacity: 0;
    line-height: 14px;
    margin: 0;
    list-style: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    transition: all .2s ease;
    z-index: 99;
    padding: 15px 0 15px;
    width: 250px;
    box-shadow: 0 3px 25px 0 rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
    border-radius: 0;
    margin-top: -1px;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-color: #fff;
}
.PC_nR_Li .PC_nR_LiD li a {
    margin: 0;
    display: block;
    padding: .13rem .14rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: -1px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 400;
    font-size: .14rem;
    line-height: .19rem;
    border-bottom: 1px solid rgba(133, 146, 166, .19);
    color: #8592a6;
}
.PC_nR_LiD li:last-child a{
    border-bottom: none;
}
.PC_nR_Li .PC_nR_LiD li a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.15rem;
    display: block;
    border-radius: 0;
    background-color: #f1f4f9;
    opacity: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: width .5s linear;
    transition: width .5s linear;
    border-left: .03rem solid #d6000f;
}
.PC_nR_Li .PC_nR_LiD li a:hover:before, .PC_nR_Li .PC_nR_LiD li.active>a:before, .PC_nR_Li .PC_nR_LiD li.active>ul.sub-menu li.active a:before {
    opacity: 1;
    width: 100%;
    left: 0;
}
.PC_nR_Li .PC_nR_LiD li a:hover{
    color: #d6000f;
}
.PC_nR_Ul li.PC_nR_Li:hover>ul.PC_nR_LiD {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    -webkit-animation: dropdown-menuhover .25s cubic-bezier(.68, -.55, .265, 1.55);
    animation: dropdown-menuhover .25s cubic-bezier(.68, -.55, .265, 1.55);
}
.fixed_header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 13px 25px -12px rgb(0 0 0 / 25%);
}
/*  */
.about01{
    width: 100%;
    position: relative;
}
.about01_img{
    width: 100%;
    height: 100%;
    display: block;
}
.about01_imgYD{
    display: none !important;
}
.about01_text{
    position: absolute;
    top: 40%;
    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: 75%;
    padding-right: 2%;
    box-sizing: border-box;
}
.P01_boxR{
    width: 25%;
}
.P01_boxLUL{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.P01_boxLLi{
    width: 31%;
    padding: 0 1%;
}
.P01_boxLLi1{
    display: block;
    position: relative;
    background-color: #fff;
    padding: .2rem .2rem .3rem .2rem;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-align: center;
    margin-bottom: .3rem !important;
    margin-top: .05rem;
    -webkit-box-shadow: 0 0 .1rem 0 rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 0 .1rem 0 rgba(0,0,0,.09);
    box-shadow: 0 0 .1rem 0 rgb(0 0 0 / 9%);
    overflow: visible;
    cursor: pointer;
}
.P01_boxLLi1:hover{
    margin-bottom: .2rem !important;
    padding-bottom: .4rem;
}
.P01_Li1Img{
    width: 100%;
    height: 2rem;
    overflow: hidden;
}
.P01_Li1Img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s;
}
.P01_boxLLi1:hover .P01_Li1Img img{
    transform: scale(1.1);
}
.P01_Li1Text{
    margin-top: .2rem;
}
.P01_Li1Text h3{
    font-size: .16rem;
    line-height: .2rem;
    color: #023692;
    text-align: center;
    font-family: pb;
}
.P01_Li1Text h3:hover{
    color: #d6000f;
}
.P01_Li1TextP{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; 
    color: #8592a6;
    font-size: .16rem;
    text-align: center;
    margin-top: .1rem;
}
.P01_Li1Link{
    position: relative;
    overflow: visible;
}
.P01_Li1Link_icon{
    position: absolute;
    bottom: -.95rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    background: url("../img/icon18.png") no-repeat center #023692;
    background-size: 80%;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    transition: all .5s;
    font-size: .13rem;
}
.P01_boxLLi1:hover .P01_Li1Link_icon {
    z-index: 1;
    opacity: 1;
    bottom: -.6rem;
}
.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: .22rem;
    position: relative;
    color: #023692;
    font-size: .2rem;
}
.P01_boxR_Lih3:before, .P01_boxR_Lih3:after {
    display: block;
    content: "";
    position: absolute;
    height: .22rem;
    width: .02rem;
    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: .15rem;
    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 0;
}
.footer_Top ul{
    display: flex;
    width: 100%;
}
.footer_TopLi{
    width: 40%;
    margin-right: 1%;
}
.footer_TopLi:last-child{
    margin-right: 0;
}
.footer_icon img{
    display: block;
}
.TopLi01_UL{
    margin-top: .4rem;
}
.TopLi01_Li{
    display: flex;
    /* position: relative; */
    line-height: .2rem;
    padding: .05rem 0;
}
.TopLi01_Li_icon{
    width: .18rem;
    height: max-content;
}
.TopLi01_Li_icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.TopLi01_Li_text{
    font-size: .15rem;
    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_TopLiImgB{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19%;
    margin-right: 1%;
}
.footer_TopLiImg{
    width: 1.8rem;
    height: 1.8rem;
    border: .01rem solid #fff;
}
.footer_TopLiImg img{
    display: block;
    width:100%;
    height: 100%;
}
.footer_B{
    width: 14rem;
    margin: auto;
    text-align: center;
    font-size: .14rem;
    color: #fff;
    line-height: 4;
}