.safewidth {width: 1280px;margin: 0 auto;}
.mask {width: 100%;height: 100%;background: rgba(0, 0, 0, .6);}
.mask_white {width: 100%;height: 100%;background: rgba(255, 255, 255, .6);}
[id*='sec'] .title{
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: nowrap;
}
[id*='sec'] .title h2 {
	font-size: 52px;
	line-height: 1.4;
	color: #000;
	text-transform: uppercase;
}

/* header */
header{
	width: 100vw;
    height: 100vh;
    min-height: 840px;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.hd-video{
	position: absolute;
	top: 0;left: 0;
	width: 100vw;
	height: 100vh;
	min-height: 840px;
	z-index: -1;
	object-fit: cover;
	overflow: hidden;
}
.hd-video::before{
	content: '';
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(7, 5, 129, .7);
	z-index: 1;
}
.hd-video::after{
	content: '';
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/expo/banner-bg.jpg) no-repeat center;
	background-size: cover;
	opacity: 0;
	animation: bgopicity 3s linear 1;
	z-index: 1;
}
.hd-video video{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	mix-blend-mode: screen;
}
@keyframes bgopicity {
	from{
		opacity: 1;
	}
	to{
		opacity: 1;
	}
}
/* 导航 */
.wap-navigation{
	display: none;
}
.navigation{
	width: 100%;
	position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.75); */
    height: 64px;
    line-height: 64px;
    z-index: 999999;
    animation: color-animation1 1.5s 1;
	background: rgba(0, 0, 0, 0);
}
.navigation-m{
	animation: color-animation2 1.5s 1;
    background: rgba(0, 0, 0, 0.6);
}
@keyframes color-animation1 {
	0% {
		background: rgba(0, 0, 0, 0.6);
	}
	100% {
		background: rgba(0, 0, 0, 0);
	}
}
@keyframes color-animation2 {
	0% {
		background: rgba(0, 0, 0, 0);
	}
	100% {
		background: rgba(0, 0, 0, 0.6);
	}
}
.nvga-wrap{
	display: flex;
    justify-content: space-between;
	align-items: center;
    width: 90%;
	max-width: 1610px;
    margin: 0 auto;
    height: 64px;
    line-height: 64px;
}

