.page-top {
  position: relative;
  height: 420px;
  background: #010834;
}

.page-top .banner {
  width: 100%;
  height: 420px;
  position: relative;
}

.page-top .banner .swiper-container {
  width: 100%;
  height: 420px;
  min-width: 1200px;
}

.page-top .banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 420px;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.page-top .banner .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-profile .profile-con {
  width: 1200px;
  height: 720px;
  margin: 0 auto;
  padding-top: 52px;
}

.page-profile .profile-con .contain {
  height: 477px;
  background: url("../img/assets/profile_bg1.png") 640px 0 no-repeat;
  background-size: auto 477px;
  padding-top: 40px;
  margin-top: 55px;
}

.page-profile .profile-con .contain .msg-box {
  width: 682px;
  height: 390px;
  background: url("../img/assets/profile_bg2.png") left top no-repeat;
  background-size: cover;
  padding: 57px 110px 0 55px;
  -webkit-box-shadow: 0 0 24px 3px rgba(69, 143, 248, 0.29);
          box-shadow: 0 0 24px 3px rgba(69, 143, 248, 0.29);
  position: relative;
}

.page-profile .profile-con .contain .msg-box h3 {
  height: 55px;
  font-size: 22px;
  color: #333333;
  line-height: 55px;
}

.page-profile .profile-con .contain .msg-box h3 span {
  display: inline-block;
  height: 100%;
  border-bottom: 3px solid #4488ff;
}

.page-profile .profile-con .contain .msg-box p {
  font-size: 16px;
  line-height: 42px;
  color: #333333;
  padding-top: 15px;
}

.page-profile .profile-con .contain .msg-box .jian_pic {
  width: 67px;
  height: 43px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -33px;
  margin: auto 0;
}

.page-course {
  background: #fbfafa;
  background-size: cover;
  padding-top: 33px;
}

.page-course .contain {
  width: 1200px;
  padding-bottom: 25px;
  margin: 66px auto 0;
}

.page-course .contain:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  clear: both;
}

.page-course .contain .contain-left {
  width: 220px;
}

.page-course .contain .contain-left .list {
  height: 100%;
  background: url("../img/assets/point_line.png") 45px 30px no-repeat;
  background-size: 4px 95%;
  padding-top: 25px;
}

.page-course .contain .contain-left .list .item {
  font-size: 22px;
  color: #333333;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 58px;
  text-indent: 40px;
  cursor: pointer;
}

.page-course .contain .contain-left .list .item .point {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #4488ff;
  background: #6baaff;
  border-radius: 50%;
  margin-right: 36px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-course .contain .contain-left .list .item.active .point, .page-course .contain .contain-left .list .item:hover .point {
  width: 15px;
  height: 15px;
  border: 2px solid #c3dbfd;
  -webkit-box-shadow: 0 0 6px 5px rgba(68, 136, 255, 0.5);
          box-shadow: 0 0 6px 5px rgba(68, 136, 255, 0.5);
}

.page-course .contain .contain-right {
  width: 902px;
  height: 788px;
  padding-top: 17px;
}

.page-course .contain .contain-right .list {
  width: 100%;
  height: 100%;
  position: relative;
}

.page-course .contain .contain-right .list .item {
  position: absolute;
  right: 0;
  height: 400px;
  background: url("../img/assets/yearCardBg.png") left center no-repeat;
  background-size: cover;
  -webkit-box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.5);
          box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.5);
  padding: 10px 33px 0 70px;
  overflow: hidden;
  cursor: pointer;
}

.page-course .contain .contain-right .list .item h3 {
  font-size: 34px;
  line-height: 1;
  color: #fff;
}

