
.homeBan {
  width: 100%;
  height: 100vh;
  height: 6.5rem;
}

.defaultbanner_text{
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.defaultbanner_text1{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    width: 7.57rem;
    line-height: 0.82rem;
}

.defaultbanner_btn{
    width: 1.6rem;
    height: 0.5rem;
    background: #FFFFFF;
    display: flex;
    gap: 0.22rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.6rem;
    border-radius: 0.06rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
font-weight: 400;
font-size: 0.16rem;
color: #004EBE;
}

.defaultbanner_btn>img{
    width: 0.06rem;
    transition: all 0.6s;
}

.defaultbanner_btn:hover>img{
    transform: translateX(5px);
}

.defaultPart1{
    padding: 0.6rem 0;
    background: #fff;
}

.partnerWrap .text1,
.defaultPart1 .text1{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #004EBE;
    text-align: center;
}
.partnerWrap .text2,
.defaultPart1 .text2{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    text-align: center;
}

.defaultPart1 .flex{
    display: flex;
    gap: 0.3rem;
    margin-top: 0.4rem;
    flex-wrap: wrap;
}

.defaultPart1 .item{
    width: 3.7rem;
    height: 3.7rem;
    background: #F8F8F8;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid #E6E6E6;
    padding:0.25rem 0.25rem 0.21rem;
    /*transition: all 0.6s;*/
    position: relative;
}

.proImg{
    width: 100%;
    height: 2.8rem;
    /*transition: all 0.6s;*/
}

.proImg .tip{
    width: 0.72rem;
    height: 0.28rem;
    background: rgba(241,241,241,0);
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #B4B4B4;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #777777;
    text-align: center;
    line-height: 0.28rem;
    transition: all 0.6s;
}
.proImg + p{
    text-align: center;
    margin-top: 0.18rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    /*transition: all 0.6s;*/
}

.defaultPart1 .item:hover .proImg{
    background: #fff;
}

.defaultPart1 .item>*{
    position: relative;
    z-index: 10;
}
.defaultPart1 .item::before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient( 180deg, #1FA4EE 0%, #094FAB 100%);
    opacity: 0;
    transition: all 0.6s;
}
.defaultPart1 .item:hover::before{
    opacity: 1;
}
/*.defaultPart1 .item:hover{*/
/*    background: linear-gradient( 180deg, #1FA4EE 0%, #094FAB 100%);*/
/*    border: 0.01rem solid transparent;*/
/*}*/

.defaultPart1 .item:hover .proImg + p{
    color: #fff;
}
.defaultPart1 .item:hover .proImg .tip{
    background: #EAF2FD;
    color: #004EBE;
    border: 0.01rem solid #EAF2FD;
}

.homeBan .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.text_tit{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.6rem;
  color: #FFFFFF;
  text-align: center;
}

.text_dec{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.25rem;
  color: #FFFFFF;
  margin-top: 0.34rem;
  text-align: center;
}
.homeBan .swiper-slide .text_tit{
  text-align: left;
  font-family: sanji;
  font-weight: bold;
}
.homeBan .swiper-slide .text_tit img{
    width: auto;
    height: 0.6rem;
}
.homeBan .swiper-slide .text_dec{
  text-align: left;
}

.homeBan .swiper-slide:nth-child(1) .text_tit{
    text-align: center;
}
.homeBan .swiper-slide:nth-child(1) .text_dec{
    text-align: center;
}

.homeBan .home2_more{
  background: rgba(255,255,255,0.3);
}
.homeBan .home2_more p{
  color: #FFFFFF;
}
.text_c{
  margin-top: 0.66rem;
  justify-content: space-between;
}
.text_li{
  
}
.text_li img{
  max-width: 2.14rem;
  max-height: 2.14rem;
  background: #fff;
  border: .15rem solid rgba(255,255,255,.1);
  border-radius: 50%;
  background-clip: content-box;
}
.text_li p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0.3rem;
}

.text3 p,.text3 span{
  color: #FFFFFF;
}
.text3 .text_more{
  border: 1px solid #FFFFFF;
}
.text3 .text_more:last-child{
  margin-left: 0.15rem;
}

