.ex-wrap {
	padding: 70px 0;
	border-bottom: 1px solid #E5E5E5;
}


.ex-flex {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.ex-left {
	width: 46.2%;
}

.ex-right {
	width: 53.8%;
}

.ex-swiper {
	height: 350px;
}

.ex-swiper .swiper-pagination {
	bottom: 15px;
}

.ex-swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 1;
	border-radius: 10px;
}

.ex-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	background-color: #0066FF;
}

.ex-swiper img {
	width: 100%;
}


.ex-content {
	padding: 25px 40px 0;
}


.ex-content h3 {
	font-size: 36px;
	margin-bottom: 14px;
}


.ex-content p {
	font-size: 16px;
	line-height: 28px;
	text-indent: 2em;
}


.ex-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.ex-list li {
	border-color: #245FAC;
	margin-left: 0;
}

.ex-list li .num {
	color: #245FAC;
}

.ex-list li .text {
	color: #245FAC;
}

.ex-title {
	font-size: 36px;
	color: #245FAC;
	text-align: center;
	margin-bottom: 15px;
}

.directory-wrap {
	padding: 30px 0;
}

.directory-item {
	text-align: center;
	padding: 25px 0;
}

.directory-title {
	display: inline-block;
	padding: 3px 0;
	font-size: 24px;
	font-weight: 700;
	background: linear-gradient(180deg, #007AEB 0%, #0FD0FA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: 5px solid;
	border-image: linear-gradient(90deg, #06EEF9 0%, #196CFB 100%) 10 10;
}


.directory-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px;
}


.directory-list li {
	width: 20%;
	padding: 0 14px;
	box-sizing: border-box;
}

.directory-list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 61px;
	border: 1px solid #CCCCCC;
	margin-top: 28px;

}

.directory-list li a img {
	max-width: 100%;
	max-height: 100%;
}

.directory-list li a .booth-name {
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 1.4;
	padding: 0 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.flex-wrap {
	background-color: #F4F4F4;
	padding: 40px 0;
}

.flex-swiper {
	height: 660px;
	border: 1px solid #E5E5E5;
	margin-bottom: 30px;
}

.flex-swiper img {
	width: 100%;

}

.flex-swiper p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48%;
	padding: 22px 50% 22px 2%;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}

.flex-swiper .swiper-pagination {
	bottom: 20px;
	left: auto;
	right: 20px;
	text-align: right;
}

.flex-swiper .swiper-pagination-bullet {
	width: 21px;
	height: 9px;
	border: 1px solid #fff;
	opacity: 1;
	background: transparent;
	border-radius: 0;
}


.flex-swiper .swiper-pagination-bullet-active {
	background: transparent;
}


.flex-swiper .swiper-pagination-bullet-active:after {
	content: "";
	display: block;
	width: 19px;
	height: 7px;
	background: #fff;
	margin: 1px;
}

.flex-item {
	margin-bottom: 16px;
}

.flex-item-name {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #333333;
	border-radius: 6px;
	padding: 0 10px;
	float: left;
	line-height: 34px;
	margin-right: 15px;
	float: left;
}

.flex-item p {
	color: #333333;
	font-size: 20px;
	line-height: 34px;
}

.ex2-wrap {
	padding: 70px 0;
}

.ex2-flex {
	display: flex;
	flex-wrap: wrap;
}

.ex2-pic {
	height: 440px;
	width: 56.2%;
}

.ex2-pic img {
	width: 100%;
}

.ex2-card {
	width: 41.7%;
	height: 440px;
	margin-left: auto;
	background-color: #E8F2FF;
	background-image: url('../img/exhibitor/line.png');
	background-repeat: no-repeat;
	padding: 20px 34px;
	box-sizing: border-box;
}

.ex2-card-item {
	margin-top: 30px;
}

.ex2-card-item h3 {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
}

.ex2-card-item p {
	color: #333333;
	font-size: 16px;
	line-height: 28px;
}


.exhibitor-bg {
	background-color: #EBF6FF;
}


.exhibitor-main {
	-margin-top: -90px;
	position: relative;
	z-index: 1;
	padding-bottom: 30px;

}

.exhibitor-panel {
	background-color: #fff;
	padding: 0 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}



.exhibitor-head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 14px 0;
	border-bottom: 1px solid #CDE2FF;
	position: relative;
}

.exhibitor-logo {
	margin-right: 17px;
	line-height: 1;
	width: 237px;
}

.exhibitor-logo img {
	width: 100%;
}

.exhibitor-code {
	border: 1px solid #E8E8E8;
	font-size: 16px;
	color: #111F2C;
	line-height: 2;
	border-radius: 20px;
	padding: 0 16px;
}

.exhibitor-right {
	color: #919191;
	position: absolute;
	right: 0;
	z-index: 2;
}