.page-course .contain .contain-right .list .item p {
  width: 85%;
  color: #fff;
  position: absolute;
  font-size: 24px;
  line-height: 45px;
  left: 41px;
  bottom: 10px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.page-course .contain .contain-right .list .item .shadow {
  display: block;
  height: 400px;
  width: 889px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.page-course .contain .contain-right .list .item.active {
  z-index: 11 !important;
  padding-top: 48px;
}

.page-course .contain .contain-right .list .item.active p {
  width: 750px;
  left: 68px;
  bottom: 52px;
  font-size: 30px;
  overflow: visible;
  white-space: pre-wrap;
}

.page-course .contain .contain-right .list .item.active .shadow {
  display: none;
}

.page-idea {
  height: 886px;
}

.page-idea .idea-con {
  width: 1200px;
  margin: 0 auto;
  padding-top: 55px;
}

.page-idea .idea-con .contain {
  width: 1200px;
  height: 683px;
  background: url("../img/assets/idea_bg.png") left top no-repeat;
  background-size: cover;
  margin-top: 20px;
  padding: 28px 0 0 0;
}

.page-idea .idea-con .contain .section-philosophy {
  width: 1200px;
  height: 245px;
  padding-left: 94px;
}

.page-idea .idea-con .contain .section-philosophy .section-philosophy-img1 {
  width: 344px;
  height: 226px;
  display: block;
  margin-right: 22px;
}

.page-idea .idea-con .contain .section-philosophy .msg-box {
  width: 250px;
  height: 226px;
}

.page-idea .idea-con .contain .section-philosophy .msg-box .philosophy-title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  width: 250px;
  font-weight: 600;
  text-indent: 36px;
}

.page-idea .idea-con .contain .section-philosophy .msg-box .philosophy-info {
  font-size: 14px;
  color: #666666;
  width: 250px;
  line-height: 24px;
  margin-top: 22px;
}

.page-idea .idea-con .contain .section-philosophy .philosophy-box {
  width: 181px;
  height: 221px;
  background: #458ff8;
}

.page-idea .idea-con .contain .section-philosophy .philosophy-box p {
  font-size: 22px;
  color: #fff;
  margin: 75px 0 0;
  text-align: center;
}

.page-idea .idea-con .contain .section-philosophy .philosophy-box p i {
  display: inline-block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-right-color: #fff;
  vertical-align: middle;
  margin-right: 12px;
}

.page-idea .idea-con .contain .section-philosophy .philosophy-box span {
  display: block;
  color: #fff;
  line-height: 30px;
  text-indent: 67px;
}

.page-idea .idea-con .contain .section-team {
  width: 1200px;
  padding: 18px 0 0 72px;
}

.page-idea .idea-con .contain .section-team .core-team {
  width: 535px;
  height: 341px;
}

.page-idea .idea-con .contain .section-team .core-team img {
  width: 100%;
  height: 100%;
}

.page-idea .idea-con .contain .team-info {
  width: 513px;
  margin-left: 30px;
}

.page-idea .idea-con .contain .team-info p {
  font-size: 18px;
  color: #333333;
  text-indent: 36px;
  line-height: 36px;
  padding-top: 18px;
}

.page-idea .idea-con .contain .team-info a {
  display: block;
  width: 151px;
  height: 46px;
  background: #4488ff;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  margin-top: 76px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.page-idea .idea-con .contain .team-info a:hover {
  background: #8cccff;
}

.page-qualification {
  height: 629px;
  background: #fbfafa;
  padding-top: 35px;
}

.page-qualification .qualification-con {
  width: 1200px;
  margin: 0 auto;
}

.page-qualification .qualification-con .swiper-container {
  width: 100%;
  height: 440px;
  margin-top: 66px;
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper {
  width: 100%;
  height: 360px;
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide .swiper-box {
  width: 1200px;
  height: 360px;
  background: url("../img/assets/about_banner_bg.png") center 250px no-repeat;
  background-size: 100%;
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide .swiper-box .swiper-list {
  width: 1016px;
  height: 266px;
  margin: 0 auto;
  position: relative;
  margin-top: 26px;
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide .swiper-box .swiper-list .swiper-item {
  max-width: 358px;
  height: 266px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide .swiper-box .swiper-list .swiper-item a {
  display: block;
  width: 100%;
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide .swiper-box .swiper-list .swiper-item a img {
  display: block;
  width: 100%;
  height: 266px;
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide .swiper-box .swiper-list .swiper-item:nth-child(4) {
  left: 0;
  z-index: 1;
  -webkit-transform: scale(0.7) translateY(37px);
      -ms-transform: scale(0.7) translateY(37px);
          transform: scale(0.7) translateY(37px);
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide .swiper-box .swiper-list .swiper-item:nth-child(2) {
  left: 157px;
  z-index: 2;
  -webkit-transform: scale(0.81) translateY(20px);
      -ms-transform: scale(0.81) translateY(20px);
          transform: scale(0.81) translateY(20px);
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide .swiper-box .swiper-list .swiper-item:nth-child(1) {
  left: 331px;
  z-index: 3;
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide .swiper-box .swiper-list .swiper-item:nth-child(3) {
  right: 157px;
  z-index: 2;
  -webkit-transform: scale(0.81) translateY(20px);
      -ms-transform: scale(0.81) translateY(20px);
          transform: scale(0.81) translateY(20px);
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide .swiper-box .swiper-list .swiper-item:nth-child(5) {
  right: 0;
  z-index: 1;
  -webkit-transform: scale(0.7) translateY(37px);
      -ms-transform: scale(0.7) translateY(37px);
          transform: scale(0.7) translateY(37px);
}

.page-qualification .qualification-con .swiper-container .swiper-wrapper .swiper-slide .swiper-box .swiper-list .swiper-item:hover {
  -webkit-transform: scale(1.1) translateY(0);
      -ms-transform: scale(1.1) translateY(0);
          transform: scale(1.1) translateY(0);
  z-index: 100;
}

.page-qualification .qualification-con .swiper-container .btn-box {
  width: 100%;
  height: 75px;
  text-align: center;
  padding-top: 13px;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-qualification .qualification-con .swiper-container .btn-box a {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 15px;
}

.page-qualification .qualification-con .swiper-container .btn-box a.prev-btn {
  background: url("../img/assets/btn_prev.png") center center no-repeat;
  background-size: cover;
}

.page-qualification .qualification-con .swiper-container .btn-box a.prev-btn:hover {
  background: url("../img/assets/btn_prev_active.png") center center no-repeat;
  background-size: cover;
}

.page-qualification .qualification-con .swiper-container .btn-box a.next-btn {
  background: url("../img/assets/btn_next_active.png") center center no-repeat;
  background-size: cover;
}
