@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: 0.18667rem;
}

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;
  position: relative;
  padding-top: 51px;
}
.module-wrap * {
  box-sizing: border-box;
}
.module-wrap .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.module-wrap .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.module-wrap .banner-wrap .banner {
  max-width: 1920px;
}
.module-wrap .banner-wrap .banner .swiper-slide {
  height: 520px;
  background-position: top;
}
.module-wrap .module.dark .module-title {
  background-image: url(../images/title-dark.png);
  color: #fff;
}
.module-wrap .module.dark .module-title .strong {
  color: #fff;
}
.module-wrap .module.dark .module-dec {
  color: #fff;
}
.module-wrap .module .module-title {
  font-size: 38px;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
  padding-top: 16px;
  height: 70px;
  text-align: center;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: top;
}
.module-wrap .module .module-title .strong {
  color: #355ff1;
  font-weight: bold;
}
.module-wrap .module .module-dec {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
}
.module-wrap .module .module-dec .strong {
  color: #355ff1;
}
.module-wrap .module .module-btn {
  background-image: url(../images/btn.png);
  width: 434px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 2px 0px rgba(18, 77, 146, 0.59);
  padding-right: 22px;
}
.module-wrap .module0 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.module-wrap .module0 .main {
  width: 400px;
  height: 398px;
  background: #3d63f6;
  border: 3px solid #4480f8;
  box-shadow: 0px 0px 50px 0px rgba(151, 156, 187, 0.2);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.module-wrap .module0 .main .list1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 73px;
  justify-content: space-between;
  padding-left: 22px;
}
.module-wrap .module0 .main .list1 .title {
  position: absolute;
  top: 36px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  padding-left: 50px;
  background-image: url(../images/icon0-1.png);
  background-repeat: no-repeat;
  background-position: 21px;
}
.module-wrap .module0 .main .list1 .dec {
  width: 122px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.module-wrap .module0 .main .list2 {
  width: 346px;
  margin: 19px 0 0 22px;
  position: relative;
  padding-top: 62px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #6482f8;
}
.module-wrap .module0 .main .list2 .title {
  position: absolute;
  top: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  padding-left: 28px;
  background-image: url(../images/icon0-2.png);
  background-repeat: no-repeat;
  background-position: left;
}
.module-wrap .module0 .main .list2 .dec {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-left: 25px;
  display: block;
  white-space: nowrap;
}
.module-wrap .module0 .main .list2 .dec:nth-child(4n+2) {
  margin-left: 0;
}
.module-wrap .module1 {
  margin-top: 469px;
  position: relative;
  background: #f7f7f8;
  height: 204px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-wrap .module1 .card {
  width: 280px;
  height: 140px;
  background: #fbfbfb;
  border: 2px solid #ffffff;
  border-radius: 10px;
  position: relative;
  padding-top: 31px;
  padding-left: 88px;
}
.module-wrap .module1 .card + .card {
  margin-left: 27px;
}
.module-wrap .module1 .card .icon1 {
  position: absolute;
  top: 19px;
  left: 8px;
}
.module-wrap .module1 .card .num {
  font-size: 28px;
  font-weight: 600;
  color: #ff5143;
  line-height: 28px;
}
.module-wrap .module1 .card .title {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}
.module-wrap .module1 .card .dec {
  margin-top: 9px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
}
.module-wrap .module2 {
  padding-top: 43px;
}
.module-wrap .module2 .main {
  width: 1187px;
  height: 528px;
  background: #f7f7f7;
  border-radius: 10px;
  margin: 62px auto 29px;
  padding-top: 20px;
  position: relative;
}
.module-wrap .module2 .main .left {
  padding-left: 22px;
}
.module-wrap .module2 .main .left .card {
  width: 258px;
  height: 123px;
  border-radius: 10px;
  position: relative;
  padding-left: 41px;
  padding-top: 31px;
  cursor: pointer;
}
.module-wrap .module2 .main .left .card::before {
  border-left: 20px solid #ff5143;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.module-wrap .module2 .main .left .card.active {
  background: #ff5143;
}
.module-wrap .module2 .main .left .card.active::before {
  content: "";
}
.module-wrap .module2 .main .left .card.active .title {
  color: #fff;
}
.module-wrap .module2 .main .left .card.active .dec {
  color: #fff;
}
.module-wrap .module2 .main .left .card .title {
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}
.module-wrap .module2 .main .left .card .dec {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-top: 10px;
}
.module-wrap .module2 .main .right {
  position: absolute;
  width: 814px;
  height: 513px;
  background: #fcfcfc;
  box-shadow: 0px 0px 20px 0px rgba(255, 81, 67, 0.2);
  border-radius: 15px;
  top: -19px;
  left: 338px;
}
.module-wrap .module2 .main .right .content {
  display: none;
}
.module-wrap .module2 .main .right .content.active {
  display: block;
}
.module-wrap .module2 .main .right .content .title {
  width: 419px;
  line-height: 43px;
  text-align: center;
  background: linear-gradient(0deg, rgba(255, 80, 74, 0.1), rgba(255, 55, 116, 0.1));
  border-radius: 0px 0px 15px 15px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #ff3774;
}
.module-wrap .module2 .main .right .content1 .dec {
  margin-top: 40px;
  width: 739px;
  margin-left: 39px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.module-wrap .module2 .main .right .content1 .list {
  display: flex;
  margin-top: 49px;
  justify-content: center;
}
.module-wrap .module2 .main .right .content1 .list .card {
  width: 217px;
  text-align: center;
  position: relative;
}
.module-wrap .module2 .main .right .content1 .list .card + .card::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 56px;
  background: #000000;
  opacity: 0.1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module2 .main .right .content1 .list .card .card-title {
  font-size: 16px;
  font-weight: 400;
  color: #ff5143;
  line-height: 44px;
  height: 44px;
}
.module-wrap .module2 .main .right .content1 .list .card .card-title .strong {
  font-size: 40px;
  font-weight: bold;
  color: #ff5143;
  margin-right: 3px;
}
.module-wrap .module2 .main .right .content1 .list .card .card-dec {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.module-wrap .module2 .main .right .content1 .ps {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  text-align: center;
  margin-top: 61px;
}
.module-wrap .module2 .main .right .content2 {
  background-image: url(../images/bg2-4.png);
  background-repeat: no-repeat;
  background-position: 20px 50px;
  height: 100%;
}
.module-wrap .module2 .main .right .content3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 17px;
  padding-left: 24px;
  padding-right: 23px;
}
.module-wrap .module2 .main .right .content3 .list .card {
  width: 229px;
  height: 153px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  position: relative;
  margin-top: 9px;
  padding-top: 35px;
}
.module-wrap .module2 .main .right .content3 .list .card .card-title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.module-wrap .module2 .main .right .content3 .list .card .card-dec {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ff5143;
  line-height: 30px;
  height: 30px;
  margin-top: 10px;
}
.module-wrap .module2 .main .right .content3 .list .card .card-dec .strong {
  font-size: 16px;
  font-weight: 400;
  color: #ff5143;
}
.module-wrap .module2 .main .right .content3 .list .card .company {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  text-align: center;
  margin-top: 9px;
}
.module-wrap .module2 .main .right .content3 .ps {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin-top: 28px;
  text-align: center;
}
.module-wrap .module2 .main .right .content4 {
  background-image: url(../images/bg2-2.png);
  background-repeat: no-repeat;
  background-position: 51px 138px;
}
.module-wrap .module2 .main .right .content4 .dec {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-top: 25px;
}
.module-wrap .module2 .main .right .content4 .dec .strong {
  color: #ff3a70;
  font-size: 18px;
}
.module-wrap .module2 .main .right .content4 .ps {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  text-align: center;
  margin-top: 337px;
}
.module-wrap .module3 {
  padding-top: 57px;
  background-image: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-position: center 91px;
  padding-bottom: 46px;
}
.module-wrap .module3 .list {
  width: 1200px;
  margin: 38px auto 21px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.module-wrap .module3 .list .card {
  width: 280px;
  height: 138px;
  background: #f4f6fb;
  border: 2px solid #ffffff;
  border-radius: 10px;
  position: relative;
  padding-top: 44px;
  padding-left: 109px;
  margin-bottom: 21px;
}
.module-wrap .module3 .list .card .icon3 {
  position: absolute;
  left: 21px;
  top: 30px;
}
.module-wrap .module3 .list .card .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.module-wrap .module3 .list .card .dec {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.module-wrap .module4 {
  padding-top: 48px;
  background-image: url(../images/bg4.png);
  background-repeat: no-repeat;
  background-position: center 180px;
}
.module-wrap .module4 .list {
  position: relative;
  height: 503px;
  width: 1187px;
  margin: 0 auto;
}
.module-wrap .module4 .list .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.module-wrap .module4 .list .card:nth-child(1) {
  left: 249px;
  top: 74px;
  width: 111px;
  height: 111px;
}
.module-wrap .module4 .list .card:nth-child(2) {
  left: 11px;
  top: 118px;
  width: 147px;
  height: 147px;
}
.module-wrap .module4 .list .card:nth-child(3) {
  left: 214px;
  top: 230px;
  width: 100px;
  height: 100px;
}
.module-wrap .module4 .list .card:nth-child(4) {
  left: 49px;
  top: 307px;
  width: 100px;
  height: 100px;
}
.module-wrap .module4 .list .card:nth-child(5) {
  left: 327px;
  top: 360px;
  width: 109px;
  height: 109px;
}
.module-wrap .module4 .list .card:nth-child(6) {
  left: 451px;
  top: 250px;
  width: 100px;
  height: 100px;
}
.module-wrap .module4 .list .card:nth-child(7) {
  left: 636px;
  top: 359px;
  width: 127px;
  height: 127px;
}
.module-wrap .module4 .list .card:nth-child(8) {
  left: 892px;
  top: 337px;
  width: 100px;
  height: 100px;
}
.module-wrap .module4 .list .card:nth-child(9) {
  left: 781px;
  top: 228px;
  width: 100px;
  height: 100px;
}
.module-wrap .module4 .list .card:nth-child(10) {
  left: 1021px;
  top: 247px;
  width: 109px;
  height: 109px;
}
.module-wrap .module4 .list .card:nth-child(11) {
  left: 1019px;
  top: 131px;
  width: 100px;
  height: 100px;
}
.module-wrap .module4 .list .card:nth-child(12) {
  left: 849px;
  top: 86px;
  width: 108px;
  height: 108px;
}
.module-wrap .module4 .list .card .title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ff5143;
  line-height: 26px;
}
.module-wrap .module4 .list .card .title .strong {
  font-size: 24px;
  font-weight: bold;
  color: #ff5143;
}
.module-wrap .module4 .list .card .dec {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
}
.module-wrap .module4 .list .card-title {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 42px;
  position: absolute;
  left: 520px;
  top: 101px;
  text-align: center;
}
.module-wrap .module5 {
  padding-top: 82px;
  background-image: url(../images/bg5.png);
  background-repeat: no-repeat;
  background-position: center 369px;
  padding-bottom: 58px;
}
.module-wrap .module5 .list {
  width: 1214px;
  margin: 0 auto;
  position: relative;
  height: 585px;
}
.module-wrap .module5 .list .card {
  position: absolute;
  width: 384px;
  height: 138px;
  background: #fbfbfb;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding-top: 24px;
  box-shadow: 0 0 30px 2px #f3f3f3;
}
.module-wrap .module5 .list .card:nth-child(1) {
  left: 184px;
  top: 39px;
}
.module-wrap .module5 .list .card:nth-child(2) {
  left: 0px;
  top: 221px;
}
.module-wrap .module5 .list .card:nth-child(3) {
  left: 145px;
  top: 410px;
}
.module-wrap .module5 .list .card:nth-child(4) {
  left: 697px;
  top: 34px;
}
.module-wrap .module5 .list .card:nth-child(5) {
  left: 818px;
  top: 221px;
}
.module-wrap .module5 .list .card:nth-child(6) {
  left: 635px;
  top: 407px;
}
.module-wrap .module5 .list .card:hover {
  background: #355ff1;
}
.module-wrap .module5 .list .card:hover .title {
  color: #fff;
}
.module-wrap .module5 .list .card:hover .dec {
  color: #fff;
}
.module-wrap .module5 .list .card .title {
  font-size: 22px;
  font-weight: bold;
  padding-left: 17px;
  color: #355ff1;
  line-height: 26px;
}
.module-wrap .module5 .list .card .dec {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  padding-left: 17px;
  padding-right: 10px;
  margin-top: 8px;
}
.module-wrap .module6 {
  background-image: url(../images/bg6.png);
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 57px;
  padding-bottom: 43px;
}
.module-wrap .module6 .list {
  position: relative;
  height: 479px;
  width: 1214px;
  margin: 0 auto;
}
.module-wrap .module6 .list .card {
  position: absolute;
  min-width: 168px;
  padding-left: 20px;
  padding-right: 31px;
  line-height: 48px;
  background: #ffffff;
  border-radius: 5px 43px 5px 5px;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
}
.module-wrap .module6 .list .card:nth-child(1) {
  left: 65px;
  top: 65px;
}
.module-wrap .module6 .list .card:nth-child(2) {
  left: 332px;
  top: 73px;
}
.module-wrap .module6 .list .card:nth-child(3) {
  left: 608px;
  top: 51px;
}
.module-wrap .module6 .list .card:nth-child(4) {
  left: 940px;
  top: 67px;
}
.module-wrap .module6 .list .card:nth-child(5) {
  left: 75px;
  top: 173px;
}
.module-wrap .module6 .list .card:nth-child(6) {
  left: 833px;
  top: 149px;
}
.module-wrap .module6 .list .card:nth-child(7) {
  left: 0px;
  top: 295px;
}
.module-wrap .module6 .list .card:nth-child(8) {
  left: 917px;
  top: 270px;
}
.module-wrap .module6 .list .card:nth-child(9) {
  left: 140px;
  top: 408px;
}
.module-wrap .module6 .list .card:nth-child(10) {
  left: 896px;
  top: 384px;
}
.module-wrap .module7 {
  padding-top: 50px;
  background-image: url(../images/bg6.png);
  background-position: center -753px;
  background-repeat: no-repeat;
  padding-bottom: 56px;
}
.module-wrap .module7 .list {
  position: relative;
  height: 282px;
  margin: 0 auto;
  width: 1200px;
}
.module-wrap .module7 .list .card {
  position: absolute;
}
.module-wrap .module7 .list .card:nth-child(1) {
  width: 190px;
  height: 96px;
  padding-left: 66px;
  top: 92px;
  left: 61px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 66px;
  line-height: 30px;
  padding-top: 16px;
}
.module-wrap .module7 .list .card:nth-child(2) {
  width: 190px;
  height: 96px;
  padding-left: 66px;
  top: 92px;
  left: 318px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 66px;
  line-height: 30px;
  padding-top: 16px;
}
.module-wrap .module7 .list .card:nth-child(3) {
  width: 68px;
  line-height: 68px;
  top: 44px;
  left: 584px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.module-wrap .module7 .list .card:nth-child(4) {
  width: 68px;
  text-align: center;
  line-height: 68px;
  top: 163px;
  left: 584px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.module-wrap .module7 .list .card:nth-child(5) {
  width: 190px;
  line-height: 54px;
  top: 51px;
  left: 710px;
  padding-left: 54px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.module-wrap .module7 .list .card:nth-child(6) {
  width: 190px;
  line-height: 54px;
  top: 170px;
  left: 710px;
  padding-left: 54px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.module-wrap .module7 .list .card:nth-child(7) {
  width: 190px;
  line-height: 54px;
  top: 51px;
  left: 952px;
  padding-left: 54px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.module-wrap .module7 .list .card:nth-child(8) {
  width: 190px;
  line-height: 54px;
  top: 170px;
  left: 952px;
  padding-left: 54px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.module-wrap .module8 {
  background-image: url(../images/bg8.png);
  background-repeat: no-repeat;
  background-position: center 165px;
  padding-top: 57px;
  padding-bottom: 75px;
}
.module-wrap .module8 .list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 29px;
  padding-left: 14px;
  margin-bottom: 34px;
}
.module-wrap .module8 .list .card {
  width: 168px;
}
.module-wrap .module8 .list .card:nth-child(1) {
  margin-top: 165px;
}
.module-wrap .module8 .list .card:nth-child(1) .num {
  color: #355ff1;
}
.module-wrap .module8 .list .card:nth-child(1) .dec {
  height: 352px;
}
.module-wrap .module8 .list .card:nth-child(1) .post-list .post {
  background: #355ff1;
}
.module-wrap .module8 .list .card:nth-child(2) {
  margin-top: 136px;
}
.module-wrap .module8 .list .card:nth-child(2) .num {
  color: #0dccbc;
}
.module-wrap .module8 .list .card:nth-child(2) .dec {
  height: 353px;
}
.module-wrap .module8 .list .card:nth-child(2) .post-list .post {
  background: #0dccbc;
}
.module-wrap .module8 .list .card:nth-child(3) {
  margin-top: 107px;
}
.module-wrap .module8 .list .card:nth-child(3) .num {
  color: #355ff1;
}
.module-wrap .module8 .list .card:nth-child(3) .dec {
  height: 303px;
}
.module-wrap .module8 .list .card:nth-child(3) .post-list .post {
  background: #355ff1;
}
.module-wrap .module8 .list .card:nth-child(4) {
  margin-top: 77px;
}
.module-wrap .module8 .list .card:nth-child(4) .num {
  color: #0dccbc;
}
.module-wrap .module8 .list .card:nth-child(4) .dec {
  height: 412px;
}
.module-wrap .module8 .list .card:nth-child(4) .post-list .post {
  background: #0dccbc;
}
.module-wrap .module8 .list .card:nth-child(5) {
  margin-top: 48px;
}
.module-wrap .module8 .list .card:nth-child(5) .num {
  color: #355ff1;
}
.module-wrap .module8 .list .card:nth-child(5) .dec {
  height: 390px;
}
.module-wrap .module8 .list .card:nth-child(5) .post-list .post {
  background: #355ff1;
}
.module-wrap .module8 .list .card:nth-child(6) {
  margin-top: 19px;
}
.module-wrap .module8 .list .card:nth-child(6) .num {
  color: #0dccbc;
}
.module-wrap .module8 .list .card:nth-child(6) .dec {
  height: 499px;
}
.module-wrap .module8 .list .card:nth-child(6) .post-list .post {
  background: #0dccbc;
}
.module-wrap .module8 .list .card:nth-child(7) {
  width: 183px;
}
.module-wrap .module8 .list .card:nth-child(7) .num {
  color: #ff7a00;
}
.module-wrap .module8 .list .card:nth-child(7) .dec {
  height: 518px;
}
.module-wrap .module8 .list .card:nth-child(7) .post-list .post {
  background: #ff7a00;
}
.module-wrap .module8 .list .card .num {
  margin-left: 107px;
  font-size: 24px;
  width: 24px;
  font-weight: bold;
  line-height: 24px;
}
.module-wrap .module8 .list .card .title {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  line-height: 46px;
  margin-top: 20px;
  text-align: center;
}
.module-wrap .module8 .list .card .dec {
  margin: 5px auto 0;
  width: 149px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.module-wrap .module8 .list .card .title2 {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #355ff1;
  line-height: 26px;
}
.module-wrap .module8 .list .card .post-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 9px;
}
.module-wrap .module8 .list .card .post-list .post {
  border-radius: 10px;
  padding: 0 11px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin-left: 1px;
  margin-bottom: 9px;
}
.module-wrap .module9 {
  background-image: url(../images/bg9.png);
  background-repeat: no-repeat;
  background-position: center 435px;
  padding-bottom: 117px;
}
.module-wrap .module9 .main {
  overflow: hidden;
  width: 1200px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin: 33px auto 35px;
  box-shadow: 0 0 30px rgba(145, 142, 142, 0.1);
  position: relative;
}
.module-wrap .module9 .main .content {
  height: 652px;
  padding-left: 29px;
  overflow-y: auto;
  display: none;
  align-items: flex-start;
}
.module-wrap .module9 .main .content.active {
  display: flex;
}
.module-wrap .module9 .main .content .left {
  padding-top: 24px;
}
.module-wrap .module9 .main .content .left .img-wrap {
  width: 689px;
  height: 375px;
  background: #150778;
  position: relative;
  overflow: hidden;
}
.module-wrap .module9 .main .content .left .img-wrap .pro-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.module-wrap .module9 .main .content .left .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-top: 28px;
}
.module-wrap .module9 .main .content .left .dec {
  margin-top: 10px;
  width: 670px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.module-wrap .module9 .main .content .right {
  margin-left: 15px;
  width: 438px;
  padding-top: 413px;
}
.module-wrap .module9 .main .content .right .info {
  display: flex;
  align-items: flex-start;
  padding-top: 17px;
  padding-bottom: 15px;
}
.module-wrap .module9 .main .content .right .info .label {
  width: 82px;
  line-height: 26px;
  background: #355ff1;
  border-radius: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module9 .main .content .right .info .info-content {
  flex: 1;
  margin-left: 11px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.module-wrap .module9 .main .pro-list {
  position: absolute;
  top: 24px;
  right: 28px;
  display: flex;
  flex-wrap: wrap;
  width: 442px;
  justify-content: space-between;
}
.module-wrap .module9 .main .pro-list .pro {
  width: 215px;
  background-position: top;
  padding-top: 87px;
  margin-bottom: 12px;
  cursor: pointer;
  background-size: 312px;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.module-wrap .module9 .main .pro-list .pro.active {
  border-color: #355ff1;
}
.module-wrap .module9 .main .pro-list .pro.active .pro-name {
  background-color: #355ff1;
}
.module-wrap .module9 .main .pro-list .pro .pro-name {
  background-color: #000000;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.module-wrap .module10 {
  background-color: #f8f8ff;
  padding-bottom: 45px;
  background-image: url(../images/bg10.png);
  background-repeat: no-repeat;
  background-position: center 384px;
}
.module-wrap .module10 .list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 46px auto 0;
}
.module-wrap .module10 .list .card {
  padding-left: 77px;
  position: relative;
}
.module-wrap .module10 .list .card .icon10 {
  position: absolute;
  left: 0;
  top: -5px;
}
.module-wrap .module10 .list .card .title {
  line-height: 28px;
  color: #000000;
  font-size: 16px;
}
.module-wrap .module10 .list .card .title .strong {
  font-size: 24px;
  font-weight: 600;
  color: #056cff;
}
.module-wrap .module10 .swiper10 {
  margin-top: 26px;
  padding-top: 158px;
  width: 1247px;
  margin: 43px auto 0;
}
.module-wrap .module10 .swiper10 .icon-list {
  display: flex;
  left: 384px;
  top: 20px;
  position: absolute;
  z-index: 2;
}
.module-wrap .module10 .swiper10 .icon-list .icon-wrap {
  width: 92px;
  height: 112px;
  background: linear-gradient(238deg, #d4d7df, #b4b9c7);
  border: 2px solid transparent;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.module-wrap .module10 .swiper10 .icon-list .icon-wrap + .icon-wrap {
  margin-left: 13px;
}
.module-wrap .module10 .swiper10 .icon-list .icon-wrap.active {
  border-color: #6b7beb;
}
.module-wrap .module10 .swiper10 .icon-list .icon-wrap .teacher-img {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
}
.module-wrap .module10 .swiper10 .swiper-slide {
  height: 412px;
  padding-left: 385px;
  padding-top: 47px;
}
.module-wrap .module10 .swiper10 .swiper-slide .teacher-img {
  position: absolute;
  top: -158px;
  left: 23px;
}
.module-wrap .module10 .swiper10 .swiper-slide .info {
  width: 781px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
}
.module-wrap .module10 .swiper10 .swiper-slide .info .name {
  font-size: 30px;
  font-weight: bold;
  color: #424242;
  line-height: 34px;
  margin-right: 15px;
  position: relative;
}
.module-wrap .module10 .swiper10 .swiper-slide .info .name::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #5967f4;
  left: 0;
  bottom: -16px;
  position: absolute;
}
.module-wrap .module10 .swiper10 .swiper-slide .info .level {
  margin-top: 6px;
  line-height: 19px;
  border: 1px solid #355ff1;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #355ff1;
  padding: 0 10px;
}
.module-wrap .module10 .swiper10 .swiper-slide .info .level + .level {
  margin-left: 9px;
}
.module-wrap .module10 .swiper10 .swiper-slide .post {
  margin-top: 26px;
  font-size: 20px;
  font-weight: 400;
  color: #424242;
  line-height: 24px;
}
.module-wrap .module10 .swiper10 .swiper-slide .dec {
  width: 753px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #86869b;
  line-height: 28px;
}
.module-wrap .module10 .swiper10 .swiper-slide .btn {
  width: 190px;
  height: 46px;
  padding-top: 11px;
  line-height: 22px;
  padding-left: 36px;
  background: linear-gradient(90deg, #f88559, #f54559);
  border-radius: 5px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  display: block;
}
.module-wrap .module10 .swiper10 .swiper-slide .btn::before {
  content: "";
  width: 19px;
  height: 22px;
  position: absolute;
  top: 12px;
  left: 139px;
  background-image: url(../images/hand10.png);
}
.module-wrap .module10 .swiper10 .swiper10-next {
  width: 36px;
  height: 36px;
  background-image: url(../images/arrow10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  top: 204px;
  right: 73px;
  margin-top: 0;
  transform: rotate(180deg);
}
.module-wrap .module10 .swiper10 .swiper10-next:hover {
  background-image: url(../images/arrow10-hover.png);
  transform: rotate(0deg);
}
.module-wrap .module10 .swiper10 .swiper10-prev {
  margin-top: 0;
  width: 36px;
  height: 36px;
  background-image: url(../images/arrow10.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  top: 204px;
  left: 1088px;
}
.module-wrap .module10 .swiper10 .swiper10-prev:hover {
  transform: rotate(180deg);
  background-image: url(../images/arrow10-hover.png);
}
.module-wrap .module10 .swiper10 .swiper10-pagination {
  left: 1024px;
  width: auto;
  color: #d5d5d5;
  font-size: 20px;
  line-height: 24px;
  top: 208px;
  bottom: auto;
}
.module-wrap .module10 .swiper10 .swiper10-pagination .swiper-pagination-current {
  font-size: 20px;
  font-weight: 400;
  color: #424242;
}
.module-wrap .module11 {
  padding-top: 60px;
  padding-bottom: 55px;
}
.module-wrap .module11 .list {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 82px auto 0;
  padding-bottom: 5px;
  flex-wrap: wrap;
}
.module-wrap .module11 .list .card {
  margin-bottom: 20px;
  width: 248px;
  height: 320px;
  background: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.12);
  border-radius: 20px;
  position: relative;
  padding-top: 186px;
}
.module-wrap .module11 .list .card:nth-child(4n+1) {
  transform: translateY(-25px);
}
.module-wrap .module11 .list .card:nth-child(4n+2) {
  transform: translateY(-8px);
}
.module-wrap .module11 .list .card:nth-child(4n+3) {
  transform: translateY(-41px);
}
.module-wrap .module11 .list .card .bg11 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}
.module-wrap .module11 .list .card .title {
  font-size: 24px;
  font-weight: 500;
  color: #282f3f;
  line-height: 28px;
  text-align: center;
}
.module-wrap .module11 .list .card .title .strong {
  color: #5968f4;
}
.module-wrap .module11 .list .card .dec {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
  width: 193px;
  margin: 16px auto 0;
}
.module-wrap .module12 {
  background-image: url(../images/bg12.png);
  background-repeat: no-repeat;
  background-position: top;
  height: 542px;
}
.module-wrap .module12 .main {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 27px;
}
.module-wrap .module12 .main .left {
  margin-top: 75px;
  padding-top: 48px;
}
.module-wrap .module12 .main .left .title {
  padding-left: 41px;
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  padding-bottom: 65px;
}
.module-wrap .module12 .main .left .dec {
  padding-left: 70px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 45px;
  position: relative;
}
.module-wrap .module12 .main .left .dec::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #34d2bf;
  border-radius: 50%;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.module-wrap .module12 .main .right {
  width: 449px;
  padding-top: 103px;
}
.module-wrap .module12 .main .right .title {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  color: #ffffff;
  line-height: 48px;
  padding-bottom: 47px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  margin-bottom: 33px;
}
.module-wrap .module12 .main .right input {
  margin-top: 26px;
  display: block;
  width: 100%;
  height: 50px;
  background: rgba(21, 50, 110, 0.2);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 81px;
  border: none;
  background-repeat: no-repeat;
  background-position: 18px;
}
.module-wrap .module12 .main .right input::-moz-placeholder {
  color: #ffffff;
}
.module-wrap .module12 .main .right input:-ms-input-placeholder {
  color: #ffffff;
}
.module-wrap .module12 .main .right input::placeholder {
  color: #ffffff;
}
.module-wrap .module12 .main .right input.name {
  background-image: url(../images/icon12-1.png);
}
.module-wrap .module12 .main .right input.phone {
  background-image: url(../images/icon12-2.png);
}
.module-wrap .module12 .main .right .btn {
  width: 310px;
  line-height: 62px;
  text-align: center;
  background-image: url(../images/btn12.png);
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin: 33px auto 0;
  cursor: pointer;
}
.module-wrap .module13 {
  padding-top: 46px;
}
.module-wrap .module13 .main {
  width: 1200px;
  margin: 42px auto 27px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.module-wrap .module13 .main .left {
  padding-top: 10px;
  width: 330px;
  height: 329px;
  background: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(151, 156, 187, 0.2);
}
.module-wrap .module13 .main .left .card {
  padding-left: 24px;
  padding-top: 13px;
  height: 78px;
  position: relative;
  cursor: pointer;
}
.module-wrap .module13 .main .left .card::before {
  content: "";
  width: 279px;
  height: 1px;
  background: #3e404b;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 27px;
}
.module-wrap .module13 .main .left .card:last-child.active::before {
  content: "";
}
.module-wrap .module13 .main .left .card:last-child::before {
  content: none;
}
.module-wrap .module13 .main .left .card.active {
  background-color: #ebf2fc;
}
.module-wrap .module13 .main .left .card.active::before {
  width: 5px;
  background: #377fdd;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 1;
}
.module-wrap .module13 .main .left .card.active .title {
  color: #377fdd;
}
.module-wrap .module13 .main .left .card.active .dec {
  color: #3e404b;
}
.module-wrap .module13 .main .left .card .title {
  font-size: 16px;
  font-weight: bold;
  color: #3e404b;
  line-height: 26px;
}
.module-wrap .module13 .main .left .card .dec {
  color: #3e404b;
  font-size: 14px;
  line-height: 26px;
}
.module-wrap .module13 .main .right {
  width: 838px;
  height: 330px;
  background: #ffffff;
  border: 1px solid #e1e6ec;
}
.module-wrap .module13 .main .right .img-wrap {
  text-align: center;
  padding-top: 17px;
}
.module-wrap .module14 {
  padding-top: 75px;
  padding-bottom: 35px;
}
.module-wrap .module14 .swiper14 {
  margin-top: 43px;
  width: 1320px;
  padding-bottom: 44px;
}
.module-wrap .module14 .swiper14 .swiper-slide {
  text-align: center;
}
.module-wrap .module14 .swiper14 .swiper14-next {
  width: 32px;
  height: 62px;
  background-image: url(../images/arrow14.png);
  background-size: 100%;
  top: 279px;
  right: 0;
  margin-top: 0;
}
.module-wrap .module14 .swiper14 .swiper14-next:hover {
  background-image: url(../images/arrow14-hover.png);
  transform: rotate(180deg);
}
.module-wrap .module14 .swiper14 .swiper14-prev {
  margin-top: 0;
  width: 32px;
  height: 62px;
  background-image: url(../images/arrow14.png);
  background-size: 100%;
  top: 279px;
  left: 0;
  transform: rotate(180deg);
}
.module-wrap .module14 .swiper14 .swiper14-prev:hover {
  background-image: url(../images/arrow14-hover.png);
  transform: rotate(0deg);
}
.module-wrap .module14 .swiper14 .swiper14-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.module-wrap .module14 .swiper14 .swiper14-pagination .swiper-pagination-bullet {
  width: 43px;
  height: 8px;
  background-color: #d4dada;
  border-radius: 2px;
  opacity: 1;
  display: block;
}
.module-wrap .module14 .swiper14 .swiper14-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1ea5f0;
}
.module-wrap .module15 {
  background-image: url(../images/bg15.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 81px;
  background-color: #f5fbfe;
  padding-bottom: 75px;
}
.module-wrap .module15 .dec-list {
  margin-top: 54px;
  display: flex;
  justify-content: center;
}
.module-wrap .module15 .dec-list .dec {
  display: block;
  text-align: center;
}
.module-wrap .module15 .dec-list .dec + .dec {
  margin-left: 51px;
}
.module-wrap .module15 .dec-list .dec .icon {
  font-size: 30px;
  color: #fff;
}
.module-wrap .module15 .dec-list .dec .title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.module-wrap .module15 .main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 204px;
}
.module-wrap .module15 .main .list {
  width: 380px;
  height: 628px;
  background: #faf9fe;
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding-top: 132px;
  padding-left: 19px;
  position: relative;
}
.module-wrap .module15 .main .list + .list {
  margin-left: 30px;
}
.module-wrap .module15 .main .list .img10 {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}
.module-wrap .module15 .main .list .card {
  width: 342px;
  background: #f2f2fe;
  border-radius: 5px;
  padding-left: 20px;
  position: relative;
}
.module-wrap .module15 .main .list .card + .card {
  margin-top: 15px;
}
.module-wrap .module15 .main .list .card.active {
  color: #333;
  background: #e9e9ff;
}
.module-wrap .module15 .main .list .card.active .btn {
  display: block;
}
.module-wrap .module15 .main .list .card .dec {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
}
.module-wrap .module15 .main .list .card .btn {
  display: none;
  top: 8px;
  right: -35px;
  position: absolute;
  width: 72px;
  line-height: 28px;
  text-align: center;
  background: linear-gradient(-36deg, #f2927d, #ee6386);
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}