@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;
}
body {
  overflow-x: hidden;
}
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;
}
input {
  border: none;
  outline: none;
  background: none;
}
body {
  background-color: #f3f3f3;
}
svg.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.nav_bg {
  box-sizing: content-box;
}
.nav_left a {
  float: left;
}
.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;
}
.base {
  width: 1200px;
  margin: 0 auto;
}
.data-note {
  line-height: 14px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.clearfix::after,
.clearfix::before {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  content: '';
}
@keyframes fadeLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.s-title {
  text-align: center;
  line-height: 38px;
  font-size: 40px;
  font-weight: 500;
  color: #242424;
}
.s-title span {
  color: #FF6714;
}
.s-title.w {
  color: #fff;
}
.s-title.w span {
  color: #FBDD37;
}
.sec-btn-more {
  display: inline-block;
  text-align: center;
  line-height: 58px;
  display: block;
  margin: auto;
  width: 288px;
  height: 58px;
  background: linear-gradient(270deg, #A623F9, #D649FF);
  box-shadow: 0px 3px 7px 0px rgba(167, 36, 249, 0.41);
  border-radius: 29px;
  font-size: 20px;
  color: #FFFFFF;
  transition: all ease 0.3s;
  position: relative;
  overflow: hidden;
}
.sec-btn-more::after {
  position: absolute;
  top: -115px;
  left: 0;
  content: '';
  display: inline-block;
  width: 288px;
  height: 288px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  transition: transform 0.5s ease;
}
.sec-btn-more:hover {
  transform: scale(1.1);
}
.sec-btn-more:hover::after {
  transform: scale(1);
}
.banner-swiper .swiper-slide {
  overflow: hidden;
}
.banner-swiper .swiper-img {
  display: block;
  width: 1920px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.s1 {
  padding: 55px 0 35px 0;
  height: 338px;
  background: url(../imgs/s1-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
  overflow: hidden;
}
.s1 .card-list {
  margin-top: 44px;
}
.s1 .card-list li {
  width: 214px;
  height: 166px;
  background: url(../imgs/s1-item-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(300px);
  transition: transform 0.4s ease, margin-top 0.3s ease;
}
.s1 .card-list li:hover {
  margin-top: -15px;
}
.s1 .card-list li .icon-box {
  width: 40px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s1 .card-list li .icon-box img.icon {
  width: 36px;
}
.s1 .card-list li p {
  font-size: 18px;
  color: #999;
}
.s1 .card-list li .b {
  margin: 20px 0 8px 0;
  line-height: 22px;
  font-size: 22px;
  font-weight: 500;
  color: #242424;
}
.s1 .card-list li:first-child .icon-box {
  background: linear-gradient(0deg, #FF621D, #FFA336);
  box-shadow: 0px 4px 5px 0px rgba(255, 170, 72, 0.47);
}
.s1 .card-list li:nth-child(2) .icon-box {
  background: linear-gradient(0deg, #2364F9, #49B8FF);
  box-shadow: 0px 4px 5px 0px rgba(68, 134, 254, 0.47);
}
.s1 .card-list li:nth-child(3) .icon-box {
  background: linear-gradient(0deg, #A623F9, #D649FF);
  box-shadow: 0px 4px 5px 0px rgba(180, 72, 255, 0.47);
}
.s1 .card-list li:nth-child(4) .icon-box {
  background: linear-gradient(0deg, #F92383, #FF49B0);
  box-shadow: 0px 4px 5px 0px rgba(255, 72, 180, 0.47);
}
.s1 .card-list li:nth-child(5) .icon-box {
  background: linear-gradient(0deg, #F93223, #FF7D50);
  box-shadow: 0px 4px 5px 0px rgba(255, 115, 72, 0.47);
}
.s2 {
  padding: 60px 0 85px 0;
  height: 481px;
  background: url(../imgs/s2-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
}
.s2 .time-table-box {
  margin-top: 25px;
  width: 650px;
  height: 267px;
  background: #F3F3F3;
  border-radius: 10px;
  padding: 43px 32px 35px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s2 .time-table-box .time-table-list {
  height: 100%;
}
.s2 .time-table-box .time-table-list li {
  width: 586px;
  height: 56px;
}
.s2 .time-table-box .time-table-list li a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  padding: 0 35px 0 28px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 18px;
  color: #000;
}
.s2 .time-table-box .time-table-list li a .city {
  width: 46px;
  height: 26px;
  background: #C19681;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.s2 .time-table-box .time-table-list li a .courseName {
  margin: 0 40px 0 35px;
}
.s2 .time-table-box .time-table-list li a .icon {
  margin: 0 34px 0 34px;
}
.s2 .time-table-box .time-table-list li a .btn {
  color: #AC28FA;
}
.s2 .time-table-box .time-table-list li a:hover {
  background: #AB27FA;
  color: #fff;
}
.s2 .time-table-box .time-table-list li a:hover .city {
  background-color: #fff;
  color: #AB27FA;
}
.s2 .time-table-box .time-table-list li a:hover .btn {
  color: #FFFD53;
}
.s3 {
  padding: 65px 0;
}
.s3 .content-box {
  margin-top: 30px;
  width: 1200px;
  height: 516px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
}
.s3 .content-box .swiper-container {
  height: 100%;
}
.s3 .content-box .swiper-pagnation-btns {
  width: 88px;
  height: 38px;
  z-index: 10;
  position: absolute;
  right: 38px;
  top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s3 .content-box .swiper-pagnation-btns .swiper-button-prev,
.s3 .content-box .swiper-pagnation-btns .swiper-button-next {
  margin: 0;
  position: unset;
  width: 38px;
  height: 38px;
  background: #000000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s3 .content-box .swiper-pagnation-btns .swiper-button-prev .iconfont,
.s3 .content-box .swiper-pagnation-btns .swiper-button-next .iconfont {
  font-size: 20px;
}
.s3 .content-box .content-item {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.s3 .content-box .content-item .left-card {
  position: absolute;
  top: 4px;
  left: 33px;
  bottom: 33px;
  width: 308px;
  height: 480px;
  background: linear-gradient(0deg, #FDA53D, #FF6714);
  transform: translateY(-510px);
  transition: transform ease 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.s3 .content-box .content-item .left-card p {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 21px;
}
.s3 .content-box .content-item .left-card .b {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 23px;
}
.s3 .content-box .content-item .left-card .show-img {
  width: 288px;
  height: 249px;
  margin-top: 70px;
}
.s3 .content-box .content-item .top {
  height: 158px;
  border-bottom: 1px solid #FF6714;
  padding-top: 56px;
}
.s3 .content-box .content-item .top .text-list {
  margin-left: 385px;
  height: 100px;
  display: flex;
  align-items: center;
}
.s3 .content-box .content-item .top .text-list p {
  width: 210px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #393939;
  line-height: 26px;
  white-space: nowrap;
}
.s3 .content-box .content-item .top .text-list p:first-of-type {
  width: 294px;
}
.s3 .content-box .content-item-1 .bot {
  padding: 40px 0 0 463px;
}
.s3 .content-box .content-item-1 .bot img.logo-group {
  width: 620px;
  height: 220px;
}
.s3 .content-box .content-item-2 .bot {
  padding: 34px 0 0 410px;
}
.s3 .content-box .content-item-2 .bot img.logo-group {
  width: 740px;
}
.s3 .content-box .content-item-3 .bot {
  padding: 11px 0 0 342px;
}
.s3 .content-box .content-item-3 .bot img.logo-group {
  width: 846px;
}
.s3 .content-box .content-item-4 .bot {
  padding: 25px 0 0 392px;
}
.s3 .content-box .content-item-4 .bot img.logo-group {
  width: 754px;
}
.s3 .content-box .swiper-slide-active .left-card {
  transform: translateY(0);
}
.s3 .content-box .sec-btn-more {
  z-index: 20;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -144px;
}
.s4 {
  padding: 50px 0 115px 0;
}
.s4 .content-box {
  margin-top: 32px;
  display: flex;
}
.s4 .content-box .con-left {
  z-index: 5;
  position: relative;
  margin-top: 12px;
  flex-shrink: 0;
  width: 609px;
  height: 362px;
  background: #000000;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s4 .content-box .con-left video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.s4 .content-box .con-right {
  flex-shrink: 0;
  margin-left: -30px;
  width: 766px;
  height: 400px;
  background: url(../imgs/s4-right-bg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 86px;
}
.s4 .content-box .con-right h3 {
  font-size: 22px;
  font-weight: bold;
  color: #939393;
}
.s4 .content-box .con-right p {
  width: 510px;
  margin-top: 70px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.s5 {
  padding: 100px 0 84px 0;
  background: url(../imgs/s5-bg.png) no-repeat;
  background-size: 1920px auto;
  background-position: top center;
}
.s5 .content-box {
  margin-top: 30px;
  width: 1200px;
  height: 905px;
  background: #FFFFFF;
  border: 1px solid #EBEBF6;
  box-shadow: 0px 2px 5px 0px rgba(235, 235, 246, 0.6);
  border-radius: 10px;
  padding: 40px 70px 30px 70px;
}
.s5 .content-box .top-list {
  display: flex;
}
.s5 .content-box .top-list li {
  display: flex;
  flex: 1;
  align-items: center;
}
.s5 .content-box .top-list li .icon {
  margin-right: 16px;
}
.s5 .content-box .top-list li p {
  font-size: 16px;
  color: #373131;
  line-height: 16px;
}
.s5 .content-box .top-list li .mark {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: bold;
  color: #3A26E5;
  line-height: 19px;
}
.s5 .content-box .data-note {
  margin: 18px 0;
}
.s5 .content-box .employment-table .table-row {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #373131;
  height: 44px;
  border-bottom: 1px solid #e6e6e6;
}
.s5 .content-box .employment-table .table-row span {
  flex: 1;
}
.s5 .content-box .employment-table .table-head {
  height: 35px;
  background: #FF9464;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  border-bottom: none;
}
.s5 .content-box .employment-table .employment-info-swiper {
  height: 585px;
}
.s5 .content-box .data-note {
  display: block;
  margin: 6px 0 30px 0;
}
.s6 {
  padding-bottom: 60px;
}
.s6 .content-box {
  margin-top: 30px;
  display: flex;
}
.s6 .content-box .con-left {
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  width: 430px;
  height: 278px;
  border-radius: 10px;
}
.s6 .content-box .con-left img {
  width: 100%;
  height: 100%;
}
.s6 .content-box .con-right {
  flex-shrink: 0;
  width: 800px;
  height: 278px;
  margin-left: -30px;
  background: #FFFFFF;
  border: 1px solid #EBEBF6;
  box-shadow: 0px 2px 5px 0px rgba(235, 235, 246, 0.6);
  border-radius: 10px;
  padding: 42px 30px 42px 60px;
}
.s6 .content-box .con-right .list {
  display: flex;
  flex-wrap: wrap;
}
.s6 .content-box .con-right .list .item {
  opacity: 0;
  position: relative;
  width: 158px;
  height: 74px;
  background: url(../imgs/s6-item-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  color: #242424;
  line-height: 1.5;
}
.s6 .content-box .con-right .list .item::after {
  position: absolute;
  right: -20px;
  top: 29px;
  content: '';
  display: inline-block;
  background: url(../imgs/triangle-orange.png) no-repeat;
  width: 14px;
  height: 16px;
  background-size: 100% 100%;
}
.s6 .content-box .con-right .list .item:nth-child(-n+4) {
  margin-bottom: 45px;
}
.s6 .content-box .con-right .list .item:nth-child(2),
.s6 .content-box .con-right .list .item:nth-child(4),
.s6 .content-box .con-right .list .item:nth-child(5),
.s6 .content-box .con-right .list .item:nth-child(7) {
  background-image: url(../imgs/s6-item-bg2.png);
}
.s6 .content-box .con-right .list .item:nth-child(4)::after {
  top: unset;
  right: 70px;
  bottom: -30px;
  transform: rotate(90deg);
}
.s6 .content-box .con-right .list .item:nth-child(5)::after {
  display: none;
}
.s6 .content-box .con-right .list .item:nth-last-child(-n+4)::after {
  transform: rotate(180deg);
  right: unset;
  left: -20px;
}
.s6 .sec-btn-more {
  margin-top: 27px;
}
.s7 {
  padding: 82px 0 75px 0;
  background-color: #fff;
}
.s7 .content-box {
  margin-top: 25px;
  padding-top: 40px;
  overflow: hidden;
}
.s7 .content-box .chart-box {
  height: 417px;
  background: url(../imgs/s7-chart-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-right: 12px;
  position: relative;
}
.s7 .content-box .chart-box .broke-line {
  opacity: 0;
  position: absolute;
  top: -7px;
  left: 100px;
  width: 993px;
  height: 198px;
}
.s7 .content-box .chart-box .column {
  opacity: 0;
  width: 223px;
  position: relative;
  /*                 margin-right: 21px;

                &:last-child {
                    margin-right: 0;
                } */
}
.s7 .content-box .chart-box .column .salary-num {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #FF6714;
  line-height: 18px;
}
.s7 .content-box .chart-box .column .job {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: content-box;
  padding-bottom: 40px;
  margin-bottom: -40px;
  background: url(../imgs/s7-column-wave-bg.png) no-repeat;
  background-size: auto 95px;
  background-position: -110px bottom;
}
.s7 .content-box .chart-box .column .job .mark {
  margin-top: 53px;
  font-size: 18px;
  font-weight: 500;
  color: #242424;
}
.s7 .content-box .chart-box .column .stage {
  height: 78px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #393939;
}
.s7 .content-box .chart-box .column:nth-child(1) .job {
  height: 146px;
  background-color: rgba(255, 234, 163, 0.46);
}
.s7 .content-box .chart-box .column:nth-child(1) .stage {
  background-color: #FFE17B;
}
.s7 .content-box .chart-box .column:nth-child(2) .job {
  height: 186px;
  background-color: rgba(255, 203, 105, 0.46);
}
.s7 .content-box .chart-box .column:nth-child(2) .stage {
  background-color: #FFC556;
}
.s7 .content-box .chart-box .column:nth-child(3) .job {
  height: 236px;
  background-color: rgba(255, 194, 127, 0.46);
}
.s7 .content-box .chart-box .column:nth-child(3) .stage {
  background-color: #FFAF56;
}
.s7 .content-box .chart-box .column:nth-child(4) .job {
  height: 236px;
  background-color: rgba(255, 163, 127, 0.46);
}
.s7 .content-box .chart-box .column:nth-child(4) .stage {
  background-color: #F87643;
  color: #fff;
}
.s7 .content-box .chart-box .column:nth-child(5) .job {
  height: 326px;
  background-color: rgba(255, 142, 136, 0.46);
}
.s7 .content-box .chart-box .column:nth-child(5) .stage {
  background-color: #F12C22;
  color: #fff;
}
.s8 {
  padding: 85px 0;
  height: 838px;
  background: url(../imgs/s8-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
}
.s8 .content-box .list {
  margin: 64px 0 30px 0;
}
.s8 .content-box .list .item {
  width: 224px;
  height: 480px;
}
.s8 .content-box .list .item .con {
  width: 100%;
  height: 100%;
  background: #6C6C6C;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease 0.8s;
}
.s8 .content-box .list .item:hover .con {
  transform: translateY(-15px) rotateY(360deg);
}
.s8 .content-box .list .item .top-img {
  width: 100%;
  height: 128px;
}
.s8 .content-box .list .item .con-txt {
  padding: 25px 15px;
  color: #fff;
}
.s8 .content-box .list .item .con-txt .num {
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.36);
  line-height: 16px;
}
.s8 .content-box .list .item .con-txt h3 {
  height: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  position: relative;
}
.s8 .content-box .list .item .con-txt h3::after {
  position: absolute;
  left: 0;
  bottom: -22px;
  content: '';
  display: block;
  width: 54px;
  height: 2px;
  background-color: #fff;
}
.s8 .content-box .list .item .con-txt p {
  font-size: 16px;
  line-height: 24px;
}
.s9 {
  padding: 80px 0 65px 0;
}
.s9 .content-box {
  margin-top: 58px;
  height: 584px;
  background: url(../imgs/s9-main-bg.png) no-repeat;
  background-size: 584px 584px;
  background-position: center;
  padding: 25px 0;
  display: flex;
}
.s9 .content-box .con {
  position: relative;
  z-index: 5;
}
.s9 .content-box .con ul li {
  opacity: 0;
  margin-bottom: 25px;
  width: 240px;
  height: 115px;
  background: #F8F8F9;
  border-radius: 10px;
  position: relative;
}
.s9 .content-box .con ul li:last-child {
  margin-bottom: 0;
}
.s9 .content-box .con ul li h4 {
  margin: 9px 0 18px 0;
  height: 31px;
  border-radius: 16px 0px 0px 16px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 31px;
}
.s9 .content-box .con ul li p {
  padding: 0 20px;
  font-size: 14px;
  color: #666666;
}
.s9 .content-box .con ul li::after,
.s9 .content-box .con ul li::before {
  display: inline-block;
  position: absolute;
}
.s9 .content-box .con ul li::before {
  content: '';
  top: 22px;
  height: 0px;
  border-bottom: 1px dashed #000;
}
.s9 .content-box .con ul li::after {
  width: 32px;
  height: 32px;
  background: #645FEE;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
}
.s9 .content-box .con-left ul li h4 {
  float: right;
  padding: 0 20px 0 26px;
  background: linear-gradient(-90deg, #8C88FB, #635EEE);
}
.s9 .content-box .con-left ul li p {
  float: right;
  text-align: end;
}
.s9 .content-box .con-left ul li::before {
  border-bottom-color: #3F36EF;
}
.s9 .content-box .con-left ul li::after {
  top: 7px;
  background-color: #645FEE;
}
.s9 .content-box .con-left ul li:nth-child(1)::before {
  width: 240px;
  right: -240px;
}
.s9 .content-box .con-left ul li:nth-child(1)::after {
  right: -272px;
  content: '01';
}
.s9 .content-box .con-left ul li:nth-child(2)::before {
  width: 98px;
  right: -98px;
}
.s9 .content-box .con-left ul li:nth-child(2)::after {
  right: -130px;
  content: '02';
}
.s9 .content-box .con-left ul li:nth-child(3)::before {
  width: 80px;
  right: -80px;
}
.s9 .content-box .con-left ul li:nth-child(3)::after {
  right: -112px;
  content: '03';
}
.s9 .content-box .con-left ul li:nth-child(4)::before {
  width: 144px;
  right: -144px;
}
.s9 .content-box .con-left ul li:nth-child(4)::after {
  right: -176px;
  content: '04';
}
.s9 .content-box .con-right ul li h4 {
  float: left;
  padding: 0 45px 0 18px;
  background: linear-gradient(270deg, #F96223, #FFAB49);
  border-radius: 0px 16px 16px 0px;
}
.s9 .content-box .con-right ul li p {
  float: left;
}
.s9 .content-box .con-right ul li::before {
  border-bottom-color: #3A8AED;
}
.s9 .content-box .con-right ul li::after {
  top: 7px;
  background-color: #F96726;
}
.s9 .content-box .con-right ul li:nth-child(1)::before {
  width: 203px;
  left: -203px;
}
.s9 .content-box .con-right ul li:nth-child(1)::after {
  left: -235px;
  content: '01';
}
.s9 .content-box .con-right ul li:nth-child(2)::before {
  width: 68px;
  left: -68px;
}
.s9 .content-box .con-right ul li:nth-child(2)::after {
  left: -100px;
  content: '02';
}
.s9 .content-box .con-right ul li:nth-child(3)::before {
  width: 50px;
  left: -50px;
}
.s9 .content-box .con-right ul li:nth-child(3)::after {
  left: -82px;
  content: '03';
}
.s9 .content-box .con-right ul li:nth-child(4)::before {
  width: 110px;
  left: -110px;
}
.s9 .content-box .con-right ul li:nth-child(4)::after {
  left: -142px;
  content: '04';
}
.s9 .content-box .con-center {
  margin: 0 60px 0 95px;
  width: 534px;
  height: 100%;
  position: relative;
  display: flex;
}
.s9 .content-box .con-center img.arrow {
  opacity: 0;
  position: absolute;
  top: 132px;
  width: 291px;
  height: 178px;
}
.s9 .content-box .con-center img.arrow.arrow-left {
  left: -125px;
}
.s9 .content-box .con-center img.arrow.arrow-right {
  right: -112px;
}
.s9 .content-box .con-center .column {
  width: 48px;
  height: 531px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px;
}
.s9 .sec-btn-more {
  margin: 45px auto 0 auto;
}
.s10 {
  padding: 75px 0 55px 0;
  background-color: #fff;
}
.s10 .content-box {
  margin-top: 52px;
}
.s10 .content-box .list .item {
  width: 378px;
  height: 605px;
  border-radius: 0px 60px 0px 0px;
  position: relative;
  padding: 45px 11px 25px 12px;
}
.s10 .content-box .list .item .item-logo {
  position: absolute;
}
.s10 .content-box .list .item h3 {
  margin-bottom: 20px;
  line-height: 25px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
}
.s10 .content-box .list .item .img-wrapper {
  z-index: 1;
  position: relative;
  height: 489px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px 8px;
}
.s10 .content-box .list .item .img-wrapper img {
  width: 100%;
  height: 224px;
}
.s10 .content-box .list .item .img-wrapper img:first-child {
  margin-bottom: 22px;
}
.s10 .content-box .list .item:first-child {
  background: linear-gradient(-270deg, #F96223, #FFAB49);
}
.s10 .content-box .list .item:first-child .item-logo {
  width: 100px;
  height: 127px;
  right: 26px;
  top: -17px;
}
.s10 .content-box .list .item:nth-child(2) {
  background: linear-gradient(270deg, #2364F9, #49B8FF);
}
.s10 .content-box .list .item:nth-child(2) .item-logo {
  width: 143px;
  height: 90px;
  right: 3px;
  top: 1px;
}
.s10 .content-box .list .item:nth-child(3) {
  background: linear-gradient(270deg, #A623F9, #D649FF);
}
.s10 .content-box .list .item:nth-child(3) .item-logo {
  width: 97px;
  height: 110px;
  right: 17px;
  top: -7px;
}
.s10 .sec-btn-more {
  margin: 30px auto 0 auto;
}
.s11 {
  padding: 80px 0 90px 0;
  background: url(../imgs/s11-bg.png) no-repeat;
  background-size: cover;
}
.s11 .content-box {
  margin-top: 34px;
}
.s11 .content-box .tab-nav {
  height: 60px;
  background: rgba(255, 255, 255, 0.74);
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  box-sizing: content-box;
}
.s11 .content-box .tab-nav-item {
  flex: 1;
  height: 28px;
  border-right: 2px solid #E6E4E3;
  font-size: 22px;
  font-weight: 500;
  color: #242424;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.2s;
}
.s11 .content-box .tab-nav-item.active {
  height: 60px;
  background: linear-gradient(-270deg, #F96223, #FFAB49);
  border-radius: 30px;
  border-right: none;
  line-height: 60px;
  color: #fff;
}
.s11 .content-box .tab-content {
  margin-top: 30px;
  height: 650px;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 2px 27px 0px rgba(219, 219, 219, 0.25);
  background-color: #EEEFF1;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 32px;
  position: relative;
}
.s11 .content-box .tab-content::after {
  content: '';
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(transparent, rgba(166, 167, 171, 0.8));
}
.s11 .content-box .tab-content-item {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.s11 .content-box .tab-content-item::-webkit-scrollbar {
  display: none;
}
.s11 .content-box .tab-content-item.active {
  display: block;
}
.s11 .content-box .tab-content-item h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #F96725;
  display: flex;
  justify-content: space-between;
}
.s11 .content-box .tab-content-item .part {
  margin-bottom: 30px;
}
.s11 .content-box .tab-content-item .part-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.s11 .content-box .tab-content-item .part-content-item {
  width: 354px;
  padding: 30px 18px;
  background: #FFFFFF;
  border-radius: 20px;
}
.s11 .content-box .tab-content-item .part-content-item-tit {
  margin-bottom: 12px;
  font-size: 18px;
  color: #242424;
  padding-left: 20px;
  position: relative;
}
.s11 .content-box .tab-content-item .part-content-item-tit::before {
  position: absolute;
  top: 3px;
  left: 0px;
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: rgba(47, 94, 210, 0);
  border: 2px solid #FE9E42;
  border-radius: 50%;
  box-sizing: border-box;
}
.s11 .content-box .tab-content-item .part-content-item p {
  padding-left: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  position: relative;
}
.s11 .content-box .tab-content-item .part-content-item p::before {
  position: absolute;
  top: 9px;
  left: 2px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 0.64;
  background-color: #FE9E42;
  border-radius: 50%;
  box-sizing: border-box;
}
.s11 .content-box .tab-content-item:first-child h4::after {
  content: '///////////////////////////////////////////////////////////////////////////////////////////////';
  letter-spacing: 4px;
  width: 856px;
  display: inline-block;
}
.s11 .content-box .tab-content-item:first-child .part-content {
  flex-direction: row;
}
.s11 .content-box .tab-content-item:nth-child(2) h4,
.s11 .content-box .tab-content-item:nth-child(4) h4,
.s11 .content-box .tab-content-item:nth-child(5) h4 {
  width: 100%;
}
.s11 .content-box .tab-content-item:nth-child(2) h4::after,
.s11 .content-box .tab-content-item:nth-child(4) h4::after,
.s11 .content-box .tab-content-item:nth-child(5) h4::after {
  content: '//////////';
  letter-spacing: 4px;
  width: 86px;
  display: inline-block;
}
.s11 .content-box .tab-content-item:nth-child(2) .parts-wrapper,
.s11 .content-box .tab-content-item:nth-child(4) .parts-wrapper,
.s11 .content-box .tab-content-item:nth-child(5) .parts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s11 .content-box .tab-content-item:nth-child(2) .parts-wrapper .part,
.s11 .content-box .tab-content-item:nth-child(4) .parts-wrapper .part,
.s11 .content-box .tab-content-item:nth-child(5) .parts-wrapper .part {
  width: 354px;
}
.s11 .content-box .tab-content-item:nth-child(2) .parts-wrapper .part .part-content-item-tit,
.s11 .content-box .tab-content-item:nth-child(4) .parts-wrapper .part .part-content-item-tit,
.s11 .content-box .tab-content-item:nth-child(5) .parts-wrapper .part .part-content-item-tit {
  margin-top: 20px;
}
.s11 .content-box .tab-content-item:nth-child(2) .parts-wrapper .part .part-content-item-tit:first-of-type,
.s11 .content-box .tab-content-item:nth-child(4) .parts-wrapper .part .part-content-item-tit:first-of-type,
.s11 .content-box .tab-content-item:nth-child(5) .parts-wrapper .part .part-content-item-tit:first-of-type {
  margin-top: 0;
}
.s11 .content-box .tab-content-item:nth-child(3) .part-content,
.s11 .content-box .tab-content-item:nth-child(6) .part-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.s11 .sec-btn-more {
  margin: 40px auto 0 auto;
}
.s12 {
  height: 879px;
  padding: 80px 0 65px 0;
  background: url(../imgs/s12-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
}
.s12 .content-box {
  margin-top: 42px;
}
.s12 .content-box .text-list {
  display: flex;
  justify-content: space-between;
}
.s12 .content-box .text-list li {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.s12 .content-box .text-list li::after {
  position: absolute;
  top: 20px;
  right: -12px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 12px solid #aedef4;
}
.s12 .content-box .text-list li:last-child::after {
  display: none;
}
.s12 .content-box .text-list li .tag {
  width: 138px;
  height: 50px;
  background: linear-gradient(270deg, #2364F9, #49B8FF);
  border-radius: 25px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
.s12 .content-box .text-list li p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}
.s12 .content-box .teacher-showbox {
  margin-top: 36px;
  height: 438px;
  background: rgba(242, 246, 255, 0.88);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.s12 .content-box .teacher-showbox .tab-nav {
  position: absolute;
  left: 410px;
  bottom: 28px;
  display: flex;
}
.s12 .content-box .teacher-showbox .tab-nav-item {
  margin-right: 14px;
  width: 98px;
  height: 110px;
  background: #EBEBF6;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all ease 0.2s;
}
.s12 .content-box .teacher-showbox .tab-nav-item img {
  width: 165px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.s12 .content-box .teacher-showbox .tab-nav-item.active {
  background: #485678;
  border: 1px solid #6899FF;
  box-shadow: 0 0 2px #485678;
}
.s12 .content-box .teacher-showbox .teacher-list {
  height: 100%;
}
.s12 .content-box .teacher-showbox .teacher-list-item {
  height: 100%;
  display: flex;
}
.s12 .content-box .teacher-showbox .teacher-list-item .photo-box {
  width: 337px;
  height: 438px;
  background: linear-gradient(180deg, #6E757B, #361E98);
  border-radius: 20px 0px 0px 20px;
}
.s12 .content-box .teacher-showbox .teacher-list-item .photo-box img {
  width: 100%;
  height: 100%;
}
.s12 .content-box .teacher-showbox .teacher-list-item .intro-box {
  flex: 1;
  padding: 62px 62px 62px 77px;
  border-radius: 0 20px 20px 0;
  border: 2px solid #fff;
  border-left: none;
}
.s12 .content-box .teacher-showbox .teacher-list-item .intro-box .teacher-name {
  font-size: 22px;
  font-weight: 500;
  color: #00135E;
  line-height: 21px;
}
.s12 .content-box .teacher-showbox .teacher-list-item .intro-box .teacher-job {
  margin: 14px 0 30px 0;
  display: inline-block;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #1F53D9;
  line-height: 20px;
  border-bottom: 2px solid #386FE0;
}
.s12 .content-box .teacher-showbox .teacher-list-item .intro-box .intro {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.s12 .sec-btn-more {
  margin-top: 40px;
}
.s13 {
  margin-top: 108px;
}
.s13 .content-box {
  margin-top: 46px;
  height: 476px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
.s13 .content-box .tit {
  margin: 27px 0;
  width: 422px;
  height: 55px;
  line-height: 55px;
  padding-left: 90px;
  background: url(../imgs/s13-content-tit-bg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 27px;
  font-weight: 500;
  color: #FFFFFF;
}
.s13 .content-box .card {
  float: left;
  width: 231px;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 17px;
  transition: all ease 0.2s;
}
.s13 .content-box .card:hover {
  box-shadow: 0 0 4px 4px #dad9d9;
}
.s13 .content-box .card:hover h4 {
  transform: rotateY(360deg);
}
.s13 .content-box .card:hover .btn {
  transform: scale(1.1);
  background-color: #A824F9;
  color: #fff;
}
.s13 .content-box .card h4 {
  width: 197px;
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  transition: transform ease 0.8s;
}
.s13 .content-box .card h4 span {
  margin-top: 16px;
  font-size: 20px;
}
.s13 .content-box .card .btn {
  margin: 47px 29px 0 29px;
  width: 139px;
  background: #FFFFFF;
  border-radius: 23px;
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-weight: 500;
  color: #A824F9;
  font-size: 18px;
  transition: all ease 0.2s;
}
.s13 .content-box .card.card1 {
  margin: 0 23px 0 40px;
  background-image: url(../imgs/s13-card-bg-1.png);
}
.s13 .content-box .card.card2 {
  background-image: url(../imgs/s13-card-bg-2.png);
}
.s13 .content-box ul {
  float: left;
  margin: -15px 0 0 42px;
  width: 574px;
}
.s13 .content-box ul li {
  height: 60px;
  display: flex;
  transition: all ease 0.2s;
}
.s13 .content-box ul li:hover {
  transform: scale(1.05);
  box-shadow: 0 0 3px 3px #ebeaea;
}
.s13 .content-box ul li:first-child {
  border-radius: 8px 8px 0 0;
}
.s13 .content-box ul li:last-child {
  border-radius: 0 0 8px 8px;
}
.s13 .content-box ul li:nth-child(odd) {
  background: #F3F3F3;
}
.s13 .content-box ul li span {
  position: relative;
  flex: 1;
  height: 100%;
  line-height: 60px;
}
.s13 .content-box ul li span .icon-hot {
  position: absolute;
  left: 13px;
  top: 21px;
  width: 16px;
  height: 18px;
}
.s13 .content-box ul li span .btn {
  width: 139px;
  background: rgba(249, 242, 255, 0);
  border: 1px solid #D145FE;
  border-radius: 23px;
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-weight: 500;
  color: #A824F9;
  transition: all ease 0.2s;
}
.s13 .content-box ul li span .btn:hover {
  color: #fff;
  background-color: #A824F9;
}
.s13 .content-box ul li span:first-child {
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #242424;
}
.s13 .content-box ul li span:nth-child(2) {
  font-size: 16px;
  color: #999999;
}
.s14 {
  padding: 62px 0 55px 0;
}
.s14 .text-list {
  margin: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
}
.s14 .text-list li {
  display: flex;
  align-items: center;
  height: 100%;
}
.s14 .text-list li img.icon {
  margin-right: 9px;
  width: 42px;
  height: 100%;
}
.s14 .text-list li p {
  font-size: 16px;
  color: #373131;
  line-height: 21px;
  height: 21px;
}
.s14 .text-list li p span {
  font-size: 22px;
  font-weight: bold;
  color: #3A26E5;
}
.s14 .content-box {
  height: 389px;
  background: #FFFFFF;
  border-radius: 10px;
}
.s14 .content-box .tab-nav {
  float: left;
  margin: 37px 75px 0 34px;
  width: 230px;
}
.s14 .content-box .tab-nav-item {
  width: 100%;
  margin-bottom: 17px;
  background: #FFFFFF;
  border: 1px solid #7A6BFF;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #373131;
  transition: all ease 0.2s;
}
.s14 .content-box .tab-nav-item.active {
  background: linear-gradient(-270deg, #5B74F6, #3A26E5);
  color: #fff;
}
.s14 .content-box .tab-nav-item:last-child {
  margin-bottom: 0;
}
.s14 .content-box .tab-content {
  margin: 42px 0 0 0;
  float: left;
  position: relative;
}
.s14 .content-box .tab-content .swiper-container {
  width: 803px;
}
.s14 .content-box .tab-content .swiper-container .swiper-slide img {
  width: 100%;
  height: 294px;
}
.s14 .content-box .tab-content .swiper-container .swiper-slide-tit {
  margin-top: 13px;
  font-size: 16px;
  color: #373131;
  line-height: 16px;
}
.s14 .content-box .tab-content .swiper-button-group {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: 127px;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn {
  width: 40px;
  height: 100%;
  background: #EBEBF6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn:hover {
  background-color: #3D2EE7;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn:hover i {
  color: #fff;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn i {
  font-size: 22px;
  color: #3D2EE7;
  transition: all ease 0.2s;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn.swiper-button-prev {
  left: -28px;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn.swiper-button-next {
  right: -28px;
}
.s15 {
  height: 830px;
  background: linear-gradient(270deg, #4059D9, #2917BE);
  padding: 45px 0 63px 0;
}
.s15 .s-title-slogan {
  margin-top: 16px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
}
.s15 .list1 {
  margin-top: 54px;
}
.s15 .list1 li {
  width: 380px;
  height: 193px;
  background: #EBEBF6;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.s15 .list1 li .icon-box {
  width: 62px;
  height: 62px;
  background: #4B50EE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s15 .list1 li .icon-box img.icon {
  width: 40px;
}
.s15 .list1 li p:first-of-type {
  margin: 18px 0 16px 0;
  font-size: 22px;
  font-weight: 500;
  color: #373131;
  line-height: 22px;
}
.s15 .list1 li p:first-of-type span {
  color: #F57447;
}
.s15 .list1 li p:last-of-type {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
}
.s15 .c-slogan {
  margin: 55px 0 90px 0;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  position: relative;
}
.s15 .c-slogan::before {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 413px;
  height: 10px;
  background: rgba(235, 235, 246, 0.23);
  border-radius: 5px;
}
.s15 .list2 li {
  width: 286px;
  height: 143px;
  background: #EBEBF6;
  border-radius: 10px;
  position: relative;
  text-align: center;
  transition: all ease 0.2s;
}
.s15 .list2 li .tit {
  z-index: 0;
  position: absolute;
  left: 28px;
  top: -53px;
  width: 230px;
  background: linear-gradient(-270deg, #2C85F3, #0064D5);
  border-radius: 10px 10px 0 0;
  display: inline-block;
  text-align: center;
  height: 53px;
  line-height: 53px;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
}
.s15 .list2 li p:first-of-type {
  margin: 40px 0 18px 0;
  font-size: 16px;
  color: #373131;
  line-height: 16px;
}
.s15 .list2 li p:last-of-type {
  margin: auto;
  width: 208px;
  height: 41px;
  border: 1px solid #1A74EE;
  border-radius: 21px;
  line-height: 41px;
  font-size: 22px;
  color: #1A74EE;
  transition: all ease 0.2s;
}
.s15 .list2 li:hover {
  transform: translateY(-10px);
}
.s15 .list2 li:hover p:last-of-type {
  color: #fff;
  background-color: #1A74EE;
}
.s15 .list2 li:nth-child(2) .tit {
  background: linear-gradient(-270deg, #23DA8A, #04BDB2);
}
.s15 .list2 li:nth-child(2) p:last-of-type {
  border-color: #0BB9A3;
  color: #0BAC98;
}
.s15 .list2 li:nth-child(2):hover p:last-of-type {
  color: #fff;
  background-color: #0BB9A3;
}
.s15 .list2 li:last-child .tit {
  background: linear-gradient(-270deg, #DA9323, #D95A0E);
}
.s15 .list2 li:last-child p:last-of-type {
  border-color: #DA7819;
  color: #E7650F;
}
.s15 .list2 li:last-child:hover p:last-of-type {
  color: #fff;
  background-color: #DA7819;
}
.s15 .sec-btn-more {
  margin-top: 35px;
}
.s16 {
  padding: 62px 0 30px 0;
}
.s16 .city-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s16 .city-list .city {
  text-align: center;
  margin-top: 29px;
  width: 131px;
}
.s16 .city-list .city .city-name {
  margin-top: 7px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.s16 .swiper-xqhj {
  margin-top: 50px;
  width: 100%;
  height: 620px;
  padding-bottom: 40px;
}
.s16 .swiper-xqhj .swiper-slide img {
  width: 100%;
  height: 100%;
}
.s16 .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 8px;
  background: #dddddd;
  border-radius: 0;
  opacity: 1;
  transition: all ease 0.2s;
}
.s16 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fd4b01;
}
.s17 {
  padding-top: 71px;
  background-image: url(../imgs/s17-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 70px;
}
.s17 .s-title-slogan {
  margin-top: 16px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
}
.s17 .main {
  width: 1200px;
  margin: 51px auto 0;
  padding-top: 41px;
}
.s17 .main .dec-list {
  width: 1063px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.s17 .main .dec-list .dec {
  width: 113px;
  height: 105px;
  padding-top: 13px;
  text-align: center;
}
.s17 .main .dec-list .dec:hover {
  background: rgba(38, 66, 209, 0.7);
}
.s17 .main .dec-list .dec .icon {
  font-size: 34px;
  color: #ffffff;
  line-height: 38px;
}
.s17 .main .dec-list .dec .title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 15px;
}
.s17 .main .card-list {
  margin-left: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}
.s17 .main .card-list .card {
  position: relative;
  width: 316px;
  background: #ffffff;
  box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
  border-radius: 10px;
  padding-bottom: 32px;
}
.s17 .main .card-list .card::before {
  position: absolute;
  bottom: -6px;
  left: 37px;
  width: 243px;
  height: 6px;
  background: #f564a4;
  box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
  border-radius: 0 0 10px 10px;
  content: "";
}
.s17 .main .card-list .card .title {
  position: absolute;
  background-image: url("../images/bg-title-right.png");
  top: -40px;
  line-height: 40px;
  width: 177px;
  background-repeat: no-repeat;
  background-position: top;
  left: 83px;
  padding-left: 23px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
}
.s17 .main .card-list .card .content-list {
  padding-top: 31px;
}
.s17 .main .card-list .card .content-list .content {
  padding-left: 31px;
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.s17 .main .card-list .card .content-list .content:hover {
  width: 313px;
  background: #fbb718;
  color: #ffffff;
  position: relative;
  -webkit-transform: translateX(-23px);
  -ms-transform: translateX(-23px);
  transform: translateX(-23px);
  padding-left: 54px;
}
.s17 .main .card-list .card .content-list .content + .content {
  margin-top: 6px;
}
.s18 {
  background-color: #edf2ff;
}
.s18 .main-wrap {
  background-color: #a0b2e3;
}
.s18 .main-wrap .main {
  width: 1200px;
  background-image: url("../imgs/s18-bg.png");
  background-repeat: no-repeat;
  background-position: center 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
}
.s18 .main-wrap .left {
  width: 753px;
  position: relative;
  height: 598px;
}
.s18 .main-wrap .left .dec {
  background: -webkit-linear-gradient(right, #4059d9, #2917be);
  background: linear-gradient(270deg, #4059d9, #2917be);
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 19px;
  line-height: 50px;
  position: absolute;
}
.s18 .main-wrap .left .dec:nth-child(1) {
  top: 186px;
  left: 427px;
}
.s18 .main-wrap .left .dec:nth-child(2) {
  top: 268px;
  left: 501px;
}
.s18 .main-wrap .left .dec:nth-child(3) {
  top: 358px;
  left: 494px;
}
.s18 .main-wrap .left .dec:nth-child(4) {
  top: 439px;
  left: 427px;
}
.s18 .main-wrap .right {
  width: 405px;
  height: 452px;
  margin-top: 76px;
  position: relative;
  padding-top: 100px;
}
.s18 .main-wrap .right .title {
  position: absolute;
  top: -6px;
  left: 50px;
}
.s18 .main-wrap .right .input-wrap {
  padding-left: 72px;
  position: relative;
}
.s18 .main-wrap .right .input-wrap + .input-wrap {
  margin-top: 25px;
}
.s18 .main-wrap .right .input-wrap .icon-img {
  position: absolute;
  left: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.s18 .main-wrap .right .input-wrap .input {
  border: none;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #b6c1e3;
  width: 297px;
  height: 58px;
  background: #ffffff;
  border-radius: 10px;
}
.s18 .main-wrap .right .sec-btn-more {
  margin-top: 30px;
  cursor: pointer;
}
