.header-code {
  width: 100%;
/*  height: 500px;*/
/*  background: url(../images/banner_xueyuan.jpg) no-repeat center center;*/
  background-size: cover;
  position: relative;
}
.header-code .register {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-indent: -9999em;
  z-index: 100;
}
.header-code .bannerinfo {
  position: relative;
  height: 100%;
}
.header-code .block-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  background: rgba(0, 0, 0, 0.68);
  height: 100%;
  padding: 20px;
  overflow: hidden;
}
.header-code .block-content h1 {
  font-size: 28px;
  color: #fff;
  border-left: solid 4px #fd4e3d;
  padding-left: 10px;
  cursor: pointer;
}
.header-code .block-content .iteminfo {
  margin-bottom: 20px;
}
.header-code .block-content a {
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  font-weight: normal;
}
.header-code .block-content a i {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fd4e3d;
  vertical-align: middle;
  margin-right: 10px;
}
.header-code .block-content .swiper-container1 {
  margin-top: 20px;
  height: 500px;
  overflow: hidden;
}
.header-code .block-content .swiper-container1 .swiper-slide {
  height: 100px;
}
.main {
  margin-top: 80px;
}
.links {
  width: 154px;
  height: 420px;
  background: #fff;
  z-index: 99;
  position: fixed;
  right: 170px;
  top: 200px;
  border-radius: 4px;
}
.links img {
  width: 154px;
  height: 58px;
  border-radius: 8px;
}
.links ul .active {
  color: #f05a4c;
}
.links ul li a {
  display: inline-block;
  width: 154px;
  font-size: 18px;
  color: #222;
  line-height: 46px;
  text-align: center;
}
.module-com-title {
  padding-top: 50px;
  padding-bottom: 30px;
  color: #212121;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}
.module-sub-title {
  padding-bottom: 50px;
  font-size: 30px;
  color: #545454;
  text-align: center;
}
#t-tit {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
#t-tit span {
  float: left;
  font-size: 22px;
  text-align: left;
  color: #666;
  width: 25%;
  cursor: pointer;
  position: relative;
}
#t-tit span .round {
  width: 6px;
  height: 6px;
  background: #ed3523;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -3px;
}
#t-tit span:nth-child(1) {
  padding-left: 30px;
}
#t-tit span:nth-child(2) {
  text-align: right;
}
#t-tit span:nth-child(3) {
  text-align: right;
}
#t-tit span:nth-child(4) {
  text-align: right;
  padding-right: 30px;
}
#t-con {
  margin-top: 30px;
}
#t-con li {
  width: 100%;
  display: none;
  position: relative;
}
#t-con li .teacher_0,
#t-con li .teacher_1,
#t-con li .teacher_2,
#t-con li .teacher_3 {
  position: relative;
  padding-bottom: 60px;
}
#t-con li .teacher_0 .swiper-container,
#t-con li .teacher_1 .swiper-container,
#t-con li .teacher_2 .swiper-container,
#t-con li .teacher_3 .swiper-container {
  width: 96%;
  margin: 0 auto;
  height: 100%;
}
#t-con li .teacher_0 .swiper-slide,
#t-con li .teacher_1 .swiper-slide,
#t-con li .teacher_2 .swiper-slide,
#t-con li .teacher_3 .swiper-slide {
  text-align: left;
  font-size: 18px;
}
#t-con li .teacher_0 .swiper-slide img,
#t-con li .teacher_1 .swiper-slide img,
#t-con li .teacher_2 .swiper-slide img,
#t-con li .teacher_3 .swiper-slide img {
  width: 100%;
}
#t-con li .teacher_0 .swiper-button-next,
#t-con li .teacher_1 .swiper-button-next,
#t-con li .teacher_2 .swiper-button-next,
#t-con li .teacher_3 .swiper-button-next {
  display: none;
  background: url(../images/right.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  right: -25px;
}
#t-con li .teacher_0 .swiper-button-prev,
#t-con li .teacher_1 .swiper-button-prev,
#t-con li .teacher_2 .swiper-button-prev,
#t-con li .teacher_3 .swiper-button-prev {
  display: none;
  background: url(../images/left.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  left: -25px;
}
#t-tit span.t-select {
  position: relative;
  color: #ed3523;
}
#t-tit span.t-select:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ed3523;
}
#t-con li.t-show {
  display: block;
}
#c-tit {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
#c-tit span {
  float: left;
  font-size: 22px;
  text-align: center;
  color: #666;
  width: 50%;
  cursor: pointer;
  position: relative;
}
#c-tit span .round {
  width: 6px;
  height: 6px;
  background: #ed3523;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -3px;
}
#c-con {
  margin-top: 30px;
}
#c-con li {
  width: 100%;
  display: none;
  padding-bottom: 80px;
  position: relative;
  padding-bottom: 60px;
}
#c-con li .collegefriend .swiper-container {
  width: 96%;
  margin: 0 auto;
  height: 100%;
}
#c-con li .collegefriend .swiper-slide {
  text-align: left;
  font-size: 18px;
}
#c-con li .collegefriend .swiper-slide img {
  width: 100%;
}
#c-con li .collegefriend .swiper-button-next {
  display: none;
  background: url(../images/right.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  right: -25px;
}
#c-con li .collegefriend .swiper-button-prev {
  display: none;
  background: url(../images/left.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  left: -25px;
}
#c-con li .horsechange {
  position: relative;
}
#c-con li .horsechange .swiper-container {
  width: 96%;
  margin: 0 auto;
  height: 100%;
}
#c-con li .horsechange .swiper-slide {
  text-align: left;
  font-size: 18px;
}
#c-con li .horsechange .swiper-slide img {
  width: 100%;
}
#c-con li .horsechange .swiper-button-next {
  display: none;
  background: url(../images/right.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  right: -25px;
}
#c-con li .horsechange .swiper-button-prev {
  display: none;
  background: url(../images/left.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  left: -25px;
}
#c-con li .personwarp {
  width: 49%;
  font-size: 14px;
  float: left;
  margin-bottom: 60px;
  background: #fff;
  margin-right: 1%;
}
#c-con li .personwarp:nth-child(2n) {
  margin-right: 0;
}
#c-con li .personwarp .content {
  height: 95px;
  overflow: hidden;
  background: #fff;
  padding: 15px 20px 20px;
}
#c-con li .personwarp .content p {
  text-align: justify;
  line-height: 20px;
  margin-bottom: 20px;
}
#c-con li .personwarp .content p:last-child {
  margin-bottom: 0;
}
#c-con li .person {
  background: #fff;
  color: #313131;
  padding: 0 0 20px;
  margin: 0 20px;
  border-bottom: solid 1px #f6f6f6;
}
#c-con li .person .person-img {
  float: left;
  width: 25%;
}
#c-con li .person .person-img img {
  max-width: 120px;
  max-height: 128px;
}
#c-con li .person .person-info {
  width: 75%;
  float: left;
}
#c-con li .person .person-info .name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
}
#c-con li .person .person-info .company {
  line-height: 24px;
}
#c-tit span.c-select {
  color: #ed3523;
}
#c-con li.c-show {
  display: block;
}
#s-tit {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
#s-tit span {
  float: left;
  font-size: 22px;
  text-align: left;
  color: #666;
  width: 25%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#s-tit span .round {
  width: 6px;
  height: 6px;
  background: #ed3523;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -3px;
}
#s-con {
  margin-top: 30px;
}
#s-con li {
  width: 100%;
  display: none;
  position: relative;
  padding-bottom: 60px;
}
#s-con li .teaching .swiper-container,
#s-con li .studytour .swiper-container,
#s-con li .grouplearn .swiper-container,
#s-con li .crossvisit .swiper-container {
  width: 96%;
  margin: 0 auto;
  height: 100%;
}
#s-con li .teaching .swiper-slide,
#s-con li .studytour .swiper-slide,
#s-con li .grouplearn .swiper-slide,
#s-con li .crossvisit .swiper-slide {
  text-align: left;
  font-size: 18px;
}
#s-con li .teaching .swiper-slide img,
#s-con li .studytour .swiper-slide img,
#s-con li .grouplearn .swiper-slide img,
#s-con li .crossvisit .swiper-slide img {
  width: 100%;
}
#s-con li .teaching .swiper-button-next,
#s-con li .studytour .swiper-button-next,
#s-con li .grouplearn .swiper-button-next,
#s-con li .crossvisit .swiper-button-next {
  display: none;
  background: url(../images/right.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  right: -25px;
}
#s-con li .teaching .swiper-button-prev,
#s-con li .studytour .swiper-button-prev,
#s-con li .grouplearn .swiper-button-prev,
#s-con li .crossvisit .swiper-button-prev {
  display: none;
  background: url(../images/left.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  left: -25px;
}
#s-tit span.s-select {
  color: #ed3523;
}
#s-con li.s-show {
  display: block;
}
#a-tit {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
#a-tit span {
  float: left;
  font-size: 22px;
  text-align: left;
  color: #666;
  width: 33.333333%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#a-tit span .round {
  width: 6px;
  height: 6px;
  background: #ed3523;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -3px;
}
#a-con {
  margin-top: 30px;
}
#a-con li {
  width: 100%;
  display: none;
  position: relative;
  padding-bottom: 60px;
}
#a-con li .community,
#a-con li .enterprise,
#a-con li .activities {
  text-align: center;
}
#a-con li .community .swiper-container,
#a-con li .enterprise .swiper-container,
#a-con li .activities .swiper-container {
  width: 96%;
  margin: 0 auto;
  height: 100%;
}
#a-con li .community .swiper-slide,
#a-con li .enterprise .swiper-slide,
#a-con li .activities .swiper-slide {
  text-align: left;
  font-size: 18px;
  text-align: center;
}
#a-con li .community .swiper-slide img,
#a-con li .enterprise .swiper-slide img,
#a-con li .activities .swiper-slide img {
  width: 100%;
}
#a-con li .community .swiper-button-next,
#a-con li .enterprise .swiper-button-next,
#a-con li .activities .swiper-button-next {
  display: none;
  background: url(../images/right.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  right: -25px;
}
#a-con li .community .swiper-button-prev,
#a-con li .enterprise .swiper-button-prev,
#a-con li .activities .swiper-button-prev {
  display: none;
  background: url(../images/left.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  left: -25px;
}
#a-tit span.a-select {
  color: #ed3523;
}
#a-con li.a-show {
  display: block;
}
.header-code img {
  width: 100%;
  height: 100%;
  display: block;
}
.business {
  width: 1170px;
  margin: 30px auto;
}
.business li {
  float: left;
  width: 285px;
  margin-right: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.business li:nth-child(4n) {
  margin-right: 0;
}
.business li a {
  display: block;
  width: 100%;
  color: #545454;
  font-size: 14px;
}
.business li .toplogo {
  border-bottom: solid 1px #eee;
  height: 140px;
  line-height: 140px;
  text-align: center;
}
.business li .toplogo img {
  width: 160px;
  height: 90px;
  vertical-align: middle;
}
.business li .busicontent {
  padding: 15px 20px;
  height: 200px;
}
.business li .businame {
  font-size: 18px;
  color: #212121;
  margin-bottom: 10px;
}
.business li .renzheng {
  margin-left: 10px;
}
.business li .busitext {
  text-align: justify;
  line-height: 20px;
}
.videocontent {
  margin-top: 46px;
  margin-bottom: 46px;
}
.videocontent .videowarp {
  width: 48%;
  height: 285px;
  overflow: hidden;
  position: relative;
}
.videocontent .videowarp video {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}
.videocontent .videowarp .mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fefefe;
  text-align: center;
}
.videocontent .videowarp .mask .title {
  font-size: 26px;
  margin-top: 80px;
}
.videocontent .videowarp .mask .sbtitle {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.videocontent .videowarp .mask .btn img {
  width: 35px;
  height: 36px;
}
.videocontent .wordIntrol {
  width: 50%;
  padding-top: 48px;
  line-height: 25px;
  font-size: 16px;
  color: #62646b;
  text-align: justify;
}
.type {
  padding-bottom: 88px;
}
.thumbnailswarp {
  text-align: left;
  width: 25%;
  float: left;
}
.thumbnailswarp .thumbnails {
  width: 288px;
  background: #fff;
  text-align: center;
}
.thumbnailswarp .thumbnails:hover {
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.26);
}
.thumbnailswarp img {
  width: 288px;
  height: 200px;
}
.thumbnailswarp .caption {
  padding: 30px 0;
  color: #212121;
}
.thumbnailswarp .caption h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.thumbnailswarp .caption p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.thumbnailswarp .caption .look {
  display: inline-block;
  border: solid 1px #ee3523;
  color: #ee3523;
  font-size: 16px;
  text-align: center;
  height: 48px;
  line-height: 46px;
  border-radius: 4px;
  padding: 0 50px;
}
.thumbnailswarp .caption .look:hover {
  color: #fff;
  background: #ee3523;
}
.n-card {
  line-height: 1;
  padding-bottom: 100px;
}
.n-card .card-item {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  border-right: solid 1px #d8d8d8;
  color: #ee3523;
}
.n-card .card-item:nth-child(5) {
  border-right: 0;
}
.n-card .card-item:nth-child(6) {
  margin-top: 60px;
}
.n-card .card-item:nth-child(7) {
  margin-top: 60px;
}
.n-card .card-item:nth-child(8) {
  margin-top: 60px;
}
.n-card .card-item:nth-child(9) {
  margin-top: 60px;
}
.n-card .card-item:nth-child(10) {
  margin-top: 60px;
}
.n-card .card-item:last-child {
  border-right: 0;
}
.n-card .icon {
  font-size: 45px;
}
.n-card h2 {
  font-size: 20px;
  margin-top: 40px;
  position: relative;
  font-weight: 500;
}
.n-card h3 {
  font-size: 28px;
  color: #212121;
  font-weight: 500;
  padding-top: 20px;
  position: relative;
}
.n-card h3 .count {
  font-size: 58px;
  margin-right: 10px;
  color: #ee3523;
}
.n-card h3 .addss {
  position: absolute;
  font-weight: bold;
  font-weight: 500;
  color: #ee3523;
}
.n-card .add {
  position: absolute;
  top: 0;
  right: 15px;
  font-weight: 500;
}
.n-card .adds {
  position: absolute;
  top: 0;
  right: 35px;
  font-weight: 500;
}
.n-card .count {
  font-size: 58px;
  margin-right: 10px;
}
.n-card p {
  font-size: 24px;
  color: #545454;
  margin-top: 30px;
}
.alumnisaid {
  position: relative;
  padding-bottom: 60px;
  width: 96%;
  margin: 0 auto;
}
.alumnisaid .swiper-container {
  width: 100%;
  height: 100%;
}
.alumnisaid .buttonnone {
  display: none!important;
}
.alumnisaid .swiper-slide {
  text-align: left;
  font-size: 18px;
}
.alumnisaid .swiper-button-next {
  display: none;
  background: url(../images/right.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  right: -45px;
}
.alumnisaid .swiper-button-prev {
  display: none;
  background: url(../images/left.png) no-repeat;
  background-size: 28px 51px;
  background-position: center;
  background-repeat: no-repeat;
  left: -45px;
}
.alumniwarp {
  float: left;
  width: 360px;
  height: 300px;
  margin-top: 20px;
  margin-left: 21px;
}
.alumniwarp:nth-child(1) {
  margin-left: 0;
}
.alumniwarp:nth-child(4) {
  margin-left: 0;
}
.alumniwarp a {
  display: inline-block;
  width: 360px;
  height: 300px;
}
.alumniwarp .alumni-img {
  width: 360px;
  height: 218px;
}
.alumniwarp .alumni-img img {
  width: 100%;
  height: 100%;
}
.alumniwarp .alumni-news {
  width: 360px;
  height: 82px;
  line-height: 26px;
}
.alumniwarp .alumni-news p {
  font-size: 16px;
  color: #000;
  padding-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.partner {
  width: 100%;
  padding-bottom: 90px;
  text-align: center;
}
.partner img {
  margin: 0 auto;
  margin-top: 30px;
  width: 96%;
}
.ggbanner {
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .links {
    display: none;
  }
  .header-code {
    display: none;
  }
  .module-com-title {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #212121;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .module-sub-title {
    padding-bottom: 20px;
    font-size: 14px;
    color: #545454;
    text-align: center;
  }
  .videocontent {
    margin: 20px;
  }
  .videocontent .videowarp {
    width: 100%;
  }
  .videocontent .videowarp .mask .title {
    font-size: 24px;
  }
  .videocontent .videowarp .mask .sbtitle {
    font-size: 14px;
  }
  .videocontent .wordIntrol {
    width: 100%;
    padding-top: 20px;
  }
  .type {
    padding-bottom: 30px;
  }
  .thumbnailswarp {
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .thumbnailswarp .thumbnails {
    margin: 0 auto;
  }
  .n-card-tit {
    line-height: 24px;
    padding: 0 30px;
  }
  .n-card {
    line-height: 1;
    padding-bottom: 30px;
  }
  .n-card .card-item {
    float: left;
    width: 50%;
  }
  .n-card .card-item:nth-child(6) {
    margin-top: 0;
  }
  .n-card .card-item:nth-child(7) {
    margin-top: 0;
  }
  .n-card .card-item:nth-child(8) {
    margin-top: 0;
  }
  .n-card .card-item:nth-child(9) {
    margin-top: 0;
  }
  .n-card .card-item:nth-child(10) {
    margin-top: 0;
  }
  .n-card h3 {
    font-size: 14px;
    margin-top: 10px;
    position: relative;
  }
  .n-card h3 .count {
    font-size: 24px;
    margin-right: 10px;
  }
  .n-card h2 {
    font-size: 14px;
    margin-top: 10px;
    position: relative;
  }
  .n-card .add {
    position: absolute;
    top: 0;
    right: 45px;
  }
  .n-card .adds {
    position: absolute;
    top: 0;
    right: 45px;
  }
  .n-card .count {
    font-size: 24px;
    margin-right: 10px;
  }
  .n-card p {
    font-size: 14px;
    color: #545454;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .ds-tit {
    line-height: 24px;
    padding: 0 30px;
  }
  #t-tit span {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .teacher {
    position: relative;
    padding-bottom: 30px;
  }
  .teacher .swiper-button-next {
    display: none;
    background: url(../images/right.png) no-repeat;
    background-size: 28px 51px;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
  }
  .teacher .swiper-button-prev {
    display: none;
    background: url(../images/left.png) no-repeat;
    background-size: 28px 51px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
  }
  .mx-tit {
    line-height: 24px;
    padding: 0 30px;
  }
  #c-tit span {
    font-size: 14px;
    width: 50%;
  }
  #c-tit span:nth-child(1) {
    text-align: center;
    padding-right: 0;
  }
  #c-tit span:nth-child(2) {
    text-align: center;
    padding-left: 0;
  }
  #c-con li {
    padding: 0 10px;
  }
  #c-con li .collegefriend {
    padding-top: 0;
    position: relative;
  }
  #c-con li .collegefriend .swiper-container {
    width: 100%;
    height: 100%;
    padding-top: 0;
  }
  #c-con li .collegefriend .swiper-slide {
    text-align: left;
    font-size: 18px;
    /* Center slide text vertically */
  }
  #c-con li .collegefriend .swiper-button-next {
    display: none;
    background: url(../images/right.png) no-repeat;
    background-size: 28px 51px;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
  }
  #c-con li .collegefriend .swiper-button-prev {
    display: none;
    background: url(../images/left.png) no-repeat;
    background-size: 28px 51px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
  }
  #c-con li .personwarp {
    width: 100%;
    font-size: 14px;
    float: left;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 0;
  }
  #c-con li .personwarp:nth-child(2n) {
    margin-right: 0;
  }
  #c-con li .personwarp .content {
    height: auto;
    overflow: hidden;
    max-height: none;
    background: #fff;
    padding: 15px 20px 20px;
  }
  #c-con li .personwarp .content p {
    text-align: justify;
    line-height: 20px;
    margin-bottom: 20px;
  }
  #c-con li .personwarp .content p:last-child {
    margin-bottom: 0;
  }
  #c-con li .person {
    background: #fff;
    color: #313131;
    padding: 0 0 20px;
    margin: 0 20px;
    border-bottom: solid 1px #f6f6f6;
    font-size: 12px;
  }
  #c-con li .person .person-img {
    float: left;
    width: 25%;
  }
  #c-con li .person .person-img img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  #c-con li .person .person-info {
    width: 75%;
    float: left;
    padding-left: 10px;
  }
  #c-con li .person .person-info .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
  }
  #c-con li .person .person-info .company {
    line-height: 24px;
  }
  .alumnisaid .swiper-slide {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
  }
  .alumnisaid .swiper-slide .alumniwarp {
    margin-left: 0;
    width: 100%;
  }
  .alumnisaid .swiper-slide .alumniwarp .alumni .alumni-news {
    width: auto;
  }
  .alumnisaid .swiper-slide .alumniwarp:nth-child(1) {
    margin-left: 0;
  }
  .alumnisaid .swiper-slide .alumniwarp:nth-child(2) {
    margin-left: 0;
  }
  .alumnisaid .swiper-slide .alumniwarp:nth-child(3) {
    margin-left: 0;
  }
  .alumnisaid .swiper-slide .alumniwarp:nth-child(4) {
    margin-left: 0;
  }
  .alumnisaid .swiper-slide .alumniwarp:nth-child(5) {
    margin-left: 0;
  }
  .alumnisaid .swiper-slide .alumniwarp:nth-child(6) {
    margin-left: 0;
  }
  .business {
    width: 100%;
    margin: 30px auto;
    margin-bottom: 0;
  }
  .business li {
    float: left;
    width: 32%;
    margin-right: 10px;
    background: #fff;
    margin-bottom: 20px;
  }
  .business li:nth-child(4n) {
    margin-right: 10px;
  }
  .business li a {
    display: block;
    width: 100%;
    color: #545454;
    font-size: 14px;
  }
  #s-tit span {
    font-size: 14px;
  }
  #a-tit span {
    font-size: 14px;
  }
}
@media (min-width: 679px) and (max-width: 1169px) {
  .type {
    text-align: center;
  }
  .thumbnailswarp {
    width: 30%;
    float: none;
    display: inline-block;
  }
  .thumbnailswarp .thumbnails {
    width: 100%;
  }
  .thumbnailswarp img {
    max-width: 100%;
  }
  .business {
    width: 100%;
    margin: 30px auto;
    margin-bottom: 0;
  }
  .business li {
    float: left;
    width: 32%;
    margin-right: 10px;
    background: #fff;
    margin-bottom: 20px;
  }
  .business li:nth-child(4n) {
    margin-right: 10px;
  }
  .business li a {
    display: block;
    width: 100%;
    color: #545454;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .links {
    display: none;
  }
  .business {
    width: 100%;
    margin: 30px auto;
    margin-bottom: 0;
  }
  .business li {
    float: left;
    width: 100%;
    margin-right: 10px;
    background: #fff;
    margin-bottom: 20px;
  }
  .business li:nth-child(4n) {
    margin-right: 10px;
  }
  .business li a {
    display: block;
    width: 100%;
    color: #545454;
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .links {
    width: 100px;
    height: 330px;
    background: #fff;
    z-index: 99;
    position: fixed;
    right: 0px;
    top: 200px;
    border-radius: 4px;
  }
  .links ul .active {
    color: #f05a4c;
  }
  .links ul li a {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    color: #222;
    line-height: 36px;
    text-align: center;
  }
  .thumbnailswarp {
    width: 24%;
    float: none;
    display: inline-block;
  }
  .thumbnailswarp img {
    width: 100%;
    height: auto;
  }
  .thumbnailswarp .caption {
    padding: 30px 0;
    color: #212121;
  }
  .thumbnailswarp .caption h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .thumbnailswarp .caption p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .thumbnailswarp .caption .look {
    display: inline-block;
    border: solid 1px #ee3523;
    color: #ee3523;
    font-size: 16px;
    text-align: center;
    height: 48px;
    line-height: 46px;
    border-radius: 4px;
    padding: 0 50px;
  }
  .thumbnailswarp .caption .look:hover {
    color: #fff;
    background: #ee3523;
  }
  .n-card .card-item {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
    border-right: solid 1px #d8d8d8;
    color: #ee3523;
  }
  .n-card .card-item h2,
  .n-card .card-item h3 {
    font-size: 20px;
    margin-top: 6px;
    position: relative;
    font-weight: 500;
  }
  .n-card .card-item h2 .count,
  .n-card .card-item h3 .count {
    font-size: 22px;
  }
  #t-tit span {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #c-tit span {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .alumnisaid .alumniwarp {
    overflow: hidden;
    width: 40%;
    height: 300px;
    margin-left: 7%;
  }
  .alumnisaid .alumniwarp .alumni .alumni-img {
    width: 100%;
    height: auto;
  }
  .alumnisaid .alumniwarp .alumni .alumni-news {
    width: 80%;
  }
  .alumnisaid .alumniwarp .alumni .alumni-news p {
    font-size: 14px;
    width: 100%;
    height: 60px;
    padding-top: 0;
  }
}