.expo{
	width: 160px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.expo a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.expo img{
	width: 100%;
	height: auto;
}
.mu-wrap{
	display: flex;
	position: relative;
}
.mu-sum,
.mu-sum-item{
	display: flex;
	width: 100%;
	height: auto;
}
.mu-wrap .mu-list{
	padding: 0 16px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.mu-wrap .mu-list.mu-res{
	padding: 0;
}
.mu-wrap .mu-list a{
	font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 8px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mu-wrap .mu-list a i{
	padding-left: 6px;
}
.mu-wrap .mu-list a .iconfont{
	font-size: 12px;
	padding-top: 3px;
	font-weight: 700;
}
.mu-wrap .mu-list:hover a span{
	opacity: .8;
}
.mu-wrap .mu-list:hover .mu-other{
	display: block;
}
.mu-wrap .mu-list.mu-res{
	position: relative;
}
.mu-wrap .mu-list.mu-res a{
	padding: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
	height: 32px;
	line-height: 32px;
	position: relative;
}
.mu-wrap .mu-list.mu-res a span{
	padding-right: 0;
	color: #141414;
	padding: 0 12px;
	display: inline-block;
}
.mu-wrap .mu-list.mu-res a span:nth-child(1){
	height: 100%;
	background-color: #FFB800;
	color: transparent;
	transition: all .5s ease;
}
.mu-wrap .mu-list.mu-res a span:nth-child(2){
	background-color: transparent;
	z-index: 2;
	position: absolute;
	top: 0;left: 0;
}
.mu-wrap .mu-list.mu-res:hover a span:nth-child(1){
	height: 0;
	transition: all .5s ease;
}
.menu{
	width: auto;
}
.mu-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.mu-other{
	width: 200px;
	position: absolute;
	top: 40px;
	left: 0;
	padding-top: 3px;
	height: auto;
	display: none;
	padding-top: 10px;
}
.mu-item{
	background-color: #1F0581;
	padding: 6px;
}

.mu-other p{
	font-size: 12px;
	text-align: left;
}
.mu-other p a{
	box-sizing: border-box;
	display: block;
	width: 100%;
	color: #fff;
	padding: 0 10px 0 10px;
	font-weight: 400;
	text-align: left;
	font-size: 12px !important;
}
.mu-other p:hover a{
	background-color: rgba(0, 0, 0, .4);
	transition: color .3s ease-in-out;
}
/*  */
.language{
	cursor: pointer;
	position: relative;
}
.language:hover .lg-other{
	display: block;
}
.lg-active{
	color: #fff;
	width: 95px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.lg-active span{
	font-size: 14px;
}
.lang:hover .lg-active{
	border-bottom: transparent;
}
.lg-active .iconfont{
	font-size: 12px;
	font-weight: 600;
}
.lg-other{
	box-sizing: border-box;
	position: absolute;
	top: 40px;
	width: 95px;
	height: auto;
	padding-top: 12px;
	display: none;
}
.lg-other .li-other{
	font-size: 12px;
	background-color: #fff;
	padding: 6px 0;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
.lg-other p{
	padding: 0 6px;
}
.lg-other p:nth-child(1) a{
	border-bottom: 1px solid #999;
}
.lg-other p a{
	color: #666 !important;
	padding: 0;
	font-weight: 400;
	line-height: 30px;
	height: 30px;
}
.lg-other p:hover a{
	background-color: rgba(0, 0, 0, .2);
	transition: color .3s ease-in-out;
}

/*  */
.banner{
	position: relative;
	margin-top: 130px;
}
.bn-title{
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.bn-title p:nth-child(1){
	font-size: 72px;
	line-height: 1;
}
.bn-title p:nth-child(2){
	font-size: 54px;
	color: #FFB800;
	line-height: 1.1;
}
.bn-title p:nth-child(3){
	width: 460px;
	color: #020307;
	font-size: 22px;
	font-weight: 600;
	padding: 8px 0;
	background-color: #fff;
	margin-top: 16px;
}
.bn-info{
	padding: 28px 0 68px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.bn-info p{
	line-height: 1;
}
.bn-info p:nth-child(1){
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 16px;
}
.bn-info p:nth-child(2){
	font-size: 18px;
	font-weight: 400;
	text-decoration-line: underline;
}
.btn-addres{
	cursor: pointer;
}
.bn-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bn-jian{
	padding: 6px 0;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
    justify-content: space-between;
	background-color: #FFB800;
}
.bn-jian button{
	width: 460px;
	color: #000;
	height: 100%;
	display: block;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	line-height: 1.4;
	background-color: #FFB800;
}
.bn-jian button i{
	display: inline-block;
	transform: translateY(-2px);
	margin-left: 10px;
}
.bn-jian button .iconfont{
	font-size: 22px;
	font-weight: 900;
	
}
.bn-jian:hover button{
	opacity: .85;
}


.wap-organize{
	display: none;
}
.web-organize{
	width: 100%;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.organize{
	display: flex;
	align-items: center;
}
.og-title{
	font-size: 14px;
	color: #fff;
	margin-right: 16px;
}
.og-line{
	width: 1px;
	height: 20px;
	background-color: #fff;
	margin: 0 20px;
}
.og-x{
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 12px;
}
.og-x::before{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 10px;right: 18px;
	transform: rotate(40deg);
}
.og-x::after{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 10px;right: 18px;
	transform: rotate(-40deg);
}
.og-logo{
	display: flex;
	align-items: center;
}
.og-logo a{
	display: block;
	height: 30px;
}
.og-logo a img{
	height: 100%;
	width: auto;
	display: block;
}

.ogheight .og-logo a{
	height: 30px;
}
/* carbify */
.carbify{
	display: inline-block;
	margin-top: 40px;
	color: #ffffff;
	font-size: 14px;
	word-spacing: 2px;
}
.carbify .cbf-span1{
	color: #87FEFD;
}
.carbify .cbf-span2{
	color: #A5CC2A;
}
/* topmap */
#topmap{
	padding: 8px;
	position: fixed;
	top: calc(50% - 250px);
	left: calc(50% - 350px);
	width: 700px;
	height: 500px;
	background-color: #fff;
	z-index: 12;
	border-radius: 12px;
	border: 2px solid #999;
	display: none;
}
.map-close{
	width: 40px;
    height: 40px;
    position: absolute;
    top: -35px;
    right: -40px;
    cursor: pointer;
    transition: all .6s linear;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #999;
	box-sizing: border-box;
}
.map-close::before{
	content: '';
    width: 3px;
    height: 24px;
    background-color: #333;
    position: absolute;
    top: 7px;
    right: 16px;
    transform: rotate(40deg);
}
.map-close::after{
	content: '';
    width: 3px;
    height: 24px;
    background-color: #333;
    position: absolute;
    top: 7px;
    right: 16px;
    transform: rotate(-40deg);
}
/* note */
#secnote{
	padding-top: 60px;
	background-color: rgb(31 5 129);
}
#secnote .title h2 {
	color: #fff;
}
.note{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding:  0 0 40px 0;
	position: relative;
}
.noteSwiper{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.note-sum .note-list{
	width: 50% !important;
	height: auto;
	padding: 20px 10px 20px 0;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	display: flex;
	align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
	font-style: italic;
}
.note-list p{
	line-height: 1.4;
}
.nte-left{
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.nte-left img{
	width: 200px;
	height: auto;
}
.nte-up,
.nte-down{
	margin-left: 20px;
	width: calc(100% - 220px);
}
.nte-up{
	height: 80px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	font-size: 12px;
	position: relative;
}
.nte-down{
	margin-top: -120px;
	font-size: 16px;
	padding-top: 14px;
	position: relative;
}
.nte-up::before{
	content: '';
	width: 50%;
	height: 3px;
	background-color: #87FEFD;
	position: absolute;
	bottom: 0;left: 0;
}
.swiper{
    --swiper-theme-color: #f4c830;/* 设置Swiper风格 */
    --swiper-navigation-color: #87FEFD;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
  }
  .swiper-button-next, .swiper-button-prev {
	--swiper-theme-color: #f4c830;/* 设置Swiper风格 */
    --swiper-navigation-color: #87FEFD;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
	width: 30px;
	height: 30px;
	position: absolute;
	top: 200px;
  }
  .swiper-button-next{
	  right: -30px;
  }
  .swiper-button-prev{
	  left: -30px;
  }
  .swiper-button-prev:after, 
  .swiper-button-next:after {
    font-weight: 900;
}

/* speaker video */
#secvideo{
	margin-top: 80px;
}
.video-wrap{
	margin: 0 auto;
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.videoSwiper{
	overflow: hidden;
}
.video-sum{
	height: 320px;
	margin-top: 70px;
}
.video-sum .video-list{
	width: 20% !important;
	height: 320px;
	padding: 0 6px 0 0;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.video-bg{
	transition: all .8s linear;
}
.video-bg img{
	width: 100%;
	height: auto;
}
.video-btn{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: space-between;
	padding: 25% 6px 0 6px;
}
.video-btn img{
	width: 75px;
	height: 75px;
	
}
.video-btn .video-bg-intro{
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding: 0 10px;
	background: linear-gradient(to top,rgba(0, 0, 0, .6),rgba(0, 0, 0, 0));
	padding-bottom: 10%;
}
.video-btn .video-bg-intro p{
	font-size: 16px;
}
.video-btn .video-bg-intro span{
	font-size: 12px;
	color: #eee;
}
.video-sum .video-list:hover .video-bg{
	opacity: .8;
	transition: all .8s linear;
}
.video-sum .video-list:hover .video-btn img{
	animation: imgopacity 1.2s cubic-bezier(.17,.7,.49,.91) infinite;
}
/* are */
#secare{
	margin-top: 80px;
	padding: 30px 0 140px 0;
	background: #171C95 url(../images/expo/cover-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#secare::before{
	content: '';
	width: 100%;
	height: 69px;
	background: url(../images/expo/cover-up-bg.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -5px;left: 0;
}
#secare::after{
	content: '';
	width: 100%;
	height: 100px;
	background: url(../images/expo/cover-down-bg.png) no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: -5px;left: 0;
}
#secare .title{
	margin-top: 80px;
}
#secare .title h2{
	color: #fff;
}
.ae-txt{
	font-size: 18px;
	color: #fff;
}
.ae-sheet{
	margin: 42px 0 60px;
}
.ae-sheet ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ae-sheet li{
	width: 33%;
	color: #87FEFD;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ae-sheet li .sheet_number{
	padding-right: 12px;
	font-size: 52px;
	font-weight: bold;
	position: relative;
}
.ae-sheet li p{
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 600;
}
.ae-sheet li p strong{
	display: block;
	font-size: 42px;
	line-height: .8;
}

/* cover */
.cover-sum{
	width: 100%;
}
.cover-sum ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cover-sum ul li{
	margin: 0 10px 10px 0;
    width: calc(20% - 8px);
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all .8s cubic-bezier(.17,.7,.49,.91);
    background-color: #87FEFD;
}
.cover-sum ul li:nth-child(5n){
	margin: 0 0 10px 0;
}
.cover-sum ul li p{
	font-size: 22px;
	color: #000;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.cover-sum ul li:hover{
	background-color: #b6ffff;
}
/* kol */
#seckol{
	padding-top: 60px;
}
.kol-sum{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.kol-sum .kol-list{
	width: 15.8%;
	height: auto;
	margin: 0 1.02% 12px 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
  	flex-wrap: nowrap;
  	position: relative;
  	box-sizing: border-box;
}
.kol-sum .kol-list:nth-child(6n){
	margin: 0 0 12px 0;
}
.kol-sum .kol-list .kol-item{
	width: 100%;
	height: 210px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	position: relative;
	overflow: hidden;
	border: 2px solid #eee;
	border-radius: 8px;
	cursor: pointer;
}
.kol-item img{
	width: auto;
	height: 100%;
	transition: all .8s cubic-bezier(.17,.7,.49,.91);
}
.kol-sum .kol-list .kol-item:hover img{
	transform: scale(1.02);
	transition: all .8s cubic-bezier(.17,.7,.49,.91);
}
/*  */
.more-sum{
	width: 92%;
	height: auto;
	font-size: 14px;
	line-height: 1.2;
	z-index: 6;
	color: #fff;
	display: flex;
	flex-direction: column;
	margin: 6px auto 0;
	text-align: center;
}
.more-sum .more-txt-content{
	width: 100%;
	height: 86px;
}
.more-sum .more-txt{
	width: 100%;
	height: 100%;
	color: #666;
	overflow: auto;
	box-sizing: border-box;
}
.more-sum .more-txt .more-name{
	color: #000;
	font-size: 15px;
	font-weight: 600;
}
.more-sum  .more-txt::-webkit-scrollbar {
	width: 3px;
	height: 1px;
}
.more-txt .more-zhiwei{
	margin: 2px;
}
/*  */
.kol-intro-close{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;right: 0;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 19;
}
.kol-intro-close::before{
	content: '';
	width: 30px;
	height: 2px;
	background-color: #000;
	transform: rotate(-45deg);
	position: absolute;
	top: 15px;left: 5px;
}
.kol-intro-close::after{
	content: '';
	width: 30px;
	height: 2px;
	background-color: #000;
	transform: rotate(45deg);
	position: absolute;
	top: 15px;left: 5px;
}

.kol-sum .kol-list .kol-intro{
	display: none;
	z-index: 99;
	position: fixed;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.kol-intro .kol-intro-item{
	position: absolute;
	top: calc(50% - 280px);left: calc(50% - 300px);
	padding: 40px;
	border-radius: 6px;
	border: 2px solid #000;
	width: 600px;height: 450px;
	background-color: #fff;
	overflow: hidden;
}
.kol-intro-text{
	width: 100%;
	height: 100%;
}
.kol-intro-top{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.intro-top-left{
	width: 30%;
	display: flex;
}
.intro-top-right{
	width: 66%;
}
.intro-top-left img{
	width: 100%;
	height: auto;
}
.kol-intro p{
	font-weight: bold;
	font-size: 26px;
	padding: 6px 0;
	color: #000;
}
.kol-intro span{
	display: block;
	font-size: 18px;
	color: #E94A2A;
	max-height: 120px;
	overflow: auto;
}
.kol-info{
	max-height: 170px;
	height: 170px;
	overflow: auto;
	font-size: 16px;
	color: #000;
	line-height: 1.4;
	margin-top: 10px;
}
.kol-intro-link{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.kol-intro-link .isintro-link{
	display: none;
}
.kol-intro-link a{
	display: flex;
	padding: 6px;
	width: 36px;
	height: 36px;
	border: 1px solid #1296db;
	border-radius: 50%;
	filter: grayscale(100%);
	box-sizing: border-box;
}
.kol-intro-link a:nth-child(1){
	padding: 8px;
	margin-right: 20px;
}
.kol-intro-link a:nth-child(2){
	margin-right: 20px;
}
.kol-intro-link a:nth-child(3){
	padding: 8px;
}
.kol-intro-link a img{
	width: 100%;
	height: auto;
}
.kol-intro-link a:hover{
	filter: grayscale(0%);
}
/* sponsor */
#secsponsor{
	padding-top: 100px;
}
.spnr-content{
	position: relative;
}
.sponsor-title{
	position: absolute;
	top: 0;left: 0;
	display: inline-block;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.sponsor-title h2 {
	font-size: 52px;
	line-height: 1.4;
	color: #000;
	text-transform: uppercase;
}
.spnr-sum{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.spnr-sum .spnr-slide{
	width: 13%;
	height: 170px;
	border: 0;
	box-sizing: border-box;
	background: url(../images/expo/six-border.svg) no-repeat center;
	background-size: contain;
}
.spnr-sum .spnr-slide:nth-child(n+6){
	margin-top: -30px;
}
.spnr-sum .spnr-slide:nth-child(1){
	margin-left: 33.25%;
}
.spnr-sum .spnr-slide:nth-child(6){
	margin-left: 13.3%;
}
.spnr-sum .spnr-slide:nth-child(14n + 11){
	margin-right: 6.65%;
}
.spnr-sum .spnr-slide:nth-child(14n + 12){
	margin-left: 6.65%;
}
.spnr-sum .spnr-slide a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
}
.default-click{
	cursor: default;
}
.spnr-sum .spnr-slide a.default-click:hover{
	opacity: 1;
	transform: scale(1);
}
.spnr-sum .spnr-slide .spnr-item{
	width: 70%;
	height: auto;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: row;
	transition: all .6s cubic-bezier(.17,.7,.49,.91);
}
.spnr-sum .spnr-slide .sr80{
	width: 80%;
}
.spnr-sum .spnr-slide .sr75{
	width: 75%;
}
.spnr-sum .spnr-slide .sr70{
	width: 70%;
}
.spnr-sum .spnr-slide .sr65{
	width: 65%;
}
.spnr-sum .spnr-slide .sr60{
	width: 60%;
}
.spnr-sum .spnr-slide .sr55{
	width: 55%;
}
.spnr-sum .spnr-slide .sr50{
	width: 50%;
}
.spnr-sum .spnr-slide .sr45{
	width: 45%;
}
.spnr-sum .spnr-slide .sr40{
	width: 40%;
}
.spnr-sum .spnr-slide .sr35{
	width: 35%;
}
.spnr-sum .spnr-slide .sr30{
	width: 30%;
}
.spnr-sum .spnr-slide .sr25{
	width: 25%;
}
.spnr-sum .spnr-slide .sr20{
	width: 20%;
}
.spnr-sum .spnr-slide .spnr-item img{
	width: 100%;
	height: auto;
}
.spnr-sum .spnr-slide:hover .spnr-item{
	transform: scale(1.05);
	transition: all .6s cubic-bezier(.17,.7,.49,.91);
}

/* partner */
#secpartner{
	padding-top: 100px;
}
#secmetaverse{
	padding-top: 100px;
}
#secventure{
	padding-top: 100px;
}
#secfintech{
	padding-top: 100px;
}
#secgaming{
	padding-top: 100px;
}
#secmunity{
	padding-top: 100px;
}
#secmedia{
	padding-top: 100px;
}
#seczhmedia{
	padding-top: 100px;
}
/*  */
.list-sum{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.list-sum .list-slide{
	width: calc(14.28% - 8.6px);
	height: 90px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0;
	box-sizing: border-box;
	background-size: contain;
	position: relative;
	border-radius: 5px;
	border: 1px solid #eee;
}
.list-sum .list-slide:nth-child(7n){
	margin-right: 0;
}

.list-sum .list-slide::before,
.list-sum .list-slide::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
	opacity: 0;
	transition: all .6s cubic-bezier(.17,.7,.49,.91);
	z-index: -1;
}

