.banner {
  position: relative;
  overflow: hidden;
  height: 960px;
  background: url("../images/banner-bg.jpg") center 0 no-repeat; }
  .banner .slogan, .banner .btn-video, .banner .btn-link {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .banner .slogan {
    margin-top: 286px; }
  .banner .btn-video {
    width: 86px;
    height: 87px;
    background: url("../images/btn-video.png") 0 0 no-repeat;
    margin-top: 40px;
    margin-bottom: 40px; }
  .banner .btn-link {
    width: 321px;
    height: 92px;
    background: url("../images/btn-link.png") 0 0 no-repeat;
    margin-top: 80px; }

.newsArea {
  position: relative;
  overflow: hidden;
  height: 935px;
  background: url("../images/news-bg.jpg") center 0 no-repeat;
  text-align: center;
  padding-top: 264px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .newsArea .swiper-container, .newsArea .news-list {
    display: inline-block;
    font-weight: 0; }
  .newsArea .news-list {
    text-align: left; }
    .newsArea .news-list a {
      float: left;
      width: 225px;
      height: 225px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 15px;
      margin-bottom: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .newsArea .news-tit {
    background-color: #405161;
    color: #fff;
    text-transform: uppercase;
    padding-top: 45px; }
    .newsArea .news-tit h3 {
      font-size: 32px;
      font-weight: bold; }
    .newsArea .news-tit span {
      font-size: 18px; }
  .newsArea .news-a {
    position: relative;
    overflow: hidden;
    background-color: rgba(52, 62, 73, 0.8); }
    .newsArea .news-a h3 {
      color: #ececec;
      font-size: 16px;
      margin-top: 45px; }
    .newsArea .news-a p {
      font-size: 12px;
      color: #7f8993; }
    .newsArea .news-a .time {
      position: absolute;
      bottom: 30px;
      color: #a59171; }

/*# sourceMappingURL=index.css.map */
