.content {
  height: auto;}

.szcm {
    overflow: hidden;
}
.flash a {
  display: none;
  height: 560px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;}
  .flash a:first-child {
    display: block;}
.flash .img1 {
  background-image: url(template_files/3/upload/images/flash/flash1.jpg);}
.flash .img2 {
  background-image: url(template_files/3/upload/images/flash/flash2.jpg);}
.flash .img3 {
  background-image: url(template_files/3/upload/images/flash/flash3.jpg);}
.flash .img4 {
  background-image: url(template_files/3/upload/images/flash/flash4.jpg);}
.flash .img5 {
  background-image: url(template_files/3/upload/images/flash/flash5.jpg);}

.flash-controller {
  position: relative;}
  .flash-controller .left {
    position: absolute;
    top: -280px;
    left: 24px;
    z-index: 1;
    cursor: pointer;}
  .flash-controller .right {
    position: absolute;
    top: -280px;
    right: 24px;
    z-index: 1;
    cursor: pointer;}

.point {
  border-bottom: 1px solid #111111;
  padding: 10px 0 15px 0;}
  .point ul {
    width: 85px;
    margin: 0 auto;}
    .point ul li {
      cursor: pointer;
      float: left;
      text-indent: -9999px;
      background: url(../img/point_blank.png) no-repeat center;
      height: 12px;
      width: 13px;
      margin: 0 2px;}
      .point ul li.hover {
        background-image: url(../img/point_fill.png);}

