@media only screen and (min-width:1200px) {
	.wrap {
		width: 1200px !important;
		margin: 0 auto !important
	}
	.bb-box {
		padding: 0 20px 20px 20px !important
	}
	.btn-box .detail-btn {
		margin-top: 20px !important
	}
}
@media only screen and (max-width:1199px) {
	.wrap {
		width: 100% !important;
		margin: 0 auto !important
	}
	.bb-box {
		padding: 0 10px 20px 10px !important
	}
	.btn-box .detail-btn {
		margin-top: 20px !important
	}
}
.el-carousel__indicators--horizontal {
	bottom: 6%
}
.banner-item {
	width: 100%;
}
.advantage {
	width: 1200px;
	height: 96px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	margin: 0 auto;
	margin-top: -35px;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0
}
.advantage:after,
.advantage:before {
	content: "";
	display: block
}
.advantage-item .left,
.advantage-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.advantage-item .left {
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.advantage-item .left img {
	width: 48px;
}
.advantage-item .right .right-number {
	font-size: 30px;
	color: var(--main-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600
}
.advantage-item .right .right-name {
	font-size: 14px;
	color: #000
}
.my-swipe .swipe-item {
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	background-size: 150%;
	background-position: 50%;
	background-repeat: no-repeat
}
@media only screen and (max-width:1200px) {
	.advantage {
		width: 95%;
		height: 70px;
		margin-top: -20px
	}
	.advantage-item .left .font_family {
		font-size: 24px
	}
	.advantage-item .right .right-number {
		font-size: 20px;
		text-align: center;
		display: block
	}
	.advantage-item .right .right-name {
		font-size: 16px
	}
}
@media only screen and (max-width:768px) {
	.advantage {
		width: 95%;
		height: 60px
	}
	.advantage-item .left {
		display: none
	}
	.advantage-item .right .right-number {
		font-size: 15px;
		text-align: center;
		display: block
	}
	.advantage-item .right .right-name {
		font-size: 12px
	}
}
#player-con {
	position: relative;
	z-index: 1
}
#player-con .prism-loading {
	position: absolute;
	top: 50%;
	left: 50%
}
@media only screen and (max-width:1200px) {
	.prism-big-play-btn.pause {
		left: 50% !important;
		bottom: 50% !important;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%)
	}
	.prism-player .prism-big-play-btn,
	.prism-player .prism-big-play-btn .outter {
		width: 32px;
		height: 32px
	}
}
.title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.title .name {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	max-width: 1200px
}
.title .tips {
	font-weight: 400;
	color: #666;
	margin-top: 15px;
	text-align: center
}
.videos-detail {
	background-color: #fff
}
.videos-detail__wrap {
	padding: 30px 20px
}
.videos-detail__title {
	color: #000;
	font-size: 18px;
	font-weight: 600
}
.videos-detail__content {
	margin-top: 20px;
	color: #000;
	font-size: 12px;
	line-height: 18px
}
.school-box {
	padding-bottom: 60px;
	background: #fff
}
.school-box .schools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 430px;
	overflow: hidden
}
.school-box .schools .school-item {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 100% 100%
}
.school-box .schools .school-item .school-title {
	height: 50px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background: linear-gradient(180deg, transparent, #000);
	border-radius: 0 0 6px 6px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	z-index: 2
}
.school-box .schools .school-item .school-title .title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700
}
.school-box .schools .school-item .play-button {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 1;
	cursor: pointer
}
.school-box .schools .school-item .school-mask {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	opacity: 0;
	z-index: 2;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.school-box .schools .school-item .school-mask .intro {
	word-break: break-all;
	line-height: 24px
}
.school-box .schools .school-item .school-mask .video-btn {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%
}
.school-box .schools .school-item:hover .school-mask {
	opacity: 1
}
.school-box .schools.five .school-left {
	width: 430px;
	height: 430px
}
.school-box .schools.five .school-middle {
	width: 360px;
	height: 430px
}
.school-box .schools.five .school-middle .school-item {
	width: 100%;
	height: 202px;
	background-repeat: no-repeat;
	background-size: 100% 100%
}
.school-box .schools.five .school-middle .school-item:last-child {
	margin-top: 26px
}
.school-box .schools.five .school-right {
	width: 360px;
	height: 430px
}
.school-box .schools.five .school-right .school-item {
	width: 100%;
	height: 202px;
	background-repeat: no-repeat;
	background-size: 100% 100%
}
.school-box .schools.five .school-right .school-item:last-child {
	margin-top: 26px
}
.school-box .schools.three .school-left {
	width: 815px;
	height: 430px
}
.school-box .schools.three .school-middle {
	width: 360px
}
.school-box .schools.three .school-middle .school-item {
	width: 100%;
	height: 202px;
	background-repeat: no-repeat;
	background-size: 100% 100%
}
.school-box .schools.three .school-middle .school-item:last-child {
	margin-top: 26px
}
.school-box .schools.one .school-left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.school-box .mobile-one .school-img,
.school-box .mobile-three .school-img,
.school-box .mobile-two .school-img {
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	width: 100%
}
.school-box .mobile-one .school-img:before,
.school-box .mobile-three .school-img:before,
.school-box .mobile-two .school-img:before {
	content: "";
	display: block;
	padding-bottom: 56%
}
.school-box .mobile-one .school-img .img,
.school-box .mobile-three .school-img .img,
.school-box .mobile-two .school-img .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.school-box .mobile-one .school-img .play-button,
.school-box .mobile-three .school-img .play-button,
.school-box .mobile-two .school-img .play-button {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer
}
.school-box .mobile-one .school-title,
.school-box .mobile-three .school-title,
.school-box .mobile-two .school-title {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 700
}
.school-box .mobile-one .intro,
.school-box .mobile-three .intro,
.school-box .mobile-two .intro {
	position: relative;
	font-size: 12px;
	margin: 10px 0;
	color: #666
}
.school-box .mobile-one .intro span,
.school-box .mobile-three .intro span,
.school-box .mobile-two .intro span {
	position: absolute;
	right: 0;
	top: 0;
	color: #00f;
	font-size: 12px
}
.school-box .mobile-three .school-item,
.school-box .mobile-two .school-item {
	width: 49%;
	float: left
}
.school-box .mobile-three .school-item:first-child,
.school-box .mobile-two .school-item:first-child {
	margin-right: 2%
}
.school-box .mobile-three .school-item .school-img,
.school-box .mobile-two .school-item .school-img {
	position: relative
}
.school-box .mobile-three .school-item .school-img:before,
.school-box .mobile-two .school-item .school-img:before {
	content: "";
	display: block;
	padding-bottom: 56%
}
.school-box .mobile-three .school-item .school-img .img,
.school-box .mobile-two .school-item .school-img .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.video-wrap .player {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.title .name {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	max-width: 1200px
}
.title .tips {
	font-weight: 400;
	color: #666;
	margin-top: 15px;
	text-align: center
}
@media only screen and (max-width:1200px) {
	.title.wrap {
		padding: 40px 0 20px 0!important;
	}
	.party-build-style .title {
    padding-top: 100px!important;
    padding-bottom: 30px!important;
}
	.title .name {
		font-size: 18px
	}
	.title .tips {
		margin-top: 10px;
		font-size: 12px
	}
}
.advantage-box {
	background: #f5f5f5;
	padding-bottom: 60px
}
.advantage-box .advantages {
	margin-top: 40px
}
.advantage-box .advantages .label-img {
	padding-top: 5px
}
.advantage-box .advantages .label-img i {
	font-size: 48px
}
.advantage-box .advantages .desc {
	margin-top: 40px;
}
.advantage-box .advantages .desc p {
	line-height: 24px;
	margin-bottom: 10px;
}
.advantage-box .advantages .desc p img {
	border-radius: 12px;
}
.advantage-box .advantages .img {
	margin-top: 20px;
	width: 100%;
	height: 430px;
	position: relative
}
.advantage-box .advantages .img .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.advantage-box .advantages .img .play-button {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	cursor: pointer
}
.advantage-box .advantages .img img {
	width: 100%;
	height: 100%;
	border-radius: 6px
}
.advantage-box .advantages .menu-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 60px;
	margin-bottom: 60px
}
.advantage-box .advantages .menu-bar .active-bar-item {
	color: var(--main-color) !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.advantage-box .advantages .menu-bar .active-bar-item:before {
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--main-color)
}
.advantage-box .advantages .menu-bar .menu-bar-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}
.advantage-box .advantages .menu-bar .menu-bar-item {
	color: #000;
	cursor: pointer;
	position: relative
}
.advantage-box .advantages .menu-bar .menu-bar-item .icon .iconfont {
	font-size: 64px
}
.advantage-box .advantages .menu-bar .menu-bar-item .name {
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px
}
.advantage-box .advantages .menu-bar .menu-bar-item .tips {
	font-size: 24px
}
.video-wrap .player {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media only screen and (max-width:1200px) {
	.advantage-box .advantages .desc {
		margin-top: 20px;
		font-size: 12px
	}
	.advantage-box .advantages .label-img i {
		font-size: 24px
	}
	.advantage-box .advantages .img {
		margin-top: 10px;
		height: 0;
		padding-bottom: 35.77%
	}
	.advantage-box .advantages .img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
	.advantage-box .advantages .menu-bar .menu-bar-item:before {
		bottom: -10px
	}
	.advantage-box .advantages .menu-bar .menu-bar-item .name {
		font-size: 12px;
		overflow: hidden
	}
	.advantage-box .advantages .img .play-button {
		width: 24px;
		height: 24px
	}
}
.class-box {
	padding-bottom: 60px;
	background: #fff
}
.class-box .classes .class-table {
	min-height: 500px
}
.class-box .classes .class-table .fix-title {
	position: relative
}
.class-box .classes .class-table .fix-title:before {
	content: "\9879\76EE";
	position: absolute;
	left: 18px;
	bottom: 5px
}
.class-box .classes .class-table .fix-title:after {
	content: "\73ED\522B";
	position: absolute;
	right: 18px;
	top: 5px
}
.class-box .classes .class-table td,
.class-box .classes .class-table th {
	height: 78px;
	background: #f5f5f5;
	text-align: center;
	font-size: 14px
}
.class-box .classes .class-table tr th {
	background: #247cfa;
	color: #fff;
	font-size: 17px
}
.class-box .classes .class-table tr td:first-child,
.class-box .classes .class-table tr th:first-child {
	background: #fff2ee;
	color: #000;
	width: 260px;
	font-size: 20px
}
.class-box .classes .class-table .unit {
	color: #e61a20
}
.class-box .classes .class-table .price {
	font-size: 22px;
	color: #e61a20;
	font-weight: 700
}
.class-box .classes .class-table .del {
	color: #999
}
.classes-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.classes-mobile .class-card {
	width: 49%;
	font-size: 12px
}
.classes-mobile .class-card .card-name {
	font-size: 15px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	color: #fff;
	line-height: 30px;
	background: var(--main-color)
}
.classes-mobile .class-card .card-content {
	background: #f5f5f5;
	line-height: 24px;
	text-align: center;
	padding: 10px;
	height: 180px
}
.classes-mobile .class-card .card-content .card-type-box {
	height: 54px
}
.classes-mobile .class-card .card-content .card-line {
	width: 100%;
	border-radius: 10px;
	background: #fff;
	margin: 10px 0
}
.classes-mobile .class-card .unit {
	color: #e61a20
}
.classes-mobile .class-card .price {
	font-size: 18px;
	color: #e61a20;
	font-weight: 700
}
.classes-mobile .class-card .del {
	color: #999
}
.train-box {
	padding-bottom: 60px;
	background: #f5f5f5
}
.train-box .trains img {
	width: 100%;
	height: auto
}
.sign-box {
	padding-bottom: 60px;
	background: #fff
}
.sign-box .signs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.sign-box .signs .sign-left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.sign-box .signs .sign-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 40px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	white-space: pre-wrap
}
.sign-box .signs img {
	width: 100%;
	height: 100%
}
@media only screen and (max-width:768px) {
	.sign-box .signs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.sign-box .signs .sign-right {
		padding-left: 0;
		margin-top: 20px;
		font-size: 12px
	}
}
.process-box {
	padding-bottom: 60px;
	background: #f5f5f5
}
.process-box .process img {
	width: 100%
}
.video-box {
	padding-bottom: 60px;
	font-size: 14px;
}
.video-box .videos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.video-box .videos .video-item {
	width: 30%;
	position: relative;
	margin-top: 28px;
	overflow: hidden
}
.video-box .videos .video-item .play-thumbnail {
	position: relative;
	height: 202px;
	border-radius: 6px;
	overflow: hidden
}
.video-box .videos .video-item .play-thumbnail .main {
	width: 100%;
	height: 100%
}
.video-box .videos .video-item .play-button {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	cursor: pointer
}
.video-box .videos .video-item .play-title {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .6)));
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6));
	border-radius: 0 0 6px 6px;
	font-weight: 700;
	bottom: 0;
	left: 0;
	color: #fff;
	z-index: 10;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
	font-size: 20px
}
.video-box .videos .video-item .video-content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	line-height: 24px;
	-webkit-transition: opacity 1s;
	transition: opacity 1s
}
.video-box .videos .video-item .video-content .video-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical
}
.video-box .videos .video-item .video-content .video-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 20px
}
.video-box .videos .video-item:hover .video-content {
	visibility: visible;
	opacity: 1
}
.video-box .video-tool {
	height: 540px
}
.video-wrap .player {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media only screen and (max-width:1200px) {
	.video-box {
		padding-bottom: 20px
	}
	.video-box .videos {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: auto
	}
	.video-box .videos .video-item {
		margin-top: 0;
		margin-right: 10px;
		width: 40%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%
	}
	.video-box .videos .video-item .play-thumbnail {
		padding-bottom: 56.25%;
		height: 0
	}
	.video-box .videos .video-item .play-thumbnail .main {
		position: absolute;
		top: 0;
		left: 0
	}
	.video-box .videos .video-item .play-button {
		width: 24px;
		height: 24px
	}
	.video-box .videos .video-item .play-title {
		padding: 0;
		margin-top: 10px;
		position: static;
		background: unset;
		color: #000;
		font-size: 15px;
		height: 1em;
		line-height: 1em
	}
	.video-box .videos .video-item .video-content {
		position: static;
		padding: 0;
		width: unset;
		height: unset;
		background-color: unset;
		color: #666;
		opacity: 1;
		visibility: unset;
		font-size: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.video-box .videos .video-item .video-content .video-text {
		white-space: normal;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		line-clamp: 1
	}
	.video-box .videos .video-item .video-mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 3
	}
}
.rule-box {
	padding-bottom: 60px;
	background: #f5f5f5;
	font-size: 14px
}
.rule-box .rules {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.rule-box .rules .rule-item {
	width: 30%;
	height: 382px;
	position: relative;
	margin-top: 28px;
	overflow: hidden;
	background: #fff;
	border-radius: 6px 6px 0 0
}
.rule-box .rules .rule-item .rule-img {
	height: 202px;
	position: relative
}
.rule-box .rules .rule-item .rule-img .play-button {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 12;
	cursor: pointer
}
.rule-box .rules .rule-item .rule-content {
	height: 180px;
	line-height: 24px;
	padding: 20px 20px 28px 20px
}
.rule-box .rules .rule-item .rule-content .rule-title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 16px
}
.rule-box .rules .rule-item .rule-content .rule-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #666
}
.rule-box .rules .rule-item .rule-content .rule-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 20px
}
.video-wrap .player {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media only screen and (max-width:1200px) {
	.rule-box {
		padding-bottom: 20px
	}
	.rule-box .rules {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: auto
	}
	.rule-box .rules .rule-item {
		margin-top: 0;
		margin-right: 10px;
		width: 40%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		height: unset;
		border-radius: 3px
	}
	.rule-box .rules .rule-item .rule-img {
		padding-bottom: 56.25%;
		height: 0
	}
	.rule-box .rules .rule-item .rule-img .play-button {
		width: 24px;
		height: 24px
	}
	.rule-box .rules .rule-item .rule-content {
		padding: 10px 5px;
		height: unset;
		line-height: 1
	}
	.rule-box .rules .rule-item .rule-content .rule-title {
		margin-bottom: 10px;
		font-size: 15px
	}
	.rule-box .rules .rule-item .rule-content .rule-text {
		font-size: 12px;
		height: 36px;
		line-height: 18px;
		-webkit-line-clamp: 2;
		line-clamp: 2
	}
	.rule-box .rules .rule-item .rule-mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 3
	}
}
.arrow-box {
	height: 520px
}
.arrow-box .icon-box {
	position: absolute;
	font-size: 50px;
	font-weight: 700;
	top: 50%;
	margin-top: -25px;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	cursor: pointer
}
.arrow-box .icon-box.left {
	left: -75px
}
.arrow-box .icon-box.right {
	right: -75px
}
.arrow-box .select-box {
	position: relative;
	width: 100%;
	overflow: hidden
}
.arrow-box .select-box .ab-box {
	position: absolute;
	top: 0;
	-webkit-transition: left 1s;
	transition: left 1s
}
.arrow-box .select-box .ab-box .select-item {
	float: left
}
:root {
	--swiper-theme-color: #007aff
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}
.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}
.examroom-box {
	padding-bottom: 60px;
	background: #fff;
	font-size: 14px
}
.examroom-box .examrooms {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.examroom-box .examrooms .examroom-item {
	width: 285px;
	height: 160px;
	padding-top: 120px;
	position: relative;
	background: #fff;
	cursor: pointer;
	border-radius: 6px;
	overflow: hidden
}
.examroom-box .examrooms .examroom-item .play-button {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 12;
	cursor: pointer
}
.examroom-box .examrooms .examroom-item .examroom-title {
	font-size: 20px;
	padding: 0 20px;
	font-weight: 600;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .6)));
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6));
	border-radius: 0 0 6px 6px
}
.examroom-box .examrooms .examroom-item .examroom-content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	line-height: 24px;
	-webkit-transition: opacity 1s;
	transition: opacity 1s
}
.examroom-box .examrooms .examroom-item .examroom-content .examroom-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical
}
.examroom-box .examrooms .examroom-item .examroom-content .examroom-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 20px
}
.examroom-box .examrooms .examroom-item:hover .examroom-content {
	visibility: visible;
	opacity: 1
}
.video-wrap .player {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media only screen and (max-width:1200px) {
	.examroom-box {
		padding-bottom: 20px
	}
	.grid {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: auto
	}
	.examroom-list {
		margin-right: 10px;
		width: 40%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%
	}
	.examroom-list__thumbnail {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		border-radius: 3px;
		overflow: hidden
	}
	.examroom-list__thumbnail img {
		position: absolute;
		width: 100%;
		height: 100%
	}
	.examroom-list__thumbnail .play-button {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 24px;
		height: 24px
	}
	.examroom-list__text,
	.examroom-list__title {
		margin-top: 10px;
		color: #666;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
	.examroom-list__title {
		color: #000;
		font-size: 15px;
		font-weight: 700
	}
}
.fdIn-class .animate-title {
	-webkit-animation: fdIn-689bd1ae 1.2s;
	animation: fdIn-689bd1ae 1.2s;
	opacity: 1
}
.fdIn-class .class-item-box {
	-webkit-animation: fdIn-689bd1ae 1.8s;
	animation: fdIn-689bd1ae 1.8s;
	opacity: 1
}
.fdOut-class .animate-title {
	-webkit-animation: fdOut-689bd1ae .8s;
	animation: fdOut-689bd1ae .8s
}
.fdOut-class .class-item-box {
	-webkit-animation: fdOut-689bd1ae 1.2s;
	animation: fdOut-689bd1ae 1.2s
}
.fdIn-superiority .title {
	-webkit-animation: fdIn-689bd1ae 1.2s;
	animation: fdIn-689bd1ae 1.2s;
	opacity: 1
}
.fdIn-superiority .box {
	-webkit-animation: fdIn-689bd1ae 1.8s;
	animation: fdIn-689bd1ae 1.8s;
	opacity: 1
}
.fdOut-superiority .title {
	-webkit-animation: fdOut-689bd1ae .8s;
	animation: fdOut-689bd1ae .8s
}
.fdOut-superiority .box {
	-webkit-animation: fdOut-689bd1ae 1.2s;
	animation: fdOut-689bd1ae 1.2s
}
.fdIn-serving .title {
	-webkit-animation: fdIn-689bd1ae 1.2s;
	animation: fdIn-689bd1ae 1.2s;
	opacity: 1
}
.fdIn-serving .menu-bar {
	-webkit-animation: fdIn-689bd1ae 1.8s;
	animation: fdIn-689bd1ae 1.8s;
	opacity: 1
}
.fdIn-serving .carousel {
	-webkit-animation: fdIn-689bd1ae 2.2s;
	animation: fdIn-689bd1ae 2.2s;
	opacity: 1
}
.fdOut-serving .title {
	-webkit-animation: fdOut-689bd1ae .8s;
	animation: fdOut-689bd1ae .8s
}
.fdOut-serving .menu-bar {
	-webkit-animation: fdOut-689bd1ae 1.2s;
	animation: fdOut-689bd1ae 1.2s
}
.fdOut-serving .carousel {
	-webkit-animation: fdOut-689bd1ae 1.4s;
	animation: fdOut-689bd1ae 1.4s
}
.fdIn-evaluate .title {
	-webkit-animation: fdIn-689bd1ae 1.2s;
	animation: fdIn-689bd1ae 1.2s;
	opacity: 1
}
.fdIn-evaluate .content-img {
	-webkit-animation: fdIn-689bd1ae 1.8s;
	animation: fdIn-689bd1ae 1.8s;
	opacity: 1
}
.fdOut-evaluate .title {
	-webkit-animation: fdOut-689bd1ae .8s;
	animation: fdOut-689bd1ae .8s
}
.fdOut-evaluate .content-img {
	-webkit-animation: fdOut-689bd1ae 1.2s;
	animation: fdOut-689bd1ae 1.2s
}
@-webkit-keyframes fdIn-689bd1ae {
	0% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}
@keyframes fdIn-689bd1ae {
	0% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}
@-webkit-keyframes fdOut-689bd1ae {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
	to {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0
	}
}
@keyframes fdOut-689bd1ae {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
	to {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0
	}
}
.evaluate-box {
	background: #f5f5f5
}
.evaluate-box .swiper-container {
	width: 100%;
	position: relative;
	padding: 40px 20px;
}
.evaluate-box .evaluate {
	position: relative
}
.evaluate-box .select-item .hover-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.evaluate-box .select-item .hover-item img {
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}
.evaluate-box .select-item .hover-item img:hover {
	transform: scale(1.1)
}
.evaluate-box .swiper-slide {
	width: auto;
}
.evaluate-box .swiper-slide {
	transition: transform 0.3s ease;
	z-index: 1;
}
@media only screen and (max-width:756px) {
	.evaluate-box .swiper-slide-active {
		transform: scale(1.3)!important;
		z-index: 3;
	}
	.evaluate-box .select-item .hover-item img:hover {
		transform: scale(1)
	}
	.evaluate-box .swiper-container{
		padding: 40px 0;
	}
	.evaluate-box img {
		width: 100%;
		display: block;
	}
	.information-box {
		padding-bottom: 60px;
		font-size: 14px;
		background: #fff
	}
}
.information-box .information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.information-box .information .information-item {
	cursor: pointer;
	width: 580px;
	height: 180px;
	position: relative;
	margin-top: 40px;
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: background-color 1s;
	transition: background-color 1s
}
.information-box .information .information-item .information-img {
	width: 240px;
	height: 180px
}
.information-box .information .information-item .information-img img {
	width: 100%;
	height: 100%
}
.information-box .information .information-item:hover {
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}
.information-box .information .information-item:hover .information-content .information-title {
	color: var(--main-color)
}
.information-box .information .information-item .information-content {
	height: 180px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 30px;
	padding: 35px 30px;
	word-break: break-all
}
.information-box .information .information-item .information-content .information-title {
	font-size: 20px;
	height: 60px;
	color: #000;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	word-break: break-all
}
.information-box .information .information-item .information-content .information-time {
	color: #999
}
.information-box .information .information-item .information-content .information-btn {
	padding: 3px 10px;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	border-radius: 2px
}
.information-box .information .information-item .information-content .font_family {
	margin: 0 6px 0 20px;
	font-size: 16px;
	color: #999
}
@media only screen and (max-width:1200px) {
	.information-box .information .information-item {
		height: auto;
		margin-top: 18px;
		background: #fff
	}
	.information-box .information .information-item:first-child {
		margin-top: 0
	}
	.information-box .information .information-item .information-img {
		position: relative;
		width: 28%;
		height: auto
	}
	.information-box .information .information-item .information-img:before {
		content: "";
		display: block;
		padding-bottom: 75%
	}
	.information-box .information .information-item .information-img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
	.information-box .information .information-item .information-content .font_family {
		font-size: 12px;
		margin: 0 3px 0 10px
	}
	.information-box .information .information-item .information-content {
		height: 75px;
		padding: 0 10px;
		background: #fff
	}
	.information-box .information .information-item .information-content .information-title {
		font-size: 15px;
		line-height: 24px;
		height: 48px;
		margin-bottom: 12px
	}
	.information-box .information .information-item .information-content .information-btn {
		padding: 0 3px;
		font-size: 12px;
		-webkit-transform: scale(.83);
		transform: scale(.83)
	}
	.information-box .information .information-item .information-content .information-icon {
		margin: 0 0 0 10px
	}
	.information-box .information .information-item .information-content .information-tips {
		line-height: 12px
	}
}
.mark-box {
	height: 122px;
	background: #20252c;
	border-bottom: 1px solid hsla(0, 0%, 98.4%, .1);
	color: #fff
}
.mark-box .marks {
	font-size: 18px;
	height: 122px
}
.mark-box .marks .mark-item,
.mark-box .marks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.mark-box .marks .mark-item .icon .font_family {
	margin-right: 5px;
	font-size: 40px;
	color: var(--main-color)
}
.mark-box .marks .iconezhiicon {
	font-size: 30px !important
}
@media only screen and (max-width:1200px) {
	.mark-box {
		height: auto;
		padding: 13px 0 23px 0
	}
	.mark-box .marks {
		padding: 0 10px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto
	}
	.mark-box .marks .mark-item {
		width: 25%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 14px;
		padding-top: 15px
	}
	.mark-box .marks .mark-item .icon .font_family {
		font-size: 26px
	}
	.mark-box .marks .mark-item span{
		display: block;
	}
}
.video-list-wrap{
	padding: 0 0 40px 0;
}
.party-build-style {
	padding: 30px 0
}
.party-build-style .el-carousel__button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
	opacity: 1
}
.party-build-style .is-active .el-carousel__button {
	background: #f5675d
}
.party-build-style .title {
	padding-top: 120px;
	padding-bottom: 40px;
}
.party-build-style .partyBuildStyles {
	margin-top: 40px
}
.party-build-style .partyBuildStyles .label-img {
	padding-top: 5px
}
.party-build-style .partyBuildStyles .label-img i {
	font-size: 48px
}
.party-build-style .partyBuildStyles .desc {
	line-height: 24px;
	text-indent: 2em;
	margin-top: 40px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5
}
.party-build-style .partyBuildStyles .img {
	width: 100%;
	position: relative
}
.party-build-style .partyBuildStyles .img video {
	width: 100%;
}
.party-build-style .partyBuildStyles .img .play-button {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	cursor: pointer
}
.party-build-style .partyBuildStyles .img img {
	width: 100%;
	height: 100%;
	border-radius: 6px
}
.party-build-style .partyBuildStyles .menu-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 60px;
	margin-bottom: 60px
}
.party-build-style .partyBuildStyles .menu-bar .active-bar-item {
	color: var(--main-color) !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.party-build-style .partyBuildStyles .menu-bar .active-bar-item:before {
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--main-color)
}
.party-build-style .partyBuildStyles .menu-bar .menu-bar-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}
.party-build-style .partyBuildStyles .menu-bar .menu-bar-item {
	color: #000;
	cursor: pointer;
	position: relative
}
.party-build-style .partyBuildStyles .menu-bar .menu-bar-item .icon .iconfont {
	font-size: 64px
}
.party-build-style .partyBuildStyles .menu-bar .menu-bar-item .name {
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px
}
.party-build-style .partyBuildStyles .menu-bar .menu-bar-item .tips {
	font-size: 24px
}
.video-wrap .player {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.dialog-sign,
.left-dialog,
.mobile-home-tool-bar,
.dialog-code{
	display: none;
}
@media only screen and (max-width:1200px) {
	.party-build-style .partyBuildStyles .desc {
		margin-top: 20px;
		font-size: 12px
	}
	.party-build-style .partyBuildStyles .label-img i {
		font-size: 24px
	}
	.party-build-style .partyBuildStyles .img {
		margin-top: 10px;
	}
	.party-build-style .partyBuildStyles .img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
	.party-build-style .partyBuildStyles .menu-bar .menu-bar-item:before {
		bottom: -10px
	}
	.party-build-style .partyBuildStyles .menu-bar .menu-bar-item .name {
		font-size: 12px;
		overflow: hidden
	}
	.party-build-style .partyBuildStyles .img .play-button {
		width: 24px;
		height: 24px
	}
}
@media only screen and (max-width:1200px) and (min-width:992px) {
	.header-wrap {
		height: 80px;
		padding: 20px
	}
	.header-wrap .header-menu .router-box {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
}
.video-list-wrap .wrap-title {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid #eee
}
@media only screen and (max-width:991px) {
	.header-wrap {
		height: 60px;
		padding: 10px 0 10px 10px
	}
	.header-wrap .header-menu .router-box {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.main-banner{
		width: 100%;
		overflow: hidden;
	}
	.banner-item {
		width: 140%;
		margin: 0 -20%;
	}
	.party-build-style .title {
		padding-top: 80px!important;
		padding-bottom: 20px!important;
	}
	.video-box1 {
		width: 90%;
	}
	.home-tool-bar{
		display: none;
	}
	.school-box .schools {
		height: auto;
		flex-wrap: wrap;
	}
	.school-box .schools .school-item .school-title{
		position: relative;
		background:none;
		text-align: left;
		color: #222;
		padding: 10px 0 0 0;
		height: auto;
	}
	.school-box .schools.five .school-left{
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	.school-box .schools .school-item .school-title .title{
		text-align: left;
		display: block;
		font-size: 16px;
	}
	.school-box .schools.five .school-left .img{
		width: 100%;
		padding-top: 50%;
		position: relative;
		overflow: hidden;
	}
	.school-box .schools.five .school-left .img img{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		object-fit: cover;
	}
	.school-box .schools .school-item .school-mask{
		display: block;
		position: relative;
		background: none;
		color: #444;
		opacity: 1;
		padding: 0;
		height: auto;
		white-space: nowrap;
	}
	.school-box .schools.five .school-middle,
	.school-box .schools.five  .school-right{
		width: 100%;
		height: auto;
		display: flex;
        justify-content: space-between;
	}
	.school-box .schools.five .school-middle .school-item,
	.school-box .schools.five  .school-right .school-item{
		width: 49%;
		height: auto;
		margin-bottom: 15px;
	}
	.school-box .schools.five .school-middle .school-item:last-child,
	.school-box .schools.five  .school-right .school-item:last-child {
		margin-top: 0;
	}
	.class-box .classes .class-table tr td:first-child,
	.class-box .classes .class-table tr th:first-child{
		display: none;
	}
	.class-box .classes .class-table td, .class-box .classes .class-table th{
		height: 50px;
	}
	.video-box .videos .video-item .video-content .video-btn{
		display: none;
	}
	.left-dialog,
	.mobile-home-tool-bar{
		display: block;
	}

}