.list-sum .list-slide::before {
    top: 0px;
    left: 0px;
    border-top: 2px solid #171C95;
    border-left: 2px solid #171C95;
	border-top-left-radius: 5px;
}

.list-sum .list-slide::after {
    right: 0px;
    bottom: 0px;
    border-bottom: 2px solid #171C95;
    border-right: 2px solid #171C95;
	border-bottom-right-radius: 5px;
}

.list-sum .list-slide:hover::before,
.list-sum .list-slide:hover::after {
    width: 20%;
    height: 30%;
	opacity: 1;
}

.list-sum .list-slide a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
}
.default-click{
	cursor: default;
}
.list-sum .list-slide a.default-click:hover{
	opacity: 1;
	transform: scale(1);
}
.list-sum .list-slide .list-item{
	width: 70%;
	height: auto;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: row;
}
.list-sum .list-slide .sr80{
	width: 80%;
}
.list-sum .list-slide .sr75{
	width: 75%;
}
.list-sum .list-slide .sr70{
	width: 70%;
}
.list-sum .list-slide .sr65{
	width: 65%;
}
.list-sum .list-slide .sr60{
	width: 60%;
}
.list-sum .list-slide .sr55{
	width: 55%;
}
.list-sum .list-slide .sr50{
	width: 50%;
}
.list-sum .list-slide .sr45{
	width: 45%;
}
.list-sum .list-slide .sr40{
	width: 40%;
}
.list-sum .list-slide .sr35{
	width: 35%;
}
.list-sum .list-slide .sr30{
	width: 30%;
}
.list-sum .list-slide .sr25{
	width: 25%;
}
.list-sum .list-slide .sr20{
	width: 20%;
}
.list-sum .list-slide .list-item img{
	width: 100%;
	height: auto;
}


