.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-bottom: .15rem;
    text-align: center;
}
.about01_text h3{
    width: 100%;
    text-transform: capitalize;
    font-size: .32rem;
    line-height: .32rem;
    display: block;
    margin-bottom: .25rem;
    text-align: center;
}
.about01_Nav{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background: #023692;
    padding: .15rem .3rem;
    display: flex;
}
.about01_Nav p,.about01_Nav a{
    font-size: .26rem;
    color: #8592a6;
}
.about01_Nav a:last-child{
    color: #d6000f;
}


/*  */
/*  */
.ContactUS01{
    width: 100%;
    background-color: #f1f4f9;
    padding: .5rem 0;
}
.ContactUS01_C{
    /* width: 14rem; */
    margin: auto;
}
.CU01_text{
    font-size: .4rem;
    color: #023692;
    text-align: center;
    margin-bottom: .2rem;
    text-transform: capitalize;
    font-family: pb;
}
.ContactUS01_CBox{
    background: #fff;
    width: 100%;
    padding: .3rem;
    box-sizing: border-box;
}
.CU01_C{
    width: 100%;
    height: 100%;
    /* display: flex; */
    padding: 0 .2rem;
    box-sizing: border-box;
}
.CU01_CL{
    /* width: 41.6%; */
}
.CU01_CR{
    /* width: 58.3%; */
    padding: .4rem;
    box-sizing: border-box;
}
.CU01_CLli{
    display: flex;
    padding: .2rem .4rem;
    box-sizing: border-box;
}
.CU01_CLliIcon div{
    width: 1rem;
    overflow: hidden;
}
.CU01_CLliIcon div img{
    width: 100%;
    display: block;
    height: auto;
}
.CU01_CLliText{
    margin-left: .2rem;
}
.CU01_CLliT1{
    font-size: .35rem;
    line-height: .8rem;
    text-transform: capitalize;
    color: #023692;
    font-weight: 600;
}
.CU01_CLliTP,.CU01_CLliTP a{
    display: block;
    color:#8592a6;
    font-weight: 400;
    font-size: .28rem;
    line-height: .35rem;
    letter-spacing: .1px;
    transition: all .3s;
}
.CU01_CLliTP a:hover{
    color: #d6000f;
}
.CU01_CRInput{
    width: 100%;
    height: 100%;
}
.CU01_CRInput button {
    width: 3.5rem;
    margin-top: .2rem;
    height: .8rem;
    font-family: Candarab;
    line-height: .45rem;
    color: rgb(255, 255, 255);
    font-size: .28rem;
    text-align: center;
    cursor: pointer;
    background: #023692;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    display: block;
    border-radius: .5rem;
    transition: all .3s;
}
.CU01_CRInput button:hover {
    /* opacity: 0.8; */
    margin-left: .2rem;
    background: #d6000f;
}
.infoform{
    margin-top: .2rem;
}
.infoform input, .infoform textarea {
    width: 100%;
    font-family: Candara;
    resize: none;
    margin-bottom: .25rem;
    color: rgb(34, 34, 34);
    font-size: .3rem;
    padding: 0px .2rem;
    box-sizing: border-box;
    display: block;
    border: 0;
    border: 1px solid #dcdcdc;
    background: none;
}
.infoform input {
    height: .8rem;
    line-height: .48rem;
    border-radius: .05rem;
}
.infoform textarea {
    padding: .1rem;
    border-radius: .1rem;
}
.infoform_input{
    height: .45rem;
    line-height: .48rem;
    border-radius: .05rem;
}
.TR_del_box input, .TR_del_box textarea {
    width: 100%;
    font-family: Candara;
    resize: none;
    margin-bottom: .07rem;
    color: rgb(34, 34, 34);
    font-size: .16rem;
    padding: 0px .2rem;
    box-sizing: border-box;
    display: block;
    border: 0;
    border: 1px solid #dcdcdc;
    background: none;
}
.infoform_input1{
    float: left;
    /* width: 49% !important; */
}
.infoform_input2{
    float: right;
    /* width: 49% !important; */
}
/*  */
.CU02{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
}
.CU02_img{
    /* width: 14rem; */
    margin: auto;
}
.CU02_img img{
    display: block;
    width: 100%;
    height: auto;
}







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