/*all*/
* {
	margin: 0;
	padding: 0;
}

.fl {
	float: left;
	border: 0;
}

.fr {
	float: right;
	border: 0;
}

.cl {
	clear: both;
}

body {
	font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, SimSun, Arial, sans-serif;
	color: rgb(51, 51, 51);
	font-size: 15px;
	/* background-color: #100178; */
	position: relative;
	/* background-image: url(../images/home-bg.png); */
	background-position: 0 600px;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow-x: hidden;
}

.container {
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	color: #6573be;
}

a:focus {
	text-decoration: none;
}

button {
	border: 0;
	outline: none;
	background: transparent;
}

input {
	outline: none;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-right: 0;
	padding-left: 0;
}

/* @media (min-width: 1240px) {
.container {
	width: 75%;
}
 */
.standard {
	width: 50%;
	position: fixed;
	left: 50%;
	margin-left: -25%;
	top: 60%;
	margin-top: -250px;
	background: #fff;
	z-index: 3001;
	display: none;
	border-radius: 8px;
	padding: 20px;
	line-height: 30px;
}

.standard .close-btn {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	width: 34px;
	height: 34px;
	border-radius: 20px;
	right: -18px;
	top: -18px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.standard p {
	position: relative;
	line-height: 26px;
}

.standard>p {
	font-weight: bold;
	font-size: 18px;
}

.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	display: none;
}

.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.grid_12 {
	min-height: 1px;
	position: relative;
	z-index: 30;

	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
	background-color: rgba(0, 0, 0, .2);
}

.grid_12>div {
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */

	width: 80%;
	height: 68px;
	margin: 0 auto;
}

.logo {
	position: relative;

	display: block;
	float: left;
	background-color: #fff;
	padding: 10px;
	height: 100%;
}

.logo img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	margin-top: 10px;
	height: 30px;
}




.kv {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.kv .kv_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.kv .kv_inner img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.h_box {
	position: relative;
	margin: 0;
	height: 36vw;
	overflow: hidden;
	border-bottom: 8px solid #03adf2;
}

.h_box .t1 {
	position: absolute;
	top: 30%;
	left: 40%;

	width: 55%;
}

.h_box .t1 img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.main {
	position: relative;

	background: url(../images/banner2.jpg) no-repeat 0 0;
	background-size: 100%;
	position: relative;
	/* padding: 50px 0; */
	background-attachment: fixed;
	background-position: center top;
	/* padding-bottom: 40px; */
}

.bottom {

	background: url(../images/mcu2026.jpg) no-repeat 0 0;
	background-size: cover;
	position: relative;
	/* padding: 50px 0; */
	background-attachment: fixed;
	background-position: center top;

}

.bottom:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(0deg, rgba(1, 73, 175, 0.75), rgba(4, 51, 105, 0.7), rgba(2, 37, 93, 0.95))
}

.menu {
	display: block;
	margin-left: 5px;
	text-align: left;
	float: right;
	width: auto;
}

.menu>li {
	margin-right: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	float: left;
	position: relative;
	cursor: pointer;
}

.menu-item>a {
	position: relative;
	font-size: 18px !important;
	line-height: 68px;
	height: 68px;
	color: #fff;
	/* padding: 0 20px 0 20px; */
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	font-weight: bold;
	padding-right: 70px;

}

.menu-item>a:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -16px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;

}

.menu-item>a:hover::before {
	/* 	position: absolute;
	top: 68px;
	left: 0;
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear; */
	background: #29f0ff;
}

.menu-item>a:hover {
	color: #04c1ca;
}

.menu .menu-item a.current:before {
	position: absolute;
	top: 68px;
	left: 0;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #04c1ca;
}

.menu-item-dropdown {
	position: absolute;
	display: none;
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
	padding: 14px 4px;
	width: 150%;
	top: 68px;
	z-index: 2;
	background: #fff;
	left: 0;
	border-top: 4px solid #29f0ff;
}

.menu>li:hover .menu-item-dropdown {
	display: block;
}

.menu-item-dropdown li {
	padding: 8px 10px;
	color: #666;
	font-size: 12px;
}

.menu-item-dropdown li:hover {
	background: #f2f2f2;
}

.title {
	/* margin-top: 15px; */
	margin-bottom: 34px;
	position: relative;
	padding-top: 50px;
}


