.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;
}
/*  */
.about02{
    width: 100%;
    background: #fff;
}
.about02_C{
    width: 14rem;
    margin: auto;
    padding: .5rem 0;
}
.about02_CUL{
    width: 100%;
    display: flex;
}
.about02_C h3 {
    color: #023692;
    font-size: .38rem;
    text-align: center;
    line-height: .48rem;
    margin: .15rem 0;
    text-transform: uppercase;
}
.about02_CLi{
    width: 100%;
    margin-right: 2%;
    color: #8592a6;
}
.about02_CLi:last-child{
    margin-right: 0;
}
.A02_liText{
    font-size: .16rem;
}
.A02_Cli_ul{
    margin-top: .2rem;
}
.A02_Cli_li{
    display: flex;
    align-items: center;
    font-size: .16rem;
    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;
}
.A02_clearfixLi{
    width: 25%;
    padding: .3rem;
    box-sizing: border-box;
    background: #f1f4f9;
}
.A02_clearfixLi_icon{
    width: .5rem;
    height: .5rem;
    margin: auto;
}
.A02_clearfixLi_icon img{
    width: 100%;
    display: block;
}
.A02_clearfixLi_text p:first-child{
    font-size: .4rem;
    text-align: center;
    color: #023692;
    font-family: pb;
    margin-top: .2rem;
}
.A02_clearfixLi_text p:last-child{
    font-size: .18rem;
    text-align: center;
    color: #8592a6;
}
/*  */
.about03{
    width: 100%;
    background: #023692;
    padding: .5rem 0;
}
.about03_C{
    width: 14rem;
    margin: auto;
}
.about03_CText{
    position: relative;
    padding-left:.2rem ;
}
.about03_CText h3{
    font-size: .15rem;
    text-transform: uppercase;
    color: #fff;
}
.about03_CText h2{
    font-size: .38rem;
    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: 32%;
    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;
    font-family: pb;
}
.about04_CImg{
    width:100%;
    height: 100%;
    margin: auto;
    margin-top: .4rem;
}
.about04_CImg img{
    display: block;
    width: 100%;
}
/*  */
.about05{
    width: 100%;
    padding: 1rem;
    background: url("../img/About_FZh.jpg") center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.about05_text{
    margin: auto;
}
.about05_text h4{
    background-color: rgb(128, 128, 128, .22);
    color: #FFFFFFDB;
    font-size: .16rem;
    line-height: 1;
    font-weight: 400;
    padding: .1rem .15rem;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    width: 10%;
    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;
}
.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: 1rem;
    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;
}
.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: .3rem;
    font-weight: 600;
    padding-bottom: .06rem;
}
.A06_Box_Ul1 li h4 {
    font-weight: 700;
    font-size: .16rem;
    line-height:.24rem;
    color: #023692;
}




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