
/* banner */
.indexSwiper{
	height: 100%;
	max-height: 10.8rem;
	position: relative;
}
.banner_cont{
	position: absolute;
	top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    display: flex;
	    align-items: center;
		justify-content: center;
}
.banner_text{
	/* width: 75%; */
}
.banner_tit{
	font-family: Impact, Impact;
	font-weight: 400;
	font-size: 0.64rem;
	color: #FFFFFF;
	text-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	text-align: center;
}
.banner_tit:nth-of-type(2){
	margin-top: 0.3rem;
}
.banner_more{
	width: 1.9rem;
	    height: 0.4rem;
	    background: #FFFFFF;
	    border-radius: 21px 21px 21px 21px;
	    margin: 0.9rem auto 0;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.3s;
}
.banner_more p{
	font-family: Catamaran, Catamaran;
	font-weight: 400;
	font-size: 0.16rem;
	color: #004096;
	transition: all 0.3s;
}
.banner_arrow{
	position: relative;
	width: 0.14rem !important;
	height: 0.14rem !important;
	margin-left: 0.21rem;
}
.banner_arrow img:nth-of-type(2){
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.3s;
}
.banner_arrow img:nth-of-type(1){
	opacity: 1;
	transition: all 0.3s;
}
.banner_more:hover{
	background: linear-gradient( 270deg, #004096 0%, #009FE9 43%, #28C87B 100%);
	transition: all 0.3s;
}
.banner_more:hover p{
	color: #FFFFFF;
	transition: all 0.3s;
}
.banner_more:hover .banner_arrow img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.banner_more:hover .banner_arrow img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}

