.indexSwiper {
  width: 100%;
  height: 9.3rem;
}

.indexSwiper .swiper-slide img{
    transition: all  2.5s;
    transform: scale(1);
}

.indexSwiper .swiper-slide-active img{
    transform: scale(1.1);
    transition: all  2.5s;
}

.indexSwiper .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: .34rem;
}

.indexSwiper .swiper-pagination-bullet {
  opacity: 1;
  background: #A2A2A2;
  width: .13rem;
  height: .13rem;
  border-radius: 0.07rem;
  transition: all .3s;
}

.indexSwiper .swiper-pagination-bullet-active {
  width: 0.28rem;
  height: 0.13rem;
  background: #11226F;
}

.indexAbout {
  width: 100%;
  min-height: 9.53rem;
  background-image: url(../img/index/about.png);
}

.aboutText {
  width: 8.71rem;
  width: 10rem;
  margin-left: 3.64rem;
  padding-top: 1.12rem;
}

.aboutTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.36rem;
  color: #123F79;
  margin-bottom: .05rem;
}

.aboutTiten {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #636F7D;
  margin-bottom: .32rem;
}

.aboutTxt {
  min-height: 3.84rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  font-size: .2rem;
  color: #636F7D;
  line-height: 0.39rem;
}

.numBox {
  display: flex;
  align-items: center;
}

.numItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: .8rem;
  margin-right: 1.5rem;
  margin-right: .5rem;
}

.numTop {
  display: flex;
  align-items: center;
}

.num {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 0.48rem;
  font-size: .6rem;
  font-weight: bold;
  background: -webkit-linear-gradient(105deg, #427ECD, #70F4EE, #2385E2, #2ACEC4, #344EB0, #87FFFF, #6BB2FF, #1053AB);
  /* Chrome, Safari */
  background: linear-gradient(105deg, #427ECD, #70F4EE, #2385E2, #2ACEC4, #344EB0, #87FFFF, #6BB2FF, #1053AB);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: black;
  /* 其他浏览器 */
}

.numTxt {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 0.18rem;
  font-size: .2rem;
  color: #0F4892;
  margin-left: .06rem;
}

.numB {
  margin-top: .1rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  font-size: .18rem;
  color: #5A687A;
}

.indexProduct {
  width: 100%;
  min-height: 8.13rem;
  background-image: url(../img/index/product.png);
}

.productTitle {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.36rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: .56rem;
}

.productTitleen {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.32);
  text-align: center;
}

.productTab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .4rem;
}

.tabBtn {
  min-width: 1.3rem;
  height: 0.38rem;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #DDDDDD;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: center;
  line-height: .38rem;
  margin: 0 .1rem;
  cursor: pointer;
}

.tabBtn.active {
  background: #FFFFFF;
  color: #0F4892;
}

.proSwiper {
  width: 12.42rem;
  height: 5.06rem;
  margin: 0 auto;
  transform: translateX(.1rem);
}

.proSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proText {
  width: 6.33rem;
}

.proTit {
  display: block;
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  /*font-size: 0.48rem;*/
  font-size: .36rem;
  color: #FFFFFF;
  margin-bottom: .28rem;
}

.proTxt {
  display: block;
  width: 100%;
  /*min-height: 1.4rem;*/
  margin-bottom: .5rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.25rem;
  color: #FBFDFF;
  line-height: 0.4rem;
}

