
.about{
	
	padding-top: 1rem;
}
.about .max-width{
	position: relative;
}
.about .index_articles_cont{
	margin-top: 0;
}
.about .index_exchange_r{
	padding-left: 1.06rem;
}
.about_top img{
	width: 0.43rem;
	height: 0.47rem;
	margin-right: 0.16rem;
}
.about_top p{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.35rem;
	color: #000000;
}
.index_exchange_tit{
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.2rem;
	color: #FF6B35;
	margin-top: 0.4rem;
}
.index_exchange_dec2{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #656363;
	line-height: 0.3rem;
	margin-top: 0.12rem;
}
.about_bg{
	position: absolute;
	right: -0.5rem;
	top: -1rem;
}
.about_bg img{
	width: 2.2rem;
	height: 2.87rem;
}
.about .index_exchange_t{
	position: relative;
}
.about_text{
	position: absolute;
	right: -0.5rem;
	top: 3rem;
	font-family: Poppins-Bold;
	font-weight: 500;
	font-size: 2rem;
	color: transparent;
	text-stroke: 1px rgba(12,42,94,0.08);
	-webkit-text-stroke: 1px rgba(12,42,94,0.08);
	text-transform: uppercase;
}
.about .index_exchange_b .index_exchangeList{
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 0.37rem 0.27rem 0 0.33rem;
	height: 2.25rem;
}
.about .index_exchange_b .about_top img{
	width: 0.53rem;
	height: 0.53rem;
}
.about .index_exchange_b .about_top p{
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.25rem;
	color: #000000;
	margin-left: 0.22rem;
}
.about .index_exchange_b .index_exchangeList_p{
	margin-top: 0.3rem;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #656363;
	line-height: 0.3rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}

/* vision */
.vision{
	position: relative;
	padding: 0.98rem 0 1.76rem;
}
.vision::after{
	content: "";
	width: 100%;
	height: 2.12rem;
	position: absolute;
	top: 0.98rem;
	background: #F4F4F4;
	z-index: -1;
}
.vision_cont{
	padding-top: 0.8rem;
}
.vision_contL{
	flex: 0 0 50%;
}
.vision_dec{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.35rem;
	margin-top: 0.98rem;
}
.vision_contR img{
	width: 100%;
	max-height: 4.5rem;
	padding-left: 0.8rem;
}
.banner_more{
	border-bottom-color: #233791;
	transition: all 0.3s;
}
.banner_more p{
	color: #233791;
	transition: all 0.3s;
}
.banner_more_img{
	position: relative;
}
.banner_more .banner_more_img img{
	transition: all 0.3s;
}
.banner_more .banner_more_img img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
}
.banner_more:hover .banner_more_img img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.banner_more:hover .banner_more_img img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.banner_more:hover{
	border-bottom-color: #FF6B35;
	transition: all 0.3s;
}
.banner_more:hover p{
	color: #FF6B35;
	transition: all 0.3s;
}

