@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

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-family: "微软雅黑";
  font-size: 14px;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

table,
tr,
td,
th,
thead,
tbody {
  position: static;
}

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 {
  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 {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.module-wrap {
  box-sizing: border-box;
}
.module-wrap * {
  box-sizing: border-box;
}
.module-wrap .banner {
  height: 580px;
}
.module-wrap .banner .swiper-slide {
  background-position: top;
  background-repeat: no-repeat;
}
.module-wrap .module .module-title {
  font-size: 36px;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 40px;
  text-align: center;
}
.module-wrap .module .module-title::before {
  content: "";
  background-image: url(../images/bg-title.png);
  display: inline-block;
  width: 23px;
  height: 34px;
  margin-right: 21px;
  position: relative;
  top: 3px;
}
.module-wrap .module .module-title::after {
  content: "";
  display: inline-block;
  background-image: url(../images/bg-title.png);
  width: 23px;
  height: 34px;
  transform: rotateY(180deg);
  margin-left: 19px;
  position: relative;
  top: 3px;
}
.module-wrap .module .module-title .strong {
  color: #142eff;
}
.module-wrap .module .module-dec {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 14px;
  text-align: center;
}
.module-wrap .module .module-btn {
  display: block;
  margin: 0 auto;
  width: 319px;
  line-height: 58px;
  background: linear-gradient(90deg, #00d9ed, #1e36fe);
  box-shadow: 0px 5px 7px 0px rgba(139, 207, 255, 0.54);
  border-radius: 29px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.module-wrap .module .module-btn::after {
  content: "";
  width: 12px;
  height: 17px;
  background-image: url(../images/arrow-btn.png);
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 13px;
}
.module-wrap .module1 {
  background-image: url(../images/bg1.png);
  background-position: top;
  height: 550px;
  padding-top: 80px;
  background-repeat: no-repeat;
}
.module-wrap .module1 .main {
  width: 1200px;
  height: 390px;
  background: #ffffff;
  box-shadow: 0px 3px 4px 0px rgba(219, 232, 252, 0.77);
  border-radius: 10px;
  margin: 0 auto;
  padding-top: 50px;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  background-position: 946px 166px;
}
.module-wrap .module1 .main .title {
  font-size: 36px;
  font-weight: bold;
  color: #1b1b1b;
  line-height: 40px;
  margin-left: 39px;
  border-bottom: 2px solid #000000;
  margin-right: 38px;
  padding-bottom: 17px;
}
.module-wrap .module1 .main .dec {
  font-size: 24px;
  font-weight: 400;
  color: #1b1b1b;
  line-height: 28px;
  margin-top: 15px;
  margin-left: 41px;
}
.module-wrap .module1 .main .content {
  margin-top: 40px;
  margin-left: 39px;
  font-size: 16px;
  font-weight: 400;
  color: #1b1b1b;
  width: 825px;
  line-height: 24px;
}
.module-wrap .module2 {
  padding-top: 84px;
  padding-bottom: 99px;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-position: center 100px;
}
.module-wrap .module2 .main {
  width: 1200px;
  height: 620px;
  background: #f3f9fe;
  box-shadow: 0px 3px 4px 0px rgba(183, 202, 246, 0.77);
  border-radius: 10px;
  margin: 64px auto 0;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.module-wrap .module2 .main .left {
  width: 141px;
}
.module-wrap .module2 .main .left .card {
  padding-top: 151px;
  position: relative;
  height: 294px;
  height: 310px;
  background: #f3f9fe;
  border-radius: 10px 0px 0px 10px;
}
.module-wrap .module2 .main .left .card.active {
  cursor: pointer;
  background-color: #3d52f8;
}
.module-wrap .module2 .main .left .card.active .title {
  font-weight: 400;
  color: #ffffff;
}
.module-wrap .module2 .main .left .card .icon2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 85px;
}
.module-wrap .module2 .main .left .card .title {
  text-align: center;
  color: #3e53f6;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.module-wrap .module2 .main .right {
  position: relative;
  -ms-flex: 1;
      flex: 1;
}
.module-wrap .module2 .main .right .content {
  display: none;
  height: 100%;
}
.module-wrap .module2 .main .right .content.active {
  display: block;
}
.module-wrap .module2 .main .right .content.active.content1 {
  display: -ms-flexbox;
  display: flex;
}
.module-wrap .module2 .main .right .content.content1 {
  margin-left: 45px;
  position: relative;
}
.module-wrap .module2 .main .right .content.content1 .chart-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-top: 45px;
  text-align: center;
}
.module-wrap .module2 .main .right .content.content1 .chart-wrap .title {
  font-size: 18px;
  font-weight: 400;
  color: #1b1b1b;
  line-height: 22px;
  text-align: center;
  position: relative;
}
.module-wrap .module2 .main .right .content.content1 .chart-wrap .title::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 41px;
  height: 4px;
  background: linear-gradient(to right, #142eff, #142eff, #142eff, rgba(255, 255, 255, 0));
}
.module-wrap .module2 .main .right .content.content1 .chart-wrap .chart1 {
  margin-top: 45px;
}
.module-wrap .module2 .main .right .content.content1 .chart-wrap .chart2 {
  margin-top: 58px;
}
.module-wrap .module2 .main .right .content.content1 .ps {
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #62708c;
  line-height: 28px;
}
.module-wrap .module2 .main .right .content.content2 {
  background-image: url(../images/list2-2.png);
  background-repeat: no-repeat;
  background-position: 62px 114px;
  padding-top: 39px;
}
.module-wrap .module2 .main .right .content.content2 .title {
  font-size: 20px;
  font-weight: 400;
  color: #2940fb;
  line-height: 24px;
  text-align: center;
  position: relative;
}
.module-wrap .module2 .main .right .content.content2 .title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 5px;
  background: #2c42fb;
  bottom: -20px;
}
.module-wrap .module2 .main .right .module-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-left: 22px;
}
.module-wrap .module3 {
  background-image: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 68px;
}
.module-wrap .module3 .main3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 103px auto 34px;
  width: 1200px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module3 .main3 .card {
  width: 228px;
  background: #0d7bff;
  box-shadow: 0px 0px 4px 0px rgba(13, 81, 255, 0.9);
  padding-top: 20px;
  background-image: url(../images/check3.png);
  background-position: center 58px;
  background-repeat: no-repeat;
}
.module-wrap .module3 .main3 .card:nth-child(1) {
  height: 194px;
}
.module-wrap .module3 .main3 .card:nth-child(2) {
  background-color: #0061ee;
  height: 264px;
}
.module-wrap .module3 .main3 .card:nth-child(3) {
  height: 321px;
}
.module-wrap .module3 .main3 .card:nth-child(4) {
  background-color: #0061ee;
  height: 388px;
}
.module-wrap .module3 .main3 .card:nth-child(5) {
  height: 440px;
}
.module-wrap .module3 .main3 .card .title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}
.module-wrap .module3 .main3 .card .dec {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  opacity: 0.86;
  text-align: center;
}
.module-wrap .module3 .mbtn3 {
  margin-bottom: 71px;
}
.module-wrap .module3 .main4 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 658px;
}
.module-wrap .module3 .main4 .card {
  background: #ffffff;
  box-shadow: 0px 0px 26px 1px rgba(0, 70, 217, 0.3);
  border-radius: 3px;
  position: absolute;
}
.module-wrap .module3 .main4 .card:nth-child(1) {
  width: 329px;
  left: 143px;
  top: 57px;
}
.module-wrap .module3 .main4 .card:nth-child(2) {
  width: 329px;
  left: 783px;
  top: 90px;
}
.module-wrap .module3 .main4 .card:nth-child(3) {
  width: 413px;
  left: 760px;
  top: 442px;
}
.module-wrap .module3 .main4 .card:nth-child(4) {
  width: 365px;
  left: 209px;
  top: 449px;
}
.module-wrap .module3 .main4 .card:nth-child(5) {
  left: 26px;
  width: 352px;
  top: 240px;
}
.module-wrap .module3 .main4 .card .card-item {
  padding-top: 15px;
  padding-bottom: 16px;
}
.module-wrap .module3 .main4 .card .card-item .num {
  font-size: 24px;
  font-weight: bold;
  color: #142eff;
  line-height: 28px;
  position: absolute;
  top: 12px;
  left: 11px;
}
.module-wrap .module3 .main4 .card .card-item .title {
  margin-left: 46px;
  font-size: 16px;
  font-weight: 400;
  color: #373737;
  line-height: 20px;
}
.module-wrap .module3 .main4 .card .card-item .dec {
  margin-top: 6px;
  font-size: 14px;
  margin-left: 46px;
  margin-right: 10px;
  font-weight: 400;
  color: #5e718f;
  line-height: 18px;
}
.module-wrap .module5 {
  padding-top: 71px;
  padding-bottom: 56px;
}
.module-wrap .module5 .main {
  width: 1200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 62px auto 36px;
}
.module-wrap .module5 .main .card {
  width: 295px;
  height: 431px;
  padding-top: 257px;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
.module-wrap .module5 .main .card.active {
  padding-top: 54px;
}
.module-wrap .module5 .main .card.active::before {
  background: rgba(40, 127, 255, 0.9);
}
.module-wrap .module5 .main .card.active .num {
  -webkit-text-stroke: inherit;
  color: #fff;
}
.module-wrap .module5 .main .card.active .dec {
  display: block;
}
.module-wrap .module5 .main .card:nth-child(1) {
  background-image: url(../images/bg5-1.png);
}
.module-wrap .module5 .main .card:nth-child(2) {
  background-image: url(../images/bg5-2.png);
}
.module-wrap .module5 .main .card:nth-child(3) {
  background-image: url(../images/bg5-3.png);
}
.module-wrap .module5 .main .card:nth-child(4) {
  background-image: url(../images/bg5-4.png);
}
.module-wrap .module5 .main .card::before {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(41, 129, 255, 0.92), rgba(8, 115, 255, 0));
}
.module-wrap .module5 .main .card .num {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #ffffff;
  font-size: 56px;
  font-weight: bold;
  line-height: 60px;
  position: relative;
  padding-left: 17px;
  z-index: 1;
}
.module-wrap .module5 .main .card .title {
  margin-top: 24px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  margin-left: 16px;
  position: relative;
  z-index: 1;
}
.module-wrap .module5 .main .card .dec {
  display: none;
  margin-top: 33px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 35px;
  margin-left: 16px;
  z-index: 1;
  position: relative;
}
.module-wrap .module6 {
  background-image: url(../images/bg6.png);
  padding-top: 85px;
  background-repeat: no-repeat;
  background-position: top;
  height: 920px;
}
.module-wrap .module6 .main {
  height: 648px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.module-wrap .module6 .main .card {
  padding-right: 15px;
  position: absolute;
  padding-left: 42px;
  line-height: 48px;
  background: #dcf0fd;
  font-size: 16px;
  font-weight: 400;
  color: #5e718f;
}
.module-wrap .module6 .main .card:nth-child(1) {
  top: 60px;
  left: 175px;
}
.module-wrap .module6 .main .card:nth-child(2) {
  top: 122px;
  left: 237px;
}
.module-wrap .module6 .main .card:nth-child(3) {
  top: 184px;
  left: 211px;
}
.module-wrap .module6 .main .card:nth-child(4) {
  top: 250px;
  left: 102px;
}
.module-wrap .module6 .main .card:nth-child(5) {
  top: 313px;
  left: 112px;
}
.module-wrap .module6 .main .card:nth-child(6) {
  top: 375px;
  left: 0;
}
.module-wrap .module6 .main .card:nth-child(7) {
  top: 438px;
  left: 211px;
}
.module-wrap .module6 .main .card:nth-child(8) {
  top: 501px;
  left: 197px;
}
.module-wrap .module6 .main .card:nth-child(9) {
  top: 564px;
  left: 58px;
}
.module-wrap .module6 .main .card:nth-child(10) {
  top: 57px;
  right: 168px;
}
.module-wrap .module6 .main .card:nth-child(11) {
  top: 119px;
  right: 61px;
}
.module-wrap .module6 .main .card:nth-child(12) {
  top: 181px;
  right: 70px;
}
.module-wrap .module6 .main .card:nth-child(13) {
  top: 247px;
  right: 157px;
}
.module-wrap .module6 .main .card:nth-child(14) {
  top: 310px;
  right: 41px;
}
.module-wrap .module6 .main .card:nth-child(15) {
  top: 372px;
  right: 3px;
}
.module-wrap .module6 .main .card:nth-child(16) {
  top: 435px;
  right: 153px;
}
.module-wrap .module6 .main .card:nth-child(17) {
  top: 498px;
  right: 155px;
}
.module-wrap .module6 .main .card:nth-child(18) {
  top: 561px;
  right: 125px;
}
.module-wrap .module6 .main .card::before {
  content: "";
  background-image: url(../images/icon6.png);
  width: 15px;
  height: 17px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module6 .main .title {
  position: absolute;
  top: 287px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
}
.module-wrap .module7 {
  padding-top: 85px;
}
.module-wrap .module7 .main {
  width: 1200px;
  margin: 68px auto 32px;
  position: relative;
}
.module-wrap .module7 .main .left {
  width: 311px;
  height: 551px;
  background: #0054ff;
  border-radius: 10px;
  padding-left: 27px;
  padding-right: 102px;
  padding-top: 17px;
}
.module-wrap .module7 .main .left .card {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 18px;
}
.module-wrap .module7 .main .left .card.active .card-item {
  background: #ffffff;
  color: #0054ff;
  font-weight: bold;
  position: relative;
}
.module-wrap .module7 .main .left .card.active .card-item::before {
  content: "";
  background-image: url(../images/arrow7-1.png);
  width: 25px;
  height: 23px;
  right: -38px;
  top: 13px;
  position: absolute;
}
.module-wrap .module7 .main .left .card:last-child {
  border-bottom: none;
}
.module-wrap .module7 .main .left .card .card-item {
  cursor: pointer;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  color: #ffffff;
  line-height: 48px;
}
.module-wrap .module7 .main .right {
  width: 970px;
  height: 520px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 1px rgba(0, 80, 255, 0.31);
  border-radius: 10px;
  position: absolute;
  left: 230px;
  top: 16px;
  background-image: url(../images/bg7-1.png);
  background-repeat: no-repeat;
  background-position: 767px 332px;
}
.module-wrap .module7 .main .right .content {
  display: none;
  padding-left: 618px;
  padding-top: 29px;
}
.module-wrap .module7 .main .right .content.active {
  display: block;
}
.module-wrap .module7 .main .right .content .pro-img {
  position: absolute;
  left: 20px;
  top: 40px;
  width: 573px;
}
.module-wrap .module7 .main .right .content .label {
  padding-top: 46px;
  font-size: 18px;
  font-weight: 500;
  color: #0054ff;
  line-height: 22px;
}
.module-wrap .module7 .main .right .content .dec {
  margin-top: 10px;
  width: 320px;
  font-size: 16px;
  font-weight: 400;
  color: #5e718f;
  line-height: 21px;
}
.module-wrap .module8 {
  padding-top: 77px;
}
.module-wrap .module8 .main {
  background-image: url(../images/bg8.png);
  width: 1200px;
  margin: 58px auto 0;
  height: 304px;
  padding-top: 48px;
  position: relative;
}
.module-wrap .module8 .main .name {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 34px;
  margin-left: 68px;
}
.module-wrap .module8 .main .post {
  margin-top: 18px;
  width: 225px;
  line-height: 37px;
  background: linear-gradient(45deg, #00d9ed, #00d9ed, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 66px;
  padding-left: 5px;
}
.module-wrap .module8 .main .dec {
  margin-left: 71px;
  margin-top: 15px;
  width: 672px;
  height: 97px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  opacity: 0.8;
}
.module-wrap .module8 .main .teacher-img {
  position: absolute;
  right: 152px;
  top: 16px;
}
.module-wrap .module9 {
  padding-top: 76px;
  padding-bottom: 79px;
}
.module-wrap .module9 .main {
  width: 1200px;
  margin: 42px auto 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module9 .main .card {
  width: 285px;
  height: 159px;
  background: linear-gradient(0deg, #e3f1fc 0%, #ffffff 59%);
  box-shadow: 0px 0px 10px 0px rgba(0, 80, 255, 0.31);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding-top: 23px;
}
.module-wrap .module9 .main .card .title {
  font-size: 24px;
  font-weight: 500;
  color: #0c1832;
  line-height: 28px;
  margin-left: 18px;
}
.module-wrap .module9 .main .card .dec {
  margin-top: 15px;
  margin-left: 19px;
  font-size: 16px;
  font-weight: 400;
  color: #5e718f;
  line-height: 22px;
}
.module-wrap .module9 .main .card .list9 {
  position: absolute;
  top: 58px;
  left: 176px;
}
.module-wrap .module10 {
  background-image: url(../images/bg10.png);
  background-repeat: no-repeat;
  background-position: top;
  height: 638px;
  padding-top: 68px;
}
.module-wrap .module10 .main {
  width: 1200px;
  margin: 41px auto 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.module-wrap .module10 .main .card {
  width: 295px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 1px rgba(0, 80, 255, 0.31);
  border-radius: 10px;
  position: relative;
  margin: 16px 0;
  margin-left: 119px;
  padding-left: 50px;
  background-image: url(../images/icon10.png);
  background-position: 10px 26px;
  background-repeat: no-repeat;
}
.module-wrap .module10 .main .card:nth-child(3n+1) {
  margin-left: 0;
}
.module-wrap .module10 .main .card .title {
  font-size: 20px;
  font-weight: 500;
  color: #0c1832;
  line-height: 84px;
}
.module-wrap .module10 .main .card .module-btn {
  position: absolute;
  top: 23px;
  right: -77px;
  width: 131px;
  line-height: 42px;
  box-shadow: 0px 5px 7px 0px rgba(139, 207, 255, 0.54);
  border-radius: 21px;
  font-size: 20px;
}
.module-wrap .module10 .main .card .module-btn::after {
  margin-left: 8px;
  width: 10px;
  height: 15px;
  background-size: 100% 100%;
  top: 1px;
}