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%;
}
.About02{
    width: 100%;
    background: url("../img/xc_banner_after.png") no-repeat #fff;
    background-position:top right;
}
.About_nav{
    width: 100%;
    height: .8rem;
}
.About_navC{
    height: 100%;
    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;
}
.About02_C{
    width: 14rem;
    margin: auto;
    padding: 0 0 .7rem 0;
}
.About02_CT{
    font-size: .3rem;
    line-height: .4rem;
    padding: .05rem 0;
    color: #333333;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.About02_CT::after {
    content: '';
    position: absolute;
    right: -.15rem;
    top: 0;
    background: url(../img/common_tit_after.png) no-repeat center;
    width: .1rem;
    height: .1rem;
}
.About02_CP{
    font-size: .18rem;
    line-height: 1.6;
    color: #555;
    margin-top: .2rem;
}
.About02_CB{
    margin-top: .5rem;
}
.About02_CBUl{
    display: flex;
    box-shadow: 0px -.04rem .09rem 0px #d8d8d8;
    padding: .45rem 0 .7rem;
    background: #ffffff;
}
.About02_CBLi{
    width: 33.3%;
    padding-left: 6.7%;
    box-sizing: border-box;
    position: relative;
}
.About02_CBLi::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: .01rem;
    height: .45rem;
    background: #cdcdcd;
}
.About02_CBLiIcon{
    width: .32rem;
    height: .33rem;
}
.About02_CBLiIcon img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .8s ease 0s;
}
.About02_CBLi:hover img {
    cursor: pointer;
    transform: rotateY(180deg);
}
.About02_CBLiC1{
    font-size: .24rem;
    line-height: .24rem;
    font-weight: bold;
    color: #ca0915;
    margin-top: .2rem;
}
.About02_CBLiC2 {
    font-size: .18rem;
    line-height: .24rem;
    color: #666666;
    margin-top: .15rem;
}
.About02_CBLi.three::after {
    width: 0;
}
.About03{
    width: 100%;
    padding: .7rem 0;
    background: url(../img/history02_01.jpg) no-repeat left;
    background-size: cover;
}
.About03_C{
    width: 14rem;
    margin: auto;
}
/*  */
.container {
    display: flex;
    max-width: 100%;
    border-radius: 0;
    overflow: hidden;
    margin-top: .5rem;
    justify-content: space-between;
  }

  /* ============ 左侧时间轴 ============ */
  .timeline-wrap {
    width: 44%;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  /* 左侧红色滚动指示条 */
  .timeline-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 10px 0 30px;
    position: relative;
  }

  /* 红色滚动条 */
  .timeline-scroll::-webkit-scrollbar {
    width: 4px;
  }
  .timeline-scroll::-webkit-scrollbar-track {
    /* background: #e8e8e8; */
  }
  .timeline-scroll::-webkit-scrollbar-thumb {
    background: #c41230;
    border-radius: 2px;
  }

  .timeline-list {
    position: relative;
    padding-left: .4rem;
  }

  /* 左侧红色竖线 */
  .timeline-list::before {
    content: "";
    position: absolute;
    left: .1rem;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #c41230;
  }

  .timeline-item {
    display: flex;
    align-items: baseline;
    padding: 18px 30px 18px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.35s ease;
  }

  /* 节点圆点 */
  .timeline-item::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    border: 2px solid #fafafa;
    border-radius: 50%;
    transition: all 0.35s ease;
    z-index: 2;
  }

  .timeline-item.active::before {
    background: #c41230;
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(196, 18, 48, 0.2);
  }

  .timeline-item:hover::before {
    background: #c41230;
  }
  .event {
    font-size: 15px;
    color: #666;
    transition: color 0.35s;
    white-space: nowrap;
  }

  .timeline-item.active .event {
    color: #c41230;
  }

  .timeline-item.active {
    background: rgba(196, 18, 48, 0.04);
  }

  .timeline-item:hover .event {
    color: #333;
  }

  .timeline-item.active:hover .event {
    color: #c41230;
  }

  /* ============ 右侧图片区 ============ */
  .stage {
    position: relative;
    background: #000;
    overflow: hidden;
    width: 50%;
  }

  .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    z-index: 1;
  }

  .slide.show {
    opacity: 1;
    z-index: 2;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .loading {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 14px;
    z-index: 0;
  }






/*  */
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;
}