.header_wrap{
	width: 100%;
	position: relative;
	z-index: 999;
}
.header_top{
	width: 100%;
	height: 1rem;
}
.header_top .max-width{
	height: 100%;
	    display: flex;
}
.header_top .flex_box{
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}
.header_nav .level1{
	flex: 0 0 auto !important;
	padding: 0 0.22rem;
	transition: all .3s;
}
.header_logo img{
	max-width: 2.2rem;
	    max-height: 0.7rem;
}
.header_top .flex_box .level1_a{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.18rem;
	color: #000000;
	height: auto;
}
.index_nav{
	height: 100%;
}
.header_nav .level1:hover,
.level1_active{
	height: 100%;
	background: #FF6B35;
}
.header_nav .level1:hover .level1_a,
.level1_active .level1_a{
	color: #FFFFFF !important;
}
.flex_box1{
	flex: 0 0 auto !important;
}
.flex_box2{
	padding-left: 0;
	    padding-right: 0.44rem;
	height: 100%;
}
.flex_box3{
	flex:0 0 auto !important;
}
.header_lang{
	padding: 0.1rem 0.2rem;
	background: #233791;
	border-radius: 20px 20px 20px 20px;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}
.header_lang:hover{
	background: #FF6B35;
	transition: all 0.3s;
}
.header_lang:hover .header_lang_hover{
	display: block;
}
.header_lang_hover{
	position: absolute;
	    width: 100%;
	    top: 0;
	    left: 0;
	    padding-top: 0.7rem;
	    z-index: 9;
		display: none;
}
.header_lang_bg{
	background: #EFEFEF;
	padding: 0.26rem 0.18rem 0.13rem;
}
.header_lang_hover a{
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.16rem;
	color: #233791;
	margin-bottom: 0.13rem;
}
.header_lang_hover a:hover{
	color: #FF6B35;
	transition: all 0.3s;
}
.header_lang img:nth-of-type(1){
	width: 0.2rem;
	height: 0.2rem;
}
.header_lang p{
	margin: 0 0.08rem 0 0.1rem;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}
.header_lang img:nth-of-type(2){
	width: 0.07rem;
	height: 0.04rem;
}
.header_t{
	background: #EEEEEE;
	width: 100%;
}
.header_t .max-width{
	display: flex;
	justify-content: space-between;
	padding: 0.12rem 0;
	
}
.header_tl p,.header_tl p a{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.14rem;
	color: #000000;
}
.header_tl p a{
	color: #233791;
	text-decoration: underline;
	padding: 0 0.13rem;
	border-right: 1px solid #CECECE;
	width: auto;
	line-height: 0.14rem;
	transition: all 0.3s;
}
.header_tl p a:hover{
	color: #FF6B35;
	transition: all 0.3s;
}
.header_tl p a:nth-of-type(3){
	padding-right: 0;
	border-right: none;
}
.header_tl p a:nth-of-type(1){
	padding-left: 0;
}
.header_trl{
	justify-content: end;
	padding-right: 0.34rem;
}
.header_li{
	width: 0.26rem;
	height: 0.26rem;
	background: #D9D9D9;
	margin-right: 0.09rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s;
}
.header_li:last-child{
	margin-right: 0;
}
.header_li img{
	width: 0.17rem;
	height: 0.17rem;
}
.header_li:hover{
	background: #FF6B35;
	transition: all 0.3s;
}
.header_trr{
	flex: 0 0 1.87rem !important;
	border-bottom: 1px solid #D9D9D9;
	padding: 0.02rem 0;
	justify-content: space-between;
}
.header_trr form{
	
}
.header_trr input{
	background: transparent;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.14rem;
	color: #000000;
	
}
.header_trr input::placeholder{
	color: #A7A7A7;
}
.header_trr:focus {
  border-color: red;
}
.header_trr button{
	border: none;
	    width: auto;
	    flex: 0 0 0.12rem;
}
.header_trr img{
	width: 0.12rem;
	height: 0.14rem;
}
/* banner */
.indexSwiper{
	height: 100vh;
	position: relative;
}
.banner_cont{
	position: absolute;
	top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    display: flex;
	    align-items: center;
}
.banner_text{
	width: 75%;
}
.banner_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.48rem;
	color: #FFFFFF;
	line-height: 0.7rem;
	text-transform: uppercase;
}
.banner_dec{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.32rem;
	color: #FFFFFF;
	line-height: 0.39rem;
	margin-top: 0.3rem;
}
.banner_more{
	border-bottom: 0.02rem solid #FFFFFF;
	margin-top: 0.58rem;
	display: inline-block;
	width: auto;
	padding: 0.02rem 0;
}
.banner_more p{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.16rem;
	color: #FFFFFF;
}
.banner_more img{
	width: 0.13rem !important;
	height: 0.08rem !important;
	margin-left: 0.14rem;
}