.brief {

	position: relative;
	z-index: 10;
	/* padding-bottom: 70px; */
	/* padding-top: 70px; */
	padding-bottom: 70px;
	background: url(../images/intro_bg.png) center 0px / cover no-repeat;
}

.brief-text p {
	margin-bottom: 50px;
}

.brief-cnt {

	/* overflow: hidden; */
	padding-top: 10px;
	margin-bottom: 50px;

}

.brief-text p {
	margin-bottom: 20px;
}

.brief-video {
	position: relative;
	padding-left: 40px;
}

.brief-video .iconfont {
	display: block;
	font-size: 40px;
	position: absolute;
	right: calc(50% - 30px);
	top: calc(50% - 20px);
	color: #fff;
	background: rgba(0, 0, 0, .6);
	border-radius: 40px;
	width: 40px;
	height: 40px;
	line-height: 1;
	cursor: pointer;
}

.brief-video img {
	width: 100%;
	border-radius: 8px;
}

.brief-text h2 {
	margin-bottom: 20px;
	color: #05acf3;
}

.brief-text {
	text-align: justify;
	line-height: 34px;
	position: relative;
	/* width: 65%; */
	/* float: right; */
	/* padding-left: 30px; */
	color: #000;
	/* font-weight: bold; */
	font-size: 17px;

	margin-top: -10px;
}

.brief-text::before {
	position: absolute;
	top: -2px;
	left: -15px;
	content: '';
	/* background: url(../images/circle.png) no-repeat 0 0; */
	width: 24px;
	height: 24px;
}

.line {
	width: 100%;
	height: 1px;
	background-color: #102785;
	margin-top: 50px;
}

/* 议程 */


/* 议程 */
.agenda {
	padding-top: 50px;
	position: relative;
	padding-bottom: 40px;
}

.agenda>.container {
	display: flex;
}

.str {
	margin-top: 50px;
	overflow: hidden;
	margin-bottom: 40px;
}

.str li {
	width: 20%;
	float: left;
}

.str li img {
	height: 80px;
}

.str .str-text {
	color: #fff;
	text-align: center;
	margin-top: 14px;
}

.str .str-time {
	color: rgb(5, 220, 181);
	font-size: 18px;
	font-weight: bold;
}

.a_bg1 {
	position: absolute;
	right: 5%;
	bottom: -5%;
	/* opacity: .8; */
	height: 70%;

}



.section-forwards-left {
	width: 50%;

	/* float: left; */

}

.section-forwards-left,
.section-forwards-right {
	margin-top: 20px;
}

.section-forwards-left>div,
.section-forwards-right>div {
	margin-right: 20px;
	background: url(../images/fn02.png) no-repeat;
	background-size: cover;
	height: 206px;
	flex-shrink: 0;
	padding: 30px;
}

.section-forwards-left>div .time,
.forward-item .time {
	height: 20px;
}

.section-forwards .title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 6px;
	line-height: 28px;
}

.section-forwards-left .title,
.section-forwards-right .title {
	font-size: 24px;
	margin-bottom: 6px;
	line-height: 32px;
	color: #021941;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
	padding-top: 10px;
}


