body {
  font-size: 16px;
  background: #f8f8f8; }

.clearfix {
  clear: both;
  zoom: 1; }

.nav-menu {
  width: 100%;
  height: 100px;
  background: #ececec;
  box-shadow: 0 6px 6px #888888;
  z-index: 999;
  margin-bottom: 3px; }
  .nav-menu .nav-wrapper {
    width: 1100px;
    height: 100px;
    background: #ececec;
    margin: 0 auto; }
    .nav-menu .nav-wrapper .logo {
      float: left;
      line-height: 120px; }
      .nav-menu .nav-wrapper .logo > img {
        width: 100%; }
    .nav-menu .nav-wrapper .menu-list {
      height: 100px;
      width: 910px;
      float: right; }
      .nav-menu .nav-wrapper .menu-list .menu-item {
        float: left;
        height: 100px;
        min-width: 80px;
        text-align: center; }
        .nav-menu .nav-wrapper .menu-list .menu-item.active {
          background: #d21d28; }
          .nav-menu .nav-wrapper .menu-list .menu-item.active > a > p {
            color: #fff;
            border-right: 1px solid #d21d28; }
        .nav-menu .nav-wrapper .menu-list .menu-item > a {
          text-decoration: none;
          display: block; }
          .nav-menu .nav-wrapper .menu-list .menu-item > a .label-icon {
            margin: 20px 0 0;
            min-height: 40px; }
          .nav-menu .nav-wrapper .menu-list .menu-item > a > p {
            border-right: 1px dotted #9c9c9c;
            color: #d41d29;
            padding: 0 20px; }

.header {
  width: 100%;
  min-width: 1100px;
  height: 499px;
  background: url("../img/header.png"); }

.container {
  width: 1100px;
  margin: 0 auto;
  background-color: #fff; }
  .container .article {
    padding: 34px 100px; }
    .container .article > h1 {
      font-size: 30px;
      margin-bottom: 20px;
      text-align: center; }
    .container .article > h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    .container .article > p {
      font-size: 18px;
      color: #030303;
      margin-bottom: 20px;
      line-height: 1.6;
      text-align: justify;
      text-indent: 2em; }
  .container .swiper {
    text-align: center;
    padding: 20px 0; }
    .container .swiper > img {
      width: 100%; }
  .container .news-block {
    padding: 34px 62px;
    border-top: 1px solid #ddd; }
    .container .news-block:nth-child(2) {
      border-top: 0; }
    .container .news-block .news-label > p {
      font-size: 16px;
      font-weight: bold;
      color: #d21d28; }
    .container .news-block .news-list .news-item {
      margin: 20px 0; }
      .container .news-block .news-list .news-item > a {
        text-decoration: none; }
        .container .news-block .news-list .news-item > a > h2 {
          color: #000;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          margin-bottom: 10px;
          font-size: 18px; }
        .container .news-block .news-list .news-item > a > p {
          font-size: 14px;
          color: #000;
          text-align: justify;
          overflow: hidden;
          line-height: 18px;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }

.footer {
  width: 100%;
  height: 260px;
  border-bottom: 20px solid #b3161f; }
  .footer .footer-wrapper {
    width: 1100px;
    height: 260px;
    margin: 0 auto; }
    .footer .footer-wrapper > img {
      width: 405px;
      height: 209px;
      float: right;
      margin-top: 50px; }

/*# sourceMappingURL=index.css.map */