.homeBan .swiper-pagination{
  bottom: 0.45rem;
}
.homeBan .swiper-pagination-bullet{
  width: 0.68rem;
  height: 0.07rem;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  opacity: 0.4;
  margin: 0 0.05rem !important;
  background: url(../img/page.png) no-repeat;
  background-size: contain;
}
.homeBan .swiper-pagination-bullet-active{
  opacity: 1;
}
.homeBan .swiper-button-next:after, .homeBan .swiper-button-prev:after{
  font-size: 18px;
    font-weight: bold;
    color: #505050;
}
.homeBan .swiper-button-prev{
  left: 0.84rem;
  right: auto;
}
.homeBan .swiper-button-next{
  right: 0.84rem;
  left: auto;
}
.homeBan .swiper-button-next.swiper-button-disabled:after, .homeBan .swiper-button-prev.swiper-button-disabled:after{
  opacity: 1 !important;
  color: #C9C9C9;
}

/* home2 */
.home2{
  padding: 1.5rem 0 1.36rem;
  background-image: url('../img/defaultbg.png');
  background-size: cover;
}
.home2_1{
  justify-content: space-between;
  align-items: flex-start !important;
}
.home2_l{
  flex: 0 0 7.5rem;
  position: relative;
}
.home2_l_tit{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.45rem;
  color: #000000;
}
.home2_l_tit span{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.45rem;
  color: #004EBE;
}
.home2_l_dec{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.25rem;
  color: #484848;
  margin-top: 0.24rem;
}
.home2_more{
 width: 1.6rem;
height: 0.5rem;
background: #FFFFFF;
border: 0.01rem solid #004EBE;
margin-top: 0.34rem;
border-radius: 0.08rem;
align-items: center;
justify-content: center;
}
.home2_more p{
 font-family: Source Han Sans SC, Source Han Sans SC;
font-weight: 400;
font-size: 0.16rem;
color: #363636;
  transition: all 0.3s;
}
.home2_more_img{
  margin-left: 0.22rem;
  position: relative;
  transition: all 0.3s;
}
.home2_more_img img{
  width: 0.1rem;
    height: 0.11rem;
    transition: all 0.3s;
    /* margin-bottom: 0.02rem; */
}
.home2_more_img img:nth-of-type(2){
  position: absolute;
  opacity: 0;
  top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.home2_more:hover{
  background: #004EBE;
  transition: all 0.3s;
}
.home2_more:hover p{
  color: #FFFFFF;
  transition: all 0.3s;
}
.home2_more:hover .home2_more_img img:nth-of-type(2){
  opacity: 1;
  transition: all 0.3s;
}
.home2_more:hover .home2_more_img img:nth-of-type(1){
  opacity: 0;
  transition: all 0.3s;
}
.home2_r{
  flex: 0 0 7.5rem;
}
.home2_r_dec,
.home2_r_tit{
  font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    text-indent: 2em;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.38rem;
}

.home2_r hr{
 display: none;
}
/*.home2_r_dec{*/
/*  font-family: Source Han Sans SC, Source Han Sans SC;*/
/*  font-weight: 400;*/
/*  font-size: 0.16rem;*/
/*  color: #484848;*/
/*  line-height: 0.3rem;*/
/*}*/
.numT,.num{
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 0.85rem;
  color: #004EBE;
}
.numB{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #484848;
}
.hAboutB{
  justify-content: space-between;
}
.homtabout{
    position: absolute;
    width: 100%;
    left: 0;
    top: -0.39rem;
}
.hAboutB{
  gap: 0.8rem;
}
.home2_2{
  justify-content: space-between;
  margin-top: 1.25rem;
  gap: 0.8rem;
}


/* home3 */
.home3{
  padding: 1.75rem 0;
  background: url(../img/proBG.png) no-repeat;
  background-size: cover;
  border-radius: 0.7rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 19.2rem;
  margin: 0 auto;
}
#holder{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}





.home3_top{
  justify-content: space-between;
  position: relative;
  z-index: 99;
  align-items: end;
}

.home3_t1{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.home3_t2{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.45rem;
  color: #FFFFFF;
  margin-top: 0.05rem;
}
.home3_top .home2_more{
  background: #FFFFFF;
  border: 1px solid #004EBE;
}
.home3_top .home2_more p{
  color: #004EBE;
}
.home3_top .home2_more:hover{
  background: transparent;
  border: 1px solid #FFFFFF;
}
.home3_top .home2_more:hover p{
  color: #FFFFFF;
}

.home3Swiper {
      width: 100%;
      overflow: hidden;
      margin-top: 0.77rem;
      padding: 0 1.6rem 1.08rem;
}





  
    .home3Swiper .swiper-slide {
        height: 3.2rem;
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px 10px 10px 10px;
    }

    .home3Swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .home3Swiper .home3_info{
        width:100%; 
        max-width: 16rem;
        bottom: -1.06rem;
        position: relative;
    }
    .home3Swiper .swiper-pagination-progressbar{
      bottom: 0;
      top: auto !important;
      background: rgba(255,255,255,0.3);
      height: 0.01rem;
      width: calc(100% - 1.38rem);
      left: 0;
    }
    .home3Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
      background: #FFFFFF;
    }
    .home3Swiper .swiper-button-next, .home3Swiper .swiper-button-prev{
      width: 0.53rem;
      height: 0.53rem;
      background: #FFFFFF;
      border-radius: 0px 0px 0px 0px;
      border: 1px solid rgba(255,255,255,0.17);
      bottom: 0;
      top: auto;
    }
    .home3Swiper .swiper-button-next:after, .home3Swiper .swiper-button-prev:after{
      font-size: 12px;
      font-weight: bold;
    }
    .home3Swiper .swiper-button-next.swiper-button-disabled, .home3Swiper .swiper-button-prev.swiper-button-disabled{
      background: rgba(255,255,255,0.27);
    }
    .home3Swiper .swiper-button-next.swiper-button-disabled:after, .home3Swiper .swiper-button-prev.swiper-button-disabled:after{
      color: rgba(255,255,255,0.37);
    }
    .home3Swiper .swiper-button-next{
      right: 0;
    }
    .home3Swiper .swiper-button-prev{
      right: 0.63rem;
      left: auto;
    }
.home3_img{
  flex: 0 0 50%;
  max-width: 3.2rem;
}
.home3_cont{
  flex: 0 0 50%;
  padding: 0 0.38rem 0rem 0.22rem;
}
.home3_tit{
  width: 0.7rem;
  height: 0.25rem;
  background: #EAF2FD;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #004EBE;
  line-height: 0.25rem;
  text-align: center;
}

.home3_tit2{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.25rem;
  color: #000000;
  margin: 0.3rem 0 0.25rem;
  text-align: left;
  height: 0.42rem;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.home3_dec{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7B7B7B;
  line-height: 0.25rem;
  text-align:left;
}

.home3_li .home2_more{
  background: transparent;
  margin-top: 0.7rem;
    padding: 0;
    transition: all 0.3s;
    max-width: inherit;
    border-radius: 0.1rem;
    height: auto;
    width: fit-content;
}
.home3Swiper .swiper-slide:hover .home3_tit,
.home3Swiper .swiper-slide:hover .home3_tit2,
.home3Swiper .swiper-slide:hover .home3_dec,
.home3Swiper .swiper-slide:hover .home2_more p{
    color: #004EBE;
}
.home3_li .home2_more:hover{
  background: transparent;
}
.home3_li .home2_more:hover p{
  color: #004EBE;
}
.home3_li .home2_more_img img{
  width: 0.1rem !important;
  height: 0.11rem !important;
  margin-bottom: 0;
}



/* home4 */
.home4{
  background:#F4F5F7 url("../img/home4BG.png") no-repeat;
  padding: 2.53rem 0 2.15rem;
  max-height: 11.83rem;
  box-sizing: border-box;
  margin-top: -0.8rem;
}
.home4 .max-width{
  justify-content: space-between;
  align-items: flex-start;
}
.home4 .home3_t1{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #484848;
}
.home4_dec{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #484848;
  line-height: 0.35rem;
  margin-top: 0.73rem;
  
  margin-bottom: 1.47rem;
}
.home4_l{
  flex: 0 0 41%;
}
.home4_r{
  flex: 0 0 41%;
  position: relative;
}
.home4_r img{
  max-height: 7.15rem;
}
.home4_r .home_icon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.home4_r .home_icon span {
	position: absolute;
	border-radius: 50%;
	width: 0.08rem;
	height: 0.08rem;
	background: #004EBE;
	transform: translate(-50%, -50%);
	display: flex;
	cursor: pointer;
}
.home4_r .home_icon span i{
    border-radius: 50%;
    width: 0.08rem;
    height: 0.08rem;
    background: #004EBE;
    display: block;
}
.home4_r .home_icon span:nth-child(1){
    top: 14%;
    left: 35%;
}
.home4_r .home_icon span:nth-child(2){
    top: 31%;
    left: 20%;
}
.home4_r .home_icon span:nth-child(3){
    top: 30%;
    left: 32%;
}
.home4_r .home_icon span:nth-child(4){
    top: 61%;
    left: 38%;
}
.home4_r .home_icon span:nth-child(5){
    top: 76%;
    left: 50%;
}
.home4_r .home_icon span:nth-child(6){
    top: 70%;
    left: 63%;
}
.home4_r .home_icon span:nth-child(7){
    top: 35%;
    right: 5%;
}
.home4_r .home_icon span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	border-radius: 50%;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #fff;
	transform: translate(-50%, -50%);
	opacity: 1;
}

.home4_r .home_icon span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	border-radius: 50%;
	width: 0.38rem;
	height: 0.38rem;
	background-color: #fff;
	transform: translate(-50%, -50%);
	opacity: .2;
}
.home4_r .home_icon span:hover i{
    background: #fff;
}
.home4_r .home_icon span:hover::before,
.home4_r .home_icon span:hover::after{
    animation: dot 3s infinite;
    background: #004EBE;
}
@keyframes dot {
	0% {
		transform: translate(-50%, -50%) scale(0.7);
	}
	
	50% {
		transform: translate(-50%, -50%) scale(1);
	}

	100% {
		transform: translate(-50%, -50%) scale(0.7);
	}
}













