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;
}
.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;
}
/*  */
.index01 {
    position: relative;
    height: 100%;
    width: 100%;
}
.index01 {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
.index01 .swiper {
    width: 100%;
    height: 100%;
}
.index01 .swiper-slide {
    background-position: center;
    background-size: cover;
}
.index01 .swiper-slide img {
    display: block;
    width: 100%;
}
.slide_nav {
    bottom: 5% !important;
    top: 84% !important;
    left: 50% !important;
    margin-left: -.42rem;
    z-index: 3 !important;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: .3rem !important;
    width: .27rem !important;
    background: url("../img/icon1.png");
    margin-top: .37rem !important;
}
.slide_nav.next {
    left: auto !important;
    background-position: right top;
    right: 50%;
    margin-right: -42px;
}
/*  */
.Index01swiper-section {
    width: 100%;
    padding: .7rem 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
  }
.index01swiper-section_C{
    width: 100%;
    display: flex;
    align-items: end;
}
  /* 顶部标签导航 */
.index02   .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: .2rem;
  }
.index02   .tab {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 8px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #8a8a8a;
    transition: color .3s;
  }
.index02   .tab:hover { color: #1a1a1a; }
 .index02  .tab.active { color: #d61f26; }
.index02   .sep {
    margin: 0 24px;
    font-size: 24px;
    font-weight: 300;
    color: #d9d9d9;
    user-select: none;
  }

  /* 箭头按钮 */
.index02   .arrow-wrap { display: flex; justify-content: center; }
 .index02  .arrow {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #1a1a1a;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    transition: transform .2s, color .2s;
  }
.index02  .arrow:hover { color: #d61f26; }
.index02  .arrow.up:hover { transform: translateY(-2px); }
.index02  .arrow.down:hover { transform: translateY(2px); }
.index02  .arrow svg { width: 20px; height: 20px; }
.index02  .arrow-top { margin-top: 20px; }
.index02  .arrow-bottom { margin-top: 12px; }
  /* 轮播主体 */
.index02  .stage {
    position: relative;
    /* margin: 12px auto 0; */
    height: 5.2rem;
    width: 75%;
    padding-bottom: .3rem;
}
.index02 .slide {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55%;
    max-width: 440px;
    background: none;
    border: none;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform .5s cubic-bezier(.22,1,.36,1), opacity .5s ease, filter .5s ease;
}
.index02 .slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
    display: block;
}

/* 标题 */
.index02 .Index01_tabsT{font-size: .54rem;color: #000;font-family: pb;text-align: center;}
.index02 .caption { 
text-align: center;
width: 25%; 
background: url("../img/index01_Cp1.jpg") no-repeat 100%;
padding-top: .5rem;
height: 2.5rem;
background-size: cover;
}
.index02 .caption h3 { font-size: .24rem; font-weight: 700; color: #fff;}
.index02 .caption p { 
    height: .8rem;
    margin-top: .1rem; font-size: 14px; color: #fff; }
    .index02 .caption a { 
    display: block;
    border: .01rem solid #fff;
    font-size: .2rem;
    width: 2rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border-radius: .5rem;
    color: #fff;
    margin: auto;
    margin-top: .2rem;
}
.index02 .dot {
    width: 8px; height: 8px;
    border: none;
    border-radius: 9999px;
    background: #d9d9d9;
    cursor: pointer;
    transition: all .3s;
}
.index02 .dot:hover { background: #8a8a8a; }
.index02 .dot.active { width: 24px; background: #d61f26; }
/*  */
.index03{
    background: #d5281e url(../img/ipart02_01.jpg) no-repeat left;
    padding: 1rem 0;
}
.index03_C{
    width: 100%;
    display: flex;
    align-items: center;
}
.index03_CR{
    width: 48%;
    display: flex;
    background: #fff;
    align-items: center;
}
.index03_CL{
    width: 52%;
    padding: 0 .5rem 0 1.5rem;
    box-sizing: border-box;
}
.index03_CLT{
    font-size: .5rem;
    color: #fff;
    font-family: pb;
}
.index03_CLP{
    font-size: .18rem;
    color: #fff;
    font-family: p;
}
.index03_CBtn{
    background: #ffffff;
    border-radius: .26rem;
    position: relative;
    width: 1.85rem;
    text-align: center;
    margin-top: .3rem;
}
.index03_CBtn a{
    display: block;
    padding: .16rem 0;
    position: relative;
}
.index03_CBtnIcon{
    width: .52rem;
    height: .52rem;
    background: url("../img/ipart02_02.png") no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .4s ease;
}
.index03_CBtnT{
    font-size: .16rem;
    line-height: .2rem;
    color: #333333;
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    text-indent: .2rem;
}
.index03_CBtn a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .52rem;
    height: 100%;
    background: #ca0915;
    transition: all .4s ease;
    border-radius: .26rem;
}
.index03_CBtn:hover a::before{ 
    width: 100%;
}
.index03_CBtn:hover .index03_CBtnIcon{
    left: 100%;
    transform: translate(-100%,0);
}
.index03_CBtn:hover .index03_CBtnT{
    color: #fff;
}
.index03_CRImg{
    display: block;
    width: auto;
    height: auto;
}
.index03_CRUl{
    margin-left: .5rem;
}
.index03_CRLiT{
    font-size: .48rem;
    line-height: .5rem;
    font-weight: bold;
    color: #ca0915;
}
.index03_CRLi{
    margin-bottom: .5rem;
}
.index03_CRLi:last-child{
    margin-bottom: 0;
}
.index03_CRLiT span{
    font-size: .14rem;
    line-height: .14rem;
    color: #ca0915;
    display: inline-block;
}
.index03_CRLiB{
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    margin-top: .15rem;
}
/*  */
.index04{
    width: 100%;
    background: #fff;
    padding: 1rem 0 .2rem 0;
}
.index04_c{
    width: 100%;
    background: url(../img/ipart03_01.png) no-repeat top right;
}
.index04_c1{
    width: 16rem;
    margin: auto;
}
.index04_c1T{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index04_c1TL1{
    font-size: .18rem;
    line-height: .24rem;
    font-weight: 900;
    color: #ca0915;
    text-transform: uppercase;
    margin-bottom: .1rem;
}
.index04_c1TL2{
    font-size: .42rem;
    line-height: .48rem;
    font-weight: bold;
    color: #ca0915;
}
.index04_c1TR{
    font-size: .14rem;
    line-height: .24rem;
    color: #ffffff;
    width: 45%;
}
.index04_Swiper {
    height: 5rem;
    margin-top: .8rem;
}
.index04_Swiper .swiper {
    width: 100%;
    height: 100%;
    padding: .1rem .1rem 1rem .1rem;
    box-sizing: border-box;
}
.index04_Swiper .swiper-slide {
    background: #fff;
    /* display: flex; */
    /* align-items: center; */
    padding: .3rem;
    box-sizing: border-box;
    transition: all .3s ease;
}
.index04_Swiper .swiper-slide:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.index04_Swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index04_slide1{
    font-size: .16rem;
    line-height: .24rem;
    font-weight: bold;
    color: #ca0915;
    margin-bottom: .3rem;
}
.index04_slideT{
    font-size: .24rem;
    line-height: .34rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .4rem;
    text-transform: uppercase;
    height: .68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index04_slideP{
    font-size: .14rem;
    line-height: .24rem;
    color: #777777;
    margin-bottom: .5rem;
    text-transform: uppercase;
    height: .72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index04_slideBtn{
    font-size: .16rem;
    line-height: .24rem;
    color: #ca0915;
    padding-bottom: .2rem;
    position: relative;
}
.index04_slideBtnI{
    position: absolute;
    right: 0;
    top: .04rem;
    width: .1rem;
    height: .17rem;
    background: url("../img/ipart03_02.jpg") no-repeat center;
    transition: all .5s ease;
}
.index04_slideBtn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .01rem;
    background: #c3c3c3;
    transition: all .5s ease;
}
.index04_Swiper .swiper-slide:hover .index04_slideBtn::after{
    width: 0;
}
.index04_Swiper .swiper-slide:hover .index04_slideBtnI{
    transform: rotate(-50deg);
}
.index04_Swiper .swiper-pagination-bullet-active {
    background:#4f4f4f;
}
/*  */
.index05{
    height: 4.85rem;
    background: url(../img/ipart04.jpg) no-repeat;
    background-attachment: fixed;
    position: relative;
}
.index05_C{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;
}
.index05_CT{
    font-size: .42rem;
    line-height: .44rem;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: .3rem;
    font-family: pb;
}
.index05_CP{
    font-size: .16rem;
    line-height: .28rem;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: .4rem;
}
.index05 .index03_CBtn{
    margin: auto;
}










/*  */
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;
}