.section-inner {
  width: 1240px;
  margin: 0 auto;
}
/*公共标题*/
.section-title {
  position: relative;
  display: inline-block;
  padding: 16px 80px 7px 70px;
  color: #fff;
  margin-top: 110px;
}
.section-title:before,
.section-title:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: transparent solid 26px;
  transform-origin: 0 0;
}
.section-title:before {
  left: -19px;
  bottom: -34px;
  border-right: #fff solid 26px;
  border-left: none;
  transform: rotate(-45deg);
}
.section-title:after {
  top: 0;
  right: 14px;
  border-left: #fff solid 26px;
  border-right: none;
  transform: rotate(-45deg);
}
.section-title .section-title-ch {
  font-size: 48px;
  line-height: 48px;
}
.section-title .section-title-en {
  display: table;
  width: 100%;
  margin-top: 25px;
}
.section-title .section-title-en .line1 {
  width: 50%;
  display: table-cell;
  border-bottom: 8px #ebf1f6 solid;
}
.section-title .section-title-en .line2 {
  width: 50%;
  display: table-cell;
  border-bottom: 3px #fff solid;
  opacity: 0.3;
}
.headerWrap {
  width: 100%;
  height: 196px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.headerWrap .header-logo {
  width: 100%;
  height: 100px;
  padding-top: 35px;
  background: rgba(255, 255, 255, 0.3);
}
.headerWrap .header-logo .section-inner {
  height: 100%;
}
.headerWrap .header-logo .section-inner .logo-img {
  width: 261px;
  height: 100px;
  background: url(../images/logo_img.png) no-repeat;
  margin-left: 60px;
}
.headerWrap .header {
  height: 61px;
  width: 100%;
}
.headerWrap .header .header-nav {
  width: 100%;
  height: 41px;
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.headerWrap .header .header-nav li {
  display: inline-block;
  height: 26px;
  width: 165px;
  text-align: center;
  border-right: 1px solid #fff;
}
.headerWrap .header .header-nav li.active a {
  color: #ebd305;
}
.headerWrap .header .header-nav li a {
  display: block;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.headerWrap .header .header-nav li:last-of-type {
  border: none;
}
.headerWrap .header .header-fixed {
  position: fixed;
  top: 0;
}
#banner {
  position: relative;
  width: 100%;
  height: 770px;
}
#banner .banner-swiper {
  width: 100%;
  height: 100%;
}
#banner .banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
#banner .banner-swiper .swiper-pagination-bullets {
  bottom: 100px;
}
#banner .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 249px;
  height: 49px;
  line-height: 49px;
  border: 1px solid #fff;
  margin-right: 22px;
  border-radius: 0;
  background: 0;
  font-size: 20px;
  color: #fff;
}
#banner .banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #ebd305;
  border-color: #ebd305;
}
#banner .fontImg-box {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 282px;
  top: 276px;
}
#banner .fontImg-box .font-img {
  width: 858px;
  margin: 0 auto;
  height: 262px;
  padding-top: 22px;
  position: relative;
}
#banner .fontImg-box .font-img p {
  text-align: center;
  font-size: 118px;
  font-weight: bold;
  color: #0c0457;
  line-height: 118px;
  text-shadow: 0px 0px 5px #3b188a;
}
#banner .fontImg-box .font-img .shadow {
  position: absolute;
  color: #fff;
  top: 9px;
  left: 16px;
}
.section-videoPost {
  width: 100%;
  height: 776px;
  background-repeat: no-repeat;
  background-position: center;
  background: url(../images/sectionvideopost-bj.jpg);
  background-size: 100% 100%;
}
.section-videoPost .videoPost-imgBox {
  width: 1206px;
  height: 304px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.section-videoPost .videoPost-imgBox .img-list {
  width: 398px;
  height: 304px;
}
.section-videoPost .videoPost-imgBox .img-list img {
  width: 100%;
  height: 100%;
}
.section-videoPlay {
  width: 100%;
  height: 1176px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.section-videoPlay .videoPlay-box {
  width: 1150px;
  height: 650px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 6px 4px #230b6c;
}
.section-videoPlay .videoPlay-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
/* jobs */
.jobs {
  height: 871px;
  background-repeat: no-repeat;
  background-position: center;
}
.jobs .f48 {
  font-size: 48px;
}
.jobs .color-4b {
  color: #4b4b4d;
}
.jobs .jobs-main {
  width: 1150px;
  height: 448px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(10, 10, 10, 0.55);
}
.jobs .tab-btn {
  width: 151px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 12px;
  background: #50507c;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 5px 0 0 #111154;
  display: block;
}
.jobs .tab-btn.active {
  color: #0d0274;
  background: #ffcb31;
  box-shadow: 0 5px 0 0 #ff980a;
}
.jobs .tab-content {
  width: 762px;
  height: 329px;
}
.jobs .content-item {
  display: none;
}
.jobs .content-item img {
  width: 100%;
  height: 329px;
}
.jobs .content-item.active {
  display: block;
}
.jobs .content-item .job-text {
  top: 80px;
  left: 58px;
}
/* 全面掌握 */
.section-comprehensive-header {
  height: 356px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-comprehensive-header .tit {
  font-size: 60px;
  text-shadow: 0 10px 0 #110968;
}
.section-comprehensive-header .orange {
  color: #ffca31;
}
.section-comprehensive-grasp {
  height: 770px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-comprehensive-grasp .f60 {
  font-size: 60px;
}
.section-comprehensive-grasp .comprehensive-main {
  width: 1204px;
  height: 380px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.section-comprehensive-grasp .comprehensive-main .item {
  width: 390px;
  height: 180px;
  overflow: hidden;
}
.section-comprehensive-grasp .comprehensive-main .item .type-c {
  width: 240px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 课程内容 */
.section-course-content {
  height: 954px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-course-content .mt70 {
  margin-top: 70px;
}
.section-course-content .color-f8 {
  color: #f8f8f8;
}
.section-course-content .c-c-item {
  width: 839px;
  height: 90px;
  background: url("../images/course_c_bg.png") 0 0 no-repeat;
}
.section-course-content .c-c-item2 {
  background: url("../images/course_c_bg.png") 0 -109px no-repeat;
}
/* 课程优势 */
.section-characteristic {
  height: 870px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-characteristic #characteristic-swiper {
  width: 1200px;
  height: 440px;
  margin-top: 80px;
}
.section-characteristic #characteristic-swiper .swiper-slide img {
  display: block;
  width: 985px;
  height: 428px;
  margin: 0 auto;
  box-shadow: 0 0 6px 1px rgba(68, 5, 179, 0.8);
  margin-top: 6px;
}
.section-characteristic #characteristic-swiper .swiper-slide .detail {
  top: 100px;
  left: 180px;
}
.section-characteristic #characteristic-swiper .swiper-slide .ts {
  display: inline-block;
  position: relative;
}
.section-characteristic #characteristic-swiper .swiper-slide .ts::after {
  content: '';
  position: absolute;
  width: 23px;
  height: 2px;
  background: #fff;
  top: 24px;
  right: -25px;
}
.section-characteristic #characteristic-swiper .swiper-slide .line {
  display: block;
  width: 75px;
  height: 5px;
  background: #fff;
}
.section-characteristic #characteristic-swiper .swiper-slide .mt60 {
  margin-top: 60px;
}
.section-characteristic #characteristic-swiper .swiper-button-next,
.section-characteristic #characteristic-swiper .swiper-button-prev {
  width: 108px;
  height: 128px;
  margin-top: -64px;
}
.section-characteristic #characteristic-swiper .swiper-button-prev,
.section-characteristic #characteristic-swiper .swiper-container-rtl .swiper-button-next {
  background: url("../images/arrow_bg.png") 0 0 no-repeat;
}
.section-characteristic #characteristic-swiper .swiper-button-next,
.section-characteristic #characteristic-swiper .swiper-container-rtl .swiper-button-prev {
  background: url("../images/arrow_bg.png") -123px 0 no-repeat;
}
/* 项目作品 */
.section-project {
  height: 1090px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 1090px;
}
.section-project .project-content {
  width: 1200px;
  height: 550px;
  background: #120430;
}
.section-project .project-content .project-tab-btn-list {
  float: left;
  margin: 205px 45px 0 15px;
}
.section-project .project-content .project-tab-btn-list .tab-btn {
  width: 151px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 12px;
  background: #50507c;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 5px 0 0 #111154;
  display: block;
}
.section-project .project-content .project-tab-btn-list .tab-btn.active {
  color: #0d0274;
  background: #ffcb31;
  box-shadow: 0 5px 0 0 #ff980a;
}
.section-project .project-pad {
  float: left;
  width: 716px;
  height: 517px;
  margin-top: 104px;
  border-radius: 28px;
  padding: 34px 50px;
  box-sizing: border-box;
}
.section-project .project-pad .project-swiper {
  width: 616px;
  height: 453px;
}
.section-project .project-img-list {
  float: left;
  width: 140px;
  height: 450px;
  margin: 104px 0 0 55px;
  text-align: center;
}
.section-project .project-img-list .project-img-pagination {
  min-height: 328px;
}
.section-project .project-img-list .project-img-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 104px;
  height: 62px;
  margin: 9px auto;
  border-radius: 0;
  opacity: 1;
  border: 1px solid transparent;
}
.section-project .project-img-list .project-img-pagination .swiper-pagination-bullet-active {
  border: 1px solid #9e752f;
}
.section-project .project-img-list .up-btn {
  width: 45px;
  height: 45px;
  line-height: 54px;
  margin: 0 auto;
  background: #ffc831;
  border-radius: 7px;
  cursor: pointer;
}
.section-project .project-img-list .up-btn:after {
  display: inline-block;
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #1f038f;
  border-bottom: none;
  border-left: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.section-project .project-img-list .up-btn:hover {
  background: #fff;
}
.section-project .project-img-list .down-btn {
  width: 45px;
  height: 45px;
  line-height: 35px;
  margin: 0 auto;
  background: #ffc831;
  border-radius: 7px;
  cursor: pointer;
}
.section-project .project-img-list .down-btn:after {
  display: inline-block;
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #1f038f;
  border-bottom: none;
  border-left: none;
  transform: rotate(135deg);
  vertical-align: middle;
}
.section-project .project-img-list .down-btn:hover {
  background: #fff;
}
/* 优秀学员 */
.section-student {
  height: 950px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 950px;
}
/* 专业师资 */
.section-teacher {
  width: 100%;
  height: 1170px;
  margin-top: -2px;
  background: url(../images/teacher-head1.jpg) center no-repeat;
}
.section-teacher .teacher-box {
  width: 100%;
  height: 839px;
  margin-top: 20px;
  position: relative;
}
.section-teacher .teacher-box .teacher-img {
  position: absolute;
  width: 638px;
  height: 88px;
  display: flex;
  right: 90px;
  bottom: 0px;
  justify-content: space-between;
}
.section-teacher .teacher-box .teacher-img .img-list {
  width: 104px;
  height: 88px;
  cursor: pointer;
  box-shadow: 10px 9px 5px 2px #2a2373;
}
.section-teacher .teacher-box .teacher-img .img-list img {
  width: 100%;
  height: 100%;
}
.section-teacher .teacher-box .teacher-img .active img {
  box-shadow: 0px 0px 10px 2px #a2a64a;
}
.section-teacher .teacher-box .teacher-list {
  width: 100%;
  height: 100%;
  display: none;
}
.section-teacher .teacher-box .teacher-list > div {
  display: inline-block;
  vertical-align: middle;
}
.section-teacher .teacher-box .teacher-list .list-left {
  width: 480px;
  padding-top: 190px;
}
.section-teacher .teacher-box .teacher-list .list-left img {
  width: 100%;
}
.section-teacher .teacher-box .teacher-list .list-right {
  width: 756px;
  height: 100%;
  text-align: left;
  float: right;
}
.section-teacher .teacher-box .teacher-list .list-right .name {
  height: 100px;
  line-height: 100px;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
}
.section-teacher .teacher-box .teacher-list .list-right .word-age {
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
}
.section-teacher .teacher-box .teacher-list .list-right .word-inner {
  line-height: 50px;
  font-size: 24px;
  color: #ffc931;
  font-weight: bold;
}
.section-teacher .teacher-box .teacher-list .list-right .protect {
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  margin-top: 40px;
}
.section-teacher .teacher-box .teacher-list .list-right .word-Skill {
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  margin-top: 40px;
}
.section-teacher .teacher-box .active {
  display: block;
}
/* 底部 */
/* 底部地图版权 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;
}

