.index .header .content {
  display: flex;
  justify-content: space-between;
  height: 114px;
  line-height: 50px;
}
.index .header .content .tabs ul {
  display: flex;
  width: 200px;
  justify-content: space-between;
}
.index .header .content .tabs ul .active {
  color: #1558d4;
}
.index .body .content .home {
  box-sizing: border-box;
  padding: 126px 0;
}
.index .body .content .home .title {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 61px;
}
.index .body .content .home .tips {
  text-align: center;
  font-family: "MicrosoftYaHei";
  font-size: 32px;
  color: #545454;
  margin-bottom: 103px;
}
.index .body .content .home .box_list ul {
  display: flex;
  flex-wrap: wrap;
}
.index .body .content .home .box_list ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 270px;
  margin-bottom: 103px;
}
.index .body .content .home .box_list ul li:nth-child(4n) {
  margin-right: 0;
}
.index .body .content .home .box_list ul .icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #e9eef4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.index .body .content .home .box_list ul .icon img {
  width: 100px;
  height: 92px;
}
.index .body .content .home .box_list ul .name {
  font-family: "MicrosoftYaHei";
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.index .footer {
  background-color: #f5f8fc;
  border: solid 0px #000000;
  box-sizing: border-box;
  padding: 150px 0;
}
.index .footer .content .title {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 61px;
}
.index .footer .content .tips {
  text-align: center;
  font-family: "MicrosoftYaHei";
  font-size: 32px;
  color: #545454;
  margin-bottom: 103px;
}
.index .footer .content .table {
  border: 1px solid #dedede;
  display: flex;
}
.index .footer .content .table #programme li {
  display: flex;
  padding: 31px 38px;
  width: 327px;
  align-items: center;
  border-bottom: solid 1px #dedede;
  border-right: solid 1px #dedede;
}
.index .footer .content .table #programme li .icon {
  width: 36px;
  height: 39px;
  margin-right: 16px;
}
.index .footer .content .table #programme li .icon img {
  width: 36px;
  height: 39px;
}
.index .footer .content .table #programme li .name {
  font-family: 'MicrosoftYaHei';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.index .footer .content .table #programme .active-select {
  background-color: #e9eef4;
  border-right: solid 8px #0d5bfa;
}
.index .footer .content .table #main {
  width: 1205px;
}
.index .footer .content .table #main li {
  padding: 128px 108px 97px 108px;
  box-sizing: border-box;
  display: none;
  justify-content: space-between;
  align-items: flex-end;
}
.index .footer .content .table #main li .textbox {
  height: 384px;
  margin-right: 91px;
}
.index .footer .content .table #main li .textbox h2 {
  margin-bottom: 51px;
  font-size: 38px;
}
.index .footer .content .table #main li .textbox .text {
  width: 488px;
  font-family: "MicrosoftYaHei";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.index .footer .content .table #main li img {
  width: 406px;
  height: 292px;
}
.index .footer .content .table #main .active-main {
  display: flex;
}
