.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;
}
/*  */
.about02{
    width: 100%;
    background: #fff;
}
.about02_C{
    /* width: 14rem; */
    margin: auto;
    padding: .5rem 0;
}
.about02_CUL{
    width: 100%;
    /* display: flex; */
    padding:.2rem;
    box-sizing: border-box;
}
.about02_C h3 {
    color: #023692;
    font-size: .38rem;
    text-align: center;
    line-height: .48rem;
    margin: .15rem 0;
    text-transform: uppercase;
}
.about02_CLi{
    /* width: 33%; */
    /* margin-right: 2%; */
    color: #8592a6;
    margin-top: .2rem;
}
.about02_CLi:last-child{
    margin-right: 0;
}
.A02_liText{
    font-size: .26rem;
}
.A02_Cli_ul{
    margin-top: .2rem;
}
.A02_Cli_li{
    display: flex;
    align-items: center;
    font-size: .26rem;
    margin-bottom: .05rem;
}
.A02_Cli_li span{
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #8592a6;
    margin-right: .2rem;
}
.A02_clearfix{
    display: flex;
    margin: .5rem 0;
    flex-wrap: wrap;
}
.A02_clearfixLi{
    width: 50%;
    padding: .3rem;
    box-sizing: border-box;
    background: #f1f4f9;
}
.A02_clearfixLi_icon{
    width: .8rem;
    height: .8rem;
    margin: auto;
}
.A02_clearfixLi_icon img{
    width: 100%;
    display: block;
}
.A02_clearfixLi_text p:first-child{
    font-size: .6rem;
    text-align: center;
    color: #023692;
    font-family: pb;
    margin-top: .2rem;
}
.A02_clearfixLi_text p:last-child{
    font-size: .3rem;
    text-align: center;
    color: #8592a6;
}
/*  */
.about03{
    width: 100%;
    background: #023692;
    padding: 1rem .3rem;
    box-sizing: border-box;
}
.about03_C{
    /* width: 14rem; */
    margin: auto;
}
.about03_CText{
    position: relative;
    padding-left:.2rem ;
}
.about03_CText h3{
    font-size: .25rem;
    text-transform: uppercase;
    color: #fff;
}
.about03_CText h2{
    font-size: .4rem;
    text-transform: uppercase;
    color: #fff;
}
.about03_CText:after {
    display: block;
    content: "";
    position: absolute;
    width: .06rem;
    height: 100%;
    left: 0;
    background-color: #d6000f;
    top: 0;
}
.about03_CBox{
    margin-top: .3rem;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}
.about03_CLi{
    width: 100%;
    padding: .3rem;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: .2rem;
}
.about03_CLiI img{
    width: 100%;
    display: block;
    transition: all .3s;
}
.about03_CLiI{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.about03_CLi:hover .about03_CLiI img{
    transform: scale(1.1);
}
/*  */
.about04{
    width: 100%;
    background: #fff;
}
.about04_C{
    /* width: 14rem; */
    margin: auto;
    padding: .5rem 0;
}
.about04_Text{
    color: #023692;
    font-size: .38rem;
    text-align: center;
    line-height: .48rem;
    margin: .15rem 0;
    text-transform: uppercase;
}
.about04_CImg{
    width: 90%;
    height: 100%;
    margin: auto;
    margin-top: .4rem;
}
.about04_CImg img{
    display: block;
    width: 100%;
}
/*  */
.about05{
    width: 100%;
    padding: 1rem;
    background: url("../img/9.jpg") center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.about05_text{
    margin: auto;
}
.about05_text h4{
    background-color: rgb(128, 128, 128, .5);
    color: #FFFFFFDB;
    font-size: .3rem;
    line-height: 1;
    font-weight: 400;
    padding: .2rem .15rem;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    width: 54%;
    margin: auto;
}
.about05_text h3{
    font-size:.44rem;
    font-family: pb;
    line-height: 1.3em;
    color: #fff;
    text-align: center;
    margin-top: .2rem;
}
.about05_text h3 span{
    color: #d6000f;
}
/*  */
.about06{
    width: 100%;
}
.about06_C{
    /* width: 14rem; */
    margin: auto;
}
.A06_Box{
    width: 100%;
}
.A06_Box_Ul{
    position: relative;
    z-index: 1;
}
.A06_Box_Ul1{
    margin-top: -.5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.5rem;
    /* flex-direction: row-reverse; */
    min-width: 6rem;
    padding-bottom: .8rem;
    padding-left: .3rem;
    padding-right: .3rem;
}
.A06_Box_Ul1:before {
    position: absolute;
    /* content: ''; */
    left: 50%;
    top: 13%;
    margin: 0 auto;
    bottom: .55rem;
    width: .02rem;
    background-color: #eee;
    transform: translateX(-50%);
}
.A06_Box_Ul1:after {
    position: absolute;
    content: '';
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 5px solid #fff;
    background: url("../img/icon17.png") no-repeat center #d6000f;
    background-size: 60%;
}
.A06_Box_Ul1 li{
    /* width: 50%; */
    /* padding-left: 2.15rem; */
    /* position: relative; */
    margin-bottom: .5rem;
    list-style: none;
    box-sizing: border-box;
}
.A06_Box_Ul1 li:nth-child(even) {
    padding-left: 0;
    /* padding-right: 2.15rem; */
    /* text-align: right; */
    /* transform: translateY(87px); */
}
.A06_Box_Ul1 li:before {
    position: absolute;
    /* content: ''; */
    left: 0;
    top: 0;
    width: .4rem;
    height: .4rem;
    background-color: #d6000f;
    border: .09rem solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}
.A06_Box_Ul1 li:nth-child(even):before {
    left: auto;
    right: 0;
    transform: translateX(50%);
}
.A06_Box_Ul1 li:after {
    position: absolute; 
    /* content: ''; */
    left: 0;
    top: .1rem;
    width: .1rem;
    height: .1rem;
    background-color: #d6000f;
    border: .14rem solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}
.A06_Box_Ul1 li:nth-child(even):after {
    left: auto;
    right: 0;
    transform: translateX(50%);
}
.A06_Ul1_img{
    position: absolute;
    left: .55rem;
    top: .2rem;
    height: .3rem;
    display: none;
}
.A06_Ul1_img img{
    display: block;
}
.A06_Box_Ul1 li:nth-child(even) .A06_Ul1_img {
    left: auto;
    right: .55rem;
}
.A06_Ul1_data {
    color: #d6000f;
    font-size: .45rem;
    font-weight: 600;
    padding-bottom: .06rem;
}
.A06_Box_Ul1 li h4 {
    font-weight: 700;
    font-size: .4rem;
    line-height:1.4;
    color: #023692;
}





/*  */
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;
}