/* common */
html, body, h1, h2, h3, h4, h5,h6, p, ul, li {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

html {
	width: 100%;
	overflow-x: hidden;
}

body {
	font-family: "Microsoft YaHei";
	overflow-x: hidden;
}

img {
	vertical-align: top;
}

#app {
	width: 100vw;
	height: 100%;
}

/* public */
[v-cloak] {
	display: none;
}

body {
	min-width: 1200px;
}

.main{
	width: 1200px;
	margin: 0 auto;
}

.clear {
	overflow: hidden;
}

.mobile {
	display: none;
}

.pc {
	display: block;
}

@media (max-width: 992px) {
	body {
		min-width: 100%;
	}
	
	.main {
		width: 100%;
	}
	
	.mobile {
		display: block;
	}
	
	.pc {
		display: none;
	}
}

/* header */
.header {
	height: 86px;
}

.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 86px;
	background-color: #323232;
	color: #fff;
	z-index: 500;
}

.header .logo {
	float: left;
	margin-top: 20px;
}

.header .phone {
	float: right;
	font-weight: bold;
	line-height: 86px;
	font-size: 30px;
	padding-left: 50px;
	background: url(../images/icon_phone.png) no-repeat left center;
}

@media (max-width: 992px) {
	.header,.header-fixed {
		height: 60px;
	}
	.header .logo {
		width: 40%;
		margin-left: 20px;
	}
	.header .phone {
		font-size: 12px;
	}
	.header .phone {
		line-height: 60px;
		padding-left: 23px;
		padding-right: 10px;
		background-size: auto 20px;
	}
}

/* banner */
.swiper {
	width: 100%;
	height: 47vw;
}

.swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

/* part-about */
.part-about {
	min-height: 820px;
	background: url(../images/index_about_bg.jpg) no-repeat center bottom;
}

.part-about-title {
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
}

.about-content {
	display: flex;
	flex-direction: row;
	padding-top: 20px;
	padding-left: 40px;
}

.about-thumbnail {
	width: 425px;
	height: 316px;
	border: 1px solid #ccc;
}

.about-thumbnail img {
	width: 425px;
	height: 316px;
	margin: -15px 15px 15px -15px;
}

.about-text {
	flex-grow: 1;
	margin-left: 40px;
}

.about-content .content {
	font-size: 18px;
	line-height: 1.8em;
}

.about-content .tag {
	display: flex;
	flex-direction: row;
	text-align: center;
	padding: 30px 0;
	justify-content: space-between;
}

.about-content .tag-li {
	width: 160px;
}