.home4Swiper {
      width: 6.9rem;
      height: 100%;
      height: 4rem;
      margin-left: auto;
      margin-right: auto;
      /*display: none;*/
    }

    .swiper-grid-column>.swiper-wrapper{
      width: 6.9rem !important;
    }

    .home4Swiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      /*background: #fff;*/
      /*height: calc((100% - 30px) / 2) !important;*/
      height: fit-content !important;
    }

    .home4Swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 0.9rem;
      object-fit: cover;
    }
    .home4Swiper .swiper-slide p{
      font-family: Source Han Sans SC, Source Han Sans SC;
      font-weight: 400;
      font-size: 0.16rem;
      color: #484848;
      text-align: center;
      margin-top: 0.12rem;
    }
    .home4Swiper .swiper-grid-column>.swiper-wrapper{
      width: max-content;
    }



/* 自定义分页器定位 */
.custom-pagination {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 0.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom-pagination .swiper-pagination {
	width: calc(100% - 0.54rem);
	height: 0.02rem;
	background: #E0E0E0;
	overflow: hidden;
	position: relative;
}

.custom-pagination .swiper-pagination span{
	background: #004EBE;
}

.fraction {
	font-family: SC-Bold;
	font-weight: 600;
	font-size: 0.14rem;
	color: #BFBFBF;
	display: flex;
}

.fraction .numerator {
	color: #004EBE;
}














/* home5 */
.home5{
  padding:0.6rem 0 0.58rem;
}
.home5 .home3_t1{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #484848;
}
.home5_top{
  justify-content: space-between;
}
.home5Swiper{
  margin-top: 1.04rem;
}
.home5_li{
  background: #F7F7F7;
  border-radius: 10px 10px 10px 10px;
  padding: 0.73rem 0.52rem 0.3rem 0.5rem;
  position: relative;
  transition: all 0.3s;
}
.home5_tit{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #A0A0A0;
  transition: all 0.3s;
}
.home5_tit2{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.35rem;
  margin: 0.3rem 0 0.35rem;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.home5_dec{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #7B7B7B;
  line-height: 0.25rem;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 border-bottom: 1px solid #D9D9D9;
 padding-bottom: 1.84rem;
  transition: all 0.3s;
}
.home5_date{
  padding-top: 0.23rem;
  justify-content: space-between;
  transition: all 0.3s;
}
.home5_date_l{
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 0.65rem;
  color: #004EBE;
  transition: all 0.3s;
}
.home5_date_r p{
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 0.16rem;
  color: #484848;
  transition: all 0.3s;
}
.home5_more{
  margin-top: 0.17rem;
  position: relative;
  transition: all 0.3s;
  justify-content: flex-end;
}
.home5_more img{
  width: 0.16rem;
  height: 0.12rem;
  transition: all 0.3s;
}
.home5_more img:nth-of-type(2){
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.home5_li::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 78, 190, 0.8);
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s;
}
.home5_li:hover{
  background-image: url("../img/news.png");
  transition: all 0.3s;
  background-size: cover;
}
.home5 .swiper-slide{
  border-radius: 10px;
}
.home5 .swiper-slide:hover{
  background: url("../img/news.png") no-repeat;
  transition: all 0.3s;
}
.home5_li:hover::after{
  opacity: 1;
  transition: all 0.3s;
}
.home5_li:hover .home5_tit,.home5_li:hover .home5_tit2,.home5_li:hover .home5_dec,.home5_li:hover .home5_date_l,.home5_li:hover .home5_date_r p{
  color: #FFFFFF;
  transition: all 0.3s;
}
.home5_li:hover .home5_more img:nth-of-type(1){
  opacity: 0;
  transition: all 0.3s;
}
.home5_li:hover .home5_more img:nth-of-type(2){
  opacity: 1;
  transition: all 0.3s;
}
.home5_tit,.home5_tit2,.home5_dec,.home5_date{
  position: relative;
  z-index: 1;
}

.news_flex{
  display: flex;
  gap: 0.3rem;
  margin-top: 0.34rem;
}

.news_item1{
    width: 4.8rem;
    height: 5.5rem;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid #E6E6E6;
    overflow: hidden;
    transition: all 0.6s;
    position: relative;
}

.news_cate{
    width: 0.96rem;
    height: 0.35rem;
    background: linear-gradient( 148deg, #1FA4EE 0%, #094FAB 100%);
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    text-align: center;
    line-height: 0.35rem;
    position: absolute;
    right: 0.25rem;
    top: 3.02rem;
    z-index: 10;
    font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.14rem;
color: #FFFFFF;
}

.news_img{
    width: 4.8rem;
    height: 3.2rem;
}

.news_img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_bottom{
    height: 2.3rem;
    padding:0.19rem 0.35rem 0.46rem;
    background-color: #E6E6E6;
    transition: all 0.6s;
}

.news_time{
    display: flex;
    gap: 0.05rem;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
font-weight: 400;
font-size: 0.14rem;
color: #A4A4A4;
}

.news_time>img{
    width: 0.16rem;
    height: 0.16rem;
}

.news_tit{
    margin-top: 0.22rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
    transition: all 0.6s;
}

.news_txt{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #888888;
    line-height: 0.28rem;
    margin-top: 0.2rem;
}


.news_item1:hover .news_tit{
    color: #004EBE;
}

.news_item1:hover{
    border:0.01rem solid transparent;
    box-shadow: 0rem 0.01rem 0.07rem 0.01rem rgba(6,43,97,0.47);
}

.news_item1:hover .news_bottom{
    background-color: #fff;
}

.news_right{
    width:5.8rem;
    
    display: flex;
    flex-direction: column;
    row-gap: 0.35rem;
}

.news_item2{
    width: 100%;
    height: 1.6rem;
    background: #F8F8F8;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid #E6E6E6;
    display: flex;
    gap: 0.25rem;
    align-items: center;
    overflow: hidden;
    transition: all 0.6s;
}

.news_img2{
    width: 2.4rem;
    height: 100%;
}

.news_img2>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_bottom2{
    width: 2.9rem;
}

.news_bottom2 .news_time{
    margin-top: 0.34rem;
}

.news_bottom2 .news_tit{
    margin-top: 0;
}

.news_item2:hover{
    box-shadow: 0rem 0.01rem 0.07rem 0.01rem rgba(6,43,97,0.47);
    background: #fff;
}

.news_item2:hover .news_tit{
    color: #004EBE;
}

.partnerWrap{
    padding: 0.7rem 0 0.56rem;
}

.partnerWrap .max-width{
    position: relative;
}

.partnerBg{
    position: absolute;
    width: 14rem;
    top: 1.7rem;
    left: 1rem;
}

.partnerLogo {
    margin-top: 0.5rem;
    position: relative;
    z-index: 10;
}
.swiper-partner2,
.swiper-partner3,
.swiper-partner1{
    overflow: hidden;
    padding-bottom: 0.3rem;
}

.swiper-partner3 .swiper-slide,
.swiper-partner2 .swiper-slide,
.swiper-partner1 .swiper-slide{
    width: 2.6rem;
    height: 1.25rem;
     margin-right: 0.25rem;
}

.partnerList{
    width: 2.6rem;
    height: 1.25rem;
    padding:0.2rem;
    background: #F8F8F8;
    box-shadow: 0rem 0.02rem 0.08rem 0.01rem rgba(119,119,119,0.18);
    border: 0.01rem solid #FFFFFF;
    transition:  all 0.6s;
}

.scale-img{
    overflow: hidden;
}

.partnerList img{
    transition:  all 0.6s;
}

.partnerList:hover {
    background: #fff;
}

.partnerList:hover img{
    transform: scale(1.1);
}

.swiper-free-mode>.swiper-wrapper{
    transition-timing-function: linear !important;
}
