body {
  min-width: 1200px;
}

a.link {
  display: block;
}

.img-outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.img-inner {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mb-banner-section {
  display: none;
}

.mb-banner {
  width: 100%;
}

.banner-wrap {
  width: 50%;
  float: left;
  position: relative;
}

.banner-txt {
  padding: 20px 0;
  font-size: 16px;
}

.sub-banner-box {
  width: 100%;
  /* float: left; */
  position: relative;
}

.sub-banner-item {
  width: 100%;
}
.com-enroll-btn {
  display: none;
 }
@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .section {
    width: 100%;
    margin: auto;
  }
  .banner-section {
    display: none;
  }
  .mb-banner-section {
    display: block;
  }
}

.main-content {
  width: 100%;
  /* height: 640px; */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-event {
  padding: 2rem;
  text-align: center;
  overflow: hidden;
  margin-bottom: 50px;
}

.event-title {
  padding: 2rem;
  font-size: 2.3rem;
  font-weight: bolder;
}

.event-modle {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.development-event {
  right: 0;
}

.design-event {
  right: auto;
  left: 0;
}

.event-modle:hover {
  background: transparent;
}

.event-tips {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1.5rem;
}

.news-section {
  background-color: #fafafa;
}

.bd-home-news {
  padding: 20px 0;
}

.h5-inwork-section,
.h5-news-section {
  display: none;
}

@media (max-width: 768px) {
  .bd-home-news {
    padding: 0;
    padding-top: 1rem;
  }
  .h5-inwork-section,
  .h5-news-section {
    display: block;
  }
  .news-section {
    display: none;
  }
  .dynamic-section {
    display: none;
  }
  .doodle-section {
    display: none;
  }
}

.bd-home-new {
  border-radius: 0;
  background-color: #CED9E8;
  background-clip: content-box;
  border: none;
}

.bd-home-new .img-outer {
  padding-bottom: 65.2%;
}

.card-img {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.bd-news-span {
  display: inline-block;
}

.bd-newspan-line {
  display: block;
  visibility: hidden;
  width: 100%;
  margin: 0 auto;
  margin-top: 4px;
  border-bottom: 2px #000000 solid;
}

.bd-home-news .card {
  margin: 0.5rem;
}

.bd-home-news .card:hover {
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.bd-home-news .card:hover .bd-newspan-line {
  visibility: visible;
}

.bd-home-news .card:hover .card-block {
  color: #000;
}

.bd-home-news .card-block {
  text-align: center;
  font-size: 1.2rem;
  color: #666666;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ccd6e2;
}

@media(max-width: 768px) {
  .bd-home-news {
    padding: 0;
    padding-top: 1rem;
  }
  .bd-home-news .card:hover {
    border: 2px solid transparent;
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.50);
  }
  .bd-home-news .card:hover .bd-newspan-line {
    visibility: hidden;
  }
  .bd-home-news .card-block {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    padding: 0.5rem 0;
  }
}


/* news swiper */

.news-container {
  margin: 0 2rem;
}

.news-content {
  text-align: center;
  overflow: hidden;
}

.swiper-no-swiping {
  width: 33%;
  float: left;
}

.news-content .swiper-container {
  overflow: visible;
}

.news-item-title {
  padding-top: 1.6rem;
  font-size: 1.6rem;
  color: #e10602;
}

.news-item-time {
  line-height: 2rem;
  font-size: 1rem;
  color: #999999;
}

.news-content .swiper-button-prev {
  background-image: url(../img/left_white.png?v=12);
  left: -100%;
}

.news-content .swiper-button-next {
  background-image: url(../img/right_white.png?v=12);
  right: -100%;
}

.news-swiper-button-next,
.news-swiper-button-prev {
  display: none;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  background-size: 4rem 4rem;
}

.news-item {
  margin: 0 0.5rem;
}

.news-img-box {
  position: relative;
  padding-bottom: 50%;
}

.news-img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width:320px) and (max-width:768px) {
  html {
    font-size: 10px !important;
  }
  .main-content {
    height: auto;
  }
  .top-event {
    padding: 0;
    margin-bottom: 2rem;
  }
  .sub-banner-item {
    width: 90%;
  }
  .event-modle {
    display: none;
    /* width: 76%;
    height: auto;
    padding-bottom: 100%;
    margin-bottom: 100%;*/
  }
}