.about-content .tag-li .num-w {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	line-height: 110px;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(to bottom, #ff0404, #c60505);
	box-shadow: 0 3px 7px rgba(0, 0, 0, .2) inset;
}

.about-content .tag-li .n {
	font-size: 50px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.about-content .tag-li .u {
	font-size: 18px;
}

.about-content .tag-li .title {
	color: #dd1b0c;
	font-size: 18px;
	padding-top: 10px;
}

.about-img {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 30px   ;
}

.about-img .img, .about-img .img img  {
	width: 390px;
	height: 220px;
}

/* part-teacher */
.part-teacher {
	
}

.part-teacher-title {
	margin: 40px auto;
	text-align: center;
}

.teacher {
	max-width: 1900px;
	overflow: hidden;
	padding-bottom: 50px;
}

.teacher-list {
	position: relative;
	left: 50%;
	margin-left: -955px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 1910px;
}

.tacher-img {
	margin: 1px;
}

.tacher-img .img {
	
}

.tacher-img .ad {
	margin: 1px;
}

/* part-advantage */
.prat-advantage {
	min-height: 914px;
	background: url(../images/index_advantage_bg.jpg) no-repeat center center;
}

.part-advantage-title {
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
}

.advantage-profile {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1160px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
}

.advantage-profile .li {
	width: 33.333%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-left: 1px dashed #b5b5b5;
	margin: 25px 0;
}

.advantage-profile .li:first-child {
	border-left: none;
}

.advantage-profile .num {
	font-size: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin-right: 20px;
	background: linear-gradient(to bottom, #fde79d, #fe8f17);
	-webkit-background-clip: text;
	color: transparent;
}

.advantage-profile .con {
	font-size: 24px;
}

.prat-advantage .line {
	position: relative;
	width: 1070px;
	height: 4px;
	background-color: #737070;
	margin: 80px auto 100px;
}

.prat-advantage .line::before {
	position: absolute;
	display: block;
	content: '';
	width: 140px;
	height: 12px;
	left: 50%;
	top: -4px;
	margin-left: -70px;
	background-color: #fff;
}

.course {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.course-bx {
	position: relative;
	width: 320px;
	border: 1px dashed #fff;
	border-radius: 5px;
	padding: 20px;
}

.course-bx::before {
	position: absolute;
	display: block;
	content: '';
	width: 200px;
	height: 1px;
	left: 50%;
	margin-left: -100px;
	top: -1px;
	background-color: #433f3f;
}

.course-bx .title {
	position: absolute;
	width: 180px;
	color: #fff;
	text-align: center;
	top: -22px;
	left: 50%;
	margin-left: -90px;
	font-size: 28px;
	font-weight: bold;
	z-index: 2;
}

.course-bx .title::before, .course-bx .title::after {
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border: 1px dashed #fff;
	background-color: #433f3f;
}

.course-bx .title::before {
	left: -10px;
}

.course-bx .title::after {
	right: -10px;
}

.course-bx .list {
	padding-top: 10px;
}

.course-bx .list li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px 0;
	padding: 4px;
	padding-right: 10px;
	background: linear-gradient(to bottom, #ffeca1, #eaba7c);
}

.course-bx .list .icon {
	width: 41px;
	height: 43px;
}

.course-bx .list .name {
	height: 36px;
	flex-grow: 1;
	padding: 0 10px;
	font-size: 24px;
	color: #e30c38;
	background: url(../images/kecheng_li_bg.png) no-repeat right center;
}

.course-bx .list .name b {
	vertical-align: top;
	font-size: 12px;
}

/* part-exam */
.part-exam {
	background-color: #f9f9f9;
	padding-bottom: 40px;
}

.part-exam-title {
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
}

.exam-month-axis {
	width: 1200px;
	margin: 0 auto;
}

.exam-month-axis img {
	position: relative;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
}

/* part-operate */
.part-operate {
	background-color: #fff;
}

.part-operate-title {
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
}

.operate-advantage  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.operate-advantage .li {
	width: 500px;
}

.operate-advantage .title {
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 36px;
	font-weight: bold;
	background-color: #dd1b0c;
	color: #fff;
	border-radius: 5px;
}

.operate-advantage .con {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 130px;
	font-size: 24px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 2px 40px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}

.operate-advantage .text-red {
	color: #dd1b0c;
}

.operate-advantage .text-lg {
	font-size: 46px;
}

.operate-advantage .text-num {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.operate-advantage .text-strong {
	font-weight: bold;
}

.douyin-show {
	width: 1131px;
	height: 797px;
	margin: 0 auto;
	padding-bottom: 40px;
}

/* part-power */
.part-power {
	background: #fff url(../images/index_power_bg.jpg) no-repeat center top;
}

.part-power-title {
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
}

.honor {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
}

.honor-swiper {
	overflow: hidden;
	padding: 0 15px 40px;
}

.honor .img{
	padding: 20px;
}

.honor img {
	width: 330px;
	height: 260px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.honor-button-next, .honor-button-prev {
	position: absolute;
	width: 32px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
}

.honor-button-next {
	left: 0;
	background-image: url(../images/arrow_left.png);
}

.honor-button-prev {
	right: 0;
	background-image: url(../images/arrow_right.png);
}

.power-show {
	height: 642px;
	margin: 0 auto;
	background: url(../images/power_show.jpg) no-repeat center center;
}

/* part-city */
.part-city {
	
}

.part-city-title {
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
}

.city-school {
	width: 100%;
	overflow: hidden;
}

.city-school img {
	position: relative;
	width: 1531px;
	height: 904px;
	left: 50%;
	margin-left: -980px;
}

/* part-join */
.part-join {
	
}

.part-join-title {
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
}

.join-path {
	text-align: center;
	padding-bottom: 40px;
}

/* part-footer */
.part-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 690px;
	color: #fff;
	background: url(../images/index_footer_bg.jpg) no-repeat top center;
}

.contact-title {
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	padding: 20px 0;
}

.ewm {
	width: 500px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.ewm-li {
	font-size: 22px;
	text-align: center;
}

.ewm-li img {
	display: block;
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
	background-color: #eee;
}

.jiameng-tel {
	text-align: center;
	font-weight: bold;
	font-size: 48px;
	padding: 50px 0;
}


/* 手机版 */
@media (max-width: 992px) {
	.mobile .img {
		width: 100%;
	}
	
	.mobile .swiper {
		height: 153vw;
	}
	
	.mobile .join {
		text-align: center;
		box-sizing: border-box;
		height: 55vw;
		padding-top: 35vw;
		background: url(../images/m_show/m9.jpg) no-repeat center center / 100% auto;
	}
	
	.mobile .join-phone {
		display: inline-block;
		background: #fff url(../images/icon_phone_red.png) no-repeat 10px center / auto 30px;
		font-size: 30px;
		color: #dd1b0c;
		padding-left: 50px;
		padding-right: 20px;
		height: 1.5em;
		text-align: center;
		line-height: 1.5em;
		margin: 0 auto;
		font-weight: bold;
		border-radius: 1em;
	}
}