.index {
    width: 100%;
}

.index .indexBanner {
    position: relative;
    width: 100%;
    height: 6.3rem;
}
.video_slide::after
.index .indexBanner .bannerSwiper {
    height: 100%;
}

.index .indexBanner .swiper-slide {
    height: 100%;
}

.indexBanner .swiper-pagination {
    display: flex;
    width: auto !important;
    position: absolute;
    left: auto !important;
    bottom: 0.24rem;
    right: 3.04rem;
}

.indexBanner .swiper-pagination-bullet {
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    background: #FFFFFF;
    opacity: 1;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #8F9AAA;
    line-height: 0.36rem;
}

.indexBanner .swiper-pagination-bullet-active {
    background: #9E0125;
    color: #FFFFFF;
}

.index .product {
    width: 100%;
    padding-top: 0.64rem;
    padding-bottom: 0.86rem;
}

.index .product .productTit {
    margin-bottom: 0.51rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.4rem;
    color: #111111;
    text-align: center;
}

.index .product .productNav {
    display: flex;
    justify-content: center;
}

.product .productNav .productBtn {
    display: block;
    width: 2.32rem;
    height: 0.48rem;
    background: #F6F4F5;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.48rem;
    text-align: center;
    border: 0.01rem solid #E1DFE0;
    margin-left: -0.02rem;
    transition: all 0.3s;
}

.product .productNav .productBtn:hover {
    background: #9E0125;
    color: #FFFFFF;
    border: 0.01rem solid #9E0125;
}

.product .productNav .productBtn.active {
    background: #9E0125;
    color: #FFFFFF;
    border: 0.01rem solid #9E0125;
}

.index .product .productList {
    display: flex;
    flex-wrap: wrap;
    width: 14rem;
    margin: 0.45rem auto 0;
    position: relative;
}
.mySwiper1{
    padding: 0.05rem;
}
.mySwiper1 .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
.next1,
.prev1{
    width: 0.18rem !important;
    height: 0.36rem !important;
    color: #333333;
    top: 50% !important;
    transform: translateY(-50%);
    transition: 0.3s;
}
.next1::after,
.prev1::after{
    font-size: 0.3rem !important;
}
.next1{
    right: -0.6rem !important;
}
.prev1{
    left: -0.6rem !important;
}
.next1:hover,
.prev1:hover{
    color: #9E0125;
}
.productList .proCard {
    display: block;
    width: 3.37rem;
    height: 3.84rem;
    background: #FFFFFF;
    border: 0.01rem solid #D5D5D5;
    padding-top: 0.23rem;
    margin-right: 0.14rem;
    margin-bottom: 0.14rem;
    box-sizing: border-box;
    transition: 0.3s;
}
.productList .proCard:hover{
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(0,0,0,0.18);
}
.productList .proCard:nth-of-type(4n) {
    margin-right: 0;
}

.productList .proCard img {
    display: block;
    width: 2.69rem;
    height: 2.69rem;
    margin: 0 auto;
}

.productList .proCard .proCardTex {
    margin-top: 0.15rem;
    margin-bottom: 0.11rem;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #1A1A1A;
    text-align: center;
}

.productList .proCard .proCardTex1 {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.18rem;
    color: #1A1A1A;
    text-align: center;
}

.proMore {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0.07rem;
    padding-top: 0.07rem;
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #333333;
}

.proMore img {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
}

.index .video {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.49rem;
}

.index .video .videoTit {
    margin-bottom: 0.77rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.4rem;
    color: #111111;
    text-align: center;
}

.index .video .videoCon {
    display: flex;
    width: 100%;
    /* margin-bottom: 0.14rem; */
}

.index .video .videoCon video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.videoCon .videoLeft {
    position: relative;
    display: flex;
    width: 12.75rem;
    height: 7.36rem;
    margin-right: 0.31rem;
    box-sizing: border-box;
}

.videoCon .videoLeft .videoLeftImg {
    display: block;
    width: 100%;
    height: 100%;
}

.videoCon .videoLeft .bigArr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    white-space: nowrap;
}

.bigArr img {
    display: block;
    width: 1.05rem;
    height: 1.05rem;
    margin-bottom: 0.26rem;
}

.videoCon .videoRight {
    width: 6.15rem;
}

.videoCon .videoRight .rightvideo {
    position: relative;
    display: block;
    width: 6.15rem;
    height: 3.54rem;
    margin-bottom: 0.29rem;
    box-sizing: border-box;
}

.videoCon .videoRight .rightvideo .rightvideoImg {
    display: block;
    width: 100%;
    height: 100%;
}

.videoCon .videoRight .rightvideo .smallBig {
    position: absolute;
    bottom: 0.2rem;
    right: 0.18rem;
    display: flex;
    align-items: center;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.smallBig img {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.11rem;
}
/*新视频样式*/
.video_swiper{
    width: 14rem;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0.3rem;
}
.mySwiper2 .swiper-wrapper{
    padding: 0.15rem 0;
}
.mySwiper2 .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    gap: 0.48rem 0.25rem;
}
.video_slide{
    display: block;
    position: relative;
    max-width: 4.5rem;
    width: 32%;
    height: 2.8rem;
    background: #000000;
    border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}
