.footer {
	/* margin-top: 0; */
	z-index: -1;
	/* padding-top: 60px; */
}

.inner-box {
	z-index: 9999;
	width: 840px;
	height: 500px;
	padding: 24px;
	background: rgb(255, 255, 255);
	/* overflow: hidden; */
	opacity: ;
	position: fixed;
	bottom: 30px;
	right: 30px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 8px;
	border-radius: 5px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	animation-name: bounceIn;
	animation-fill-mode: both;
	animation-duration: 0.5s;
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		top: 0;
	}

	100% {
		opacity: 1;
		top: 50%;
	}
}

.box-close img {
	position: absolute;
	color: #fff;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	right: 0;
	top: -40px;
	z-index: 9999;
	padding: 0 8px;
	cursor: pointer;
	background: rgba(0, 0, 0, .5);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 20px;
}

.banner .swiper-pagination-bullet {
	background-color: transparent;
	opacity: 1;
	margin: 0 2px !important;
	width: 30px;
	height: 9px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

.banner {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	/* height: 950px; */
	overflow: hidden;
}

.banner img {
	width: 100%;
}

.banner .swiper-btns {
	display: none;
}

.banner:hover .swiper-btns {
	display: block;
}

.banner .swiper-pagination-bullet span {
	width: 30px;
	height: 4px;
	background-color: rgba(255, 255, 255, .3);
	display: block;
	margin-top: 4px;
	border-radius: 3px;
}

.banner .swiper-pagination-bullet i {
	background-color: #fff;
	height: 4px;
	width: 30px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
	border-radius: 4px;
}

.banner .swiper-pagination-bullet-active i {
	animation: middle 4s forwards;
}

@keyframes middle {
	0% {
		transform: scaleX(0);
		left: 0;
	}

	100% {
		transform: scaleX(1);
		left: 0;
	}
}

-webkit-@keyframes middle {
	0% {
		transform: scaleX(0);
		left: 0;
	}

	100% {
		transform: scaleX(1);
		left: 0;
	}
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .3);
}

.swiper-button-prev span,
.swiper-button-next span {
	font-size: 24px;
	color: #ccc;
	display: block;
	width: 40px;
	height: 40px;
	color: #E5E5E5;
	/* border-radius: 40px; */
	/* text-align: center;
	line-height: 40px; */
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	top: 20%;
	left: 50%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	border-radius: 8px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	position: fixed;
	display: none;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	z-index: 1050;
	width: 800px;
	margin-left: -400px;
	color: #333;
	background: url(../img/layer-img.png) no-repeat 0 0;
	background-size: cover;
	border: 4px solid #009fff;
	padding: 30px;
}





.layui-layer-content {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	padding-top: 14px;
	/* border-top: 1px solid #ebebeb; */
	text-align: justify;
}

.layui-layer h3 {
	margin-top: 0;
	margin-bottom: 14px;
	color: #015aff;
}

