header{
    width: 100%;
}
.PCnavBox{
    width: 100%;
    background-color: #1c2c83;
    position: relative;
    display: none;
}
.YDnavBox{
    width: 100%;
    background: #fff;
    height: 1rem;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.YDnavBox_C{
    width: calc(100% - .3rem);
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.YDnavBox_C img{
    display: block;
}
.xnav{
    position: fixed;
    width: .6rem;
    height: .5rem;
    background: rgb(213, 40, 30);
    right: .5rem;
    top: .5rem;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: .05rem;
    z-index: 999999999;
}
.xnav span {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    transition: 0.8s;
    z-index: 99999991;
}
.xnav .nav1{
    /* width: .25rem; */
    margin-top: -.12rem;
}
.xnav .nav2{
    margin-top: -.02rem;
}
.xnav .nav3{
    margin-top: .06rem;
    /* width: .25rem; */
}
.smdaohang {
    position: fixed;
    width: 0;
    height:100%;
    overflow: auto;
    top: 0px;
    right: 0px;
    /* background: rgb(213, 40, 30); */
    background: #fff;
    z-index: 9999999;
    transition: 0.8s;
    text-align: center;
}
.smdaohangS{
    width: 100% !important;
}
.topnav {
    margin: auto;
    margin-top: 1rem;
    padding: .2rem;
    background: #fff;
    height: 85%;
    margin-right: .3rem;
}
.topnav li {
    text-align: left;
    position: relative;
}
.topnav li a {
    padding: .05rem;
    padding-left: 0px;
    color: #555;
    display: block;
    font-size: .28rem;
    line-height: .6rem;
    padding-right: .5rem;
}
.xnav.navh .nav2 {
    transform: rotate(-45deg);
    width: .1rem;
    margin-top: -.08rem;
    margin-left: .07rem;
}
.xnav.navh .nav1 {
    transform: rotate(45deg);
    width: .4rem;
    margin-top: 0;
}
.xnav.navh .nav3 {
    transform: rotate(-45deg);
    width: .09rem;
    margin-top: .05rem;
    margin-left: -.12rem;
}
.topnav span {
    display: block;
    position: absolute;
    right: 0px;
    top:.15rem;
    width: .35rem;
    height: .35rem;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    transition: 0.5s;
}
.topnav span.yizi {
    transform: rotate(90deg);
}
.topnav span:before {
    content: "";
    width: .1rem;
    height: .03rem;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -.05rem;
    top: 48%;
    margin-top: 0px;
    transform: rotate(45deg);
    transform-origin: right center;
}
.topnav span:after {
    content: "";
    width: .1rem;
    height: .03rem;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -.05rem;
    top: 48%;
    margin-top: .01rem;
    transform: rotate(-45deg);
    transform-origin: right center;
    transition: 0.5s;
}
.topnav li {
    clear: both;
}
ul.topnav ul li{
    padding-left: .2rem;
    font-size: .28rem;
    font-weight: normal;
    outline: 0;
}
.topnav_UL{
    height: 0;
    overflow: hidden;
}
.topnav_UL.topnav_ULs{
    height: 100%;
}
.topnav_UL li,.topnav_ULLiC div{
    padding: .05rem;
    padding-left: 0px;
    color: #555;
    display: block;
    font-size: .28rem;
    line-height: .6rem;
    padding-right: .5rem;
}
.topnav_ULLiC div{
    padding-left: .3rem;
}
.topnav_ULLiC{
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-left: .3rem;
}
.topnav_ULLiC.on{
    height: 100%;
}

/*  */
.About01{
    margin-top: 1rem;
    width: 100%;
    height: 2.42rem;
}
.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;
    display: none;
}
.About_navC{
    /* width: 16rem; */
    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: .7rem .1rem .7rem .1rem;
    box-sizing: border-box;
}
.About02_CT{
    font-size: .5rem;
    line-height: .4rem;
    padding: .05rem 0;
    color: #333333;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.About02_CT::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/common_tit_after.png) no-repeat center;
    width: .1rem;
    height: .1rem;
}
.About02_CP{
    font-size: .25rem;
    line-height: 1.6;
    color: #555;
    margin-top: .2rem;
}
.About02_CB{
    margin-top: .5rem;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.About02_CBUl{
    /* display: flex; */
    box-shadow: 0px -.04rem .09rem 0px #d8d8d8;
    padding: .45rem 0 .7rem;
    background: #ffffff;
}
.About02_CBLi{
    width:100%;
    padding-left: 6.7%;
    box-sizing: border-box;
    position: relative;
    padding-bottom: .3rem;
    margin-bottom: .1rem;
}
.About02_CBLi::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 90%;
    left: 5%;
    height: 1px;
    background: #cdcdcd;
}
.About02_CBLiIcon{
    width: .85rem;
    height: .85rem;
}
.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: .32rem;
    line-height: .24rem;
    font-weight: bold;
    color: #ca0915;
    margin-top: .2rem;
}
.About02_CBLiC2 {
    font-size: .25rem;
    line-height: .24rem;
    color: #666666;
    margin-top: .15rem;
}
.About03{
    width: 100%;
    padding: .7rem .3rem;
    box-sizing: border-box;
    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: 100%;
    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: 100%;
    height: 5rem;
  }

  .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: #0f1934;
}
.footer_C{
    /* width: 14rem; */
    margin: auto;
}
.footer_ULTop{
    padding: .5rem .3rem .3rem .3rem;
    box-sizing: border-box;
    /* display: flex; */
}
.footer_TopLi1{
    width: 100%;
    margin-right: 12.3%;
}
.F_LIimgBox img{
    display: block;
}
.F_LIP{
    font-size: .28rem;
    line-height: .45rem;
    color: rgba(255, 255, 255, .5);
    margin-bottom: .31rem;
    margin-top: .3rem;
}
.footer_TopLi2{
    width: 100%;
    margin-right: 2.5%;
}
.footer_TopLi3{
    width: 100%;
    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: .35rem;
    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: #eb8100;
}
.footer_ULTop ul li a span{
    font-size: .24rem;
    line-height: .5rem;
    font-weight: bold;
}
.footer_ULTop ul li a i{
    font-style: normal;
    margin-right: .08rem;
    font-size: .3rem;
    color: rgba(255, 255, 255, .5);
}
.footer_ULTop .footer_TopLi3 ul li a{
    color: rgba(255, 255, 255, .5);
}
.footer_TopLi4{
    width: 100%;
}
.FT04_UL{
    margin-top: .2rem;
}
.FT04_Li{
    width: 100%;
    box-sizing: border-box;
    padding: .05rem .1rem;
    background: #2c354d;
    display: flex;
    font-size: .26rem;
    color: rgba(255, 255, 255, .5);
    margin-bottom: .1rem;
}
.FT04_Li p a{
    font-size: .26rem;
    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: .23rem;
}
.footer_B div{
    text-align: center;
    padding: .2rem 0;
}
.FT04Form_UL{
    width: 100%;
    /* display: flex; */
    margin-top: .3rem;
}
.FT04Form_UL form{
    width: 100%;
}
.inputStyle{
    width: 100%;
    height: .6rem;
    line-height: .4rem;
    font-size: .25rem;
    background: transparent;
    border: .01rem solid rgba(255, 255, 255, .5);
    padding-left: .1rem;
    border-radius: .1rem;
    margin-bottom: .2rem;
    font-family: p;
}
.inputStyleW{
    width: 100% !important;
}
.FT04Form_ULBtn a{
    display: block;
    font-size: .28rem;
    color: #fff;
    border-radius: .5rem;
    background: rgb(213, 40, 30);
    width: 2.5rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    cursor: pointer;
}
.inputStyle1{
    height: .8rem;
}
.bodyC_inputBoxYd{
    flex-wrap: wrap;
    display: flex;width: 100%;
    justify-content: space-between;
}