@charset "UTF-8";
/******/
@keyframes scaleIn {
  0% {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
/**** 面包屑导航 ***/
.crumbs-navbox {
  width: 100%;
  overflow: hidden;
  text-align: right;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  position: relative;
  background: #fff;
}
.crumbs-navbox a {
  font-size: 1em;
  line-height: 40px;
  color: #b3b3b3;
}
.crumbs-navbox a:after {
  content: '>';
  margin: 0 9px;
}
.crumbs-navbox a.last, .crumbs-navbox a:last-child {
  color: #5d5d5d;
}
.crumbs-navbox a.last:after, .crumbs-navbox a:last-child:after {
  display: none;
}
.crumbs-navbox img {
  width: 1em;
  margin: -3px 0 0;
}

/*** banner ***/
.banner {
  width: 100%;
  border-top: 1px solid #c1c1c1;
  background: #f3f3f3;
}
.banner img {
  width: 100%;
  max-width: 100%;
  display: block;
}
@media (max-width: 767.98px) {
  .banner .global-inner {
    padding: 0;
  }
}

/*** 产品中心 ***/
.product-box {
  padding: 50px 0 100px;
}

.product-list {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.product-list .item {
  padding: 0;
  position: relative;
  animation-delay: .1s;
}
.product-list .item:nth-child(3n+2) {
  animation-delay: .2s;
}
.product-list .item:nth-child(3n+3) {
  animation-delay: .3s;
}
.product-list .item:hover .item-imgs .image {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.product-list .item-inner {
  width: 100%;
  display: table;
  position: relative;
  padding: 15px 16px 50px;
}
.product-list .item-imgs {
  width: 200px;
  max-width: 100%;
  height: 200px;
  display: block;
  position: relative;
  margin: 0 auto 15px;
}
.product-list .item-imgs .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
  position: relative;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
}
.product-list .item-mark {
  width: 59px;
  position: absolute;
  top: 10px;
  left: 100%;
  margin: 0 0 0 6px;
}
.product-list .item-mark img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.product-list .item-name {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.product-list .item-price {
  margin-top: 13px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  text-align: center;
}
.product-list .item-price img {
  width: 18px;
  margin: -3px 8px 0 0;
}

@media (max-width: 991.98px) {
  .product-list .item:nth-child(3n+2), .product-list .item:nth-child(3n+3) {
    animation-delay: .1s;
  }
  .product-list .item:nth-child(2n+2) {
    animation-delay: .2s;
  }
}
@media (max-width: 767.98px) {
  .product-box {
    padding: 0;
  }

  .product-list {
    width: auto;
    margin: 0 -10px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .product-list .item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  .product-list .item:nth-child(2n+2) {
    animation-delay: .1s;
  }
  .product-list .item-inner {
    padding: 0;
  }
  .product-list .item-imgs {
    width: 1.22rem;
    height: 1.22rem;
    float: left;
    margin: 0;
  }
  .product-list .item-mark {
    width: 0.3rem;
    left: auto;
    right: 0;
    top: 5px;
  }
  .product-list .item-bd {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    padding: 0.2rem 0.15rem;
    font-size: 0.16rem;
    line-height: 1.1;
  }
  .product-list .item-name {
    height: auto;
    line-height: 1.3em;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
    text-align: left;
  }
  .product-list .item-price {
    font-size: 1em;
    line-height: 1.1;
    color: #218cb3;
    text-align: left;
  }
  .product-list .item-price img {
    width: 1em;
    margin: -3px 3px 0 0;
  }
}
/*** 分享见证 ***/
.share-box {
  padding-bottom: 100px;
}

.share-lv1 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #000;
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 2px solid #5f646a;
}

.share-tab {
  width: 100%;
  overflow: hidden;
  border: solid 1px #d8d8d8;
  border-bottom: none;
  margin: 50px 0;
}
.share-tab li {
  width: 50%;
  float: left;
  border-bottom: solid 1px #d8d8d8;
  border-right: solid 1px #d8d8d8;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f4f5f7;
}
.share-tab li:last-child {
  border-right: none;
}
.share-tab li.active {
  border-bottom-color: #fff;
  background-color: #fff;
}
.share-tab a {
  display: block;
}

.share-list {
  min-height: 300px;
  overflow: hidden;
  margin: 0 -30px;
}
.share-list .item {
  padding: 0 30px;
}
.share-list .item:nth-child(2n+2) {
  animation-delay: .2s;
}
.share-list .item-inner {
  width: 100%;
  height: 470px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.share-list .item-inner:hover .item-imgs .image {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.share-list .item-imgs {
  border: 1px solid #eeeeee;
  width: 100%;
  height: 430px;
  display: block;
  overflow: hidden;
  position: relative;
}
.share-list .item-imgs .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
}
.share-list .item-bd {
  padding: 10px 10px 0;
  font-size: 14px;
  line-height: 1.1em;
}
.share-list .item-tit {
  margin-top: 10px;
  height: 1.1em;
}

@media (max-width: 767.98px) {
  .share-box {
    padding-bottom: 0.5rem;
  }

  .share-lv1 {
    font-size: 0.21rem;
    line-height: 0.24rem;
    font-weight: bolder;
    padding: 0.3rem 0 0;
    margin-bottom: 0.15rem;
    text-align: left;
    border-bottom: none;
  }

  .share-tab {
    border: none;
    margin: 20px 0;
  }
  .share-tab li {
    height: 37px;
    border-top: 2px solid #0081bd;
    border-bottom: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
    font-size: 14px;
    line-height: 35px;
    color: #555;
    background-color: #fff;
    font-weight: normal;
  }
  .share-tab li:nth-child(1) {
    border-left: solid 1px #d9d9d9;
  }
  .share-tab li:nth-child(2) {
    border-right: solid 1px #d9d9d9;
  }
  .share-tab li.active {
    font-weight: bold;
    color: #fff;
    background-color: #00acd0;
    border-bottom: 1px solid #00acd0;
    border-left: 1px solid #00acd0;
    border-right: 1px solid #00acd0;
  }

  .share-list .item:nth-child(2n+2) {
    animation-delay: .1s;
  }
  .share-list .item-inner {
    margin-bottom: 0;
    height: auto;
    border-bottom: none;
    padding-bottom: 0.26rem;
  }
  .share-list .item-imgs {
    height: 1.2rem;
    border: none;
  }
}
/**** 动态新闻 ****/
.news-box {
  padding-bottom: 185px;
}

.news-list {
  min-height: 400px;
  overflow: hidden;
  margin: 0 auto;
}
.news-list li {
  width: 100%;
  overflow: hidden;
  margin-top: 41px;
  border: 2px solid #e5e5e5;
  padding: 50px 69px 49px 75px;
  transition: all ease 0.3s;
  animation-delay: .1s;
}
.news-list li:hover {
  border-color: #00accd;
}
.news-list li:hover .item-imgs .image {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.news-list li:hover .item-bot {
  border-color: #00accd;
  padding: 22px 60px 0 15px;
}
.news-list li:hover .item-bot .read {
  color: #00accd;
}
.news-list li:hover .item-bot .arrow {
  background-image: url(../../Img/images/z67.png);
}
.news-list .item-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-list .item-imgs {
  height: 286px;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.news-list .item-imgs .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-list .item-bd {
  padding: 21px 0 0 4%;
}
.news-list .item-tit {
  font-size: 20px;
  color: #484949;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  padding: 0 55px 0 10px;
}
.news-list .item-date {
  font-size: 20px;
  line-height: 26px;
  color: #b6b6b6;
  margin-top: 6px;
  padding: 0 55px 0 10px;
}
.news-list .item-desc {
  font-size: 16px;
  color: #636363;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  padding: 0 55px 0 10px;
  margin-top: 55px;
}
.news-list .item-bot {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #dce3e9;
  margin-top: 36px;
  padding: 22px 55px 0 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-list .item-bot .read {
  float: left;
  font-size: 12px;
  color: #b7bec6;
  line-height: 15px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news-list .item-bot .arrow {
  width: 27px;
  height: 15px;
  display: block;
  float: right;
  background: url(../../Img/images/z23.png) no-repeat right center;
  background-size: contain;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
  .news-box {
    padding-bottom: 0.5rem;
  }

  .news-list li {
    margin-top: 0.4rem;
    padding: 0.2rem;
    border-width: 1px;
  }
  .news-list li:first-child {
    margin-top: 0.2rem;
  }
  .news-list .item-imgs {
    height: 2.86rem;
  }
  .news-list .item-tit {
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding: 0;
  }
  .news-list .item-date {
    font-size: 0.2rem;
    line-height: 0.26rem;
    padding: 0;
  }
  .news-list .item-desc {
    font-size: 0.16rem;
    line-height: 0.25rem;
    height: 0.5rem;
    overflow: hidden;
    padding: 0;
    margin-top: 0.55rem;
  }
  .news-list .item-bot {
    margin-top: 0.36rem;
    padding: 0.22rem 0 0;
  }
}
@media (max-width: 575.98px) {
  .news-list .item-imgs {
    height: 2rem;
  }
  .news-list .item-bd {
    padding: 0.2rem 0 0;
  }
  .news-list .item-tit {
    white-space: normal;
    max-height: 0.6rem;
  }
  .news-list .item-desc {
    margin-top: 0.16rem;
  }
  .news-list .item-bot {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }
}
/*** 新闻详情 ***/
.newsDet-box {
  padding: 70px 0 90px;
}

.newsDet-hd {
  text-align: center;
  margin-bottom: 50px;
}
.newsDet-hd .tit {
  text-align: center;
  font-size: 26px;
  color: #484949;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 1px solid #dce3e9;
  padding-bottom: 25px;
}
.newsDet-hd .info {
  text-align: center;
  font-size: 16px;
  color: #b6b6b6;
  line-height: 26px;
  margin-top: 11px;
}
.newsDet-hd .info span {
  margin: 0 10px;
}

.newsDet-bd {
  font-size: 14px;
  color: #636363;
  line-height: 26px;
  overflow: hidden;
  border-bottom: 1px solid #dce3e9;
  padding-bottom: 23px;
}
.newsDet-bd p {
  margin: 0;
}
.newsDet-bd img {
  max-width: 100%;
  height: auto !important;
}
.newsDet-bd table {
  max-width: 950px;
  margin: 0 auto;
}

.newsDet-ft {
  width: 100%;
  overflow: hidden;
  margin-top: 37px;
}
.newsDet-ft .btn-return {
  width: 198px;
  height: 45px;
  display: block;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background-color: #00accd;
  border-radius: 30px;
  transition: all 0.3 ease;
  -webkit-transition: all 0.3 ease;
}
.newsDet-ft .btn-return img {
  margin: 0 0 0 13px;
}

@media (max-width: 991.98px) {
  .newsDet-box {
    padding: 0.7rem 0 0.8rem;
  }

  .newsDet-hd {
    margin-bottom: 0.3rem;
  }
  .newsDet-hd .tit {
    font-size: 0.26rem;
    line-height: 0.36rem;
    padding-bottom: 1em;
  }
  .newsDet-hd .info {
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-top: 0.1rem;
  }
  .newsDet-hd .info span {
    margin: 0 5px;
  }

  .newsDet-bd {
    font-size: 0.18rem;
    line-height: 0.28rem;
    padding-bottom: 0.2rem table;
    padding-bottom-max-width: 100%;
  }

  .newsDet-ft {
    margin-top: 0.3rem;
  }
  .newsDet-ft .btn-return {
    width: 1.98rem;
    height: 0.45rem;
    font-size: 0.16rem;
    line-height: 0.45rem;
    border-radius: 0.3rem;
  }
  .newsDet-ft .btn-return img {
    margin: 0 0 0 0.13rem;
  }
}

/*# sourceMappingURL=css.css.map */
