.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%;
	text-align: center;
	transform: translateX(-50%);
}
.bg-f4f7fa {
	background-color: #f4f7fa;
}
.expo-content {
	color: #151515;
	font-size: 18px;
	line-height: 32px;
}
/* 场馆 */
.expo-area-list li {
    width: 156px;
    height: 72px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 18px;
    margin-top: 20px;
    display: flex;
    overflow: hidden;
}
.expo-area-list li img {
    margin: auto;
}
.expo-area-list li:nth-child(7n+7) {
    margin-right: 0;
}
.expo-area-content {
	margin-bottom: 20px;
}
/* 现场直击 */
.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;
}
.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: #fff;
	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: linear-gradient(90deg, #51adf8, #3e8bf3);
	color: #fff;
}
.expo-video-item.active .i-video,
.expo-video-item:hover .i-video  {
	background-image: url(../images/i-video-active.png)
}
/* 简介 */
.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: 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 {
	width: 47%;
}
.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;
}
.icon-expo-close {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/icon-close.png) no-repeat;
}
/* 新闻 */
.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 30px;
    height: 350px;
}
.expo-news-right p {
	font-size: 18px;
	color: #202020;
	line-height: 35px;
}
/* 数据展示 */
.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 {
    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;
}
.expo-dl-list li {
	width: 287px;
	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-know-more .icon-more-right {
	vertical-align: 0;
}
.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 10px 125px
}
.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-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;
}
.expo-wjld-box .zsld-box-list li .zsld-img img {
	object-fit: contain;
    width: 100%;
    height: 100%;
}
.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;
}
/* 联系我们 */
.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: 10px 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: 20px 10px;
	border-bottom: 1px solid #3f7ce7; */
}
.icon-phone {
	width: 20px;
	height: 19px;
	background: url(../images/icon-phone.png) no-repeat;
	display: inline-block;
	vertical-align: -2px;
	margin-right: 10px;
}
.icon-email {
	width: 22px;
	height: 17px;
	background: url(../images/icon-email.png) no-repeat;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 10px;
}
.expo-lxwm-list li {
	width: 33%;
	line-height: 30px;
	margin-top: 30px;
	padding-bottom: 15px;
}
.expo-lxwm-list li:nth-child(1),
.expo-lxwm-list li:nth-child(2),
.expo-lxwm-list li:nth-child(3) {
	border-bottom: 1px solid #3f7ce7;
}
.expo-lxwm-list h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.expo-lxwm-list li p {
	font-size: 20px;
	margin-bottom: 10px;
}
.expo-lxwm-list li p.concat-indent {
	text-indent: 32px;
}
/* 往届亮点展品 */
.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: 40px;
	padding: 0 30px;
}
.expo-title.mb-25 {
	margin-bottom: 25px;
}
.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 {
	justify-content: center;
}
.zsld-year {
	width: 140px;
	height: 50px;
	line-height: 48px;
	color: #3a9bf7;
	font-size: 24px;
	border: 1px solid #399bf6;
	text-align: center;
	border-radius: 25px;
	position: relative;
	margin-right: 50px;
}
.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;
}
.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;
}
.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);
    margin: 10% auto;
    position: relative;
}
.modal-expo-body {
	background-color: #ffffff;
	padding: 30px 25px;
	border-radius: 10px;
}
.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-h3 {
	font-size: 24px;
    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: 18px;
    color: #4c4c53;
    line-height: 30px;
}

/* 特色活动 */
.tshd-box-list {
	margin-top: 35px;
}
.tshd-box-list li {
	margin-bottom: 50px;
}
.tshd-box-list .tshd-li {
    height: 184px;
    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: 184px;
	padding: 25px 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: 360px;
	padding-left: 130px;
}
.tshd-detail .tshd-tiem {
	font-size: 30px;
	color: #565657;
	margin-bottom: 10px;
}
.tshd-detail .tshd-address  {
	font-size: 24px;
	color: #626566;
}
.tshd-li-content {
	border-left: 1px solid #e4eaee;
	margin-left: 50px;
	display: flex;
	align-items: flex-start;
	width: 745px;
	height: 136px;
	padding: 10px 45px;
}
.tshd-li-content .tshd-tag {
	padding: 0 20px;
	line-height: 40px;
	background-color: #d5eaf8;
	border-radius: 5px;
	color: #356ceb;
	font-size: 28px;
	margin-right: 20px;
	margin-top: 8px;
}
.tshd-li-content h2 {
	flex: 1;
	font-size: 28px;
	color: #414040;
	line-height: 50px;
}
.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-zlt-right {
	width: 28px;
	height: 24px;
	background-position: -60px -62px;
}
.tshd-list .tshd-li:hover .icon-zlt-right {
	background-position: -90px -62px;
}

/* 特色活动详情 */
.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;
}
.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;
}
.zs-head {
	text-align: center;
}
.zs-title {
	color: #212121;
    font-size: 34px;
}
.zwh {
	background-color: #57aafc;
	padding: 12px;
	border-radius: 5px;
	display: inline-block;
	margin: 20px auto;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
}
.qyxc-content {
	margin: 10px 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;
}
.icons-introduce {
	background: url(../images/icon-expo-introduce.png) no-repeat;
    background-size: 104px 67px;
    display: inline-block;
}
.icons-xc {
	width: 19px;
	height: 22px;
	background-position: 0 0;
	vertical-align: -4px;
    margin-right: 8px;
}
.zpjs-more {
	color: #439bf7;
	text-align: right;
	display: block;
	margin-top: 10px;
}