.production, .news {
  /* float: left; */
  }
  .production > header, .news > header {
    color: #1d1814;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px;
    }
    .production > header h1, .news > header h1 {
      font-size: 26px;
      float: left;
      /* margin-left: 24px; */
      cursor: pointer;
      font-weight: bold;
      }
    .production > header ul, .news > header ul {
      font-size: 12px;
      padding-top: 5px;
      }
      .production > header ul li, .news > header ul li {
        float: left;
        cursor: pointer;
        }
      .production > header ul.right, .news > header ul.right {
        /* float: right; */
        /* margin-right: 18px; */
        /* display: none; */
        }
        .production > header ul.right li, .news > header ul.right li {
          /* margin: 6px 12px 0; */
          }
          .production > header ul.right li a, .production > header ul.right li a:active, .news > header ul.right li a, .news > header ul.right li a:active {
            font-weight: bold;
            padding: 4px 0px;
            display: block;
            color: #1d1814;}
          .production > header ul.right li.active, .news > header ul.right li.active {
            border-bottom: 1px solid #a0a0a0;}
            .production > header ul.right li.active a, .news > header ul.right li.active a {
              border-bottom: 1px solid #e3e3e3;}

.production {
  width: 100%;
  }
  .production header ul.left {
    float: left;
    margin-left: 16px;
    display: none;
    }
    .production header ul.left li {
      margin: 6px 0 0;
      padding: 4px 12px 4px 18px;}
      .production header ul.left li:nth-child(1) {
        background: url(../img/circle1.png) no-repeat left center;}
      .production header ul.left li:nth-child(2) {
        background: url(../img/circle2.png) no-repeat left center;}
      .production header ul.left li:nth-child(3) {
        background: url(../img/circle3.png) no-repeat left center;}
  .production .production_list {
    position: relative;
    height: 510px;
    overflow: hidden;}
    .production .production_list #Container {
      position: absolute;
      top: 0;
      width: 100%;
      left: 0;
      }
    .production .production_list .mix {
      display: none;
      height: 160px;
      width: calc(25% - 10px);
      float: left;
      margin: 0 10px 10px 0;
      position: relative;
      }
.production .production_list .mix  a{
  display:block; height:100%;
  
}
      .production .production_list .mix img, .production .production_list .mix .info {
        height: 161px;
        width: 388px;
        position: absolute;
        top: 0;
        left: 0;}
      .production .production_list .mix img {
        z-index: 1;
        width: 100%;
        transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        }
      .production .production_list .mix .info {
        transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transform: rotate3d(0, 1, 0, -180deg);
        -ms-transform: rotateY(-180deg);
        -webkit-transform: rotate3d(0, 1, 0, -180deg);
        -moz-transform: rotate3d(0, 1, 0, -180deg);
        opacity: 0;
        box-sizing: border-box;
        padding: 13px 24px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        max-width: 100%;
        }
        .production .production_list .mix .info header {
          font-size: 14px;
          text-align: center;
          height: 32px;}
        .production .production_list .mix .info .time {
          font-size: 12px;
          text-align: center;}
        .production .production_list .mix .info .information {
          line-height: 22px;
          font-size: 11px;}
      .production .production_list .mix:hover img {
        z-index: 0;
        transform: rotate3d(0, 1, 0, -180deg);
        -ms-transform: rotateY(-180deg);
        -webkit-transform: rotate3d(0, 1, 0, -180deg);
        -moz-transform: rotate3d(0, 1, 0, -180deg);}
      .production .production_list .mix:hover .info {
        z-index: 1;
        transform: rotate3d(0, 1, 0, 0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        -moz-transform: rotate3d(0, 1, 0, 0deg);
        opacity: 1;}
  .production .change {
    float: right;
    margin: 6px 32px 0 0;
    }
    .production .change div {
      width: 23px;
      height: 16px;
      float: left;
      cursor: pointer;}
      .production .change div.prev {
        margin-right: 8px;
        background: url(../img/prev.png) no-repeat;}
      .production .change div.prev.light {
        background: url(../img/prev_light.png) no-repeat;}
      .production .change div.next {
        margin-left: 8px;
        background: url(../img/next.png) no-repeat;}
        .production .change div.next.next.light {
          background: url(../img/next_light.png) no-repeat;}

@media (max-width: 1580px) {
  .production {
    /* width: 796px; */
    } }
.news {
  width: 384px;}
  .news .all_news_list .news_list {
    display: none;}
    .news .all_news_list .news_list:first-child {
      display: block;}
    .news .all_news_list .news_list section {
      font-size: 16px;
      margin-bottom: 10px;
      height: 161px;
      position: relative;}
      .news .all_news_list .news_list section ul li {
        padding-bottom: 1px;
        transition: fafafa0;}
        .news .all_news_list .news_list section ul li:last-child {
          padding-bottom: 0;}
        .news .all_news_list .news_list section ul li a, .news .all_news_list .news_list section ul li a:active {
          height: 53px;
          overflow: hidden;
          box-sizing: border-box;
          transition: font-size 0.5s ease 0.2s, background 0.5s ease 0.2s;
          padding: 15px 28px 14px;
          display: block;
          background-color: #e9e9e9;
          color: #4b4b4b;}
          .news .all_news_list .news_list section ul li a span, .news .all_news_list .news_list section ul li a:active span {
            display: block;
            float: right;
            position: relative;
            top: -6px;
            font-size: 14px;
            width: 200px;
            transition: all 0.5s ease 0.2s;}
          .news .all_news_list .news_list section ul li a article, .news .all_news_list .news_list section ul li a:active article {
            clear: both;
            transition: all 0.5s ease 0.2s;
            opacity: 0;
            font-size: 12px;
            transform: translate3d(0px, 18px, 0);
            -ms-transform: translate3d(0px, 18px, 0);
            -webkit-transform: translate3d(0px, 18px, 0);
            -moz-transform: translate3d(0px, 18px, 0);
            line-height: 24px;}
        .news .all_news_list .news_list section ul li a:hover {
          height: 161px;
          font-size: 24px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 3;
          width: 384px;}
          .news .all_news_list .news_list section ul li a:hover article {
            opacity: 1;
            transform: translate3d(0, 0px, 0);
            -ms-transform: translate3d(0, 0px, 0);
            -webkit-transform: translate3d(0, 0px, 0);
            -moz-transform: translate3d(0, 0px, 0);}
  .news footer {
    float: right;
    margin-right: 14px;}
    .news footer a, .news footer a:active {
      font-size: 12px;
      font-weight: bold;
      color: #1d1814;}
#mod4{
	padding-bottom: 40px;
	margin-top: 40px;
}

div#u11u11 {
    max-width: 100%;
}

#u11u11 img{ max-width: 100%;}
#u11 video{ max-width: 100%;}
/*# sourceMappingURL=index.css.map */