/* previous */
#secprevious{
	padding-top: 100px;
}
.previous-content{
	padding-top: 20px;
}
.prev-sum{
	height: 272px;
	margin-top: 25px;
}
.prev-sum .prev-list{
	height: 272px;
	width: 33.3% !important;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.prev-sum .prev-list:hover .pvs-img img{
	opacity: .8;
	transition: all .8s linear;
}

.prev-sum .prev-list:hover .pvs-txt img{
	animation: imgopacity 1.4s cubic-bezier(.17,.7,.49,.91) infinite;
}
.pvs-img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.pvs-img img{
	width: 100%;
	height: auto;
	transition: all .8s linear;
}
.pvs-txt{
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pvs-txt p{
	font-size: 32px;
	font-weight: 600;
}
.pvs-txt img{
	width: 75px;
	height: 75px;
	margin: 14px 0;
}
.pvs-txt span{
	font-size: 20px;
}

@keyframes imgopacity {
	0%{
		opacity: 1;
		transform: scale(1);
	}
	36%{
		opacity: .6;
		transform: scale(.95);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}
/* side */
#secside{
	margin: 54px 0;
	background: url(../images/expo/side-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 131px 0;
}
#secside .title h2 {
    color: #fff;
}
.side-wrap{
	display: flex;
}
.side-wrap .title{
	min-width: 310px;
}
.side-content{
	margin-left: 58px;
}
.side-content p{
	color:  #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.side-content a{
	display: inline-block;
	margin-top: 48px;
	padding: 12px 48px;
	border-radius: 80px;
	color: #020307;
	background-color: #FFB800;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
}

/* map */
#secmap{
	margin-top: 160px;
	padding-top: 30px;
	background-color:#171C95;
	position: relative;
}
#secmap::before{
	content: '';
	width: 100%;
	height: 100px;
	background: url(../images/expo/map-bg.png) no-repeat top;
	background-size: cover;
	position: absolute;
	top: -80px;left: 0;
}
.map-sum{
	height: 500px;
	display: flex;
}
.map-info{
	width: 430px;
	display: flex;
	flex-direction: column;
	font-size: 22px;
	color: #fff;
}
.map-info .mp-logo img{
	width: 100%;
	height: auto;
}
.map-info .mp-logo{
	width: 195px;
	margin-bottom: 60px;
}
.map-info .mp-img{
	margin-bottom: 40px;
}
.map-info .mp-img img{
	width: 44px;
	height: 48px;
}
.map-info .mp-img p{
	padding: 0 22px;
}
.mp-adres p{
	text-indent: 0px !important;
	padding-left: 22px;
}
.mp-adres .mp-small-span{
	display: inline-block;
	font-size: 18px;
}
#map iframe{
	height: 100%;
	width: 100%;
}
/* contact */
.contact{
	background-color: #171C95;
	padding: 60px 0 160px;
}
.cat-icon{
	width: 450px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin: 0 auto;
}
.cat-icon li{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.cat-icon li.wiki-icon{
	border-radius: 8px;
	border: transparent;
}
.cat-icon li .icon-a{
	width: 50px;
	height: 50px;
}
.cat-icon li .icon-a:hover{
	opacity: .8;
}
li.in-icon .icon-a{
	background: url(../images/expo/contact/in-icon.svg) no-repeat center;
	background-size: contain;
}
li.fb-icon .icon-a{
	background: url(../images/expo/contact/facebook-icon.svg) no-repeat center;
	background-size: contain;
}
.wiki-icon{
	background: url(../images/expo/contact/wikifx-icon.svg) no-repeat center;
	background-size: contain;
}
li.email-icon .icon-a{
	background: url(../images/expo/contact/email-icon.svg) no-repeat center;
	background-size: contain;
}
.email-icon .email-link{
	display: none;
	font-size: 14px;
	position: absolute;
	bottom: 60px;
	right: -80px;
	padding: 10px 18px;
	color: #171C95;
	border-radius: 5px;
	background-color: #fff;
	margin-top: 20px;
}
.email-icon .email-link:before{
	content: '';
	position: absolute;
	bottom: -18px;right: 80px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 22px;
	border-color: transparent;
}
.email-icon:hover .email-link{
	display: block;
}
.email-icon .email-link:hover{
	text-decoration: underline;
}

.wiki-icon img{
	width: 110px;
	display: none;
	position: absolute;
	bottom: 56px;
	right: -30px;
}

.wiki-icon:hover img{
	display: block;
}
.wap-ad-icon{
	display: none;
}
/* register */
.register{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;left: 0;
	background-color: rgba(0, 0, 0,.6);
	z-index: 15;
	display: none;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.rgs-wrap{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
}
.rgs-wrap .rgs-content{
	border-radius: 8px;
	padding: 20px;
	width: 700px;
	height: auto;
	background-color: #fff;
	display: flex;
	flex-direction: column;
    align-items: center;
	position: relative;
}
.rgs-close{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;right: 5px;
	cursor: pointer;
	transition: all .6s linear;
}
.rgs-close:hover{
	opacity: .8;
	transform: rotate(72deg);
	transition: all .6s linear;
}
.rgs-close::before{
	content: '';
	width: 3px;
	height: 30px;
	background-color: #333;
	position: absolute;
	top: 5px;right: 18px;
	transform: rotate(40deg);
}
.rgs-close::after{
	content: '';
	width: 3px;
	height: 30px;
	background-color: #333;
	position: absolute;
	top: 5px;right: 18px;
	transform: rotate(-40deg);
}
.rgs-nav{
	position: absolute;
	top: -56px;left: 10px;
	display: flex;
}
.rgs-nav .nav-list{
	width: 195px;
	height: 56px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	background-color: #A6A6A6;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
	position: relative;
	cursor: pointer;
	transition: all .8s cubic-bezier(.17,.7,.49,.91);
}
.rgs-nav .nav-active{
	background-color: #171C95;
	transition: all .8s cubic-bezier(.17,.7,.49,.91);
}
.rgs-nav .nav-list h3{
	font-size: 18px;
}
.rgs-nav .nav-list h3 span{
	font-size: 14px;
	padding-right: 6px;
}
/*  */
.rgs-info{
	padding-bottom: 16px;
}
.rgs-register{
	display: block;
}
.rgs-sponsor{
	display: none;
}
.rgs-parter{
	display: none;
}
.rgs-io-title{
	text-align: center;
	margin: 10px auto 20px;
	font-weight: bold;
	font-size: 28px;
}
.rgs-form{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.rgs-form .rgs-fm-item{
	width: 400px;
}
.rgs-form .rgs-fm-item{
	margin-top: 24px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	position: relative;
}

.rgs-form .rgs-fm-item label{
	background-color: #fff;
	font-size: 14px;
	padding: 0 6px;
	position: absolute;
	top: -14px;left: 20px;
}
.rgs-form .rgs-fm-item label{
	left: 30px;
}
.info-star::after {
    content: '*';
    width: 3px;
    height: 3px;
	font-size: 18px;
	font-weight: 700;
    color: #F3361C;
    position: absolute;
    top: -3px;
    right: 0px;
}
.rgs-form .rgs-fm-item input{
	width: 90%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 5px;
	padding-left: 16px;
}
.rgs-form .rgs-fm-code input{
	padding-left: 130px;
}
#code-bg{
	width: 360px;
	height: 400px;
	border: 1px solid #eee;
	padding: 6px 0 6px 6px;
	border-radius: 6px;
	background-color: #fff;
	position: absolute;
	left: calc(50% - 0px);top: calc(50% - 200px);
	z-index: 10;
	display: none;
}
.rgs-fm-item .select-area-code{
	position: absolute;
	left: 14px;
}
.rgs-tip{
	font-size: 12px;
	color: #999;
	text-align: center;
	margin: 16px 0;
}
.rgs-tip a{
	color: #999;
	text-decoration: underline;
}
.rgs-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.rgs-btn button{
	background-color: #171C95;
	margin-top: 16px;
	padding: 6px 30px;
	border-radius: 30px;
	font-size: 18px;
	cursor: pointer;
	animation: throttle 1s step-end forwards;
	user-select: none;
	color: #fff;
}
.rgs-btn button:hover{
	opacity: .7;
}
@keyframes throttle {
	from {
		cursor: default;
		pointer-events: none;
		filter: grayscale(100%);
	}
	to{
		cursor: pointer;
		pointer-events: all;
	}
}
.fom-rows2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
}
.fom-rows2 .rgs-fm-item{
	width: 50%;
	position: relative;
}
.fom-rows2 .rgs-fm-item label {
    left: 24px;
}
.fom-rows2 .rgs-fm-item textarea {
    width: 297px;
    height: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    padding-left: 16px;
	box-sizing: border-box;
	outline: none;
	padding-top: 4px;
}
.majortab{
		cursor: pointer;
}
.mul-content{
	border: 1px solid #000;
	border-top: transparent;
	position: absolute;
	top: 2px;left:17px;
	width: 297px;
	height: 88px;
	z-index: 10;
	 background: #fff;
	 border-radius: 4px;
	 padding-top: 10px;
	 cursor: pointer;
	 display: none;
}
.mul-element{
	padding-left: 16px;
	box-sizing: border-box;
}
.mul-element:hover{
	background-color: #eee;
}
.mul-element .mul-option{
	width: 100%;
	height: auto;
	display: block;
	font-size: 14px;
	line-height: 35px;
}
/* footer */
#footer{
	position:fixed;
	bottom:0;left:0;
	width:100%;height:76px;
	background-color: rgba(0, 0, 0, .6);
	z-index:9;
	display: block;
	-moz-user-select:none; /* Firefox私有属性 */
	-webkit-user-select:none; /* WebKit内核私有属性 */
	-ms-user-select:none; /* IE私有属性(IE10及以后) */
	-khtml-user-select:none; /* KHTML内核私有属性 */
	-o-user-select:none; /* Opera私有属性 */
	user-select:none; /* CSS3属性 */
	opacity: 0;
}
#footer .ft-sum{
	width: 1320px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-content: center;
	flex-wrap: nowrap;
}
#footer .count{
	display: flex;
	align-items: center;
	    justify-content: center;
	    align-content: center;
}
#footer .count li{
	overflow:hidden;
	width: 80px;
	height: 60px;
	color: #000;
	background-color: #fff;
	margin: 9px 8px;
	text-align: center;
	border-radius: 8px;
	border: 4px solid #000;
	
}

