img {
	max-width: 100%;
}

html,
body {
	width: 100%;
	position: relative;
	height: 100%;
	background: #23054d url(../img/firstSiper.png) no-repeat center center;
	background-size: 100% 100%;
}

.flexRow {
	display: flex;
	flex-direction: row;
}

.flexColumn {
	display: flex;
	flex-direction: column;
}

.jnh_logo {
	position: absolute;
	z-index: 999;
	height: 38px;
	top: 45px;
	left: 60px;
}


/* Style */

.showRadio {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 600;
	position: absolute;
	background: #000;
	display: none;
}

.hideRadio {
	font-size: 30px;
	color: #fff;
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	z-index: 8;
	display: none;
}

.time {
	width: 220px;
	height: 40px;
	position: absolute;
	top: 40px;
	left: 200px;
	background: url(../img/time.png) center center;
	background-size: 100% 100%;
	z-index: 99;
}

.time span {
	color: #fff;
	font-size: 38%;
	position: absolute;
	top: 19px;
}

.day {
	left: 35%;
}

.hour {
	left: 51%
}

.minute {
	left: 66%
}

.second {
	left: 81%
}


.asideMunu {
	position: absolute;
	top: 170px;
	left: 0px;
	z-index: 99;
}

/* 侧边栏 */


.asideMunuItem {
	min-height: 5rem;
}


.Munu_item {
	height: 45px;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 0.7;
	cursor: pointer;
}

.Munu_item i {
	width: 50px;
	height: 1px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.3);
	transition: all 0.5s;
	display: block;
	opacity: 0;
}

.Munu_item i::before {
	display: block;
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 1px;
	background: #fff;
}

.Munu_item span {
	width: 110px;
	color: #fff;
	font-size: 0.75rem;
	margin-left: 10px;
}

.activeChose {
	font-weight: bold;
	color: #fff;
	opacity: 1;
	display: flex;
}

.activeChose i {
	display: block;
	opacity: 1;
}

.Munu_item:hover i {
	opacity: 1 !important;
}




/* 往届回顾 */

.pastReview {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 99;
}

.pastReview img {
	width: 90px;

}

.down_list {
	width: 90px;
	min-height: 100px;
	background: #B70453;
	display: none;
}

.down_list .down_list_item {
	line-height: 30px;
	font-size: 40%;
	align-items: center;
	justify-content: center;
	color: #1D0247;
	text-decoration: none;
}

.pastReview:hover .down_list {
	display: block;
}

.down_list .down_list_item:hover {
	background: #6b034e;
	color: #fff;
}

/* 底部logo */
.sym_bom_logo {
	position: absolute;
	z-index: 99;
	bottom: 40px;
	right: 40px;
	/* background: #6B034E; */
}

.sym_bom_logo img {
	width: 300px;
	height: auto;
}


/* 报名模块 */
.signMoudle {
	width: 170px;
	position: absolute;
	bottom: 60px;
	left: 60px;
	align-content: space-between;
	justify-content: space-between;
	z-index: 99;
}

.signMoudle a {
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 0.7rem;
	text-align: center;
	border-radius: 3px;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	background: #B70453;
}

.signMoudle a:hover {
	color: #333;
	background: linear-gradient(-90deg, rgba(201, 77, 58, 1), rgba(176, 71, 175, 1));
}




























/* swiper */

.swiper-button-next, .swiper-button-prev{
	height: 70px;
	top: 45%;
}
.swiper-button-next, .swiper-button-prev{
	
}
.swiper-button-next, .swiper-button-prev{
	background: rgba(50,50,50,0.8);
}
.swiperVideo .swiper-button-next{
	top: 28%;
}
.swiperVideo .swiper-button-prev{
	top: 28%;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	color: #fff;
	font-size: 25px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	color: #fff;
	font-size: 25px;
}
.exhibitionSwiper {
	width: 100%;
	height: 100%;
}

.exhibitionSwiper .swiper-container {
	width: 100%;
	height: 100%;
}




/* 主体部分 */
.containerItem {
	padding: 0;
}

.logoCenter {
	justify-content: center;
	text-align: center;
}








.firstSwiper {
	background: url(../img/1.png) no-repeat center center;
	background-size: cover;
}



.containerItem {
	height: 100%;
	align-items: center;
	justify-content: center;
}



.cfic {
	width: 100%;
}

.cficContainer {
	align-items: center;
	justify-content: center;
}

