@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

* {
  font-family: "微软雅黑";
}

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 .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.module-wrap .banner {
  display: block;
}

.module-wrap .banner .swiper-slide {
  height: 506px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
}

.module-wrap .banner .banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  background-image: url(http://img.mobiletrain.org/templates/mobiletrain/images/mo/index/banner_btn.png);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.module-wrap
  .banner
  .banner-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  background-image: url(http://img.mobiletrain.org/templates/mobiletrain/images/mo/index/banner_btn_link.png);
}

.module-wrap .nav {
  height: 181px;
  background-color: #fafcff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 87px;
}

.module-wrap .nav .card {
  width: 193px;
  height: 63px;
  background-color: #f2f6fe;
  border-radius: 32px;
  text-align: center;
  padding-top: 10px;
  position: relative;
}

.module-wrap .nav .card + .card {
  margin-left: 59px;
}

.module-wrap .nav .card + .card::before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-top: 6px solid transparent;
  border-left: 11px solid #bbe4f6;
  border-bottom: 6px solid transparent;
}

.module-wrap .nav .card .list0 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -100%);
}

.module-wrap .nav .card .title {
  font-size: 20px;
  font-weight: 500;
  color: #00135e;
  line-height: 24px;
}

.module-wrap .nav .card .dec {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #00135e;
  line-height: 20px;
}

.module-wrap .module .module-title {
  font-size: 36px;
  font-weight: 500;
  color: #00135e;
  line-height: 40px;
  text-align: center;
}

.module-wrap .module .module-title.dark {
  color: #ffffff;
}

.module-wrap .module .module-title.dark .strong {
  color: #fbef37;
}

.module-wrap .module .module-title .strong {
  color: #f57447;
}

.module-wrap .module .module-dec {
  margin-top: 17px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  text-align: center;
}

.module-wrap .module .module-dec.dark {
  color: #fff;
}

