html,
body {
	width: 100%;
	position: relative;
	height: 100%;
	background: #23054d;
	background-size: 100% 100%;
}

a{
	text-decoration: none;
	color: #fff;
}
a:link {
	text-decoration: none;
	color: #fff; /*连接默认的颜色变化*/
}
a:hover{
	text-decoration: none;
	color: #fff!important;
}
a:visited {
	text-decoration: none;
	color: #fff; /*连接访问的颜色变化*/
}
a:active {
	text-decoration: none;
	color: #fff; /*鼠标按下的颜色变化*/
}
.resetPadding {
	padding: 0 !important;
}

.flexRow {
	display: flex;
	flex-direction: row;
}

.flexColumn {
	display: flex;
	flex-direction: column;
}

.jnhLogo {
	display: block;
	position: absolute;
	top: 5%;
	left: 4%;
	z-index: 999;
}

/* 倒计时 */
.countTime {
	width: 7.333333rem;
	height: 1.333333rem;
	background: red;
	position: absolute;
	top: 5%;
	right: 4%;
	background: url(../img/time.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 999;
}

.countTime span {
	color: #fff;
	font-size: 0.38rem;
	position: absolute;
	top: 48.5%;
	left: 35%;
}


.hour {
	left: 50% !important;
}


.minute {
	left: 66% !important;
}

.second {
	left: 81% !important;
}



/* 倒计时 */

/* 侧边栏 */

.munuList {
	width: 6.666666rem;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	z-index: 99;
}

.listItem {
	width: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 0.7;
	cursor: pointer;
	margin-bottom: 0.5rem;
}


.listItem i {
	width: 1.66666rem;
	height: 1px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.3);
	transition: all 0.5s;
	display: block;
	opacity: 0;
	color: #fff;
}

.listItem span {
	flex: 1;
	color: #fff;
	font-size: 0.42rem;
	margin-left: 10px;
}

.listItem i::before {
	display: block;
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 0.8rem;
	height: 1px;
	background: #fff;
}

.activeChose {
	font-weight: bold;
	color: #fff;
	opacity: 1;
	display: flex;
}

.activeChose i {
	display: block;
	opacity: 1;
}

.listItem:hover i {
	opacity: 1 !important;
}


/* 侧边栏 */

/* 购票按钮 */
.constBtn {
	width: 200px;
	height: 30px;
	z-index: 999;
	position: absolute;
	bottom: 5%;
	left: 4%;
	justify-content: space-between;
}


.btnItem {
	width: 90px;
	height: 100%;
	background: linear-gradient(-90deg, rgba(201, 77, 58, 1), rgba(176, 71, 175, 1));
	font-size: 0.32rem;
	border-radius: 0.066666rem;
	text-align: center;
	line-height: 30px;
	padding: 0 0.1rem;
}

.btnItem a {
	width: 100%;
	height: 30px;
	text-decoration: none;
	color: #fff;
}

/* 购票按钮 */



/* 底部logo */
.bottomLogo {
	width: 6.333333rem;
	bottom: 0;
	position: absolute;
	bottom: 4%;
	right: 5%;
	z-index: 999;
}

.bottomLogo img {
	width: 100%;
}






/* 主体部分 */

.swiperExihibition {
	width: 100%;
	height: 100%;
}

.swiperExihibition .swiper-h {
	width: 100%;
	height: 100%;
}
.swiper-h .swiper-slide{
	overflow: hidden;
}
.fluid_containner {
	margin: 0;
	height: 100%;
	padding: 0;
}