/* 第二屏 */
.video_box {
	width: 100%;
	position: relative;
}

.video_box {
	margin: 50px 0 20px;
}

.video_box img {
	width: 100%;
}

.jcTitle {
	font-size: 0.65rem;
	color: #fff;
}

.bofang {
	width: 60px !important;
	height: 60px;
	position: absolute;
	left: 47%;
	top: 50%;
}


.huodongguize {
	width: 150px;
	height: 50px;
	background: linear-gradient(-90deg, rgba(201, 77, 58, 1), rgba(176, 71, 175, 1));
	margin-top: 20px;
	color: #2A0363 !important;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	text-decoration: none !important;
}

/* 第四屏 */

.bjdp {
	margin-bottom: 35px;
}

.bjczdpSwiper {
	width: 100%;
	height: 590px !important;
}

.brandItem {
	text-decoration: none !important;
}

.brandItem img {
	width: 196px;
	height: 145px;
}

.brandItem .brandName {
	color: #fff;
	font-size: 0.9rem;
	line-height: 29px;
}

.bjczdpSwiper .swiper-slide {
	width: 196px !important;
	height: 250px !important;
	margin-bottom: 20px;
}

.flog_item {
	height: 25px;
	line-height: 25px;
	font-size: 0.5rem !important;
	border: 1px solid #ccc;
	border-radius: 19px;
	padding: 0px 5px;
	margin-right: 5px;
	color: #fff;
}

.lingquan {
	height: 30px;
	background: #8376FF;
	text-align: center;
	line-height: 30px;
	font-size: 0.5rem;
	color: #2B0360;
	border-radius: 0px 0px 8px 8px;

}

.cficContainer .swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 265px;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #8376FF;
	border-radius: 8px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #5F1AC7;
	border-radius: 8px;
}



/* 第五屏 */
.swiperVideo {
	width: 100%;
	height: 300px;
	margin-bottom: 28px;
	padding-bottom: 50px;
}

.swiperVideo .swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 265px;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #8376FF;
	border-radius: 8px;
}


.swiperVideo .swiper-container {
	width: 100%;
	height: 100%;
}

.swiperVideo img {
	width: 100%;
	height: auto;
}

.video_box .swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 265px;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #8376FF;
	border-radius: 8px;
}

/* 第六屏 */
.jp_nav {
	width: 100%;
	height: 500px;
	position: relative;
	justify-content: flex-end;
	margin-top: 50px;

}

.jp_nav .jpImg {
	width: 60%;
	height: auto;
	position: absolute;
	left: -10%
}

.navBar {
	width: 50%;
	height: 100px;
	background: red;
	position: relative;
	z-index: 99;
}

.tabMunu {
	width: 100%;
	height: 15%;
	background: #7161FC;
}

.tabMunu_header {
	height: 100%;
	position: relative;
}

.iconNav_bar {
	width: 12%;
	left: 0;
	top: -16%;
	position: absolute;
}

.zhbTitle {
	position: absolute;
	font-size: 0.3rem;
	color: #fff;
	z-index: 99;
	top: 30%;
	left: 2.5%;
}


.navbarList {
	margin-left: 15%;
	margin-right: 20%;
	height: 100%;
	align-items: center;
}

.navbarList p {
	height: 100%;
	margin: 0;
	font-size: 0.5rem;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.ruleBox {
	width: 80px;
	height: 53%;
	position: absolute;
	right: 5%;
	top: 24%;
	border: 1px solid #B047AF;
	font-size: 0.5rem;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}


.regeinBrand {
	flex: 1;
	overflow: hidden;
	background: linear-gradient(0deg, rgba(41, 12, 89, 1) 0%, rgba(131, 118, 255, 1) 100%);
}

.regeinBrandInner {
	max-height: 100%;
	overflow: auto;
}

.reginItem {
	height: 40px;
	align-items: center;
	padding: 0 10px;
	margin: 10px 0;
}


.goldImg {
	width: 25px;
	height: auto;
}

.userImg {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-left: 10px;
}

.brand_name {
	font-size: 0.8rem;
	margin-left: 10px;
	flex: 1;
	color: #fff;
}

.checkNumber {
	font-size: 0.8rem;
	color: #fff;
}

.regeinBrand_p {
	line-height: 2.2rem;
	font-size: 0.9rem;
	color: #fff;
	margin: 10px 0;
	padding: 0 10px;
}




/* 第七屏 */


.yhq {
	margin: 60px;
}










.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;
}