/* str */
.strategic_cont{
	margin-top: 0.95rem;
	margin-top: 0.6rem;
	padding-bottom: 2rem;
	align-items: flex-end;
}
.strategic_li{
	flex: 0 0 33.333%;
}
.strategic_T{
	width: 1.06rem;
	height: 1.06rem;
	background: url("../img/str1.png");
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.strategic_li:nth-of-type(2){
	transform: translate(0, -0.93rem);
}
.strategic_li:nth-of-type(3){
	transform: translate(0, -1.91rem);
}
.strategic_li:nth-of-type(2) .strategic_T{
	background: url("../img/str2.png");
}
.strategic_li:nth-of-type(2) .strategic_B{
	background: url("../img/str_bg2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.strategic_li:nth-of-type(3) .strategic_T{
	background: url("../img/str3.png");
}
.strategic_li:nth-of-type(3) .strategic_B{
	background: url("../img/str_bg3.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.strategic_T img{
	width: 0.23rem;
	height: 0.26rem;
	object-fit: cover;
}
.strategic_B{
	margin-top: 0.4rem;
	background: url("../img/str_bg1.png");
	background-size: contain!important;
	background-repeat: no-repeat;
}
.strategic_BT{
	padding: 0.56rem 0.43rem 0;
	justify-content: space-between;
}
.strategic_BT p{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.25rem;
	color: #FFFFFF;
}
.strategic_BT p:nth-of-type(2){
	font-weight: 400;
	font-size: 0.2rem;
}
.strategic_BB{
	margin-top: 0.56rem;
}
.strategic_BBList{
	margin-top: 0.24rem;
	padding:0 0.24rem;
}
.dot div{
	width: 0.09rem;
	height: 0.09rem;
	background: #AAAAAA;
	border-radius: 50%;
}
.dot p{
	margin-left: 0.13rem;
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.18rem;
	color: #000000;
}
.strategic_dec{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #656363;
	line-height: 0.25rem;
	margin: 0.14rem 0.22rem 0;
}

/* history */
.swiper {
      width: 100%;
      height: 100%;
    }

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

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      margin-top: 0.56rem;
	  position: relative;
	  height: 0.68rem;
	  height: 1rem;
    }
.mySwiper::after{
	content: "";
	width: 100%;
	height: 0.01rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background: linear-gradient( 45deg, #FFFFFF 0%, rgba(178,178,178,0) 0%, rgba(178,178,178,0.4) 10%, #B2B2B2 49%, rgba(178,178,178,0.4) 85%, rgba(178,178,178,0) 100%);
}
    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }
	.mySwiper .swiper-slide-thumb-active .history_img img:nth-of-type(2){
		opacity: 1;
	}
	.mySwiper .swiper-slide-thumb-active .history_img img:nth-of-type(1){
		opacity: 0;
	}

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.history{
	background: url("../img/history_bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 1rem 0 0.95rem;
}
.history .max-width{
	overflow: hidden;
}
.history .about_top{
	justify-content: center;
}
.history_cont{
	padding: 0.24rem 0.3rem;
	background: rgba(255,255,255,0.64);
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #FFFFFF;
	align-items: flex-start;
}
.history_swiper{
	margin-top: 1rem;
}
.history_left{
	flex: 0 0 20%;
	max-height: 3.15rem;
}
.history_right{
	padding-left: 0.42rem;
}
.history_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.8rem;
	color: #FF6B35;
	margin-top: 0.2rem;
	text-align: left;
}
.history_dec{
	margin-top: 0.2rem;
	max-height: 1.3rem;
	overflow-y: scroll;
}
.history_dec_list{
	margin-bottom: 0.1rem;
	align-items: flex-start;
}
.history_dec_list div{
	flex: 0 0 0.08rem;
	height: 0.08rem;
	background: #FF6B35;
	border-radius: 50%;
	margin-top: 0.1rem;
}
.history_dec_list p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #3D3D3D;
	line-height: 0.3rem;
	margin-left: 0.13rem;
	text-align: left;
}
::-webkit-scrollbar{
	width: 0.02rem;
	
}
::-webkit-scrollbar-track{
	background: rgba(90, 90, 90, 0.09);
	border-radius: 2px 2px 2px 2px;
	height: 1.24rem;
}
::-webkit-scrollbar-thumb{
	background: #D9D9D9;
	border-radius: 2px 2px 2px 2px;
}
.history_dot{
	position: relative;
	height: 0.38rem;
}
.history_img{
	position: absolute;
	top: 0;
}
.history_img img{
	width: 0.38rem;
	height: 0.38rem;
	position: absolute;
	top: 0;
}
.history_img img:nth-of-type(2){
	opacity: 0;
}
.historyYear {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 0.2rem;
    color: #3D3D3D;
    margin-top: .8rem;
}
.history .swiper-button-prev{
	left: 0 !important;
	    bottom: 50% !important;
	    margin: 0!important;
	    transform: translateY(50%);
}
.history .swiper-button-next{
	right: 0 !important;
	    bottom: 50% !important;
	    margin: 0!important;
	    transform: translateY(50%);
}
.history .swiper-button-next.swiper-button-disabled, .history .swiper-button-prev.swiper-button-disabled{
	opacity: 1 !important;
	background: #ddd;
}

/* news */
.about_news{
	width: 100%;
	padding: 1rem 0;
}
.about_news .about_news_tit{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	margin-top: 0.26rem;
}
.about_news .banner_more{
	margin-top: 0.18rem;
}
.about_news_cont{
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin-top: 0.08rem;
	column-gap: .5rem;
}
.about_news .index_newsRlist{
	flex: 0 0 21%;
	margin-top: 0.62rem;
}
.about_news .index_news_showTit2{
	width: 100%;
}
.about_news .index_news_dec{
	width: 100%;
	-webkit-line-clamp: 2;
}
.about_news .index_news_dateL{
	margin-top: 0.12rem;
}
.about_news .index_news_dateL p{
	color: #747474;
}
.swiper-button-next, .swiper-button-prev{
	width: 0.5rem !important;
	height: 0.5rem !important;
    border: 1px solid #233791;
	background: #233791;
	border-radius: .05rem;
	transition: all .3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background: #FF6B35;
    border: 1px solid #FF6B35;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 0.4 !important;
	background: rgba(255,255,255,0.4);
	border: 1px solid rgba(255,255,255,0.6);
}