.layui-layer .close {
	position: absolute;
	top: -50px;
	right: 0;
	font-size: 16px;

	border-radius: 500px;
	line-height: 70px;
	color: #e5e5e5;
	opacity: 0.6 !important;
	text-align: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border: 2px solid #808080;
	text-align: center;
	line-height: 34px;
	background: rgba(0, 0, 0, .5);
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.banner {
	background-color: #243ff5;
	position: relative;
	padding-top: 60px;
	border-bottom: 4px solid;
	/* padding-bottom: 30px; */
	/* margin-top: 10px; */
	border-image: linear-gradient(-45deg, #40d6ff 10%, #006aff) 1 1;
	animation: big 1s ease-out;
	-webkit-animation: big 1s ease-out;
	-moz-animation: big 1s ease-out;
	-o-animation: big 1s ease-out;
	-ms-animation: big 1s ease-out;

}

.h_banner {
	padding-top: 0;
}

.link_wrapper {
	position: relative;
}

.link_wrapper a {
	display: block;
	width: 15%;
	height: 84px;
	position: absolute;
	bottom: 24.5%;
	z-index: 500;
	cursor: pointer;
}

.link_wrapper .link_a {
	right: 34%;
	cursor: pointer;
}

.link_wrapper .link_b {
	right: 18%;

}

.home_wrapper a {
	cursor: pointer !important;
}

@keyframes big {
	0% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes big {
	0% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.mouse-scroll {
	width: 30px;
	height: 50px;
	border-radius: 30px;
	border: 2px solid #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 28px;
	z-index: 50;
}

.mouse-scroll .circle {
	width: 8px;
	height: 10px;
	border-radius: 12px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	animation: 1s both fadeInBottom infinite;
	-webkit-animation: 1s both fadeInBottom infinite;
	-moz-animation: 1s both fadeInBottom infinite;
	-o-animation: 1s both fadeInBottom infinite;
	-ms-animation: 1s both fadeInBottom infinite;
	position: absolute;
	font-size: 20px;
	color: red;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}

@keyframes fadeInBottom {
	0% {
		bottom: 30px;
	}

	100% {
		bottom: 10px;
	}
}

@-webkit-keyframes fadeInBottom {
	0% {
		bottom: 30px;
	}

	100% {
		bottom: 10px;
	}
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
	color: #fff;
}

.home-wrapper .banner_bg {
	width: 100%;
	/* position: absolute; */
}

.home-wrapper .banner_text {
	position: absolute;
	left: 12%;
	top: 27%;
	z-index: 10;
	width: 50.8%;
}

/* .banner .swiper-slide{
	height: auto!important;
} */
.home-wrapper .banner_img {
	position: absolute;
	right: 2%;
	top: 5%;
	width: 54.5%;
}

.home-wrapper .banner_circle {
	position: absolute;
	right: 12%;
	top: 22%;
	animation: ro 10s linear infinite;
	width: 27.3%;

}

@keyframes ro {
	from {
		transform: rotate(0);
		opacity: .5;
	}

	to {
		transform: rotate(360deg);
		opacity: .8;
	}
}

.register-xs {
	display: block;
	width: 110px;
	height: 36px;
	border-radius: 4px;
	background: linear-gradient(to left, #007efb, #00dbf0);
	text-align: center;
	line-height: 36px;
	color: #fff;
	margin-right: 14px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 16%;
	z-index: 80;
}

.xs-btns {
	width: 248px;
	margin: 0 auto;
}

.xs-btns .register-xs {
	position: static;
	float: left;
	margin-left: 0;
}

.main {

	position: relative;
	/*  background: url(../img/intro_bg.png) no-repeat;
	     background-size: cover; */
	position: relative;
	/* padding: 50px 0; */
	background-attachment: fixed;
	background-position: center -50%;
	/* padding-bottom: 40px; */

}

/* 简介 */
.brief {
	/* padding-top: 70px; */
	background: url(../img/intro_bg.png) no-repeat 0 0;
	background-size: cover;
	padding-bottom: 100px;
}

.brief>.container {
	/* padding: 40px; */
	/* background: linear-gradient(135deg, #fff 60%, transparent); */

	/* border-radius: 20px; */
	/*    position: relative;
	    margin-top: -100px; */

}

.title {
	font-size: 40px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
	color: #333;
	padding: 0;
}

.brief-text {
	/* padding-right: 34px; */
	position: relative;
	/* padding-left: 34px; */
	/* width: 100%; */
	/* border: 1px solid; */
	/* border-image: linear-gradient(90deg, #147BD1, #2DCCD3) 1; */
	/* padding: 40px; */
	/* padding-top: 0; */
	/* border-top: 3px solid  #006aff; */
}

.brief-detail .v_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 50px;
	cursor: pointer;
	animation: pulse 2s infinite;
	border-radius: 100%;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 #ffffff84;
	}

	70% {
		box-shadow: 0 0 0 30px #2ca92c00;
	}

	100% {
		box-shadow: 0 0 15px #2ca92c00;
	}
}

.brief-text .dec_top {
	display: block;
	position: absolute;
	top: -15px;
	left: 22px;
	background-color: #fff;
	width: 60px;
	height: 60px;

}

.brief-text .title {
	margin-bottom: 24px;
	border-bottom: 2px solid;
	padding-bottom: 30px;
	margin-top: 10px;
	border-image: linear-gradient(-45deg, #40d6ff 10%, #006aff) 1 1;
}

.brief-text-cnt {
	line-height: 30px;
	text-align: justify;
	font-size: 16px;
	position: relative;
	padding: 20px;
	z-index: 100;
	/* margin-top: 30px; */

}

.brief-text-cnt:before {
	content: '';
	width: 50%;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(90deg, rgba(0, 0, 40, 0) 0%, #00BEDC 12%, #00BEDC 20%, rgba(0, 0, 40, 0) 100%);

}

.brief-text-cnt:after {
	content: '';
	width: 50%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: linear-gradient(90deg, rgba(0, 0, 40, 0) 0%, #00BEDC 12%, #00BEDC 20%, rgba(0, 0, 40, 0) 100%);

}

.brief-text-cnt:after {}


.high_list {
	display: flex;
	justify-content: space-between;
	padding: 0;

}

.high_list li {
	position: relative;
	height: 300px;
	cursor: pointer;
	width: calc(20% - 5px);
	transition: 0.5s linear;
	border-radius: 24px;
	overflow: hidden;
}

.high_list li .mask {
	bottom: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
	background: -webkit-linear-gradient(-90deg, rgba(0, 74, 118, 0.8) 50%, rgba(5, 16, 43, 0.15));
}

.high_list li>div::before {
	content: "";
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: linear-gradient(to top, transparent 30%, rgba(0, 132, 233, 0.75));
}

.high_list li .cover {
	bottom: 0px;
	height: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0px;
	z-index: 2;
	display: none;
	background: linear-gradient(rgb(0, 132, 213), rgba(22, 66, 175, 0.21));
	transition: 0.2s;
}

.high_list .h_img {
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	transition: 0.2s linear;
}

.high_list li .h_img::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 132, 213, 0.5);
	position: absolute;
	left: 0px;
	top: 0px;
}

.high_list li .high_text {
	position: absolute;
	width: 100%;
	top: 3.2vw;
	color: rgb(255, 255, 255);
	z-index: 20;
	padding: 0px 15px;
}

.high_list li .high_title {
	font-size: 20px;
	font-weight: bold;
	margin-top: -30px;
	position: relative;
	text-align: center;
}

.high_list li .high_title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 44px;
	height: 2px;
	background-color: rgb(255, 255, 255);
	margin-left: -22px;

}

.high_list li .h_smalltext {
	font-size: 14px;
	margin-top: 30px;
	line-height: 28px;
}

.light_list .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.light_list .swiper-slide {
	text-align: left;
	font-size: 15px;
	line-height: 28px;

	padding-left: 30px;

}

.light_list .l_text:before {
	content: '';
	width: 45px;
	height: 45px;
	position: absolute;
	top: 30%;
	left: 30px;
	background: url(../img/num01.png) no-repeat 0 0;
	background-size: 100%;


}

.light_list .l2::before {
	content: '';
	width: 45px;
	height: 45px;
	position: absolute;
	top: 30%;
	left: 30px;
	background: url(../img/num02.png) no-repeat 0 0;
	background-size: 100%;


}

.light_list .l_text strong {
	color: #006aff;
}

.light_list .l3::before {
	content: '';
	width: 45px;
	height: 45px;
	position: absolute;
	top: 30%;
	left: 30px;
	background: url(../img/num03.png) no-repeat 0 0;
	background-size: 100%;


}

.light_list .l4::before {
	content: '';
	width: 45px;
	height: 45px;
	position: absolute;
	top: 30%;
	left: 30px;
	background: url(../img/num04.png) no-repeat 0 0;
	background-size: 100%;


}

.light_list .l5::before {
	content: '';
	width: 45px;
	height: 45px;
	position: absolute;
	top: 30%;
	left: 30px;
	background: url(../img/num05.png) no-repeat 0 0;
	background-size: 100%;


}

.light_list .l_text {
	position: relative;
	padding: 30px 0;
	width: 100%;
	height: 102px;
	background-position: right center;
	background-size: 100%;
	border-bottom: 1px dashed #e5e5e5;
}

.light_list .l_text p {
	position: absolute;
	top: 50%;
	left: 90px;
	right: 30px;
	transform: translateY(-50%);
}

.xs-btns {
	width: 300px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}

.xs-btns a {
	display: block;
	width: 140px;
	height: 36px;
	border-radius: 4px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	margin-right: 8px;
	margin-right: 8px;
}

.xs-btns a:last-child {
	width: 140px;
}

.brief-detail i {
	display: block;
	border: 1px solid #ddd;
	position: relative;
	border-radius: 8px 8px 0 0;
}

.brief-detail img {
	border-radius: 24px;
}

.brief-detail i:hover {
	-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);

}

.brief-detail i:hover .iconfont {
	color: #007AFF;
}

.brief-detail i .iconfont {
	position: absolute;
	right: 20px;
	color: #fff;
	font-size: 30px;
	top: 38%;
	cursor: pointer;
}

.brief-detail .time {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.brief-detail p {
	font-size: 14px;
	color: #666;
}

.brief-line {
	width: 1px;
	height: 78%;
	background-color: #e5e5e5;
	position: absolute;
	top: 0;
	right: 0;
	margin: 60px 0 60px 0;
}

.zb-section {
	background: url(../img/img_highlight@2x.png) center no-repeat;
	background-size: 580px 580px;

}

.speaker ul {
	overflow: hidden;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-right: -10px;
}

.speaker ul li {
	width: calc(20% - 10px);
	margin-right: 10px;
	margin-bottom: 20px;
	pointer-events: none;
}

.speaker {

	padding-bottom: 60px;
	position: relative;
	background: rgb(247, 247, 255);
	overflow: hidden;
	background-size: cover;
	margin-top: 60px;
}

.speaker .greyMain {
	width: 100%;
	height: 280px;
	background-size: 100% !important;
	background-position: center -20px !important;

}

.speaker .guestBg {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.speaker .guestName {
	background: #fff;
	margin-top: -10px;
	border-radius: 10px;
	height: 110px;
	padding: 15px;
}

.speaker .name {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}


.position {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 6px;
}

/* 构成 */
.top_wrapper {
	margin-bottom: 30px;
}

.str{
	margin-top: 70px;
}

.str_tit {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	padding-left: 0;
	margin-bottom: 24px;
	opacity: .85;
}

.str .title {
	color: #fff;
	padding-left: 0;
}

.szh {
	background-color: #006aff;
	padding-top: 10px;
	padding-bottom: 130px;
}

.str ul {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	padding: 0;
}

.str ul li {
	width: calc(33.3333% - 20px);
	position: relative;
	height: 180px;
	margin-bottom: 15px;
	border-radius: 24px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	margin-right: 20px;
}

.str li img {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.str li:first-child img {
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
}

.str li .str_cnt {
	position: relative;
	padding: 24px;
	margin-top: 15px;
}

.str .str_cnt p {
	font-size: 16px;
	font-weight: bold;

}

.str .str_cnt a {
	display: block;
	font-size: 14px;
	color: #0084d5;
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	border: 2px solid #006aff;
	margin-top: 30px;
	border-radius: 36px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.str .str_cnt a:hover {
	background: #006aff;
	color: #fff;
}

.str .btm_wrapper {
	margin-top: -120px;
}

.sponsor li {
	width: 10%;
}

.sponsor li a {
	display: inline-block;
	width: 100%;
}

.sponsor ul img {
	height: 65.82px;
	padding: 5px;
}

.sponsor-logo {
	background: #f6f4fb;
	margin-top: 40px;
	padding-bottom: 40px;
	display: none;
}

.sponsor-logo li {
	margin-bottom: 20px;
}

.sponsor-logo img {
	height: 64px;
}

.bg_wrapper {}

.organiser {
	background-size: cover;
	padding-bottom: 70px;
	padding-top: 50px;

}

.organiser img {
	border-radius: 24px;
}

.organiser ul {
	font-size: 18px;
	font-weight: 600;
}

.organiser li {
	margin-bottom: 20px;
}

.organiser li .company-name {
	font-size: 15px;
	color: #e5e5e5;
	font-weight: normal;
	margin-right: 40px;
	margin-top: 2px;
}

.organiser li:nth-child(3) {
	margin-bottom: 30px;
}

.organiser img {
	vertical-align: text-bottom;
}

.sponsor-title {
	margin-bottom: 20px;
	color: #333;
	font-size: 26px;
	position: relative;
}

.logo-title {
	margin-top: 8px;
}

.address {
	background-color: #006aff;
	padding-top: 10px;
	padding-bottom: 50px;
	margin-top: 60px;
}

.address .title {
	color: #fff;
}

.tab-item-wrap-Ivvl {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.card-wrap-jUCY {
	border-radius: 8px;
	box-shadow: 0 4px 60px rgba(0, 28, 85, .04);
	cursor: default;
	display: block;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	height: 420px;
	overflow: hidden;
	position: relative;
	width: calc(33.33% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.bg-rDlQ {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	padding-bottom: 73%;
	position: absolute;
	width: 100%;
}

.card-bottom-heMS {
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .85)), color-stop(17.97%, #fff));
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .85), #fff 17.97%);
	background: -moz-linear-gradient(top, hsla(0, 0%, 100%, .85) 0, #fff 17.97%);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .85), #fff 17.97%);
	border-radius: 8px;
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 0 16px;
	position: absolute;
	top: 240px;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
	-moz-transition: top .5s;
	transition: top .5s;
	width: 100%;
	z-index: 0;
}

.card-wrap-jUCY:hover .card-bottom-heMS {
	background: url(../img/l_bg2.jpeg) no-repeat right bottom;
	background-size: cover;
	top: 0;
}

.card-wrap-jUCY:hover .detail-long-d7i0:before {
	display: none;
}

.card-wrap-jUCY:hover .detail-JRfe>div {
	height: auto;
}

.logo-eLmc {
	height: 60px;
	margin-top: 20px;
	-webkit-transition: margin .5s;
	-o-transition: margin .5s;
	-moz-transition: margin .5s;
	transition: margin .5s;
}

.card-title-fThD {
	color: #0c0d0e;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	margin: 25px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: margin .5s;
	-o-transition: margin .5s;
	-moz-transition: margin .5s;
	transition: margin .5s;
	white-space: nowrap;
}

.detail-JRfe {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	position: relative;

}

.detail-JRfe>div {
	height: 80px;
	margin-bottom: 20px;
	overflow: hidden;
}

.detail-long-d7i0:before {
	content: '';
	background: linear-gradient(to top, #fff, transparent);
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.tab-item-wrap-Ivvl a:last-child .detail-long-d7i0:before {
	height: 150px;
}

.detail-short-Gvaa {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 14px;
	color: #333;
	font-size: 14px;
}

.detail-more-pvJN {
	color: #1664ff;
	display: none;
	font-weight: 500;
	padding-left: 6px;
}

.map {
	background-color: #006aff;
	/* padding: 50px 0; */
	padding-bottom: 70px;
}

.contact {}

.contact ul {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;

}

.contact ul li {
	position: relative;
	width: calc(25% - 15px);
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	padding: 30px;
	overflow: hidden;
	line-height: 30px;
	height: 200px;
	border-radius: 12px;
	background: #fff;
	background: -webkit-linear-gradient(45deg, rgb(255, 255, 255), rgb(202, 227, 253));
	background: linear-gradient(45deg, rgb(255, 255, 255), rgb(202, 227, 253));
}


.contact li p {
	color: #006aff;
	font-size: 18px;
	font-weight: bold;

}

.contact li img {
	position: absolute;
	right: -20px;
	bottom: -20px;
	height: 150px;
	opacity: .2;
}

/*视频弹框*/
#example .modal-dialog {
	width: 60%;
	height: auto;
	top: 60px;
	max-width: unset;
}

#example .modal-content {
	position: relative;
}


#example .modal-dialog .modal-header {
	text-align: center;
	font-size: 26px;
	color: #323232;
	border-bottom: none;
	padding: 20px 15px;
}

#example .modal-content .modal-body {
	padding: 0;
}

#example .modal-dialog .play_box {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

#example .modal-content .modal-footer {
	border-top: none;
	width: 95%;
	text-align: justify;
	font-size: 18px;
	color: #646464;
	line-height: 40px;
	margin: 10px auto;
}

#example .modal-content .close {
	position: absolute;
	top: 24px;
	right: 40px;
	font-size: 20px;
	border-radius: 500px;
	line-height: 32px;
	color: #80808D;
	opacity: 0.6 !important;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 2px solid #808080;
	text-align: center;
}

#example .modal-content .close:hover {
	color: #ff0000;
}

.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.56);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	/* display: none; */
}

.hide-article-box {
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 68%);
	padding-bottom: 28px;
	margin-bottom: 0;
}

