@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(115deg, #8190F7, #4A61EA);
  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: #4A61EA;
}
.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: #8190F7;
}
.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;
}
.nav-top {
  background-color: #fff;
}
.nav-top .base {
  display: flex;
  align-items: center;
  height: 74px;
}
.nav-top .logo {
  width: 173px;
  height: 36px;
}
.nav-top .nav-menu {
  margin: 0 55px 0 30px;
  flex: 1;
  display: flex;
  height: 100%;
}
.nav-top .nav-menu-item {
  flex: 1;
  height: 100%;
  line-height: 74px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #3E404B;
  position: relative;
}
.nav-top .nav-menu-item:hover {
  font-weight: 600;
}
.nav-top .nav-menu-item:hover .iconfont {
  transform: rotate(180deg);
}
.nav-top .nav-menu-item .hidden-navs {
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  overflow: hidden;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px 0px rgba(151, 156, 187, 0.2);
  border-radius: 5px;
}
.nav-top .nav-menu-item .hidden-navs a {
  display: block;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #3E404B;
  transition: all ease 0.2s;
}
.nav-top .nav-menu-item .hidden-navs a:hover {
  background: rgba(54, 127, 221, 0.1);
  color: #367FDD;
}
.nav-top .nav-phone {
  display: flex;
  align-items: center;
  height: 32px;
  font-size: 25px;
  font-weight: 500;
  color: #407BEA;
}
.nav-top .nav-phone .iconfont {
  margin-right: 15px;
  font-size: 32px;
}
.banner {
  position: relative;
  width: 100%;
  height: 688px;
  overflow: hidden;
}
.banner-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1920px;
  height: 100%;
}
.banner .sec-btn-more {
  position: relative;
  top: 467px;
  z-index: 1;
  background: linear-gradient(90deg, #84FFEF, #56FDFF);
  color: #6A7AEB;
}
.main-wrap {
  z-index: 2;
  position: relative;
  margin-top: -114px;
  width: 100%;
  background: url(/images/2023/web/background-big.png) no-repeat;
  background-size: 1920px auto;
  background-position: center top;
}
.s-title {
  font-size: 44px;
  font-weight: bold;
  color: #0F0F0F;
  text-align: center;
  position: relative;
}
.s-title::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  width: 858px;
  height: 18px;
  background: url(/images/2023/web/s-title-bottomLine.png) no-repeat;
  background-size: 100% 100%;
}
.s-title em {
  color: #5967F4;
}
.s-title span {
  display: inline-block;
  line-height: 43px;
  position: relative;
}
.s-title span::before {
  position: absolute;
  content: '';
  top: 4px;
  left: -64px;
  width: 60px;
  height: 36px;
  background: url(/images/2023/web/s-title-bg-l.png) no-repeat;
  background-size: 100% 100%;
}
.s-title span::after {
  position: absolute;
  content: '';
  right: -32px;
  top: -19px;
  width: 60px;
  height: 60px;
  background: url(/images/2023/web/s-title-bg-r.png) no-repeat;
  background-size: 100% 100%;
}
.s-title.w {
  color: #fff;
}
.s-title-slogan {
  margin-top: 70px;
  font-size: 18px;
  color: #555555;
  line-height: 18px;
  text-align: center;
}
.s-title-slogan.w {
  color: #fff;
}
@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(90deg, #6A7AEB, #8290F8);
  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;
}
.sec-btn-more img.icon {
  margin-top: 3px;
  margin-left: 15px;
  width: 24px;
  height: 28px;
}
.sec-btn-more.plain {
  border: 1px solid #FFFFFF;
  background: linear-gradient(90deg, #6A7AEB, #8290F8);
  box-shadow: none;
}
.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-top: 175px;
}
.s1 .card-list {
  margin: 46px 0 0 0;
  padding: 0 78px;
}
.s1 .card-list .card {
  width: 248px;
  height: 362px;
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 5px 12px 0px rgba(89, 104, 244, 0.1);
  transition: margin ease 0.2s;
}
.s1 .card-list .card:hover {
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.12);
}
.s1 .card-list .card .inbetweening {
  margin: 0 0 20px 0;
  width: 187px;
  height: 143px;
}
.s1 .card-list .card .tit {
  font-size: 24px;
  color: #282F3F;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
.s1 .card-list .card .tit::before {
  position: absolute;
  content: '';
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 144px;
  height: 13px;
  background: #EAECFE;
  border-radius: 7px;
}
.s1 .card-list .card .tit em {
  color: #5968F4;
}
.s1 .card-list .card .desc {
  margin: 22px 0 36px 0;
  height: 48px;
  font-size: 16px;
  color: #86869B;
  line-height: 24px;
  text-align: center;
}
.s1 .card-list .card .btn {
  width: 111px;
  border: 1px solid #CFD3F7;
  display: inline-block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #5968F4;
  transition: all ease 0.2s;
}
.s1 .card-list .card .btn:hover {
  color: #fff;
  background: #5967F4;
}
.s1 .card-list .card:nth-child(1) {
  margin-top: 16px;
}
.s1 .card-list .card:nth-child(2) {
  margin-top: 33px;
}
.s1 .card-list .card:nth-child(5) {
  margin-top: -24px;
}
.s1 .card-list .card:nth-child(6) {
  margin-top: -8px;
}
.s1 .card-list .card:nth-child(7) {
  margin-top: -41px;
}
.s1 .card-list .card:nth-child(4) {
  margin-top: 41px;
}
.s1 .card-list .card:nth-child(-n+4) {
  margin-bottom: 25px;
}
.s1 .data-note {
  padding-right: 78px;
  margin-top: 62px;
  font-size: 14px;
  color: #86869B;
  line-height: 15px;
  text-align: end;
}
.s2 {
  padding-top: 80px;
}
.s2 .card-list {
  margin: 35px 0 50px 0;
}
.s2 .card-list .card {
  width: 290px;
  height: 190px;
  background: url(/images/2023/web/s2-card-bg-1.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  color: #FFFFFF;
  transition: all ease 0.2s;
  cursor: pointer;
}
.s2 .card-list .card:hover {
  margin-top: -10px;
}
.s2 .card-list .card .tag {
  margin-top: 25px;
  display: inline-block;
  width: 105px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 17px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1) 20%);
  font-size: 18px;
}
.s2 .card-list .card p {
  margin-left: 19px;
  font-size: 16px;
  line-height: 16px;
}
.s2 .card-list .card .mark {
  margin: 12px 0 12px 19px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.s2 .card-list .card:nth-child(-n+4) {
  margin-bottom: 14px;
}
.s2 .card-list .card:nth-child(2) {
  background-image: url(/images/2023/web/s2-card-bg-2.png);
}
.s2 .card-list .card:nth-child(3) {
  background-image: url(/images/2023/web/s2-card-bg-3.png);
}
.s2 .card-list .card:nth-child(4) {
  background-image: url(/images/2023/web/s2-card-bg-4.png);
}
.s2 .card-list .card:nth-child(5) {
  background-image: url(/images/2023/web/s2-card-bg-5.png);
}
.s2 .card-list .card:nth-child(6) {
  background-image: url(/images/2023/web/s2-card-bg-6.png);
}
.s2 .card-list .card:nth-child(7) {
  background-image: url(/images/2023/web/s2-card-bg-7.png);
}
.s2 .card-list .card:nth-child(8) {
  background-image: url(/images/2023/web/s2-card-bg-8.png);
}
.s3 {
  margin-top: 100px;
}
.s3 .content-box {
  margin: auto;
  margin-top: 5px;
  width: 1296px;
  height: 380px;
  background: url(/images/2023/web/s3-wave.png) no-repeat;
  background-size: 1270px 202px;
  background-position: 13px 170px;
}
.s3 .content-box .card-list {
  padding: 0 110px;
}
.s3 .content-box .card-list .card {
  width: 292px;
  height: 172px;
  background: linear-gradient(90deg, #51E6CA, #00A0DE);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: all ease 0.2s;
}
.s3 .content-box .card-list .card:hover {
  box-shadow: 0px 5px 30px 0px rgba(0, 160, 222, 0.5);
}
.s3 .content-box .card-list .card p {
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 32px;
  text-shadow: 0px 2px 2px rgba(89, 104, 244, 0.3);
}
.s3 .content-box .card-list .card .btn {
  margin-top: 18px;
  width: 140px;
  background: #FFFFFF;
  border-radius: 21px;
  display: inline-block;
  text-align: center;
  height: 41px;
  line-height: 41px;
  font-size: 18px;
  color: #02A2DD;
  transition: all ease 0.2s;
}
.s3 .content-box .card-list .card .btn:hover {
  color: #fff;
  background-color: #02A2DD;
}
.s3 .content-box .card-list .card::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -75px;
  width: 41px;
  height: 75px;
  background: linear-gradient(transparent, rgba(123, 249, 253, 0.5));
  border-radius: 21px;
}
.s3 .content-box .card-list .card::after {
  bottom: -75px;
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background: #7BF9FD;
  border: 6px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
}
.s3 .content-box .card-list .card:first-child {
  margin-top: 84px;
}
.s3 .content-box .card-list .card:nth-child(2) {
  margin-top: 36px;
  background: linear-gradient(90deg, #6A7AEB, #8290F8);
}
.s3 .content-box .card-list .card:nth-child(2) .btn {
  color: #5967F4;
}
.s3 .content-box .card-list .card:nth-child(2) .btn:hover {
  color: #fff;
  background-color: #5967F4;
}
.s3 .content-box .card-list .card:nth-child(2)::before {
  background: linear-gradient(transparent, rgba(24, 60, 246, 0.5));
}
.s3 .content-box .card-list .card:nth-child(2)::after {
  background: #183CF6;
}
.s3 .content-box .card-list .card:nth-child(2):hover {
  box-shadow: 0px 5px 30px 0px rgba(130, 144, 248, 0.5);
}
.s3 .content-box .arrow-bottom {
  margin: 67px auto 0 auto;
  display: block;
  width: 51px;
}
.s4 {
  margin-top: 94px;
}
.s4 .content-box {
  margin-top: 87px;
  display: flex;
}
.s4 .card-list .card {
  margin-bottom: 22px;
  display: flex;
}
.s4 .card-list .card:last-child {
  margin-bottom: 0;
}
.s4 .card-list .card .icon-box {
  width: 88px;
  height: 154px;
  background: #5967F4;
  border-radius: 10px 0px 0px 10px;
  line-height: 154px;
  text-align: center;
}
.s4 .card-list .card .icon-box .iconfont {
  font-size: 44px;
  color: #fff;
}
.s4 .card-list .card .txt-box {
  padding: 30px 65px 0 30px;
  width: 491px;
  height: 154px;
  background: url(/images/2023/web/s4-card-bg-l.png) no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0 5px 30px rgba(89, 104, 244, 0.08));
  -webkit-filter: drop-shadow(0 5px 30px rgba(89, 104, 244, 0.08));
}
.s4 .card-list .card .txt-box .tit {
  display: inline-block;
  font-size: 20px;
  color: #5967F4;
  line-height: 19px;
  padding-bottom: 8px;
  border-bottom: 1px solid #5967F4;
}
.s4 .card-list .card .txt-box .desc {
  margin-top: 20px;
  font-size: 16px;
  color: #86869B;
  line-height: 24px;
}
.s4 .card-list .card:hover .txt-box {
  filter: drop-shadow(0 5px 30px rgba(89, 104, 244, 0.15));
}
.s4 .con-center {
  width: 42px;
}
.s4 .con-center .num-list {
  position: relative;
  padding: 0 7px;
}
.s4 .con-center .num-list::before {
  z-index: -1;
  position: absolute;
  content: '';
  top: 0;
  left: 20px;
  width: 1px;
  height: 596px;
  background: #CFD3F7;
}
.s4 .con-center .num-list .num {
  margin-top: 60px;
  width: 28px;
  background: #5967F4;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  color: #FFFFFF;
}
.s4 .con-center .num-list .num:first-child {
  margin-top: 62px;
}
.s4 .con-right {
  margin-top: 86px;
}
.s4 .con-right .card .icon-box {
  border-radius: 0 10px 10px 0;
}
.s4 .con-right .card .txt-box {
  padding: 30px 35px 0 55px;
  background-image: url(/images/2023/web/s4-card-bg-r.png);
}
.s4 .sec-btn-more {
  margin-top: 30px;
}
.s5 {
  position: relative;
  z-index: 2;
  margin-top: 104px;
}
.s5 .content-box {
  margin: 35px auto 33px auto;
  width: 1241px;
  height: 420px;
  background: #FFFFFF url(/images/2023/web/s5-circle-bg.png) no-repeat;
  background-size: 1200px 227px;
  background-position: center 41px;
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.2);
  border-radius: 20px;
  padding: 41px 20px 0 20px;
}
.s5 .content-box .item-list {
  display: flex;
  margin-left: 120px;
}
.s5 .content-box .item-list .item {
  position: relative;
}
.s5 .content-box .item-list .item .tit {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
}
.s5 .content-box .item-list .item .desc {
  position: absolute;
  top: 54px;
  left: 0;
}
.s5 .content-box .item-list .item .desc p {
  white-space: nowrap;
  font-size: 16px;
  color: #86869B;
  line-height: 28px;
  position: relative;
}
.s5 .content-box .item-list .item .desc p::before {
  position: absolute;
  content: '';
  top: 12px;
  left: -12px;
  width: 4px;
  height: 4px;
  background-color: #5967F4;
  border-radius: 50%;
}
.s5 .content-box .list-bottom {
  margin-top: 147px;
}
.s6 {
  margin-top: -344px;
  padding-top: 431px;
  height: 1488px;
  background: url(/images/2023/web/s6-bg.png) no-repeat;
  background-size: 1920px 1488px;
  background-position: center top;
}
.s6 .content-box {
  margin-top: 54px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.08);
  border-radius: 20px;
  overflow: hidden;
  height: 700px;
  display: flex;
}
.s6 .content-box .tab-nav {
  margin-right: 34px;
  width: 218px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.s6 .content-box .tab-nav-item {
  flex: 1;
  padding-left: 22px;
  border-bottom: 1px solid rgba(89, 103, 244, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: all ease 0.2s;
}
.s6 .content-box .tab-nav-item .tit {
  height: 21px;
  font-size: 22px;
  color: #5967F4;
  line-height: 21px;
}
.s6 .content-box .tab-nav-item .tit .iconfont {
  margin-right: 10px;
  font-size: 26px;
}
.s6 .content-box .tab-nav-item .desc {
  margin-top: 13px;
  padding: 0 34px 0 0;
  height: 38px;
  font-size: 16px;
  color: #86869B;
  line-height: 22px;
}
.s6 .content-box .tab-nav-item.active {
  background: linear-gradient(90deg, #309EFB, #5CB8D2);
}
.s6 .content-box .tab-nav-item.active::after {
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 12px solid #5CB8D2;
}
.s6 .content-box .tab-nav-item.active .tit {
  color: #fff;
}
.s6 .content-box .tab-nav-item.active .desc {
  color: rgba(255, 255, 255, 0.7);
}
.s6 .content-box .tab-content {
  flex: 1;
  padding-right: 9px;
  height: 100%;
}
.s6 .content-box .tab-content-item {
  display: none;
  padding-top: 27px;
  height: 100%;
  overflow-y: auto;
}
.s6 .content-box .tab-content-item.active {
  display: block;
}
.s6 .content-box .tab-content .card-list {
  float: left;
}
.s6 .content-box .tab-content .card-list:first-child {
  margin-right: 19px;
}
.s6 .content-box .tab-content .card-list .card {
  margin-bottom: 18px;
  padding: 25px 24px;
  width: 450px;
  background: #F2F5FC;
}
.s6 .content-box .tab-content .card-list .card .tit {
  font-size: 18px;
  color: #424242;
  position: relative;
}
.s6 .content-box .tab-content .card-list .card .tit::before {
  position: absolute;
  content: '';
  left: -10px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #5967F4;
}
.s6 .content-box .tab-content .card-list .card .desc {
  margin-top: 16px;
  padding-left: 12px;
}
.s6 .content-box .tab-content .card-list .card .desc p {
  font-size: 16px;
  color: #86869B;
  line-height: 28px;
  position: relative;
}
.s6 .content-box .tab-content .card-list .card .desc p em {
  font-weight: 600;
}
.s6 .content-box .tab-content .card-list .card .desc p::before {
  position: absolute;
  content: '';
  top: 12px;
  left: -12px;
  width: 4px;
  height: 4px;
  background-color: #5967F4;
  border-radius: 50%;
}
.s6 .sec-btn-more {
  margin-top: 52px;
}
.c-banner {
  height: 190px;
  background: url(/images/2023/web/c-banner-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
}
.c-banner .base {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-banner .input-wrap {
  width: 350px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.c-banner .input-wrap .iconfont {
  margin: 0 15px 0 20px;
  font-size: 26px;
  color: #5968F4;
}
.c-banner .input-wrap input {
  font-size: 20px;
  color: #333333;
}
.c-banner .submit-btn {
  margin-left: 30px;
  width: 234px;
  height: 52px;
  background: linear-gradient(90deg, #84FFEF, #56FDFF);
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #0087bd;
  line-height: 30px;
  transition: all ease 0.2s;
  cursor: pointer;
}
.c-banner .submit-btn:hover {
  transform: scale(1.1);
}
.c-banner .submit-btn .icon {
  margin-top: 5px;
  margin-left: 18px;
}
.s7 {
  padding-top: 90px;
  background-color: #F4F6FA;
  /*     .content-box {
        height: 572px;
        background: url(/images/2023/web/s7-content-bg.png) no-repeat;
        background-size: 1920px 100%;
        background-position: center;
    } */
}
.s7 .tab-nav {
  margin: 40px auto 50px auto;
  display: flex;
  justify-content: space-between;
}
.s7 .tab-nav-item {
  width: 190px;
  background: #FFFFFF;
  border: 1px solid #5967F4;
  border-radius: 20px;
  font-size: 18px;
  color: #333333;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.s7 .tab-nav-item.active {
  color: #fff;
  background: #5968F4;
}
.s7 .content-box {
  height: 576px;
  margin: 70px auto 0;
  position: relative;
  max-width: 1920px;
  overflow: hidden;
}
.s7 .pro-content {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 572px;
  top: 0;
}
.s7 .pro-content.active {
  display: block;
}
.s7 .pro-content .left {
  width: 54.2%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 155px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 155px) 100%, 0% 100%);
  top: 0;
  left: 0;
}
.s7 .pro-content .left .left-img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.s7 .pro-content .right {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(45.8% + 150px);
  background-image: url("/images/2023/web/s7-right-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
.s7 .pro-content .right .right-child {
  padding-top: 84px;
  padding-left: 190px;
}
.s7 .pro-content .right .right-child .pro-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  padding-bottom: 12px;
}
.s7 .pro-content .right .right-child .dec {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  width: 446px;
}
.s7 .pro-content .right .right-child .title {
  margin-top: 40px;
  display: block;
  width: 100px;
  line-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.s7 .pro-content .right .right-child .content {
  margin-top: 10px;
  width: 441px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.s8 .txt-list {
  margin: 50px 0;
  display: flex;
  padding: 0 106px 0 115px;
}
.s8 .txt-list .txt {
  flex: 1;
  height: 66px;
  border-right: 1px solid rgba(34, 95, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: AlibabaPuHuiTiB;
}
.s8 .txt-list .txt:last-child {
  border-right: none;
}
.s8 .txt-list .txt .mark {
  line-height: 30px;
  font-size: 33px;
  font-weight: 600;
  color: #5968F4;
  position: relative;
}
.s8 .txt-list .txt .mark::before {
  position: absolute;
  content: '';
  top: -9px;
  right: -2px;
  width: 30px;
  height: 30px;
  background: linear-gradient(129deg, rgba(89, 104, 244, 0) 0%, #5968F4 100%);
  opacity: 0.3;
  border-radius: 50%;
}
.s8 .txt-list .txt p {
  line-height: 19px;
  font-size: 19px;
  color: #86869B;
}
.s8 .content-box {
  height: 430px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.08);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.s8 .content-box .teacher-swiper {
  height: 100%;
}
.s8 .content-box .teacher-swiper .teacher-list-item {
  display: flex;
}
.s8 .content-box .teacher-swiper .avatar-box {
  width: 316px;
  height: 100%;
  background: linear-gradient(238deg, #D4D7DF, #B4B9C7);
}
.s8 .content-box .teacher-swiper .avatar-box img {
  width: 100%;
  height: 100%;
}
.s8 .content-box .teacher-swiper .intro-box {
  flex: 1;
  padding: 43px 50px 0 45px;
}
.s8 .content-box .teacher-swiper .intro-box .teacher-name {
  padding-bottom: 16px;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
}
.s8 .content-box .teacher-swiper .intro-box .teacher-name::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #5967F4;
}
.s8 .content-box .teacher-swiper .intro-box .teacher-name .name-cn {
  display: inline-block;
  line-height: 29px;
  font-size: 30px;
  font-weight: bold;
  color: #424242;
}
.s8 .content-box .teacher-swiper .intro-box .teacher-name .name-pronunciation {
  margin-left: 22px;
  display: inline-block;
  line-height: 26px;
  font-size: 20px;
  color: #B9B9B9;
  text-transform: uppercase;
}
.s8 .content-box .teacher-swiper .intro-box .teacher-name .swiper-pageNum {
  margin-right: 112px;
  float: right;
  font-size: 20px;
  color: #D5D5D5;
  line-height: 30px;
}
.s8 .content-box .teacher-swiper .intro-box .teacher-name .swiper-pageNum em {
  color: #424242;
}
.s8 .content-box .teacher-swiper .intro-box .teacher-job {
  margin: 28px 0 18px 0;
  line-height: 19px;
  font-size: 20px;
  color: #424242;
}
.s8 .content-box .teacher-swiper .intro-box .teacher-desc {
  padding-right: 25px;
  font-size: 16px;
  color: #86869B;
  line-height: 28px;
}
.s8 .content-box .teacher-swiper .swiper-btns {
  position: absolute;
  top: 40px;
  right: 50px;
  display: flex;
  justify-content: space-between;
  width: 87px;
  height: 35px;
}
.s8 .content-box .teacher-swiper .swiper-btns .swiper-button-prev,
.s8 .content-box .teacher-swiper .swiper-btns .swiper-button-next {
  position: static;
  width: 35px;
  height: 35px;
  background: #F9F9F9;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #424242;
  margin: 0;
}
.s8 .content-box .teacher-swiper .swiper-btns .swiper-button-prev:hover,
.s8 .content-box .teacher-swiper .swiper-btns .swiper-button-next:hover {
  background: #5967F4;
  color: #fff;
}
.s8 .content-box .teacher-thumbs-swiper {
  position: absolute;
  bottom: 0;
  left: 316px;
  width: 884px;
  padding: 0 43px 34px 43px;
  background-color: #fff;
}
.s8 .content-box .teacher-thumbs-swiper .teacher-thumbs .teacher-thumb {
  width: 84px;
  height: 110px;
  background: linear-gradient(238deg, #E5E9ED, #E8EBF0);
  overflow: hidden;
  position: relative;
}
.s8 .content-box .teacher-thumbs-swiper .teacher-thumbs .teacher-thumb img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
}
.s8 .content-box .teacher-thumbs-swiper .teacher-thumbs .swiper-slide-thumb-active {
  border: 2px solid #6B7BEB;
}
.s8 .sec-btn-more {
  margin-top: 90px;
}
.s9 {
  margin-top: 90px;
}
.s9 .base {
  width: 1160px;
  margin-top: 55px;
  padding: 202px 34px 0 34px;
  background: url(/images/2023/web/s9-bg.png) no-repeat;
  background-size: 100% 211px;
  background-position: center top;
}
.s9 .content-box {
  height: 286px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.08);
  border-radius: 5px;
}
.s9 .content-box .card-list {
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.s9 .content-box .card-list .card {
  margin-right: 23px;
  width: 184px;
  height: 100px;
  background: url(/images/2023/web/s9-card-bg.png);
  border-radius: 10px;
  background-size: 100% 100%;
  padding-top: 25px;
  text-align: center;
}
.s9 .content-box .card-list .card:last-child,
.s9 .content-box .card-list .card:nth-child(5) {
  margin-right: 0;
}
.s9 .content-box .card-list .card:nth-child(-n+5) {
  margin-bottom: 23px;
}
.s9 .content-box .card-list .card .job {
  margin-bottom: 12px;
  height: 20px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
}
.s9 .content-box .card-list .card .salary {
  font-size: 18px;
  color: #77F8FD;
  line-height: 18px;
}
.s9 .data-note {
  margin: 30px 0;
  font-size: 14px;
  color: #86869B;
  line-height: 15px;
  text-align: center;
}
.s10 {
  margin-top: 76px;
  padding-top: 73px;
  height: 938px;
  background: url(/images/2023/web/s10-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
}
.s10 .card-list .card {
  margin-top: 70px;
  display: flex;
  height: 261px;
  background-color: #fff;
  position: relative;
  transition: all ease 0.2s;
}
.s10 .card-list .card:hover {
  box-shadow: 0 0 30px 0 rgba(114, 114, 114, 0.1);
  transform: translateY(-10px);
}
.s10 .card-list .card .out-tag {
  position: absolute;
  right: 68px;
  top: -40px;
  width: 231px;
  background: url(/images/2023/web/s10-card-tit-bg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.s10 .card-list .card .cover-box {
  width: 216px;
  height: 100%;
}
.s10 .card-list .card .cover-box img {
  width: 100%;
  height: 100%;
}
.s10 .card-list .card .txt-box {
  width: 367px;
  padding-top: 35px;
  height: 100%;
  text-align: center;
}
.s10 .card-list .card .txt-box .tit {
  font-size: 20px;
  font-weight: bold;
  color: #424242;
  line-height: 20px;
}
.s10 .card-list .card .txt-box .tit .iconfont {
  font-size: 22px;
  color: #5967F4;
  margin-right: 10px;
}
.s10 .card-list .card .txt-box .desc {
  margin: 16px 0;
  font-size: 16px;
  color: #86869B;
  line-height: 28px;
}
.s10 .card-list .card .txt-box .btn {
  width: 169px;
  border: 1px solid #CFD3F7;
  font-size: 16px;
  color: #5968F4;
  display: inline-block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  transition: all ease 0.2s;
}
.s10 .card-list .card .txt-box .btn:hover {
  color: #fff;
  background: #5968F4;
}
.s11 {
  height: 500px;
  background: url(/images/2023/web/s11-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
  padding-top: 220px;
}
.s11 .tag-list {
  display: flex;
  justify-content: center;
}
.s11 .tag-list .tag {
  margin-right: 21px;
  width: 153px;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  display: inline-block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  color: #FFFFFF;
  position: relative;
}
.s11 .tag-list .tag::after {
  position: absolute;
  content: '';
  top: 16px;
  left: -5px;
  width: 12px;
  height: 12px;
  background: linear-gradient(-238deg, #51E6CA, #00A0DE);
  border-radius: 50%;
}
.s11 .tag-list .tag:last-child {
  margin-right: 0;
}
.s11 .sec-btn-more {
  margin-top: 62px;
  background: #fff;
  color: #6A7AEB;
}
.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;
}
