.banner_more{
	border-bottom-color: #233791;
	transition: all 0.3s;
	margin-top: 0;
}
.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;
}
.active_annual{
	padding: 0.96rem 0 1rem;
}
.pub_text{
	justify-content: space-between;
}
.annual_cont{
	margin-top: 0.56rem;
	justify-content: space-between;
}
.annual_cont_l{
	flex: 0 0 42%;
	position: relative;
}
.annual_cont_r{
	flex: 0 0 56%;
	position: relative;
}
.annual_cont_limg{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.annual_text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.3rem 0.35rem;
	width: auto;
	    height: auto;
}
.annual_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.25rem;
	color: #FFFFFF;
	line-height: 0.3rem;
}
.index_exchange_date{
	margin-top: 0.14rem;
}
.annual_cont_l .annual_cont_limg{
	height: 7.96rem;
	filter: brightness(0.5);
}
.annual_cont_rb{
	margin-top: 0.25rem;
	justify-content: space-between;
}
.annual_cont_rt .annual_cont_limg{
	height: 5.17rem;    
	filter: brightness(0.5);
}
.annual_cont_rbl .annual_cont_limg,.annual_cont_rbr .annual_cont_limg{
	height: 2.54rem;
	filter: brightness(0.5);
}
.annual_cont_rt,.annual_cont_rbl,.annual_cont_rbr{
	position: relative;
}
.annual_cont_rbl,.annual_cont_rbr{
	flex: 0 0 48.4%;
}
.annual_cont_rbl .annual_tit,.annual_cont_rbr .annual_tit{
	font-size: 0.2rem;
}

/* workshop */
.workshop{
	padding: 1rem 0;
	background: #F4F4F4;
}
.workshop_cont{
	justify-content: space-between;
	flex-wrap: wrap;
}
.workshop_list{
	flex: 0 0 48%;
	padding: 0.4rem 0.4rem 0;
	margin-top: 0.5rem;
	background: #FFFFFF;
	height: 2.67rem;
	cursor: pointer;
}
.workshop_tit{
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.2rem;
	color: #000000;
	transition: all 0.3s;
}
.workshop_bot{
	margin-top: 0.14rem;
}
.workshop_time{
	padding-top: 0.2rem;
	align-items: flex-start;
}
.workshop_time img{
	width: 0.16rem;
	height: 0.16rem;
	flex: 0 0 0.16rem;
	margin-top: 0.04rem;
	transition: all 0.3s;
	object-fit: contain;
}
.workshop_time p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #656363;
	margin-left: 0.05rem;
	transition: all 0.3s;
}
.workshop_time p span{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.16rem;
	color: #656363;
	margin-right: 0.05rem;
	transition: all 0.3s;
}
.workshop_img{
	position: relative;
	transition: all 0.3s;
}
.workshop_img img:nth-of-type(2){
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.3s;
}
.workshop_list:hover .workshop_tit{
	color: #FF6B35;
	transition: all 0.3s;
}
.workshop_time:hover .workshop_img img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.workshop_time:hover .workshop_img img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}
.workshop_time:hover p,.workshop_time:hover span{
	color: #FF6B35;
	transition: all 0.3s;
}

/* conference */
.conference{
	padding: 1rem 0;
}
.conference_cont{
	margin-top: 0.53rem;
}
.conference_list{
	
}
.conference_l,.conference_r{
	flex: 0 0 50%;
}
.conference_r{
	padding-left: 0.7rem;
	padding-right: 0.2rem;
}
.conference_l img{
	width: 100%;
	height: 4.3rem;
	object-fit: cover;
}
.conference_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.24rem;
	color: #000000;
	line-height: 0.72rem;
}
.conference_dec{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.35rem;
	margin-top: 0.44rem;
}
.conference_list:nth-of-type(even) .conference_r{
	padding-left: 0.2rem;
	padding-right: 0.68rem;
}


/* FAQs */
.FAQs{
	background: url("../img/faqs_bg.png");
	background-size: center center;
	background-repeat: no-repeat;
	padding: 1rem 0;
}
.FAQs_cont{
	
}
.FAQs_list{
	border-bottom: 1px dashed #A2A2A2;
	padding: 0.4rem 0;
	justify-content: space-between;
	align-items: flex-start;
}
.FAQs_l{
	flex: 0 0 90%;
}
.FAQs_l p{
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.2rem;
	color: #000000;
}
.FAQs_add{
	width: 0.32rem;
	height: 0.32rem;
	background: #233791;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.FAQs_list.active .FAQs_add{
    background: #FF6B35;
}
.FAQs_add img{
	width: 0.14rem;
	height: 0.14rem;
}
.FAQs_add img:nth-of-type(2){
	position: absolute;
	opacity: 0;
	width: 0.1rem;
	height: 0.1rem;
}
.FAQs_text{
	margin-top: 0.22rem;
	display: none;
}
.FAQs_text p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #696969;
	line-height: 0.3rem;
}
/*.jionTop.active .FAQs_text{*/
/*	display: block;*/
/*}*/
.jionTop.active .FAQs_add img:nth-of-type(2){
	opacity: 1;
}
.jionTop.active .FAQs_add img:nth-of-type(1){
	opacity: 0;
}

/* workshop */
.train_r_tit{
	width: 100%;
	height: 0.7rem;
	background: #FAFAFA;
}
.new_tab_li{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.18rem;
	color: #233791;
	line-height: 0.3rem;
	margin: 0 0.48rem;
}
.n_news_cont{
	padding-top: 0.52rem;
	display: none;
	padding-bottom: 1rem;
}
.new_tab{
	border-bottom: 1px solid transparent;
	justify-content: center;
}
.new_tab .active{
	border-bottom: 1px solid #FF6B35;
	color: #FF6B35;
}
.content_wrap .active{
	display: block;
}
.n_workshop{
	padding-bottom: 1rem;
}
.n_workshop .n_news_cont{
	padding-top: 0.26rem;
	padding-bottom: 0;
}
.n_workshop .workshop_list{
	background: #F5F5F5;
	margin-top: 0.39rem;
	transition: all 0.3s;
	padding: 0.4rem 0.4rem 0.4rem;
	height: auto;
}
.n_workshop .workshop_list:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
	transition: all 0.3s;
}