.hide-article-pos {
	position: absolute;
	z-index: 3;
	padding-top: 160px;
	bottom: 1px;
	margin-top: -210px;
	cursor: pointer;
	text-align: center;
	width: 100%;
}

.btn-readmore .iconfont {
	display: inline-block;
	transform: rotate(90deg);
	color: #00a4ff;
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


.address-list {
	margin-top: 30px;
}

.address-list li {
	width: 32%;
	margin-right: 2%;
	float: left;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02), 0 0 20px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02), 0 0 20px rgba(0, 0, 0, 0.05);
}

.address-list li>div {
	border-radius: 8px;
	overflow: hidden;
}

.address-list li:last-child {
	margin-right: 0;
}

.address-list li i {
	height: 220px;
	overflow: hidden;
	display: block;
}

.address-list-text {
	padding: 20px;
	line-height: 24px;
	height: 210px;
	font-size: 14px;
	color: #666;
	text-align: left;
	line-height: 24px;
}

.address-list-text span {
	font-weight: bold;
	font-size: 15px;
}

.address-list-text p:first-child {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}

.address-list-text p:first-child::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 5px;
	left: 0;
	bottom: -10px;
	background-color: #006aff;
}

.cnt .address-list-text p {
	font-size: 14px;
	color: #333;
	margin-top: 0;
	font-weight: normal;
}