.proSwiper .swiper-slide img {
  max-width: 5.25rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.control {
  position: absolute;
  left: .11rem;
  bottom: .99rem;
  display: flex;
  align-items: center;
  width: fit-content;
  z-index: 999 !important;
}

.control .swiper-button-prev,
.control .swiper-pagination,
.control .swiper-button-next {
  position: static !important;
  margin-top: 0 !important;
}

.control .swiper-button-prev,
.control .swiper-button-next {
  width: .56rem;
  height: .56rem;
  border-radius: 50%;
  border: .01rem solid #FFFFFF;
  flex-shrink: 0;
  opacity: 1 !important;
}

.control .swiper-button-prev::after,
.control .swiper-button-next::after {
  font-size: .2rem;
  color: #FFFFFF;
}

.control .swiper-button-prev:hover,
.control .swiper-button-next:hover {
  background: #FFFFFF;
}

.control .swiper-button-prev:hover::after,
.control .swiper-button-next:hover::after {
  color: #0F4892;
}

.control .swiper-pagination {
  display: flex;
  align-items: center;
  margin: 0 .34rem;
}

.control .swiper-pagination-bullet {
  width: .08rem;
  height: .08rem;
  background: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
  margin: 0 .07rem !important;
}

.control .swiper-pagination-bullet-active {
  width: .14rem;
  height: .14rem;
  background: transparent !important;
  border: 0.02rem solid #FFFFFF !important;
  box-sizing: border-box;
}

.indexNew {
  width: 100%;
  min-height: 10.03rem;
  background-image: url(../img/index/new.png);
}

.newBox {
  margin: 0 2.64rem 0 3.09rem;
  padding-top: 1.46rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newL {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newTitle {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.36rem;
  color: #123F79;
  margin-top: .49rem;
}

.newTitleen {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}

.newBottom {
  display: flex;
  flex-direction: column;
}
.newBottom:hover img {
    transform: rotate(45deg);
}

.newBottom img {
  width: .51rem;
  height: .51rem;
  margin-bottom: .22rem;
  transition: 0.6s;
}

.newBottom p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}

.newSwiper {
  width: 9.92rem;
  margin: 0 !important;
}

.newImg {
  width: 100%;
  height: 2.43rem;
  overflow: hidden;
  margin-bottom: .15rem;
}

.newTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.22rem;
  color: #202020;
  margin-bottom: .15rem;
}

.newTxt {
    height: .34rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #636F7D;
  margin-bottom: .15rem;
}

.newTime {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #636F7D;
  margin-bottom: .3rem;
}

.newBtn {
  width: .51rem;
  height: .51rem;
  display: flex;
  margin-bottom: .57rem;
}

/*.newSwiper .swiper-slide:hover .newBtn img:first-child {*/
/*  display: none;*/
/*}*/

/*.newSwiper .swiper-slide:hover .newBtn img:last-child {*/
/*  display: block;*/
/*}*/



.newBtn img{
    filter: grayscale(0.8) opacity(0.5);
    transition: 0.6s;
}
.swiper-slide:hover .newBtn img {
    filter: grayscale(0) opacity(1);
    transform: rotate(45deg);
}
.newControl {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: .83rem;
}

.newControl .swiper-button-prev,
.newControl .swiper-scrollbar,
.newControl .swiper-button-next {
  position: static !important;
  margin: 0;
  opacity: 1!important;
}

.newControl .swiper-scrollbar{
  height: .01rem!important;
  display: flex;
  align-items: center;
}

.newControl  .swiper-scrollbar-drag{
  height: .06rem!important;
  background: linear-gradient(90deg, rgba(15, 91, 196, 1), rgba(15, 45, 173, 1), rgba(15, 70, 148, 1));
  border-radius: 0!important;
  cursor: pointer;
}

.newControl .swiper-button-prev,
.newControl .swiper-button-next {
  display: flex;
  width: .51rem;
  height: .51rem;
  margin-right: .2rem !important
}

.newControl .swiper-button-prev::after,
.newControl .swiper-button-next::after,
.newControl .swiper-button-prev img:last-child,
.newControl .swiper-button-next img:last-child,
.newControl .swiper-button-prev:hover img:first-child,
.newControl .swiper-button-next:hover img:first-child {
  display: none;
}

.newControl .swiper-button-prev:hover img:last-child,
.newControl .swiper-button-next:hover img:last-child {
  display: block;
}

@media (max-width: 1024px) {
    .indexSwiper{
        width: 100%;
        height: auto;
    }
    
    .swiper-slide{
        height: auto;
    }
    
    .indexAbout .aboutText{
        width: 100%;
        padding: 10px;
        margin-left:0;
        box-sizing: border-box;
    }
    
    .indexAbout .aboutText .numBox{
        display: flex;
        justify-content: center;
    }
    
    .aboutTxt{
        font-size: 12px;
        line-height: 1.5em;
    }
    
    .proSwiperBox{
        width: 100%;
        padding:0 20px;
        box-sizing: border-box;
    }
    
    .indexProduct .tabBtn{
        font-size:12px;
    }
    
    .proSwiper{
        width: 100%;
    }
    
    .proSwiper .swiper-slide{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .control{
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%) !important;
    }
    
    .newBox {
        margin: 0;
        padding-top: 1.46rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    
    .newBox{
        width: 100%;
        padding: 50px 20px 0;
        box-sizing: border-box;
    }
    
    .newTit{
        font-size: 16px;
    }
    
    .newTxt{
        height: auto;
        font-size: 14px;
    }
    
    .newTime{
        font-size: 14px;
    }
    
    .aboutTit,
    .productTitle{
        font-size: 22px;
    }
    
    .aboutTiten,
    .productTitleen{
        font-size: 12px;
    }
    
    .numTxt{
        font-size: 14px;
    }
    
    .num{
        font-size:32px;
    }
    
    .numB{
        font-size: 12px;
    }
        
    .newL {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        width: 100%;
        margin-bottom:30px;
    }
    
    .newTitle {
        margin-top: 0;
    }
    
    .newBottom{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        height: .51rem;
    }
    
    .newBottom img {
        margin-bottom: 0;
        margin-right: 5px;
    }
    
    .newTitleen {
        font-size: 12px;
    }
    
    .newBottom p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }
    
    .swiper-wrapper{
        width: 100%;
    }
    
    .indexSwiper .swiper-slide img{
        transform: none !important;
        transition: none !important;
    }
    
}









