@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'pingfang SC', 'webfont', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif !important;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
}
em,
i {
  font-style: normal;
}
a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
input {
  border: none;
  outline: none;
  background: none;
}
body {
  background-color: #fff;
}
svg.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.clearfix::after,
.clearfix::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abi {
  position: absolute;
  content: '';
}
.base {
  width: 1200px;
  margin: 0 auto;
}
.clearfix::after,
.clearfix::before {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
}
.aside-bar {
  z-index: 1060;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-200px);
  width: 87px;
  height: 415px;
  background: linear-gradient(180deg, #30D7FB, #2079FF);
  border-radius: 10px;
}
.aside-bar .out-logo {
  top: -60px;
  left: 0;
  position: absolute;
  width: 88px;
}
.aside-bar .tit-box {
  height: 43px;
  border-bottom: 1px solid #fff;
}
.aside-bar .aside-list {
  padding: 8px 6px 0 6px;
}
.aside-bar .aside-list .item {
  margin-bottom: 7px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 1px 4px 0px rgba(12, 25, 69, 0.2);
  transition: all ease 0.2s;
}
.aside-bar .aside-list .item:hover {
  box-shadow: inset 0px 1px 8px 0px rgba(12, 25, 69, 0.2);
}
.aside-bar .aside-list .item:hover .iconfont {
  color: #2079FF;
}
.aside-bar .aside-list .item:last-child {
  margin-bottom: 0;
}
.aside-bar .aside-list .item .iconfont {
  transition: all ease 0.2s;
  font-size: 22px;
  color: #30D7FB;
}
.aside-bar .aside-list .item p {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #3E404B;
  line-height: 14px;
}
.aside-bar .btn-back-top {
  height: 55px;
  padding-top: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.aside-bar .btn-back-top::after {
  top: 5px;
  left: 37px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 7px solid #fff;
}
.banner {
  position: relative;
  width: 100%;
  height: 660px;
  overflow: hidden;
}
.banner-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1920px;
  height: 100%;
}
.banner .sec-btn-more {
  position: relative;
  top: 499px;
  z-index: 1;
  color: #1BBCFF;
  width: 382px;
  height: 68px;
  background: #FFFFFF;
}
.s-title {
  font-size: 38px;
  font-weight: bold;
  color: #0F0F0F;
  text-align: center;
  position: relative;
  line-height: 39px;
}
.s-title em {
  color: #3273F6;
}
.s-title span {
  display: inline-block;
  position: relative;
}
.s-title span::before {
  position: absolute;
  content: '';
  top: -15px;
  left: -52px;
  width: 71px;
  height: 71px;
  background: url(../imgs/s-title-bg-l.png) no-repeat;
  background-size: 100% 100%;
}
.s-title.w {
  color: #fff;
}
.s-title.w em {
  color: #FFDE99;
}
@keyframes scale_ani {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scale_ani2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.sec-btn-more {
  margin: auto;
  display: block;
  width: 370px;
  height: 66px;
  background: linear-gradient(270deg, #ED3DEE, #8376FF);
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(106, 122, 235, 0.5);
  transition: all ease 0.2s;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.sec-btn-more img.icon {
  margin-top: 3px;
  margin-left: 15px;
  width: 24px;
  height: 28px;
}
.sec-btn-more::before {
  position: absolute;
  content: '';
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(0);
  animation: scale_ani infinite 1.2s ease-in-out;
}
.sec-btn-more:hover {
  /*         width: 407px;
        height: 73px; */
  box-shadow: 0 0 15px 4px rgba(106, 122, 235, 0.5);
}
.sec-btn-more:hover img.icon {
  animation: scale_ani2 infinite 0.5s ease-in-out;
}
.s1 {
  padding: 84px 0 33px 0;
}
.s1 .content-box {
  margin-top: 86px;
  height: 520px;
  background: linear-gradient(180deg, #1BBCFF, #3273F6);
  border-radius: 10px;
  padding: 50px 40px 0 35px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.s1 .content-box .tab-nav {
  width: 326px;
  height: 380px;
  background: linear-gradient(#00baff, #4298ff);
}
.s1 .content-box .tab-nav-item {
  height: 128px;
  position: relative;
  color: #fff;
  padding: 30px 0 0 84px;
  transition: all ease 0.2s;
}
.s1 .content-box .tab-nav-item p {
  font-size: 18px;
  line-height: 18px;
}
.s1 .content-box .tab-nav-item .mark {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: bold;
  line-height: 27px;
}
.s1 .content-box .tab-nav-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 33px;
  width: 265px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.s1 .content-box .tab-nav-item:last-child::before {
  display: none;
}
.s1 .content-box .tab-nav-item.active {
  color: #2C62DD;
  background: linear-gradient(-270deg, #B0FFFE, #8DFFCD);
}
.s1 .content-box .tab-nav-item.active::after {
  position: absolute;
  content: '';
  right: -54px;
  top: 38px;
  width: 0;
  height: 0;
  border: 27px solid transparent;
  border-left: 27px solid #8DFFCD;
}
.s1 .content-box .tab-content {
  margin-top: -93px;
  width: 739px;
  height: 486px;
  border-radius: 15px;
  background: #FCFCFC url(../imgs/s1-content-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.s1 .content-box .tab-content-item {
  height: 100%;
  display: none;
}
.s1 .content-box .tab-content-item.active {
  display: block;
}
.s1 .content-box .tab-content-item .data-note {
  position: absolute;
  bottom: -23px;
  right: 0;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 13px;
}
.s1 .content-box .tab-content-item .tit {
  font-size: 20px;
  color: #333;
  line-height: 27px;
}
.s1 .content-box .tab-content-item .tit em {
  font-size: 26px;
  color: #2C62DD;
  font-weight: bold;
  line-height: 27px;
}
.s1 .content-box .tab-content-item:nth-child(2) {
  padding: 40px 50px 0 50px;
}
.s1 .content-box .tab-content-item:nth-child(2) .chart-con {
  margin-top: 30px;
}
.s1 .content-box .tab-content-item:nth-child(2) .chart-con .chart .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.s1 .content-box .tab-content-item:nth-child(2) .chart-con .chart .row:nth-child(even) {
  padding: 0 96px;
}
.s1 .content-box .tab-content-item:nth-child(2) .chart-con .chart .item {
  width: 60px;
  text-align: center;
}
.s1 .content-box .tab-content-item:nth-child(2) .chart-con .chart .item .icon-box {
  height: 60px;
  background: linear-gradient(0deg, #1BBCFF, #1431DF);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s1 .content-box .tab-content-item:nth-child(2) .chart-con .chart .item .icon-box img.icon {
  width: 30px;
}
.s1 .content-box .tab-content-item:nth-child(2) .chart-con .chart .item p {
  margin-top: 13px;
  height: 16px;
  font-size: 16px;
  color: #373737;
  line-height: 16px;
}
.s1 .content-box .tab-content-item:nth-child(3) {
  padding: 30px 0 0 40px;
}
.s1 .content-box .tab-content-item:nth-child(3) .tit {
  margin-bottom: 25px;
}
.s1 .content-box .tab-content-item:nth-child(3) .chart-img {
  width: 691px;
}
.s1 .content-box .tab-content-item:nth-child(1) {
  padding: 30px 40px;
}
.s1 .content-box .tab-content-item:nth-child(1) .tit {
  margin-bottom: 22px;
}
.s1 .content-box .tab-content-item:nth-child(1) .chart-con {
  height: 378px;
  background: url(../imgs/s1-item3-chart-bg.png) no-repeat;
  background-position: center top;
  position: relative;
}
.s1 .content-box .tab-content-item:nth-child(1) .chart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.s1 .content-box .tab-content-item:nth-child(1) .chart-item {
  width: 107px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.s1 .content-box .tab-content-item:nth-child(1) .chart-item .salary {
  display: block;
  line-height: 17px;
  font-size: 16px;
  font-weight: bold;
  color: #F45110;
  margin-bottom: 13px;
}
.s1 .content-box .tab-content-item:nth-child(1) .chart-item .column {
  height: 121px;
  background: linear-gradient(0deg, #1BBCFF, #1431DF);
  border-radius: 10px;
  padding: 10px 0 0 15px;
}
.s1 .content-box .tab-content-item:nth-child(1) .chart-item .column p {
  text-align: start;
  color: #fff;
  font-size: 13px;
}
.s1 .content-box .tab-content-item:nth-child(1) .chart-item .column p em {
  font-size: 36px;
  font-weight: 600;
}
.s1 .content-box .tab-content-item:nth-child(1) .chart-item .job {
  margin-top: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #2C9CF8;
  line-height: 21px;
  height: 42px;
}
.s1 .content-box .sec-btn-more {
  position: absolute;
  left: 415px;
  bottom: -33px;
}
.s2 {
  padding: 75px 0 0 0;
}
.s2 .content-box {
  margin-top: 75px;
  background: url(../imgs/s2-content-bg.png) no-repeat;
  background-position: center 130px;
}
.s2 .content-box .qes-list .qes-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.s2 .content-box .qes-list .qes-row .qes {
  display: inline-block;
  height: 47px;
  line-height: 47px;
  padding: 0 35px 0 24px;
  border: 1px solid #3273F6;
  border-radius: 23px;
  font-size: 15px;
  color: #333333;
  transition: all ease 0.2s;
}
.s2 .content-box .qes-list .qes-row .qes em {
  color: #EA3C30;
  transition: all ease 0.2s;
}
.s2 .content-box .qes-list .qes-row .qes .iconfont {
  margin-right: 8px;
  font-size: 14px;
  color: #1BBCFF;
  opacity: 0.2;
  transition: all ease 0.2s;
}
.s2 .content-box .qes-list .qes-row .qes:hover {
  background: linear-gradient(270deg, #B0FFFE, #8DFFCD);
  color: #2C62DD;
}
.s2 .content-box .qes-list .qes-row .qes:hover em {
  color: #2C62DD;
}
.s2 .content-box .qes-list .qes-row .qes:hover .iconfont {
  opacity: 1;
}
.s2 .content-box .qes-list .qes-row:first-child {
  padding: 0 70px 0 32px;
}
.s2 .content-box .qes-list .qes-row:nth-child(2) {
  padding: 0 3px 0 55px;
}
.s2 .content-box .qes-list .qes-row:nth-child(3) {
  padding: 0 19px 0 128px;
}
.s2 .content-box .qes-list .qes-row:nth-child(4) {
  padding: 0 64px 0 6px;
}
.s2 .content-box .qes-list .qes-row:nth-child(5) {
  padding: 0 97px 0 30px;
}
.s2 .content-box .qes-list .qes-row:nth-child(6) {
  margin-bottom: 0;
  padding: 0 199px 0 125px;
}
.s2 .sec-btn-more {
  margin-top: 53px;
}
.s3 {
  margin-top: 53px;
  padding: 55px 0 60px 0;
  background: #F5F6FF;
}
.s3 .course-list-wrap {
  height: 398px;
  overflow: hidden;
  margin-top: 36px;
  margin-bottom: 39px;
}
.s3 .course-list-wrap .course-list {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s3 .course-list-wrap .course-list.running {
  transition: transform 2s;
  transform: translateY(-66px);
}
.s3 .course-list-wrap .course-list .course {
  width: 586px;
  height: 56px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 106px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-top: 10px;
  border-radius: 10px;
  background: #FFFFFF;
}
.s3 .course-list-wrap .course-list .course:hover {
  color: #fff;
  background: #3970FE;
}
.s3 .course-list-wrap .course-list .course:hover .city {
  background-color: #fff;
  color: #6565f5;
}
.s3 .course-list-wrap .course-list .course .city {
  line-height: 26px;
  background: #3970FE;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 0 7px;
  position: absolute;
  left: 29px;
}
.s3 .course-list-wrap .course-list .course .date {
  margin-left: 44px;
  margin-right: 35px;
}
.s3 .course-list-wrap .course-list .course .iconfont {
  font-size: 24px;
  color: #ff4548;
}
.s3 .course-list-wrap .course-list .course .course-btn {
  margin-left: 38px;
  width: 100px;
  background: #ffffff;
  border: 1px solid #225FFF;
  border-radius: 17px;
  text-align: center;
  font-size: 16px;
  color: #225FFF;
  line-height: 32px;
}
.s4 {
  padding-top: 62px;
}
.s4 .top-brand {
  margin: 66px 20px 34px 0;
  display: flex;
  justify-content: center;
}
.s4 .top-brand .brand {
  height: 49px;
  line-height: 49px;
  font-size: 30px;
  font-weight: bold;
  color: #7A7E8B;
}
.s4 .top-brand .brand:first-child {
  margin-right: 220px;
}
.s4 .top-brand .brand img {
  height: 100%;
}
.s4 .content-box {
  width: 990px;
  margin: auto;
  position: relative;
  display: flex;
}
.s4 .content-box::before {
  position: absolute;
  content: '';
  z-index: -1;
  right: -114px;
  top: -23px;
  width: 213px;
  height: 213px;
  background: url(../imgs/s4-content-bg-r.png) no-repeat;
  background-size: 100% 100%;
}
.s4 .content-box::after {
  position: absolute;
  content: '';
  z-index: -1;
  left: -148px;
  bottom: -42px;
  width: 206px;
  height: 141px;
  background: url(../imgs/s4-content-bg-l.png) no-repeat;
  background-size: 100% 100%;
}
.s4 .content-box .logo-vs {
  z-index: 1;
  position: absolute;
  left: 465px;
  top: -105px;
  width: 102px;
  height: 138px;
}
.s4 .content-box .con {
  display: flex;
  align-items: center;
}
.s4 .content-box .con .advantage-list .advantage {
  position: relative;
  width: 362px;
  height: 132px;
  padding-top: 33px;
}
.s4 .content-box .con .advantage-list .advantage .tit {
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.s4 .content-box .con .advantage-list .advantage .tit img.star-group {
  margin-left: 18px;
  height: 13px;
}
.s4 .content-box .con .advantage-list .advantage .desc {
  margin-top: 10px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.s4 .content-box .con .advantage-list .advantage:last-child {
  border-bottom: none;
}
.s4 .content-box .con-left {
  width: 510px;
  height: 598px;
  background: #3273F6;
  padding-left: 118px;
  position: relative;
}
.s4 .content-box .con-left .advantage-list .advantage {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.s4 .content-box .con-left .advantage-list .advantage .left-icon {
  position: absolute;
  font-size: 40px;
  color: #FFDE99;
  left: -55px;
  top: 30px;
}
.s4 .content-box .con-left .advantage-list .advantage .tit {
  color: #FFDE99;
}
.s4 .content-box .con-right {
  margin-top: 25px;
  width: 480px;
  height: 549px;
  background: #F3F8FF;
  padding-left: 43px;
}
.s4 .content-box .con-right .advantage-list .advantage {
  border-bottom: 1px dashed #6180ee;
}
.s4 .content-box .con-right .advantage-list .advantage .left-icon {
  position: absolute;
  font-size: 40px;
  color: #FFDE99;
  left: -55px;
  top: 30px;
}
.s4 .content-box .con-right .advantage-list .advantage .tit {
  color: #3273F6;
}
.s4 .content-box .con-right .advantage-list .advantage .desc {
  color: #7A7E8B;
}
.s4 .sec-btn-more {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.s5 {
  padding-top: 220px;
  padding-bottom: 42px;
  margin-top: -145px;
  margin-bottom: 42px;
  position: relative;
  background: url(../imgs/s5-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
}
.s5 .content-box {
  margin-top: 50px;
  background-color: #fff;
  overflow: hidden;
}
.s5 .content-box .list .item {
  height: 345px;
  width: 400px;
  border: 1px dashed #CACADE;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 15px;
  text-align: center;
}
.s5 .content-box .list .item .cover {
  width: 189px;
  height: 157px;
}
.s5 .content-box .list .item .tit {
  margin: 25px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #6180EE;
  line-height: 18px;
}
.s5 .content-box .list .item .desc {
  width: 267px;
  height: 72px;
  font-size: 14px;
  color: #7A7E8B;
  line-height: 24px;
}
.s5 .content-box .list .item:nth-child(5) .quote {
  margin-top: 38px;
  width: 285px;
  height: 130px;
  background: url(../imgs/s5-item-extra.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #6180EE;
  line-height: 30px;
}
.s5 .content-box .list .item:nth-child(5) .sec-btn-more {
  margin-top: 30px;
  width: 284px;
}
.s6 {
  padding: 85px 0 70px 0;
  background: #3273F6;
}
.s6 .content-box {
  margin: 55px auto 50px auto;
}
.s6 .content-box .card-list .card {
  width: 378px;
  height: 634px;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px 0px rgba(151, 156, 187, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.s6 .content-box .card-list .card .cover-box {
  width: 378px;
  height: 180px;
  background: #979CBB;
  border-radius: 10px 10px 0px 0px;
}
.s6 .content-box .card-list .card .cover-box .cover-img {
  width: 100%;
  height: 100%;
}
.s6 .content-box .card-list .card .tit-box {
  margin-top: -29px;
  height: 43px;
  background: #5C9CEE;
  line-height: 43px;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
}
.s6 .content-box .card-list .card .tit-box h3 {
  margin-right: 22px;
  display: inline-block;
  color: #fff;
  width: 98px;
  height: 100%;
  background: #225FFF;
  text-align: center;
  font-weight: 600;
}
.s6 .content-box .card-list .card .desc-list {
  padding: 28px 20px 0 47px;
}
.s6 .content-box .card-list .card .desc-list .desc {
  border-bottom: 1px dashed rgba(97, 128, 238, 0.2);
}
.s6 .content-box .card-list .card .desc-list .desc h4 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}
.s6 .content-box .card-list .card .desc-list .desc h4 .icon {
  font-size: 15px;
  position: absolute;
  left: -27px;
  top: 0;
}
.s6 .content-box .card-list .card .desc-list .desc p {
  font-size: 14px;
  font-weight: 500;
  color: #7A7E8B;
  line-height: 24px;
}
.s6 .content-box .card-list .card .desc-list .desc:first-child {
  padding-top: 0 !important;
}
.s6 .content-box .card-list .card .desc-list .desc:last-child {
  border-bottom: none;
}
.s6 .content-box .card-list .card:first-child .desc-list .desc {
  padding: 20px 0 16px 0;
}
.s6 .content-box .card-list .card:first-child .desc-list .desc h4 {
  margin-bottom: 11px;
}
.s6 .content-box .card-list .card:nth-child(2) .desc-list .desc {
  padding: 15px 0;
}
.s6 .content-box .card-list .card:nth-child(3) .desc-list .desc {
  padding: 13px 0;
}
.s6 .content-box .card-list .card:nth-child(3) .desc-list .desc h4 {
  line-height: 20px;
}
.c-banner {
  height: 498px;
  background: #225FFF url(../imgs/c-banner-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
  overflow: hidden;
}
.c-banner .content-box {
  display: flex;
  justify-content: space-between;
  padding: 74px 0 0 255px;
}
.c-banner .content-box .slogan-box {
  margin-top: 20px;
}
.c-banner .content-box .slogan-box h3 {
  margin-top: 30px;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 60px;
}
.c-banner .content-box .slogan-box h3 em {
  font-size: 76px;
  font-weight: bold;
  color: #FFFFFF;
}
.c-banner .content-box .slogan-box p {
  margin-left: 26px;
  margin-top: 68px;
  height: 17px;
  font-size: 17px;
  color: #FFE156;
  line-height: 38px;
}
.c-banner .content-box .form-box {
  width: 444px;
  height: 347px;
  background: url(../imgs/c-form-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 22px;
}
.c-banner .content-box .form-box .form-tit {
  font-size: 26px;
  color: #377FDD;
  line-height: 25px;
  text-align: center;
}
.c-banner .content-box .form-box .input-wrap {
  height: 53px;
  border: 1px solid #DDDDDD;
  border-radius: 26px;
  font-size: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.c-banner .content-box .form-box .input-wrap:first-of-type {
  margin: 22px 0 16px 0;
}
.c-banner .content-box .form-box .input-wrap label {
  margin-right: 20px;
}
.c-banner .content-box .form-box .input-wrap input {
  flex: 1;
  line-height: 30px;
}
.c-banner .content-box .form-box .sec-btn-more {
  margin-top: 30px;
  width: 316px;
  height: 49px;
  border-radius: 25px;
  font-size: 16px;
  box-shadow: none;
}
.c-banner .content-box .form-box .sec-btn-more img.icon {
  width: 19px;
}
.s7 {
  padding: 67px 0 0 0;
}
.s7 .s-title-slogan {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  text-align: center;
}
.s7 .card-list {
  margin: 33px 0 0 0;
}
.s7 .card-list .card {
  width: 229px;
  height: 300px;
  background: rgba(97, 128, 238, 0);
  border: 1px dashed rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 9px;
}
.s7 .card-list .card .cover {
  height: 144px;
}
.s7 .card-list .card .tit {
  margin-top: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #3273F6;
  line-height: 21px;
  width: 180px;
  padding-bottom: 17px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.s7 .card-list .card .tit em {
  font-size: 22px;
}
.s7 .card-list .card .desc {
  margin-top: 19px;
  font-size: 14px;
  color: #7A7E8B;
  line-height: 22px;
}
.s7 .c-tit {
  margin: 90px 0 90px 0;
  line-height: 22px;
  font-size: 22px;
  font-weight: 500;
  color: #373131;
  text-align: center;
}
.s7 .c-tit span {
  position: relative;
}
.s7 .c-tit span::before {
  z-index: -1;
  position: absolute;
  content: '';
  bottom: -3px;
  width: 100%;
  height: 10px;
  background: #DDDDED;
  border-radius: 5px;
}
.s7 .project-swiper-box {
  position: relative;
}
.s7 .project-swiper-box .center-bg {
  margin: auto;
  width: 790px;
  height: 485px;
  background: #3273F6;
  position: relative;
}
.s7 .project-swiper-box .center-bg .project-name {
  position: absolute;
  bottom: 30px;
  width: 100%;
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
}
.s7 .project-swiper-box .swiperBox {
  position: absolute;
  width: 100%;
  top: -46px;
}
.s7 .project-swiper-box .swiper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.s7 .project-swiper-box .swiper .current-swiper {
  width: 622px;
  height: 420px;
}
.s7 .project-swiper-box .swiper .nocurrent-swiper {
  width: 205px;
  height: 420px;
  border-radius: 0;
}
.s7 .project-swiper-box .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.s7 .project-swiper-box .left-swiper {
  position: absolute;
  left: 0px;
  top: 70px;
  z-index: 1;
}
.s7 .project-swiper-box .right-swiper {
  position: absolute;
  right: 0;
  left: auto;
  top: 70px;
  z-index: 1;
}
.s7 .project-swiper-box .nocurrent-swiper:before {
  background-color: transparent;
}
.s7 .project-swiper-box .swiper-button-prev,
.s7 .project-swiper-box .swiper-container-rtl .swiper-button-next {
  top: 250px;
  left: 189px;
}
.s7 .project-swiper-box .swiper-button-next,
.s7 .project-swiper-box .swiper-container-rtl .swiper-button-prev {
  top: 250px;
  right: 189px;
}
.s7 .project-swiper-box .swiper-button-prev,
.s7 .project-swiper-box .swiper-button-next {
  width: 32px;
  height: 62px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s7 .project-swiper-box .swiper-button-prev:hover .iconfont,
.s7 .project-swiper-box .swiper-button-next:hover .iconfont {
  background: linear-gradient(0deg, #1BBCFF, #1431DF);
  color: #fff;
}
.s7 .project-swiper-box .swiper-button-prev .iconfont,
.s7 .project-swiper-box .swiper-button-next .iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #3273F6;
  color: #3273F6;
  font-size: 25px;
  transition: all ease 0.2s;
  border-radius: 5px;
}
.s7 .sec-btn-more {
  margin-top: 40px;
}
.s7 .student-pro-wrap {
  margin-top: 70px;
  padding: 60px 0 80px 0;
  background-color: #0275ff;
  overflow: hidden;
}
.s7 .student-pro-wrap .c-tit {
  margin: 0 0 42px 0;
  color: #fff;
}
.s7 .student-pro-wrap .c-tit span::before {
  background: #DDDDED;
  opacity: 0.2;
}
.s7 .student-pro-wrap .swiper-wrap {
  margin: 34px auto 0;
  width: 1317px;
  position: relative;
}
.s7 .student-pro-wrap .swiper-wrap .pro-swiper {
  width: 1200px;
}
.s7 .student-pro-wrap .swiper-wrap .pro-swiper .swiper-slide {
  width: 371px;
  height: 514px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.s7 .student-pro-wrap .swiper-wrap .pro-swiper .swiper-slide .swiper-img {
  width: 371px;
  height: 232px;
}
.s7 .student-pro-wrap .swiper-wrap .pro-swiper .swiper-slide .title {
  margin-top: 25px;
  margin-left: 23px;
  font-size: 16px;
  font-weight: 400;
  color: #373131;
  line-height: 20px;
}
.s7 .student-pro-wrap .swiper-wrap .pro-swiper .swiper-slide .swiper-dec {
  width: 324px;
  margin: 12px auto 0;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
}
.s7 .student-pro-wrap .swiper-wrap .pro-swiper .swiper-slide .swiper-btn {
  width: 151px;
  line-height: 32px;
  background: #ffe8d7;
  border-radius: 16px;
  padding-left: 43px;
  font-size: 14px;
  font-weight: 400;
  color: #e7542e;
  display: block;
  position: absolute;
  left: 24px;
  bottom: 27px;
  background-repeat: no-repeat;
  background-image: url("../imgs/eye.png");
  background-position: 22px center;
}
.s7 .student-pro-wrap .swiper-wrap .pro-button-next,
.s7 .student-pro-wrap .swiper-wrap .pro-button-prev {
  width: 32px;
  height: 62px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
.s7 .student-pro-wrap .swiper-wrap .pro-button-next:hover,
.s7 .student-pro-wrap .swiper-wrap .pro-button-prev:hover {
  background-color: #fff;
  color: #6180EE;
}
.s8 {
  padding: 84px 0 60px 0;
}
.s8 .slogan {
  margin-top: -12px;
  height: 183px;
  background: url(../imgs/s8-slogan-bg.png);
  background-size: 100% 100%;
  padding-left: 230px;
  display: flex;
  align-items: center;
}
.s8 .slogan p {
  font-size: 14px;
  color: #666666;
  line-height: 23px;
}
.s8 .teacher-swiper-box {
  margin: 12px auto 50px auto;
  position: relative;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-wrapper {
  transition: transform ease 0.2s;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide {
  display: flex;
  width: 148px;
  margin-right: 2px;
  cursor: pointer;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide:nth-child(5n) {
  margin-right: 0;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide .avatar-box {
  overflow: hidden;
  width: 148px;
  height: 448px;
  background: #5E53D3;
  position: relative;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide .avatar-box .avatar-img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide .avatar-box .teacher-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 65px;
  font-size: 24px;
  color: #FFFFFF;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide .intro-box {
  margin-left: 2px;
  width: 0;
  height: 448px;
  background: #3273F6;
  overflow: hidden;
  position: relative;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide .intro-box .tit span {
  display: inline-block;
  color: #FFFFFF;
  line-height: 30px;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide .intro-box .tit .name {
  font-size: 32px;
  margin-right: 25px;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide .intro-box .tit .job {
  font-size: 18px;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide .intro-box .intro {
  margin-top: 30px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 25px;
  opacity: 0.7;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide .intro-box .btn {
  position: absolute;
  bottom: 32px;
  left: 28px;
  width: 135px;
  background: #FFFFFF;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #3273F6;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide-active {
  width: 600px;
}
.s8 .teacher-swiper-box .teacher-swiper .swiper-slide-active .intro-box {
  width: 450px;
  padding: 35px 30px 0 35px;
  transition: width ease 0.4s;
}
.s8 .teacher-swiper-box .teacher-swiper-btn {
  width: 32px;
  background: rgba(34, 95, 255, 0.1);
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  height: 62px;
  line-height: 62px;
  font-size: 25px;
  color: #225FFF;
  margin-top: -16px;
  transition: all ease 0.2s;
}
.s8 .teacher-swiper-box .teacher-swiper-btn:hover {
  background: #225fff;
  color: #fff;
}
.s8 .teacher-swiper-box .swiper-button-prev {
  left: -56px;
}
.s8 .teacher-swiper-box .swiper-button-next {
  right: -56px;
}
.s9 {
  padding: 80px 0;
  background-color: rgba(96, 140, 247, 0.08);
}
.s9 .content-box {
  margin: 46px auto 0 auto;
  width: 1360px;
  padding: 0 80px;
  position: relative;
}
.s9 .content-box::before {
  position: absolute;
  content: '';
  left: 0;
  top: 85px;
  width: 100%;
  height: 2px;
  background: #2F53EB;
}
.s9 .content-box .list .item {
  display: flex;
  flex-direction: column;
  width: 170px;
  align-items: center;
  position: relative;
}
@keyframes arrowDouble_ani {
  to {
    transform: translateX(10px);
  }
}
.s9 .content-box .list .item::after {
  position: absolute;
  content: '';
  top: 11px;
  right: -14px;
  width: 27px;
  height: 22px;
  background: url(../imgs/arrow-double.png) no-repeat;
  background-size: 100% 100%;
  animation: arrowDouble_ani infinite 1s ease-in-out;
}
.s9 .content-box .list .item:last-child::after {
  display: none;
}
.s9 .content-box .list .item .orderNum {
  width: 45px;
  border: 1px solid #2F53EB;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  font-weight: 500;
  color: #2F53EB;
}
.s9 .content-box .list .item .tag-stage {
  margin: 19px 0 44px 0;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #FFFFFF;
  position: relative;
}
.s9 .content-box .list .item .tag-stage::after {
  position: absolute;
  content: '';
  left: 80px;
  bottom: -33px;
  width: 12px;
  height: 33px;
  background: url(../imgs/point-line.png) no-repeat;
  background-size: 100% 100%;
}
.s9 .content-box .list .item .txt-stage {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.s9 .content-box .list .item .dec-list {
  margin: 23px 0 25px 0;
  width: 100%;
}
.s9 .content-box .list .item .dec-list .dec {
  font-size: 15px;
  color: #8F95A5;
  line-height: 26px;
}
.s9 .content-box .list .item .dec-list .dec .icon {
  font-size: 12px;
  margin: 0 6px 0 3px;
}
.s9 .content-box .list .item .txt-effect {
  width: 162px;
  height: 60px;
  background: #DFE5FC;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.s9 .content-box .list .item .txt-effect::before {
  position: absolute;
  content: '';
  top: -16px;
  left: 73px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #DFE5FC;
}
.s9 .content-box .list .item:nth-child(odd) .tag-stage {
  background-image: url(../imgs/arrow-rectangle-1.png);
}
.s9 .content-box .list .item:nth-child(even) .tag-stage {
  background-image: url(../imgs/arrow-rectangle-2.png);
}
.s10 {
  padding: 60px 0;
}
.s10 .content {
  margin-top: 46px;
  display: flex;
  flex-grow: 0;
  justify-content: center;
}
.s10 .content .item {
  width: 240px;
  height: 400px;
  position: relative;
  color: #fff;
  transition: all ease 0.3s;
  overflow: hidden;
}
@keyframes maskFadeOut {
  from {
    background-color: rgba(0, 0, 0, 0.4);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
    z-index: -1;
    display: none;
  }
}
.s10 .content .item::after {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.s10 .content .item .cover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.s10 .content .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  height: 100px;
  background: rgba(0, 14, 50, 0.7);
  box-sizing: border-box;
  transition: all ease 0.3s;
}
.s10 .content .item .text h3 {
  margin-bottom: 10px;
  padding-left: 10px;
  height: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 19px;
  border-left: 5px solid #056CFF;
}
.s10 .content .item .text p {
  font-size: 13px;
  line-height: 17px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.s10 .content .item.active {
  flex-grow: 1;
}
.s10 .content .item.active::after {
  animation: maskFadeOut 0.5s ease forwards 1;
}
.s10 .content .item.active .text {
  background: #056CFF;
}
.s10 .content .item.active .text h3 {
  border-left-color: #fff;
}
.s10 .sec-btn-more {
  margin-top: 30px;
}
.yqlj {
  padding: 40px 0 52px 0;
  background-color: #0030af;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  box-sizing: border-box;
}
.yqlj p {
  line-height: 15px;
}
.yqlj p:first-child {
  line-height: 25px;
}
.yqlj p a {
  padding: 0 4px;
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.yqlj p a:hover {
  color: #fff;
}
.yqlj .copyright-p {
  margin: 14px 0;
}
.yqlj .copyright-p img {
  width: 18px;
}