.rowBox {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.fluid_containner .centerInner {
	height: 100%;
	align-items: center;
	justify-content: center;
}




/* 嘉年华介绍 */
.firstSwiper{
	background: url(../img/firstSwiper.png) no-repeat center center;
	background-size: cover;
}
.detailInner {
	align-items: center;
	justify-content: center;
}


/* 往届回顾 */

.twoSwiper{
	background: url(../img/wangjiehuigu.png) no-repeat center center;
	background-size: cover;
}
.secondSwiper_box{
	width: 100%;
	margin-top: 4%;
	margin-bottom: 4%;
}

.secondSwiper_box img{
	width: 100%;
}
.pastReview{
	width: 25%;
	
}

.timeAxis{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(131,118,255,0.5);
	justify-content: space-between;
}

.timeAxis_item{
	width:6%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 0.35rem;
	color: #fff!important;
	text-decoration: none!important;
	opacity: 0.5;
}
.timeAxis_item:hover{
	opacity: 1;
	border-bottom: 2px solid #8376FF;
}


/* 锦集 */
.threeSwiper{
	background: url(../img/wjjj.png) no-repeat center center;
	background-size: cover;
}
.wrc{
	width: 40%;
}


.scene{
	width: 100%;
	margin-top: 3.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.scene img{
	width: 80%;
	display: inline-block;
	margin: 0 auto;
}


/* 参展大牌 */
.fourSwiper{
	background: url(../img/brand.png) no-repeat center center;
	background-size: cover;
}
.bigBrand{
	width: 40%;
}
.brandList{
	width: 100%;
	height: 16rem;
	margin-top: 3%;
}

.brandListSwiper{
	width: 100%;
	height: 100%;
}

.brandListSwiper .swiper-slide{
	/* width: 20%; */
	height: calc((100% - 30px) / 2);
}
.brandImg{
	width: 100%;
}
.brandName{
	font-size: 0.6rem;
	color: #fff;
	margin-top: 1.5%;
}


.flog div{
	height: 10%;
	padding: 0 0.166666rem;
	font-size: 0.4rem;
	border:1px solid #fff;
	margin-right: 0.13333rem;
	border-radius: 0.333333rem;
}

.flog div:last-child{
	margin-right: 0;
}

.lingquan{
	width: 100%;
	height: 0.86666rem;
	background: #8377ff;
	margin-top: 0.333333rem;
	font-size: 0.4rem;
	text-align: center;
	line-height: 0.86666rem;
	border-radius: 0.166666rem;
}


/* 品牌大秀 */
.fiveSwiper{
	background: url(../img/ppxswiper.png) no-repeat center center;
	background-size: cover;
}
.brandShow{
	width: 23%;
}

.videoSwiper{
	width: 100%;
	margin-top: 3%;
}
.videoSwiper .swiper-slide{
	position: relative;
}
.videoSwiper .positionBo{
	width: 1.666666rem;
	height: 1.666666rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.videoSwiper img{
	width: 100%;
	height: 7rem;
}
.videoHide{
	display: none;
}
.data_show{
	width: 100%;
	margin-top: 3%;
}

/* 主体部分 */












/* 视频展示的弹层 */
.playVideo_pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(50,50,50,0.8);
	z-index: 999;
	align-items: center;
	justify-content: center;
	display: none;
}

.videoBox{
	width: 600px;
	min-height: 400px;
	border-radius: 10px;
	position: relative;
}

.video_title{
	width: 100%;
	height: 50px;
	background:linear-gradient(-90deg,rgba(201,77,58,1),rgba(176,71,175,1));
	font-size: 18px;
	color: #fff;
	align-items: center;
	justify-content: center;
}
.video_title img{
	width: 100px;
}


.closeVideo{
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	right: 0;
	top: -38px;
	border-radius: 50%;
	font-size: 22px;
	text-align: center;
}



/* gh产业奖 */
.sixSwiper{
	background: url(../img/ghGold.png) no-repeat center center;
	background-size: cover;
}
.ghGold{
	width: 30%;
}
.ghGold_center{
	margin: 3% 0;
}
.navTable{
	height: 100%;
	background: background:linear-gradient(0deg,rgba(41,12,89,1) 0%,rgba(131,118,255,1) 100%);;
}

.navTableTitle{
	padding: 0 0.5rem;
	background: #7161FC;
	height: 1rem;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 0.4rem;
}

.navTable_content{
	flex: 1;
	padding:0.666666rem 0.333333rem;
	background:linear-gradient(0deg,rgba(41,12,89,1) 0%,rgba(131,118,255,1) 100%);
	border-radius:0px 0px 4px 4px;
	display: none;
}

.navTable_content p{
	/*font-size: 0.42rem;*/
	color: #fff;
	/*line-height: 1.2rem;*/
	cursor: pointer;
}

.on{
	font-weight: bold;
	font-size: 0.4rem;
}


.content_text{
	width: 100%;
	color: #fff;
	text-align: left;
	font-size: 0.38rem;
}


/* 线上领券 */
.sevenSwiper{
	background: url(../img/lingquan1.png) no-repeat center center;
	background-size: cover;
}
.Coupon{
	width: 30%;
	
}
.jiebankaochaCenter{
	margin: 5% 0;
}

.jbkc_title{
	font-size: 0.5rem;
	font-weight: bold;
	color: #C94D3A;
	margin-bottom: 0.5rem;
}
.jiebankaocha{
	width: 100%;
}
.scroll{
	height: 1.8rem;
	background: #4D32B2;
	padding: 0 0 0 0.2rem;
}
.ncImg{
	width: 0.9rem;
}
.ncheng{
	font-size: 0.35rem;
	color: #fff;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	text-align: center;
}
.jbkcSwiper{
	height: 100%;
}
.scroll .swiper-slide{
	height: 100%;
	align-items: center;
	justify-content: center;
}

.siginName{
	width: 5rem;
	height: 1.5rem;
	background:linear-gradient(-90deg,rgba(201,77,58,1),rgba(176,71,175,1));
	font-size: 0.5rem;
	color: #2A0363;
	text-align: center;
	line-height: 1.5rem;
	border-radius: 0.666666rem;
	font-weight: bold;
}



/* 赢好礼 */
.yhl_img{
	width: 20%;
}


.lw_icon{
	width: 80%;
	margin-top: 3%;
}


/* 加盟管家 */

.eightSwiper{
	background: url(../img/jmgjIcon.png) no-repeat center center;
	background-size: cover;
}

.jmgj_img{
	width: 30%;
}

/* plus权益 */
.nineSwiper{
	background: url(../img/plusBg.png) no-repeat center center;
	background-size: cover;
}
.plus_img{
	width: 50%;
}

/* 行业list */


.brand_list{
	background: url(../img/lADPDgQ9rMNtp8bNA6zNB4A_1920_940.jpg) no-repeat center center;
	background-size: cover;
}


.tenSwiper{
	background: url(../img/xcbdao.png) no-repeat center center;
	background-size: cover;
}



/* 二维码 */
.elevenSwiper{
	background: url(../img/shiyi.png) no-repeat center center;
	background-size: cover;
}



/* 底部 */
.footer {
	/* height: 200px; */
}

.fl {
	float: left;
	display: inline;
}

.clear {
	zoom: 1;
	clear: both;
}

.fr {
	float: right;
	display: inline;
}

.wrap_mar {
	width: 1200px;
	margin: auto;
}

.footer {
	background: #353535;
	width: 100%;
}

.footerTop {
	height: 270px;
}

.footerTop .left {
	width: 600px;
}

.touFang {
	height: 88px;
	border-bottom: 1px solid #484848;
}

.touFang p {
	background: url('http://image1.jmw.com.cn/newzonghe/images/tf_icon.png') no-repeat left center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	padding-left: 36px;
	margin-top: 32px;
}

.touFang p em {
	font-size: 18px;
	font-family: Arial;
}

.touFang .p1 {
	margin-right: 72px;
}

.footerTop .zhaoShang {
	padding-bottom: 12px;
}

.footerTop .zhaoShang .p1 {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
}

.footerTop .zhaoShang .p1 a {
	color: #ededed;
	margin-right: 40px;
}

.footerTop .zhaoShang .p2 {
	color: #7d7d7d;
	font-size: 12px;
	margin-bottom: 12px;
}

.footerTop .zhaoShang .p2 .icp {
	width: 106px;
	height: 36px;
	border: 2px solid #7d7d7d;
}

.footerTop .zhaoShang .p2 .bianH {
	width: 120px;
	padding-left: 15px;
	height: 36px;
	border: 2px solid #7d7d7d;
	margin-left: 10px;
}

.footerTop .zhaoShang .p2 span {
	line-height: 16px;
	margin-top: 2px;
}

.footerTop .zhaoShang .p2 a {
	float: left;
	display: block;
	width: 25px;
	height: 28px;
	margin: 4px 8px 0 10px;
}

.footerTop .right {
	background: #f0f0f0;
	margin-right: 20px;
	margin-top: 50px;
}

.footerTop .right .app {
	height: 65px;
	line-height: 70px;
	overflow: hidden;
	color: #454545;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}

.footerTop .right dl {
	float: left;
	width: 90px;
	margin-left: 34px;
}

.footerTop .right dl dt {
	width: 90px;
	height: 90px;
}

.footerTop .right dl dd {
	margin-top: 4px;
	font-size: 12px;
	color: #000;
	text-align: center;
}