.video_slide:hover{
     box-shadow: 0rem 0rem 0.03rem 0.06rem rgba(0,0,0,0.2);
}
/*.video_slide::after{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: #000;*/
/*    opacity: 0.4;*/
/*}*/
.video_slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bigArr{
    position: absolute;
    z-index: 5;
    bottom: 0.18rem;
    left: 0.18rem;
    display: flex;
    align-items: center;
    gap: 0.11rem;
}

.bigArr img{
    width: 0.3rem;
    height: 0.3rem;
    margin: 0;
}
.bigArr_p{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}
.next2,
.prev2{
    width: 0.18rem !important;
    height: 0.36rem !important;
    color: #333333;
    top: 51% !important;
    transition: 0.3s;
}
.next2::after,
.prev2::after{
    font-size: 0.3rem !important;
}
.next2{
    right: -0.6rem !important;
}
.prev2{
    left: -0.6rem !important;
}
.next2:hover,
.prev:hover{
    color: #9E0125;
}
/*新视频样式end*/
.index .indexBottom {
    width: 100%;
    padding-top: 0.86rem;
}

.index .indexBottom .indexBotTit {
    margin-bottom: 0.52rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.4rem;
    color: #111111;
    text-align: center;
}

.index .indexBottom .indexBotNav {
    display: flex;
    justify-content: center;
}

