.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%);
}
/*  */
.home01{
    position: relative;
    height: 8.25rem;
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
.home01 .swiper {
    width: 100%;
    height: 100%;
}
.home01 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home01 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
.slide_item{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.slide_item img{
    position: absolute;
    top: 0;
    left: 0;
}
.slide_itemMsgB{
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
}
.slide_itemMsgB h2{
    font-size: .6rem;
    color: #fff;
    text-transform: uppercase;
}
.slide_itemMsgB p{
    font-size: .24rem;
    color: #fff;
    margin-top: .2rem;
    display: block;
}
.slide_itemMsgB a{
    display: block;
    margin: .3rem auto auto;
    width: 2.2rem;
    height: .5rem;
    line-height: .5rem;
    text-transform: uppercase;
    text-align: center;
    background-color: #ff6c00;
    border-radius: .3rem;
    color: #ffffff;
    font-size: .2rem;
}
.mySwiper01 .swiper-button-next,.mySwiper01 .swiper-button-prev{
    width: .6rem;
    height: .6rem;
    font-size: .5rem;
    color: #fff;
    border: .01rem solid #fff;
    border-radius: .5rem;
    text-align: center;
    line-height: .4rem;
}
.mySwiper01 .swiper-pagination .swiper-pagination-bullet{
    width: .1rem;
    height: .1rem;
    background-color: #fff !important;
}
/*  */
.home02{
    background-color: #f1f4f9;
    width: 100%;
    padding: .8rem 0;
    box-sizing: border-box;
}
.home02_C{
    width: 14rem;
    margin: auto;
}
.home02_T p{
    color:#8592a6;
    font-size: .15rem;
    text-align: center;
    text-transform: uppercase;
}
.home02_T h3{
    color: #023692;
    font-size: .38rem;
    text-align: center;
    line-height: .48rem;
    margin: .15rem 0;
    text-transform: uppercase;
}
.home02_T span {
    display: block;
    border: 1px solid #0186d5;
    width: .8rem;
    margin: 0 auto;
}
.home02_body{
    width: 14rem;
    background: #fff;
    margin: .2rem 0;
}
.home02_bodyCol{
    padding: 0 .12rem;
}
.H02_tabContent{
    display: none;
}
.H02_tabContent.on{
    display: block;
}
.H02_tabLi{
    margin: 0 auto;
    padding: .3rem;
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
}
.H02_tabLiFlex{
    display: flex;
}
.H02_tabLiFlexL{
    width: 50%;
    padding: 0 .12rem;
    box-sizing: border-box;
}
.H02_tabLiFlexR{
    width: 50%;
    padding: .2rem .12rem 0;
    box-sizing: border-box;
    position: relative;
}
.H02_tabLiFlexL a{
    padding-top: .1rem;
    box-sizing: border-box;
}
.H02_tabLiFlexL a ,.H02_tabLiFlexL a img{
    display: block;
    width: 100%;
    height: 100%;
}
.H02_tabLiFlexRT{
    font-size: .2rem;
    text-transform: uppercase;
    color: #023692;
    position: relative;
}
.H02_tabLiFlexRT:before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #0186d5;
    width: .6rem;
    bottom: -.1rem;
}
.H02_tabLiFlexRB{
    display: flex;
    justify-content: space-between;
}
.H02_tabLiFlexRBL{
    width: 66%;
}
.H02_tabLiFlexRBL p{
    color: #6b7189 !important;
    font-size: .2rem;
    line-height: .3rem;
    margin: .4rem 0 .15rem 0;
}
.H02_but{
    width: 40%;
    padding: .1rem 0;
    font-size: .15rem;
    color: #fff;
    font-weight: 500;
    transition: all 0.5s;
    background-color: #023692;
    display: block;
    text-align: center;
    margin-top: .3rem;
    position: absolute;
    bottom: .27rem;
}
.H02_but:hover{
    background:#0179c1;
}
.H02_tabLiFlexRBR{
    width: 30%;
}
.H02_tabLiFlexRBR img{
    display: block;
    width: 100%;
    margin-top: .4rem;
}
.home02_TabBox{
    width: 100%;
}
.home02_TabBox ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.home02_TabBox ul li{
    width: 16%;
    margin-right: .8%;
}
.home02_TabBox ul li:last-child{
    margin-right: 0;
}
.H02_TabLi{
    width: 100%;
    border: .01rem solid #dee3e7;
    padding: .1rem;
    box-sizing: border-box;
    display: block;
}
.H02_TabLiImg{
    width: 100%;
    height: 1.2rem;
}
.H02_TabLiImg img{
    display: block;
    width: 100%;
    height: 100%;
}
.H02_TabLiMsg{
    font-size: .16rem;
    color: #6b7189;
    text-align: center;
    padding: .05rem;
    box-sizing: border-box;
}
.H02_active .H02_TabLi{
    background: #023692;
    border: .01rem solid #0186d5;
}
.H02_active .H02_TabLiMsg{
    color: #fff;
}
.H02_li{
    cursor: pointer;
}
/*  */
.home03{
    width: 100%;
    background: #023692;
    padding: .8rem 0 1.6rem 0;
    box-sizing: border-box;
}
.home03_Ul{
    display: flex;
    width: 14rem;
    margin: auto;
}
.home03_Li{
    width: 25%;
    border-right: .01rem solid #FFFFFF12;
    display: flex;
    padding-left: .2rem;
    box-sizing: border-box;
    cursor: pointer;
}
.home03_Li:last-child{
    border-right: none;
}
.home03_LiMsg{
    color: #fff;
    margin-left: .2rem;
}
.home03_LiMsg h4{
    font-size: .4rem;
}
.home03_LiMsg p{
    font-size: .16rem;
}
.home03_LiIcon{
    width: .75rem;
    height: auto;
    transition: all 0.5s;
}
.home03_LiIcon img{
    display: block;
    width: 100%;
    height: 100%;
}
.home03_Li:hover .home03_LiIcon {
    transition: all 0.5s;
    transform: rotateY(360deg);
}
/*  */
.home04{
    width: 100%;
    background: #fff;
}
.home04_C{
    width: 14rem;
    margin: auto;
}
.home04_CimgBox{
    display: flex;
}
.home04_CimgC{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    margin-top: -1.20rem;
    z-index: 1;
}
.home04_CimgC .home04_CimgCB{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 5rem;
}
.home04_CimgC .home04_CimgCB img{
    width: 100%;
    height: 5rem;
    display: block;
}
.home04_Cthumb{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0,0.6);
    padding: .3rem;
    text-transform: capitalize;
    color: #fff;
    font-size: .35rem;
    font-family: pb;
}
.home04_CMsg{
    margin: .4rem 0 .35rem 0;
}
.home04_CMsgUl{
    display: flex;
}
.home04_CMsgUlL{
    width: 60%;
    padding: 0 1%;
    box-sizing: border-box;
}
.home04_CMsgUlR{
    width: 40%;
    padding: 0 1%;
    box-sizing: border-box;
}
.H4_title{
    color: #023692;
    font-size: .4rem;
}
.H4_title span:first-child{
    text-transform: capitalize;
    font-family: pb;
}
.h4_CMsgUlLTBox p{
    font-size: .17rem;
    color: #8592a6;
    padding: .1rem 0;
}
.h4_CMsgUlLBBox{
    margin-top: .2rem;
}
.h4_CMsgUlLBBox h4{
    color: #023692;
    font-size: .2rem;
}
.h4_CMsgUlLBBoxUl{
    margin-top: .3rem;
    padding-left: .2rem;
}
.h4_CMsgUlLBBoxLi{
    display: flex;
    margin-bottom: .1rem;
    align-items: center;
}
.h4_CMsgUlLBBoxLi img{
    display: block;
    width: .15rem;
    height: .15rem;
    margin-right: .1rem;
}
.h4_CMsgUlLBBoxLi p{
    font-size: .15rem;
    color: #8592a6;
}
.H04_CMsgUlR{
    margin-top: .2rem;
    height: 100%;
}
.H04_imgBox{
    width: 100%;
    height: 100%;
}
.H04_imgBox img{
    display: block;
    width: 100%;
    height: 100%;
}
.H04_UlR_B{
    width: 100%;
    background-color: #023692;
    position: relative;
    padding: .25rem 0;
    box-sizing: border-box;
    display: none;
}
.H04_UlR_B:before{
    border-style: solid;
    border-width: 0 .2rem .2rem .2rem;
    border-color: transparent transparent #023692 transparent;
    top: -.2rem;
    content: "";
    left: 45%;
    position: absolute;
}
.H04_UlR_B div:first-child{
    font-size: .72rem;
    color: #fff;
    text-align: center;
    font-family: pb;
    line-height: .8;
}
.H04_UlR_B div:last-child{
    font-size: .3rem;
    color: #fff;
    text-align: center;
}
/*  */
.home05{
    background:#f1f4f9;
    padding: .5rem 0;
}
.home05_ul{
    display: flex;
    justify-content: space-between;
    width: 14rem;
    margin: auto;
    margin-top: .4rem;
}
.home05_Li{
    width: 32.5%;
    height: 3rem;
    background: #fff;
    padding: .15rem;
    box-sizing: border-box;
}
.home05_LiImg{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home05_LiImg img{
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
}
.home05_Li:hover .home05_LiImg img{
    transform: scale(1.1);
}
/*  */
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; 
}
.pc_swiper_banner{
    display: block;
}
.yd_swiper_banner{
    display: none !important;
}