#footer .count li div{
	font-size: 32px;
	font-weight: 700;
	padding-top: 3px;
	line-height: 1;
}
#footer .count li {
	font-size: 12px;
	display: flex;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#footer .apply-btn{
	text-transform: uppercase;
	display: flex;
}

#footer .apply-btn li{
	padding: 6px 48px;
	background-color: #171C95;
	text-align: center;
	font-size: 32px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#footer .apply-btn li span{
	overflow: hidden;
	line-height: 1.1;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
    animation: typing 6s steps(20, end) forwards infinite;
}
@keyframes typing {
	0%{
		width: 0;
	}
	40%{
		width: 100%;
	}
	100%{
		width: 100%;
	}
  }
/* success */
.success{
	position:fixed;
	top:0;left:0;
	width:100%;
	height:100%;
	z-index:99;
	display:none;
}

.success .pop_box{
	width:600px;height: auto;
	border-radius:10px;
	background:#fff;
	position:absolute;
	top: calc(50% - 300px);
	left: calc(50% - 300px);
	overflow:hidden;
}

.pop_box .pop_title{
	height:50px;width:100%;
	border: 1px solid #fff;
	border-bottom: 0;
	position:relative;
	color:#fff;
	border-radius: 10px 10px 0 0;
}

.pop_box .pop_title .suclose{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;right: 5px;
	cursor: pointer;
	transition: all .6s linear;
	cursor: pointer;
}
.pop_box .pop_title .suclose:hover{
	opacity: .8;
	transform: rotate(72deg);
	transition: all .6s linear;
}
.pop_box .pop_title .suclose::before{
	content: '';
	width: 3px;
	height: 30px;
	background-color: #000;
	position: absolute;
	top: 5px;right: 18px;
	transform: rotate(40deg);
}
.pop_box .pop_title .suclose::after{
	content: '';
	width: 3px;
	height: 30px;
	background-color: #000;
	position: absolute;
	top: 5px;right: 18px;
	transform: rotate(-40deg);
}

