/*
 * @Author: laosu 
 * @Date: 2019-02-14 14:51:12 
 * @Last Modified by: laosu
 * @Last Modified time: 2019-03-26 21:44:29
*/
/*
 * @Author: laosu 
 * @Date: 2019-02-14 16:52:52 
 * @Last Modified by: laosu
 * @Last Modified time: 2019-02-14 17:53:31
 */
/*
 * @Author: laosu 
 * @Date: 2019-02-14 17:01:47 
 * @Last Modified by: laosu
 * @Last Modified time: 2019-02-14 22:39:54
 */
.news-banner {
  height: 328px;
  background: url(/skin/st/resource/news-banner.jpg) center center no-repeat; }
  @media screen and (max-width: 768px) {
    .news-banner {
      height: 200px;
      background-size: cover; } }

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  margin-top: 10px; }
  .news .news-side {
    width: 220px; }
  .news .news-main {
    width: calc(100% - 20px - 220px);
    margin-left: 20px; }
  @media screen and (max-width: 768px) {
    .news .news-side {
      display: none; }
    .news .news-main {
      margin-left: 0;
      width: 100%; } }
  .news .side-box {
    margin-bottom: 10px; }
    .news .side-box .side-title {
      height: 56px;
      line-height: 56px;
      background: url(/skin/st/resource/side-bg.jpg);
      color: white;
      font-size: 24px;
      padding: 0 15px; }
    .news .side-box .side-body {
      border: 1px solid #ff6600;
      padding-bottom: 20px; }
      .news .side-box .side-body .item {
        padding: 0 15px;
        border-bottom: 1px #f4f4f4 solid;
        height: 30px;
        line-height: 30px;
        display: block;
        color: #333;
        text-decoration: none; }
        .news .side-box .side-body .item:hover {
          color: #ff6600; }
  .news .side-search {
    padding: 30px 15px;
    background: url(/skin/st/resource/side-bg.jpg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .news .side-search-title {
      color: white;
      font-size: 18px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; }
      .news .side-search-title .iconfont {
        margin-right: 10px; }
    .news .side-search-input {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 180px; }
      .news .side-search-input input {
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        width: 100%;
        text-indent: 10px;
        outline: none; }
    .news .side-search-btn {
      margin-top: 15px; }
      .news .side-search-btn button {
        background: #ff6600;
        color: white;
        width: 90px;
        height: 30px;
        line-height: 30px;
        opacity: .8;
        border-color: #ff6600;
        outline: none;
        cursor: pointer; }
  .news .nav-bar {
    border: 1px #d12c33 solid;
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 40px;
    padding: 0 15px; }
    .news .nav-bar .nav-title {
      padding-right: 5px;
      color: #333; }
    .news .nav-bar a {
      text-decoration: none;
      color: #666; }
      .news .nav-bar a:hover {
        color: #ff6600; }
  .news .news-main-body {
    border: 1px #eee solid;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    width: 100%;
    overflow: hidden; }
  .news .news-main-slider {
    position: relative; }
  .news .news-main-title {
    text-align: center;
    font-size: 32px;
    color: #ff6600;
    margin: 20px 0; }
  .news .news-main-desc {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 2px #ff6600 solid;
    border-top-width: 4px;
    padding: 20px;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .news .news-main-desc::after {
      content: '';
      display: inline-block;
      height: 16px;
      border: 2px #ff6600 solid;
      position: absolute;
      border-top-width: 0;
      width: calc(100% - 20px);
      left: 10px;
      bottom: -18px; }
    .news .news-main-desc .desc-body {
      margin-left: 15px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 14px;
      line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .news .news-main-title {
      font-size: 18px; }
    .news .news-main-slider .swiper-slide img {
      max-width: 100%; }
    .news .news-main-desc {
      border-width: 2px 1px 1px 1px; }
      .news .news-main-desc::after {
        border-width: 0px 2px 2px 2px; } }
  .news .news-tab-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    font-size: 24px;
    color: #ff6600;
    margin-top: 60px;
    margin-bottom: 60px; }
    .news .news-tab-btn .item {
      margin: 0 10px;
      padding: 20px 0;
      width: calc(33.3333333333% - 10px);
      border: 1px #ff6600 solid;
      position: relative;
      cursor: pointer; }
      .news .news-tab-btn .item.cur {
        background: #ff6600;
        color: white; }
        .news .news-tab-btn .item.cur::after {
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 24px solid #ff6600;
          content: '';
          display: block;
          position: absolute;
          bottom: -40px;
          left: 50%;
          margin-left: -6px; }
  .news .news-tab-body {
    display: none; }
  @media screen and (max-width: 768px) {
    .news .news-tab-btn {
      font-size: 14px;
      margin-top: 30px;
      margin-bottom: 30px; }
      .news .news-tab-btn .item {
        padding: 10px 0; }
        .news .news-tab-btn .item.cur::after {
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 12px solid #ff6600;
          bottom: -24px; }
    .news .news-tab-body img {
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .news {
      margin-top: 20px; } }

.case-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 20px; }
  .case-list .item {
    width: calc(50% - 80px);
    margin: 20px 20px 20px 20px; }
    .case-list .item img {
        -webkit-transition: .3s all;
        transition: .3s all;
    }
    .case-list .item:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .case-list .item dd {
      text-align: center;
      font-size: 18px;
      line-height: 1.8;
      margin-top: 10px; }
      .case-list .item dd a {
        color: #333;
        text-decoration: none; }
        .case-list .item dd a:hover {
          color: #ff6600; }
  @media screen and (max-width: 768px) {
    .case-list {
      padding-bottom: 15px; }
      .case-list .item {
        width: calc(50% - 20px);
        margin: 10px; }
        .case-list .item dd {
          height: 24px;
          line-height: 24px;
          font-size: 14px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          margin: 10px 10px 0; } }
