p {
  margin: 0;
}
body {
  font-family: "PingFang SC Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.banner,
.banner img {
  width: 100%;
}
.container.aboutWrap {
  padding: 0;
}
.advantage {
  margin-top:80px;
  font-size: 36px;
}
.advantage .title {
  position: relative;
  font-weight: 400;
}
.advantage .title::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 6px;
  background: #e65453;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%);
}
.advantageContent {
  margin-top: 70px;
}
.advantageContent > div {
  margin-top: 20px;
  /* padding: 0; */
}
.advantageContent .item {
  border: 2px solid #999;
  padding-bottom: 10px;
  color: #212121;
  transition: all 0.26s ease;
  height: 300px;
}
.advantageContent .item .detail {
  padding-top:10px;
  font-size:13px;
}
.advantageContent .item:hover {
  background: #e65453;
  border: 2px solid #e65453;
  color: #fff;
  transition: all 0.26s ease;
}
.advantageContent .item .itemBg {
  max-width: 68px;
  height: 60px;
  margin: 52px auto 0 auto;
  padding: 0;
}
.advantageContent .item .itemBg1 {
  background: url(../imgs/st_05.png) no-repeat center center;
}
.advantageContent .item .itemBg2 {
  background: url(../imgs/st_12.png) no-repeat center center;
}
.advantageContent .item .itemBg3 {
  background: url(../imgs/st_07.png) no-repeat center center;
}
.advantageContent .item .itemBg4 {
  background: url(../imgs/st_09.png) no-repeat center center;
}
.advantageContent .item:hover .itemBg1 {
  background: url(../imgs/st_05_hover.png) no-repeat center center;
}
.advantageContent .item:hover .itemBg2 {
  background: url(../imgs/st_12_hover.png) no-repeat center center;
}
.advantageContent .item:hover .itemBg3 {
  background: url(../imgs/st_07_hover.png) no-repeat center center;
}
.advantageContent .item:hover .itemBg4 {
  background: url(../imgs/st_09_hover.png) no-repeat center center;
}
.advantageContent .item img {
  width: 88px;
  margin-top: 40px;
}
.advantageContent .item h4 {
  font-size: 18px;
  margin: 44px 0 14px 0;
  font-weight: 600;
  font-family: "苹方, PingFang";
}
.advantageContent .item p {
  font-size: 16px;
  padding: 0 10px;
  line-height: 30px;
}

.advantage .lineup {
  margin-top: 30px;
  overflow: hidden;
  margin-right: -20px;
  margin-left: -20px;
}
.advantage .lineup > div {
  padding: 0 20px;
}
.advantage .lineup > div .lineupItem {
  margin: 20px 0 50px 0;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.38, 0.04, 0.18, 0.97) 0s;
  /* padding-right: 5px; */
}
.advantage .lineupItem .detail {
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
}
.advantage .lineup > div .lineupItem img {
  transition: all 0.5s cubic-bezier(0.38, 0.04, 0.18, 0.97) 0s;
}

.advantage .lineupItem p:nth-child(1) {
  width: 100%;
  overflow: hidden;
}
.advantage .lineupItem p img {
  width: 100%;
}
.advantage .lineupItem .school {
  font-size: 18px;
  color: #333;
  margin: 20px 0 7px 0;
}
.advantage .lineupItem .name {
  font-size: 16px;
  color: #666;
  margin-bottom: 16px;
}
.advantage .tab #myTab {
  display: flex;
  justify-content: center;
  margin-top: 98px;
  font-size: 18px;
}
.advantage .tab #myTab a {
  color: #333;
  font-size: 18px;
  position: relative;
  padding: 5px;
  cursor: pointer;
}
.nav-pills > li a,
.nav-pills > li a::after {
  /* padding: 0 0 2px; */
  content: "";
  position: absolute;
  border-bottom: 2px solid transparent;
  width: 0;
  transition: all 0.5s ease;
  left: 0;
  bottom: 0;
}
.nav-pills > li a {
  width: 100%;
  transition: all 0.5s ease;
}
.nav-pills > li.active a::after {
  border-bottom: 2px solid #e65453;
  width: 100%;
  transition: all 0.5s ease;
}
.nav-pills > li.active {
  font-weight: bold;
}
.nav-pills > li {
  margin-right: 60px;
}
.nav-pills > li:nth-last-child(1) {
  margin-right: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: none;
  color: #333;
  /* border-bottom: 2px solid #e65453; */
  border-radius: 0;
  transition: all 0.5s ease;
}
.nav-pills > li > a:hover {
  background: none;
  /* border-bottom: 2px solid #e65453; */
  border-radius: 0;
}
/* .row.lineup>div {
  padding-right: 2px;
} */
@media (min-width: 1200px) {
  .container.aboutWrap,
  .tab-content {
    width: 1208px;
  }
  /* .advantage .lineup > div .lineupItem{
    max-width: 272px;
  } */
}
@media (max-width: 992px) {
  .advantage .tab #myTab a {
    color: #333;
    font-size: 14px;
  }
  .nav-pills > li {
    margin-right: 40px;
  }
  /* .advantageContent .item{
    max-width: 100%;
    max-height: 100%;
  } */
}
@media (max-width: 768px) {
  .nav-pills > li {
    margin-right: 20px;
  }
  .advantage {
    margin-top: 30px;
    font-size: 30px;
  }
  .advantageContent,
  .advantage .lineup {
    margin-top: 30px;
  }
  .advantageContent .item img {
    margin-top: 20px;
  }
  .advantageContent .item h4 {
    margin: 26px 0 10px 0;
  }
  .advantage .tab #myTab a {
    color: #333;
    font-size: 12px;
  }
  /* .advantageContent .item{
    max-width: 100%;
    max-height: 100%;
  } */
}
