﻿@charset "UTF-8";
* {
  box-sizing: border-box; }

body {
  /*padding-top: $header-size;*/
  margin: 0;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

h1, h2, h3, h4, h5, p, ul {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

.uifont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

.header {
  width: 100%;
  height: 105px;
  background: #FFF;
  position: relative;
  border-bottom: 4px solid #57a71d;
  z-index: 1000; }
  .header .wrapper {
    height: 100%;
    overflow: visible;
    position: relative; }
  .header .brand {
    width: 320px;
    height: 100%;
    float: left;
    background: url(/Images/logo.png) left center no-repeat;
    overflow: hidden;
    text-indent: -999em; }
  .header .navs {
    list-style: none;
    height: 100%; }
    .header .navs li {
      height: 100%;
      line-height: 105px;
      float: left; }
      .header .navs li:hover .item, .header .navs li.active .item {
        color: #57a71d; }
        .header .navs li:hover .item:after, .header .navs li.active .item:after {
          content: "";
          display: block;
          width: 17px;
          height: 17px;
          background: url(/Images/actice-icon.png) center center no-repeat;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-left: -8.5px;
          margin-top: 10px; }
      .header .navs li:hover .sub-navs {
        height: 38px; }
    .header .navs .item {
      display: block;
      height: 100%;
      color: #515151;
      text-decoration: none;
      padding: 0 20px;
      position: relative; }
    .header .navs .sub-navs {
      position: fixed;
      height: 0;
      overflow: hidden;
      line-height: 38px;
      left: 0;
      right: 0;
      top: 105px;
      text-align: center;
      background: #57a71d;
      transition: all .5s ease-in-out; }
      .header .navs .sub-navs a {
        padding: 0 30px;
        color: #FFF;
        text-decoration: none; }
  .header .actions {
    height: 100%;
    position: absolute;
    right: 0;
    height: 42px;
    top: 50%;
    margin-top: -21px; }
    .header .actions .item {
      float: left;
      margin-left: 10px;
      width: 42px;
      height: 42px;
      line-height: 42px;
      position: relative;
      overflow: hidden;
      border-radius: 42px; }
      .header .actions .item .item-icon {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 42px;
        height: 42px;
        text-align: center;
        background: #57a71d;
        color: #FFF;
        font-size: 18px;
        border-radius: 50%;
        text-decoration: none;
        cursor: pointer; }
      .header .actions .item .uifont {
        font-size: 20px; }
      .header .actions .item.item-search-bar {
        background: #FFF;
        transition: all .5s ease-in-out; }
        .header .actions .item.item-search-bar .search-bar {
          display: none;
          width: 100%;
          height: 100%;
          border: 2px solid #57a71d;
          border-radius: 42px;
          line-height: 0; }
          .header .actions .item.item-search-bar .search-bar input {
            width: 100%;
            height: 38px;
            line-height: 38px;
            border: 0; }
            .header .actions .item.item-search-bar .search-bar input:focus {
              outline: none; }
        .header .actions .item.item-search-bar:hover, .header .actions .item.item-search-bar.active {
          width: 300px; }
          .header .actions .item.item-search-bar:hover .search-bar, .header .actions .item.item-search-bar.active .search-bar {
            display: block;
            padding-right: 42px;
            padding-left: 21px; }
        .header .actions .item.item-search-bar.active .item-close {
          display: block; }
      .header .actions .item.item-menu {
        display: none; }
      .header .actions .item .item-close {
        display: none;
        width: 21px;
        height: 21px;
        line-height: 21px;
        text-align: center;
        background: #555;
        color: #FFF;
        position: absolute;
        border-radius: 50%;
        right: 52px;
        top: 50%;
        margin-top: -10.5px;
        cursor: pointer; }

.footer {
  padding-bottom: 50px;
  background: #494949;
  color: #FFF; }
  .footer .wrapper {
    background: #494949; }
    .footer .wrapper:after {
      content: "";
      display: block;
      clear: both; }
  .footer .contact-us-info {
    float: left;
    width: 50%;
    padding-left: 50px;
    line-height: 30px; }
    .footer .contact-us-info .uifont {
      font-size: 18px;
      margin-right: 5px;
      vertical-align: -5%; }
  .footer .contact-us-qrcode {
    width: 50%;
    float: right;
    text-align: right; }
    .footer .contact-us-qrcode .item {
      width: 148px;
      height: 148px;
      text-align: center;
      display: inline-block;
      margin-left: 18px; }
      .footer .contact-us-qrcode .item .item-qrcode {
        line-height: 0; }
      .footer .contact-us-qrcode .item img {
        width: 100%; }
      .footer .contact-us-qrcode .item .item-title {
        line-height: 40px; }

.copyright {
  background: #767676;
  color: #FFF;
  line-height: 55px;
  text-align: center; }

.title-text {
  position: relative;
  font-size: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 40px; }
  .title-text:after {
    content: "";
    display: block;
    clear: both; }
  .title-text:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #57a71d;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px; }
  .title-text span {
    display: block;
    float: left;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px; }
  .title-text .item-en {
    text-align: right;
    color: #57a71d;
    font-weight: 600; }
  .title-text .item-cn {
    font-weight: 100;
    color: #525252;
    font-family: YouYuan; }

.title {
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: hidden;
  background-position: center 50px;
  background-repeat: no-repeat;
  text-indent: -9999em;
  margin-bottom: 45px; }

.title-contact-us {
  background-image: url(/Images/titles/title-contact-us.png); }

.title-contact-us-o {
  background-image: url(/Images/titles/title-contact-us-o.png); }

.title-about-us {
  background-image: url(/Images/titles/title-about-us.png); }

.title-products-o {
  background-image: url(/Images/titles/title-products-o.png); }

.title-products {
  background-image: url(/Images/titles/title-products.png); }

.title-news {
  background-image: url(/Images/titles/title-news.png); }

.title-certification {
  background-image: url(/Images/titles/title-certification.png); }

.title-exhibition {
  background-image: url(/Images/titles/title-exhibition.png); }

.title-factory {
  background-image: url(/Images/titles/title-factory.png); }

.title-join-us {
  background-image: url(/Images/titles/title-join-us.png); }

.title-office {
  background-image: url(/Images/titles/title-office.png); }

.title-partner {
  background-image: url(/Images/titles/title-partner.png); }

.title-workshop {
  background-image: url(/Images/titles/title-workshop.png); }

.title-service {
  background-image: url(/Images/titles/title-service.png); }

.slidebox li a {
  display: block;
  line-height: 0; }

.bg-theme {
  background: #57a71d; }

.no-data {
  padding-top: 240px;
  background: url(/Images/404.png) center center no-repeat;
  text-align: center;
  color: #dbd8d8;
  margin-bottom: 30px; }

/*类别*/
.categories {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 38px; }
  .categories:after {
    content: "";
    display: block;
    clear: both; }
  .categories .item {
    padding: 12px;
    width: 33.333333%;
    float: left; }
    .categories .item a {
      display: block;
      line-height: 60px;
      font-size: 18px;
      color: #515151;
      text-align: center;
      border: 1px solid rgba(120, 130, 140, 0.13);
      text-decoration: none;
      transition: all .5s ease-in-out; }
      .categories .item a:hover, .categories .item a.active {
        background: #57a71d;
        border-color: #57a71d;
        color: #FFF; }

.products {
  margin-left: -12px;
  margin-right: -12px; }
  .products:after {
    content: "";
    display: block;
    clear: both; }
  .products .item {
    padding: 12px;
    width: 25%;
    float: left; }
  .products .item-block {
    display: block;
    width: 100%;
    text-decoration: none; }
    .products .item-block:hover .item-photo:before, .products .item-block:hover .item-photo:after {
      opacity: .8; }
    .products .item-block:hover .item-title {
      background: #dbd8d8; }
  .products .item-photo {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative; }
    .products .item-photo:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity .2s ease-in-out; }
    .products .item-photo:after {
      content: "\e82e";
      display: block;
      font-family: "iconfont" !important;
      width: 90px;
      height: 90px;
      line-height: 90px;
      border-radius: 50%;
      text-align: center;
      background: #57a71d;
      opacity: 0;
      color: #FFF;
      font-size: 50px;
      margin-top: -45px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -45px;
      transition: opacity .2s ease-in-out; }
    .products .item-photo img {
      width: 100%; }
  .products .item-title {
    display: block;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    transition: background .2s ease-in-out;
    background: #ebebeb;
    color: #000; }
    .products .item-title span {
      display: block; }

.bg-theme .products .item-title {
  color: #FFF;
  background: rgba(255, 255, 255, 0.08); }

.bg-theme .products .item-block:hover .item-title {
  background: rgba(255, 255, 255, 0.2); }

.news-banner {
  padding-bottom: 50px; }
  .news-banner .bd li {
    position: relative;
    text-align: right; }
    .news-banner .bd li .item-photo {
      width: 55%;
      display: inline-block; }
      .news-banner .bd li .item-photo img {
        width: 100%; }
    .news-banner .bd li .item-info {
      display: block;
      text-decoration: none;
      padding: 40px;
      background: #57a71d;
      position: absolute;
      top: 50%;
      width: 50%;
      margin-top: -110px;
      left: 0;
      text-align: left;
      color: #fff;
      line-height: 22px; }
    .news-banner .bd li .item-title {
      display: block;
      font-size: 32px;
      margin-bottom: 10px;
      line-height: 40px; }
    .news-banner .bd li .item-date {
      display: block;
      margin-bottom: 10px; }
    .news-banner .bd li .item-desc {
      display: block; }

.pager {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  .pager a {
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    font-size: 14px;
    color: #515151;
    border: 1px solid rgba(120, 130, 140, 0.13);
    text-decoration: none;
    border-radius: 6px; }
    .pager a.active {
      background: #57a71d;
      color: #FFF;
      border-color: #57a71d; }

.slidebox {
  overflow: hidden;
  position: relative; }
  .slidebox .hd {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 5px;
    z-index: 1;
    text-align: center; }
    .slidebox .hd ul {
      overflow: hidden;
      zoom: 1; }
    .slidebox .hd li {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 5px;
      background: #f8f9fa;
      border-radius: 50%; }
      .slidebox .hd li.on {
        background: #57a71d; }
  .slidebox .bd {
    position: relative;
    height: 100%;
    z-index: 0; }
    .slidebox .bd li {
      zoom: 1;
      vertical-align: middle; }
    .slidebox .bd img {
      width: 100%;
      display: block; }

.goods {
  width: 100%;
  margin-bottom: 50px; }
  .goods:after {
    content: "";
    display: block;
    clear: both; }
  .goods .goods-photo {
    width: 572px;
    height: 572px;
    float: left; }
  .goods .goods-photos {
    width: 189px;
    height: 572px;
    float: left;
    padding-left: 12px;
    padding-right: 12px; }
    .goods .goods-photos .bd {
      height: 532px;
      padding-top: 3.5px;
      padding-bottom: 3.5px; }
    .goods .goods-photos .prev, .goods .goods-photos .next {
      display: block;
      width: 100%;
      line-height: 20px;
      height: 20px;
      text-align: center;
      text-decoration: none;
      font-size: 18px;
      background: #57a71d;
      color: #FFF; }
    .goods .goods-photos .item {
      display: block;
      line-height: 0;
      height: 175px;
      padding: 5px 0; }
  .goods img {
    width: 100%; }

.goods-attrs {
  width: 439px;
  float: left; }
  .goods-attrs .item {
    margin-bottom: 8px; }
    .goods-attrs .item:after {
      content: "";
      display: block;
      clear: both; }
    .goods-attrs .item .item-label, .goods-attrs .item .item-content {
      line-height: 50px;
      height: 50px;
      font-size: 16px;
      float: left;
      padding-left: 15px; }
    .goods-attrs .item .item-label {
      width: 45%;
      background: #57a71d;
      color: #FFF; }
    .goods-attrs .item .item-content {
      width: 55%;
      background: #dadada;
      border-left: 5px solid #FFF;
      color: #717171; }

.goods-detail {
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 12px 24px;
  margin-bottom: 15px; }
  .goods-detail h2 {
    font-weight: 400;
    color: #515151;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    font-family: YouYuan; }
  .goods-detail img {
    max-width: 100%; }

.news .item {
  background: #f5f5f5; }
  .news .item:after {
    content: "";
    display: block;
    clear: both; }
  .news .item .item-photo {
    width: 300px;
    height: 0;
    padding-bottom: 180px;
    overflow: hidden;
    float: left; }
    .news .item .item-photo img {
      width: 100%; }
  .news .item .item-content {
    width: 900px;
    padding: 20px 40px;
    float: left;
    color: #7d7d7d; }
  .news .item h2 {
    font-family: YouYuan;
    font-size: 22px;
    color: #57a71d;
    font-weight: 400;
    line-height: 40px; }
  .news .item .item-footer {
    line-height: 30px; }
  .news .item .item-desc {
    height: 70px;
    text-indent: 2em;
    padding-top: 20px; }
  .news .item .item-more {
    display: inline-block;
    float: right;
    border: 1.5px solid #57a71d;
    line-height: 26px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 26px;
    color: #57a71d;
    font-weight: 600;
    line-height: 28px;
    cursor: pointer;
    text-decoration: none; }

.news-content h1 {
  font-family: YouYuan;
  font-size: 22px;
  color: #57a71d;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  padding-top: 30px; }

.news-content .item-date {
  text-align: center;
  padding-bottom: 50px; }

.custom-content {
  padding-bottom: 50px; }
  .custom-content:after {
    content: "";
    display: block;
    clear: both; }
  .custom-content img {
    max-width: 100%; }

.tabs {
  margin-bottom: 52px; }
  .tabs:after {
    content: "";
    display: block;
    clear: both; }
  .tabs .item {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 24px;
    line-height: 62px;
    position: relative;
    padding-right: 31px;
    transition: all .2s ease-in-out; }
    .tabs .item:before {
      content: "";
      display: block;
      width: 31px;
      height: 62px;
      border-bottom-left-radius: 31px;
      border-top-left-radius: 31px;
      position: absolute;
      left: -31px;
      top: 0; }
    .tabs .item:first-child {
      border-bottom-left-radius: 31px;
      border-top-left-radius: 31px; }
    .tabs .item:last-child {
      border-bottom-right-radius: 31px;
      border-top-right-radius: 31px; }
    .tabs .item a {
      display: block;
      width: 100%;
      cursor: pointer;
      text-decoration: none;
      color: #FFF; }
    .tabs .item:hover {
      font-weight: 600; }
  .tabs .item-1 {
    background: #57a71d; }
  .tabs .item-2 {
    background: #24af85; }
    .tabs .item-2:before {
      background: #24af85; }
  .tabs .item-3 {
    background: #006738; }
    .tabs .item-3:before {
      background: #006738; }
  .tabs .item-4 {
    background: #fab142; }
    .tabs .item-4:before {
      background: #fab142; }

@media (max-width: 600px) {
  body:before {
    content: "";
    transition: all .3s ease-in-out; }
  .wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  body {
    padding-top: 60px; }
  .header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0; }
    .header .brand {
      width: 220px;
      height: 100%;
      background-size: 90%;
      background-position: 0 center; }
    .header .navs {
      opacity: 0;
      position: fixed;
      left: 0;
      top: 60px;
      right: 0;
      bottom: 0;
      height: 0;
      overflow: hidden; }
      .header .navs li {
        width: 100%;
        line-height: 40px;
        border-top: 1px solid rgba(120, 130, 140, 0.13); }
        .header .navs li .item {
          padding-left: 20px;
          padding-right: 20px; }
        .header .navs li.active .item:after, .header .navs li:hover .item:after {
          display: none; }
      .header .navs .sub-navs {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        height: auto;
        background: transparent;
        text-align: left;
        padding-left: 30px; }
        .header .navs .sub-navs a {
          display: inline-block;
          color: #515151;
          font-size: 12px;
          padding-left: 15px;
          padding-right: 15px; }
    .header ul {
      width: 100%; }
    .header .actions {
      height: 34px;
      margin-top: -15px;
      padding-right: 15px; }
      .header .actions .item {
        width: 34px;
        height: 34px;
        line-height: 34px;
        border-radius: 34px; }
        .header .actions .item .item-icon {
          width: 34px;
          height: 34px;
          font-size: 14px; }
        .header .actions .item.item-search-bar {
          display: none; }
        .header .actions .item.item-menu {
          display: block; }
          .header .actions .item.item-menu .item-icon:before, .header .actions .item.item-menu .item-icon:after {
            content: ""; }
          .header .actions .item.item-menu .item-icon span, .header .actions .item.item-menu .item-icon:before, .header .actions .item.item-menu .item-icon:after {
            display: block;
            width: 15px;
            height: 1px;
            background: #FFF;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -7.5px;
            margin-top: -0.5px;
            transition: all .2s ease-in-out; }
          .header .actions .item.item-menu .item-icon:before {
            margin-top: 5px; }
          .header .actions .item.item-menu .item-icon:after {
            margin-top: -5px; }
  .menu-in:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #FFF;
    z-index: 999; }
  .menu-in .header .actions .item-menu .item-icon span {
    opacity: 0; }
  .menu-in .header .actions .item-menu .item-icon:after {
    margin-top: -.5px;
    transform: rotate(45deg); }
  .menu-in .header .actions .item-menu .item-icon:before {
    margin-top: -.5px;
    transform: rotate(-45deg); }
  .menu-in .header {
    overflow: visible; }
    .menu-in .header .navs {
      opacity: 1;
      height: auto;
      padding-top: 64px;
      padding-bottom: 20px;
      overflow: scroll; }
    .menu-in .header .actions .item-search-bar {
      background: #FFF;
      display: block;
      position: fixed;
      top: 60px;
      left: 0;
      right: 0;
      width: 100% !important;
      height: 64px;
      padding: 15px;
      margin-left: 0;
      border-radius: 0; }
      .menu-in .header .actions .item-search-bar .search-bar {
        display: block;
        width: 100%;
        height: 34px;
        border-width: 1px;
        border-radius: 34px;
        padding-left: 15px;
        padding-right: 34px; }
        .menu-in .header .actions .item-search-bar .search-bar input {
          line-height: 32px;
          height: 32px; }
      .menu-in .header .actions .item-search-bar .item-icon {
        right: 15px;
        top: 50%;
        margin-top: -17px; }
        .menu-in .header .actions .item-search-bar .item-icon .uifont {
          font-size: 16px; }
  .title {
    background-size: 95%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
    background-position: center 20px; }
  .footer {
    padding-bottom: 20px; }
    .footer .contact-us-info {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; }
    .footer .contact-us-qrcode {
      width: 100%; }
      .footer .contact-us-qrcode:after {
        content: "";
        display: block;
        clear: both; }
      .footer .contact-us-qrcode .item {
        float: left;
        width: 50%;
        height: auto;
        padding: 20px 20px 0;
        margin-left: 0; }
  .products {
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding-bottom: 10px; }
    .products .item {
      width: 50%;
      padding: 6px; }
    .products .item-photo {
      margin-bottom: 5px; }
    .products .item-title {
      line-height: 20px;
      padding-top: 5px;
      padding-bottom: 5px; }
  .news-banner {
    padding-bottom: 20px; }
    .news-banner .hd {
      display: none; }
    .news-banner .bd li .item-photo {
      display: block;
      width: 100%; }
    .news-banner .bd li .item-info {
      width: 100%;
      margin-top: 0 !important;
      padding: 6px 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      top: auto;
      bottom: 0; }
    .news-banner .bd li .item-title {
      font-size: 14px;
      margin-bottom: 0;
      line-height: 22px;
      white-space: nowrap; }
    .news-banner .bd li .item-date, .news-banner .bd li .item-desc {
      display: none; }
  .categories {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 5px; }
    .categories .item {
      padding: 4px; }
      .categories .item a {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
        padding: 6px; }
  .custom-content {
    padding-bottom: 20px; }
  .pager {
    padding-top: 0;
    padding-bottom: 20px; }
  .title-text {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .title-text:before {
      display: none; }
    .title-text span {
      float: none;
      display: inline-block;
      padding: 0;
      text-align: left;
      width: auto; }
    .title-text .item-cn {
      padding-left: 20px;
      position: relative; }
      .title-text .item-cn:before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        background: #57a71d;
        border-radius: 50%;
        position: absolute;
        left: 8px;
        top: 50%;
        margin-top: -2px; }
  .goods {
    margin-bottom: 10px; }
  .goods-attrs {
    padding-top: 15px;
    width: 100%;
    float: none;
    margin-bottom: 0; }
    .goods-attrs .item {
      margin-bottom: 5px; }
      .goods-attrs .item .item-label, .goods-attrs .item .item-content {
        height: 34px;
        line-height: 34px;
        font-size: 14px; }
  .goods-detail {
    padding: 6px 12px;
    margin-bottom: 10px; }
    .goods-detail h2 {
      font-size: 14px;
      line-height: 22px; }
  .tabs {
    margin-bottom: 10px; }
    .tabs .item {
      width: 50%;
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 30px;
      padding: 0 10px;
      margin-bottom: 5px; }
      .tabs .item:before {
        display: none; }
      .tabs .item:first-child, .tabs .item.item-3 {
        border-bottom-left-radius: 31px;
        border-top-left-radius: 31px; }
      .tabs .item:last-child, .tabs .item.item-2 {
        border-bottom-right-radius: 31px;
        border-top-right-radius: 31px; } }

.swiper-slide a {
  display: block;
  line-height: 0; }

.swiper-slide img {
  max-width: 100%; }

.swiper-slide .swiper-block {
  position: relative;
  line-height: 0; }

.swiper-slide .swiper-title {
  display: block;
  line-height: 22px;
  padding: 3px 12px;
  background: #57a71d;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