.touch {
	background: url(../img/h-bg.png) no-repeat 0 0;
	padding-top: 60px;
	position: relative;
	padding-bottom: 60px;
	width: 100%;
	background-size: cover;

}

.touch::before {
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
}

.touch>div {
	height: 580px;
}

@media (min-width: 1600px) {
	.grid_12>.container {
		width: 95%;
	}
}

@media (max-width: 1920px) {
	.sponsor li {
		width: 14.2%;
	}

	.sponsor ul img {
		height: 88px;

	}

	.banner {
		padding-top: 70px;
	}

	.menu-item>a {
		padding: 0 8px;
	}
}

@media (max-width: 1600px) {


	.light_list .swiper-slide {
		padding-left: 0;
	}

	.sponsor ul img {
		height: 73px;

	}

	.contact ul {
		padding: 0;
	}



	.brief .title {
		font-size: 30px;
	}

	.light_list {
		height: 450px;
	}

	.card-bottom-heMS {
		top: 200px;
	}

	.card-wrap-jUCY {
		height: 400px;
	}

	.contact ul li {
		position: relative;
		padding: 20px;
		overflow: hidden;
		line-height: 30px;
		height: 200px;
		border-radius: 16px;
		background-size: cover;
	}
}

@media (max-width: 1599px) {
	.brief-text-cnt {
		line-height: 24px;
		font-size: 14px;
	}

	.high_list li .high_text {
		top: 65px;
	}

	.high_list li .h_smalltext {
		line-height: 24px;
	}

	.speaker .greyMain {
		height: 220px;
	}

}

