@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font: inherit;
  border: 0;
  outline: 0;
}

a {
  color: #333;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

input::-webkit-input-placeholder {
  color: #d8d8d8;
}

input::-moz-placeholder {
  color: #d8d8d8;
}

input:-moz-placeholder {
  color: #d8d8d8;
}

input:-ms-input-placeholder {
  color: #d8d8d8;
}

div {
  box-sizing: border-box;
}

body {
  font: 14px/1.5 "Microsoft YaHei", "PingFang SC", Arial, "Helvetica Neue", Helvetica, "STHeiTi", sans-serif;
  color: #333;
  min-width: 1200px;
  background-color: rgb(235, 245, 255);
  font-family: PingFang SC;
}

.wrapper {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}

.banner-box {
  background: url(../images/binner.png) center no-repeat;
  background-size: cover;
  position: relative;
  height: 584px;
  width: 100%;
}
.banner-box .banner {
  width: 1200px;
  height: 38px;
  position: relative;
  margin: 0 auto;
}
.banner-box .banner .logo {
  width: 234px;
  height: 32px;
  background: url("../images/logo.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 40px;
  right: 0;
}

.block1 {
  width: 1200px;
  height: 872px;
  margin: 0 auto;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFFFFF 6.57%, rgba(255, 255, 255, 0) 96.65%);
  margin-top: -172px;
  position: relative;
  padding: 0 75px;
  padding-top: 42px;
  box-sizing: border-box;
}
.block1 .block1-title {
  width: 421px;
  height: 40px;
  background: url(../images/block1-tit.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.block1 .block1-title2 {
  width: 489px;
  height: 40px;
  background: url(../images/block1-tit2.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.block1 .block1-school {
  width: 1065px;
  height: 346px;
  margin: 0 auto;
  margin-top: 44px;
  background: url(../images/schools.png) no-repeat;
  background-size: 100% 100%;
}
.block1 .block1-content {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block1 .block1-content p {
  width: 1020px;
  text-indent: 2em;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: justified;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.binner-mid {
  width: 100%;
  min-width: 1200px;
  height: 246px;
  background: url(../images/binner-mid.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1095px;
  left: 0;
}

.block2 {
  width: 1200px;
  height: 246px;
  margin: 0 auto;
  border-radius: 20px;
  background: rgb(195, 227, 255);
  margin-top: 106px;
  position: relative;
  padding: 45px 125px 32px 125px;
}
.block2 p {
  text-indent: 2em;
  font-family: PingFang SC;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.85);
  text-align: justify;
  position: relative;
}
.block2::before {
  content: "";
  position: absolute;
  background: url(../images/block2-bg.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block2::after {
  content: "";
  background: rgb(154, 208, 255);
  width: 58px;
  height: 34px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.block3 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 54px;
}
.block3 .block3-title {
  width: 509px;
  height: 40px;
  background: url(../images/block3-tit.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.block3 .block3-content {
  display: flex;
  margin-top: 35px;
}
.block3 .block3-content .item {
  transition: width 0.3s ease;
  width: 150px; /* 默认宽度 */
}
.block3 .block3-content .item.active {
  width: 312px; /* 激活状态宽度 */
  background: rgb(3, 62, 199);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  color: rgb(255, 255, 255);
}
.block3 .block3-content .item.active .num {
  color: rgb(192, 252, 124) !important;
}
.block3 .block3-content .num {
  font-family: Alimama FangYuanTi VF;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(62, 118, 255);
  margin-right: 10px;
}
.block3 .block3-content .item1 {
  width: 210px;
  height: 110px;
  background: rgb(255, 255, 255);
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.block3 .block3-content .item2 {
  width: 210px;
  height: 110px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block3 .block3-content .item3 {
  width: 210px;
  height: 110px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block3 .block3-content .item4 {
  width: 210px;
  height: 110px;
  background: rgb(255, 255, 255);
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.block3 .block3-content .item5 {
  width: 210px;
  height: 110px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block3 .block3-content .item {
  font-size: 18px;
}

.block4 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 36px;
}
.block4 .block4-title {
  width: 136px;
  height: 84px;
  background: url(../images/block4-tit.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.block4 .block4-content {
  display: flex;
  margin-top: 28px;
  justify-content: space-between;
}
.block4 .block4-content img {
  width: 388px;
  height: 200px;
}
.block4 .block4-content-title {
  width: 100%;
  height: 10px;
  background: url(../images/time.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
}
.block4 .block4-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
.block4 .block4-footer div {
  width: 388px;
  height: 18px;
  text-align: center;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: justified;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.block5 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 36px;
}
.block5 .block5-title {
  width: 136px;
  height: 84px;
  background: url(../images/block5-tit.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.block5 .block5-content {
  width: 1200px;
  display: flex;
  margin-top: 28px;
  justify-content: space-between;
}
.block5 .block5-content .item {
  width: 290px;
}
.block5 .block5-content .item:hover div {
  background: rgb(27, 34, 174);
  color: rgb(255, 255, 255);
}
.block5 .block5-content .item:hover {
  cursor: pointer;
}
.block5 .block5-content .item img {
  width: 290px;
  height: 214px;
}
.block5 .block5-content .item div {
  width: 100%;
  height: 58px;
  text-align: center;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 58px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
  background: rgb(204, 223, 255);
}

.block6 {
  margin-top: 60px;
  width: 100%;
  height: 717px;
  background: url(../images/block6-bg.png) no-repeat;
  background-size: 100% 100%;
}
.block6 .wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.block6 .wrapper .block6-tit {
  width: 136px;
  height: 84px;
  background: url(../images/block6-tit.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 36px;
  text-align: center;
  margin-bottom: 27px;
}
.block6 .wrapper .desc {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(0, 3, 94);
}
.block6 .wrapper .block6-content {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block6 .wrapper .block6-content .content-left {
  width: 520px;
  height: 426px;
}
.block6 .wrapper .block6-content .content-right {
  width: 558px;
  height: 188px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block6 .wrapper .block6-content .content-right div {
  width: 132px;
  height: 56px;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  border-radius: 10px;
  box-shadow: 4px 4px 22.6px 0px rgba(81, 115, 199, 0.25);
}

.block7 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 36px;
  text-align: center;
}
.block7 .block7-title {
  width: 136px;
  height: 84px;
  background: url(../images/block7-tit.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 36px;
  margin: 0 auto;
}
.block7 .block7-content {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}
.block7 .block7-content .item {
  position: relative;
  padding: 0 14px;
}
.block7 .block7-content .item:nth-child(-n+3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48px;
  width: 100%;
  height: 55px;
  border-right: 0.7px solid rgb(192, 192, 192);
}
.block7 .block7-content .item img {
  width: 200px;
  height: 200px;
}
.block7 .block7-content .item .name {
  margin-top: 30px;
  font-family: PingFang SC;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  height: 42px;
  line-height: 42px;
  color: rgb(0, 11, 216);
}
.block7 .block7-content .item .desc {
  margin-top: 7px;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(113, 113, 113);
}

.block8 {
  position: relative;
  padding-bottom: 30px;
}
.block8:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 264px;
  background: rgb(200, 228, 255);
}
.block8 .wrapper {
  width: 1200px;
  margin: 0 auto;
  margin-top: 36px;
  position: relative;
  z-index: 10;
}
.block8 .block8-title {
  width: 136px;
  height: 84px;
  background: url(../images/block8-tit.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 36px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.block8 .desc {
  padding-left: 128px;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(0, 4, 110);
}
.block8 .block8-content {
  margin-top: 30px;
  width: 1200px;
  position: relative;
}
.block8 .block8-content .el-carousel__container {
  margin-bottom: 28px;
}
.block8 .block8-content .el-carousel__mask {
  opacity: 0 !important;
  background: none !important;
}
.block8 .block8-content .el-carousel__indicator .el-carousel__button {
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  background-color: #FFFFFF;
}
.block8 .block8-content .el-carousel__indicator.is-active .el-carousel__button {
  background-color: rgb(149, 193, 255);
}
.block8 .block8-content .el-carousel__item img {
  width: 432px !important;
  height: 324px !important;
}
.block8 .block8-content .el-carousel__item.is-active img {
  width: 536px !important;
}

.footer {
  height: 279px;
  width: 100%;
  background: url(../images/footer.png) no-repeat;
  background-size: 100% 100%;
}
.footer .wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-left: 294px;
  padding-top: 43px;
}
.footer .wrapper .wrapper-right {
  padding-top: 25px;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ffffff;
}

.menu {
  display: none;
  position: fixed;
  bottom: 180px;
  right: 40px;
  border-radius: 16px;
  width: 54px;
  height: 54px;
  z-index: 1;
  text-align: center;
  color: rgb(0, 43, 172);
  background: linear-gradient(355.59deg, #8EC1FF 2.85%, #9ECAFF 95.23%);
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  line-height: 66px;
}
.menu::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 15px;
  width: 24px;
  height: 13px;
  background: url(../images/jt.png) no-repeat;
  background-size: 100% 100%;
}
.menu:hover {
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: linear-gradient(355.59deg, #194DFA 2.85%, #3586FF 95.69%);
}
.menu:hover::after {
  background: url(../images/jt_hover.png) no-repeat;
  background-size: 100% 100%;
}/*# sourceMappingURL=index.css.map */