.expo-banner {
	background: url(../images/expo_banner.png) no-repeat center top;
	background-size: cover;
	height: 580px;
	position: relative;
}
.btn-zstd {
	position: absolute;
	display: block;
	width: 180px;
	height: 55px;
	line-height: 55px;
	border-radius: 28px;
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	background: linear-gradient(90deg, #58b1f9, #2e6ff6);
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}
.expo-btn-box {
	position: absolute;
	transform: translateX(-50%);
	bottom: 60px;
	left: 50%;
}
.btn-zstd-a {
	display: block;
	width: 180px;
	height: 55px;
	line-height: 55px;
	border-radius: 28px;
	font-size: 26px;
	text-align: center;
	color: #ffffff;
	background: linear-gradient(90deg, #58b1f9, #2e6ff6);
	margin: 0 15px;
}
/* 简介 */
.expo-gg-box {
	background: url(../images/expo_gg_bg.png) no-repeat;
	height: 220px;
	padding: 25px 75px;
}
.expo-gg-content {
	margin: auto;
	width: 1050px;
	height: 140px;
	background-color: #f3f8fe;
}
.expo-gg-left {
	background: url(../images/icon-expo-gg.png) no-repeat;
	height: 140px;
	width: 116px;
	padding-right: 6px;
}
.expo-gg-left span {
	font-size: 30px;
	color: #ffffff;
	font-weight: 800;
	line-height: 45px;
	text-shadow: 1px 1px 2px #3b9dfd;
}
.expo-gg-right {
	color: #2d2d2d;
	height: inherit;
	display: flex;
	align-items: center;
	flex: 1;
	padding: 15px 20px;
}
.expo-gg-list {
	width: 760px;
}
.btn-expo-more {
	color: #2b71ff;
	display: block;
	width: 100px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #2b71ff;
	border-radius: 17px;
}
.btn-expo-more .icon-more-right {
	background-position: -60px -31px;
}
.expo-gg-right li a {
	display: block;
	font-size: 20px;
	color: #2d2d2d;
	line-height: 32px;
	/* margin: 6px 0; */
}
.expo-gg-right li a::before {
	content: '·';
	display: inline;
	padding-right: 10px;
}
.expo-gg-right li a:hover {
	color: #2f60f1;
}
/* 新闻 */
.expo-news-left {
	width: 652px;
	height: 350px;
	position: relative;
}
.expo-news-left .swiper {
	position: static;
}
.expo-news-left .swiper-horizontal>.swiper-pagination-bullets,
.expo-news-left .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -25px;
}
.expo-news-left .swiper-pagination-bullet {
	background-color: #b6d2f4;
	opacity: 1;
}
.expo-news-left .swiper-pagination-bullet-active {
	background-color: #478aed;
}
.expo-news-left .swiper-slide a {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.expo-news-left .swiper-slide a img {
	width: 650px;
	height: 350px;
	display: block;
}
.expo-news-right {
	flex: 1;
	margin-left: 25px;
	width: calc(100% - 678px);
	background-color: #f3f8fe;
	border-radius: 10px;
	padding: 16px 25px;
	height: 350px;
}
.expo-news-right p {
	font-size: 18px;
	color: #202020;
	line-height: 35px;
	text-indent: 2em;
}
/* 数据展示 */
.expo-hexagon {
	background: url(../images/icon-expo-hexagon.png) no-repeat;
	width: 250px;
	height: 280px;
	padding-top: 60px;
	text-align: center;
	position: relative;
}
.expo-hexagon::after {
	content: '';
	position: absolute;
	width: 31px;
	height: 14px;
	background: url(../images/arrow-l-r.png) no-repeat;
	background-size: 31px 14px;
	right: -20%;
	bottom: calc(50% - 14px);
}
.expo-hexagon:last-child::after {
	width: 0;
	height: 0;
}
.icon-expo {
	background: url(../images/icon-expo.png) no-repeat;
	background-size: 342px 101px;
	display: inline-block;
}
.icon-expo-1 {
	width: 60px;
	height: 60px;
	background-position: 0 0;
}
.icon-expo-2 {
	width: 60px;
	height: 60px;
	background-position: -91px 0;
}
.icon-expo-3 {
	width: 69px;
	height: 60px;
	background-position: -182px 0;
}
.icon-expo-4 {
	width: 60px;
	height: 60px;
	background-position: -282px 0;
}
.expo-hexagon .number,
.expo-hexagon .number span {
	font-size: 34px;
	color: #3061f1;
	font-weight: 700;
	margin: 5px 0;
}
.expo-hexagon .label {
	font-size: 20px;
	color: #3467e9;
}
/* 亮点 */
.expo-ld-box {
	background: url(../images/bj_ds.png) no-repeat center top;
	background-size: cover;
}
.expo-dl-list {
	flex-wrap: wrap;
	align-items: stretch;
}
.expo-dl-list li {
	width: 287px;
	min-height: 430px;
	border-radius: 20px;
	background-color: #ffffff;
	overflow: hidden;
	margin-right: 17px;
	margin-bottom: 20px;
}
.expo-dl-list li:nth-child(4n+4) {
	margin-right: 0;
}
.expo-dl-list li img {
	display: block;
	height: 192px;
}
.expo-dl-content {
	padding: 15px 30px;
}
.expo-dl-list li h2 {
	font-size: 20px;
	color: #1c53e6;
	margin-bottom: 8px;
}
.expo-dl-list li p {
	color: #151515;
	line-height: 32px;
}

/* 特色活动 */
.tshd-mote-bottom {
	margin-top: -60px;
}
.expo-know-more {
	color: #439bf7;
}
.expo-tshd-list {
	margin-top: 20px;
	justify-content: space-between;
}
.expo-tshd-list li {
	width: 48.3%;
	margin-bottom: 35px;
}
.expo-tshd-list li a {
	position: relative;
	background-color: #ecf4f9;
	height: 85px;
	border-radius: 10px;
	/* padding: 10px 25px; */
}
.expo-tshd-li-content {
	padding: 15px 25px;
	background-color: #f5f8fa;
	border-radius: 10px;
	flex: 1;
	height: 100%;
	width: 84%;
}
.expo-tshd-tag {
	color: #356ceb;
	font-size: 16px;
	margin-bottom: 5px;
}
.expo-time {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	background-color: #ddeffc;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.expo-time .expo-time-month {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	border-radius: 5px 5px 0 0;
	background: linear-gradient(180deg, #00a2ff, #2764f2);
}
.expo-time .expo-time-day {
	height: 56px;
	line-height: 56px;
	background-color: #fff;
	font-size: 40px;
	font-weight: bold;
	color: #2764f2;
	border-radius: 0 0 5px 5px;
}
.expo-time span {
	display: block;
}
.expo-text {
	font-size: 18px;
	line-height: 32px;
	color: #313547;
	font-weight: bold;
}
.expo-tshd-list li a:hover .expo-text {
	color: #2762e5;
}
.expo-tshd-list li a:hover {
	background: linear-gradient(180deg, #3ca2ff, #3467e9);
	border: 1px solid #3ca2ff;
	box-sizing: content-box;
}
.expo-tshd-list li a:hover .expo-tshd-li-content {
	background: linear-gradient(180deg, #ffffff, #f8feff);
}
.expo-sign-box {
	height: 90px;
	background: url(../images/expo-sign-bg.png) no-repeat;
}
.expo-sign-box h2 {
	color: #2f3f8c;
	font-size: 28px;
}
.btn-expo-sign {
	color: #5799f8;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin-left: 20px;
	border: 1px solid #9bcdfb;
}
.icon-expo-right {
	width: 10px;
	height: 18px;
	vertical-align: -2px;
	margin-left: 5px;
	background-position: 0 -83px;
}
/* 亮点展示 */
.expo-wjld-box .zsld-year-text,
.expo-wjld-box .zsld-text {
	font-size: 16px;
	color: #4c4c53;
}
.expo-wjld-box .zsld-box-list li {
	width: 380px;
	padding: 20px;
}
.expo-wjld-box .zsld-box-list li .zsld-img {
	height: 198px;
	width: 342px;
	overflow: hidden;
}
.zsld-swiper.zsld-box-list li {
	padding: 12px;
}
.expo-wjld-box .zsld-swiper.zsld-box-list li .zsld-img {
	height: 162px;
	width: 257px;
}
.ts-li-img img,
.zsld-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.expo-wjld-box .zsld-h3 {
	font-size: 20px;
	padding-bottom: 10px;
}
.expo-wjld-box .zsld-box-list li:nth-child(3n+3) {
	margin-right: 0;
}
.expo-wjld-box {
	background: url(../images/wjld_bg.png) no-repeat center top;
	background-size: cover;
}
.expo-wjld-box .zsld-box-list {
	margin-top: 0;
	position: static;
}
.expo-wjld-box .zsld-box-list .swiper-button-next {
	right: -40px;
}
.expo-wjld-box .zsld-box-list .swiper-button-prev {
	left: -40px;
}
.wjld-content-box {
	position: relative;
	height: 650px;
}

.wjld-content-box .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wjld-content-box .swiper-slide {
	/* height: calc((100% - 30px) / 2); */
	height: 302px;
}
.hide {
	display: none;
}
/* 现场直击 */
.xczj-list {
	margin-bottom: 20px;
}
.xczj-list .xczj-tiem-nav {
	width: 19.5%;
	background-color: #ffffff;
	border-radius: 5px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #151515;
	font-size: 22px;
	position: relative;
	cursor: pointer;
}
.xczj-list .xczj-tiem-nav:hover,
.xczj-list .xczj-tiem-nav.active {
	color: #3e8bf3;
	font-weight: bold;
}
.xczj-list .xczj-tiem-nav:hover::after,
.xczj-list .xczj-tiem-nav.active::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 5px;
	border-radius: 2px;
	background-color: #3e8bf3;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.xczj-img {
	width: 390px;
	height: 263px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #ebf0f4;
}
.xczj-content-box {
	position: relative;
	height: 600px;
	display: none;
}
.xczj-content-box.active {
	display: block;
}
.xczj-content-box .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.xczj-content-box .swiper-slide {
	display: block;
	height: 263px;
}
.wjld-content-box .swiper-pagination-bullet,
.xczj-content-box .swiper-pagination-bullet {
	background: #cae0f8;
	opacity: 1;
}
.wjld-content-box .swiper-pagination-bullet-active,
.xczj-content-box .swiper-pagination-bullet-active {
	background: #3e8bf3;
}
/* 精彩视频 */
.video-content-left,
.video-content-left .expo-video {
	width: 800px;
	height: 450px;
}
.video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video-content-right {
	margin-left: 20px;
}
.expo-video-item {
	background-color: #f5f8fa;
	border-radius: 5px;
	padding: 11px 18px;
	margin-bottom: 10px;
	color: #151515;
	cursor: pointer;
}
.expo-video-item:last-child {
	margin-bottom: 0;
}
.expo-video-item .i-video {
	width: 21px;
	height: 18px;
	background-image: url(../images/i-video.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	margin-top: 5px;
}
.expo-video-item p {
	flex: 1;
	font-size: 18px;
	margin-left: 10px;
	line-height: 30px;
}
.expo-video-item.active,
.expo-video-item:hover {
	background-color: #4fabf8;
	color: #fff;
}
.expo-video-item.active .i-video,
.expo-video-item:hover .i-video  {
	background-image: url(../images/i-video-active.png)
}
.jcsp-title {
	font-size: 42px;
	font-weight: 900;
	background: linear-gradient(to bottom, #1e6dce, #1c4d97);
	-webkit-background-clip: text;
	color: transparent;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.jcsp-title::before,
.jcsp-title::after {
	content: '';
	height: 6px;
	border-radius: 5px;
	left: 50%;
	transform: translate(-50%, 0);
	position: absolute;
	display: block;
	bottom: -15px;
}
.jcsp-title::before {
	width: 33px;
	background: #5abfec;
	z-index: 1;
}
.jcsp-title::after {
	width: 125px;
	background: #e0ecf2;
}
.zssp-box-list {
	margin-top: 40px;
}
.zssp-box-list li {
	width: 380px;
	padding: 20px 16px;
	background-color: #f6f6f6;
	border-radius: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.zssp-box-list li:nth-child(3n+3) {
	margin-right: 0;
}
.zssp-box-list li .zssp-img {
	width: 348px;
	height: 195px;
	border-radius: 5px;
	border: 1px solid #ebf0f4;
	overflow: hidden;
	margin-bottom: 10px;
}
/* .bgsp-box-list li .bgsp-img {
	width: 270px;
	height: 152px;
	border-radius: 5px;
	border: 1px solid #ebf0f4;
} */
.zssp-text {
	font-size: 18px;
	line-height: 24px;
	color: #262626;
}
.zssp-author {
	color: #7f7f7f;
	font-size: 14px;
	line-height: 22px;
	border-top: 1px solid #eaeaea;
	margin-top: 12px;
	padding-top: 12px;
}
.sara-zssp-user {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background-position: -105px -30px;
}


/* 视频弹窗 */
.modal-card-video {
	width: 1000px;
	max-height: calc(100vh - 40px);
	margin: 5% auto;
	position: relative;
}
.video-close {
	position: absolute;
	top: -50px;
	right: -50px;
}
.icon-sara-close {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/icon-close.png) no-repeat;
}

.modal-card-body .video-info {
	background-color: #f7f7f7;
	padding: 15px 35px;
	border-radius: 10px 10px 0 0;
}
.modal-card-body .video-info .video-title {
	font-size: 30px;
	color: #262626;
	line-height: 40px;
}
.modal-card-body .video-author-box {
	border-top: 1px solid #eaeaea;
	padding: 15px 0 10px;
	margin-top: 15px;
}
.modal-card-body .video-author-box .video-author {
	width: 80%;
}
.modal-card-body .video-author-box .video-author,
.modal-card-body .video-author-box span {
	color: #8a8a8a;
	line-height: 22px;
	font-size: 14px;
}
.modal-card-body .video-box {
	border-radius: 0 0 10px 10px;
	padding: 40px;
	background-color: #fff;
	width: 100%;
	position: relative;
}
.modal-card-body .expo-video-js {
	width: 100%;
	max-height: 400px;
	min-height: 300px;
	object-fit: contain;
}

@media screen and (max-width: 1200px) {
	.modal-card-video,.modal-content {
		width: 90%;
	}
}
/* 展商名录 */
.expo-stadium-box {
	background-color: #f3f7fb;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 40px;
}
.expo-stadium-box:last-child {
	margin-bottom: 0;
}
.expo-stadium-title {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.expo-stadium-title::after {
	content: '';
	width: 70px;
	position: absolute;
	height: 5px;
	border-radius: 5px;
	background: linear-gradient(90deg, #1383e9, #58beff);
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -15px;
}
.expo-stadium-list li {
	width: 170px;
	height: 72px;
	background-color: #fff;
	border-radius: 10px;
	margin-right: 24px;
	margin-top: 20px;
	display: flex;
	overflow: hidden;
}
.expo-stadium-list li a {
	display: flex;
}
.expo-stadium-list li:nth-child(6n+6) {
	margin-right: 0;
}
.expo-stadium-list li img {
	margin: auto;
}
/* 展位图 */
.expo-zwt-box {
	background: #f6f8f9;
}
.zwt-box {
	text-align: center;
}
.zwt-box img {
	max-width: 1100px;
	transition: none !important;
}
.zwt-box .swiper-slide:hover img {
	transform: none !important;
}
/* 联系我们 */
.expo-lxwm-box {
	background: url(../images/bg_chjb.png) no-repeat center top;
	background-size: cover;
	width: 100%;
}
.expo-lxwm-content {
	color: #fff;
	background-color: #2e6ad5;
	border-radius: 10px;
	padding: 35px;
	box-shadow: 1px 1px 5px #46d6fe inset;
}
.expo-lxwm-content h2 {
	background-color: #1b4dbe;
	font-size: 26px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
}
.expo-lxwm-list {
	padding: 0 10px 20px;
	border-bottom: 1px solid #3f7ce7;
}
.expo-lxwm-list li {
	width: 33%;
	line-height: 30px;
	margin-top: 20px;
}
.expo-lxwm-list h3 {
	font-size: 24px;
	margin-bottom: 6px;
}
.expo-lxwm-address p,
.expo-lxwm-list li p,
.expo-lxwm-contact {
	font-size: 20px;
	margin-bottom: 3px;
	color: #fff;
}
.expo-lxwm-contact {
	text-align: center;
	margin-top: 20px;
}
.expo-lxwm-address p span,
.expo-lxwm-list li p span {
	font-size: 20px;
	color: #c1daff;
}
.expo-lxwm-list li p.concat-indent {
	text-indent: 3em;
}
.expo-lxwm-address {
	text-align: center;
	margin-top: 20px;
}
/* 往届亮点展品 */
.expo-title-box {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 0;
}
.expo-title {
	font-size: 42px;
	font-weight: 900;
	background: linear-gradient(to bottom, #1e6dce, #1c4d97);
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-stroke: 1px white; /* 白色描边 */
	text-stroke: 1px white; /* 白色描边 */
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 30px;
}
.expo-title::after {
	content: '';
	height: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	background: linear-gradient(90deg,rgba(216, 236, 255,0) 0%,rgb(176, 217, 255) 50%,rgba(216, 236, 255,0) 100%);
	position: absolute;
	display: block;
	width: 100%;
	bottom: 3px;
	z-index: -1;
}
.expo-title-white {
	color: #fff;
	-webkit-text-stroke: 0px white;
	text-stroke: 0px white;
}
.expo-title-white::after {
	background: linear-gradient(to right, rgba(20, 175, 255, 0) 0%, rgba(20, 175, 255, 1) 50%, rgba(20, 175, 255, 0) 100%);
	/* background: linear-gradient(90deg,#ebf5ff ,#14afff,#ebf5ff); */
	/* background: linear-gradient(to right, rgba(0, 0, 255, 0) 0%, rgb(20, 175, 255) 50%, rgba(0, 0, 255, 0) 100%); */
}
.zsld-head {
	display: block;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
}

.zsld-head::-webkit-scrollbar,
.modal-expo-body-content::-webkit-scrollbar {
	width: 5px;  /* 滚动条宽度 */
	height: 5px; /* 滚动条高度 */
}
::-webkit-scrollbar-thumb {
	background-color: #efefef;
	border-radius: 10px;
}
.zsld-year {
	width: 136px;
	height: 46px;
	line-height: 44px;
	color: #3a9bf7;
	font-size: 20px;
	border: 1px solid #399bf6;
	text-align: center;
	border-radius: 25px;
	position: relative;
	margin-right: 50px;
	flex: 0 0 auto;
}
.zsld-year:last-child {
	margin-right: 0;
}
.zsld-year:hover,
.zsld-year.active {
	color: #ffffff;
	background: linear-gradient(180deg, #3ca2ff, #3467e9);
}
.zsld-year:hover::after,
.zsld-year.active::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 8px solid transparent;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-top: 8px solid #3467e9;
	bottom: -14px;
	left: 50%;
	transform: translate(-50%, 0);
}

.zsld-box-list {
	margin-top: 40px;
}
.zsld-box-list li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 285px;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #ecf2f7;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}
.zsld-swiper.zsld-box-list li {
	margin-bottom: 0;
}
.expo-box .zsld-box-list li:nth-child(4n+4) {
	margin-right: 0;
}
.zsld-box-list li .zsld-img {
	width: 257px;
	height: 162px;
	border-radius: 5px;
	border: 1px solid #ebf0f4;
	overflow: hidden;
}
.zsld-h3 {
	font-size: 18px;
	color: #2a2a2a;
	padding-bottom: 13px;
	position: relative;
	margin: 15px 0 8px;
}
.zsld-h3::before {
	position: absolute;
	content: '';
	height: 3px;
	width: 36px;
	border-radius: 3px;
	background-color: #97d4ff;
	bottom: 0;
	left: 0;
}
.zsld-text {
	font-size: 14px;
	color: #4c4c53;
	line-height: 30px;
}
.zsld-box-list li:hover {
	box-shadow: 2px 2px 10px #dbe3ea;
}
.zsld-box-list li:hover .zsld-h3 {
	color: #3467e9;
}
/* 展示亮点弹窗 */
.modal-mask {
	background: rgba(0, 0, 0, .5);
	z-index: 99;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.modal-card {
	width: 595px;
	max-height: calc(100vh - 100px);
	position: relative;
	margin: 9% auto;
}
.modal-expo-body {
	background-color: #ffffff;
	padding: 30px 15px;
	border-radius: 10px;
	position: relative;
}
.modal-expo-body-content {
	height: 100%;
	max-height: calc(100vh - 250px);
	padding: 0 10px;
	overflow: hidden;
	overflow-y: auto;
}
.expo-close {
	position: absolute;
	top: -100px;
	right: -100px;
}
.zsld-modal-img {
	width: 542px;
	height: 310px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ebf0f4;
}
.zsld-modal-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.zsld-modal-h3 {
	font-size: 22px;
	color: #2a2a2a;
	padding-bottom: 13px;
	position: relative;
	margin: 15px 0 8px;
}
.zsld-modal-h3::before {
	position: absolute;
	content: '';
	height: 3px;
	width: 36px;
	border-radius: 3px;
	background-color: #97d4ff;
	bottom: 0;
	left: 0;
}
.zsld-modal-text {
	font-size: 16px;
	color: #4c4c53;
	line-height: 30px;
	font-weight: bold;
}
.zsld-modal-info {
	font-weight: normal;
	margin-top: 5px;
}

/* 特色活动 */
.tshd-box-list {
	margin-top: 20px;
}
.tshd-box-list li {
	margin-bottom: 10px;
}
.tshd-box-list .tshd-li {
	height: 70px;
	background: #e7f2f9;
	border-radius: 10px 15px 15px 10px;
}
.tshd-box-list .tshd-li:hover {
	background: linear-gradient(180deg, #3ca2ff, #3467e9);
	border: 1px solid #3ca2ff;
	box-sizing: content-box;
}
.tshd-li-left {
	height: 70px;
	padding: 8px 0;
	background-color: #f5f8fa;
	border-radius: 10px;
	flex: 1;
	width: 92.5%;
	position: relative;
}
/* .tshd-li-left::before {
	content: '';
	position: absolute;
	width: 130px;
    height: 135px;
    top: 0;
    left: 0;
	background: url(../images/icon-zlt-time.png) no-repeat;
} */
.tshd-detail {
	width: 340px;
	padding-left: 130px;
	flex: 1;
}
.tshd-detail .tshd-tiem {
	font-size: 16px;
	color: #565657;
	margin-bottom: 10px;
}
.tshd-detail .tshd-address  {
	font-size: 16px;
	color: #626566;
}
.tshd-li-content {
	border-left: 1px solid #e4eaee;
	margin-left: 50px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	width: 765px;
	height: 50px;
	padding: 0 45px;
}
.tshd-li-content .tshd-tag {
	padding: 0 20px;
	line-height: 26px;
	background-color: #d5eaf8;
	border-radius: 5px;
	color: #356ceb;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 5px;
	/* margin-top: 8px; */
}
.tshd-li-content h2 {
	/* flex: 1; */
	font-size: 16px;
	color: #414040;
	width: 100%;
	/* line-height: 40px; */
}
.tshd-box-list .tshd-li:hover .tshd-li-left {
	background: linear-gradient(180deg, #ffffff, #f8feff);
}
.tshd-box-list .tshd-li:hover .tshd-li-content h2 {
	color: #2e70f8;
}
/* .tshd-box-list .tshd-li:hover .tshd-li-left::before {
	content: '';
	position: absolute;
	width: 130px;
    height: 135px;
    top: 0;
    left: 0;
	background: url(../images/icon-zlt-time-active.png) no-repeat;
} */

.tshd-li-right {
	width: 92px;
	text-align: center;
}
.icon-ts-right {
	width: 28px;
	height: 24px;
	background-position: -60px -62px;
}
.tshd-list .tshd-li:hover .icon-ts-right {
	background-position: -90px -62px;
}
.icon-zlt-right {
	width: 28px;
	height: 24px;
	background-position: -60px -62px;
}
.tshd-list .tshd-li:hover .icon-zlt-right {
	background-position: -90px -62px;
}
.expo-hexagon-container.py-40,
.expo-wjld-box.py-40 {
	padding: 30px 0;
}
.expo-zsml-box.py-50 {
	padding: 40px 0;
}
/* 特色活动详情 */
.tshd-detail-content-box {
	color: #151515;
	padding: 35px 0;
}
.tshd-detail-head {
	margin-bottom: 20px;
}
.tshd-detail-title {
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 28px;
}
.tshd-detail-title::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 30px;
	border-radius: 3px;
	background: linear-gradient(180deg, #00f5d1, #00a3ff);
	bottom: 2px;
	left: 2px;
}
.tshd-detail-item {
	font-size: 18px;
	line-height: 32px;
}
.tshd-detail-item .icons {
	width: 18px;
	height: 18px;
	vertical-align: -3px;
	margin-right: 10px;
}
.icon-detail-time {
	background-position: -150px 0;
}

.icon-detail-address {
	width: 17px;
	background-position: -180px 0;
}
.tshd-detail-content {
	background-color: #f8fafb;
	border-radius: 5px;
	padding: 20px;
}
.tshd-detail-content p {
	line-height: 36px;
	font-size: 18px;
	text-indent: 2em;
	margin-bottom: 10px;
}
/* 企业申请 */
.expo-box-apply {
	position: relative;
	/* z-index: -1; */
}
.qysq-form {
	width: 710px;
	margin: 0 auto;
}
.control-label {
	color: #121212;
	font-size: 18px;
	line-height: 46px;
	width: 110px;
}
.control-label span {
	color: #3685fa;
}
.form-input {
	margin-bottom: 20px;
}
.form-group {
	width: 600px;
}
.form-group .input-box {
	box-sizing: border-box;
	padding: 12px 14px;
	border-radius: 5px;
	width: 100%;
	border: 1px solid;
	border-color: #e7ecf4;
	font-size: 16px;
}
.btn-upload {
	background-color: #ffffff;
	height: 46px;
	line-height: 44px;
	border: 1px solid #e7ecf4;
	padding: 0 25px;
	border-radius: 5px;
	color: #3685fa;
	font-size: 18px;
}
.upload-tip {
	color: #9a9a9a;
}
.btn-submit {
	display: block;
	width: 154px;
	height: 52px;
	line-height: 52px;
	border-radius: 26px;
	border: 0;
	font-size: 22px;
	margin: 40px auto 0;
	text-align: center;
	color: #ffffff;
	background: linear-gradient(90deg, #58b1f9, #2e6ff6);
}
.btn-submit:hover {
	background: linear-gradient(90deg, #6cbdff, #417ffe);

}

/* 展商介绍 */
.expo-zsjs-box {
	background-color: #f4f7fa;
}
.zsjs-content {
	text-align: center;
}

.zsjs-content h1 {
	color: #212121;
	font-size: 34px;
}
.zwh {
	background-color: #57aafc;
	padding: 12px;
	border-radius: 5px;
	display: inline-block;
	margin: 20px auto;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}
.zsjs-video-content {
	overflow: hidden;
	border-radius: 10px;
}
.zsjs-video-content,
.zsjs-video-content .expo-video {
	width: 100%;
	height: 660px;
}
.qyxc-content {
	margin: 0 0 50px;
}
.qyxc-left {
	border: 1px solid #e2e8ef;
	width: 450px;
	height: 150px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	/* margin-top: -50px; */
}
.qyxc-right {
	flex: 1;
	padding-left: 30px;
	text-align: left;
}
.qyxc-right p {
	color: #202020;
	font-size: 18px;
	line-height: 38px
}
.qyxc-btn {
	color: #5799f8;
	font-size: 20px;
	border: 1px solid #9bcdfb;
	height: 46px;
	line-height: 44px;
	border-radius: 23px;
	padding: 0 20px;
	margin-top: 30px;
}
.zpjs-more {
	color: #439bf7;
	text-align: right;
	display: block;
	margin-top: 10px;
}
/* 展商特色活动 */
.expo-ts-list {
	justify-content: space-between
}
.expo-ts-list li {
	width: 48.3%;
	margin-bottom: 30px;
}
.ts-li-img {
	width: 300px;
	height: 188px;
	border: 1px solid #9bcdfb;
	border-radius: 10px;
	overflow: hidden;
	display: none;
}
.expo-ts-li {
	height: 225px;
	background: #e5f2fa;
	border-radius: 10px 15px 15px 10px;
}
.ts-li-left {
	width: 545px;
	height: 225px;
	padding: 20px;
	background-color: #f4f8fa;
	border-radius: 10px;
	flex: 1;
	position: relative;
}
.ts-li-left::before {
	content: '';
	position: absolute;
	width: 300px;
	height: 186px;
}
.ts-tiem {
	font-size: 30px;
	color: #565757;
	padding-left: 30px;
	position: relative;
	z-index: 1;
}
.ts-li-content {
	margin-left: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	height: 100%;
}
.ts-li-content h2 {
	font-size: 20px;
	line-height: 32px;
	height: 65px;
	color: #333333;
}
.expo-ts-li:hover .ts-li-content h2 {
	color: #2e70f8;
}
.ts-li-content p {
	color: #b4b3b3;
	font-size: 16px;
}

.ts-li-right {
	width: 40px;
	text-align: center;
}
.icons-introduce {
	background: url(../images/icon-expo-introduce.png) no-repeat;
	background-size: 104px 67px;
	display: inline-block;
}
.icon-ts-right {
	width: 14px;
	height: 24px;
	background-position: -90px 0;
}
.icon-ts-time {
	width: 18px;
	height: 18px;
	background-position: -60px 0;
	vertical-align: -3px;
	margin-right: 5px;
}
.icons-xc {
	width: 19px;
	height: 22px;
	background-position: 0 0;
	vertical-align: -4px;
	margin-right: 8px;
}
.icon-more {
	width: 6px;
	height: 10px;
	background-position: -30px 0;
	margin-left: 8px;
	vertical-align: 1px;
}
.icon-new {
	width: 70px;
	height: 37px;
	background-position: 0 -30px;
	position: absolute;
	top: -20px;
}
/* 应用案例 */
.expo-yyal-box,
.bg-f4f7fa {
	background-color: #f4f7fa;
}
.expo-yyal-list .ts-li-left {
	background-color: #ffffff;
}
.expo-yyal-list .ts-li-content {
	justify-content: flex-start;
}
.expo-yyal-list .ts-li-content p {
	color: #4c4c53;
	line-height: 30px;
}
/* 特色活动详情 */
.ts-detail-box {
	text-align: center;
	position: relative;
}
.ts-detail h1,
.ts-detail-box h1 {
	color: #212121;
	font-size: 32px;
	margin-bottom: 30px;
}
.ts-detail h1 {
	text-align: center;
}
.expo-zp-news,
.expo-ts-news {
	position: static;
}
.expo-zp-news .swiper-pagination,
.expo-ts-news .swiper-pagination {
	bottom: -20px;
}
.expo-zp-news .swiper-pagination-bullet,
.expo-ts-news .swiper-pagination-bullet {
	opacity: 1;
	background-color: #d8e9fb;
}
.expo-zp-news .swiper-pagination-bullet-active,
.expo-ts-news .swiper-pagination-bullet-active {
	background-color: #9bcbfa;
}
.ts-detail-content {
	padding: 0 18px;
	margin: 10px 0 40px;
}
.ts-detail-content h2 {
	color: #212121;
	font-size: 28px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.ts-detail-content h2::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 34px;
	border-radius: 3px;
	background: linear-gradient(180deg, #57aff9, #3072f6);
	bottom: 0;
	left: 0;
}
.ts-detail-content p {
	color: #202020;
	font-size: 16px;
	line-height: 40px;
}
.zsjs-video {
	border-radius: 10px;
	overflow: hidden;
}
.zsjs-video,
.zsjs-video .expo-zs-video {
	width: 100%;
	height: 656px;
}

/* 图片缩放动画 */
.swiper-slide img,
.zsld-box-list li img,
.bgjb-content-head img,
.zssp-box-list li img,
.expo-stadium-list li img {
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.swiper-slide:hover img,
.zsld-box-list li:hover img,
.bgjb-content-head:hover img,
.zssp-box-list li:hover img,
.expo-stadium-list li:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}