html,
body {
  min-width: 1200px;
}
body {
  background-color: #f1f2f6;
}
.w1200 {
  width: 1200px;
}
.purple {
  color: #2d134a;
}
.f30 {
  font-size: 30px;
}
.f48 {
  font-size: 48px;
}
.f60 {
  font-size: 60px;
}
.f40 {
  font-size: 40px;
}
.lh-initial {
  line-height: initial;
}
/* header */
.headerWrap {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 80px;
  background: #f1f2f6;
  overflow: hidden;
  z-index: 99;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.header {
  width: 1200px;
  height: 80px;
  margin: auto;
  overflow: hidden;
}
.header .split {
  width: 2px;
  height: 40px;
  margin: 20px;
  background-color: #43176c;
}
.header .header_nav {
  height: 80px;
  overflow: hidden;
}
.header .h_nav_t {
  float: left;
  font-size: 18px;
  display: block;
  color: #666666;
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}
.header .h_nav_t.active {
  font-weight: 700;
  color: #343232;
}
.banner {
  margin-top: 80px;
  height: 646px;
}
#banner-swiper .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#banner-swiper .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  background: #fff;
  border-radius: initial;
  opacity: 0.6;
}
#banner-swiper .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 50px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.module-title {
  text-align: center;
}
.module-title .tit {
  font-size: 38px;
  line-height: 38px;
  color: #000;
  font-weight: 700;
}
.module-title .sub {
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
}
.module-title.white .tit {
  color: #fcfcfc;
}
.module-title.white .sub {
  color: #f6cdc4;
}
/* 悬浮导航 */
.right-nav {
  display: none;
  position: fixed;
  z-index: 99;
  top: 100px;
  right: 5px;
  width: 132px;
  height: 550px;
  background: url("../images/right_nav_bg.png") no-repeat;
}
.right-nav .nav-box {
  width: 87px;
  padding: 0 6px 0 6px;
  position: absolute;
  top: 96px;
  left: 18px;
}
.right-nav .nav-box .right-nav-btn {
  display: block;
  width: 88px;
  height: 32px;
  line-height: 32px;
  color: #5243fb;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  border-radius: 5px;
}
.right-nav .nav-box .right-nav-btn.top {
  height: 50px;
  margin-top: 0;
}
.right-nav .nav-box .right-nav-btn.active {
  color: #fff;
  background: #5d50f1;
}
/* job */
.job {
  padding: 60px 0 30px 0;
  background-color: #edecf7;
}
.job .jobs-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job .jobs-box .job-item {
  overflow: hidden;
  border-radius: 10px;
  width: 272px;
  height: 370px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.job .jobs-box .job-item.active .wage {
  bottom: 0;
}
.job .jobs-box .top {
  height: 264px;
  background: #666;
  overflow: hidden;
  position: relative;
}
.job .jobs-box .top .wage {
  width: 100%;
  position: absolute;
  height: 264px;
  left: 0;
  background: rgba(54, 18, 75, 0.9);
  bottom: -264px;
  transition: bottom 0.6s;
}
.job .jobs-box .top .wage .f30 {
  line-height: 40px;
}
.job .jobs-box .top .wage .f60 {
  line-height: 79px;
}
.job .remark-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* 招生对象 */
.enroll-student {
  margin-top: -90px;
  padding: 90px 0 40px 0;
  background: url(../images/bg_01.jpg) top center no-repeat;
}
.enroll-student .enroll-claim .item {
  width: 460px;
  height: 110px;
  padding: 25px 50px ;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
/* 六大理由 */
.advantage {
  height: 850px;
}
.advantage .advantage-bg {
  top: 0;
  left: 270px;
  width: 620px;
  height: 643px;
}
.advantage .right-box {
  width: 415px;
}
.advantage .advantage-item {
  padding-top: 10px;
  padding-left: 80px;
  position: relative;
}
.advantage .advantage-item .icon-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  font-size: 24px;
}
.advantage .i-orange {
  background: url("../images/icons_bg.png") -272px -1px no-repeat;
}
.advantage .i-purple {
  background: url("../images/icons_bg.png") -335px -1px no-repeat;
}
.advantage .i-blue {
  background: url("../images/icons_bg.png") -400px -1px no-repeat;
}
/* course */
.course {
  background: #e45b34;
}
.course .ml80 {
  margin-left: 80px;
}
.course .c-tit {
  position: relative;
}
.course .c-tit::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 20px;
  width: 30px;
  height: 2px;
  background: #fff;
}
.course .nav-btn {
  display: inline-block;
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  color: #e65d35;
  font-size: 24px;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.course .nav-btn.active {
  color: #FFF;
  background-image: linear-gradient(#bd22e0, #7717a1);
}
.course .course-content {
  height: 372px;
}
.course .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 794px;
  height: 372px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  background: #e74d0f;
  overflow: hidden;
}
.course .course-item {
  width: 1200px;
  height: 372px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin-left: -60px;
  transition: margin-left 0.6s;
}
.course .course-item.active {
  opacity: 1;
  margin-left: 0;
}
.course .text-item {
  position: absolute;
  top: 0;
  left: 854px;
}
.course .text-item .top {
  padding-left: 55px;
  position: relative;
}
.course .text-item .top::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 45px;
  height: 5px;
  top: 12px;
  left: 0;
}
.course .arrow-btn {
  position: absolute;
  bottom: -23px;
  left: 885px;
}
.course .arrow-btn a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.course .arrow-btn .prev-btn {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAVCAYAAACdbmSKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjczOEZENjJGNTU4MTFFOTkzMzZCNjcwOEUyNUUyNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjczOEZENjNGNTU4MTFFOTkzMzZCNjcwOEUyNUUyNjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NzM4RkQ2MEY1NTgxMUU5OTMzNkI2NzA4RTI1RTI2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NzM4RkQ2MUY1NTgxMUU5OTMzNkI2NzA4RTI1RTI2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PryS/ZkAAABvSURBVHjaYvj//z8DEVgFiM8DsS6IT6yGJ/8h4DUQa5KiAQROAjE/yRrwOQ+nBlya8GrApomgBnRNRGlA1kS0BpgmkjTANJ1A0vALiOUIRTjZNpHlJ7JDj+x4IjtFkJ32yE7lZOcnsnMu1jICIMAAJ+J6L6W7TqwAAAAASUVORK5CYII=") center no-repeat;
}
.course .arrow-btn .next-btn {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAVCAYAAACdbmSKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0MyMjc1RkJGNTU4MTFFOTk1QTNFRDEyNTBGMjIxOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0MyMjc1RkNGNTU4MTFFOTk1QTNFRDEyNTBGMjIxOTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QzIyNzVGOUY1NTgxMUU5OTVBM0VEMTI1MEYyMjE5NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QzIyNzVGQUY1NTgxMUU5OTVBM0VEMTI1MEYyMjE5NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjtN9xwAAAB6SURBVHjaYvj//z8DEOsC8XkgVoHy8WIQoQnEr/9DwBNiNIIIfiA++R8BCGqEMUjSiMwhWiO6AFEasVlPUCMuz+LViC9ocWokFJFYNTKCdeIHckB8B4hZofyTZNlEVT+RHHokxxPJKYLktEdyKicrP5GVc0kuIwACDABh6VQ+LaTAoQAAAABJRU5ErkJggg==") center no-repeat;
}
/* 课程特色 */
.course-characteristic {
  height: 823px;
  background: url("../images/bg_02.jpg") center bottom no-repeat;
}
.course-characteristic .bg {
  top: 151px;
  left: 394px;
}
.course-characteristic .course01,
.course-characteristic .course02,
.course-characteristic .course03,
.course-characteristic .course04,
.course-characteristic .course05 {
  width: 272px;
  height: 160px;
}
.course-characteristic .course01 {
  top: 0;
  left: 284px;
  background: url("../images/icons_bg.png") 1px -1px no-repeat;
}
.course-characteristic .course02 {
  top: 33px;
  left: 765px;
  background: url("../images/icons_bg.png") -270px -66px no-repeat;
}
.course-characteristic .course03 {
  top: 185px;
  left: 145px;
  background: url("../images/icons_bg.png") 0 -169px no-repeat;
}
.course-characteristic .course04 {
  top: 234px;
  left: 883px;
  background: url("../images/icons_bg.png") -270px -249px no-repeat;
}
.course-characteristic .course05 {
  top: 374px;
  left: 116px;
  background: url("../images/icons_bg.png") 0 -333px no-repeat;
}
/* project */
.project {
  height: 700px;
  background-color: #e4e1f0;
  background-image: url("../images/bg_03.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.project .w1520 {
  width: 1520px;
}
.project .project-box {
  height: 550px;
}
.project .tabs-box {
  width: 253px;
  height: 253px;
  background-image: linear-gradient(#46b1f9, #1956dd);
  border-radius: 10px;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.project .tabs-box .nav-btn {
  width: 210px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  transition: all 0.6s;
}
.project .tabs-box .nav-btn.active {
  color: #3a87ef;
  background: #fff;
}
.project .project-content {
  width: 865px;
  height: 356px;
  padding: 40px 50px 40px 125px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 160px;
  box-shadow: 0 3px 15px 5px rgba(46, 6, 123, 0.15);
  border-radius: 10px;
}
.project .project-item {
  width: 864px;
  position: absolute;
  top: 40px;
  left: 125px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.project .project-item.active {
  visibility: visible;
  opacity: 1;
}
.project .project-item img {
  width: 255px;
  height: 355px;
  box-shadow: 0 3px 10px 3px rgba(46, 6, 123, 0.1);
  border-radius: 10px;
}
/* teacher */
.teacher-box {
  padding: 80px 0;
  background: #350c88;
}
.teacher-box .w520 {
  width: 520px;
}
.teacher-box .mt120 {
  margin-top: 120px;
}
.teacher-box .lh26 {
  line-height: 26px;
}
.teacher-box .zi2 {
  z-index: 2;
}
.teacher-box #teacher-swiper {
  width: 1200px;
  height: 480px;
  border-radius: 10px;
  background: #ccc;
}
.teacher-box #teacher-swiper .teacher-j {
  width: 226px;
  height: 100%;
  background: #8954f2;
  color: #d5c6fa;
}
.teacher-box #teacher-swiper .teacher-j p {
  font-size: 28px;
  margin-top: 36px ;
  margin-left: 36px;
}
.teacher-box #teacher-swiper .teacher-d {
  width: 654px;
  height: 100%;
  padding-left: 318px;
  background: #fcfcfc;
}
.teacher-box #teacher-swiper .teacher-img {
  width: 305px;
  height: 437px;
  top: -8px;
  left: 182px;
  box-shadow: 10px 8px 0 #cfa6fd;
  overflow: hidden;
}
.teacher-box #teacher-swiper .teacher-img img {
  width: 100%;
  height: 100%;
}
.teacher-box #teacher-swiper .num {
  color: #e1d7f9;
  font-size: 270px;
  right: -20px;
  bottom: 80px;
}
.teacher-box #teacher-swiper .swiper-pagination {
  width: 228px;
  height: 10px;
  background: #e8cdf6;
  right: 0;
  left: auto;
  top: 40px;
  bottom: auto;
  text-align: left;
  padding: 20px 0 20px 20px;
}
.teacher-box #teacher-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c588e1;
  opacity: 1;
  vertical-align: top;
}
.teacher-box #teacher-swiper .swiper-pagination-bullet-active {
  background: #880ebb;
}
/* footer */
/* 底部 */
/* 底部地图版权 begin*/
footer{padding:70px 0 0 0;background-color: #40bbcd;}
.w1210 {
	width: 1210px;
	margin: 0 auto;
}
.site-footer {
	font-size: 14px;
	line-height: 1.8;
	background: #40bbcd;
}

.site-footer a:hover {
	color: #ffdf00 !important;
}

.footer-links {
	position: relative;
	z-index: 1;
	width: 1140px;
	padding: 10px 0 10px 60px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 24px;
	border-bottom: 1px solid #fff;
}

.footer-links span {
	position: absolute;
	left: 0;
	color:#fff;
}

.footer-links a {
	padding: 0 5px;
	margin: 0 10px;
	color: #fff;
}

.footer-info .info-text {
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
}

.footer-info .info-text .nav-bottom {
	padding: 20px 0 5px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}

.footer-info .info-text .nav-bottom a {
	padding: 0 8px;
	color: #fff;
}
.footer-info .info-text .copyright {
	padding-top: 5px;
	color: #3bbcce;
}
.copyright a{
	color: #3bbcce;
}
.footer-info .info-text em {
	padding: 0 8px;
}
/* footer end */
/* 动画 */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/* 底部表单 */
.section-130.scroll-mask {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    line-height: 7rem;
    min-width: 1024px;
    background: rgba(0, 0, 0, .7);
    display: none;
    z-index: 999;
}
.section-130 .main-content {
    position: relative;
    display: flex;
    align-items: center;
}	
.section-130 .scroll-mask-img {
    width: 167px;
    height: 158px;
    position: absolute;
    top: -100px;
    left: 0;
}
.section-130 .bottom-text {
    padding-left: 170px;
    color: #fff;
    font-size: 24px;
}
.section-130 .one-by-one {
    color: #f85415;
    font-weight: 700;
}
.section-130 .phone-b {
    display: flex;
    height: 44px;
    width: 456px;
    align-items: center;
    border-radius: 22px;
    position: relative;
    margin-left: 35px;
}
.section-130 .phone-icon {
    position: absolute;
    top: 11px;
    left: 15px;
    width: 25px;
    height: 24px;
}
.section-130 .registerAuditions {
    display: block;
    /* width: 100%; */
    height: 44px;
    padding: 0 45px;
    color: #333;
    font-size: 18px;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    /* border-radius: 4px; */
    border: none;
}

.section-130 .registered-auditions-bottom {
    position: absolute;
    right: 16px;
    top: 0;
    margin-left: 10px;
    width: 150px;
    height: 44px;
    line-height: 44px;
    background: #f85415;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
	border: none;
}
/* 底部表单 end */