@keyframes FadeUp {
  from {
    top: 209px;
  }

  to {
    top: 0px;
  }
}

.active {
  color: #03b8cc !important;
}

.product-fresh-banner {
  background-color: #fff;
  padding: 120px 0px 70px 0px;
  width: 100%;
  text-align: center;
}

.product-fresh-banner h2 {
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
}

.product-fresh-banner h3 {
  color: #444444;
  text-align: center;
  margin-bottom: 50px;
}

.product-fresh-banner h5 {
  margin-top: 30px;
  line-height: 32px;
}

.product-fresh-banner .production-feature {
  width: 100%;
  height: 580px;
  position: relative;
  text-align: center;
}

.product-fresh-banner .production-feature .swiper-container {
  height: 100%;
}

.product-fresh-banner .production-feature .swiper-slide {
  padding: 20px 0px;
  color: #555555;
  text-align: center;
}

.product-fresh-banner .production-feature .swiper-slide .row {
  margin: 0;
}

.product-fresh-banner .production-feature .swiper-slide .item {
  padding: 20px 0px;
  min-height: 250px;
}

.product-fresh-banner .production-feature .swiper-slide .item h5 {
  margin: 20px 0px 10px 0px;
  font-size: 18px;
  color: #444;
}

.product-fresh-banner .production-feature .swiper-slide .item p {
  width: 80%;
  margin: 10px auto 0 auto;
  font-size: 14px;
  line-height: 24px;
  color: #888;
}

