@charset "utf-8";

@font-face {
	font-family: 'SourceHanSansCN-Bold'; /* 你给字体起的名字 */
	src: url("https://d-web.obs.cn-north-4.myhuaweicloud.com/autoinfo/SourceHanSansCN-Bold.otf") format("opentype");
	fontweight: normal;
	fontstyle: normal;
}
@font-face {
	font-family: 'HarmonyOS_Sans_SC_Black'; /* 你给字体起的名字 */
	src: url("https://d-web.obs.cn-north-4.myhuaweicloud.com/autoinfo/HarmonyOS_Sans_SC_Black.ttf") format('truetype');
	fontweight: normal;
	fontstyle: normal;
}
@font-face {
	font-family: 'HarmonyOS_Sans_SC_Bold'; /* 你给字体起的名字 */
	src: url("https://d-web.obs.cn-north-4.myhuaweicloud.com/autoinfo/HarmonyOS_Sans_SC_Bold.ttf") format('truetype');
	fontweight: normal;
	fontstyle: normal;
}
@font-face {
	font-family: 'HarmonyOS_Sans_SC_Light'; /* 你给字体起的名字 */
	src: url("https://d-web.obs.cn-north-4.myhuaweicloud.com/autoinfo/HarmonyOS_Sans_SC_Light.ttf") format('truetype');
	fontweight: normal;
	fontstyle: normal;
}
@font-face {
	font-family: 'HarmonyOS_Sans_SC_Medium'; /* 你给字体起的名字 */
	src: url("https://d-web.obs.cn-north-4.myhuaweicloud.com/autoinfo/HarmonyOS_Sans_SC_Medium.ttf") format('truetype');
	fontweight: normal;
	fontstyle: normal;
}
@font-face {
	font-family: 'HarmonyOS_Sans_SC_Regular'; /* 你给字体起的名字 */
	src: url("https://d-web.obs.cn-north-4.myhuaweicloud.com/autoinfo/HarmonyOS_Sans_SC_Regular.ttf") format('truetype');
	fontweight: normal;
	fontstyle: normal;
}
@font-face {
	font-family: 'HarmonyOS_Sans_SC_Thin'; /* 你给字体起的名字 */
	src: url("https://d-web.obs.cn-north-4.myhuaweicloud.com/autoinfo/HarmonyOS_Sans_SC_Thin.ttf") format('truetype');
	fontweight: normal;
	fontstyle: normal;
}
@font-face {
	font-family: 'SourceHanSansCN-Medium'; 
	src: url('https://d-web.obs.cn-north-4.myhuaweicloud.com/autoinfo/SourceHanSansCN-Medium.otf') format('opentype');
	fontweight: normal;
	fontstyle: normal;
}

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	
}

body {
	-webkit-text-size-adjust: none;
	background-color: #f3f7fb;
	font-family:"HarmonyOs_Sans_Sc_Regular";
		overflow-x: hidden;
		
}

