header{
    width: 100%;
}
.YDnavBox{
    display: none;
}
.PCnavBox{
    width: 100%;
    height: 1rem;
    top: 0;
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    margin: auto;
    transition: all .3s;
    background: transparent;
    background: #fff;
}
.PCnavBox:hover{
    /* background: #fff !important; */
}
.PCnavBox_Top{
    width: 100%;
    height: .89rem;
    /* background: #fff; */
}
.PCnavBox_TopC img{
    display: block;
    
}
.PCnavBox_Tab{
    width: 16rem;
    height: 1rem;
    z-index: 9999;
    display: flex;
    align-items: center;
    margin: auto;
}
.PCnavBox_TabC{
    width: 14rem;
    margin: auto;
    padding: 0 .2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.PCnavBox_TabCUL{
    display: flex;
    height: 100%;
}
.PCnavBox_Btn{
    font-size: .18rem;
    color: #fff;
    border-radius: .5rem;
    background: rgb(213, 40, 30);
    width: 2rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    cursor: pointer;
}
.PCnavBox_TabCLi{
    box-sizing: border-box;
    color: rgb(68, 68, 68);
    font-size: .2rem;
    margin-right: .2rem;
    cursor: pointer;
    position: relative;
}
.PCnavBox_TabCLi a{
    display: block;
    color: rgb(68, 68, 68);
    padding: .15rem .2rem;
    margin-top: .2rem;
}
.PCnavBox_TabCLi a:hover{
    color: rgb(213, 40, 30);
    border-bottom: .02rem solid rgb(213, 40, 30);
}
.PCnavBox_TabCLi.on a{
    color: rgb(213, 40, 30);
    border-bottom: .02rem solid rgb(213, 40, 30);
}
.moreList{
    position: absolute;
    /* background-image: linear-gradient(90deg, #2e3c8c 0%, #2f6ea8 100%); */
    width: 100%;
    /* display: none; */
    height: 3rem;
    top: 1rem;
    left: 0;
    transition: all .5s;
    overflow: hidden;
    display: flex;
    z-index: 999;
    background:#fff;
}
.moreListLI_L{
    width: 25%;
    background: #f3f3f5;
    padding: .1rem 0 .1rem 0;
    /* box-sizing: border-box; */
}
.moreListLI_R{
    width: 75%;
    background: rgb(255, 252, 252,0.95);
    position: relative;
}
.moreListLI_LLi{
    padding: .17rem .2rem .17rem 1rem ;
    color: #ca0915;
    border-bottom: 1px solid rgb(255, 252, 252,0.4);
    font-size: .18rem;
    cursor: pointer;
    position: relative;
}
.moreListLI_LLi.on{
    color: #ca0915;
    background: #484848;
}
.moreListLI_LLi:last-child{
    border-radius: none;
}
.moreListLI_RUL{
    width: 60%;
    height: 100%;
    padding: .3rem 0 0 .5rem;
    box-sizing: border-box;
    display: none;
}
.moreListLI_RUL.on{
    display: block;
}
.moreListLI_RULT{
    font-size: .4rem;
    color: #555;
}
.moreListLI_RULP{
    font-size: .15rem;
    color: #555;
    margin-top: .2rem;
}
.moreListLI_Btn a{
    display: block;
    font-size: .18rem;
    color: #fff;
    background: rgb(213, 40, 30);
    width: 2rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    cursor: pointer;
}
/*  */

.About01{
    margin-top: 1rem;
    width: 100%;
}
.About01 img{
    display: block;
    width: 100%;
    height: 100%;
}
.About_nav{
    width: 100%;
    height: .8rem;
}
.About_navC{
    height: 100%;
    width: 15rem;
    margin: auto;
    display: flex;
    justify-content: end;
    align-items: center;
}
.About_navC1{
    display: flex;
    align-items: center;
}
.About_navIcon{
    width: .15rem;
    height: .14rem;
    background: url(../img/About_iconH.png) no-repeat center;
}
.About_navC1 em {
    float: left;
    width: .03rem;
    height: .07rem;
    background: url(../img/crumbs_home_jt.png) no-repeat center;
    vertical-align: middle;
    margin: .03rem .19rem;
}
.About_navC1 span{
    float: left;
    /* vertical-align: middle; */
    /* text-transform: uppercase; */
    font-size: .13rem;
    line-height: .14rem;
    color: #333333;
}
/*  */
.NewsDetail01{
    background: #f0f0f0;
    padding: .5rem 0;
    width: 100%;
}
.NewsDetail01_C{
    width: 14rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.NewsDetail01_CL{
    width: 67%;
    background: #ffffff;
    padding: .4rem .2rem;
    box-sizing: border-box;
}
.NewsDetail01_CR{
    width: 30%;
    background: #fff;
    padding: .3rem;
    box-sizing: border-box;
    height: max-content;
}
.NewsDetail01_CLT{
    font-size: .3rem;
    color: #000;
    margin-bottom: .1rem;
    font-weight: bold;
}
.N01news_text {
    font-size: .14rem;
}
.N01news_text img{
    max-width: 100%;
    height: auto;
}
.NewsDetail01_CRBtn{
    width: 100%;
    height: .6rem;
    text-align: center;
    line-height: .6rem;
    background: #ca0915;
    color: #fff;
    font-size: .2rem;
}



/*  */
footer{
    width: 100%;
    background: #282d35;
    position: relative;
}
footer::after {
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    width: 8.79rem;
    height: 1.75rem;
    background: url("../img/ipart05_bg02.png") no-repeat;
    background-size: cover;
}
.footer_C{
    width: 14rem;
    margin: auto;
}
.footer_ULTop{
    padding: .5rem 0 .3rem 0;
    display: flex;
}
.footer_TopLi1{
    width: 26%;
    margin-right: 12.3%;
}
.F_LIimgBox img{
    display: block;
}
.F_LIP{
    font-size: .14rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, .5);
    margin-bottom: .31rem;
    margin-top: .3rem;
}
.footer_TopLi2{
    width: 16%;
    margin-right: 2.5%;
}
.footer_TopLi3{
    width: 21%;
    margin-right: 2.9%;
}
.footer_TopLi3 .F_tit:hover{
    color:#eb8100;
    cursor: pointer;
}
.F_titBox{
    font-size: .14rem;
    line-height: .26rem;
    color: rgba(255, 255, 255, .5);
}
.F_tit{
    font-size: .24rem;
    line-height: .7rem;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all .2s;
}
.footer_ULTop ul{
    margin-top: .2rem;
}
.footer_ULTop ul li a{
    display: flex;
    align-items: center;
    color: #fff;
}
.footer_ULTop ul li a span{
    font-size: .14rem;
    line-height: .26rem;
    font-weight: bold;
}
.footer_ULTop ul li a i{
    font-style: normal;
    margin-right: .05rem;
    font-size: .12rem;
    color: rgba(255, 255, 255, .5);
}
.footer_ULTop .footer_TopLi3 ul li a{
    color: rgba(255, 255, 255, .5);
}
.footer_TopLi4{
    width: 43.3%;
}
.FT04_UL{
    margin-top: .2rem;
    /* display: flex; */
}
.FT04_Li{
    width: 100%;
    box-sizing: border-box;
    padding: .05rem 0;
    /* background: #2c354d; */
    display: flex;
    font-size: .14rem;
    color: rgba(255, 255, 255, .5);
    margin-bottom: .1rem;
}
.FT04_Li p a{
    font-size: .14rem;
    color: rgba(255, 255, 255, .5);
    transition: all .2s;
}
.FT04_Li p a:hover{
    color: #fff;
}
.FT04_LiIcon{
    margin-right: .1rem;
}
.footer_B{
    border-top: 1px solid rgba(255, 255, 255, .5);
    line-height: 26px;
    color: rgba(255, 255, 255, .5);
    font-size: .14rem;
}
.footer_B div{
    text-align: center;
    padding: .2rem 0;
}
.FT04Form_UL{
    width: 100%;
    /* display: flex; */
}
.FT04Form_UL form{
    width: 100%;
}
.inputStyle{
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    font-size: .18rem;
    background: transparent;
    border: .01rem solid rgba(255, 255, 255, .5);
    padding-left: .1rem;
    border-radius: .1rem;
    font-family: p;
}
.inputStyleW{
    width: 47% !important;
}
.FT04Form_ULBtn a{
    display: block;
    font-size: .18rem;
    color: #fff;
    border-radius: .5rem;
    background: rgb(213, 40, 30);
    width: 1.5rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    cursor: pointer;
}
.inputStyle1{
    height: .8rem;
}
.bodyC_inputBoxYd{
    flex-wrap: wrap;
    display: flex;width: 100%;
    justify-content: space-between;
    margin-bottom: .2rem;
}