.section-forwards-left .desc {
	font-size: 17px;
	margin-bottom: 16px;
	color: #fff;
	background: linear-gradient(to right, #4facfe 10%, transparent);
	background: -webkit-linear-gradient(to right, #4facfe 10%, transparent);
	padding: 6px 20px;
	border-radius: 50px;
	margin-top: 20px;
	width: 75%;
}

.apppoint-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 96px;
	height: 32px;
	background-image: linear-gradient(-45deg, #1627c2, #1f34d5 18%, #009fff 72%, #00feff);
	background-image: -webkit-linear-gradient(-45deg, #1627c2, #1f34d5 18%, #009fff 72%, #00feff);
	/* font-weight: 600; */
	font-size: 14px;
	border: none;
	color: #fff;
}

.section-forwards-left>a,
.forward-item>a {
	width: 108px;
	height: 38px;
	border-radius: 2px;
	color: #fff;
}

.apppoint-btn:hover {
	background-image: linear-gradient(-45deg, #1627c2, #00feff);
	background-image: -webkit-linear-gradient(-45deg, #1627c2, #00feff);
	color: #fff;
}

.section-forwards-right {
	/* display: flex;
    flex-wrap: wrap; */
	width: 50%;
	/* float: left; */
}

.forward-item {
	width: 50%;
	height: 190px;
	background-size: cover;
	padding: 40px 24px 40px 24px;
	padding-right: 0;
	float: left;
	background-size: cover !important;

}

.forward-item p {
	margin-bottom: 10px;
	font-size: 17px
}

.section-forwards-right .forward-item:first-child {
	/* margin-right: 20px; */
	width: 100%;
}

.apppoint-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 96px;
	height: 32px;
	background-image: linear-gradient(-45deg, #1627c2, #1f34d5 18%, #009fff 72%, #00feff);
	background-image: -webkit-linear-gradient(-45deg, #1627c2, #1f34d5 18%, #009fff 72%, #00feff);
	/* font-weight: 600; */
	font-size: 14px;
	border: none;
	color: #fff;
}

.section-forwards-left>a,
.forward-item>a {
	width: 108px;
	height: 38px;
	border-radius: 2px;
	color: #fff;
}

.apppoint-btn:hover {
	background-image: linear-gradient(-45deg, #1627c2, #00feff);
	background-image: -webkit-linear-gradient(-45deg, #1627c2, #00feff);
	color: #fff;
}

.section-forwards-right {
	/* display: flex;
    flex-wrap: wrap; */
	width: 50%;
	/* float: left; */
}

.forward-item {
	width: 50%;
	height: 250px;
	background-size: cover;
	padding: 30px;
	padding-right: 0;
	float: left;
	background-size: cover !important;
	transition: all .5s ease;
	transition-delay: .1s;
}

.section-forwards-right .forward-item:first-child strong {
	color: #4facfe;
}

.tui .forward-item {
	width: 100%;
}

.forward-item li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 15px;
}

.forward-item li .s_tit {
	margin-bottom: 5px;
}

.forward-item li:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-image: linear-gradient(0deg, #4facfe, transparent);
	background-image: -webkit-linear-gradient(0deg, #4facfe, transparent);
	position: absolute;
	left: 0;
	top: 8px;
}

.forward-item li strong {
	font-size: 16px;
}

.tui {
	width: 100%;
	position: relative;
	height: 164px;
	margin-top: 20px;
}

/* .tui .title {
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}
 */


/* 嘉宾 */
.sp_list .panel-list {
	display: none;
}

.sp_list .panel-list.active {
	display: block;
}

.speaker ul {
	overflow: hidden;
}

.speaker li {
	width: 23.5%;
	height: 270px;
	margin-right: 1.5%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	/* pointer-events: none; */
	/* background: #404B7F; */
	border: 2px solid;
	border-image: linear-gradient(0deg, #5956fc, rgba(0, 0, 0, 0)) 1;

}

.speaker li .speaker-cnt {
	width: 160px;
	height: 145px;
	border-radius: 160px;
	/* background: url(../images/circle.png) center center no-repeat; */
	background-size: 145px auto;
	padding: 10px;
	margin: 0 auto;
}

.speaker i,
.panel-speaker i {
	display: block;
	display: block;
	margin: 0 auto 18px;
	overflow: hidden;
	transform: rotate(0deg);
	position: relative;
	border-radius: 50%;
	width: 140px;
	height: 140px;
	margin: 0 auto;

}

.speaker .title .dec {
	position: absolute;
	right: 5%;
	top: 12%;
}

.speaker i img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.speaker li img {
	width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	cursor: pointer;
}

.speaker li .speaker-deail {
	padding: 4px 20px;
	/* color: #fff; */
	width: 100%;
	text-align: center;
	white-space: pre-line;
	/* margin-top: -30px; */
	line-height: 24px;
}

.speaker li .speaker-deail p:first-child {
	font-size: 16px;
	margin-bottom: -20px;
	font-weight: bold;
	color: #05dcb4;
	/* white-space: pre-line; */
}

.speaker-deail .speaker-title {
	color: #f2f2f2;
	font-size: 14px;
}

.speaker li .speaker-deail p:last-child {
	font-size: 14px;
	color: #ccc;
}

.speaker .sub-title {
	color: #2ef0f7;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.panel-speaker .sub-title {
	margin-top: 24px;

}

.sponsor {
	/* margin-top: 60px; */
	background: #fff;
	position: relative;
	/* padding-top: 50px; */
	padding-bottom: 50px;
}

.sponsor li {
	padding: 5px;
	/* height: 70px; */

	width: 16.6%;
}

.sponsor li img {
	width: 100%;
	height: 76px;
	/* border-radius: 6px; */
	background-color: #fff;

}

.sponsor .sub-title {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: bold;
}

.map {
	margin-top: 60px;
	/* background: #fff; */
	position: relative;
	margin-bottom: 50px;
	box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);

}

.contact ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	height: 240px;
}

.contact ul li:last-child {
	margin-right: 0;
}

/* .contact ul li:nth-child(3) {
	margin-right: 0;
} */

.contact li p {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	position: relative;
}

.contact .contact-cnt {
	padding: 24px;
	border: 2px solid #fff;
	/* border-image: linear-gradient(0deg, rgba(64, 214, 255, .3) 10%, transparent) 1 1; */
	/* border-radius: 8px; */
	background: url(../images/fn02.jpg) no-repeat right bottom;
	background-color: #fff;
	position: relative;
	background-size: cover;

}

.contact li .contact-title {
	font-size: 18px;
	font-weight: bold;
	color: #4facfe;
	/* text-align: center; */
	margin-bottom: 14px;
	position: relative;
}

.contact li .contact-title::before {
	position: absolute;
	top: -2px;
	left: -15px;
	content: '';
	/* background: url(../images/circle.png) no-repeat 0 0; */
	width: 24px;
	height: 24px;
}

.contact-cnt .name {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.org {
	background-color: #fff;

	padding-bottom: 80px;
	overflow: hidden;
	position: relative;
}

.org .title {
	margin-bottom: 60px;
}

.org .sub-title {
	font-size: 22px;
	color: #4facfe;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding-left: 24px;
}

.org .sub-title:before {
	position: absolute;
	content: '';
	background: url(../images/circle3.png) center center no-repeat;
	/* border: 3px solid #05dcb4; */
	width: 18px;
	height: 18px;
	border-radius: 16px;
	left: -2px;
	top: 3px;
}

.org ul {
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px dashed rgba(16, 39, 133, .15);
	margin-bottom: 40px;
}

.org ul:last-child {
	border-bottom: 0;
}

.org ul li {
	color: #f2f2f2;
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin-right: 40px;
}

.org ul .left {
	margin-right: 20px;
}

.org .car-img {
	position: absolute;
	right: 20%;
	top: 5%;
	opacity: .6;
	overflow: hidden;
	max-height: 600px;
}

.org .aspencore {
	margin-top: 32px;
	overflow: hidden;
	box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);

	width: 220px;
	height: 68px;
	position: relative;
	background-color: #fff;
	padding: 24px 16px 0 16px;
}

.footer {
	text-align: center;
	background-color: #000000;
	color: #ccc;
	font-size: 14px;
	padding: 30px 0;
	position: relative;
	bottom: 0;
}

.reg {
	display: block;
	width: 80px;
	height: 80px;
	position: fixed;
	top: 50%;
	right: 50px;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
}

.reg:hover {
	transform: translateY(2px);
}

.reg img {
	height: 80px;
}

.org-logo i {
	display: inline-block;
	overflow: hidden;
	background: #FFF;
	padding: 20px;
	margin-right: 10px;
	max-height: 68px;
	box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);

}

.org-logo i img {
	/* max-height: 100%; */
	max-height: 40px;
}

#top {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	color: #333;
	z-index: 50;
	cursor: pointer;
	margin-top: 10px;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: linear-gradient(#f4f5f8, #fdfefe);
	box-shadow: 4px 4px 14px 0 rgb(0 43 112 / 12%);
	-webkit-box-shadow: 4px 4px 14px 0 rgb(0 43 112 / 12%);
	overflow: hidden;
	cursor: pointer;
	position: fixed;
	cursor: pointer;
	right: 50px;
	bottom: 100px;
	text-align: center;
	line-height: 60px;
	z-index: 200;
}

#top .iconfont {
	font-size: 20px;
}

/*弹窗*/
.dialog-layer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	height: 937px;
}

.dialog-layer .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 998;
	opacity: .6;
}

.dialog-layer .dialog-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
}

.dialog-speaker-layer .dialog-content-desktop {
	margin-left: -465px;
	margin-top: -234px;
	width: 930px;
	height: 467px;
}

.dialog-layer .dialog-inner {
	position: relative;
	height: 100%;
}

.dialog-layer .dialog-close {
	position: absolute;
	right: -5px;
	top: -12px;
	background-size: 100% 100%;
	z-index: 6;
	cursor: pointer;
	/* opacity: .6; */
	color: #ccc;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 1);
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
}

.dialog-speaker-layer .dialog-content-desktop .dialog-title {
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	padding-right: 15px;
	color: #ccc;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}

.dialog-speaker-layer .dialog-content-desktop .dialog-title span {
	/*margin-right: 15px;*/
	/* padding: 0 15px; */
	display: inline-block;
	height: 100%;
	/* background: #2f2f2f; */
	font-weight: 900;
	color: #333;
}

/* .dialog-speaker-layer .dialog-content-desktop .dialog-title .tit {
	background-color: #191919;
}
 */
.dialog-speaker-layer .dialog-content-desktop .dialog-box {
	padding: 40px;
	/* height: 398px; */
	background: #fff;
	background-size: 100% 100%;
	position: relative;
	padding-top: 20px;
	border-radius: 8px;
}

.dialog-speaker-layer .dialog-content-desktop .lector-image {
	position: absolute;
	right: 0;
	top: 2px;
	width: 297px;
	/*height: 468px;*/
	text-align: center;
	overflow: hidden;
	/* background: url(https://img.alicdn.com/tfs/TB1MqyLNBr0gK0jSZFnXXbRRXXa-391-674.jpg) no-repeat; */
	background-size: 100% 100%;
	display: none;
}

.lector-image img {
	width: 100%;
}

.dialog-speaker-layer .dialog-content-desktop .main-title {
	margin-bottom: 25px;
	padding-right: 60px;
	line-height: 41px;
}

.dialog-speaker-layer .dialog-content-desktop .info .lector-name {
	font-size: 30px;
	color: #ccc;
	margin-right: 20px;
	display: none;
}

.dialog-speaker-layer .dialog-content-desktop .class-title {
	font-size: 20px;
	color: #adadad;
	display: none;
}

.dialog-speaker-layer .dialog-content-desktop .class-box {
	position: relative;
	/* padding-right: 50px; */
	text-align: justify;
}

.dialog-speaker-layer .dialog-content-desktop .class-info {
	padding-right: 10px;
	font-size: 14px;
	line-height: 24px;
	max-height: 284px;
	overflow-y: auto;
	margin-bottom: 15px;
	color: #333;
	margin-top: 20px;
}

#dialog-agenda .dialog-content-desktop .dialog-box,
#dialog-topic .dialog-content-desktop .dialog-box {
	padding: 40px;
	height: auto !important;
}


#dialog-agenda .dialog-content-desktop .info .lector-name,
#dialog-topic .dialog-content-desktop .info .lector-name {
	font-size: 20px;
	color: #333;
	margin-right: 20px;
	display: block;
	font-weight: bold;
	white-space: pre-line;
}

#dialog-agenda .dialog-content-desktop .main-title,
#dialog-topic .dialog-content-desktop .main-title {
	margin-bottom: 25px;
	padding-right: 60px;
	line-height: 41px;
	font-size: 30px;
	color: #ccc;
}

