@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/fa-icon/iconfont.woff2") format("woff2"), url("/public/fonts/fa-icon/iconfont.woff") format("woff"), url("/public/fonts/fa-icon/iconfont.ttf") format("truetype"); }
.container {
  margin: 0 auto; }

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px; } }
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px; } }
html, body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 1600px) {
    html, body {
      font-size: 16px; } }

.formSet input, .formSet textarea {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
  .formSet input:hover, .formSet textarea:hover {
    border: 1px solid #666;
    border-radius: 5px; }
.formSet input {
  height: 50px;
  line-height: 50px; }
.formSet textarea {
  height: 150px;
  line-height: 30px;
  overflow-y: scroll; }
.formSet input[type=submit] {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }

a {
  color: #333; }
  a:hover {
    color: #108343; }

.topSticky {
  background-color: #fff; }
  .topSticky.sticky {
    box-shadow: 2px 2px 7px rgba(70, 70, 70, 0.2);
    cursor: pointer; }

.logo-tel {
  margin: 20px 0; }
  .logo-tel .list {
    justify-content: space-between; }
  .logo-tel .logo-box {
    display: flex;
    color: #333; }
    .logo-tel .logo-box .logotxt {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .logo-tel .logo-box .logotxt .box {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #ddd;
        line-height: 24px; }
        .logo-tel .logo-box .logotxt .box .text-1 {
          color: #d52a4b;
          font-size: 16px;
          font-weight: bold; }
        .logo-tel .logo-box .logotxt .box .text-2 {
          font-size: 14px;
          font-weight: bold;
          color: #444; }
  .logo-tel .tel {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .logo-tel .tel .mun {
      position: relative;
      padding-left: 50px; }
      .logo-tel .tel .mun:before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        color: #108343;
        font-size: 40px; }
    .logo-tel .tel .txt {
      color: #555; }
    .logo-tel .tel .tel-num {
      font-family: "宋体";
      font-size: 24px;
      font-weight: bold;
      line-height: 20px; }

.main-nav {
  margin-top: 20px;
  background-color: #108343; }
  .main-nav .nav-ul-1 {
    justify-content: space-between; }
    .main-nav .nav-ul-1 .nav-li-1 {
      position: relative;
      z-index: 999999; }
      .main-nav .nav-ul-1 .nav-li-1:hover .nav-a-1 {
        background-color: #3f983b; }
      .main-nav .nav-ul-1 .nav-li-1:hover .nav-dl-2 {
        display: block;
        opacity: 1; }
    .main-nav .nav-ul-1 .nav-a-1 {
      display: block;
      color: #fff;
      text-align: center;
      padding: 0 40px;
      height: 50px;
      line-height: 50px; }
    .main-nav .nav-ul-1 .nav-dl-2 {
      display: none;
      opacity: 0;
      transition: 500ms;
      position: absolute;
      z-index: 3;
      top: 100%;
      left: 0;
      min-width: 100%;
      background-color: #108343;
      border-top: 1px solid #fff; }
      .main-nav .nav-ul-1 .nav-dl-2 .nav-a-2 {
        display: block;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-top: 1px solid #fff;
        color: #fff;
        padding: 0 10px; }
        .main-nav .nav-ul-1 .nav-dl-2 .nav-a-2:hover {
          background-color: #3f983b; }

.index-item {
  margin-top: 60px; }
  .index-item .sort-box .sort-name {
    text-align: center;
    font-size: 36px;
    font-weight: 600; }
  .index-item .sort-box .sort-sub-name {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666; }

.index-peisong .list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 30px;
  grid-column-gap: 30px; }
  .index-peisong .list > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .index-peisong .list .item .outer-div .pic {
    padding-bottom: 60%; }
    .index-peisong .list .item .outer-div .pic img {
      transition: 500ms; }
  .index-peisong .list .item .outer-div .title {
    height: 30px;
    line-height: 30px;
    text-align: center; }
  .index-peisong .list .item .outer-div:hover .pic img {
    transform: scale(1.06); }
.index-peisong .more-div {
  margin: 40px auto 0;
  text-align: center; }
.index-peisong .more {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background-color: #f59f20;
  border-radius: 25px;
  color: #fff; }
  .index-peisong .more:hover {
    background-color: #3f983b; }

.index-jidi {
  margin-top: 0;
  background: url("/runtime/jpg/64/c9/68/30/8f/bebb1fae6e9a85926feda7.jpg") no-repeat top center;
  height: 530px;
  padding-top: 40px; }
  .index-jidi .roll-box {
    margin-top: 40px;
    border: 10px solid #fff;
    background-color: #fff; }
    .index-jidi .roll-box .outer-div {
      border: 1px solid #eee;
      padding: 5px;
      display: block; }
      .index-jidi .roll-box .outer-div img {
        width: 340px;
        height: 240px;
        max-width: 100%;
        object-fit: cover; }
      .index-jidi .roll-box .outer-div .title {
        text-align: center;
        margin-top: 10px;
        border-top: 1px solid #eee;
        height: 40px;
        line-height: 40px; }

.index-adv {
  margin-top: 0;
  position: relative;
  padding: 80px 0 80px;
  width: 100%;
  background: linear-gradient(to bottom, #108343 60%, #f5f5f6 60%); }
  .index-adv .sort-box .sort-name {
    color: #fff; }
    .index-adv .sort-box .sort-name i {
      font-style: normal;
      font-size: 36px;
      padding: 0 5px; }
  .index-adv .sort-box .sort-sub-name {
    color: #fff; }
  .index-adv:before {
    content: "";
    background: url("/runtime/png/04/a8/40/d1/70/0cbbf1589c99d8ab16e7a7.png");
    width: 117px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .index-adv .main-box {
    margin-top: 30px; }
  .index-adv .sub-nav {
    justify-content: space-between; }
    .index-adv .sub-nav .item {
      width: 200px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background-color: #fff; }
      .index-adv .sub-nav .item.active {
        background-color: #f59f20; }
  .index-adv .panels-box {
    margin-top: 30px; }
    .index-adv .panels-box .show-panel {
      display: none; }
      .index-adv .panels-box .show-panel.active {
        display: block; }
    .index-adv .panels-box .item {
      background-color: #fff; }
      .index-adv .panels-box .item .pic {
        width: 600px;
        flex: 0 0 auto;
        margin-right: 30px;
        height: 400px; }
      .index-adv .panels-box .item .text-box {
        margin: 50px;
        position: relative; }
        .index-adv .panels-box .item .text-box .title {
          font-size: 26px;
          font-weight: bold;
          padding-bottom: 25px;
          margin-bottom: 25px;
          border-bottom: 1px solid #ddd; }
        .index-adv .panels-box .item .text-box .ico-list {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          justify-content: space-between; }
          .index-adv .panels-box .item .text-box .ico-list span {
            height: 80px;
            line-height: 80px;
            border: 1px dashed #ddd;
            display: block;
            padding: 0 30px;
            font-size: 20px;
            font-weight: bold; }

.index-about {
  background-color: #108343;
  padding: 60px 0 40px;
  margin-top: 0;
  color: #fff; }
  .index-about .sort-box .sort-name {
    color: #fff; }
    .index-about .sort-box .sort-name i {
      font-style: normal;
      font-size: 36px;
      padding: 0 5px; }
  .index-about .sort-box .sort-sub-name {
    color: #fff; }
  .index-about .main-box {
    margin-top: 40px; }
    .index-about .main-box .pic {
      flex: 0 0 auto;
      margin-right: 20px; }
    .index-about .main-box .text-box {
      flex: 1 1 auto; }
      .index-about .main-box .text-box h4 {
        font-size: 24px;
        font-weight: bold;
        padding: 5px 0 10px; }
      .index-about .main-box .text-box .des {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        line-height: 30px;
        height: 210px;
        text-indent: 2em;
        font-size: 16px; }
      .index-about .main-box .text-box .more {
        display: inline-block;
        margin-top: 40px;
        margin-left: 40px;
        color: #fff; }
        .index-about .main-box .text-box .more:hover {
          color: #f59f20; }

.index-supplier .roll-box {
  margin-top: 40px; }
  .index-supplier .roll-box .item .outer-div {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 5px; }
    .index-supplier .roll-box .item .outer-div:hover .title {
      transform: translateY(0); }
  .index-supplier .roll-box .item img {
    width: 240px;
    height: 120px;
    max-width: 100%;
    object-fit: contain; }
  .index-supplier .roll-box .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
    transform: translateY(100%);
    transition: 300ms; }

.index-adv2 {
  background: url("/runtime/jpg/cf/fb/5e/e8/f0/8ea4f046a15217a85b3c64.jpg");
  height: 200px;
  color: #fff; }
  .index-adv2 .container {
    height: 100%;
    justify-content: space-between;
    align-items: center; }
  .index-adv2 .left-box h3 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 50px;
    margin-bottom: 10px; }
  .index-adv2 .right-box {
    text-align: center; }
    .index-adv2 .right-box .link {
      display: inline-block;
      padding: 0 35px;
      height: 38px;
      line-height: 38px;
      background-color: #f59f20;
      color: #fff;
      border-radius: 30px; }
    .index-adv2 .right-box .tel {
      margin-top: 20px;
      font-size: 20px;
      font-weight: bold; }
      .index-adv2 .right-box .tel i {
        font-size: 28px;
        font-family: "宋体"; }

.index-news .left-box{ width:780px; overflow: hidden; margin-right: 50px;}
.index-news  .left-box-path-1{ width:410px; margin-right: 20px;}
.index-news  .left-box-path-1 .roll-box{overflow: hidden; }
.index-news  .left-box-path-1 .item{ position: relative;}
.index-news  .left-box-path-1 .item-a{ display: block;}
.index-news  .left-box-path-1 .title{width:100%; height: 36px; line-height: 36px; text-align: center;background-color: rgba(0,0,0,0.6); color:#fff; position: absolute; left:0; bottom:0; }
.index-news .item .time{ margin-left: 10px;}

.index-news .title-box {
    width: 100%;
    line-height: 22px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
    position: relative;;
}
.index-news .title-box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1048a0;
}
.index-news .title-box h3:before {
    content: "";
    width: 4px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: #1048a0;
}

.index-news .title-box .more-a {
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
    color: #575757;
    transition: all ease 300ms;
}
.index-news .title-box .more-a:hover{ right: 0;}

.index-news .left-box-path-2 .item
,.index-news .right-box .item{
    height: 38px; line-height: 38px; margin-bottom: 1px; border-bottom: 1px dashed #eee;
}

.index-news .roll-box-2 {
    margin-top: 20px;
    overflow: hidden; }
.index-news .roll-box-2 .item {
    white-space: nowrap;
    flex: none;
    display: block;
    overflow: hidden;
    width: 200px;
    padding-right: 20px;
    text-overflow: ellipsis;
    font-size: 16px; }

.footer-separate {
  margin-top: 40px;
  height: 5px;
  width: 100%;
  background-color: #108343; }

.footer-links {
  background-color: #1f1f1f; }
  .footer-links .links {
    padding: 25px 0;
    border-bottom: 1px solid #999; }
    .footer-links .links .item {
      margin-right: 20px; }
      .footer-links .links .item a {
        color: #999; }

.footer-contact {
  padding: 50px 0;
  background-color: #1f1f1f;
  color: #999; }
  .footer-contact a {
    color: #999; }
  .footer-contact .main-box {
    justify-content: space-between; }
  .footer-contact .flogo {
    text-align: center; }
    .footer-contact .flogo img {
      margin-bottom: 30px; }
    .footer-contact .flogo .f_tel {
      font-size: 15px;
      color: #fff; }
      .footer-contact .flogo .f_tel span {
        font-size: 30px;
        font-weight: bold;
        font-family: "宋体";
        color: #108343; }
  .footer-contact .foootnav h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px; }
  .footer-contact .foootnav .cf {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    grid-template-rows: auto;
    grid-row-gap: 0px;
    grid-column-gap: 10px; }
    .footer-contact .foootnav .cf > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .footer-contact .foootnav .cf li {
      height: 30px;
      line-height: 30px; }
  .footer-contact .foootcontact h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px; }
  .footer-contact .foootcontact p {
    height: 30px;
    line-height: 30px; }

.footer-copyright {
  background-color: #0b0b0b;
  padding: 1vw 0;
  color: #fff;
  font-size: 14px; }
  .footer-copyright a {
    color: #fff; }
  .footer-copyright .copyright {
    justify-content: center; }
    .footer-copyright .copyright span {
      padding: 0 20px; }

.currLocation .container {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd; }
  .currLocation .container .nav_x:before {
    margin-right: 10px;
    color: #c10001; }

.page-area {
  margin: 40px auto; }

.page-left-box {
  width: 260px;
  flex: 0 0 auto;
  margin-right: 20px; }
  .page-left-box .left-sub-nav {
    border: 2px solid #108343;
    background-color: #fff; }
    .page-left-box .left-sub-nav .name {
      height: 70px;
      line-height: 70px;
      background-color: #108343;
      color: #fff;
      text-align: center;
      font-size: 24px;
      font-weight: bold; }
    .page-left-box .left-sub-nav .category {
      padding: 0 20px; }
      .page-left-box .left-sub-nav .category .nav-a {
        position: relative;
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 15px;
        font-weight: bold;
        border-bottom: 1px solid #888; }
        .page-left-box .left-sub-nav .category .nav-a:before {
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          color: #ddd;
          font-size: 26px; }
        .page-left-box .left-sub-nav .category .nav-a:hover:before {
          color: #108343; }
      .page-left-box .left-sub-nav .category .sub-nav:last-child .nav-a {
        border-bottom: none; }
  .page-left-box .hotnews {
    margin-top: 40px;
    border: 2px solid #108343;
    background-color: #fff; }
    .page-left-box .hotnews .title {
      height: 70px;
      line-height: 70px;
      background-color: #108343;
      color: #fff;
      text-align: center;
      font-size: 24px;
      font-weight: bold; }
    .page-left-box .hotnews .hotnewsbd {
      padding: 0 20px; }
      .page-left-box .hotnews .hotnewsbd a {
        display: block;
        height: 40px;
        line-height: 40px;
        position: relative;
        padding-left: 25px; }
        .page-left-box .hotnews .hotnewsbd a:before {
          content: "";
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background-color: #c10001;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }

.page-right-box {
  flex: 1 1 auto; }

.about-content .title-box {
  text-align: center;
  padding-bottom: 20px;
  position: relative; }
  .about-content .title-box:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #c10001;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }
  .about-content .title-box .sort-name {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    text-align: center; }
.about-content .about_des {
  margin-top: 40px;
  background-color: #f8f8f8;
  padding: 30px; }
  .about-content .about_des .pic {
    flex: 0 0 auto;
    margin-right: 30px; }
    .about-content .about_des .pic img {
      height: 100%;
      object-fit: cover; }
  .about-content .about_des .txt-box {
    flex: 1 1 auto; }
    .about-content .about_des .txt-box h3 {
      font-size: 24px;
      font-weight: 500;
      height: 24px;
      margin-bottom: 20px;
      color: #108343; }
    .about-content .about_des .txt-box p {
      font-size: 16px;
      text-indent: 2em;
      letter-spacing: 1px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 10;
      line-height: 32px;
      height: 320px; }

.about_adv {
  margin-top: 60px; }
  .about_adv .title-box {
    text-align: center;
    padding-bottom: 8px;
    position: relative; }
    .about_adv .title-box:before {
      content: "";
      width: 40px;
      height: 2px;
      background-color: #c10001;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
    .about_adv .title-box .sort-name {
      font-size: 24px;
      font-weight: bold;
      line-height: 36px;
      text-align: center; }
    .about_adv .title-box p {
      font-size: 18px;
      font-weight: normal;
      font-family: Arial;
      text-transform: uppercase;
      line-height: 2;
      color: #999; }
  .about_adv .list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px; }
    .about_adv .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .about_adv .list li {
      text-align: center; }
      .about_adv .list li h3 {
        font-size: 18px;
        font-weight: bold;
        color: #108343;
        margin: 10px auto 18px auto; }

.danye-content .title-box {
  text-align: center;
  padding-bottom: 20px;
  position: relative; }
  .danye-content .title-box:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #c10001;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }
  .danye-content .title-box .sort-name {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    text-align: center; }
.danye-content .content {
  margin-top: 40px; }

.contact-box .title-box {
  text-align: center;
  padding-bottom: 8px;
  position: relative; }
  .contact-box .title-box:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #c10001;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }
  .contact-box .title-box .sort-name {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    text-align: center; }
  .contact-box .title-box p {
    font-size: 18px;
    font-weight: normal;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 2;
    color: #999; }
.contact-box .contact_info {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 10px;
  grid-column-gap: 10px; }
  .contact-box .contact_info > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .contact-box .contact_info li {
    padding: 30px;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5px; }
    .contact-box .contact_info li .txt {
      position: relative;
      padding-top: 90px; }
      .contact-box .contact_info li .txt:before {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        font-size: 70px;
        line-height: 70px;
        color: #108343; }
      .contact-box .contact_info li .txt p {
        color: #108343;
        margin-top: 15px; }

.messages-map {
  margin-top: 40px; }
  .messages-map .messages-box {
    min-width: 500px;
    flex: 0 0 auto;
    margin-right: 30px; }
    .messages-map .messages-box .title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px; }
    .messages-map .messages-box .msg_input, .messages-map .messages-box .msg_textarea {
      width: 100%;
      border: 1px solid #ddd;
      height: 36px;
      line-height: 36px;
      padding: 0 10px;
      margin-bottom: 10px; }
    .messages-map .messages-box .msg_textarea {
      height: 200px;
      padding: 10px;
      line-height: 24px; }
    .messages-map .messages-box .login_btn {
      display: block;
      cursor: pointer;
      width: 100%;
      text-align: center;
      height: 40px;
      line-height: 40px;
      color: #fff;
      background-color: #108343;
      font-size: 16px;
      font-weight: bold; }
      .messages-map .messages-box .login_btn:hover {
        background-color: #3f983b; }
  .messages-map .map-box {
    min-width: 500px;
    flex: 1 1 auto; }

.list-img {
  grid-gap: 20px 20px; }
  .list-img .item {
    box-shadow: 0 0 5px 1px #eee; }
    .list-img .item .outer-div {
      position: relative;
      overflow: hidden; }
    .list-img .item .box {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 3;
      transform: translateX(100%);
      transition: 500ms; }
      .list-img .item .box .bar {
        color: #fff;
        background-color: #333;
        padding: 10px; }
        .list-img .item .box .bar:hover {
          background-color: #f59f20; }
        .list-img .item .box .bar + .bar {
          margin-top: 2px; }
    .list-img .item .title {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      z-index: 2;
      background-color: rgba(221, 221, 221, 0.6);
      color: #333;
      text-align: center;
      height: 64px;
      line-height: 64px; }
    .list-img .item:hover .title {
      background-color: #108343;
      color: #fff; }
    .list-img .item:hover .box {
      transform: translateX(0); }

.list-news {
  grid-row-gap: 20px;
  grid-column-gap: 20px; }
  .list-news .item {
    padding: 30px;
    border: 1px solid #ddd; }
    .list-news .item .pic {
      width: 240px;
      flex: 0 0 auto;
      margin-right: 30px; }
      .list-news .item .pic img {
        height: 100%;
        object-fit: cover; }
    .list-news .item .text-box .title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px; }
    .list-news .item .text-box .date {
      font-size: 12px;
      font-weight: normal;
      color: #666; }
    .list-news .item .text-box .desc {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 22px;
      height: 66px;
      color: #666;
      margin-top: 10px; }
    .list-news .item .text-box .link {
      margin-top: 20px;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
      background-color: #108343;
      color: #fff; }
      .list-news .item .text-box .link:hover {
        background-color: #3f983b; }

.show-news .contentBox .title {
  text-align: center; }
.show-news .contentBox .time {
  text-align: center;
  margin: 10px 0;
  padding: 10px;
  font-size: 12px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.show-pro .contentBox .title {
  text-align: center; }
.show-pro .big-roll-box {
  margin-left: auto;
  margin-right: auto; }
.show-pro .small-roll-box {
  background-color: #eee; }
  .show-pro .small-roll-box .pic {
    box-sizing: content-box;
    margin: 10px 0;
    padding: 5px;
    border: 3px solid #ddd;
    background-color: #fff;
    opacity: 0.6; }
  .show-pro .small-roll-box .swiper-slide-thumb-active .pic {
    opacity: 1;
    border-color: #333; }
.show-pro .content {
  margin-top: 40px; }


