/* body{
	background-color: #f5f6f8;
} */
#example .modal-dialog {
	width: 52%;
	height: auto;
	top: 10%;
	max-width: 70%;
}

#example .modal-content {
	position: relative;
	padding: 15px;
	border-radius: 15px;
}

#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;
	margin-bottom: 30px;
}

#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: 16px;
	right: 30px;
	font-size: 20px;
	width: 70px;
	height: 70px;
	border-radius: 500px;
	line-height: 70px;
	color: #80808D;
	opacity: 0.6 !important;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 2px solid #808080;
	text-align: center;
	line-height: 32px;
}
}

.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;
/* 	border-bottom: 4px solid;

	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;

}

@keyframes big {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes big {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.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;
	}
}



/* 简介 */
.brief {
	padding-top: 50px;
	background-image: url(../images/intro_bg2.png);
	background-position: right 80%;
	background-repeat: no-repeat;
	background-color: #f7f7ff;
	background-size: 100%;
	padding-bottom: 60px;
	position: relative;
	z-index: 10;
}

.brief>.container {
	/* background: #fff;
	padding: 40px 50px;
	padding: 40px 50px; */
	/* border-radius: 50px 0 0 0; */
	/* background: url(../images//nav_bg.webp) right bottom no-repeat, #fff; */
	/* background-size: cover; */
	/* background-size: 30%; */
	/* background: linear-gradient(135deg, #fff 60%, transparent); */
}

.title {
	font-size: 40px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
}

.brief-text {
	padding-left: 30px;
	position: relative;
	/* padding-left: 34px; */
	/* width: 100%; */
	/* border: 1px solid; */
	/* border-image: linear-gradient(90deg, #147BD1, #2DCCD3) 1; */
	/* padding: 40px; */
	padding-top: 10px;
}


.brief-text .dec_top {
	display: block;
	position: absolute;
	top: -15px;
	left: 22px;
	background-color: #fff;
	width: 60px;
	height: 60px;

}