.module-wrap .module .module-btn {
  -webkit-animation: transform1 1s infinite;
  animation: transform1 1s infinite;
  width: 272px;
  background: linear-gradient(270deg, #ff7a51, #fd9a1a);
  box-shadow: 0px 3px 7px 0px rgba(242, 125, 89, 0.41);
  border-radius: 29px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 58px;
  display: block;
  text-align: center;
  padding-right: 2px;
  margin: 0 auto;
  padding-left: 12px;
}

.module-wrap .module .module-btn::after {
  content: "";
  background-image: url(../images/bg-btn.png);
  background-size: 100% 100%;
  width: 12px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 8px;
}

.module-wrap .module1 {
  padding-top: 63px;
}

.module-wrap .module1 .main {
  margin: 30px auto 0;
  width: 1200px;
  height: 589px;
  background: #f2f6ff;
  border: 1px solid #ebebf6;
  box-shadow: 0px 2px 27px 0px rgba(84, 126, 232, 0.25);
  border-radius: 10px;
  display: flex;
}

.module-wrap .module1 .main .left {
  border-radius: 10px 0 0 10px;
  background-color: #3a82e0;
}

.module-wrap .module1 .main .left .card {
  width: 141px;
  height: 196px;
  border: 1px solid rgba(248, 248, 249, 0.46);
  border-radius: 10px 0px 0px 10px;
  background-repeat: no-repeat;
  background-position: center 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  padding-top: 125px;
  cursor: pointer;
}

.module-wrap .module1 .main .left .card.active {
  border-width: 2px;
  background-color: #f2f6ff;
  color: #1f53d9;
  border-left-color: #3a82e0;
  border-top-color: #3a82e0;
}

.module-wrap .module1 .main .right {
  flex: 1;
  position: relative;
  border-radius: 0 10px 10px 0;
}

.module-wrap .module1 .main .right .content {
  display: none;
  height: 100%;
}

.module-wrap .module1 .main .right .content.active {
  display: block;
}

.module-wrap .module1 .main .right .content .content-title {
  background-image: linear-gradient(90deg, #f2f6ff, #aedef4, #f2f6ff);
  width: 566px;
  margin: 0 auto;
  line-height: 49px;
  font-size: 20px;
  font-weight: 500;
  color: #00135e;
  text-align: center;
  margin-bottom: 49px;
}

.module-wrap .module1 .main .right .content1 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.module-wrap .module1 .main .right .content1 .list .card {
  margin: 18px 20px;
}

.module-wrap .module1 .main .right .content1 .list .card .title {
  font-size: 16px;
  font-weight: 400;
  color: #00135e;
  line-height: 20px;
  text-align: center;
  margin-top: 12px;
}

.module-wrap .module1 .main .right .content2 {
  background-repeat: no-repeat;
  background-position: 163px 113px;
  position: relative;
}

.module-wrap .module1 .main .right .content2 .left-line {
  position: absolute;
  top: 100px;
  left: 123px;
}

.module-wrap .module1 .main .right .content2 .left-line .num {
  font-size: 16px;
  font-weight: 400;
  color: #00135e;
  line-height: 42px;
  text-align: right;
}

.module-wrap .module1 .main .right .content2 .right-line {
  position: absolute;
  top: 100px;
  left: 890px;
}

.module-wrap .module1 .main .right .content2 .right-line .num {
  font-size: 16px;
  font-weight: 400;
  color: #00135e;
  line-height: 55px;
}

.module-wrap .module1 .main .right .content2 .bottom-line {
  position: absolute;
  display: flex;
  left: 258px;
  top: 462px;
  font-size: 16px;
  font-weight: 400;
  color: #00135e;
  line-height: 20px;
}

.module-wrap .module1 .main .right .content2 .bottom-line .num {
  width: 64px;
  text-align: center;
}

.module-wrap .module1 .main .right .content2 .bottom-line .num + .num {
  margin-left: 55px;
}

.module-wrap .module1 .main .right .content2 .ps-line {
  display: flex;
  position: absolute;
  top: 494px;
  left: 417px;
}

.module-wrap .module1 .main .right .content2 .ps-line .ps {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}

.module-wrap .module1 .main .right .content2 .ps-line .ps + .ps {
  margin-left: 30px;
}

.module-wrap .module1 .main .right .content2 .chart-list .num {
  font-size: 16px;
  font-weight: 400;
  color: #00135e;
  line-height: 20px;
  position: absolute;
}

.module-wrap .module1 .main .right .content2 .chart-list .num:nth-child(1) {
  left: 386px;
  top: 157px;
}

.module-wrap .module1 .main .right .content2 .chart-list .num:nth-child(2) {
  left: 507px;
  top: 128px;
}

.module-wrap .module1 .main .right .content2 .chart-list .num:nth-child(3) {
  left: 623px;
  top: 360px;
}

.module-wrap .module1 .main .right .content2 .chart-list .num:nth-child(4),
.module-wrap
  .module1
  .module5
  .main
  .right
  .content2
  .chart-list
  .num.card:nth-child(6),
.module-wrap
  .module5
  .module1
  .main
  .right
  .content2
  .chart-list
  .num.card:nth-child(6),
.module-wrap
  .module1
  .module5
  .main
  .right
  .content2
  .chart-list
  .num.card:nth-child(5),
.module-wrap
  .module5
  .module1
  .main
  .right
  .content2
  .chart-list
  .num.card:nth-child(5) {
  left: 742px;
  top: 350px;
}

.module-wrap .module1 .main .right .content3 .list {
  display: flex;
  flex-wrap: wrap;
}

.module-wrap .module1 .main .right .content3 .list .card {
  margin-left: 42px;
  margin-bottom: 32px;
  width: 465px;
  height: 178px;
  background: #f8faff;
  border-radius: 10px;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60px;
  padding-left: 240px;
}

.module-wrap .module1 .main .right .content3 .list .card .icon-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 180px;
}

.module-wrap .module1 .main .right .content3 .list .card .title {
  font-size: 16px;
  font-weight: 400;
  color: #00135e;
  line-height: 20px;
  position: relative;
  display: inline;
}

.module-wrap .module1 .main .right .content3 .list .card .title .hot {
  position: absolute;
  right: -26px;
  bottom: 2px;
}

.module-wrap .module1 .main .right .content3 .list .card .dec {
  font-size: 16px;
  font-weight: 400;
  color: #00135e;
  line-height: 24px;
  margin-top: 14px;
}

.module-wrap .module1 .main .right .content3 .list .card .dec .strong {
  font-size: 20px;
}

.module-wrap .module1 .main .right .module-btn {
  position: absolute;
  left: 407px;
  bottom: 0;
  transform: translateY(50%);
  -webkit-animation: transform2 1s infinite;
  animation: transform2 1s infinite;
}

.module-wrap .module2 {
  padding-top: 120px;
}

.module-wrap .module2 .main {
  width: 1200px;
  background-repeat: no-repeat;
  background-position: right;
  margin: 43px auto 0;
  display: flex;
}

.module-wrap .module2 .main .left {
  width: 609px;
  height: 362px;
  border-radius: 16px;
}

.module-wrap .module2 .main .left .video-ref {
  width: 100%;
  height: 100%;
}

.module-wrap .module2 .main .right {
  flex: 1;
  position: relative;
  padding-top: 93px;
}

.module-wrap .module2 .main .right .english {
  font-size: 90px;
  font-weight: bold;
  color: rgba(242, 246, 255, 0.92);
  line-height: 94px;
  position: absolute;
  top: -23px;
  left: 52px;
}

.module-wrap .module2 .main .right .title {
  font-size: 22px;
  font-weight: bold;
  color: #1f53d9;
  line-height: 26px;
  position: absolute;
  top: 2px;
  left: 52px;
}

.module-wrap .module2 .main .right .dec {
  margin-left: 43px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  width: 496px;
}

.module-wrap .module3 {
  margin-top: 55px;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 107px;
}

.module-wrap .module3 .main {
  width: 1200px;
  margin: 17px auto 0;
  background: #ffffff;
  border: 1px solid #ebebf6;
  box-shadow: 0px 2px 5px 0px rgba(235, 235, 246, 0.6);
  border-radius: 10px;
  padding-top: 41px;
  padding-bottom: 29px;
}

.module-wrap .module3 .main .card-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.module-wrap .module3 .main .card-list .card {
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 74px;
  height: 58px;
}

.module-wrap .module3 .main .card-list .card + .card {
  margin-left: 82px;
}

.module-wrap .module3 .main .card-list .card .title {
  font-size: 22px;
  font-weight: bold;
  color: #3a26e5;
  line-height: 26px;
}

.module-wrap .module3 .main .card-list .card .dec {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #373131;
  line-height: 20px;
}

.module-wrap .module3 .main .ps {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  text-align: center;
}

.module-wrap .module3 .main .table {
  width: 1061px;
  margin: 17px auto 0;
}

.module-wrap .module3 .main .table .thead {
  display: flex;
  line-height: 35px;
  background: #3a26e5;
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.module-wrap .module3 .main .table .thead .th {
  flex: 1;
  text-align: center;
}

.module-wrap .module3 .main .table .tbody-wrap {
  height: 585px;
  overflow: hidden;
}

.module-wrap .module3 .main .table .tbody-wrap .tbody.running {
  transition: transform 1s;
  transform: translateY(-45px);
}

.module-wrap .module3 .main .table .tbody-wrap .tbody .tr {
  display: flex;
}

.module-wrap .module3 .main .table .tbody-wrap .tbody .tr .td {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #373131;
  line-height: 44px;
  flex: 1;
  border-bottom: 1px solid #e4e4e4;
}

.module-wrap .module3 .main .table .tbody-wrap .tbody .tr .td:nth-child(5) {
  font-size: 18px;
  font-weight: 500;
  color: #f46833;
}

.module-wrap .module3 .main .module-btn {
  margin-top: 30px;
}

.module-wrap .module4 {
  margin-top: 79px;
}

.module-wrap .module4 .main {
  width: 1200px;
  margin: 30px auto 0;
  background-repeat: no-repeat;
  background-position: top;
  padding-left: 50px;
  padding-top: 45px;
  margin-bottom: 37px;
  height: 607px;
  position: relative;
}

.module-wrap .module4 .main .card-list {
  display: flex;
  flex-wrap: wrap;
}

.module-wrap .module4 .main .card-list .card {
  width: 272px;
  height: 201px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 33px;
  padding-top: 30px;
}

.module-wrap .module4 .main .card-list .card:nth-child(2) {
  margin-left: 360px;
}

.module-wrap .module4 .main .card-list .card:nth-child(3) {
  margin-left: 195px;
}

.module-wrap .module4 .main .card-list .card:nth-child(3) .title {
  padding-left: 34px;
}

.module-wrap .module4 .main .card-list .card:nth-child(4),
.module-wrap .module4 .module5 .main .card-list .card:nth-child(6),
.module-wrap .module5 .module4 .main .card-list .card:nth-child(6),
.module-wrap .module4 .module5 .main .card-list .card:nth-child(5),
.module-wrap .module5 .module4 .main .card-list .card:nth-child(5) {
  margin-left: 360px;
}

.module-wrap .module4 .main .card-list .card .title {
  width: 156px;
  line-height: 50px;
  background: #aedef4;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 500;
  color: #00135e;
  padding-left: 46px;
  margin: 0 auto;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.module-wrap .module4 .main .card-list .card .dec {
  width: 207px;
  margin: 19px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #00135e;
  line-height: 24px;
}

.module-wrap .module4 .main .module-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.module-wrap .module5 {
  background-color: #f2f6fe;
  background-repeat: no-repeat;
  background-position: center 97px;
  padding-top: 67px;
  padding-bottom: 69px;
}

.module-wrap .module5 .main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 56px;
  padding-bottom: 14px;
}

.module-wrap .module5 .main .card {
  width: 306px;
  height: 207px;
  position: relative;
  margin: 12px 36px;
  padding-top: 40px;
  padding-left: 44px;
  background-size: 100% 100%;
}

.module-wrap .module5 .main .card:nth-child(4),
.module-wrap .module5 .main .card:nth-child(6),
.module-wrap .module5 .main .card:nth-child(5) {
  height: 254px;
}

.module-wrap .module5 .main .card .icon-img {
  position: absolute;
  top: -19px;
  right: -23px;
}

.module-wrap .module5 .main .card .title {
  font-size: 20px;
  font-weight: 500;
  color: #00135e;
  line-height: 24px;
}

.module-wrap .module5 .main .card .dec {
  margin-top: 18px;
  width: 217px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.module-wrap .module6 {
  padding-top: 68px;
  padding-bottom: 48px;
}

.module-wrap .module6 .main {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.module-wrap .module6 .main .card {
  width: 211px;
  height: 403px;
  background: linear-gradient(180deg, #3893e0, #3867e0);
  box-shadow: 0px 5px 7px 0px rgba(185, 214, 242, 0.98);
  border-radius: 20px;
  position: relative;
}

.module-wrap .module6 .main .card + .card {
  margin-left: 36px;
}

.module-wrap .module6 .main .card .title {
  margin-top: 29px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}

.module-wrap .module6 .main .card .dec {
  width: 160px;
  margin: 20px auto 0;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
}

.module-wrap .module6 .main .card .btn {
  width: 138px;
  line-height: 34px;
  text-align: center;
  background: #ffffff;
  border-radius: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #1867dd;
  position: absolute;
  bottom: 31px;
  left: 50%;
  transform: translateX(-50%);
}

.module-wrap .module7 {
  background: linear-gradient(180deg, #fbfcff, #e8ebf0);
  padding-top: 60px;
  padding-bottom: 106px;
}

.module-wrap .module7 .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 23px;
  padding-bottom: 49px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.module-wrap .module7 .main .card {
  background: #ffffff;
  border: 1px solid #ebebf6;
  box-shadow: 0px 2px 5px 0px rgba(235, 235, 246, 0.6);
  border-radius: 0px 20px 20px 20px;
  padding: 0 28px;
  position: relative;
  margin: 17px 14px;
}

.module-wrap .module7 .main .card .ps {
  top: 0;
  left: 0;
  position: absolute;
  width: 68px;
  line-height: 19px;
  border-radius: 0px 0px 10px 0px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.module-wrap .module7 .main .card .ps.orange {
  background: #ec8b0d;
}

.module-wrap .module7 .main .card .ps.blue {
  background: #386de0;
}

.module-wrap .module7 .main .card .ps.green {
  background: #0da6c2;
}

.module-wrap .module7 .main .card .title {
  font-size: 18px;
  font-weight: 500;
  color: #00135e;
  line-height: 58px;
}

.module-wrap .module7 .main .module-btn {
  position: absolute;
  left: 0;
  right: 0;
  transform: translate(-50%, 50%);
  bottom: -35px;
}

.module-wrap .module8 {
  padding-top: 53px;
}

.module-wrap .module8 .main {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.module-wrap .module8 .main .card {
  width: 577px;
  height: 611px;
  border: 1px solid #ebebf6;
  box-shadow: 0px 2px 27px 0px rgba(84, 126, 232, 0.25);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 214px;
}

.module-wrap .module8 .main .card + .card {
  margin-left: 46px;
}

.module-wrap .module8 .main .card .dec-wrap + .dec-wrap {
  margin-left: 21px;
}

.module-wrap .module8 .main .card .dec-wrap .dec-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #1f53d9;
  line-height: 22px;
  position: relative;
}

.module-wrap .module8 .main .card .dec-wrap .dec-title::before {
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #2153d9;
}

.module-wrap .module8 .main .card .dec-wrap .dec-list {
  margin-top: 23px;
}

.module-wrap .module8 .main .card .dec-wrap .dec-list .dec {
  width: 156px;
  background: #cdd9f6;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 400;
  color: #00135e;
  line-height: 32px;
  text-align: center;
}

.module-wrap .module8 .main .card .dec-wrap .dec-list .dec + .dec {
  margin-top: 4px;
}

.module-wrap .module9 {
  padding-top: 92px;
  padding-bottom: 52px;
}

.module-wrap .module9 .main {
  margin: 41px auto 23px;
  width: 1200px;
  display: flex;
  position: relative;
  height: 693px;
}

.module-wrap .module9 .main .bg9 {
  position: absolute;
  top: -116px;
  left: -112px;
}

.module-wrap .module9 .main .left {
  position: relative;
  width: 252px;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  padding-top: 21px;
}

.module-wrap .module9 .main .left .title {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
  padding-left: 27px;
  position: relative;
}

.module-wrap .module9 .main .left .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 7px;
  height: 22px;
  background: #1ac6ff;
}

.module-wrap .module9 .main .left .list {
  margin-top: 32px;
}

.module-wrap .module9 .main .left .list .card {
  width: 252px;
  line-height: 46px;
  border-radius: 10px 0px 0px 10px;
  margin: 5px 0 5px 1px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #faf8f8;
  cursor: pointer;
}

.module-wrap .module9 .main .left .list .card.active {
  background: #f2f6ff;
  color: #1f53d9;
  font-size: 16px;
}

.module-wrap .module9 .main .right {
  flex: 1;
  position: relative;
  background: #f2f6fe;
  box-shadow: 2px 2px 27px rgba(84, 126, 232, 0.25);
  border-radius: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 500px;
}

.module-wrap .module9 .main .right .content {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.module-wrap .module9 .main .right .content.active {
  display: flex;
}

.module-wrap .module9 .main .right .content .card {
  width: 419px;
  background: #ffffff;
  border-radius: 20px;
  padding-top: 39px;
  padding-bottom: 34px;
  margin: 15px 11px;
}

.module-wrap .module9 .main .right .content .card .title {
  font-size: 18px;
  font-weight: 400;
  color: #00135e;
  line-height: 22px;
  padding-left: 42px;
  position: relative;
}

.module-wrap .module9 .main .right .content .card .title::before {
  width: 11px;
  height: 11px;
  background: rgba(47, 94, 210, 0);
  border: 2px solid #3891e0;
  border-radius: 50%;
  content: "";
  top: 5px;
  left: 20px;
  position: absolute;
}

.module-wrap .module9 .main .right .content .card .dec-list {
  margin-top: 21px;
}

.module-wrap .module9 .main .right .content .card .dec-list .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  position: relative;
  padding-left: 41px;
  width: 381px;
}

.module-wrap .module9 .main .right .content .card .dec-list .dec::before {
  width: 8px;
  height: 8px;
  background-color: #b4dcfc;
  left: 22px;
  top: 9px;
  content: "";
  position: absolute;
  border-radius: 50%;
}

.module-wrap .module9 .main .right .content1 {
  height: 2900px;
}

.module-wrap .module9 .main .right .content2 {
  height: 2400px;
}

.module-wrap .module9 .main .right .content3 {
  height: 1940px;
}

.module-wrap .module9 .main .right .content4 {
  height: 1030px;
}

.module-wrap .module9 .main .right .content5 {
  height: 1430px;
}

.module-wrap .module9 .main .right .content6 {
  height: 1400px;
}

.module-wrap .module9 .main .right .content7 {
  height: 2030px;
}

.module-wrap .module9 .main .right .content8 {
  height: 740px;
}

.module-wrap .module9 .main .right .content9 {
  height: 500px;
}

.module-wrap .module10 {
  padding-top: 69px;
  background-color: #f2f6fe;
}

.module-wrap .module10 .main {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: wrap;
  height: 1108px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.module-wrap .module10 .main .table-wrap {
  margin-top: 35px;
  width: 368px;
}

.module-wrap .module10 .main .table-wrap .title {
  line-height: 27px;
  background: #1867dd;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.module-wrap .module10 .main .table-wrap table {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ebebf6;
  box-shadow: 0px 2px 5px 0px rgba(235, 235, 246, 0.6);
}

.module-wrap .module10 .main .table-wrap table thead .head {
  line-height: 27px;
  background: #e0ecff;
  font-size: 14px;
  font-weight: 500;
  color: #1867dd;
}

.module-wrap .module10 .main .table-wrap table thead .head th {
  border-left: 1px solid #cbdaf1;
}

.module-wrap .module10 .main .table-wrap table thead .head th:nth-child(1) {
  text-align: left;
  padding-left: 17px;
  border-left: none;
}

.module-wrap .module10 .main .table-wrap table tbody tr td {
  font-size: 14px;
  font-weight: 500;
  color: #5e5e5e;
  line-height: 29px;
  position: relative;
  border-left: 1px solid #cbdaf1;
  border-top: 1px solid #cbdaf1;
}

.module-wrap .module10 .main .table-wrap table tbody tr td:nth-child(1) {
  border-left: none;
  padding-left: 17px;
}

.module-wrap .module10 .main .table-wrap table tbody tr td img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.module-wrap .module10 .main .module-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 966px;
}

.module-wrap .module11 {
  background-repeat: no-repeat;
  background-position: center 65px;
  padding-top: 56px;
  padding-bottom: 64px;
}

.module-wrap .module11 .dec {
  width: 1200px;
  padding-left: 232px;
  margin: 43px auto 0;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
}

.module-wrap .module11 .main {
  width: 1200px;
  display: flex;
  margin: 68px auto 0;
  justify-content: space-between;
}

.module-wrap .module11 .main .card {
  width: 225px;
  height: 210px;
  background-blend-mode: normal, normal;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border: solid 1px #e7e9ef;
  transition: all ease-out 0.3s;
  text-align: center;
  padding-top: 20px;
}

.module-wrap .module11 .main .card:hover {
  transform: translate3d(0, -10px, 5px);
  box-shadow: 0 7px 3px 3px rgba(87, 87, 87, 0.1);
}

.module-wrap .module11 .main .card:nth-child(1) {
  background: linear-gradient(135deg, #005eff, #00b0ff);
}

.module-wrap .module11 .main .card:nth-child(2) {
  background: linear-gradient(135deg, #ff002f, #ffa300);
}

.module-wrap .module11 .main .card:nth-child(3) {
  background: linear-gradient(135deg, #00f49d, #00aaec);
}

.module-wrap .module11 .main .card:nth-child(4),
.module-wrap .module11 .module5 .main .card:nth-child(5),
.module-wrap .module5 .module11 .main .card:nth-child(5),
.module-wrap .module11 .module5 .main .card:nth-child(6),
.module-wrap .module5 .module11 .main .card:nth-child(6) {
  background: linear-gradient(135deg, #ff8200, #ffca00);
}

.module-wrap .module11 .main .card:nth-child(5) {
  background: linear-gradient(135deg, #005eff, #00b0ff);
}

.module-wrap .module11 .main .card .icon {
  width: 60px;
  height: 36px;
  font-size: 60px;
  line-height: 36px;
  color: #fff;
}

.module-wrap .module11 .main .card .title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
  margin-top: 14px;
  line-height: 28px;
}

.module-wrap .module11 .main .card .title .strong {
  font-size: 24px;
}

.module-wrap .module11 .main .card .card-dec {
  font-size: 14px;
  color: #ffffff;
}

.module-wrap .module11 .step-wrap {
  width: 1200px;
  margin: 58px auto 0;
  display: flex;
  align-items: center;
}

.module-wrap .module11 .step-wrap .left {
  width: 174px;
  height: 174px;
  background: linear-gradient(270deg, #5b74f6, #3c2be6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fffefe;
  line-height: 32px;
}

.module-wrap .module11 .step-wrap .center {
  margin-left: 32px;
}

.module-wrap .module11 .step-wrap .center .step {
  width: 199px;
  line-height: 46px;
  border: 1px dashed #cfcfde;
  border-radius: 23px;
  font-size: 16px;
  font-weight: 400;
  color: #4c3de6;
  text-align: center;
  position: relative;
}

.module-wrap .module11 .step-wrap .center .step:last-child::before {
  content: none;
}

.module-wrap .module11 .step-wrap .center .step + .step {
  margin-top: 34px;
}

.module-wrap .module11 .step-wrap .center .step::before {
  width: 25px;
  height: 19px;
  background-image: url("/java/images/arrow8.png");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 86px;
}

.module-wrap .module11 .step-wrap .right {
  display: flex;
  width: 738px;
  height: 309px;
  background: #f4f4f4;
  border-radius: 10px;
  padding-top: 47px;
  padding-left: 22px;
  margin-left: 57px;
}

.module-wrap .module11 .step-wrap .right .card {
  background-repeat: no-repeat;
  background-position: center;
  width: 164px;
  height: 223px;
  position: relative;
  padding-top: 32px;
  padding-left: 20px;
}

.module-wrap .module11 .step-wrap .right .card + .card {
  margin-left: 14px;
}

.module-wrap .module11 .step-wrap .right .card .num {
  position: absolute;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #cfcfcf;
  line-height: 30px;
  top: -11px;
  left: 63px;
}

.module-wrap .module11 .step-wrap .right .card .title {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 23px;
}

.module-wrap .module11 .step-wrap .right .card .card-dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}

.module-wrap .module11 .pro-wrap {
  width: 1200px;
  margin: 61px auto 0;
  background: #f2f6ff;
  border: 1px solid #ebebf6;
  box-shadow: 0px 2px 27px 0px rgba(84, 126, 232, 0.25);
  border-radius: 10px;
  height: 770px;
  display: flex;
  margin-bottom: 34px;
}

.module-wrap .module11 .pro-wrap .left {
  position: relative;
  width: 252px;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  padding-top: 21px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.module-wrap .module11 .pro-wrap .left .title {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
  padding-left: 27px;
  position: relative;
}

.module-wrap .module11 .pro-wrap .left .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 7px;
  height: 22px;
  background: #1ac6ff;
}

.module-wrap .module11 .pro-wrap .left .list {
  margin-top: 32px;
}

.module-wrap .module11 .pro-wrap .left .list .pro-name {
  width: 252px;
  line-height: 46px;
  border-radius: 10px 0px 0px 10px;
  margin: 11px 0 11px 1px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #faf8f8;
  cursor: pointer;
}

.module-wrap .module11 .pro-wrap .left .list .pro-name.active {
  background: #f2f6ff;
  color: #1f53d9;
  font-size: 16px;
}

.module-wrap .module11 .pro-wrap .right {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.module-wrap .module11 .pro-wrap .right .content {
  display: none;
  padding-top: 36px;
  position: relative;
}

.module-wrap .module11 .pro-wrap .right .content.active {
  display: block;
}

.module-wrap .module11 .pro-wrap .right .content .name {
  margin-bottom: 37px;
  width: 320px;
  line-height: 44px;
  border-radius: 22px;
  margin-left: 52px;
  font-size: 30px;
  font-weight: 500;
  color: #00135e;
  padding-left: 18px;
  background-image: linear-gradient(90deg, #aedef4, transparent);
}

.module-wrap .module11 .pro-wrap .right .content .type {
  position: absolute;
  top: 40px;
  right: 49px;
  line-height: 32px;
  border-radius: 17px;
  border: 1px solid #8a92b2;
  text-align: center;
}

.module-wrap .module11 .pro-wrap .right .content .type .type-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  height: 34px;
  width: 90px;
  background: #8a92b2;
  border-radius: 17px 0px 17px 17px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.module-wrap .module11 .pro-wrap .right .content .type .type-name {
  font-size: 16px;
  font-weight: 400;
  padding-left: 6px;
  padding-right: 14px;
  color: #00135e;
  margin-left: 90px;
}

.module-wrap .module11 .pro-wrap .right .content .pro-img {
  position: absolute;
  top: 92px;
  right: 50px;
}

.module-wrap .module11 .pro-wrap .right .content .text-wrap {
  padding-left: 54px;
}

.module-wrap .module11 .pro-wrap .right .content .text-wrap:last-child {
  padding-left: 34px;
}

.module-wrap .module11 .pro-wrap .right .content .text-wrap:last-child .label {
  padding-left: 20px;
}

.module-wrap .module11 .pro-wrap .right .content .text-wrap + .text-wrap {
  margin-top: 24px;
}

.module-wrap .module11 .pro-wrap .right .content .text-wrap .label {
  font-size: 20px;
  font-weight: 500;
  color: #00135e;
  line-height: 24px;
}

.module-wrap .module11 .pro-wrap .right .content .text-wrap .pro-dec {
  margin-top: 12px;
  width: 507px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  min-height: 152px;
}

.module-wrap .module11 .pro-wrap .right .content .text-wrap .text-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.module-wrap .module11 .pro-wrap .right .content .text-wrap .text-list .text {
  min-width: 350px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.module-wrap .module11 .pro-wrap .right .content .text-wrap .text-list2 {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}

.module-wrap .module11 .pro-wrap .right .content .text-wrap .text-list2 .text {
  margin-left: 20px;
  min-width: 175px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.module-wrap .module11 .pro-wrap .right .content .text-wrap .pro-dec-img {
  margin-top: 13px;
  width: 572px;
}

.module-wrap .module12 {
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 60px;
  padding-bottom: 48px;
}

.module-wrap .module12 .main {
  margin: 37px auto 31px;
  width: 1200px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding-top: 28px;
}

.module-wrap .module12 .main .tab-list {
  width: 393px;
  height: 48px;
  background: #1867dd;
  border-radius: 24px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  padding: 1px;
}

.module-wrap .module12 .main .tab-list .tab {
  line-height: 46px;
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.module-wrap .module12 .main .tab-list .tab.active {
  color: #1867dd;
  background: #ffffff;
  border-radius: 23px;
}

.module-wrap .module12 .main .content-list {
  height: 406px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-wrap .module12 .main .content-list .content {
  display: none;
}

.module-wrap .module12 .main .content-list .content.active {
  display: block;
}

.module-wrap .module13 {
  padding-top: 82px;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 62px;
}

.module-wrap .module13 .tab-list {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.module-wrap .module13 .tab-list .tab {
  position: relative;
}

.module-wrap .module13 .tab-list .tab + .tab {
  margin-left: 112px;
}

.module-wrap .module13 .tab-list .tab + .tab::before {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-left: 11px solid #aedef4;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.module-wrap .module13 .tab-list .tab .title {
  width: 138px;
  line-height: 50px;
  background: #aedef4;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #00135e;
}

.module-wrap .module13 .tab-list .tab .dec {
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #c4e9fa;
  line-height: 20px;
}

.module-wrap .module13 .main {
  width: 1200px;
  height: 438px;
  background: #f2f6ff;
  box-shadow: 0px 2px 27px 0px rgba(84, 126, 232, 0.25);
  border-radius: 20px;
  margin: 68px auto 39px;
  display: flex;
}

.module-wrap .module13 .main .left {
  width: 337px;
  height: 438px;
  background: linear-gradient(180deg, #182027, #4d5c81);
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.module-wrap .module13 .main .left .teacher-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.module-wrap .module13 .main .left .teacher-img.active {
  display: block;
}

.module-wrap .module13 .main .right {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.module-wrap .module13 .main .right .info {
  display: none;
  padding-top: 61px;
}

.module-wrap .module13 .main .right .info.active {
  display: block;
}

.module-wrap .module13 .main .right .info .name {
  margin-left: 76px;
  font-size: 22px;
  font-weight: 500;
  color: #00135e;
  line-height: 26px;
}

.module-wrap .module13 .main .right .info .post {
  font-size: 18px;
  font-weight: 500;
  color: #1f53d9;
  line-height: 22px;
  margin-left: 76px;
  margin-top: 10px;
  position: relative;
  display: inline;
}

.module-wrap .module13 .main .right .info .post::before {
  width: 120px;
  height: 2px;
  background-color: #386fe0;
  position: absolute;
  content: "";
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%);
}

.module-wrap .module13 .main .right .info .dec {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  width: 741px;
  margin-top: 51px;
  min-height: 149px;
  margin-left: 76px;
}

.module-wrap .module13 .main .right .teacher-icon-list {
  display: flex;
  padding-left: 74px;
}

.module-wrap .module13 .main .right .teacher-icon-list .teacher-icon {
  width: 98px;
  height: 110px;
  background: #ebebf6;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.module-wrap .module13 .main .right .teacher-icon-list .teacher-icon.active {
  border: 1px solid #6899ff;
  background: #485678;
  box-shadow: 0 0 7px #586ef5;
}

.module-wrap
  .module13
  .main
  .right
  .teacher-icon-list
  .teacher-icon
  + .teacher-icon {
  margin-left: 13px;
}

.module-wrap
  .module13
  .main
  .right
  .teacher-icon-list
  .teacher-icon
  .teacher-icon-img {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 156px;
}

.module-wrap .module14 {
  padding-top: 86px;
}

.module-wrap .module14 .main {
  width: 1200px;
  /* height: 635px; */
  border: 1px solid #ebebf6;
  box-shadow: 0px 2px 27px 0px rgba(84, 126, 232, 0.25);
  margin: 11px auto 0;
  padding-top: 29px;
  background-color: #f2f6fe;
}

.module-wrap .module14 .main .tab-list {
  display: flex;
  justify-content: center;
}

.module-wrap .module14 .main .tab-list .tab {
  background-repeat: no-repeat;
  background-position: 20px center;
  width: 212px;
  line-height: 58px;
  background-color: #ffffff;
  border: 1px solid #ebebf6;
  box-shadow: 0px 2px 5px 0px rgba(235, 235, 246, 0.6);
  border-radius: 0px 20px 20px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #1f53d9;
  padding-left: 54px;
}

.module-wrap .module14 .main .tab-list .tab + .tab {
  margin-left: 23px;
}

.module-wrap .module14 .main .course-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 34px;
}

.module-wrap .module14 .main .course-wrap .course {
  width: 270px;
  margin: 31px 12px 6px 12px;
}

.module-wrap .module14 .main .course-wrap .course .course-img-warp {
  text-align: center;
  width: 270px;
  /* height: 156px; */
  overflow: hidden;
}

.module-wrap
  .module14
  .main
  .course-wrap
  .course
  .course-img-warp:hover
  .course-img {
  transform: scale(1.1);
}

.module-wrap .module14 .main .course-wrap .course .course-img-warp .course-img {
  width: 100%;
  transition: transform 0.4s;
}

.module-wrap .module14 .main .course-wrap .course .course-title {
  text-align: left;
  margin-top: 9px;
  font-size: 16px;
  font-weight: 400;
  color: #373131;
  line-height: 20px;
}

.module-wrap .module14 .main .course-wrap .course .course-dec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.module-wrap .module14 .main .course-wrap .course .course-dec .num {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}

.module-wrap .module14 .main .course-wrap .course .course-dec .study-btn {
  width: 82px;
  line-height: 32px;
  background: #ffe8d7;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #e7542e;
  text-align: center;
}

.module-wrap .module15 {
  margin-top: 81px;
  padding-bottom: 54px;
}

.module-wrap .module15 .dec-list {
  width: 1200px;
  margin: 29px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-wrap .module15 .dec-list .dec {
  display: flex;
}

.module-wrap .module15 .dec-list .dec .dec-content {
  font-size: 16px;
  font-weight: 400;
  color: #373131;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
  margin-left: 9px;
}

.module-wrap .module15 .dec-list .dec .dec-content .strong {
  line-height: 26px;
  font-size: 22px;
  font-weight: bold;
  color: #3a26e5;
}

.module-wrap .module15 .main {
  width: 1200px;
  height: 389px;
  background: #ffffff;
  border-radius: 10px;
  margin: 26px auto 33px;
  display: flex;
  padding-left: 34px;
  box-shadow: 0 0 7px #ebebf6;
  padding-top: 37px;
}

.module-wrap .module15 .main .left .title {
  width: 230px;
  line-height: 48px;
  border: 1px solid #7a6bff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #373131;
  text-align: center;
  background-color: #fff;
}

.module-wrap .module15 .main .left .title.active {
  background-image: linear-gradient(90deg, #5b74f6, #3a26e5);
  border-radius: 10px;
  color: #ffffff;
}

.module-wrap .module15 .main .left .title + .title {
  margin-top: 17px;
}

.module-wrap .module15 .main .right {
  margin-left: 47px;
  margin-right: 34px;
  padding: 0 28px;
  position: relative;
}

.module-wrap .module15 .main .right .company-swiper {
  width: 803px;
}

.module-wrap .module15 .main .right .company-swiper .dec {
  font-size: 16px;
  font-weight: 400;
  color: #373131;
  line-height: 20px;
  margin-top: 11px;
}

.module-wrap .module15 .main .right .company-button-next {
  background-image: url("/java/images/arrow-swiper.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  top: 127px;
  margin-top: 0;
}

.module-wrap .module15 .main .right .company-button-prev {
  background-image: url("/java/images/arrow-swiper.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  top: 127px;
  margin-top: 0;
}

.module-wrap .module16 {
  background: linear-gradient(90deg, #4059d9, #2917be);
  padding-top: 49px;
  padding-bottom: 63px;
}

.module-wrap .module16 .card1-list {
  margin-top: 52px;
  display: flex;
  justify-content: center;
}

.module-wrap .module16 .card1-list .card {
  width: 380px;
  height: 193px;
  background: #ebebf6;
  border-radius: 10px;
  text-align: center;
  padding-top: 21px;
}

.module-wrap .module16 .card1-list .card + .card {
  margin-left: 30px;
}

.module-wrap .module16 .card1-list .card .title {
  font-size: 22px;
  margin-top: 16px;
  font-weight: 500;
  color: #373131;
  line-height: 26px;
}

.module-wrap .module16 .card1-list .card .title .strong {
  color: #f57447;
}

.module-wrap .module16 .card1-list .card .dec {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.module-wrap .module16 .dec-wrap {
  position: relative;
  margin-top: 52px;
}

.module-wrap .module16 .dec-wrap::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 413px;
  height: 10px;
  background: rgba(235, 235, 246, 0.23);
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}

.module-wrap .module16 .dec-wrap .dec {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
}

.module-wrap .module16 .card2-list {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 34px;
}

.module-wrap .module16 .card2-list .card:hover:nth-child(1) .title {
  background: linear-gradient(90deg, #2c85f3, #0064d5);
}

.module-wrap .module16 .card2-list .card:hover:nth-child(1) .dec-list .dec2 {
  background-color: #1a74ee;
  color: #fff;
}

.module-wrap .module16 .card2-list .card:hover:nth-child(2) .title {
  background: linear-gradient(90deg, #23da8a, #04bdb2);
}

.module-wrap .module16 .card2-list .card:hover:nth-child(2) .dec-list .dec2 {
  background-color: #0bac98;
  color: #fff;
}

.module-wrap .module16 .card2-list .card:hover:nth-child(3) .title {
  background: linear-gradient(90deg, #da9323, #d95a0e);
}

.module-wrap .module16 .card2-list .card:hover:nth-child(3) .dec-list .dec2 {
  background-color: #e7650f;
  color: #fff;
}

.module-wrap .module16 .card2-list .card + .card {
  margin-left: 171px;
}

.module-wrap .module16 .card2-list .card:nth-child(1) .title {
  background: linear-gradient(-90deg, #2c85f3, #0064d5);
}

.module-wrap .module16 .card2-list .card:nth-child(1) .dec-list .dec2 {
  color: #1a74ee;
  border-color: #1a74ee;
}

.module-wrap .module16 .card2-list .card:nth-child(2) .title {
  background: linear-gradient(-90deg, #23da8a, #04bdb2);
}

.module-wrap .module16 .card2-list .card:nth-child(2) .dec-list .dec2 {
  color: #0bac98;
  border-color: #0bb9a3;
}

.module-wrap .module16 .card2-list .card:nth-child(3) .title {
  background: linear-gradient(-90deg, #da9323, #d95a0e);
}

.module-wrap .module16 .card2-list .card:nth-child(3) .dec-list .dec2 {
  color: #e7650f;
  border-color: #e7650f;
}

.module-wrap .module16 .card2-list .card .title {
  margin: 0 auto;
  width: 230px;
  line-height: 53px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}

.module-wrap .module16 .card2-list .card .dec-list {
  width: 286px;
  height: 143px;
  background: #ebebf6;
  border-radius: 10px;
  padding-top: 37px;
}

.module-wrap .module16 .card2-list .card .dec-list .dec {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #373131;
  line-height: 20px;
}

.module-wrap .module16 .card2-list .card .dec-list .dec2 {
  margin: 16px auto 0;
  width: 208px;
  line-height: 39px;
  border: 1px solid;
  border-radius: 21px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.module-wrap .module17 {
  padding-top: 63px;
  padding-bottom: 96px;
}

.module-wrap .module17 .city-list {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 14px auto 69px;
  justify-content: space-between;
}

.module-wrap .module17 .city-list .city {
  text-align: center;
  margin-top: 29px;
  width: 131px;
}

.module-wrap .module17 .city-list .city .city-name {
  margin-top: 7px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}

.module-wrap .module17 .swiper17 {
  width: 1200px;
  padding-bottom: 48px;
}

.module-wrap .module17 .swiper17 .swiper-slide {
  text-align: center;
}

.module-wrap .module17 .swiper17 .swiper17-pagination {
  bottom: 0;
}

.module-wrap
  .module17
  .swiper17
  .swiper17-pagination
  .swiper-pagination-bullet {
  width: 52px;
  height: 8px;
  background: #dddddd;
  border-radius: 0;
  opacity: 1;
}

.module-wrap
  .module17
  .swiper17
  .swiper17-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fd4b01;
}

.module-wrap .module18 {
  padding-top: 71px;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 70px;
}

.module-wrap .module18 .main {
  width: 1200px;
  margin: 51px auto 0;
  padding-top: 41px;
}

.module-wrap .module18 .main .dec-list {
  width: 1063px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.module-wrap .module18 .main .dec-list .dec {
  width: 113px;
  height: 105px;
  padding-top: 13px;
  text-align: center;
}

.module-wrap .module18 .main .dec-list .dec:hover {
  background: rgba(38, 66, 209, 0.7);
}

.module-wrap .module18 .main .dec-list .dec .icon {
  font-size: 34px;
  color: #ffffff;
  line-height: 38px;
}

.module-wrap .module18 .main .dec-list .dec .title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 15px;
}

.module-wrap .module18 .main .card-list {
  margin-left: 140px;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.module-wrap .module18 .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;
}

.module-wrap .module18 .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: "";
}

.module-wrap .module18 .main .card-list .card .title {
  position: absolute;
  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;
}

.module-wrap .module18 .main .card-list .card .content-list {
  padding-top: 31px;
}

.module-wrap .module18 .main .card-list .card .content-list .content {
  padding-left: 31px;
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  transition: transform 0.4s;
}

.module-wrap .module18 .main .card-list .card .content-list .content:hover {
  width: 313px;
  background: #fbb718;
  color: #ffffff;
  position: relative;
  transform: translateX(-23px);
  padding-left: 54px;
}

.module-wrap
  .module18
  .main
  .card-list
  .card
  .content-list
  .content
  + .content {
  margin-top: 6px;
}

.module-wrap .module19 .main-wrap {
  background-color: #a0b2e3;
}

.module-wrap .module19 .main {
  width: 1200px;
  background-repeat: no-repeat;
  background-position: center 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

.module-wrap .module19 .main .left {
  width: 753px;
  position: relative;
  height: 598px;
}

.module-wrap .module19 .main .left .dec {
  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;
}

.module-wrap .module19 .main .left .dec:nth-child(1) {
  top: 186px;
  left: 427px;
}

.module-wrap .module19 .main .left .dec:nth-child(2) {
  top: 268px;
  left: 501px;
}

.module-wrap .module19 .main .left .dec:nth-child(3) {
  top: 358px;
  left: 494px;
}

.module-wrap .module19 .main .left .dec:nth-child(4),
.module-wrap .module19 .module5 .main .left .dec.card:nth-child(5),
.module-wrap .module5 .module19 .main .left .dec.card:nth-child(5),
.module-wrap .module19 .module5 .main .left .dec.card:nth-child(6),
.module-wrap .module5 .module19 .main .left .dec.card:nth-child(6) {
  top: 439px;
  left: 427px;
}

.module-wrap .module19 .main .right {
  width: 405px;
  height: 452px;
  margin-top: 76px;
  position: relative;
  padding-top: 100px;
}

.module-wrap .module19 .main .right .title {
  position: absolute;
  top: -6px;
  left: 50px;
}

.module-wrap .module19 .main .right .input-wrap {
  padding-left: 72px;
  position: relative;
}

.module-wrap .module19 .main .right .input-wrap + .input-wrap {
  margin-top: 25px;
}

.module-wrap .module19 .main .right .input-wrap .icon-img {
  position: absolute;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
}

.module-wrap .module19 .main .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;
}

.module-wrap .module19 .main .right .module-btn {
  margin-top: 30px;
  cursor: pointer;
}

@-webkit-keyframes transform1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes transform1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes transform2 {
  0% {
    transform: scale(1) translateY(50%);
  }
  50% {
    transform: scale(1.2) translateY(50%);
  }
  100% {
    transform: scale(1) translateY(50%);
  }
}
@keyframes transform2 {
  0% {
    transform: scale(1) translateY(50%);
  }
  50% {
    transform: scale(1.2) translateY(50%);
  }
  100% {
    transform: scale(1) translateY(50%);
  }
}
@-webkit-keyframes transform3 {
  0% {
    transform: scale(1) translateX(-50%);
  }
  50% {
    transform: scale(1.2) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}
@keyframes transform3 {
  0% {
    transform: scale(1) translateX(-50%);
  }
  50% {
    transform: scale(1.2) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}
@-webkit-keyframes transform4 {
  0% {
    transform: scale(1) translate(-50%, 50%);
  }
  50% {
    transform: scale(1.2) translate(-50%, 50%);
  }
  100% {
    transform: scale(1) translate(-50%, 50%);
  }
}
@keyframes transform4 {
  0% {
    transform: scale(1) translate(-50%, 50%);
  }
  50% {
    transform: scale(1.2) translate(-50%, 50%);
  }
  100% {
    transform: scale(1) translate(-50%, 50%);
  }
}
.module1 .main .right .content.content2 {
  background-position: 142px 100px;
}
.module1 .main .right .content.content2 .chart-list {
  padding-top: 9px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 206px;
  margin-right: 186px;
}
.module1 .main .right .content.content2 .chart-list .card {
  width: 39px;
  position: relative;
}
.module1 .main .right .content.content2 .chart-list .card:nth-child(1) {
  height: 170px;
}
.module1 .main .right .content.content2 .chart-list .card:nth-child(2) {
  height: 170px;
}
.module1 .main .right .content.content2 .chart-list .card:nth-child(3) {
  height: 209px;
}
.module1 .main .right .content.content2 .chart-list .card:nth-child(4) {
  height: 260px;
}
.module1 .main .right .content.content2 .chart-list .card:nth-child(5) {
  height: 258px;
}
.module1 .main .right .content.content2 .chart-list .card:nth-child(6) {
  height: 260px;
}
.module1 .main .right .content.content2 .chart-list .card:nth-child(7) {
  height: 347px;
}
.module1 .main .right .content.content2 .chart-list .card .money {
  position: absolute;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  font-size: 16px;
  font-weight: 400;
  color: #00135e;
  line-height: 20px;
  top: -28px;
}
.module1 .main .right .content.content2 .chart-list .card .year {
  position: absolute;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  font-size: 16px;
  font-weight: 400;
  color: #00135e;
  line-height: 20px;
  bottom: -24px;
}
.module1 .main .right .content.content2 .ps {
  margin-top: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  text-align: center;
}
.module1 .main .right .content.content3 .list3 {
  width: 889px;
  height: 434px;
  border: 1px solid rgba(0, 0, 0, 0.41);
  margin: 2px auto 0;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 95px;
  padding-left: 52px;
  padding-top: 16px;
  background-image: url(../images/img1-3.png);
  background-repeat: no-repeat;
  background-position: right 255px;
}
.module1 .main .right .content.content3 .list3 .card {
  margin-left: 25px;
  margin-top: 11px;
  width: 227px;
  height: 53px;
  display: flex;
  align-items: flex-start;
  align-content: center;
  background-image: url(../images/bg1-3-1.png);
  padding-left: 31px;
}
.module1 .main .right .content.content3 .list3 .card .num {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  line-height: 37px;
  width: 39px;
}
.module1 .main .right .content.content3 .list3 .card .text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
}