.exhibitor-right a {
	color: #919191;
	font-size: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.exhibitor-right a:hover {
	color: #0370ff;
}

.introduce-cell {
	padding: 34px 0;
}


.introduce-cell-hd {
	text-align: center;
	margin-bottom: 25px;
}


.introduce-cell-hd h3 {
	font-size: 36px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 4px;
}


.introduce-cell-hd p {
	font-size: 16px;
	color: #333333;
}

.introduce-pic {
	width: 53.7%;
}

.introduce-cell-bd {
	display: flex;
	flex-wrap: wrap;
}

.introduce-pic {
	font-size: 0;
}

.introduce-pic img {
	width: 100%;
}

.introduce-content {
	width: 46.3%;
	padding-left: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.introduce-content p {
	font-size: 16px;
	color: #111F2C;
	line-height: 30px;
	margin: 15px 0;
	word-break: break-all;
}

.introduce-content a {
	font-size: 16px;
	color: #fff;
	background-color: #245FAC;
	line-height: 40px;
	width: 125px;
	text-align: center;
}


.exhibitor-title {
	color: #333333;
	font-size: 36px;
	text-align: center;
	padding: 36px 0;
}

.exhibitor-title span {
	color: #245FAC;
}

.introduce-list {
	margin: 0 -20px;
}

.introduce-list li {
	padding: 0 20px;
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.introduce-item {
	display: flex;
	border: 1px solid #EEEEEE;
	background-color: #F9FCFF;
	padding: 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.introduce-item-pic {
	width: 220px;
	font-size: 0;
	margin-right: 20px;
}

.introduce-item-pic img {
	width: 200px;
	height: 150px;
}



.introduce-item-content {
	flex: 1;
	min-width: 0;
	padding-top: 10px;
}


.introduce-item-content h3 a {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.introduce-item-content h3 a:hover {
	color: #0370ff;
}

.introduce-item-content h3 {
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.introduce-item-content p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 80px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.introduce-item-content .more {
	text-align: right;
}

.introduce-item-content .more a {
	font-size: 14px;
}

.article {
	padding: 35px 0;
}


.article-title {
	color: #333333;
	font-size: 36px;
	text-align: center;
	margin-bottom: 35px;
}

.article-banner img {
	max-width: 100%;
}

.article-banner {
	text-align: center;
	max-width: 800px;
	margin: 20px auto;
}

.article-content h3 {
	text-align: center;
	color: #0577DA;
	font-size: 24px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}


.article-content p {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	text-indent: 2em;
	margin-bottom: 20px;
}


@media (max-width:768px) {
	.ex-left {
		width: 100%;
	}

	.ex-wrap {
		padding: 20px 0;
	}

	.ex-swiper {
		height: auto;
	}

	.ex-right {
		width: 100%;
	}

	.ex-content {
		padding: 15px;
	}

	.ex-content h3 {
		font-size: 24px;
		text-align: center;
	}

	.ex-content p {
		font-size: 14px;
	}

	.ex-list {
		align-items: center;
	}

	.ex-list li {
		margin: 15px;
	}

	.ex-title {
		font-size: 24px;
	}

	.directory-title {
		font-size: 18px;
		border-bottom-width: 3px;
	}

	.directory-list {
		margin: 0;
	}

	.directory-list li {
		width: 50%;
	}

	.flex-swiper {
		height: auto;
	}

	.flex-items {
		padding: 0 15px;
	}



	.flex-item p {
		font-size: 14px;
		padding-left: 62px;
	}

	.flex-item-name {
		font-size: 14px;
	}

	.ex2-pic {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.ex2-card {
		width: 100%;
		height: auto;
		padding: 20px 15px;
	}

	.ex2-wrap {
		padding: 20px 0;
	}

	.ex2-card-item {
		margin-top: 20px;
	}

	.ex2-card-item p {
		font-size: 14px;
		line-height: 24px;
	}

	.ex2-card-item h3 {
		font-size: 18px;
	}

	.flex-swiper .swiper-slide {
		padding-bottom: 65px;
	}

	.exhibitor-main {
		margin-top: -20px;
	}

	.exhibitor-panel {
		padding: 0 15px;
	}

	.article-title {
		font-size: 24px;
	}

	.article-content h3 {
		font-size: 20px;
	}

	.exhibitor-code {
		font-size: 14px;
		padding: 0 10px;
	}


	.exhibitor-right {
		position: relative;
		margin-bottom: 20px;
	}

	.exhibitor-logo {
		max-width: 50%;
	}

	.introduce-cell-hd h3 {
		font-size: 24px;
	}

	.introduce-cell-hd p {
		font-size: 14px;
	}

	.introduce-pic {
		width: 100%;
	}

	.introduce-content {
		padding: 0;
		width: 100%;
	}

	.introduce-content p {
		font-size: 14px;
		line-height: 24px;
	}

	.exhibitor-title {
		font-size: 24px;
	}

	.introduce-list li {
		width: 100%;
		padding: 0;
	}

	.introduce-item-content .more a {
		font-size: 12px;
	}

	.introduce-item-content p {
		font-size: 12px;
		height: 40px;
		-webkit-line-clamp: 2;
	}

	.introduce-item-content h3 a {
		font-size: 16px;
	}

	.introduce-item-pic {
		width: 150px;
		margin-right: 10px;
	}

	.introduce-item-pic img {
		width: 150px;
		height: 110px;
	}

	.introduce-item-content h3 {
		margin-bottom: 10px;
	}


	.introduce-item {
		margin-bottom: 20px;
		padding: 15px;
	}

	.introduce-list {
		margin: 0;
	}

}

.uploadbtn {
	width: 70px;
	height: 36px;
	background: #0093ff;
	color: #fff;
	cursor: pointer;
}

.clearbtn {
	width: 70px;
	height: 36px;
	background: #b5b5b5;
	color: #fff;
	cursor: pointer;
}

textarea {
	height: 150px;
}

.exhibitioncodeform ul li p {
	font-weight: bold;

}

.pointer {
	cursor: pointer;
}

a.mylogo  {
	box-shadow: 0 0 10px #3845ff;
}

a.needauth  {
	box-shadow: 0 0 10px #ff3b21;
}

a.rejected  {
	box-shadow: 0 0 10px #ffdcd8;
}


a.exhibitor-code.auth-pass {
	background: #01b201;
	color: #ffffff;
}

a.exhibitor-code.auth-reject {
	background: #ff3765;
	color: #ffffff;
}

#authreply {
	margin-left: 50px;
	margin-right: 10px;
	width: 200px;
	height: 28px;
	border-radius: 10px;
}