.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: 1;
	display: flex;
}
.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: rgb(0,0,0,.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;
	}
}
.menu{
	width: 100%;
	margin: 0 auto;
	padding: 16px 0 10px;
	position: absolute;
	top: 0;left: 0;
}
.mu-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
/*  */
.language{
	cursor: pointer;
	position: relative;
}
.language:hover .lg-other{
	display: block;
}

.lg-active{
	color: #fff;
	width: 95px;
	height: 26px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
}
.lang:hover .lg-active{
	border-bottom: transparent;
}
.lg-active .iconfont{
	font-size: 12px;
	font-weight: 600;
}
.lg-other{
	position: absolute;
	padding-top: 3px;
	width: 95px;
	height: auto;
	padding-top: 8px;
	display: none;
}
.lg-other ul{
	font-size: 12px;
	background-color: #fff;
}
.lg-other li{
	height: 26px;
	line-height: 26px;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
.lg-other li a{
	color: #666666;
}
.lg-other li:hover a{
	color: #1296db;
	transition: color .3s ease-in-out;
}
/*  */
.banner{
	position: relative;
	margin-top: 143px;
}
.bnr-logo{
	width: 200px;
	height: auto;
	position: absolute;
	top: 0;right: 0;
}
.bnr-logo img{
	width: 100%;
	height: auto;
}
.bn-title{
	width: 671px;
	display: flex;
	align-items: center;
}
.bn-title img{
	width: 100%;
	height: auto;
}
.bn-dis{
	font-size: 36px;
	color: #171C95;
	background-color: #87FEFD;
	display: inline-block;
	padding: 3px 12px;
	transform: skewX(-10deg);
	margin: 32px 0 42px 5px;
}
.bn-info{
	margin-top: 32px;
	display: flex;
}
.bn-io-dt{
	display: flex;
	align-items: flex-end;
    justify-content: center;
	margin-right: 60px;
}
.bn-info span{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-left: 4px;
}
.bn-info img{
	height: 38px;
	width: auto;
}
.bn-adres p{
	transform: translateY(25px);
	display: flex;
	flex-direction: column;
}
.bn-adres p span.small-adress{
	margin-top: 4px;
	font-size: 14px;
}
.bn-btn{
	margin-top: 80px;
	display: flex;
}
.bn-jian{
	margin-right: 24px;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.bn-jian button{
	padding: 16px 24px;
	color: #000;
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
	line-height: 1;
	animation: bgcr 3s ease-in 1;
}
.bn-jian button .iconfont{
	font-size: 22px;
	margin-left: 6px;
}
.bn-jian:hover button{
	opacity: .85;
}
@keyframes bgcr {
	from{
		background-color: #000;
		color: #fff;
	}
	to{
		background-color: #000;
		color: #fff;
	}
}
.wap-organize{
	display: none;
}
.web-organize{
	max-width: 680px;
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.organize{
	display: flex;
	align-items: center;
}
.og-title{
	font-size: 14px;
	color: #fff;
	margin-right: 16px;
}
.og-logo{
	display: flex;
}
.og-logo a{
	display: block;
	height: 24px;
	margin-right: 16px;
}
.og-logo a img{
	height: 100%;
	width: auto;
}
.ogheight{
	margin-top: 16px;
}
.ogheight .og-title{
	margin-right: 33px;
}
.ogheight .og-logo a{
	height: 40px;
}
/* carbify */
.wap-carbify{
	display: none;
}
.carbify{
	display: inline-block;
	margin-top: 40px;
	color: #ffffff;
	font-size: 14px;
	font-family: var(--font-regular);
	word-spacing: 2px;
}
.carbify .cbf-span1{
	color: #87FEFD;
}
.carbify .cbf-span2{
	color: #A5CC2A;
}
/* 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{
	font-family: "Heebo-Medium-6";
	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;
	font-family: "Heebo-Regular-7";
}
.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: 48px;
	font-weight: bold;
	position: relative;
}
.ae-sheet li p{
	display: flex;
	flex-direction: column;
	font-size: 14px;
}
.ae-sheet li p strong{
	display: block;
	font-size: 20px;
	font-weight: bolder;
}
.ae-sheet li p span{
	font-weight: bolder;
}
/* 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 12px 12px 0;
	width: calc(16.6% - 10px);
	height: 142px;
	border-radius: 8px;
	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);
}
.cover-sum ul li:nth-child(6n){
	margin: 0 0 12px 0;
}
.cover-sum ul li::after{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;left: 0;
	transition: all .8s cubic-bezier(.17,.7,.49,.91);
	z-index: -1;
	opacity: 1;
}
.cover-sum ul li:hover::after{
	opacity: 0;
}
.cover-sum ul li:nth-child(1)::after{
	background: url(../images/expo/cover/cover-bg1.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:nth-child(2)::after{
	background: url(../images/expo/cover/cover-bg11.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:nth-child(3)::after{
	background: url(../images/expo/cover/cover-bg3.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:nth-child(4)::after{
	background: url(../images/expo/cover/cover-bg4.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:nth-child(5)::after{
	background: url(../images/expo/cover/cover-bg2.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:nth-child(6)::after{
	background: url(../images/expo/cover/cover-bg10.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:nth-child(7)::after{
	background: url(../images/expo/cover/cover-bg5.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:nth-child(8)::after{
	background: url(../images/expo/cover/cover-bg9.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:nth-child(9)::after{
	background: url(../images/expo/cover/cover-bg12.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:nth-child(10)::after{
	background: url(../images/expo/cover/cover-bg6.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:nth-child(11)::after{
	background: url(../images/expo/cover/cover-bg7.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:nth-child(12)::after{
	background: url(../images/expo/cover/cover-bg8.jpg) no-repeat center;
	background-size: cover;
}
.cover-sum ul li:hover{
	transition: all .6s linear;
}

.cover-sum ul li img{
	width: 52px;
	height: auto;
}
.cover-sum ul li p{
	margin-top: 16px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

/* 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-radius: 8px;
	border: 2px solid #eee;
	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: bolder;
}
.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;
	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 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;
}

#secmedia{
	padding-top: 100px;
}
/*  */
.list-sum{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.list-sum .list-slide{
	width: 14.28%;
	height: 80px;
	margin: 16px 0;
	border: 0;
	box-sizing: border-box;
	background-size: contain;
	position: relative;
}
.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;
}

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

.list-sum .list-slide:hover::before,
.list-sum .list-slide:hover::after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
	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;
}
.prev-sum{
	height: 272px;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prev-sum .prev-list{
	height: 272px;
	width: 400px;
	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: 36px;
}
.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);
	}
}
/* 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: 24px;
	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{
	text-indent: 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: -50px;left: 10px;
	display: flex;
}
.rgs-nav .nav-list{
	width: 150px;
	height: 50px;
	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;
	letter-spacing: .3em;
}
.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;
	font-weight: bold;
}
.rgs-form .rgs-fm-item label{
	left: 30px;
}
.info-star::after {
    content: '*';
    width: 3px;
    height: 3px;
	font-size: 12px;
    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: 16px;
	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{
	border: 2px solid #999;
	background-color: #eee;
	margin-top: 16px;
	padding: 6px 30px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	animation: throttle 1s step-end forwards;
	user-select: none;
}
.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: 120px;
	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;
	letter-spacing: .3em;
}

#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:700px;height: auto;
	border-radius:10px;
	background:#fff;
	position:absolute;
	top:50%;left:50%;
	margin-top:-330px;
	margin-left:-350px;
	overflow:hidden;
}

.pop_box .pop_title{
	height:50px;width:100%;
	background: #000;
	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: #fff;
	position: absolute;
	top: 5px;right: 18px;
	transform: rotate(40deg);
}
.pop_box .pop_title .suclose::after{
	content: '';
	width: 3px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	top: 5px;right: 18px;
	transform: rotate(-40deg);
}

.pop_content{
	padding:20px 30px 40px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
}
.pop_content h2{
	line-height: 1.2;
	font-size:28px;
	text-align:center;
	color: #F3361C;
}
.pop_intro{
	width: 260px;
	min-height: 200px;
	padding: 0 20px;
	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_card{
	width: calc(100% - 260px);
	height: 420px;
	overflow: hidden;
	overflow-y: scroll;
}
.pop_card::-webkit-scrollbar {
    height: 6px;
}
.card_info{
	width: 100%;
	height: auto;
	background-color: #999;
}
.card_download{
	outline: none;
	color: #fff;
	font-size: 20px;
	background: linear-gradient(to right,#F3361C,#F31CD1);
	position: relative;
	padding: 6px 20px 6px 44px;
	border-radius: 20px;
	margin: 16px;
	animation: throttle 1s step-end forwards;
	user-select: none;
}
.card_download:active{
	animation: none;
}
.card_download:before{
	content: '';
	width: 20px;
	height: 18px;
	background: url(../images/expo/card-dn.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 8px;left: 16px;
	
}
.card-img{
	display: block;
	width: 100%;
	height: auto;
}
/* 侧边提示框 */
.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%;
	display: block;
}
.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;
	font-weight: 700;
	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){
	.safewidth {width: 1020px;}
	.banner {
		position: relative;
		margin-top: 100px;
	}
	.bn-info {
		margin-top: 16px;
		display: flex;
	}
	.bn-btn {
		margin-top: 50px;
		display: flex;
	}
	.prev-sum .prev-list {
		height: 238px;
		width: 350px;
	}
	.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:1200px){
	.safewidth {width: 900px;}
	.prev-sum .prev-list {
		height: 238px;
		width: 350px;
	}
	.bn-title {
		width: 520px;
		display: flex;
		align-items: center;
	}
	.bnr-logo {
		width: 170px;
	}
	.bn-dis {
		font-size: 28px;
	}
	.bn-io-dt {
		margin-right: 42px;
	}
	.bn-info img {
		height: 34px;
		width: auto;
	}

	.bn-jian button {
		font-size: 18px;
	}
	.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: 46px;
		line-height: 1.4;
		color: #000;
		text-transform: uppercase;
	}
	.ae-sheet{
		margin: 36px 0 50px;
	}
	.cover-sum ul li {
		margin: 0 10px 10px 0;
		height: 120px;
		border-radius: 6px;
	}
	.cover-sum ul li img {
		width: 48px;
		height: auto;
	}
	.cover-sum ul li p {
		margin-top: 12px;
		font-size: 15px;
	}
	.list-sum .list-slide {
		width: 16.66%;
		height: 70px;
		margin: 12px 0;
		border: 0;
		box-sizing: border-box;
		background-size: contain;
		position: relative;
	}
	.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;
	}
}
@media(max-width:980px){
	.safewidth {width: 760px;}
	.bn-title .tle-left {
		padding-right: 12px;
	}
	.prev-sum .prev-list {
		height: 238px;
		width: 350px;
	}
	.bn-title {
		width: 490px;
		display: flex;
		align-items: center;
	}
	.bnr-logo {
		width: 150px;
	}
	.bn-info span {
		font-size: 18px;
	}
	.bn-adres p span.small-adress {
		font-size: 12px;
	}
	.bn-dis {
		font-size: 22px;
	}
	.bn-io-dt {
		margin-right: 42px;
	}
	.bn-info img {
		height: 34px;
		width: auto;
	}
	.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: 42px;
		line-height: 1.2;
	}
	.ae-sheet{
		margin: 30px 0 40px;
	}
	.cover-sum ul li {
		margin: 0 8px 8px 0;
		height: 100px;
		border-radius: 6px;
	}
	.cover-sum ul li img {
		width: 36px;
		height: auto;
	}
	.cover-sum ul li p {
		margin-top: 10px;
		font-size: 14px;
	}
	.list-sum .list-slide {
		width: 16.66%;
		height: 64px;
		margin: 12px 0;
		border: 0;
		box-sizing: border-box;
		background-size: contain;
		position: relative;
	}
	.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;
	}
}

/*  */
.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;
	font-family: "Heebo-Regular-7";
}
.privacy .pry-a:hover{
	opacity: .6;
	text-decoration: underline;
}