.box_list {
  /*background-color: red;*/
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.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;
}
.index .body .content .home .box_list ul li:nth-child(4n) {
  margin-right: 0;
}
.index .body .content .home .box_list ul .icon {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.index .body .content .home .box_list ul .icon img {
  width: 120px;
  height: auto;
  margin: 10px 30px;
}
.index .body .content .home .box_list ul .name {
  font-family: "MicrosoftYaHei";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #848484;
}
.index .footer {
  background-color: #f5f8fc;
  border: solid 0px #000000;
  box-sizing: border-box;
  padding: 150px 0;
}
.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;
}

.footer .content {
  width: 100%;
}

.body .content .title {
  text-align: center;
  color: #484b4e;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 120px;
}
.body .content .tips {
  text-align: center;
  color: #8c98a4;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 50px;
}

.index .footer .content .title {
   text-align: center;
   color: #484b4e;
   font-weight: 700;
   font-size: 34px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 120px;
}
.index .footer .content .tips {
  text-align: center;
  color: #8c98a4;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 50px;
}
.index .footer {
  padding: 0;
  margin-bottom: 50px;
  background-color: #f8f9fd;
}

#demand {
  width: 100%;
  height: 300px;
  overflow: hidden;
  /*background-color: blue;*/
  margin: 0;
  padding: 0;
}

#demand li {
  height: 300px;
  width: 24.5%;
  display: inline-block;
  /*background-color: red;*/
}
#demand li:first-child {
  margin-left: 10px;
}

#demand .swiper-slide-next {
  width: 90%;
  height: 270px;
  margin: 5%;
  /*border: 1px solid;*/
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px 1px #6d77ff30;
}

#demand li .icon {
  margin: 0 auto;
  padding: 20px 10px;
  height: 220px;
  width: 310px;
  border-radius: 10px;
}

#demand li .icon img {
  text-align: center;
  height: 220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#demand li .name {
  text-align: center;
  margin-top: 0;
  font-size: 30px;
  padding: 25px;
}
#demand li .text {
  text-align: center;
  margin-top: 20px;
  color: #767d91;
  font-size: 16px;
  line-height: 30px;
  padding: 0 20px;
}

.arrowsBtnContainer {
  width: 100%;
  height: 159px;
  display: flex;
  justify-content: center;
}

.arrowsBtnContainer a{
  width: 59px;
  height: 59px;
  line-height: 55px;
  border-radius: 50%;
  border: none;
  color: #fff;
  /*background-color: #776ff6;*/
  background-color: #1e50ae;
  box-shadow: 0 2px 0 rgba(55, 5, 255, 0.06);
  margin-top: 50px;
  margin-right: 30px;
  font-size: 25px;
  text-align: center;
}


.index-footer {
  background: #fff;
}
.index-footer .content {
  box-sizing: border-box;
  padding: 50px 0;
}
.index-footer .content .title {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 900;
}
.index-footer .content .text {
  font-size: 26px;
}
.index-footer .content .card {
  color: #8a8585;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.index-footer .content .card img {
  width: 27px;
  height: 27px;
  margin-right: 20px;
}


/*.arrowsBtnContainer .button-left, .arrowsBtnContainer .button-right{*/
/*  width: 59px;*/
/*  height: 59px;*/
/*  border-radius: 50%;*/
/*  border: none;*/
/*  color: #fff;*/
/*  !*background-color: #776ff6;*!*/
/*  background-color: #1e50ae;*/
/*  box-shadow: 0 2px 0 rgba(55, 5, 255, 0.06);*/
/*  margin-top: 50px;*/
/*  margin-right: 30px;*/
/*  font-size: 25px;*/
/*}*/