.brief-text .title {
	margin-bottom: 30px;
	border-bottom: 3px solid;
	padding-bottom: 20px;
	margin-top: 0px;
	border-image: linear-gradient(-90deg, transparent 10%, #2468f2) 1 1;
	font-size: 32px;
}

.brief-text:after {
	content: '';
	width: 90%;
	height: 4px;
	/* position: absolute; */
	top: 30px;
	background-image: linear-gradient(-45deg, #40d6ff 10%, #006aff);
	right: 60px;
}

.brief-text-cnt {
	line-height: 28px;
	text-align: justify;
	font-size: 16px;
	position: relative;
}

.brief-text-cnt .b_comma {
	position: absolute;
	bottom: -40px;
	height: 34px;
	opacity: .6;
	right: 0;
}

/* .brief-text-cnt:before {
	content: '';
	width: 50px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/comma@2x.png) no-repeat 0 0;
	background-size: 100%;
	z-index: -1;
	opacity: .5;
} */

/* .brief-text-cnt:before {
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -50px;
	left: 0px;
	background-image: linear-gradient(-45deg, #40d6ff 10%, #006aff);
	z-index: 100;
} */

.brief:hover .brief-text-cnt::before {
	width: 0px;

}

.brief-detail {
	margin-top: 15px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.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;
	}
}

-webkit-@keyframes pulse {
	0% {
		box-shadow: 0 0 #ffffff84;
	}

	70% {
		box-shadow: 0 0 0 30px #2ca92c00;
	}

	100% {
		box-shadow: 0 0 15px #2ca92c00;
	}
}

.light {
	/* background: linear-gradient(90deg, #fafafa 12px, transparent 1%) center, linear-gradient(#fafafa 12px, transparent 1%) center, #e9e9e9;
	    background-size: 14px 14px; */
	background-color: #fff;
	margin-top: 50px;
	padding-bottom: 70px;
}

.light_cnt {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;

}

.light .left_wrapper {
	width: calc(30% - 20px);
	position: relative;
	padding-right: 30px;
	height: 430px;
	margin-right: 10px;
	border-radius: 10px;
	padding: 48px 48px 48px;
	overflow: hidden;
	transition: all .3s ease-out;
	color: #222;
	background-image: url(../images/pcbg.jpg);
	background-size: cover;
}

.light img {
	height: 50px;
}

.light .right_wrapper {
	display: flex;
	flex-wrap: wrap;
	width: calc(70% + 20px);
	margin-right: -20px;
	border-radius: 10px;
}

.light .right_wrapper li {
	width: calc(50% - 10px);
	/* display: flex; */
	position: relative;
	/* background: no-repeat #fefefe 300px 90px / 200px 65px; */
	margin-right: 10px;
	/* background-image: url(../images/green_1@2x.png); */
	background-image: url(../images/pcbg.jpg);
	background-size: cover;
	/* border-radius: 20px; */
	padding: 24px;
	border-radius: 10px;
}

.light .right_wrapper li:nth-child(2) {
	/* background-image: url(../images/h003.jpg); */

}

.light .right_wrapper li:nth-child(3) {
	/* background-image: url(../images/h004.jpg); */
	/* background: url(../images/light004.jpeg) no-repeat 0 0;
	background-size: cover; */
	margin-top: 10px;

}

.light .right_wrapper li:nth-child(4) {
	/* background-image: url(../images/h005.jpg); */
	/* background: url(../images/light005.avif) no-repeat 0 0;
	background-size: cover; */
	margin-top: 10px;

}

.light .light_tit {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: #2468f2;
}

.light .light_cnt_text p {
	/* position: absolute;
	left: 10px;
	bottom: 10px; */
	z-index: 100;
	color: #1CB5D8;

	/* padding: 24px; */
	/* display: flex;
	align-items: center; */
	font-size: 16px;
	font-weight: bold;
	/* line-height: 28px; */
	/* margin-top: 10px; */

}

.light .light_cnt_text {
	color: #333;
	/* padding: 24px; */
	font-size: 15px;
	/* font-weight: bold; */
	line-height: 28px;
	margin-top: 20px;

}

.high {
	position: relative;
	width: 100%;
	/* padding: 100px 0 50px 0; */
	/* background-color: #000; */
	/* height: 900px; */
}

.high .bg_num {
	position: relative;
	overflow: hidden;
	max-height: 560px;
}

.high .bg_num:before {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, .6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.high .video-btn span {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: rgba(255, 255, 255, .5);
	text-align: center;
	line-height: 60px;
	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translateX(-50%);
	font-size: 30px;
	cursor: pointer;
	z-index: 50;
}

.highlight {
	/* background: url(../images/index3.png) no-repeat center center; */
	/* background-size: cover; */
	/* min-height: 800px; */
	padding-top: 60px;
	padding-bottom: 70px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.highlight .title {
	margin-top: 0;
}

.title span {
	display: inline-block;
	position: relative;
}

.title span:after {
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	border-radius: 14px;

	position: absolute;
	left: 105%;
	bottom: 15px;
	background-image: linear-gradient(180deg, #40d6ff 10%, #0084d5);
	background-image: -webkit-linear-gradient(180deg, #40d6ff 10%, #0084d5);
	display: none;
}

.yuanxz {
	position: absolute;
	top: -50px;

	left: 0;
	height: 100%;
	width: 100%;
}

.yuanxz img.jjfayuan0 {
	/* height: 100%; */
	display: block;
	margin: 0 auto;
	animation: dsjbg 20s linear infinite;
	-webkit-animation: dsjbg 20s linear infinite;
	-moz-animation: dsjbg 20s linear infinite;
	-ms-animation: dsjbg 20s linear infinite;
	-o-animation: dsjbg 20s linear infinite;
}

@keyframes dsjbg {
	0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

.yuanxz img.jjfayuan1 {
	position: absolute;
	top: 50%;
	left: 50%;
	/* width: 109px; */
	/* height: 144px; */
	/* margin-left: -54px; */
	/* margin-top: -72px; */
	display: block;
	transform: translate(-50%, -20%);
}

.h_list li h3,
.h_list li p {
	text-align: left;
}

.h_list li h3 {
	margin-top: 0;
	color: #0084d5;

}

.h_list .num_01 {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	right: -18%;
	/* opacity: 0; */
	position: absolute;
	top: 14%;
	z-index: 4;
	text-align: center;
	width: 100%;
}

.h_list .num {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #01b9ed;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;

}

.h_list li .h_text {
	padding-left: 20px;
}

.h_list .num_02 {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	left: -22%;
	/* opacity: 0; */
	position: absolute;
	top: 40%;
	z-index: 4;
	text-align: center;
	width: 100%;

}

.h_list .num_02 .h_text {
	/* text-align: right; */
	padding-right: 20px;
}

.h_list .num_02 h3 {

	text-align: right;
}

.h_list .num_03 {
	top: 40%;
	right: -21%;
}

.h_list .num_04 {
	top: 80%;
	left: -19%;
}

.h_list .num_05 {
	top: 80%;
	right: -23%;
}





/* 002 */
.high_list {
	display: flex;
	justify-content: space-between;

}

.high_list li {
	position: relative;
	width: calc(33.33333% - 10vw);
	height: 18vw;
	overflow: hidden;
	transition: all .5s linear;
	border-radius: 0.8vw;
	cursor: pointer;
	border: 2px solid #fff;
}

.high_list li.active {
	width: 20vw;
}

.high_list .h_img {
	height: 100%;
	/* width: 100%; */
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .2s linear;
	max-width: auto !important;
}

.high_list li .h_img::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	top: 0;
}

.high_list li .high_text {
	position: absolute;
	width: 100%;
	top: 3vw;
	color: #fff;
	z-index: 20;
	padding: 0 24px;
}

.high_list li .high_title {
	font-size: 20px;
	font-weight: bold;
	margin-top: -20px;
	height: 60px;
}

.high_list li.active .high_title {
	font-size: 24px;
	font-weight: bold;
	color: #0084d5;
}

.high_list li .h_smalltext {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-top: 15px;
}

.high_list li.active .h_smalltext {
	color: #495770;

	font-size: 17px;
	line-height: 30px;


}

.high_list li.active .high_title {
	height: auto;
}

.high_list li.active .h_img {
	opacity: .2;
}

.high_list li.active .h_img:before {
	background: linear-gradient(180deg, #f3f5f8, #fff);

}

.high_list li.active {
	box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
	-webkit-box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
}

/* str */



.dialog-layer {
	display: none;
	position: fixed;
	left: 50%;
	top: 20%;
	width: 60%;
	z-index: 999;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin: 0;
	padding: 0;
	background-image: url(../images/layer-img.png);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	background-color: #fff;
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	border-radius: 12px;
	position: fixed;
	display: none;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	z-index: 1050;
	/* margin-left: -300px; */
	color: #333;
	border: 4px solid #009fff;
}

.meeting-list {
	/* width: 1200px; */
	margin: 0 auto;
}

.top-meetingbox {
	/* height: 581px; */
	width: 100%;
	position: relative;
}

.meeting-list .top-meeting {
	display: flex;
	width: 100%;
	/* position: absolute; */
}

.meetingbox .day-item {
	padding: 30px 40px;
	width: 48%;
	/* background: linear-gradient(270deg, rgba(9, 55, 50, .3) 0%, rgba(0, 56, 89, .3) 100%);
	backdrop-filter: blur(8px);
	background-color: hsla(0, 0%, 100%, .05);

	-webkit-border-image: -webkit-linear-gradient(290deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0) 33.83%, hsla(0, 0%, 100%, 0) 64.31%, hsla(0, 0%, 100%, .2)) 1;
	-moz-border-image: -moz-linear-gradient(290deg, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, 0) 33.83%, hsla(0, 0%, 100%, 0) 64.31%, hsla(0, 0%, 100%, .2) 100%) 1;
	-o-border-image: linear-gradient(160deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0) 33.83%, hsla(0, 0%, 100%, 0) 64.31%, hsla(0, 0%, 100%, .2)) 1;
	border-image: linear-gradient(160deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0) 33.83%, hsla(0, 0%, 100%, 0) 64.31%, hsla(0, 0%, 100%, .2)) 1; */
	border-radius: 10px;
	margin-right: 2%;
}

.meetingbox .day-item .am-pic {
	width: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 24px;
}

.meetingbox .day-item .item-k {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

/* .meetingbox .day-item .item-k:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 46%;

	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #0084d5;
	z-index: 5;
} */

.meetingbox .day-item .item-l {
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 20px 0;
	padding-left: 30px;
}

.meetingbox .smalltext {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-word;
	overflow: hidden;
	white-space: normal;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.day-item div .dat-title {
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333;
	line-height: 32px;
	letter-spacing: 1px;
}

.meetingbox .day-item img {
	width: 53px;
}

.sponsor {
	background: #fff;
	padding-bottom: 70px;
	margin-top: 50px;
}


@media (min-width: 1920px) {
	.dialog-layer {
		width: 800px;
	}


}

@media (max-width: 1920px) {

	.high_list li .h_smalltext {
		line-height: 24px;
	}

	.high_list li {
		height: 23vw;
	}

	.high_list li.active .high_title {
		font-size: 20px;
	}

	.high_list li .high_text {
		top: 2vw;
	}


	.high_list li.active .h_smalltext {
		color: #495770;
		font-size: 15px;
		line-height: 24px;
	}

}

.dialog-layer .dialog-inner {
	position: relative;
	height: 100%;
}

.dialog-layer .dialog-close {
	position: absolute;
	right: 32px;
	top: 20px;
	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: 28px;
	border: 2px solid #ccc;
	font-weight: bold;
}

.dialog-layer .dialog-box {
	padding: 40px;
	/* height: 398px; */
	background: #fff;
	background-size: 100% 100%;
	position: relative;
	padding-top: 20px;
	border-radius: 12px;
	background: url(../images/layer-img.png) no-repeat right bottom;
	background-size: cover;
}

.dialog-layer .dialog-title {
	display: inline-block;
	font-size: 18px;
	line-height: 38px;
	padding-right: 15px;
	color: #333;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	font-weight: bold;
}

.dialog-layer .class-box {
	position: relative;
	/* padding-right: 50px; */
	text-align: justify;
	margin-top: 14px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.str_bg {
	background: #006aff;
	/* background-size: 100%; */
	padding-bottom: 160px;
	position: relative;
	height: 25vw;
}

.str {

	padding-bottom: 300px;
	position: relative;
	z-index: 10;
	/* margin-top: -24vw; */
	height: 100%;

	background-image: url(../images/str_bg.png);
	background-color: #fff;
	background-size: cover;
	background-position: 0 0;
	padding-top: 50px;
}

.str-d {

	overflow: hidden;
	margin: 0 auto;
	background-image: url(../images/str_bg.png);
	background-color: #fff;
	background-size: cover;
	background-position: 0 0;
}

.str .time_top {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 0px;
	border-image: linear-gradient(-90deg, #40d6ff 10%, #0084d5) 1 1;
	border-bottom: 3px solid;
}

/* .str .title {
	color: #fff;
}
 */
.str .title span:after {
	border: 4px solid #fff;
}

.str ul {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	align-content: space-between;
	margin-top: 40px;
}

.str ul li {
	width: calc(33.3333% - 20px);
	position: relative;
	height: 180px;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 10px;
	background-image: url(../images/str_a.jpg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	margin-right: 20px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;

}

.top_wrapper li:nth-child(2) {
	background-image: url(../images/str01.jpg);
}

.top_wrapper li:nth-child(3) {
	background-image: url(../images/str02.jpg);
}

.top_wrapper li:nth-child(4) {
	background-image: url(../images/str03.jpg);
}

.top_wrapper li:nth-child(5) {
	background-image: url(../images/str04.jpg);
}

.btm_wrapper li:nth-child(1) {
	background-image: url(../images/str_b.jpg);
}

.btm_wrapper li:nth-child(2) {
	background-image: url(../images/str05.jpg);
}

.btm_wrapper li:nth-child(3) {
	background-image: url(../images/str06.jpg);
}

.btm_wrapper li:nth-child(4) {
	background-image: url(../images/str07.jpg);
}

.btm_wrapper li:nth-child(5) {
	background-image: url(../images/str08.jpg);
}

.str ul li img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	height: 120%;
	display: none;
}

.str ul li:hover img {
	transform: scale(1.1);
}

.str ul li.time:hover img {
	transform: translate(50%, 50%);
}

.str li .str_cnt {
	position: relative;
	padding: 24px;
	margin-top: 15px;
}

.str li img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	/* height: 100%; */
}

.str li:first-child img {
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
	display: block;
}

.str li.time:hover img {
	display: block;
}

.str .str_cnt p {
	font-size: 18px;
	font-weight: bold;
	margin-top: -14px;
	color: #fff;
	width: 80%;
	line-height: 32px;

}

.str .str_cnt a {
	display: block;
	font-size: 14px;
	color: #e5e5e5;
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	border: 2px solid #e5e5e5;
	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: #fff;

	color: #2468f2;
}

.btm_str {

	padding-bottom: 100px;
	margin-top: -180px;
	background-image: url(../images/zhan_bg2.jpg);
	background-color: #f5f6f8;
	background-position: center 30%;
	background-repeat: no-repeat;
	background-size: cover;
}

.btm_str>.container {
	margin-top: -150px;
}

/* .speaker ul {
	overflow: hidden;
	
} */

/* .speaker ul li {
	width: calc(20% - 10px);
	margin-right: 10px;
	margin-bottom: 20px;
	pointer-events: none;
} */
#swiper2 {
	/* width: 100%; */
	/* height: 100%; */
	overflow: hidden;
}

.speaker .swiper-container-horizontal>.swiper-pagination-bullets,
.speaker .swiper-pagination-custom,
.speaker .swiper-pagination-fraction {
	bottom: -20px !important;
	left: 0;
	width: 100%;
}

#swiper2 .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;
	pointer-events: none !important;
	border-radius: 10px;
}

#swiper2 .swiper-slide .guestInfo {
	background-image: url(../images/speaker-outbox.jpeg);
	background-position: center 30px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	width: 100%;
}

.guestGrey {
	background-image: url(../images/line_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	margin-top: 10px;

}

.speaker {
	padding-bottom: 80px;
	position: relative;
	background: #0084d5;
	overflow: hidden;
	background-size: cover;
	/* margin-top: 60px; */
	padding-top: 50px;
}

.speaker .title {
	color: #fff;
	margin-bottom: 40px;
}

.speaker .greyMain {
	background-size: cover !important;
	background-position: center -8px !important;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	pointer-events: auto;
	transition: all 0.5s;
	cursor: pointer;

}

.speaker .guestBg {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.speaker .guestName {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 20px 15px 0 15px;
}

.speaker .name {
	color: #2468f2;
	font-size: 18px;
	font-weight: bold;
}


.position {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 6px;
}

.sponsor li {
	    width: calc(16.66% - 10px);
	    margin: 5px;
}

.sponsor li a {
	display: inline-block;
	width: 100%;
	/* pointer-events: none; */
}

.sponsor ul img {
	height:95px;
	/* padding: 6px; */

}

.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 {}

.org {
	/* background: url(../images/index3.png) no-repeat center center; */
	background-size: cover;
	/* min-height: 800px; */
	/* padding-top: 60px; */
	/* margin-top: 60px; */
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/stru_bg.jpeg);
	background-color: #f5f6f8;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.org_item {
	padding-bottom: 40px;
	overflow: hidden;
}

.org_tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #2468f2;
}

.org_item i {
	display: block;
	height: 62px;
	background: #fff;
	padding: 10px;
	overflow: hidden;
	width: 202px;
	border-radius: 4px;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 24px;



}

.org_logo i {}

.org_item i img {
	max-width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* max-width: 90%; */
}

.address {
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
.address img{
	border-radius: 8px;
}
.contact {
	background-color: #fff;
	/* margin-bottom: 50px; */
	margin-top: 60px;
	padding-bottom: 60px;


}

.contact ul {
	overflow: hidden;
	/* background-color: #fff; */
	/* -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 0 30px rgb(0 0 0 / 15%); */
	/* border-radius: 8px; */
	/* padding: 34px; */
	display: flex;
}

.contact ul li {
	width: 25%;
	position: relative;
	/* font-size: 14px; */
	/* margin-right: 1%; */
	padding: 10px;


	overflow: hidden;
	line-height: 30px;


}

.contact ul li>div {
	padding: 20px;
	    background: #fff;
	    border: 1px solid #dee1eb;
	background-size: cover;
	background-position: right center;
	/* background-image: url(../images/pcbg.jpg); */
	color: #333;
	border-radius: 6px;
}

.contact ul li:nth-child(2) {
	/* background: #f7f8fb; */
	/* background: -webkit-linear-gradient(-45deg, #ddf5f3 -6.92%, #f7f8fb 25.65%); */

}

.contact ul li:nth-child(3) {
	/* background: #f7f8fb; */
	/* background: -webkit-linear-gradient(-45deg, #f9ebe4 -6.92%, #f7f8fb 25.65%); */

}

.contact li p {
	color:#2468f2;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;

}

.contact li img {
	position: absolute;
	right: -20px;
	bottom: -20px;
	height: 150px;
	opacity: .2;
}





@media (max-width: 1600px) {
	.str .str_cnt p {
		font-size: 16px;
		font-weight: bold;
		margin-top: 0;
		color: #fff;
		width: 90%;
		line-height: 32px;
	}

	.contact ul li>div {
		padding: 20px;
	}

	/* .brief {
		background-size: cover;
	} */

	.contact li p {
		font-size: 16px;
	}

	.str {
		padding-bottom: 170px;
	}

	.str ul li {
		height: 160px;
	}

	.str li .str_cnt {

		margin-top: 0;
	}

	.btm_str {
		padding-bottom: 60px;
		margin-top: -60px;
		background-position: center 25%;
	}
}

@media (max-width: 1400px) {
	.sponsor ul img {
		height:82px;
	}
}

@media (max-width: 1199px) {
	.contact ul {
		flex-wrap: wrap;
		padding: 0;
	}

	.contact ul li {
		width: 50%;
	}

	#swiper2 .swiper-slide {
		width: 30% !important;
	}

	.light .right_wrapper li {
		padding: 22px;
	}

	.light .left_wrapper {
		padding: 24px;
	}

	.light .light_cnt_text {
		margin-top: 10px;
	}

	.sponsor ul img {
		height: 60px;
	}

	.str .str_cnt a {

		width: 90px;
		height: 32px;

		line-height: 28px;

		margin-top: 14px;
		border-radius: 32px;

	}

	.str ul li img {
		height: 100%;
	}

	.str .str_cnt p {
		font-size: 16px;
		width: 100%;
		line-height: 24px;
	}

	.str li .str_cnt {

		padding: 15px;
	}

	.str ul li {

		height: 120px;
	}

	.highlight {
		padding-bottom: 50px;
	}

	.high_list li {
		height: 18vw;
		width: calc(33.3333% - 10px);
		margin: 5px;
	}

	.high_list {
		padding: 0;
		flex-wrap: wrap;
		justify-content: left;
	}

	.title {
		font-size: 30px;
		padding: 0;
		margin-top: 0;
	}

	.brief-text {
		width: 100%;
		padding-left: 0;
	}

	.brief-detail {
		display: none;
	}

	#example .modal-dialog {
		width: 72%;
	}

	.high_list li.active .high_title {
		font-size: 20px;
	}

	.high_list li .high_title {
		font-size: 20px;
	}

	.high_list li .h_smalltext {
		font-size: 14px;
		line-height: 22px;
		margin-top: 38px;
	}
}

@media (max-width: 991px) {
	.light .right_wrapper li {
		padding: 18px;
	}

	.light img {
		height: 30px;
	}

	.str li .str_cnt {
		padding: 14px;
	}

	.str ul li {

		height: 110px;
	}

	.brief>.container {
		background-image: none;
		padding: 0 20px;
	}

	.brief {
		padding-top: 30px;

		padding-bottom: 50px;

	}

	.title {
		font-size: 24px;
		padding: 0;
		margin-top: 0;
	}

	.brief-text .title {
		font-size: 24px;
	}



	.high_list li.active {
		width: 80%;
	}

	.high_list li {
		height: 24vw;
	}

	.high_list li .h_smalltext {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.str .str_cnt p {
		font-size: 15px;
	}


	.str .str_cnt a {
		width: 80px;
		height: 28px;
		line-height: 26px;
		margin-top: 4px;
		border-radius: 28px;
		font-size: 12px;
	}

	.org_tit {
		font-size: 18px;
	}

	.org_item i {
		width: 120px;
	}

	.org {
		padding-bottom: 40px;
	}

	.contact li p {

		font-size: 16px;
	}
}

@media (max-width: 767px) {

	.speaker .title,
	.contact .title {
		padding-left: 20px;
	}

	.brief {
		background-image: none;
	}

	.light {
		margin-top: 0;
		padding-bottom: 20px;
	}

	.light .left_wrapper,
	.light .right_wrapper {
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	.light .right_wrapper {
		flex-wrap: wrap;
	}

	.light .right_wrapper li {
		padding: 18px;
		width: 100%;
		height: auto;
		margin-top: 15px;
		margin-right: 0;
	}

	.brief-text-cnt {
		line-height: 28px;
		text-align: left;
		font-size: 15px;
		position: relative;
	}

	.sponsor ul img {
		height: 48px;
	}

	html {
		overflow-x: hidden;
	}

	.org {
		padding-top: 20px;
	}

	.contact {

		margin-top: 20px;
	}

	.sponsor {
		padding-bottom: 40px;
		margin-top: 20px;
	}

	.btm_str>.container {
		margin-top: 50px;
	}

	.str {
		padding-top: 0;
		padding-bottom: 0;
		/* overflow: hidden; */
	}

	.btm_str {
		/* background: #0084d5; */
		padding-bottom: 40px;
	}

	.str ul li img {
		height: 160%;
	}

	.title {

		margin-top: 20px;
		margin-bottom: 20px;
	}

	.brief .title {
		margin-bottom: 10px;
		margin-top: 0;
	}

	.speaker {
		padding-top: 10px;
	}

	#swiper2 .swiper-slide {
		width: 100% !important;
	}

	#example .modal-dialog .modal-header {
		font-size: 16px;
	}

	/* .brief-detail {
		display: block;
	} */

	#example .modal-dialog {
		width: 95%;
		max-width: 95%;
	}

	.sidebar {
		display: none;
	}

	.dialog-layer {
		width: 95%;
	}

	.dialog-layer .dialog-box {
		padding: 20px;
	}

	.dialog-layer .dialog-close {

		right: 20px;

	}



	.org_item i {
		width: 160px;
	}

	/* 	.sponsor ul img {
		height: 53px !important;

	} */

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}



	.brief-text .title {
		font-size: 20px;

		margin-bottom: 20px;
	}

	.highlight {
		padding: 20px;
	}

	.high_list {
		flex-wrap: wrap;
	}

	.high_list li.active {
		width: 100%;
	}

	.high_list li {
		width: calc(50% - 10px);
		height: 200px;
	}


	.high_list li .high_title {
		font-size: 16px;
	}

	.high_list .num_img {
		height: 40px;
	}

	.high_list li .high_text {
		top: 10vw;
		padding: 0 10px;
	}

	.str ul {
		display: block;
	}

	.str ul li {
		width: 100%;
		margin: 10px 0;
		height: 100px;
		background-position: center 30%;
	}

	.str .str_cnt a {
		margin-top: 0;
	}

	.sponsor li {
		        width: calc(33.33% - 10px);
	}

	.org_item i {
		margin-bottom: 10px;
	}

	.contact ul li {
		width: 100%;
		/* margin-bottom: 10px; */
	}
}
