.width-center {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.head {
  padding: 23px 1% 16px;
}
.left-logo img {
  height: 66px;
  object-fit: contain;
}
.left-logo span {
  margin-left: 4px;
  font-size: 35px;
  color: #444;
  font-family: \96b6\4e66;
}
.right-text {
  font-size: 16px;
  color: #333;
}
.banner {
  width: 100%;
}
.ant-carousel .slick-slide {
  text-align: center;
  background: #364d79;
  overflow: hidden;
}
.ant-carousel .slick-slide img {
  width: 100%;
}
.introduce {
  background: #fff;
  padding: 48px 0;
}
.summary-tit {
  font-family: MicrosoftYaHei;
  font-size: 38px;
  color: #111;
  text-align: center;
  margin-bottom: 32px;
}
.introduce-text {
  text-indent: 2em;
  margin: 0 0 32px;
  color: #444;
  font-size: 16px;
}
.introduce-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
  justify-content: space-between;
  text-align: center;
}
.introduce-item {
  color: #999;
  font-size: 16px;
  padding: 24px 0;
}
.introduce-item div:first-child {
  color: #444;
  margin-bottom: -8px;
}
.introduce-item span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 50px;
  color: #222;
  font-weight: 600;
}
.course-box {
  background: linear-gradient(to bottom, #f2f6fa 0%, #fff 100%);
  padding: 48px 0;
}
.course-system {
  padding-top: 8px;
  margin-bottom: 56px;
}
.sys-tit {
  color: #333;
  font-size: 18px;
  position: relative;
  padding-left: 16px;
  font-weight: 600;
}
.sys-tit:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 18px;
  background-color: #2d87fa;
}
.sys-item {
  background-color: #f8f8fa;
  border-radius: 20px;
  background: url(https://bsg-i.nbxc.com/daxue/home/sys1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 16px;
}
.sys-item2 {
  background-image: url(https://bsg-i.nbxc.com/daxue/home/sys2.png);
}
.sys-item3 {
  background-image: url(https://bsg-i.nbxc.com/daxue/home/sys3.png);
}
.sys-item4 {
  background-image: url(https://bsg-i.nbxc.com/daxue/home/sys4.png);
}
.sys-item5 {
  background-image: url(https://bsg-i.nbxc.com/daxue/home/sys5.png);
}
.sys-item6 {
  background-image: url(https://bsg-i.nbxc.com/daxue/home/sys6.png);
}
.sys-item7 {
  background-image: url(https://bsg-i.nbxc.com/daxue/home/sys7.png);
}
.sys-item-tit {
  font-size: 20px;
  color: #333;
  padding-left: 32px;
  padding-top: 32px;
}
.sys-item-tips {
  color: #666;
  font-size: 14px;
  margin: 8px 0 24px;
  padding-left: 32px;
}
.sys-item-num {
  color: #099;
  font-size: 14px;
  padding-left: 32px;
  padding-bottom: 32px;
}
.course-system-other .sys-item {
  height: 174px;
}
.course-system-other .sys-item-tips {
  margin: 8px 0 16px;
  width: 60%;
}
.course-system-other .sys-item-num {
  padding-bottom: 0;
}
.team {
  padding-top: 32px;
  padding-bottom: 88px;
}
.summary-tit-tips {
  color: #999;
  font-size: 16px;
}
.team-box {
  padding-top: 8px;
  text-align: center;
}
.team-box img {
  width: 100%;
  max-width: 1340px;
  object-fit: contain;
}
.reason {
  background-color: #f5f6ff;
  padding-top: 64px;
  padding-bottom: 85px;
}
.reason-item {
  border-radius: 10px;
  text-align: center;
  padding: 0 80px;
  box-sizing: border-box;
  height: 389px;
  transition: all 0.2;
}
.reason-item:hover,
.reason-item-active {
  box-shadow: 2px 3px 8px #c5c6ce4f;
  background-color: #fff;
}
.reason-item img {
  margin-top: 40%;
  height: 150px;
  max-width: 137px;
  object-fit: contain;
}
.reason-item-tit {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  margin: 24px 0 8px;
}
.reason-item-tips {
  color: #888;
  font-size: 14px;
}
.they {
  padding-top: 80px;
  padding-bottom: 128px;
}
.they-main {
  padding: 44px 0 38px;
  background: url(https://bsg-i.nbxc.com/daxue/home/theybg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.they-main .ele-cell {
  padding: 28px 0 48px;
  max-width: 930px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.they-main .ele-cell .ele-cell-content {
  padding-left: 16px;
}
.they-main .ele-cell .ele-cell-title {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.they-main .ele-cell .ele-cell-desc {
  font-size: 16px;
  color: #666;
}
.foot {
  padding: 51px 0 32px;
  background-color: #272727;
}
.foot .width-center {
  flex-wrap: wrap;
}
.foot-left-text {
  font-size: 16px;
}
.foot-left-text a {
  color: #fff;
}
.foot-left-text .ant-divider {
  border-color: #616161;
}
.foot-left-filings {
  font-size: 14px;
  color: #888;
}
.foot-left-filings-top {
  margin-top: 32px;
}
.foot-right {
  text-align: center;
  font-size: 16px;
  color: #888;
  gap: 0 24px;
}
.foot-right img {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1040px) {
  .width-center {
    padding: 0;
  }
  .head {
    padding: 0.3rem 0.2rem;
  }
  .head .left-logo img {
    height: 60px;
  }
  .head .left-logo span {
    font-size: 0.4rem;
    font-weight: 600;
  }
  .head .right-text {
    font-size: 0.3rem;
  }
  .introduce {
    padding: 0.5rem 0.2rem;
  }
  .introduce .summary-tit {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .introduce .introduce-text {
    font-size: 0.3rem;
  }
  .introduce-grid {
    grid-template-columns: repeat(auto-fill, 50%);
  }
  .introduce-item {
    font-size: 0.3rem;
  }
  .introduce-item span {
    font-size: 0.6rem;
  }
  .course-box {
    padding: 0.6rem 0.2rem 0;
  }
  .summary-tit {
    font-size: 0.4rem;
  }
  .sys-item-tit {
    font-size: 0.32rem;
    padding: 0.5rem 0.3rem 0.2rem;
  }
  .sys-item-tips {
    padding: 0 0.3rem;
    font-size: 0.3rem;
    margin: 0.1rem 0 0.3rem;
  }
  .sys-item-num {
    font-size: 0.3rem;
    padding: 0 0.3rem 0.3rem;
  }
  .course-system,
  .course-system-other .ant-col {
    margin-bottom: 0.5rem;
  }
  .team {
    padding: 0.5rem 0.2rem 0.8rem;
  }
  .summary-tit-tips {
    font-size: 0.3rem;
  }
  .reason {
    padding: 0.6rem 0.2rem;
  }
  .reason-item {
    height: auto;
    padding: 0.4rem;
  }
  .reason-item img {
    margin-top: 0.2rem;
  }
  .reason-item-tit {
    font-size: 0.32rem;
    margin: 0.3rem 0 0.1rem;
  }
  .they {
    padding: 0.6rem 0.2rem;
  }
  .they .summary-tit {
    margin-bottom: 0.3rem;
  }
  .they-main {
    padding: 0;
    background-position: inherit;
    background-size: cover;
  }
  .they-main .ele-cell .ele-cell-content {
    padding: 0 0.2rem;
  }
  .they-main .ele-cell .ele-cell-desc {
    font-size: 0.3rem;
  }
  .foot {
    padding: 0.8rem 0.2rem 0.5rem;
  }
  .foot .ant-space {
    flex-wrap: wrap;
  }
  .foot .foot-left {
    width: 100%;
    text-align: center;
  }
  .foot .foot-left-filings {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .foot .foot-left-filings-top {
    font-size: 0.3rem;
    margin: 0.3rem 0 0.1rem;
  }
  .foot .foot-right {
    margin: 0 auto;
  }
}