@media (max-width: 1600px) {}
@media (max-width:1400px) {
	.r-btn a{
		font-size: 13px;
		padding: 5px 5px;
	}
	    .menu-item>a {
	        padding: 0 5px;
	    }
}
@media (max-width: 1199px) {
	.banner {
		padding-top: 30px;
	}

	.contact ul li {
		width: 48%;
		margin-bottom: 24px;
		margin-right: 1%;
	}

	.menu-item>a {
		padding: 0 8px;
		font-size: 14px !important;
	}


	.grid_12 .menu>li:nth-child(7) {
		display: none;
	}


	.brief-detail {
		display: none;
	}

	.brief-text {
		width: 100%;
	}

	.high_list {
		display: flex;
		justify-content: center;
		padding: 0;
		flex-wrap: wrap;
	}

	.high_list li {
		width: calc(33% - 10px);
		margin: 5px;
		height: 260px;
	}

	.str ul li {
		height: 140px;
	}

	.str .str_cnt p {
		font-size: 16px;
		font-weight: bold;
	}

	.str .str_cnt a {
		margin-top: 10px;
	}

	.rob {
		margin-top: 20%;
	}

	.brief {
		background: url(../img/intro_bg.png) no-repeat center 0;
		background-size: cover;
		padding-bottom: 40px;
	}

	.brief-text-cnt {
		line-height: 26px;
		font-size: 14px;
	}

	.speaker ul li {
		width: calc(25% - 10px);
	}

	.sponsor ul img {
		height: 60px;
	}

	.title {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.topnav-text {
		font-size: 12px;
	}

	.structure li {
		width: 100%;
	}

	.structure .btm {
		padding-left: 20px;
	}

	.structure .btm li {
		padding: 16px 0;
	}

	.structure .btm li:first-child {
		padding-left: 14px;
	}

	.speaker .greyMain {
		height: 230px;
	}


}

@media (max-width: 991px) {
	.inner-box {
		width: 90%;
		height: 40%;
	}


	.banner img {
		margin-top: 0;
	}

	.speaker ul li {
		width: calc(33% - 10px);
	}

	.card-wrap-jUCY {
		width: 100%;
		height: 380px;
	}

	.card-bottom-heMS {
		top: 150px;
	}

	.bg-rDlQ {
		padding-bottom: 100%;
	}

	.address {
		display: none;
	}


	.structure .btm li {
		width: 50%;
	}

	.sponsor li {
		width: 14%;
	}

	.sponsor ul img {
		height: 50px;
	}



	.register {
		top: 30%;
	}

	.str ul li {
		height: 130px;
		width: calc(50% - 20px);
	}

	.str li .str_cnt {
		position: relative;
		padding: 10px;
		/* margin-top: 0; */
		text-align: center;
	}

	.str .str_cnt a {

		width: 80px;
		height: 28px;

		line-height: 24px;

		margin: 0 auto;
	}

	.change-btn,
	.r-btn {
		width: 50%;
	}

	.change-btn::after {
		content: "";
		width: 1px;
		height: 40px;
		background-color: rgb(229, 229, 229);
		position: absolute;
		right: 0px;
		top: 10px;
	}
}

@media (max-width: 767px) {
	.swiper-pagination {
		display: none;
	}

	.high_list li {
		margin: 0;
	}

	.speaker .name {
		font-size: 16px;
	}

	.top_wrapper,
	.btm_wrapper {
		width: 90%;
	}

	.brief {
		padding-top: 0;
	}

	.contact ul li {
		margin-right: 0;
	}

	.address {
		background-color: #006aff;
		padding-top: 10px;
		padding-bottom: 50px;
		margin-top: -20px;
	}

	.high_list {
		display: block;
	}

	.high_list li {
		width: 100%;
		height: 280px;
		margin-bottom: 15px;
	}

	.high_list li .high_title {
		margin-top: 28px;
	}

	.high_list li .high_text {
		top: 25px;
	}

	.str .title {

		padding-left: 24px;
	}

	.speaker ul li {
		width: calc(50% - 10px);
	}

	.speaker .greyMain {
		height: 180px;
	}

	.light_list .l_text {
		box-shadow: none;
		height: auto;
	}

	.str ul li {
		width: 100%;
		margin-right: 0;
		height: 120px;
	}

	.light_list {
		height: 430px;
	}

	.rob {
		display: none;
	}

	.light_text {
		width: 100%;
	}

	.light_list,
	.light_list .swiper-slide {
		padding-left: 0;
	}

	.light_list .l_text:before {
		content: '';
		width: 40px;
		height: 40px;
		position: absolute;
		top: 30%;
		left: 0;

	}

	.light_list .l_text p {
		left: 60px;
		right: 0;
		line-height: 24px;
	}

	.banner {
		padding-top: 30px;
	}

	.layui-layer {
		width: 90%;
		margin-left: -45%;
	}

	.brief-text-cnt {
		padding-top: 0;
		margin-top: 0;
		padding: 0;
	}

	.brief-text-cnt:before {
		display: none;
	}

	.brief>.container {
		margin-top: -20px;
		width: 100%;
	}

	.address {
		display: block;
	}

	.address-list li i {
		height: auto;
		display: none;
	}

	.address-list li {
		width: 100%;
		margin-bottom: 14px;
	}

	.container {
		padding: 0 20px;
	}

	.title {
		font-size: 24px;
	}

	.str-cnt .str-img {
		animation: none;
	}

	.structure li {
		padding: 18px;
		border-radius: 4px;
	}

	.structure .sub-title:after {
		display: none;
	}

	.sponsor ul {
		padding: 0;
	}

	.contact ul {
		padding: 0px 24px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

	.brief-text {
		padding: 0;
	}

	.brief-text .dec_top {
		width: 50px;
		height: 40px;
	}

	.brief-detail {
		padding-left: 0;
		margin-top: 10px;
		border-top: 1px solid #E5E5E5;
		padding-top: 20px;
		margin-bottom: 0;
		display: none;
	}

	.brief-line {
		display: none;
	}

	.structure .btm {
		padding-left: 0;
	}

	.structure .btm li {
		width: 100%;
		padding: 20px !important;
	}

	.card-bottom-heMS {
		top: 0;
	}

	.card-wrap-jUCY {
		height: 180px;
		pointer-events: none;
	}

	.card-wrap-jUCY:nth-child(3) {
		height: 420px;
	}

	.tab-item-wrap-Ivvl a:last-child .detail-long-d7i0:before {
		display: none;
	}

	.detail-JRfe>div {
		height: auto;
	}

	.str li .str_cnt {
		margin-top: 0;
		text-align: center;
	}

	.sponsor li {
		width: 32%;
	}

	.sponsor ul img {
		height: 60px;
	}

	.footer {
		margin-top: 0;
	}

	.brief-text .title {
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.brief-cnt {
		text-align: justify;
		padding-right: 0;
		margin-top: 0;
	}


	.organiser ul {
		margin-top: 20px;
	}

	.organiser li {
		margin-bottom: 20px;
	}

	.organiser {
		margin-top: 0;
		padding: 20px 0;
	}

	.contact ul li {
		width: 100%;
	}

	.contact-line {
		display: none;
	}

	.speaker li .speaker-cnt {
		min-height: auto;
	}

	.organiser li:last-child img {
		height: 20px;
	}

	#example .modal-dialog {
		width: 94%;
	}

	#example .modal-content .modal-footer {
		padding: 0;
	}

	#example .modal-dialog .modal-header {
		font-size: 16px;
		text-align: left;
	}

	#example .modal-content .close {
		top: 14px;
		font-size: 14px;
		right: 10px;
	}

	.banner img {
		margin-top: -20px;
	}

	.mouse-scroll {
		display: none;
	}
}

@media (max-width: 320px) {
	.structure-cnt {
		font-size: 12px;
	}

	.sponsor-ad img {
		height: 36px;
	}

	.home-wrapper .banner_text {
		width: 80%;
		left: 5%;
		top: 24%;
	}
}