.indexSwiper {
      width: 100%;
    }

    .indexSwiper .swiper-slide {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .indexSwiper .swiper-slide img {
      display: block;
      width: 100%;
      max-height: 10.8rem;
      object-fit: cover;
    }
.indexSwiper .swiper-pagination{
	bottom: 2.05rem;
	left: 50%;
	transform: translate(-50%,0);
}
.indexSwiper .swiper-pagination-bullet{
	width: 0.2rem;
	height: 0.2rem;
	background: url("../img/banner22.png") no-repeat;
	opacity: 1 !important;
	margin: 0 0.35rem;
	position: relative;
}
.indexSwiper .swiper-pagination-bullet-active{
	background: url("../img/banner11.png") no-repeat;
}
.indexSwiper .swiper-pagination-bullet::after{
	content: "";
	width: 0.5rem;
	height: 0.01rem;
	background: #FFFFFF;
	position: absolute;
	right: -0.6rem;
	top: 50%;
	opacity: 0.5;
}
.indexSwiper .swiper-pagination-bullet-active::after{
	opacity: 1;
}
.indexSwiper .swiper-pagination-bullet:last-child::after{
	opacity: 0;
}

/* index_pageT */
.index_pageT{
	margin-top: -1.4rem;
	position: relative;
	z-index: 1;
	background: url("../img/bg1.png") no-repeat;
	background-size: 49%;
}
.index_pageTL{
	flex: 0 0 42%;
	height: 1.78rem;
}
.index_pageTR{
	flex: 0 0 62%;
	background: url("../img/bg2.png") no-repeat;
	background-size: 100%;
	height: 1.78rem;
	margin-top: 0.45rem;
	margin-left: -0.48rem;
	padding-left: 1.6rem;
}
.selectBox {
  display: flex;
  margin-top: .25rem;
  position: relative;
}

.selectITem {
  width: auto;
  max-width: 1.7rem;
      height: 0.4rem;
      background: transparent;
      border-radius: 0rem 0rem 0rem 0rem;
      border-bottom: 0.01rem solid #EBEBEB;
      display: flex;
      align-items: center;
      margin-right: 0.34rem;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.selectITem input {
  width: 100%;
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  background: transparent;
  cursor: pointer;
}

.selectITem input::-webkit-input-placeholder {
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.selectITem img {
  width: .09rem;
  height: .05rem;
  cursor: pointer;
}

.optionBox {
  position: absolute;
  left: 0;
  top: calc(100% + .01rem);
  width: 100%;
  max-height: 2.4rem;
  background: #fff;
  overflow-y: scroll;
  display: none;
  z-index: 10;
  box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1)
}

.optionBox::-webkit-scrollbar {
  width: .03rem;
  background: transparent;
}

.optionBox::-webkit-scrollbar-thumb {
  width: .03rem;
  background: #333;
}

.optionITem {
  padding: 0 .15rem;
  height: .4rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: .4rem;
}

.optionITem:hover {
  background: #014099;
  color: #fff;
}
.index_pageT_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.24rem;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0.26rem;
}
.hResultBtn{
    color: #fff;
	background: transparent;
	border: none;
	width: 1.37rem;
	height: 0.4rem;
	clip-path: polygon(18% 0%, 100% 0%, 82% 100%, 0% 100%);
	background: #014099;
    text-transform: uppercase;
}
.index_pageTR .index_pageT_tit{
	margin-top: 0.35rem;
}
.index_pageT .max-width{
	align-items: flex-start;
}
.index_pageT .index_pageTL  .hResultBtn{
    background: #014099;
}
.index_pageT .hResultBtn{
	background: #1CDE80;
}
.index_pageTL .hResultBtn{
	position: absolute;
	right: -26px;
}
.index_pageTL .selectITem{
	margin-right: 0.24rem;
}


/* index_pro */
.index_pro{
	padding-top: 0.6rem;
}
.index_alltit{
	font-family: Impact, Impact;
	font-weight: 400;
	font-size: 0.6rem;
	color: #014099;
	text-transform: uppercase;
	text-align: center;
}
.index_alldec{
	margin-top: 0.15rem;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	text-align: center;
}
.index_pro_cont{
	background: url("../img/pro_bg.png") no-repeat;
	background-size: 100%;
	position: relative;
	margin-top: 0.48rem;
}
.index_pro_cont::after{
	content: "";
	width: 72%;
	height: 102%;
	background: linear-gradient( 327deg, #004096 0%, #009FE9 34%, #1DCC78 100%);
	clip-path: polygon(0% 0%, 100% 0%, 32% 100%, 0% 100%);
	position: absolute;
	left: 0;
	top: 0;
}
.index_pro_cont::before{
	/* content: ""; */
	width: 100%;
	height: 89.6%;
	background: rgba(0, 0, 0, 0.48);
	position: absolute;
	left: 0;
	top: 0;
}
.index_proSwiper {
      width: 100%;
      height: 100%;
	  overflow: hidden;
	  padding: 1.9rem 0 0.12rem;
	  position: relative;
	  z-index: 1;
    }

    .index_proSwiper .swiper-slide {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .index_proSwiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	.index_proSwiper .swiper-button-next, .index_proSwiper .swiper-button-prev{
		bottom: 1.5rem;
		top: auto;
		width: 70px !important;
		height: 70px !important;
		background: #014099;
		border-radius: 5px 5px 5px 5px;
	}
	.index_proSwiper .swiper-button-next{
		left: 1.1rem;
	}
	.index_proSwiper .swiper-button-prev{
		left: 0;
	}
	.index_proSwiper .swiper-button-next.swiper-button-disabled, .index_proSwiper .swiper-button-prev.swiper-button-disabled{
		opacity: 1 !important;
		background: #FFFFFF;
	}
	.index_proSwiper .swiper-button-next:after, .index_proSwiper .swiper-button-prev:after{
		font-size: 28px;
		font-weight: bold;
		color: #FFFFFF;
	}
	.index_proSwiper .swiper-button-next.swiper-button-disabled::after, .index_proSwiper .swiper-button-prev.swiper-button-disabled::after{
		color: #014099;
	}
.index_proImg{
	max-width: 8.43rem;
	max-height: 4.96rem;
	margin-top: 1.6rem;
}
.index_proCont{
	flex: 0 0 43%;
}
.index_proTit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.46rem;
	color: #FFFFFF;
}
.index_proDec{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.34rem;
	margin-top: 0.25rem;
	width: 74%;
}
.index_proCont .banner_more{
	width: 140px;
	height: 40px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #FFFFFF;
	margin-top: 0.45rem;
	margin-left: 0;
}
.index_proCont .banner_arrow{
	margin-left: 0.11rem;
}
.index_proCont .banner_more p{
	color: #FFFFFF;
	transition: all 0.3s;
}
.index_proCont .banner_more:hover{
	background: linear-gradient( 270deg, #004096 0%, #009FE9 43%, #28C87B 100%);
	transition: all 0.3s;
	border: none;
}
.banner_more:hover p{
	color: #fff;
	transition: all 0.3s;
}

/* index_arrival */
.index_arrival{
	padding-top: 1.04rem;
}
.index_arrival_cont{
	margin-top: 0.44rem;
}
.swiper-container {
      width: 100%;
      height: 100%;
	  padding-bottom: 0.36rem;
    }
    .swiper-container .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
	  background: url("../img/arrive_bg.png") no-repeat;
	  background-position: right;
	  height: 6.2rem;
	  justify-content: flex-start;
    }
	.swiper-container .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
	.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev{
		width: 40px !important;
		height: 40px !important;
		background: linear-gradient( 316deg, #009FE9 0%, #28C87B 100%);
		border-radius: 5px 5px 5px 5px;
	}
	.swiper-container .swiper-button-next{
		right: 24%;
	}
	.swiper-container .swiper-button-prev{
		left: 24%;
	}
	.swiper-container .swiper-button-next.swiper-button-disabled, .swiper-container .swiper-button-prev.swiper-button-disabled{
		opacity: 1 !important;
		background: #CCCCCC;
	}
	.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after{
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
	}
	.swiper-container .swiper-button-next.swiper-button-disabled::after, .swiper-container .swiper-button-prev.swiper-button-disabled::after{
		color: #FFFFFF;
	}
.index_arrivalTit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.36rem;
	color: #333333;
	text-transform: uppercase;
}
.index_arrivalDec{
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.28rem;
	margin-top: 0.12rem;
}
.index_arrivalDec2{
	margin-top: 0.33rem;
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.22rem;
}
.index_arrivalCont{
	padding-left: 0.62rem;
    width: 38%;
}
.index_arrival_cont .banner_more{
	margin-top: 0.5rem;
	margin-left: 0;
}
.index_arrivalImg{
	position: absolute;
    top: 0.6rem;
	right: 0.7rem;
    z-index: 9999;
    max-width: 4.98rem;
    max-height: 5.91rem;
}

/* index_strat */
.index_strat{
	background: #F5F5F7;
	padding: 0.54rem 0 1rem;
	margin-top: 1.5rem;
}
.index_strat_cont{
	margin-top: 0.44rem;
	position: relative;
}
.n_news_img{
	width: 100%;
	height: 8rem;
}
.n_news_cont_li{
	position: relative;
}
.n_news_cont_c{
	position: absolute;
	top: 1.7rem;
	left: 1.2rem;
	width: 40%;
}
.n_news_tit{
	font-family: Catamaran, Catamaran;
	font-weight: bold;
	font-size: 0.24rem;
	color: #FFFFFF;
}
.n_news_cont_c hr{
	margin: 0.15rem 0 0.3rem;
}
.n_news_dec{
	font-family: Catamaran, Catamaran;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.22rem;
}
.n_news_cont_c .banner_more{
	width: 140px;
	height: 40px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #FFFFFF;
	margin-top: 0.3rem;
	margin-left: 0;
}
.n_news_cont_c .banner_arrow{
	margin-left: 0.11rem;
}
.n_news_cont_c .banner_more p{
	color: #FFFFFF;
	transition: all 0.3s;
}
.n_news_cont_c .banner_more:hover{
	background: linear-gradient( 270deg, #004096 0%, #009FE9 43%, #28C87B 100%);
	transition: all 0.3s;
	border: none;
}
.n_news_cont{
	display: none;
}
.content_wrap .active{
	display: block;
}
.train_r_tit{
	position: absolute;
	bottom: 0.8rem;
	left: 50%;
	transform: translate(-50%,0);
	width: 85%;
	height: 0.84rem;
	background: rgba(255,255,255,0.2);
	border-radius: 42px 42px 42px 42px;
	border: 1px solid #FFFFFF;
	padding: 0 0.36rem;
}
.new_tab{
	justify-content: space-between;
}
.new_tab_li{
	font-family: Catamaran, Catamaran;
	font-weight: 500;
	font-size: 0.18rem;
	color: #FFFFFF;
	/*line-height: 0.56rem;*/
	line-height: 1.5;
	padding: 0 0.18rem;
	text-align: center;
}
.new_tab_li.active{
	background: linear-gradient( 274deg, #004096 0%, #009FE9 43%, #28C87B 100%);
	/*height: 0.56rem;*/
	border-radius: 42px;
	/* padding: 0 0.25rem; */
}

/* index_intro */
.index_intro{
	background: url("../img/intro.png") no-repeat;
	height: 8.33rem;
	background-size: 100%;
}
.index_intro .max-width{
	position: relative;
	height: 8.33rem;
}
.index_intro_cont1{
	position: absolute;
	top: 0.69rem;
	left: 0;
	width: 45%;
}
.index_intro_cont1 p{
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.28rem;
	color: #014099;
	line-height: 0.45rem;
}
.index_intro_cont2{
	position: absolute;
	right: 0;
	bottom: 1.99rem;
	width: 44%;
}
.index_introtit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.5rem;
	color: #333333;
	text-transform: uppercase;
}
.index_introdec{
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.45rem;
	margin: 0.26rem 0 0.22rem;
}
.index_introdec2{
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.22rem;
}
.index_introdec2>p{
    	font-family: Poppins, Poppins;
    	font-size: .2rem;
}
.index_intro_cont2 .banner_more{
	margin-top: 0.5rem;
	margin-left: 0;
	width: 1.4rem;
	height: 0.4rem;
}
.index_intro_cont2 .banner_more .banner_arrow{
	margin-left: 0.11rem;
}


/* index_news */
.index_news{
	background: url("../img/newsBG.png") no-repeat;
	background-position: right;
	padding: 0.78rem 0 0.65rem;
	
}
.index_news .max-width{
	position: relative;
}
.index_news .index_alltit,.index_news .index_alldec{
	text-align: left;
}
.index_news_cont{
	margin-top: 0.68rem;
}
.newsSwiper {
      width: 100%;
      height: 100%;
	  overflow: hidden;
    }

    .newsSwiper .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .newsSwiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	.newsSwiper .swiper-button-next, .newsSwiper .swiper-button-prev{
		top: 1rem;
		bottom: auto;
		width: 40px !important;
		height: 40px !important;
		background: linear-gradient( 314deg, #009FE9 0%, #28C87B 100%);
		border-radius: 5px 5px 5px 5px;
	}
	.newsSwiper .swiper-button-next{
		right: 0;
	}
	.newsSwiper .swiper-button-prev{
		right: 0.5rem;
		left: auto;
	}
	.newsSwiper .swiper-button-next.swiper-button-disabled, .newsSwiper .swiper-button-prev.swiper-button-disabled{
		opacity: 1 !important;
		border: 1px solid #CCCCCC;
		background: #FFFFFF;
	}
	.newsSwiper .swiper-button-next:after, .newsSwiper .swiper-button-prev:after{
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
	}
	.newsSwiper .swiper-button-next.swiper-button-disabled::after, .newsSwiper .swiper-button-prev.swiper-button-disabled::after{
		color: #CCCCCC;
	}
.index_newsList{
	transition: all 0.3s;
}
.index_articles_img{
	overflow: hidden;
	transition: all 0.3s;
}
.index_articles_img img{
	width: 100%;
	height: 3.77rem;
	transition: all 0.3s;
}
.index_articlesB{
	background: #F8F8F8;
	padding: 0.3rem 0.4rem;
}
.index_articles_tit{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.24rem;
	color: #6EB92B;
}
.index_articles_dec{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.28rem;
	color: #000000;
	line-height: 0.36rem;
	margin-top: 0.17rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.index_newsList:hover .index_articles_img img{
	transform: scale(1.1);
	transition: all 0.3s;
}
.index_news_cont .banner_more{
	width: 1.4rem;
	height: 0.4rem;
	border: 1px solid #6E6E6E;
	margin-top:0.42rem;
}
.index_news_cont .banner_more p{
	color: #6E6E6E;
}
.index_news_cont .banner_more .banner_arrow{
	margin-left: 0.11rem;
}
.index_news_cont .banner_more:hover p{
	color: #fff;
}
.index_news_cont .banner_more:hover{
	border: none;
}

/* index_serve */
.index_serve{
	padding: 0.62rem 0 0.6rem;
	background: #F5F5F7;
}
.index_servetext{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.5rem;
	color: #000000;
	text-align: center;
}
.index_serve_cont{
	margin-top: 0.54rem;
	justify-content: center;
}
.index_serveImg{
	position: relative;
}
.index_serveImg img{
	width: 0.8rem;
	height: 0.8rem;
	transition: all 0.3s;
	margin: auto;
}
.index_serveImg img:nth-of-type(2){
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.index_servetit{
	margin-top: 0.2rem;
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.22rem;
	color: #333333;
	text-align: center;
}
.index_serve_list{
	padding: 0.25rem 0.5rem 0.4rem;
	background: transparent;
	transition: all 0.3s;
	margin: 0 0.39rem;
	width: 3.8rem;
}
.index_serve_list .banner_more{
	background: transparent;
	width: auto;
	height: auto;
	margin-top: 0.3rem;
	margin-left: 0;
}
.index_serve_list .banner_more .flex_box{
	justify-content: center;
}
.index_serve_list .banner_more p{
	color: #666666;
}
.index_serve_list .banner_more .banner_arrow{
	margin-left: 0.08rem;
}
.index_serve_list .banner_more:hover p{
	color: #014099;
}
.index_serve_list:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
	border-radius: 5px 5px 5px 5px;
	transition: all 0.3s;
}
.index_serve_list:hover .index_serveImg img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.index_serve_list:hover .index_serveImg img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.index_serve_list:hover .banner_more p{
	color: #014099;
	transition: all 0.3s;
}
.index_serve_list:hover .banner_more .banner_arrow img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.index_serve_list:hover .banner_more .banner_arrow img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}


@media only screen and (max-width: 1024px){
    .banner_tit{
        font-size: 20px;
    }
    .banner_more{
        margin: .2rem auto 0;
        width: 2.2rem;
        height: .6rem;
    }
    .banner_more p{
        font-size: 16px;
    }
    .banner_arrow{
        width: .19rem;
        height: .19rem;
    }
    .indexSwiper .swiper-pagination-bullet{
        width: .4rem;
        height: .4rem;
    }
    .indexSwiper .swiper-pagination{
        bottom: 0.1rem;
    }
    .index_pageT{
        margin-top: .3rem;
    }
    .index_pageT .max-width{
        flex-direction: column;
        width: 100%;
    }
    .index_pageT{
        background: unset;
    }
    .index_pageTL{
        background: #28C87B;
        width: 95%;
        padding-bottom: .5rem;
        border-radius: 0 .4rem .4rem 0;
        padding: 0 .4rem .5rem;
        /*display: flex;*/
    }
    .index_pageTR{
        background: #004096;
        margin-left: 0;
        width: 95%;
        padding-bottom: .5rem;
        margin-left: auto;
        border-radius: .4rem 0 0 .4rem;
        padding: 0 .4rem .5rem;
        /*display: flex;*/
    }
    .selectDiv{
        flex-wrap: wrap;
        gap: 4%;
        width: 80%;
        margin-right: .4rem;
    }
    .selectDiv .selectITem{
        height: .6rem;
        margin-right: 0;
        width: 48%;
        max-width: unset;
    }
    .selectITem img{
        width: 0.19rem;
        height: 0.1rem;
    }
    .selectBox{
        margin-top: 0.1rem;
    }
    .index_pageTL .hResultBtn{
        position: static;
    }
    .index_pageT_tit{
        font-size: 16px;
    }
    .selectITem input{
        font-size: 12px;
    }
    .selectITem input::-webkit-input-placeholder,
    .selectITem input::placeholder{
        font-size: 12px;
    }
    .hResultBtn{
        align-self: center;
        width: 2.37rem;
        font-size: 12px;
    }
    .index_alltit{
        font-size: 28px;
    }
    .index_alldec{
        font-size: 12px;
    }
    .index_proSwiper{
        padding-top: .2rem;
        padding-bottom: 1.32rem;
    }
    .index_proSwiper .swiper-button-next, 
    .index_proSwiper .swiper-button-prev{
        width: 35px !important;
        height: 35px !important;
        bottom: .3rem;
    }
    .index_proSwiper .swiper-button-next:after,
    .index_proSwiper .swiper-button-prev:after{
        font-size: 18px;
    }
    .index_proSwiper .swiper-button-prev{
        left: .1rem;
    }
    .index_proSwiper .swiper-slide img{
     width: 40%;  
     margin-top: 1rem;
    }
    .index_proCont{
        flex: 0 0 60%;
        padding-left: .15rem;
    }
    .index_proCont .banner_more{
        position: absolute;
        right: 1.3rem;
        margin: 0;
        bottom: -1.05rem;
        background: linear-gradient(327deg, #004096 0%, #009FE9 34%, #1DCC78 100%);
    }
    .index_proCont::after{
        clip-path: polygon(0% 0%, 100% 0%, 39% 100%, 0% 100%);
    }
    .index_proDec{
        font-size: 14px;
    }
    .index_arrival{
        padding-top: .5rem;
    }
    .index_strat{
        margin-top: .5rem;
    }
    .n_news_cont_c{
        left: 50%;
        transform: translateX(-50%) !important;
        width: 90%;
        top: .3rem;
    }
    .n_news_tit{
        font-size: 20px;
    }
    .n_news_dec{
        font-size: 16px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 12;
        line-clamp: 12;
    }
    .n_news_cont_li{
        overflow: hidden;
    }
    .n_news_cont_c .banner_more{
        margin: .3rem auto 0;
    }
    .train_r_tit{
        position: static;
        transform: translate(0,0);
        width: 100%;
        overflow-X: scroll;
        margin-top: .5rem;
        height: auto;
        padding: .2rem .36rem;
    }
    .new_tab_li{
        color: #333333;
        font-size: 12px;
        line-height: unset;
    }
    .new_tab_li.active{
        height: .8rem;
    }
    .index_intro{
        background-size: cover;
        padding-top: .3rem;
    }
    .index_intro_cont1{
        position: static;
        width: 100%;
    }
    .index_intro_cont2{
        position: static;
        width: 100%;
    }
    .index_introtit{
        font-size: 26px;
    }
    .index_introdec{
        font-size: 16px;
    }
    .index_introdec2>p{
        font-size: 12px;
    }
    .index_intro_cont2 .banner_more{
        width: 2.8rem;
        height: .6rem;
    }
    .newsSwiper .swiper-button-next,
    .newsSwiper .swiper-button-prev{
        display: none;
    }
    .index_news_cont .banner_more{
        width: 2.4rem;
        height: .6rem;
    }
    .index_serve_list{
        padding: .25rem 0 .4rem;
        margin: 0;
    }
    .index_servetit{
        font-size: 16px;
    }
    .index_serve_list .banner_more p{
        font-size: 12px;
    }
    
}