#dialog-agenda .dialog-content-desktop .class-box:before,
#dialog-topic .dialog-content-desktop .class-box:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #fd4c66;
}

#dialog-agenda .dialog-content-desktop .class-box,
#dialog-topic .dialog-content-desktop .class-box {
	position: relative;
	padding-top: 0;
	padding-right: 0;
	white-space: pre-line;
}

.r_btn {
	/* margin-top: 14px; */
	height: 68px;
	/* border: 2px solid rgba(255, 255, 255, .6); */
	/* border-radius: 40px; */
	overflow: hidden;
	margin-left: 14px;
	/* border: 3px solid #4facfe; */
	background: linear-gradient(to right, #4facfe, #04c1ca);
}

.v_btn {
	height: 58px;
	border: 2px solid rgba(255, 255, 255, .6);
	border-radius: 40px;
	overflow: hidden;
	margin-left: 14px;
	border: 3px solid #03adf2;
	background: linear-gradient(to right, #4facfe, #04c1ca);
	width: 240px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 40px;
	animation: sa 1s infinite;
	-webkit-animation: sa 1s infinite;
	-moz-animation: sa 1s infinite;
	-o-animation: sa 1s infinite;
	-ms-animation: sa 1s infinite;


}

@keyframes sa {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

-webkit-@keyframes sa {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.r_btn .show {
	display: block;
	width: 160px;
	font-size: 16px !important;
	line-height: 68px;
	text-align: center;
	transition: all 0.8s linear;
	font-weight: bold;
	z-index: 500;
	padding: 0 20px;

}

.r_btn .h-light {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 68px;
	background: url(../images/h-light.png) no-repeat center center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	animation: high 2.4s cubic-bezier(0.23, 0.04, 0.51, 0.8) 0s infinite;
}


.btm_item {
	width: 100%;
	margin-top: 20px;
}

.m_logo i {
	overflow: hidden;
	background: #FFF;
	padding: 20px;
	margin-right: 15px;
	width: 218px;
	height: 78px;
	-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	float: left;
	margin-bottom: 15px;
}

@keyframes high {
	0% {
		left: -158px;
	}

	100% {
		left: 70px;
	}
}

@-webkit-keyframes high {
	0% {
		left: -158px;
	}

	100% {
		left: 70px;
	}
}

.menu-item>.show:hover::before {
	display: none;
}

@media (max-width:1920px) {
	.menu-item>a {
		padding-right: 40px;
	}



	.h_box .t1 {
		width: 50%;
	}

	#example .modal-dialog {
		width: 65%;
	}

	.brief-text {
		font-size: 16px;
	}
}

@media (max-width: 1366px) {
	.mod-cover .logo {
		min-width: 55%;
	}

	.menu-item>a {
		padding-right: 25px;
	}

}

@media (max-width: 1240px) {
	.cover-bg {
		height: 520px;
	}

	.mod-cover {
		height: 520px;
	}


}

@media (max-width: 1199px) {

	.grid_12>div {
		width: 98%;
	}

	.menu-item>a {
		padding-right: 28px;
		font-size: 14px !important;

	}

	/* .section-forwards-left>div,
	.section-forwards-right>div {
		height: 205px;
	} */

	.title {
		/* margin-top: 40px; */
		margin-bottom: 30px;
	}

	.title .dec {
		height: 30px;
	}

	.title img {
		height: 50px;
	}

	.line {
		margin-top: 30px;
	}

	.dialog-layer {
		top: 20% !important;
	}

	.day-item .item-con {
		height: auto;
	}

	.speaker .sub-title {
		margin-bottom: 30px;
	}



	.speaker-deail .speaker-title {
		font-size: 12px;
	}

	/* 	.sponsor li {
		height: 60px;
	}
 */
	.sponsor li img {
		height: 63px;
	}

	/* .map {
		margin: -50px 30px 50px 30px;
	} */

	.contact .contact-cnt {
		padding: 20px;
	}

	.contact ul li {
		height: auto;
	}

	.org .org-img {
		width: 100%;
	}

	.mod-cover .action-a img,
	.mod-cover .action-b img {
		height: 34px;
	}

	.footer {
		margin-top: 40px;
	}

	/* .section-forwards-left>div {

		padding: 250px 0 0 30px;
	} */
	.forward-item li strong {
		font-size: 14px;
	}
}

@media (max-width:991px) {

	.btm-wrapper-xs {
		display: block;
		width: 100%;
		height: 58px;
		color: #fff;
		text-align: center;
		line-height: 58px;
		background: #f3f5f8;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 500;
		animation: box 1s ease-out;
		-webkit-animation: box 1s ease-out;
		border-radius: 30px 30px 0 0;
		background-image: linear-gradient(-90deg, #f3f5f8, #fff);
		background-image: -webkit-linear-gradient(-90deg, #f3f5f8, #fff);
		border: 2px solid #fff;
		box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.05), 4px 4px 10px #fafafa;
		-webkit-box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.05), 4px 4px 10px #fafafa;
		font-size: 18px;
		font-weight: 600;
	}

	@keyframes box {
		0% {
			opacity: .2;
			bottom: -50%;
		}

		100% {
			opacity: 1;
			bottom: 0;
		}
	}

	-webkit-@keyframes box {
		0% {
			opacity: .2;
			bottom: -50%;
		}

		100% {
			opacity: 1;
			bottom: 0;
		}
	}

	.brief-text {

		line-height: 28px;

		font-size: 16px;

	}

	.chip img {
		top: 5%;
	}

	.h_box .t1 {
		top: 34%;
	}

	.grid_12>div {
		width: auto;
		height: 100%;
	}

	.section-forwards-left,
	.section-forwards-right {
		width: 100%;
	}

	.section-forwards-left>div {


		flex-shrink: 0;
		padding: 30px;
		width: 100%;
		margin-right: 0;
		height: 206px;

	}

	.section-forwards-left .desc {
		font-size: 16px;
		width: 100%;
	}

	.r_btn .h-light {
		display: none;
	}

	.sponsor li img {
		height: 45px;
	}

	.str-title {
		padding: 0 20px;
	}

	.contact ul li {
		width: 100%;

		height: auto;
		margin-bottom: 20px;
	}

	.logo img {
		margin-top: 0;
	}


	.org .aspencore {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.org ul .left img {
		max-width: 100%;
	}

	.menu-xs .menu-xs-list li {
		padding: 4px 10px;
		float: left;
		margin: 0;
		border-bottom: none;
	}

	.menu-item>a {
		font-size: 14px !important;
		padding: 0 10px 0 10px !important;
	}

	.mod-cover .action-a img,
	.mod-cover .action-b img {
		height: 28px;
	}

	.cover-bg,
	.mod-cover {
		height: 350px;
	}

	.mod-cover .logo {
		top: 56%;
	}

	.date-block {
		margin-top: 0;
	}

	.day-item-am,
	.day-item-pm {
		width: 100%;
	}

	.day-item-am {
		margin-bottom: 40px;
	}

	.day-item .item-con {
		height: auto;
	}


	.dialog-speaker-layer .dialog-content-desktop {
		margin-left: -45%;
		width: 90%;
	}

	.grid_12,
	.menu-xs {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 200;
	}

	.grid_12 {
		border-bottom: none;
		padding: 0 30px;
		background: #fff !important;
		backdrop-filter: none;
		height: 58px;
	}



	.menu-xs ul {
		background: #fff;
		float: right;
		width: 100%;
		/* text-align: right; */
		padding: 10px;
		display: none;
		position: absolute;
		top: 58px;
		border-radius: 0 0 20px 20px;
	}

	.menu-xs .menu-xs-list {
		position: static;
		padding: 0;
	}

	.menu-xs ul li {
		padding: 4px 0;
		border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
		overflow: hidden;
	}

	.menu-xs ul li a {
		font-size: 12px;
		color: #666;
		letter-spacing: 0;
		border-bottom: none !important;
	}

	.menu-item>a:hover::before {
		display: none;
	}

	.menu .menu-item a.current:before {
		display: none;
	}

	.xs-menu-btn {
		font-size: 26px;
		color: #000047;
		float: right;
		display: block;
		width: 40px;
		line-height: 58px;
		text-align: right;
		cursor: pointer;

	}

	.xs-close-btn {
		font-size: 24px;
		line-height: 58px;
		display: none;
		float: right;
		width: 40px;
		text-align: right;
		color: #000047 !important;
	}

	.menu-item>a {
		padding: 0 20px;
		line-height: 34px;
		height: 34px;
	}

	.menu-item>.show {
		margin-top: 0;
		float: right;
		line-height: 28px;
	}

	.btm-wrapper-xs a {
		display: block;
		width: 50%;
		float: left;
	}
}



@media (min-width: 767px) {



	.mod-cover .logo .action-a,
	.mod-cover .logo .action-b {
		left: 49% !important;
		top: 36% !important;
	}
}

@media (max-width:767px) {
	html {
		overflow-x: hidden;
	}

	.agenda>.container {
		flex-wrap: wrap;
	}

	.brief .title {
		padding-top: 40px;
	}

	#example .modal-dialog .modal-header {
		font-size: 16px;
	}

	.main {
		background-position: center 50px;
	}

	#example .modal-dialog {
		width: 95%;
		max-width: 95% !important;
	}

	.agenda {
		padding-top: 20px;
		padding-bottom: 0;
	}

	.org {

		padding-bottom: 30px;

	}

	.m_logo {

		margin: 0 24px;
	}

	.m_logo i {
		overflow: hidden;
		background: #FFF;
		padding: 14px;
		margin-right: 15px;
		width: 155px;
		height: 55px;
		-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
		box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
		float: left;
		overflow: hidden;
		margin-bottom: 14px;

	}

	.sponsor {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.section-forwards .title {
		margin-top: 0;
	}

	.section-forwards-left {
		width: 100%;

	}

	.section-forwards-right {
		width: 100%;
	}

	.section-forwards-right .forward-item {
		width: 100% !important;
		padding: 20px;
		height: auto;
	}

	.section-forwards-left>div {
		margin-right: 0;
	}

	.a_bg2 {
		display: none !important;
	}

	#top {
		display: none !important;
	}

	.brief {
		padding-bottom: 40px;
	}

	.h_box .t1 {
		position: absolute;
		top: 1%;
		left: 5%;
		width: 90%;
	}

	.h_box {
		height: 32vw;
		margin-top: 80px;
	}

	.item-con .plan-1 {
		margin: 0 20px;
	}


	.brief {
		margin-top: -20px;
	}

	.brief-text {
		text-align: justify;
		line-height: 28px;
		position: relative;
		/* width: 65%; */
		/* float: right; */
		/* padding-left: 30px; */
		color: #000;
		font-weight: bold;
		font-size: 15px;
		/* margin-top: -30px; */
	}

	.standard {
		width: 80%;
		margin-left: -40%;
	}

	.org ul {
		margin: 0 24px;
		padding-bottom: 20px;
		position: relative;
	}

	.org .sub-title {
		margin-left: 24px;
		margin-top: 20px;
	}

	.org .left {
		margin-bottom: 20px;
	}

	.org ul .sub-title {
		margin-left: 0;
	}

	.org ul li {
		font-size: 14px;
		float: none;
		margin-bottom: 20px;
	}

	.reg img {
		height: 50px;
	}



	.org>.container {
		padding: 0;
	}

	.org .title {
		padding: 0 24px;
		margin-bottom: 20px;
	}

	.item-con .plan-1-1 {
		padding: 0;
		font-size: 15px;
		/* margin-right: 48px; */
	}

	.plan-3-item .plan-3-left {
		width: 100px;
	}

	.plan-3-right {
		padding-left: 110px;
		padding-right: 0;
	}



	.logo img {
		height: 30px;
		/* margin-left: 24px; */
	}


	.mod-cover .logo .action-a,
	.mod-cover .logo .action-b {
		left: 41.5%;
		top: 28%;
	}

	.mod-cover .logo .action-b {
		left: 40.5%;
		top: 25%;
	}

	.mod-cover .logo .action-a img {
		height: 20px;
	}

	.cover-bg,
	.mod-cover {
		height: 150px;
		margin-top: 54px;
	}

	.mod-cover .action-a,
	.mod-cover .action-b {
		display: none;
	}

	.container {
		padding: 0 24px;
	}

	.line {
		margin-top: 20px;
	}

	.mod-cover .logo>img {
		width: 100%;
		margin-left: 0;
	}

	#dialog-agenda .dialog-content-desktop .info .lector-name,
	#dialog-topic .dialog-content-desktop .info .lector-name {
		font-size: 16px;
	}

	.speaker li {
		width: 48%;
		margin-right: 2.5%;
		height: 260px;
		margin-bottom: 10px;
	}

	.speaker li:nth-child(2n) {
		margin-right: 0;
	}

	.plan-3-right .theme {
		font-size: 14px;
	}

	.sponsor ul {
		padding: 0;
	}

	.sponsor li {
		height: 70px;
		width: 50%;
		float: left;
	}

	.sponsor li img {
		height: 60px;
	}

	.map {
		margin-top: 20px;
	}

	.map img {
		width: 100%;
		padding: 0;
	}

	.contact ul li {
		width: 100%;

	}

	.contact ul li>div {
		border-bottom: 1px dashed rgba(109, 116, 150, .5);
	}

	.contact ul li:last-child .contact-cnt {
		border-bottom: 0;
	}

	.title {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.reg {
		right: 10px;
	}

	.mod-cover .logo {
		min-width: 92%;
		top: 58%;
	}

	.day-item .item-con {
		padding-bottom: 0;
		padding-top: 10px;
	}

	.org .car-img {
		max-height: 400px;
	}
}