.product-fresh-banner .production-feature .production-pagination {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.product-fresh-banner .production-feature .swiper-pagination-switch {
  display: inline-block;
  background: #c5c5c5;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 100%;
}

.product-fresh-banner .production-feature .swiper-active-switch {
  background: #03b8cc;
  border-radius: 8px;
  width: 19px;
  margin: 0 3px;
  height: 10px;
}

.product-fresh-banner .arrow-left {
  position: absolute;
  left: 10px;
  top: 32%;
  height: 70px;
  width: 60px;
  background-image: url('../slice/fresh/arrow-left.png');
  background-repeat: no-repeat;
}

.product-fresh-banner .arrow-right {
  position: absolute;
  right: 10px;
  top: 32%;
  width: 60px;
  height: 70px;
  background-image: url('../slice/fresh/arrow-right.png');
  background-repeat: no-repeat;
}

.production-banner {
  background-color: #fff;
  padding:0px;margin-top: 40px;
  width: 100%;overflow: hidden;
  text-align: center; padding-top: 20px;
}
.production-banner p{margin: 0 auto;
    color: #000;
    text-align: left;
    width: 90%;
    line-height: 26px;
    font-size: 18px;}
.production-banner h3 {
  color: #444444;
  text-align: center;
  margin-bottom: 90px;
}

.production-banner h5 {
  margin-top: 30px;
  line-height: 32px;
}

.production-banner .production-feature {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

.production-banner .production-feature .item {
  text-align: center;  padding: 20px 0;
  margin-bottom: 40px; float: left; width: 30%; margin-right: 5%;
}
.production-banner .production-feature .item.tyui3 {margin-right: 0%;}
.production-banner .production-feature .item.tyui4 {margin-right: 5%; margin-left: 17%;}
.production-banner .production-feature .item.tyui5 {margin-right: 5%; margin-left: 5%;} 
 
.production-banner .production-feature .item:hover {box-shadow: 0 0 10px rgba(0,0,0,0.4);}
 
.production-banner .production-feature .item .swiper-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
}


.production-banner .production-feature .item .summary h5 {
  font-size: 16px;
  color: #444;
  margin-top: 18px;
   min-height:65px; margin: 0 25px;
}

.production-banner .production-feature .item .summary p {
  width: 80%;
  margin: 0px auto 0 auto;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  min-height:80px;
}

.production-banner .production-feature .item .summary1 p {
  width: 85%;
  margin: 0px auto 0 auto;
  font-size: 14px;
  line-height: 26px;
  color: #888;
}

.production-banner .production-feature .item  .summary2i{ padding: 10px 0;}
.production-banner .production-feature .item  .summary2i h5{margin-top: 0px;
    line-height: 32px; font-size: 17px;}

.production-banner .production-feature .item  .summary2i p{  width: 80%;
  margin: 0px auto 0 auto;
  font-size: 14px;
  line-height: 24px;
  color: #888;}







.production-banner .arrow-left {
  position: absolute;
  left: 10px;
  top: 32%;
  height: 70px;
  width: 60px;
  background-image: url('../slice/fresh/arrow-left.png');
  background-repeat: no-repeat;
}

.production-banner .arrow-right {
  position: absolute;
  right: 10px;
  top: 32%;
  width: 60px;
  height: 70px;
  background-image: url('../slice/fresh/arrow-right.png');
  background-repeat: no-repeat;
}

.stern {
  padding: 120px 0 94px 0;
  text-align: center;
  position: relative;
  background-color: #f4f8fb;
}

.stern .stern-list {
  position: relative;
  margin: 60px auto 0px auto;
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.stern .stern-list .stern-list-item {
  
  margin-bottom: 25px;
  overflow: hidden;
}

.stern .stern-list .stern-list-item:hover:not(.more-function) .stern-list-all {
  animation: FadeUp 0.4s ease;
  height: 324px;
  top: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.stern .stern-list .stern-list-item:hover:not(.more-function) .stern-list-all li {
  visibility: visible;
  list-style-type: none;
}

.stern .stern-list .stern-list-item:hover:not(.more-function) .stern-list-all .title,
.stern .stern-list .stern-list-item:hover:not(.more-function) .stern-list-all .no-disc {
  list-style-type: none;
}

.stern .stern-list .stern-img {
  width: 100%; background: #fff; padding-top: 20px;
  height: auto;
}

.stern .stern-list .stern-img img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.stern .stern-list .stern-list-all {

  height: 60px;
  background-color: #fff;
  padding: 14px 24px 0px 24px;
  text-align: left;
  list-style-type: none;
  overflow: hidden;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.stern .stern-list .stern-list-all .title {
  font-size: 16px;
  color: #444;
  text-align: left;
  list-style-type: none;
  visibility: visible;
}

.stern .stern-list .stern-list-all li {
  margin: 10px 0px;
  font-size: 14px;text-align: center;
  line-height: 22px; height: 22px; overflow: hidden;
  color: #888;
  visibility: hidden;
  list-style-type: none;
}

.stern .stern-list .stern-list-all .special {
  visibility: visible;
}

.stern .stern-list .stern-list-all .experiences {
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin: 15px 0;
  background-color: #fa7727;
  background-image: linear-gradient(-90deg, #fa7727 0%, #fda40e 100%);
  width: 120px;
  height: 40px;
  padding: 0 15px;
  outline: none;
  border-radius: 100px;
}

.stern .stern-list .stern-list-all .no-disc {
  list-style-type: none;
}
/* 生鲜专版硬件购买入口样式 begin */

.download .shengxian_buy {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}
.download .table-btn-yellow {
  display: inline-block;
  background-color: #fa7727;
  background-image: linear-gradient(-90deg, #fa7727 0%, #fda40e 100%);
  border-radius: 16px;
  width: 88px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-align: center !important;
  cursor: pointer;
  margin-left: 40px;
}

.download .table-btn-yellow:hover {
    box-shadow: 2px 8px 33px -5px #ec9d3a;
}

/* 生鲜专版硬件购买入口样式 end */


@media screen and (min-width: 992px) {
  .industry {
    padding: 0 15px;
    height: 740px;
    position: relative;
    background-image: url("../img/dinghuo/customerbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .industry .container {
    padding: 0px;
  }

  .industry .industry-title {
    color: #fff;
    padding: 120px 0px 80px 0px;
    margin-bottom: 80px;
  }

  .industry .swiper-container {
    z-index: 10;
    position: absolute;
    margin: auto;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    color: #444444;
    text-align: center;
    height: 400px;
    z-index: 11;
    width: 1226px;
  }

  .industry .swiper-container .swiper-slide {
    background-color: #fff;
    width: 100%;
    padding: 102px 160px;
    box-sizing: border-box;
  }

  .industry .swiper-container .industry-avatar {
    width: 160px;
    height: 160px;
    position: relative;
    border-radius: 50%;
    background-color: #d8d8d8;
    margin: 0 auto;
  }

  .industry .swiper-container .industry-avatar img {
    left: 0;
    bottom: 0;
  }

  .industry .swiper-container .industry-name {
    margin: 20px 0px 25px 0px;
    font-size: 14px;
    line-height: 36px;
    color: #444;
    text-align: center;
    font-weight: bolder;
  }

  .industry .swiper-container .industry-description {
    color: #666666;
  }

  .industry .swiper-container ul {
    text-align: left;
    list-style: disc;
    display: block;
  }

  .industry .swiper-container ul.col-lg-4 {
    margin-left: 32px;
  }

  .industry .swiper-container ul .special {
    list-style: none;
    font-size: 24px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .industry .swiper-container ul li {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    padding: 0px 15px;
    margin-bottom: 20px;
    position: relative;
    list-style-type: none;
  }

  .industry .swiper-container ul li:before {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999;
    content: '';
  }

  .industry .swiper-container .swiper-button-next {
    position: absolute;
    top: 165px;
    left: 24px;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
  }

  .industry .swiper-container .swiper-button-next i {
    font-size: 36px;
    line-height: 70px;
  }

  .industry .swiper-container .swiper-button-next:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .industry .swiper-container .swiper-button-next:hover i {
    color: #fff!important;
  }

  .industry .swiper-container .swiper-button-prev {
    position: absolute;
    top: 165px;
    right: 24px;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
  }

  .industry .swiper-container .swiper-button-prev i {
    font-size: 36px;
    line-height: 70px;
  }

  .industry .swiper-container .swiper-button-prev:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .industry .swiper-container .swiper-button-prev:hover i {
    color: #fff!important;
  }

  .industry .industry-pagination {
    display: block;
    bottom: 20px;
  }

  .industry .industry-pagination .swiper-active-switch {
    background: #fff;
  }

  .industry .industry-pagination .swiper-pagination-switch {
    background: #c5c5c5;
  }

  /* 生鲜*/

  .industry.fresh-industry {
    padding: 0 15px;
    height: 740px;
    position: relative;
    background-image: url("../img/dinghuo/customerbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .industry.fresh-industry .container {
    padding: 0px;
  }

  .industry.fresh-industry .industry-title {
    color: #fff;
    padding: 60px 0px 80px 0px;
    margin-bottom: 80px;
  }

  .industry.fresh-industry .swiper-container {
    z-index: 10;
    position: absolute;
    margin: auto;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    color: #444444;
    text-align: center;
    height: 500px;
    z-index: 11;
    width: 1226px;
  }

  .industry.fresh-industry .swiper-container .swiper-slide {
    background-color: #fff;
    width: 100%;
    padding: 102px 40px;
    box-sizing: border-box;
  }

  .industry.fresh-industry .swiper-container .industry-avatar {
    width: 160px;
    height: 160px;
    position: relative;
    border-radius: 50%;
    background-color: #d8d8d8;
    margin: 0 auto;
  }

  .industry.fresh-industry .swiper-container .industry-avatar img {
    left: 0;
    bottom: 0;
  }

  .industry.fresh-industry .swiper-container .industry-name {
    margin: 20px 0px 25px 0px;
    font-size: 14px;
    line-height: 36px;
    color: #444;
    text-align: center;
    font-weight: bolder;
  }

  .industry.fresh-industry .swiper-container .industry-description {
    color: #666666;
  }

  .industry.fresh-industry .swiper-container ul {
    text-align: left;
    list-style: disc;
    display: block;
  }

  .industry.fresh-industry .swiper-container ul.col-lg-4 {
    margin-left: 32px;
  }

  .industry.fresh-industry .swiper-container ul .special {
    list-style: none;
    font-size: 24px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .industry.fresh-industry .swiper-container ul li {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    padding: 0px 15px;
    margin-bottom: 20px;
    position: relative;
    list-style-type: none;
  }

  .industry.fresh-industry .swiper-container ul li:before {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999;
    content: '';
  }

  .industry.fresh-industry .swiper-container .swiper-button-next {
    position: absolute;
    top: 165px;
    left: 24px;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
  }

  .industry.fresh-industry .swiper-container .swiper-button-next i {
    font-size: 36px;
    line-height: 70px;
  }

  .industry.fresh-industry .swiper-container .swiper-button-next:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .industry.fresh-industry .swiper-container .swiper-button-next:hover i {
    color: #fff!important;
  }

  .industry.fresh-industry .swiper-container .swiper-button-prev {
    position: absolute;
    top: 165px;
    right: 24px;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
  }

  .industry.fresh-industry .swiper-container .swiper-button-prev i {
    font-size: 36px;
    line-height: 70px;
  }

  .industry.fresh-industry .swiper-container .swiper-button-prev:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .industry.fresh-industry .swiper-container .swiper-button-prev:hover i {
    color: #fff!important;
  }

  .industry.fresh-industry .industry-pagination {
    display: block;
    bottom: 20px;
  }

  .industry.fresh-industry .industry-pagination .swiper-active-switch {
    background: #fff;
  }

  .industry.fresh-industry .industry-pagination .swiper-pagination-switch {
    background: #c5c5c5;
  }

  .download {
    padding: 120px 0;
    width: 100%;
  }

  .download h3 {
    margin-bottom: 50px;
  }

  .download .container .col-lg-4 {
    margin-bottom: 24px;
  }

  .download .container .download-item-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .download .container .download-item-wrapper .download-item {
    display: block;
    background-color: #f5f6fa;
    height: 260px;
    width: 260px;
    margin: 0 auto;
  }

  .download .container .download-item-wrapper .download-item h3 {
    margin-bottom: 20px!important;
  }

  .download .container .download-item-wrapper .download-item .content {
    position: relative;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .download .container .download-item-wrapper .download-item i {
    margin: 0 auto;
    display: block;
    background-repeat: no-repeat;
  }

  .download .container .download-item-wrapper .download-item i.barcode {
    background-image: url('../img/dinghuo/sprite.png');
    background-position: -160px -420px;
    width: 100px;
    height: 100px;
  }

  .download .container .download-item-wrapper .download-item i.apple {
    background-image: url('../img/dinghuo/sprite.png');
    background-position: 0px -420px;
    width: 80px;
    height: 100px;
  }

  .download .container .download-item-wrapper .download-item i.android {
    background-image: url('../img/dinghuo/sprite.png');
    background-position: -80px -420px;
    width: 80px;
    height: 100px;
  }

  .download .container .download-item-wrapper .download-item i.fresh-download {
    background-image: url('../img/fresh/sprite.png');
    background-position: 0px 0px;
    width: 80px;
    height: 80px;
  }

  .download .container .download-item-wrapper .download-item i.fresh-barCode {
    background-image: url('../img/fresh/sprite.png');
    background-position: -80px 10px;
    width: 100px;
    height: 120px;
  }

  .download .container .download-item-wrapper .download-item a {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #555555;
    margin-top: 24px;
  }

  .download .container .download-item-wrapper .download-item:hover a:not(.qrcode) {
    color: #53d7f1;
  }

  .download .container .download-item-wrapper .download-item:hover .apple {
    background-image: url('../img/dinghuo/sprite.png');
    background-position: 0px -520px;
  }

  .download .container .download-item-wrapper .download-item:hover .android {
    background-image: url('../img/dinghuo/sprite.png');
    background-position: -80px -520px;
  }

  .download .container .download-item-wrapper .download-item:hover .fresh-download {
    background-image: url('../img/fresh/sprite.png');
    background-position: 0px -80px;
    width: 80px;
    height: 80px;
  }
}

.customer {
  padding-top: 120px;
  position: relative;
  background-color: #f5f6fa;
}

.customer .container {
  padding: 0px;
}

.customer .container .row {
  margin-top: 60px;
  margin-bottom: 60px;
}

.customer .container .row .item {
  position: relative;
  margin-bottom: 30px;
}

.customer .container .row .item.fresh:nth-child(1) .customer-img {
  background-image: url('../img/dinghuo/sprite.png');
  background-position: 0px -240px;
  background-repeat: no-repeat;
}

.customer .container .row .item.fresh:nth-child(2) .customer-img {
  background-image: url('../img/dinghuo/sprite.png');
  background-position: -100px -240px;
  background-repeat: no-repeat;
}

.customer .container .row .item.fresh:nth-child(3) .customer-img {
  background-image: url('../img/fresh/wodebg.png');
  background-position: center;
  background-repeat: no-repeat;
}

.customer .container .row .item.fresh:nth-child(4) .customer-img {
  background-image: url('../img/fresh/adyouguobg.png');
  background-position: center;
  background-repeat: no-repeat;
}

.customer .container .row .item:nth-child(1) .head-content {
  background: -moz-linear-gradient(top, #ff635b, #ff7d73);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff635b), to(#ff7d73));
  background: -o-linear-gradient(top, #ff635b, #ff7d73);
}

.customer .container .row .item:nth-child(1) .customer-img {
  background-image: url('../img/dinghuo/sprite.png');
  background-position: 0px -240px;
}

.customer .container .row .item:nth-child(2) .head-content {
  background: -moz-linear-gradient(top, #8459bb, #9568cf);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8459bb), to(#9568cf));
  background: -o-linear-gradient(top, #8459bb, #9568cf);
}

.customer .container .row .item:nth-child(2) .customer-img {
  background-image: url('../img/dinghuo/sprite.png');
  background-position: -100px -240px;
}

.customer .container .row .item:nth-child(3) .head-content {
  background: -moz-linear-gradient(top, #019edd, #16b1ef);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#019edd), to(#16b1ef));
  background: -o-linear-gradient(top, #019edd, #16b1ef);
}

.customer .container .row .item:nth-child(3) .customer-img {
  background-image: url('../img/dinghuo/sprite.png');
  background-position: -200px -240px;
}

.customer .container .row .item:nth-child(4) .head-content {
  background: -moz-linear-gradient(top, #1fb9cb, #24cdd9);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1fb9cb), to(#24cdd9));
  background: -o-linear-gradient(top, #1fb9cb, #24cdd9);
}

.customer .container .row .item:nth-child(4) .customer-img {
  background-image: url('../img/dinghuo/sprite.png');
  background-position: -300px -240px;
}

.customer .container .row .item:nth-child(5) .head-content {
  background: -moz-linear-gradient(top, #ffaf0a, #ffc107);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffaf0a), to(#ffc107));
  background: -o-linear-gradient(top, #ffaf0a, #ffc107);
}

.customer .container .row .item .customer-img {
  position: absolute;
  top: 120px;
  left: 50%;
  height: 100px;
  width: 100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.customer .container .row .item .head-content {
  padding: 40px 0 66px 0;
  height: 170px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.customer .container .row .item .head-content .customer-title {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.customer .container .row .item .head-content .coustomer-small {
  margin-top: 6px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.customer .container .row .item .customer-content {
  padding: 72px 0 36px 0;
  text-align: center;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.customer .container .row .item .customer-content .customer-words {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #888;
}

.customer .container .row .item .customer-content .custome-name {
  text-align: right;
  width: 90%;
  margin: 32px auto 0 auto;
  font-size: 14px;
  color: #888;
}

/*
    手机屏幕适配
*/

@media screen and (max-width: 992px) {
  .banner-adware {
    width: 100%;
    margin-top: 74px;
    height: 200px;
  }

  .banner-adware .container {
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }

  .banner-adware .container .banner-adware-infor {
    text-align: left;
    width: 100%;
    left: 0px;
    top: 60px;
    padding-left: 30px;
  }

  .banner-adware .container .banner-adware-infor h2 {
    font-size: 22px;
    opacity: 1;
    text-align: left;
  }

  .banner-adware .container .banner-adware-infor h5 {
    padding: 6px 0 16px 0;
    font-size: 14px;
    margin: 0;
  }

  .banner-adware .container .banner-adware-infor .btn-primary {
    width: 70px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    display: block;
    margin-top: 0px;
    margin: 0px;
  }

  .banner-adware.fresh {
    width: 100%;
    margin-top: 74px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.25);
  }

  /* 生鲜*/

  .product-fresh-banner {
    background-color: #fff;
    padding: 50px 0px 70px 0px;
    width: 100%;
    text-align: center;
  }

  .product-fresh-banner h5 {
    margin-top: 8px;
    line-height: 32px;
  }

  .product-fresh-banner .production-feature {
    width: 100%;
    height: 960px;
    position: relative;
    text-align: center;
  }

  .product-fresh-banner .production-feature .swiper-container {
    height: 100%;
  }

  .product-fresh-banner .production-feature .swiper-slide {
    padding: 20px 0px;
    color: #555555;
    text-align: center;
  }

  .product-fresh-banner .production-feature .swiper-slide .row {
    margin: 0;
  }

  .product-fresh-banner .production-feature .swiper-slide .item {
    padding: 20px 0px;
    min-height: 250px;
  }

  .product-fresh-banner .production-feature .swiper-slide .item h5 {
    margin: 20px 0px 10px 0px;
    font-size: 18px;
    color: #444;
  }

  .product-fresh-banner .production-feature .swiper-slide .item p {
    width: 80%;
    margin: 10px auto 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #888;
  }

  .product-fresh-banner .production-feature .production-pagination {
    position: absolute;
    z-index: 10;
    bottom: 45px;
    width: 100%;
    text-align: center;
  }

  .product-fresh-banner .production-feature .swiper-pagination-switch {
    display: inline-block;
    background: #c5c5c5;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 100%;
  }

  .product-fresh-banner .production-feature .swiper-active-switch {
    background: #03b8cc;
    border-radius: 8px;
    width: 19px;
    margin: 0 3px;
    height: 10px;
  }

  .product-fresh-banner .arrow-left {
    position: absolute;
    left: 10px;
    top: 32%;
    height: 70px;
    width: 60px;
    background-image: url('../slice/fresh/arrow-left.png');
    background-repeat: no-repeat;
  }

  .product-fresh-banner .arrow-right {
    position: absolute;
    right: 10px;
    top: 32%;
    width: 60px;
    height: 70px;
    background-image: url('../slice/fresh/arrow-right.png');
    background-repeat: no-repeat;
  }

  .production-banner {
    padding: 30px 0px; margin-top: 0px;
  }

  .production-banner .container .banner-title {
    margin: 15px;
    font-size: 22px;
    line-height: 36px;
  }

  .production-banner .production-feature {
    height: 16.8rem;
  }

  .production-banner .production-feature .swiper-container {
    width: 100%;
    height: 95%;
  }

  .production-banner .production-feature .swiper-container .swiper-img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }

  .production-banner .production-feature .swiper-container p {
    padding: 0 10px;
  }

.production-banner .production-feature .item {margin-bottom: 0px; width: 47%; }
 .production-banner .production-feature .item.tyui1 {margin-left: 0%; margin-right:6% ;}
  .production-banner .production-feature .item.tyui2 {margin-right:0% ;}
 .production-banner .production-feature .item.tyui3 {margin-left: 0%; margin-right:6% ;}
  .production-banner .production-feature .item.tyui4 {margin-right:0% ; margin-left: 0;}
   .production-banner .production-feature .item.tyui5 {margin-left: 0%; margin-right:6% ;}
  
  .production-banner .production-feature .item .summary h5{font-size: 14px;line-height: 20px; margin-top: 20px;margin: 0 10px; min-height: 80px;}
  
    .production-banner .production-feature .item .summary{padding-top: 10px ;}
  .production-banner .production-pagination {
    position: absolute;
    z-index: 10;
    bottom: 45px;
    width: 100%;
    text-align: center;
  }

  .production-banner .swiper-pagination-switch {
    display: inline-block;
    background: #c5c5c5;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 100%;
  }

  .production-banner .swiper-active-switch {
    background: #03b8cc;
    border-radius: 8px;
    width: 19px;
    margin: 0 3px;
    height: 10px;
  }

  .stern {
    padding: 50px 0px;
  }

  .stern .container {
    width: 100%;
  }

  .stern .container .row {
    margin: 0px!important;
  }

  .stern .container .row .stern-list-item {
    padding: 0 15px;
  }

  .stern .container .row .stern-list-item .stern-list-all {
    position: static;
    height: 60px;
    background-color: #fff;
    padding: 14px 24px 0px 24px;
    text-align: left;
    list-style-type: none;
    overflow: hidden;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .stern .container .row .stern-list-item .stern-list-all .title {
    font-size: 16px;
    color: #444;
    text-align: left;
    list-style-type: none;
    visibility: visible;
  }

  .stern .container .row .stern-list-item .stern-list-all li {
    margin: 10px 0px;
    font-size: 14px;
    line-height: 22px;
    color: #888;
    visibility: hidden;
    list-style-type: none;
  }

  .stern .container .row .stern-list-item .stern-list-all .special {
    visibility: visible;
  }

  .stern .stern-list {
    margin: 15px auto;
  }

  .stern .stern-list .stern-img {
    width: 100%;
  }

  .stern .btn-primary {
    margin-top: 0px;
  }

  .industry {
    width: 100%;
    padding: .8rem 0px;
    opacity: 0.81;
  }

  .industry .industry-title {
    color: #444;
    margin-bottom: 24px;
    margin-top: 50px;
  }

  .industry .container {
    padding: 0px;
  }

  .industry .col-xs-12 .col-sm-12 {
    margin-bottom: 30px;
  }

  .industry .swiper-container {
    height: 560px;
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .industry .swiper-container .swiper-wrapper .swiper-slide {
    margin-bottom: 70px;
  }

  .industry .swiper-container .swiper-wrapper .swiper-slide .industry-head {
    padding-left: 0px;
  }

  .industry .swiper-container .industry-avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #d8d8d8;
    margin: 0 auto;
  }

  .industry .swiper-container .industry-avatar img {
    left: 0;
    bottom: 0;
  }

  .industry .swiper-container .industry-name {
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: bolder;
    margin: 25px 0px;
  }

  .industry .swiper-container .industry-description {
    color: #666666;
  }

  .industry .swiper-container ul {
    box-sizing: border-box;
  }

  .industry .swiper-container ul .special {
    font-size: 24px;
    color: #333333;
    list-style: none;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
  }

  .industry .swiper-container ul li {
    text-align: left;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    margin: 12px 0;
  }

  .industry .industry-pagination {
    display: block;
    bottom: 20px;
  }

  .industry .industry-pagination .swiper-active-switch {
    width: 24px!important;
    border-radius: 8px!important;
    height: 16px;
    background: #868686 !important;
  }

  .industry .industry-pagination .swiper-pagination-switch {
    background: #c5c5c5;
    height: 16px;
    width: 16px;
    opacity: 0.8;
  }

  .industry.fresh-industry .swiper-container {
    height: 760px;
  }

  .customer {
    padding: 50px 0px;
    position: relative;
    height: auto;
  }

  .customer .container {
    padding: 0px;
  }

  .customer .container .row {
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: unset;
    margin-right: unset;
  }

  .customer .container .row .item {
    padding: 0 15px;
  }

  .customer .container .row .item .customer-content {
    padding: 72px 0 36px 0;
    text-align: center;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  }

  .customer .container .row .item .customer-content .customer-words {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    height: 100px;
    color: #888;
  }

  .customer .container .row .item .customer-content .custome-name {
    text-align: right;
    width: 90%;
    margin: 32px auto 0 auto;
    font-size: 14px;
    color: #888;
  }

  .download {
    padding: 30px 0px 50px 0px;
    width: 100%;
  }

  .download h3 {
    margin-bottom: 0px;
  }

  .download .container .col-lg-4 {
    margin-bottom: 24px;
  }

  .download .container .download-item-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .download .container .download-item-wrapper .col-xs-6.apple {
    padding-left: unset!important;
  }

  .download .container .download-item-wrapper .col-xs-6.android {
    padding-right: unset!important;
  }

  .download .container .download-item-wrapper .download-item {
    display: block;
    height: 170px;
    width: 170px;
    background-color: #f5f6fa;
    margin: 0 auto;
  }

  .download .container .download-item-wrapper .download-item .content {
    position: relative;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .download .container .download-item-wrapper .download-item i {
    margin: 0 auto;
    display: block;
    background-repeat: no-repeat;
  }

  .download .container .download-item-wrapper .download-item i.barcode {
    background-image: url('../img/dinghuo/barcode.png');
    width: 100px;
    height: 100px;
  }

  .download .container .download-item-wrapper .download-item i.apple {
    background-image: url('../img/dinghuo/sprite.png');
    background-position: 0px -420px;
    width: 80px;
    height: 100px;
  }

  .download .container .download-item-wrapper .download-item i.android {
    background-image: url('../img/dinghuo/sprite.png');
    background-position: -80px -420px;
    width: 80px;
    height: 100px;
  }

  .download .container .download-item-wrapper .download-item i.fresh-download {
    background-image: url('../img/fresh/sprite.png');
    background-position: 0px 0px;
    width: 80px;
    height: 80px;
  }

  .download .container .download-item-wrapper .download-item i.fresh-barCode {
    background-image: url('../img/fresh/sprite.png');
    background-position: -80px 10px;
    width: 100px;
    height: 120px;
  }

  .download .container .download-item-wrapper .download-item a {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #555555;
    margin-top: 24px;
  }
}

.nav-sub .nav-item {
  width: 33%;
  text-align: center;
  margin: 0px;
}

.banner-adware {
  background-image: url('../img/dinghuo/bannerbg.jpg');
}

.banner-adware.fresh {
  background-image: url('../img/fresh/freshbanner.jpg');
}










.producglfa { width: 100%;background: #fff;position: relative; padding-top: 20px;text-align: center; margin-top: 30px; overflow: hidden;}

.producglfa .item {text-align: center;  padding: 20px 0;margin-bottom: 40px; float: left; width: 30%; }
.producglfa .item.tyui1 {margin-right: 4%; margin-left: 1%;}
.producglfa .item.tyui2 {margin-right: 4%;}
.producglfa .item.tyui3 {margin-right: 1%; } 
 
 .producglfa .item.tyui2 .summary p{    width: 90%;}
  .producglfa .item.tyui3 .summary p{    width: 90%;}
.producglfa .item:hover {box-shadow: 0 0 10px rgba(0,0,0,0.4);}
 
.producglfa .item .swiper-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
}


.producglfa .item .summary h5 {
  font-size: 16px; font-weight: bold;
  color: #444;
  margin-top: 18px; text-align: center;
   min-height:28px; height: 28px; 
}

.producglfa .item .summary p {
  width: 80%;
  margin: 10px auto 0 auto; 
  font-size: 14px;
  line-height: 24px;
  color: #888; text-align: left;
 
}

.producglfa .item .summary1 p {
  width: 85%;
  margin: 0px auto 0 auto;
  font-size: 14px;
  line-height: 26px;
  color: #888;
}
@media screen and (max-width: 992px){
.producglfa{ margin-top: 0; padding-top: 0;}
.producglfa .item{width: 100%; padding-top: 0; margin: 0;}
.producglfa .item .summary p{width: 100%;}

}








.produchbh { width: 100%;background: #fff;position: relative; padding-top: 20px;text-align: center; margin-top: 30px; overflow: hidden;}
.produchbh .item {text-align: center;  padding: 20px 0;margin-bottom: 40px; float: left; width: 45%; margin-left: 1%; margin-right: 8%; }
.produchbh .item:nth-child(2n){margin-left: 0%; margin-right: 1%;}
.produchbh .item:hover {box-shadow: 0 0 10px rgba(0,0,0,0.4);}
.produchbh .item .swiper-img {width: 100px;height: 100px;margin: 0 auto;background-position: center center;background-repeat: no-repeat;}
.produchbh .item .summary h5 {font-size: 16px;color: #444;margin-top: 18px; text-align: center;min-height:28px; height: 28px; }
.produchbh .item .summary p {width: 80%;margin: 10px auto 0 auto; font-size: 14px;line-height: 24px;color: #888; text-align: left;}
.produchbh .item .summary1 p {width: 85%;margin: 0px auto 0 auto;font-size: 14px;line-height: 26px;color: #888;}
@media screen and (max-width: 992px){
.produchbh{ margin-top: 0; padding-top: 0;}
.produchbh .item{width: 100%; padding-top: 0; margin: 0;}
.produchbh .item .summary p{width: 100%;}

}