.indexBotNav .indexBotBtn {
    width: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.48rem;
    background: #F6F4F5;
    border: 0.01rem solid #E1DFE0;
    box-sizing: border-box;
    padding: 0 0.22rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.18rem;
    color: #666666;
    margin-left: -0.02rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.indexBotNav .indexBotBtn:first-child {
    margin-left: 0;
}

.indexBotNav .indexBotBtn:hover {
    height: 0.48rem;
    background: #9E0125;
    border: 0.01rem solid #9E0125;
    box-sizing: border-box;
    color: #FFFFFF;
}

.indexBotNav .indexBotBtn.active {
    height: 0.48rem;
    background: #9E0125;
    border: 0.01rem solid #9E0125;
    box-sizing: border-box;
    color: #FFFFFF;
}

.indexBotNav .indexBotBtn img {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.03rem;
}

.index .indexBottom .indexBotCon {
    display: flex;
    width: 14rem;
    margin: 0.7rem auto 0.86rem;
}

.indexBotCon img {
    display: block;
    width: 5.12rem;
    height: 6.47rem;
    margin-right: 0.84rem;
}

.indexBotCon .conRight {}

.indexBotCon .conRight .conRightTex {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.18rem;
    color: #111111;
    line-height: 0.3rem;
}

.conRightBtn {
    display: block;
    width: 1.74rem;
    height: 0.56rem;
    background: #FFFFFF;
    border: 0.01rem solid #9E0125;
    margin-top: 0.69rem;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #9E0125;
    line-height: 0.56rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.conRightBtn:hover{
    background: #9E0125;
    color: #fff;
}

/* 1_2index */
.indexBottom .download {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 0.7rem;
    padding-left: 2.65rem;
    padding-right: 2.95rem;
    box-sizing: border-box;
}

.indexBottom .download .downloadList {}

.downloadList .downItem {
    display: flex;
    margin-bottom: 0.34rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.18rem;
    color: #111111;
}

.downloadList .downItem:hover {
    color: #9E0125;
}

.downloadList .downItem:last-child {
    margin-bottom: 0;
}

.downloadList .downItem .downItemTex {
    width: 5.79rem;
}

.downloadList .downItem img {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.23rem;
}

.downloadBtn {
    display: block;
    width: 1.74rem;
    height: 0.56rem;
    background: #FFFFFF;
    border: 0.01rem solid #9E0125;
    /* margin-top: 0.74rem; */
    margin: 0.74rem auto 0.69rem;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #9E0125;
    line-height: 0.56rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.downloadBtn:hover{
    background: #9E0125;
    color: #fff;
}

/* 1_3index */
.faq {
    width: 100%;
    padding-top: 0.7rem;
    padding-bottom: 0.56rem;
}

.faq .faqCon {
    display: flex;
    width: 14rem;
    margin: 0 auto;
}

.faq .faqCon .faqImg {
    display: block;
    width: 6.77rem;
    height: 6.77rem;
}

.faq .faqCon .faqList {
    margin-left: 0.61rem;
    padding-top: 0.24rem;
}

.faqCon .faqList .faqItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 0.01rem solid #EAEAEA;
    margin-bottom: 0.25rem;
    padding-bottom: 0.2rem;
}

.faqCon .faqList .faqItem:last-child {
    margin-bottom: 0;
}

.faqItem .faqItemLeft {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.faqItem .faqItemLeft .faqTex {
    display: flex;
    width: 6.3rem;
    align-items: center;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #111111;
}

.faqTex .faq1,.topLeftImg {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.15rem;
}

.faqItem .faqItemLeft .faq2 {
    display: block;
    width: 0.15rem;
    height: 0.15rem;
}

.faqList .faqItem .faqItemRight {
    display: none;
    margin-top: 0.14rem;
    padding-left: 0.32rem;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.22rem;
}

.faqBtn {
    display: block;
    width: 1.74rem;
    height: 0.56rem;
    background: #FFFFFF;
    border: 0.01rem solid #9E0125;
    margin-top: 0.48rem;
    /* margin: 0.48rem auto 0.69rem; */
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #9E0125;
    line-height: 0.56rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.faqBtn:hover{
    background: #9E0125;
    color: #fff;
}

/* 1_4index */
.about {
    display: flex;
    width: 14rem;
    margin: 0 auto;
    padding-bottom: 2.31rem;
}

.about .aboutLeft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 6.03rem;
    margin-top: 1.23rem;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #111111;
    line-height: 0.3rem;
}

.about .aboutRight {
    display: block;
    width: 7.52rem;
    height: 5.02rem;
    margin-top: 0.7rem;
    margin-left: 0.45rem;
}

.aboutBtn {
    display: block;
    width: 1.74rem;
    height: 0.56rem;
    background: #FFFFFF;
    border: 0.01rem solid #9E0125;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #9E0125;
    line-height: 0.56rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.aboutBtn:hover{
    background: #9E0125;
    color: #fff;
}


@media only screen and (max-width: 768px) {
    
.indexBanner .swiper-pagination-bullet {
  width: 0.56rem;
  height: 0.56rem;
  font-size: 0.24rem;
  line-height: 0.56rem;
} 
.index .product .productTit{
    font-size: 0.54rem;
}
.index .product{
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.product .productNav .productBtn{
    width: 40%;
  font-size: .24rem;
}
.index .product .productList{
    width: 100%;
}
.mySwiper1{
    padding: 0;
}
.productList .proCard:nth-child(2n){
    margin-right: 0;
}
.productList .proCard{
    margin-right: 4%;
    padding: 0;
  width: 48%;
}
.productList .proCard .proCardTex{
    font-size: 0.24rem;
}
.productList .proCard .proCardTex1{
    font-size: 0.2rem;
}
.next1, .prev1{
    top: 105% !important;
}
.prev1 {
  left: 40% !important;
}
.next1 {
  right: 40% !important;
}

.next2, .prev2{
    top: 106% !important;
}
.prev2 {
  left: 40% !important;
}
.next2 {
  right: 40% !important;
}


.index .video{
        width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.index .video .videoTit{
    font-size: 0.54rem;
    margin-bottom: .5rem;
}
.video_swiper{
    width: 100%;
}
.video_slide{
    width: 48%;
}
.bigArr{
    width: 90%;
    font-size: 0.24rem;
}
.bigArr_p{
        font-size: 0.24rem;
    
}
    
.index .indexBottom{
        width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    
}
.indexBotNav .indexBotBtn{
    padding: .1rem 0.22rem;
      font-weight: normal;
}
.indexBotNav .indexBotBtn{
    font-size: .18rem;
    font-weight: normal;
}
.index .indexBottom .indexBotCon {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.indexBotCon img {
  width: 100%;
}
.indexBotCon .conRight {
  width: 100%;
  float: left;
  display: block;
}
.indexBotCon .conRight .conRightTex{
    font-size: .24rem;
    line-height: .4rem;
}
.faq {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: .5rem;
}
.faq .faqCon{
    width: 100%;
  display: block;
}
.faq .faqCon .faqImg {
  width: 100%;
  height: auto;
}
.faq .faqCon .faqList{
    margin-left: 0;
}
.faq .faqCon .faqItem {
  width: 100%;
  padding-left: 0;
}
.faqItem .faqItemTop{
    align-items: normal;
  justify-content: normal;
}
.faqItem .faqItemTop .topLeft{
    width: 95%;
  margin-right: 1%;
}
.topLeft .topLeftImg{
    margin-top: .1rem;
}
.line1 {
  font-size: 0.26rem;
  line-height: .3rem;
  white-space: normal;
}
.faqCon .faqItem .faqItemBot{
    font-size: .24rem;
    line-height: .3rem;
}
.faqList .faqItem .faqItemRight{
        font-size: .24rem;
    line-height: .3rem;
}
.about{
            width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
.about .aboutLeft{
    width: 100%;
  float: left;
  display: block;
  margin-top: .5rem;
}
.about .aboutRight{
    width: 100%;
  float: left;
  height: auto;
  margin-left: 0;
  margin-top: 0;
}
.about .aboutLeft {
  font-size: 0.24rem;
  line-height: 0.5rem;
}
.aboutBtn {
  width: 30%;
  font-size: 0.24rem;
  margin-top: .3rem;
}
 
.about{
    padding-bottom: 0;
}


    
}





