.swiper-button-next, .swiper-button-prev{
	width: 0.5rem !important;
	height: 0.5rem !important;
	
	
	opacity: 1 !important;
	background: rgba(255,255,255,0.4);
	border: 1px solid rgba(255,255,255,0.6);
	transition: all .3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    /*background: #FF6B35;*/
    /*border: 1px solid #FF6B35;*/
    border: 1px solid #233791;
	background: #233791;
	border-radius: .05rem;
}
.swiper-button-next{
	left: auto !important;
	right: 0rem !important;
	bottom: 0.63rem !important;
	top: auto !important;
}
.swiper-button-prev{
	left: auto !important;
	right: 0.6rem !important;
	bottom: 0.63rem !important;
	top: auto !important;
}
/*.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);*/
/*}*/
.swiper-button-next:after{
	content: "" !important;
	background: url("../img/right.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.1rem;
	height: 0.14rem;
}
.swiper-button-prev:after{
	content: "" !important;
	background: url("../img/left.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.1rem;
	height: 0.14rem;
}
.banner_button{
	/*height: 100%;*/
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;
}
.swiper-pagination{
	bottom: 0.83rem !important;
	top: auto !important;
}
.swiper-pagination-bullet{
	width: 0.11rem !important;
	height: 0.11rem !important;
	background: #FFFFFF !important;
	opacity: 0.5 !important;
	margin: 0 0.11rem !important;
	border-radius: 50% !important;
}
.swiper-pagination-bullet-active{
	width: 47px !important;
	height: 11px !important;
	background: #FFFFFF !important;
	border-radius: 1rem 1rem 1rem 1rem !important;
	border: 1px solid #707070 !important;
	opacity: 1 !important;
}


/* index_news */
.index_news{
	padding: 1rem 0;
}
.index_news .max-width{
	justify-content: space-between;
}
.index_newsL{
	flex: 0 0 76%;
}
.index_newsLT{
	width: 100%;
	position: relative;
}
.index_newsImg{
	width: 100%;
	height: 7.1rem;
}
.index_news_show{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0.34rem 0.29rem;
	background: url("../img/news_bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.index_news_showTit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.35rem;
	color: #FFFFFF;
	line-height: 0.45rem;
	margin: 0.2rem 0;
	width: 80%;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.index_news_date{
	justify-content: space-between;
	padding-top: 0.16rem;
	border-top: 1px dashed #FFFFFF;
}
.index_news_dateL p{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 0.14rem;
}
.index_news_dateL p:nth-of-type(1){
	padding-left: 0;
	border-right: 1px solid #ffffff;
}
.index_news_date .banner_more{
	justify-content: end;
	margin-top: 0;
}
.index_newsR{
	flex: 0 0 20%;
}
.index_newsImg2{
	width: 100%;
	height: 1.79rem;
}
.index_newsR .index_news_dateL{
	margin-top: 0.32rem;
}
.index_newsR .index_news_dateL p:nth-of-type(1){
	color: #ACACAC;
}
.index_newsR .index_news_dateL p:nth-of-type(2){
	color: #656363;
	margin-top: 0.02rem;
	padding: 0;
}
.index_news_showTit2{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.25rem;
	color: #000000;
	line-height: 0.3rem;
	margin-top: 0.16rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 width: 85%;
	 transition: all 0.3s;
}
.index_news_dec{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #747474;
	line-height: 0.25rem;
	margin-top: 0.16rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
	 width: 85%;
}
.index_newsRlist{
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 0.27rem;
	transition: all 0.3s;
}
.index_newsRlist:hover{
    border-bottom: 1px solid #FF6B35;
}
.index_newsLB{
	margin-top: 0.48rem;
	justify-content: space-between;
}
.index_newsLB .index_newsRlist{
	flex: 0 0 31%;
}
.index_newsLB .index_news_dateL p:nth-of-type(1){
	color: #AAAAAA;
	border-right: 1px solid #9D9D9D;
}
.index_newsLB .index_news_dateL p:nth-of-type(2){
	color: #747474;
}
.index_newsR .index_newsRlist{
	padding-bottom: 0.4rem;
}
.index_newsR .index_newsRlist:nth-of-type(2){
	margin-top: 0.36rem;
}
.index_newsRlist:hover .index_news_showTit2{
	color: #FF6B35;
	transition: all 0.3s;
}

/* journal */
.index_journal{
	width: 100%;
	height: 5.6rem;
	background: #F4F4F4;
	padding-top: 1rem;
}
.index_journal .max-width{
	position: relative;
}
.index_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.55rem;
	color: #000000;
	line-height: 0.75rem;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.index_dec{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.3rem;
	color: #000000;
	line-height: 0.35rem;
	margin-top: 0.3rem;
	width: 50%;
}
.journalSwiper{
	margin-top: 0.7rem;
	padding: 0.3rem 0.2rem;
	overflow: hidden;
}
.journalSwiper .swiper {
      width: 100%;
      height: 100%;
    }

    .journalSwiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .journalSwiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .journalSwiperBtn{
        display: flex;
        column-gap: .11rem;
    }
.journalSwiperBtn .swiper-button-prev{
	right: 0.8rem !important;
	    top: 1.4rem !important;
	    top: 0!important;
		border-radius: 0.06rem;
		background: #FF6B35 !important;
		border: none;
		margin: 0!important;
		position: static;
}
.journalSwiperBtn .swiper-button-next{
	right: 0.2rem !important;
	    top: 1.4rem !important;
	    top: 0!important;
		border-radius: 0.06rem;
		background: #FF6B35 !important;
		border: none;
		margin: 0!important;
		position: static;
}
.journalSwiperBtn .swiper-button-next.swiper-button-disabled, .journalSwiperBtn .swiper-button-prev.swiper-button-disabled{
	opacity: 1 !important;
	background: #233791 !important;
}
.index_journal_cont .banner_more_img{
	position: relative;
}
.index_journal_cont>a{
    display: flex;
    width: fit-content;
    flex-shrink: 0;
}
.index_journal_cont .banner_more .banner_more_img img{
	transition: all 0.3s;
}
.index_journal_cont .banner_more .banner_more_img img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
}
.index_journal_cont .banner_more:hover .banner_more_img img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.index_journal_cont .banner_more:hover .banner_more_img img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.index_journal_cont .banner_more:hover{
	border-bottom-color: #FF6B35;
	transition: all 0.3s;
}
.index_journal_cont .banner_more:hover p{
	color: #FF6B35;
	transition: all 0.3s;
}
.index_journal_cont{
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
	padding: 0.3rem 0.3rem 0.2rem 0.27rem;
	align-items: flex-start !important;
	transition: all 0.3s;
	width: 100%;
}
.index_journal_cont:hover .index_journal_tit{
	color: #FF6B35;
	transition: all 0.3s;
}
.index_journal_img{
	width: 100%;
	height: 100%;
	max-width: 2.22rem;
	height: 3.16rem !important;
}
.index_journal_r{
	padding-left: 0.43rem;
}
.index_journal_T{
	
}
.index_journal_T p{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.12rem;
	color: #233791;
	line-height: 0.4rem;
	text-align: left;
	text-transform: uppercase;
	background: #EAEEFF;
	padding: 0 0.07rem;
}
.index_journal_T img{
	width: 0.2rem !important;
	height: 0.4rem !important;
}
.index_journal_tit{
	margin-top: 0.24rem;
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.23rem;
	color: #000000;
	line-height: 0.3rem;
	text-align: left;
	transition: all 0.3s;
}
.index_journal_dec{
	margin-top: 0.4rem;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #656363;
	text-align: left;
}
.index_journal .banner_more{
	margin-top: 0.66rem;
	border-bottom: 0.02rem solid #233791;
	display: table;
}
.index_journal .banner_more p{
	color: #233791;
}


/* Articles */
.index_articles{
	margin-top: 2.8rem;
	padding-bottom: 0.6rem;
}
.index_articles .index_tit{
	text-align: center;
}
.index_articles_cont{
	margin-top: 0.65rem;
	flex-wrap: wrap !important;
	/*justify-content: space-between;*/
    column-gap: .5rem;
}
.index_articles_li{
	flex: 0 0 48%;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	padding: 0.35rem 0.3rem 0.23rem;
	margin-bottom: 0.4rem;
}
.index_articles_tag{
	width: auto;
	height: 0.41rem;
	background: #223791;
	border-radius: 5px 5px 5px 5px;
	line-height: 0.41rem;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	text-align: left;
	padding: 0 0.06rem;
	transition: all 0.3s;
	display: inline-block;
}
.index_articles_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.25rem;
	margin-top: 0.2rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.index_articles_dec{
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 font-family: Poppins, Poppins;
	 font-weight: 400;
	 font-size: 0.16rem;
	 color: #747474;
	 line-height: 0.2rem;
	 margin-top: 0.16rem;
}
.index_articles_b{
	margin-top: 0.16rem;
}
.index_articles_date{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
}
.index_articles_b{
	justify-content: space-between;
}
.index_articles_b .banner_more{
	border-bottom: 1px solid #AAAAAA;
	margin: 0;
}
.index_articles_b .banner_more p{
	color: #AAAAAA;
}
.banner_more_img{
	position: relative;
}
.index_articles_b .banner_more .banner_more_img img{
	transition: all 0.3s;
}
.index_articles_b .banner_more .banner_more_img img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
}
.index_articles_li:hover .index_articles_tag{
	background: #FF6B35;
	transition: all 0.3s;
}
.index_articles_li:hover .banner_more{
	border-color: #FF6B35;
	transition: all 0.3s;
}
.index_articles_li:hover .banner_more p,.index_articles_li:hover .banner_more{
	transition: all 0.3s;
}
.index_articles_li:hover .banner_more p{
	color: #FF6B35;
	transition: all 0.3s;
}
.index_articles_li:hover .banner_more_img img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.index_articles_li:hover .banner_more_img img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}

/* academic exchange */
.index_exchange{
	background: #233791;
	padding: 1rem 0;
}
.index_exchange .index_tit{
	text-align: center;
	color: #ffffff;
}
.index_articles_cont{
	margin-top: 1rem;
}
.index_exchange_t{
	justify-content: space-between;
}
.index_exchange_img{
	height: 4.48rem;
	width: 100%;
	object-fit: cover;
	border-radius: .1rem;
}
.index_exchange_r{
	padding-left: 0.8rem;
}
.index_exchange_tit{
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.3rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.index_exchange_r hr{
	margin: 0.2rem 0 0.18rem;
	background: rgba(255,255,255,0.4);
	width: 100%;
	height: 0.01rem;
}
.index_exchange_dec{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 0.3rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
}
.index_exchange_date{
	margin-top: 0.3rem;
}
.index_exchange_date img{
	width: 0.23rem;
	height: 0.24rem;
	margin-right: 0.1rem;
}
.index_exchange_date p{
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.3rem;
}
.index_exchange .banner_more{
	border: none;
	width: 1.8rem;
	height: 0.6rem;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_exchange .banner_more p{
	color: #FF6B35;
}
.banner_more .flex_box{
	justify-content: center;
}
.index_exchange .banner_more{
	transition: all 0.3s;
}
.index_exchange .banner_more:hover{
	background: #FF6B35;
	transition: all 0.3s;
}
.index_exchange .banner_more:hover p{
	color: #FFFFFF;
	transition: all 0.3s;
}
.index_exchange .banner_more img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.index_exchange .banner_more:hover img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.index_exchange .banner_more:hover img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.index_exchange_b{
	margin-top: 0.95rem;
	justify-content: space-between;
}
.index_exchangeList{
	flex: 0 0 31%;
	height: 3.46rem;
	background: rgba(255,255,255,0.3);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #FFFFFF;
	padding: 0.32rem 0.29rem 0rem 0.26rem;
	position: relative;
	transition: all 0.3s;
}
.index_exchangeList:hover{
	border-color: #FF6B35;
	transition: all 0.3s;
}
.index_exchangeList_p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.25rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 5;
	 -webkit-box-orient: vertical;
}
.index_exchange_b .index_exchange_date{
	position: absolute;
	    bottom: 0.45rem;
}

/* Editorial Board Members */
.index_members{
	padding: 2rem 0 1rem;
	position: relative;
}
.index_members .indexTxt{
    position: absolute;
    width: 18.87rem;
    height: auto;
    top: -1.48rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 94%;
}
.index_members .index_tit{
	text-align: center;
}
.index_articles_cont{
	margin-top: 0.8rem;
	/*justify-content: space-between;*/
	column-gap: .47rem;
}
.index_articlesList{
	flex: 0 0 31%;
}
.index_articlesList img{
	width: 100%;
	height: 3rem;
}
.index_articlesB{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	padding: 0.24rem 0 0;
	transition: all 0.3s;
}
.index_members .index_articles_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.25rem;
	color: #000000;
	transition: all 0.3s;
	padding: 0 0.16rem;
}
.index_members .index_articles_dec{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	margin-top: 0.2rem;
	padding: 0 0.16rem;
}
.index_articlesList hr{
	margin-top: 0.25rem;
	width: 0%;
	height: 0.05rem;
	background: #FF6B35;
	transition: all 0.3s;
}
.index_articlesList:hover .index_articlesB{
	border-top-color: transparent;
	transition: all 0.3s;
}
.index_articlesList:hover .index_articles_tit{
	color: #FF6B35;
	transition: all 0.3s;
}
.index_articlesList:hover hr{
    width: 100%;
}

/* footer */
.footer_wrap{
	background: #272727;
	width: 100%;
	padding-top: 0.8rem;
}
.footer_left{
	
}
.footer_logo{
	max-width: 2.73rem;
	    max-height: 0.87rem;
}
.footer_right{
	margin-top: 0.4rem;
	border-top: 1px solid rgba(255,255,255,0.37);
}
.footer_ul{
	padding: 0.53rem 0rem 0.9rem;
	justify-content: space-between;
	align-items: self-start !important;
}
.footer_li{
	flex: 0 0 auto;
}
.footer_li a{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.18rem;
	color: #FFFFFF;
	text-align: left;
}
.footer_list a{
	font-weight: 400;
	font-size: 0.14rem;
	margin-top: 0.27rem;
	opacity: 0.4;
	transition: all 0.5s;
}
.footer_list a:hover{
    opacity: 1;
}
.footer_copy{
	padding: 0.34rem 0 0.34rem;
	border-top: 1px solid rgba(255,255,255,0.37);
}
.footer_copy p,.footer_copy a{
	font-family: Arial, Arial;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	
}
.footer_copy a{
	flex: 0 0 auto;
	    width: auto;
	margin-left: 0.04rem;
}
.footer_copy p{
	display: flex;
	opacity: 0.4;
	justify-content: center;
}
.footer_cont .header_li{
	background: transparent;
	border: 1px solid #FFFFFF;
}
.footer_cont .header_li:hover{
	border: 1px solid #FF6B35;
	background: #FF6B35;
}