:focus {
	outline: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

img {
	border: 0;
}

input,
textarea {
	vertical-align: middle;
	font-family: inherit;
	font-size: inherit;
}

ul li {
	list-style-type: none;
}


.nav_con {
	width: 100%;
	min-width: 1220px;
	height: 60px;
	overflow: hidden;
	background: #0A41A3 ;
	
}
.navon {
	background: #1e21aa;
	color: #fff;
}

.nav_con ul {
	display: flex;
	justify-content: space-between;
	
}

.nav_con ul li {
	width: 25%;
	min-width: 120px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	font-weight: 400;
}

.nav_con ul li a {
	color: #fff;
	font-size: 18px;
	width: 100%;
	height: 60px;
	
	/* display: block; */
	display: flex;
	align-items: center;
	
}
.nav_con ul>li:first-of-type a p {
	border-left: 1px solid #ffffff3d;
}

.nav_con ul li a p{
	width: 100%;
	height: 14px;
	border-right: 1px solid #ffffff3d;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.81;
}

.nav_con ul li a:hover {
	background: #1070d1;
	border-radius: 2px;
	transition: 600ms ease all;
}

.nav_con ul li a.navon {
	background: #1070d1;
	border-radius: 2px;
}

.w_big {
	width: 60%;
	min-width: 130px;
	margin: 0 auto;
}

.nav_img {
	width: 20px;
	margin: 0 10px;
	margin-left: 0;
}

.contant{
	position: absolute;
	top: 21px;
	left: 75%;
	width: 128px;
	height: 33px;
	background: #3c52af;
	border-radius: 17px;
}
.contant>a{
	width: 128px;
	height: 33px;
	border-radius: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contant>a>img{
	width: 16px;
	height: 16px;
}
.contant>a>span{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 4px;
}
.banner {
	width: 100%;
	height: 370px;
	overflow: hidden;
	position: relative;
	min-width: 1220px;
	background-image: url(../../img/forum2025/banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner .banner_logo {
	width: 411px;
	/* height: 86px; */
}
.banner_title{
	width: 941px;
	height: 79px;
	margin-top: 20px;
}
.banner_datebox{
	width: 341px;
	height: 33px;
	margin-top: 36px;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px 0px rgba(0,31,80,0.08);
	border-radius: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_datebox>p{
	font-family: HarmonyOS_Sans_SC_Regular;
	font-weight: 400;
	font-size: 18px;
	color: #0E5AC2;
	line-height: 11px;
}
.banner_datebox p span{
	height: 13px;
}
/* .banner_datebox>p>span:last-of-type{
	width: 79px;
	height: 17px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #0F5CC3;
	line-height: 11px;
} */
.video_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	min-width: 1220px;
}
.video_img{
	width: 100%;
	height: auto;
	display: block
}
.prism-big-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);  按钮居中

}
.play_img{
	width: 99px;
	height: 99px;
	
}

.meeting {
	width: 100%;
	height: 1084px;
	overflow: hidden;
	position: relative;
	min-width: 1220px;
	background: url("../../img/forum2025/meeting-bg1.png") no-repeat center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:-5px;
}
.meeting-bg{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: -1;
	float: left;
}
.meeting_titlebox{
	width: 100%;
	height: 370px;
	position: absolute;
	display: flex;
	justify-content: center;
	
}
.meeting_title{
	/*width: 924px;
	height: 210px;*/
	margin-top: 100px;
}
/* .meeting_star1{
	width: 505px;
	height: 276px;
} */
.meeting_star1{
	width: 505px;
	height: 276px;
	position: absolute;
	top: 65px;
	left: 350px;
	/* margin-top: -303px;
	margin-left: 150px; */
}
.meeting_star2{
	width: 414px;
	height: 226px;
	position: absolute;
	top: 160px;
	left: 820px;
	/* margin-top: -303px;
	margin-left: 150px; */
}
.meeting_star3{
	width: 440px;
	height: 420px;
	position: absolute;
	top: 27px;
	left: 1172px;
	/* margin-top: -303px;
	margin-left: 150px; */
}
.meetings{
	width: 100%;
	height: 306px;
	position: absolute;
	top: 370px;
	display: flex;
	justify-content: center;
	opacity: 0; /* 初始透明度为0 */
	transform: translateY(200px); /* 初始位置设置在底部 */
	
}
.meetings>div:not(:first-child){
	margin-left: 12px;
}
.meetingbox{
	width: 188px;
	height: 236px;
	background: linear-gradient(180deg, #2771DB 0%, rgba(175, 214, 255, 0.3) 55%);
	border-radius: 15px;
	margin-top: 110px;
	transform: scale(0); /* 初始缩放为0 */
	transition: transform 1.5s ease, opacity 1.5s ease; /* 动画过渡 */
	position:relative;
}
.meetingbox_jiabian{
	position: absolute;
	width: 188px;
	height: 193px;
	margin-top:45px;
	background: linear-gradient(360deg, #2771dbe6 65%, rgba(175,214,255,0) 100%);
	z-index: 1;
	border-radius: 15px;
}



.meetingbox:not(:first-child) {
	margin-left: 12px;
}

/* 当添加 active 类时，启动动画 */
.meetings.active {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.meetings.active .meetingbox {
	transform: scale(1);
}

@keyframes transform {
	0% {
	  transform: scale(1);
	  transform-origin: center;
	}
	100% {
	  transform: scale(2);
	}
  }
.meetingbox_img{
	width: 188px;
	height: 125px;
	border-radius: 15px;
	z-index:20
}
.meeting_img{
	width: 188px;
	height: 125px;
	opacity: 0.3;
	border-radius: 15px;
}
.meetingbox_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.meetingbox_num{
	/* width: 38px; */
	/* height: 32px; */
	color: #fff;
	z-index: 10;
}
.meetingbox_num>span:first-of-type{
	font-family: HarmonyOS Sans SC;
	font-size: 42px;
	font-weight: bold;
	font-style: italic
}
.meetingbox_num>span:last-of-type{
	font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 17px;
	font-weight: Medium;
	margin-left: 10px;
}
.meeting_name{
	width: 124px;
	height: 30px;
	background: #7eabdf;
	border-radius: 15px;
	/* opacity: 0.31; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
	z-index: 10;
}
.meeting_name>p{
	font-family: HarmonyOS Sans SC;
	/* font-weight: Medium; */
	font-size: 15px;
	color: #FFFFFF;
}

.meetingbox:hover {
	transition: 600ms ease all;
}
 .meetingbox_jiabian:hover {
	z-index: 1;
	background: #fff;
    position: absolute;
    width: 188px;
   height: 240px;
		margin-top:0px;
		/* background: linear-gradient(360deg, #0C64E1 70%, #FFFFFF00 55.00000000000001%); */
		background: linear-gradient(360deg, #fff 50%,rgba(175,214,255,0) 100%);
		z-index: 20;
		/* border-radius: 15px; */
	
}
.meetingbox:hover .meetingbox_jiabian{
	z-index: 1;
	background: #fff;
	 position: absolute;
	 width: 188px;
	height: 240px;
	margin-top:0px;
	background: linear-gradient(360deg, #fff 50%,rgba(175,214,255,0) 100%);
	z-index: 20;
}

.meetingbox:hover .meetingbox_num{
	color: #0A45A9;
	z-index: 20;
}
.meetingbox:hover .meetingbox_content .meeting_name {
	background: #fff;
	border: 1px solid #0A45A9;
	z-index: 20;
}
.meetingbox:hover .meetingbox_content .meeting_name p{
	color: #0A45A9;
	z-index: 20;
}
/* =========================时钟倒计时===================================== */
.page {
   display: flex;  
    flex-direction: column; /* 使子元素垂直堆叠 */  
    justify-content: center; /* 水平居中 */  
    width: 535px;  
    height: 394px;  
    background: #0E5CC5;  
    border-radius: 15px;  
    background: url("../../img/forum2025/clockbg.jpg") no-repeat center center;  
    background-size: cover;
}
.clockTtile{
  text-align: center; /* 文字居中 */  
  height: 27px;
  font-family:HarmonyOS_Sans_SC_Bold;
  font-weight: bold;
  font-size: 28px;
  color: #232323;
  /* line-height: 72px; */
  margin-bottom:25px;
}
.clock {
  display: flex;
  margin:0 auto;
  
}
  /* 时钟的分隔 */
  .clock .divider {
width: 17px;
height: 16px;
font-family: HarmonyOS Sans SC;
font-weight: 400;
font-size: 18px;
color: #666666;
line-height: 72px;
margin-left:10px;
margin-right: 10px;
	
  }
 
  /* 时钟的卡片 */
  .clock .flip {
  position: relative;
  width: 51px;
  height: 62px;
  margin: 2px;
  font-size: 40px;
  font-weight: 500;
  line-height: 70px;
  text-align: center;
 
  
  /* background: rgb(46, 45, 45); */
  background: url("../../img/forum2025/timebg.png") no-repeat center center;
  background-size: cover;
  /* border: 1px solid rgb(34, 33, 33); */
  border-radius: 10px;

  }
 
 .clock .flip .digital.back {  
     /* 确保 .back 是隐藏的，例如使用透明度或 z-index */  
     opacity: 0;
	 }
  /* 时钟上的数字 */
  .clock .flip .digital::before, .clock .flip .digital::after {
	position: absolute;
	   position: absolute;
	   content: attr(data-number);
	   left: 0;
	   right: 0;
	   color: #0E5DC5;
	   /* background: url("../../img/forum2025/timebg.png"); */
	     /* background: linear-gradient(-61deg, #0E5DC5 0%, #1A9BE5 100%); */
	   background-size: cover;
	   overflow: hidden;
	   -webkit-perspective: 160px;
	           perspective: 160px;
	
  }
 
  /* 翻页前的数字 */
  .clock .flip .digital::before {
    top: 0;
    bottom: 50%;
	line-height: 2.;
    /* border-bottom: 1px solid #666; */
    border-radius: 10px 10px 0 0;
	
	
  }
 
  /* 翻页后的数字 */
  .clock .flip .digital::after {
    top: 50%;
	
    bottom: 0;
    line-height: 0.2;
    border-radius: 0 0 10px 10px;
  }
 
  .clock .flip .back::before,
  .clock .flip .front::after {
    z-index: 1;
  }
  .clock .flip .back::after {
    z-index: 2;
  }
  .clock .flip .front::before {
    z-index: 3;
  }
 
  .clock .flip .back::after {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: rotateX(0.5turn);
            transform: rotateX(0.5turn);
  }
 
  .clock .flip.running .front::before {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation: frontFlipDown 0.6s ease-in-out;
            animation: frontFlipDown 0.6s ease-in-out;
    box-shadow: 0 -2px 6px rgba(255, 255, 255, 0.3);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
 
  .clock .flip.running .back::after {
    -webkit-animation: backFlipDown 0.6s ease-in-out;
            animation: backFlipDown 0.6s ease-in-out;
  }
  
  @-webkit-keyframes frontFlipDown {
    to {
      -webkit-transform: rotateX(0.5turn);
              transform: rotateX(0.5turn);
    }
  }
  
  @keyframes frontFlipDown {
    to {
      -webkit-transform: rotateX(0.5turn);
              transform: rotateX(0.5turn);
    }
  }
 
  @-webkit-keyframes backFlipDown {
    to {
      -webkit-transform: rotateX(0);
              transform: rotateX(0);
    }
  }
  
  @keyframes backFlipDown {
    to {
      -webkit-transform: rotateX(0);
              transform: rotateX(0);
    }
  }




.result-title-box{
	width: 450px;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* position: absolute; */
	
}
.result-word{
	width:880px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 40px 100px 15px 100px;
	position: absolute;
	bottom:0;
	z-index: 15;
}
.result-word>p:first-of-type{
	font-size: 23px;
	font-weight: 500;
	color: #1d1d1d;
	font-family: HarmonyOS_Sans_SC_Medium;
}
.result-word>p:last-of-type{
	font-size: 18px;
	margin-top: 13px;
}
.restitle_img{
	width: 350px;
	height: 65px;
	position: absolute;
	top: 45px;
}
.res_play_img{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	z-index: 18;
}
.result-box{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.result_img{
	width: 1080px;
	height: 460px;
}
.swiperbox04 .swiper-button-next5 {
	/* position: absolute;
	right: 5%; */
	/* background: #ededed; */
	color: #818181;
	/* transform: translateY(-20px); */
	/* border-radius: 50%; */
	/* width: 100px;
	height: 100px; */
	--swiper-navigation-size: 80px;
	/* text-align: center; */
}

.swiperbox04 .swiper-button-prev5 {
	/* position: absolute;
	left: 5%; */
	/* background: #ededed; */
	color: #818181;
	/* transform: translateY(-20px); */
	/* border-radius: 50%; */
	/* width: 50px;
	height: 50px; */
	--swiper-navigation-size: 80px;
	/* text-align: center; */
}





.regibox{
	width: 1200px;
	height: 452px;
	background: #fff;
	box-shadow: 0px 3px 18px 0px rgba(10,69,169,0.06);
	border-radius: 15px;
	margin: -226px auto;
	position: relative;
	z-index: 10;
	padding: 29px;
	display: flex;
}
.regibox_left{
	width: 600px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.regibox_left>p:first-of-type{
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 30px;
	color: #232323;
}
.regibox_left>p:last-of-type{
	font-weight: 400;
	font-size: 20px;
	color: #666666;
	margin-top: 18px;
}
.codeimg{
	width: 134px;
}
.regibox_left>div:first-of-type{
	width: 134px;
	margin-top: 21px;
	
}
.regibox_left>div>div{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.regi_btn{
	width: 166px;
	height: 46px;
	background: #fff;
	border-radius: 23px;
	border: 1px solid #0A45A9;
	margin-top: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.regi_btn>p{
	font-family: HarmonyOS Sans SC;
	font-size: 18px;
	color: #0A45A9;
	line-height: 72px;
	font-weight: 500;
}

.schedule{
	margin-top: 338px;
}
.news_titbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.news_titbox>p:first-of-type{
	font-family: SourceHanSansCN-Bold;
	font-weight: bold;
	font-size: 46px;
	color: #0A45A9;
	opacity: 0.07;

}
.news_titbox>p:last-of-type{
	font-family:SourceHanSansCN-Medium;
	position: absolute;
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	color: #0A45A9;
	top: 25px;
	z-index: 10;
}
.title_img {
 width: 100%;
  min-width: 1920px;
 position: absolute;
 height: 70px;
 top: 10px;
}
.schedule_nav{
	margin-top: 30px;
	width: 100%;
	height: 60px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.schedule_ul {
	width: 728px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 3px 18px 0px rgba(10,69,169,0.06);
	border-radius: 25px;
}
.schedule_nav ul {

	display: flex;
	justify-content: center;

}

.schedule_nav ul li {
	width: 182px;
	height: 50px;
	background: #fff;
	color: #232323;
	border-radius: 25px;
	text-align: center;
}


.schedule_nav ul li a {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
}


.schedule_nav ul li a:hover {
	transition: 600ms ease all;
}
.schedule_nav ul li a .navon {
	background: #1e21aa;
	color: #fff;
}
.schedule_box1 {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: translateY(0);
    opacity: 0; /* 初始状态为不可见 */
    transition: opacity 1.5s ease, transform 1.5s ease;
    animation: fadeIn 1.5s forwards; /* 应用动画，持续2秒，结束后保持最终状态 */
}

.schedule_box1 > div:nth-child(even) {
    margin-left: 16px;
}

/* 定义淡入动画 */
@keyframes fadeIn {
    from {
        opacity: 0; /* 从完全透明开始 */
    }
    to {
        opacity: 1; /* 到完全不透明结束 */
    }
}
.schedule_content{
	width: 516px;
	/* height: 403px; */
	background: #FFFFFF;
	box-shadow: 0px 3px 18px 0px rgba(10,69,169,0.06);
	border-radius: 15px;
	padding: 38px;
	margin-top: 20px;
	
}
.schedule_content>p{
	font-weight: bold;
	font-size: 24px;
	color: #0A45A9;
	line-height: 27px;
	font-family: SourceHanSansCN-Bold;
}
.schedule_top>p:first-of-type{
	width: 160px;
	height: 27px;
	background: #0A45A9;
	border-radius: 2px;
	font-size: 25px;
	line-height: 27px;
	color: #FFFFFF;
	margin-top: 15px;
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Medium;
}
.schedule_top>p:last-of-type{
	font-weight: bold;
	font-size: 20px;
	color: #0A45A9;
	line-height: 27px;
	margin-top: 15px;
	font-family: SourceHanSansCN-Bold;
}
.schedule_top>div:last-of-type {
	/* width: 400px; */
	height: 47px;
	font-weight: 500;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
	font-family:SourceHanSansCN-Medium
}
.schedule_bottom{
	margin-top: 50px;
}
.schedule_last_content{
	width: 100%;
	height: 140px;
	background: #FFFFFF;
	box-shadow: 0px 3px 18px 0px rgba(10,69,169,0.06);
	border-radius: 15px;
	padding: 38px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.schedule_last_content .schedule_top{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.schedule_last_content .schedule_last_content>p:last-of-type{
	margin: auto;
}
	
.news{
	width: 100%;
	background: #fff;
	margin-top: 57px;
	padding: 82px 0;
}
.news_box{
	display: flex;
	justify-content: center;
	margin-top: 40px
}
.news_left{
	width: 583px;
	background: #F3F7FB;
}
.news_right{
	width: 583px;
	margin-left: 16px;
}
.news_img{
	width: 583px;
	height: 346px;
}
.news_wordbox{
	padding: 14px 23px;
	background: #F3F7FB;
	width: 537px;
	height: 87px;
	border-radius: 10px;
}
.news_wordbox>p>a:first-of-type{
	font-family: HarmonyOS_Sans_SC_Medium;
	font-weight: 500;
	font-size: 18px;
	color: #363636;
	line-height: 28px;
}
.news_wordbox>p:last-of-type{
	font-family: HarmonyOS_Sans_SC_Regular;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 14px;
	margin-top: 12px;
}
<!-- .news_wordbox:hover{
	background: #0a45a9;
	color:#efefef;
	transition: 600ms ease all;
} -->
.news_right>div:not(:first-child){
	margin-top: 2px;
}
.news_wordbox:hover>p>a:last-of-type{
	color:#efefef;
	transition: 600ms ease all;
	opacity: 0.9
}
.news_wordbox:hover>p>a:first-of-type{
	color:#efefef;
	transition: 600ms ease all;
}
.news_morebox{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.news_morebtn{
	width: 166px;
	height: 46px;
	background: linear-gradient(-90deg, #126FDC 0%, #0A41A4 100%);
	border: none;
	border-radius: 23px;
	font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 18px;
	color: #FFFFFF;
}
.news_morebtn >a{
color: #FFFFFF;
}
.voice{
	max-width: 2020px;
		    margin: 0 auto;
	
	margin-top: 70px;
}
.voice_nav{
	width: 100%;
	height: 66px;
	margin-top: 58px;
}
.voice_nav ul{
	display: flex;
	justify-content: center;
}
.voice_nav ul>li:not(:first-of-type){
	margin-left: 25px;
}
.voice_ul li{
	width: 198px;
	height: 66px;
	background: #FFFFFF;
	box-shadow: 0px 3px 18px 0px rgba(10,69,169,0.06);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.voice_ul li a{
	width: 100%;
	height: 66px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.voice_span1{
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: bold;
	font-size: 28px;
	color: #0A45A9;
	font-style: italic;
	line-height: 26px;
}
.voice_span2{
	font-family: HarmonyOS_Sans_SC_Medium;
	width: 102px;
	height: 26px;
	background: #0A45A9;
	border-radius: 13px;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 26px;
	font-style: italic;
	display: inline-block;
	text-align: center;
	margin-left: 6px;
}
/* .voice_ul li a span:first-of-type{
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: bold;
	font-size: 28px;
	color: #0A45A9;
	font-style: italic;
	line-height: 26px;
}
.voice_ul li a span:last-of-type{
	font-family: HarmonyOS_Sans_SC_Medium;
	width: 102px;
	height: 26px;
	background: #0A45A9;
	border-radius: 13px;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 26px;
	font-style: italic;
	display: inline-block;
	text-align: center;
	margin-left: 6px;
} */
.voice_hover{
	background: #0A45A9;
}
.voice_hover>span:first-of-type{
	color: #fff;
}
.voice_hover>span:last-of-type{
	background:#fff;
	color: #0A45A9;
}
/* .voice_ul li:hover {
	background: #0A45A9;
	transition: 600ms ease all;
}
.voice_ul li:hover a>span:first-of-type{
	color: #FFFFFF;
}
.voice_ul li:hover a>span:last-of-type{
	color: #0A45A9;
	background: #FFFFFF;
} */
.swiperbox04 {
	width: 100%;
	height: 560px;
	margin: 40px auto 0 auto;
	box-sizing: border-box;
	position: relative;
}
.swiper-wrapper{
	width: 1198px;
}

.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;
}
.swiper-container1,.swiper-container2,.swiper-container3{
	width: 1198px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	/* padding: 0 11px 30px 20px; */
	box-sizing: border-box;
}
.swiperbox04 .swiper-button-next1:hover,.swiperbox04 .swiper-button-next2:hover,.swiperbox04 .swiper-button-next3:hover{
	color: #0A45A9;
	transition: 600ms ease all;
}
.swiperbox04 .swiper-button-prev1:hover,.swiperbox04 .swiper-button-prev2:hover,.swiperbox04 .swiper-button-prev3:hover{
	color: #0A45A9;
	transition: 600ms ease all;
}
.swiperbox04 .swiper-button-next2,.swiperbox04 .swiper-button-next1,.swiperbox04 .swiper-button-next3 {
	position: absolute;
	right: 3%;
	/* background: #ededed; */
	color: #B5B5B5;
	transform: translateY(-20px);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	/* --swiper-navigation-size: 20px; */
	text-align: center;
}

.swiperbox04 .swiper-button-prev2,.swiperbox04 .swiper-button-prev1,.swiperbox04 .swiper-button-prev3 {
	position: absolute;
	left: 3%;
	/* background: #ededed; */
	color: #B5B5B5;
	transform: translateY(-20px);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	/* --swiper-navigation-size: 20px; */
	text-align: center;
}
.swiper-slide-active .gdft_box .gdft_desc{
	color: #fff;
	opacity: 0.54;
}
.swiper-slide-active .gdft_box{
	width: 326px;
	height: 400px;
	overflow: hidden;
	position: relative;
	padding: 73px 39px;
	/* box-sizing: border-box; */
	border-radius: 18px;
	box-shadow: 0px 3px 18px 0px rgba(10,69,169,0.06);
	background: #0A45A9;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gdft_box {
	width: 326px;
	height: 400px;
	overflow: hidden;
	position: relative;
	padding: 73px 39px;
	/* box-sizing: border-box; */
	border-radius: 18px;
	box-shadow: 0px 3px 18px 0px rgba(10,69,169,0.06);
	/* background: #0A45A9; */
	background: #fff;
	color: #0A45A9;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gdft_name{
	font-family: HarmonyOS_Sans_SC_Medium;
	font-weight: 500;
	font-size: 24px;
	/* color: #FFFFFF; */
	line-height: 82px;
}
.gdft_desc{
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	/* opacity: 0.54; */
}
.gdft_img{
	width: 151px;
	height: 151px;
	border-radius: 50%;
}
.recall{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	/* max-height: 812; */
	/* height: 812px; */
	background: linear-gradient(0deg, #126EDB 0%, #0A42A4 100%);
	display: flex;
	margin-top: 90px;
}
.recall_left{
	/* width: 1032px; */
	width: auto;
	height: 812px;
}
.recall_img{
	width: auto;
	/* height: 812px; */
	height: 100%;


}
.recall_right{
	/* width: 1032px; */
	flex:1;
	height: 812px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	top: 101px;
	right: 19%;
}
.recall_right>p:first-of-type{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 46px;
	color: #FFFFFF;
	opacity: 0.05;
}
.recall_right>p:last-of-type{
	position: relative;
	margin-top: -18px;
	/* font-family: HarmonyOS Sans SC; */
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	z-index: 10;
}
.recall_tabbox{
	position: absolute;
	top: 246px;
	left:909px;
	float: left;
	width: 100%;
	height: 400px;
	z-index: 30;
}
#up ,#down{ 
	position: absolute;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	opacity: 0.59;
	text-align: center;
	line-height: 60px;
}
#up{ top: -20%;left: 15%;}
.upbtn_img{
	width: 18px;
	height: 19px;
}
.downbtn_img{
	width: 18px;
	height: 19px;
	transform: rotate(180deg);
}
#down{ 
	bottom: -20%;
	left: 15%;
}
#wrap{ position: absolute; top: 0;}

.recall_tabcon{
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	/* padding: 0 11px 30px 20px; */
	box-sizing: border-box;
}
.swiperbox{
	/* position: relative; */
	position: absolute;
	top: 246px;
	left:47%;
	float: left;
	width: 100%;
	height: 500px;
	z-index: 30;
	/* margin: 40px auto 0 auto;
	box-sizing: border-box;
	position: relative; */
}
.swiper-container4{
	width: 651px;
	/* width: 33%; */
	height: 410px; 
	
	overflow: hidden;
	position: relative;
	/* padding: 0 11px 30px 20px; */
	box-sizing: border-box;
	--swiper-navigation-size:0;
	--swiper-theme-color: #ff6600;
}
.recall_swiper-slide{
	width: 651px;
	/* width: 100%; */
	height: 133px;
	background: #fff;
	border-radius: 10px;
	color: #0A45A9;
}
/* .recall_swiper-slide:hover{
	background: #0A45A9;
	transition: 600ms ease all;
} */
.recall_hover{
	background: #0A45A9;
	color: #fff;
}
.recallyear1{
	width: 160px;
	text-align: center;
	font-family: SourceHanSansCN-Bold;
	font-weight: bold;
	font-size: 40px;
	color: #0B4BB0;
	font-style: italic;
	line-height: 64px;
	display: inline-block;
	border-right: 1px solid #0B4BB0;
}
.recallyear2{
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 32px;
	color: #232323;
	margin-left: 35px;
	flex: 1;
	margin-right: 10px;
}
.recall_swiper-slide>a{
	width: 100%;
	height: 133px;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.recall_hover>p:first-of-type{
	width: 160px;
	text-align: center;
	font-family: SourceHanSansCN-Bold;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	font-style: italic;
	line-height: 64px;
	display: inline-block;
	border-right: 1px solid #0B4BB0;
}
.recall_hover>p:last-of-type{
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 32px;
	color: #fff;
	margin-left: 35px;
}
/* .recall_swiper-slide:hover>p:first-of-type{
	color:#fff
} */
.swiper-button-next4:hover{
	/* color: #0A45A9; */
	border: 2px solid #0A45A9;
	transition: 600ms ease all;
}
.swiper-button-prev4:hover{
	/* color: #0A45A9; */
	transition: 600ms ease all;
	border: 2px solid #0A45A9;
}
.swiper-button-next4:after{
	display: none;
}
.swiper-button-prev4:after{
	display: none;
}
.swiper-button-next4 {
	position: absolute;
	top: -12%;
	left: 15%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	opacity: 0.59;
	text-align: center;
	line-height: 60px;
}

.swiper-button-prev4 {
	position: absolute;
	top: 92%;
	left: 15%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	opacity: 0.59;
	text-align: center;
	line-height: 60px;
	
}
/* ==============================合作单位============================== */
.partners{
	background-color: #fff;
	padding-top: 90px;
}
.media{
	margin-top: 90px;
}
.thanks{
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.thanks_img{
	width: 1200px;
	height: auto;
}
/* 页脚======================= */
.footer {
	width: 100%;
	height: auto;
	/*  overflow: hidden;
 */
	background: url("../../img/forum2025/footer.png") no-repeat center center;
	background-size: cover;
	/* min-width: 1220px; */
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;;
}
.footer_logo{
	width: 153px;
	height: 51px;
	margin-top: 80px;
}
.footer>p:first-of-type{
	font-family: HarmonyOS_Sans_SC_Medium;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 30px;
}
.footer_code{
	width: 107px;
	text-align: center;
	margin-top: 35px;
}
.footer_code>p:first-of-type{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 13px;
	color: #FFFFFF;
}
.code_img{
	width: 107px;
	height: 107px;
}
.footer>p:last-of-type{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1px;
	opacity: 0.8;
	margin-top: 76px;
	margin-bottom: 36px;
}