.pop_content{
	padding:0px 50px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
}
.pop_content h2{
	line-height: 1.4;
	font-size:22px;
	text-align:center;
	color: #0E0E0E;
}
.pop_intro{
	padding-bottom: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pop_content p{
	color:#1a1a1a;
	text-align:justify;
	font-size:16px;
	line-height: 1.6;
	margin-top: 20px;
}

.pop_img img{
	width: 100%;
	height: auto;
}
.pop_share{
	padding-top: 12px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.share_title{
	color: #0E0E0E;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 14px */
	padding-bottom: 12px;
}
.share_sum{
	width: 280px;
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.share_li{
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	cursor: pointer;
	margin-right: 40px;
	display: flex;
	position: relative;
}
.share_li:nth-child(1),
.share_li:nth-child(2),
.share_li:nth-child(3),
.share_li:nth-child(4){
	margin-bottom: 16px;
}
.share_li:nth-child(4n){
	margin-right: 0;
}

.share_li::before{
	position: absolute;
	top: -40px;left: -75px;
	background-color: #fff;
	color: #999;
	width: 150px;
	padding: 6px 0;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.2);
	transition: all .6s ease;
	opacity: 0;
	z-index: -1;
}

.share_Telegram::before{
	content: 'Share on Telegram';
}
.share_LinkedIn::before{
	content: 'Share on LinkedIn';
}
.share_WhatsApp::before{
	content: 'Share on WhatsApp';
}
.share_Twitter::before{
	content: 'Share on Twitter';
}
.share_Email::before{
	content: 'Share on Email';
}
.share_Facebook::before{
	content: 'Share on Facebook';
}
.share_instagram::before{
	content: 'Share on instagram';
}
.share_li:hover::before{
	opacity: 1;
	z-index: 8;
	transform: all .6s ease;
}


/* 侧边提示框 */
.point-sum{
	position: fixed;
	right: 20px;
	bottom: 16vh;
	z-index: 8;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.point-info{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	align-content: center;
	background-color: #000;
	border-radius: 30px 30px 30px 30px;
	position: relative;
}
.point-btn{
	width: 50px;
	height: 50px;
	background-color: #000;
	border-radius: 50%;
	background-size: contain;
	cursor: pointer;
}
.point-open{
	padding: 0 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	align-content: center;
	flex-wrap: nowrap;
}
.point-open:hover{
	opacity: .8;
}
.point-open li{
	width: 32px;
	height: 4px;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	top: calc(50% - 2px);left: calc(50% - 16px);
}
.point-open li:nth-child(1){
	transform: rotate(0deg);
}
.point-open li:nth-child(2){
	transform: rotate(-90deg);
}
.point-close{
	padding: 0 10px 10px;
	position: relative;
}
.point-close li{
	position: absolute;
	top: calc(50% - 16px);left: calc(50% - 2px);
	width: 4px;
	height: 32px;
	background-color: #fff;
}
.point-close li:nth-child(1){
	transform: rotate(45deg);
}
.point-close li:nth-child(2){
	transform: rotate(-45deg);
}
.point-box{
	display: none;
	width: 100%;
	background-color: #000;
	border-radius: 5px 5px 30px 30px;
}
.point-frame{
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.point-frame li{
	width: 40px;
	height: 40px;
	margin-top: 16px;
	border-radius: 50%;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.point-frame li a{
	display: block;
	width: 36px;
	height: 36px;
}
.point-frame li:nth-child(1) a{
	background: url(../images/expo/contact/email-icon.svg) no-repeat center;
	background-size: 36px,36px;
}
.point-frame li:nth-child(2) a{
	background: url(../images/expo/contact/in-icon.svg) no-repeat center;
	background-size: 36px,36px;
}
.point-frame li:nth-child(3) a{
	background: url(../images/expo/contact/facebook-icon.svg) no-repeat center;
	background-size: 36px,36px;
}
.point-frame li:nth-child(4) a{
	background: url(../images/expo/contact/tw-icon.svg) no-repeat center;
	background-size: 36px,36px;
}
.point-frame li:nth-child(5) a{
	background: url(../images/expo/contact/telegram.svg) no-repeat center;
	background-size: 36px,36px;
}
.point-frame li:hover{
	filter: opacity(.8);
}

.point-frame li:nth-child(6){
	background: url(../images/expo/contact/wikifx-icon.svg) no-repeat center;
	background-size: 36px,36px;
	border-radius: 3px;
	position: relative;
}
.point-frame li:nth-child(6) img{
	width: 100px;
	height: auto;
	position: absolute;
	bottom: 36px;left: -28px;
	display: none;
}
.point-frame li:nth-child(6):hover img{
	display: block;
	opacity: 1;
}
.point-frame li:nth-child(6):hover{
	display: block;
	filter: opacity(1);
}

.point-sum .point-top{
	width: 42px;
	height: 42px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .25s ease-in-out;
}
.point-sum .point-top:hover{
	transform: translateY(-3px);
	transition: transform .35s ease-in-out;
}
.point-sum .point-top img{
	width: 100%;
	height: auto;
	opacity: 0;
}

/* 视频框 */
.video-alert{
	position: fixed;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	z-index: 10;
	display: none;
}
.video-content{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.v-al-sum{
	width: 866px;
	height: 490px;
	padding: 6px;
	position: absolute;
	top: calc(50% - 300px);left: calc(50% - 433px);
	background-color: #fff;
	border-radius: 16px;
}
.v-al-sum video{
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.vo-close{
	width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
    transition: all .6s linear;
}
.vo-close::before {
    content: '';
    width: 3px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 15px;
    transform: rotate(40deg);
}
.vo-close::after {
    content: '';
    width: 3px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 15px;
    transform: rotate(-40deg);
}
/* agenda */
#secagenda {
    padding-top: 100px;
}
.times-btn{
	display: none;
}
.age-list2{
	display: block;
}
.age-sum{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
	justify-content: space-between;
}
.age-sum .age-list{
	width: 49.5%;
}
.age-sum .age-list li{
	color: #000;
	display: flex;
	flex-direction: column;
}
.age-title{
	margin-top: 12px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.age-left{
	width: 72px;
	font-weight: bold;
	color: #898889;
	text-align: center;
}
.age-right{
	width: calc(100% - 72px);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
.age-speak{
	display: flex;
}
.spg-left{
	width: 72px;
	height: auto;
}
.spg-right{
	font-size: 16px;
	padding-top: 2px;
	width: calc(100% - 72px);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	font-weight: 400;
	height: auto;
	max-height: 70px;
	overflow: auto;
}
.spg-line{
	width: 2px;
	min-height: 20px;
	height: 100%;
	background-color: #898889;
	margin-left: 36px;
}
.spg-rgt-list{
	width: 100%;
}
.spg-right span{
	font-size: 14px;
	display: inline;
	height: auto;
	border-radius: 3px;
	color: #1f0581;
	
}
.spg-right p{
	font-size: 14px;
	font-weight: 400;
	color: #898889;
}
.color-f1{
	color: #1f0581;
}

@media(max-width:1450px){
	[id*='sec'] .title h2 {
		font-size: 48px;
	}
	.safewidth {width: 1020px;}
	.banner {
		position: relative;
		margin-top: 100px;
	}
	.bn-btn {
		display: flex;
	}
	.list-sum .list-slide{
		height: 82px;
	}
	.prev-sum .prev-list {
		height: 228px;
    	width: 330px;
	}
	.kol-sum .kol-list .kol-item {
		width: 100%;
		height: 190px;
	}
	.map-info .mp-logo {
		width: 160px;
	}
	#footer .ft-sum {
		width: 1080px;
	}
	#secvideo {
		margin-top: 60px;
	}
	.video-sum .video-list {
		height: 270px;
	}
	.video-btn {
		width: 100%;
		height: 270px;
	}
	#secarea {
		margin-top: 30px;
	}
}
@media(max-width:1320px){
	.mu-wrap .mu-list {
		padding: 0 10px 0 0;
	}
	.mu-wrap .mu-list a {
		padding: 0 4px;
	}
}
@media(max-width:1200px){
	.safewidth {width: 900px;}
	.prev-sum .prev-list {
		height: 238px;
		width: 350px;
	}
	
	.swiper-button-next, .swiper-button-prev {
		top: 150px;
	}
	.note-sum .note-list{
		height: auto;
		padding: 0 6px;
		position: relative;
		color: #fff;
	}
	.nte-left{
		width: 170px;
		height: 170px;
	}
	.nte-left img {
		width: 170px;
		height: auto;
	}
	.nte-up,
	.nte-down{
		margin-left: 14px;
		width: calc(100% - 190px);
	}
	.nte-down {
		font-size: 13px;
		margin-top: -90px;
	}
	.nte-up {
		height: 80px;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		font-size: 15px;
	}
	.video-sum .video-list {
		width: 25% !important;
		height: 260px;
		overflow: hidden;
		cursor: pointer;
		position: relative;
	}
	.video-btn img {
		width: 55px;
		height: 55px;
	}
	.video-bg img {
		width: auto;
		height: 100%;
	}
	#secare{
		margin-top: 0;
	}
	/*  */
	.kol-sum .kol-list {
		width: 19.2%;
		height: auto;
		margin: 0 1% 10px 0;
	}
	.kol-sum .kol-list:nth-child(6n) {
		margin: 0 1% 10px 0;
	}
	.kol-sum .kol-list:nth-child(5n) {
		margin: 0 0 10px 0;
	}
	.kol-sum .kol-list .kol-item {
		width: 100%;
		height: 180px;
	}
	.sponsor-title h2 {
		font-size: 46px;
		line-height: 1.4;
		color: #000;
		text-transform: uppercase;
	}
	.spnr-sum .spnr-slide {
		width: 13%;
		height: 130px;
	}
	[id*='sec'] .title h2 {
		font-size: 42px;
		line-height: 1.4;
		color: #000;
		text-transform: uppercase;
	}
	.ae-sheet{
		margin: 36px 0 50px;
	}
	.cover-sum ul li p{
		font-size: 20px;
	}
	
	.list-sum .list-slide {
		width: calc(16.66% - 8.4px);
		height: 76px;
	}
	.list-sum .list-slide:nth-child(7n){
		margin-right: 10px;
	}
	.list-sum .list-slide:nth-child(6n){
		margin-right: 0;
	}
	.prev-sum {
		height: 220px;
	}
	.prev-sum .prev-list {
		height: 178px;
		width: 290px;
	}
	.pvs-txt img {
		width: 50px;
		height: 50px;
		margin: 10px 0;
	}
	.pvs-txt p {
		font-size: 28px;
	}
	.pvs-txt span {
		font-size: 16px;
	}
	.map-info {
		width: 300px;
		display: flex;
		flex-direction: column;
		font-size: 18px;
		color: #fff;
	}
	.mp-adres .mp-small-span{
		font-size: 14px;
	}
	.map-info .mp-logo {
		width: 100px;
	}
	#footer .ft-sum {
		width: 980px;
	}
	.mu-hidden{
		width: 0;
		height: 0;
		opacity: 0;
	}
	/*  */
	.side-content {
		margin-left: 32px;
	}
	.side-content p {
		font-size: 20px;
	}
	.side-content a {
		display: inline-block;
		margin-top: 42px;
		padding: 12px 40px;
		border-radius: 80px;
		font-size: 22px;
	}
	.organize {
		display: flex;
		align-items: center;
		padding: 10px 0;
	}
	.og-logo a {
		display: block;
		height: 20px;
	}
}
@media(max-width:980px){
	.safewidth {width: 760px;}
	.bn-title .tle-left {
		padding-right: 12px;
	}
	.prev-sum .prev-list {
		height: 238px;
		width: 350px;
	}
	
	/*  */
	.banner{
		position: relative;
	}
	.bn-title p:nth-child(1){
		font-size: 62px;
		line-height: 1;
	}
	.bn-title p:nth-child(2){
		font-size: 40px;
		line-height: 1.1;
	}
	.bn-title p:nth-child(3){
		width: 376px;
		color: #020307;
		font-size: 19px;
		font-weight: 600;
		line-height: 1.1;
		background: #FFB800;
		padding: 8px 0;
	}
	.bn-info{
		padding: 32px 0;
	}
	
	.bn-jian button{
		width: 376px;
		color: #000;
		height: 100%;
		display: block;
		font-weight: bold;
		font-size: 20px;
		cursor: pointer;
		line-height: 1.5;
	}
	.bn-jian button i{
		display: inline-block;
		transform: translateY(-0px);
		margin-left: 10px;
	}
	.bn-jian button .iconfont{
		font-size: 20px;
		font-weight: 900;
		text-shadow: 1px 1px 2px #000;
		
	}
	.organize {
		display: flex;
		align-items: center;
		padding: 10px 0;
	}
	.og-x {
		width: 30px;
		height: 30px;
		position: relative;
		margin: 0 8px;
	}
	.og-x::before{
		content: '';
		width: 1px;
		height: 16px;
		background-color: #fff;
		position: absolute;
		top: 10px;right: 18px;
		transform: rotate(40deg);
	}
	.og-x::after{
		content: '';
		width: 1px;
		height: 14px;
		background-color: #fff;
		position: absolute;
		top: 10px;right: 18px;
		transform: rotate(-40deg);
	}
	.og-line {
		width: 1px;
		height: 16px;
		background-color: #fff;
		margin: 0 10px;
	}
	.og-title {
		font-size: 12px;
		color: #fff;
		margin-right: 12px;
	}
	.note-sum .note-list{
		width: 100% !important;
		height: auto;
		padding: 0 6px;
		position: relative;
		color: #fff;
	}
	.nte-down {
		font-size: 14px;
	}
	.nte-up {
		font-size: 16px;
	}
	.kol-sum .kol-list {
		width: 24.25%;
		height: auto;
		margin: 0 1% 10px 0;
	}
	.kol-sum .kol-list .kol-item {
		width: 100%;
		height: 190px;
	}
	.kol-sum .kol-list:nth-child(6n) {
		margin: 0 1% 10px 0;
	}
	.kol-sum .kol-list:nth-child(5n) {
		margin: 0 1% 10px 0;
	}
	.kol-sum .kol-list:nth-child(4n) {
		margin: 0 0 10px 0;
	}
	.more-sum {
		height: 76px;
		font-size: 12px;
	}
	.kol-item-more span {
		font-size: 16px;
	}

	.sponsor-title h2 {
		font-size: 46px;
		line-height: 1.4;
		color: #000;
		text-transform: uppercase;
	}
	[id*='sec'] .title h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.ae-sheet{
		margin: 30px 0 40px;
	}
	.cover-sum ul li{
		margin: 0 8px 8px 0;
		width: calc(20% - 6.4px);
	}
	.cover-sum ul li:nth-child(5n){
		margin: 0 0 8px 0;
	}
	.cover-sum ul li p{
		font-size: 18px;
	}
	.list-sum .list-slide {
		width: calc(20% - 8px);
		height: 76px;
	}
	.list-sum .list-slide:nth-child(7n){
		margin-right: 10px;
	}
	.list-sum .list-slide:nth-child(6n){
		margin-right: 10px;
	}
	.list-sum .list-slide:nth-child(5n){
		margin-right: 0;
	}
	.spnr-sum .spnr-slide{
		width: 16.66%;
		height: 140px;
	}
	.spnr-sum .spnr-slide:nth-child(n+5){
		margin-top: -30px;
	}
	.spnr-sum .spnr-slide:nth-child(1){
		margin-left: 33.25%;
	}
	.spnr-sum .spnr-slide:nth-child(6){
		margin-left: 0;
	}
	.spnr-sum .spnr-slide:nth-child(14n + 11){
		margin-right: 0;
	}
	.spnr-sum .spnr-slide:nth-child(14n + 12){
		margin-left: 0;
	}
	.spnr-sum .spnr-slide:nth-child(5){
		margin-left: 8.33%;
	}
	.spnr-sum .spnr-slide:nth-child(9){
		margin-right: 8.33%;
	}
	.spnr-sum .spnr-slide:nth-child(11n + 5){
		margin-left: 8.33%;
	}
	.prev-sum {
		height: 200px;
	}
	.prev-sum .prev-list {
		height: 158px;
		width: 240px;
	}
	.pvs-txt img {
		width: 42px;
		height: 42px;
		margin: 6px 0;
	}
	.pvs-txt p {
		font-size: 24px;
	}
	.pvs-txt span {
		font-size: 14px;
	}
	.map-sum {
		height: 400px;
	}
	.map-info {
		width: 240px;
		font-size: 16px;
	}
	.map-info .mp-img {
		margin-bottom: 20px;
	}
	.map-info .mp-logo {
		width: 100px;
	}
	.map-info .mp-img img {
		width: 32px;
		height: auto;
	}
	#footer .ft-sum {
		width: 800px;
	}
	/* agenda */
	.age-sum{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.age-sum .age-list{
		width: 100%;
	}
	.age-list2{
		display: none;
	}
	.times-btn{
		display: block;
		margin: 20px 0;
	}
	.times-sum{
		margin: 0 auto;
		width: 60%;
		display: flex;
		justify-content: space-around;
	}
	.times-style{
		width: 150px;
		font-size: 18px;
		text-align: center;
		border: 1px solid transparent;
		padding: 6px 0;
		border-radius: 30px;
		cursor: pointer;
		background-color: #171C95;
		color: #fff;
	}
	.times-style:hover{
		background-color: #898889;
	}
	.times-active{
		background-color: #898889;
		cursor: default;
	}
	/* menu */
	.mu-hidden{
		width: auto;
		height: auto;
		opacity: 1;
	}
	.mu-sum{
		width: 40px;
		height: 30px;
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 0;left: -80px;
	}
	.mu-sum-item{
		display: flex;
		flex-direction: column;
		width: 200px;
		height: 0;
		position: absolute;
		top: 28px;right: 0;
		opacity: 0;
		padding-top: 8px;
		overflow: hidden;
	}
	.mu-wrap .mu-list {
		padding: 0 16px 0 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		background-color: #1F0581;
	}
	.language {
		background-color: transparent !important;
	}
	.mu-wrap .mu-list:hover {
		padding: 0 16px 0 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		background-color: rgb(0, 0, 0);
	}
	.mu-other {
		width: 200px;
		position: absolute;
		top: -10px;
		left: -200px;
		padding-top: 3px;
		height: auto;
		display: none;
		padding-top: 10px;
	}
	.small-bridge{
		box-sizing: border-box;
		width: 40px;
		height: 26px;
		display: flex;
		flex-direction: column;
		align-items: center;
    	justify-content: space-between;
		position: absolute;
		top: 2px;left: 0;
		cursor: pointer;
	}
	.small-bridge span{
		width: 40px;
		height: 3px;
		background-color: #fff;
	}
	.mu-sum:hover .mu-sum-item{
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	.lg-other {
		box-sizing: border-box;
		position: absolute;
		top: 30px;
		width: 95px;
		height: auto;
		padding-top: 12px;
		display: none;
	}
	.language:hover{
		background-color: transparent !important;
	}
	.mu-res:hover{
		background-color: transparent !important;
		padding: 0 !important;
	}
	/*  */
	.side-wrap {
		display: flex;
		flex-direction: column;
	}
	.side-content {
		margin-left: 0px;
	}
	.side-content p {
		font-size: 20px;
	}
	.side-content a {
		display: inline-block;
		margin-top: 42px;
		padding: 12px 40px;
		border-radius: 80px;
		font-size: 22px;
	}
}
/*  */
.privacy{
	transform: translateY(75px);
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.privacy .pry-a{
	color: #fff;
	opacity: .8;
	text-align: center;
	font-size: 16px;
}
.privacy .pry-a:hover{
	opacity: .6;
	text-decoration: underline;
}

