:root {
  font-family: Helvetica, Arial, "Microsoft YaHei", "黑体", sans-serif;
  color: black;
}
html,
body {
  margin: 0;
  padding: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.mb {
  display: none;
}
#content {
  overflow: hidden;
}
#content h2.title {
  font-size: 2.34375vw;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0;
}
#content p.summary {
  margin-top: 1vw;
  font-size: 1.146vw;
  color: #737373;
  text-align: center;
}
#content .section {
  padding: 3.4vw 0;
  margin-top: -3.4vw;
}
#key-visual {
  position: relative;
  z-index: 1;
}
#key-visual .swiper-slide {
  overflow: hidden;
}
#key-visual .swiper-slide img {
  width: 100%;
}
#key-visual .swiper-button-prev {
  opacity: 0;
  width: 2.8125vw;
  height: 5.4vw;
  left: 55px;
  margin-top: 0;
  transform: translateY(-50%);
  background: url('../images/kv-slide-arrow_left.png') no-repeat;
  background-size: 100% 100%;
  transition: opacity 0.3s;
}
#key-visual .swiper-button-next {
  opacity: 0;
  width: 2.8125vw;
  height: 5.4vw;
  right: 55px;
  margin-top: 0;
  transform: translateY(-50%);
  background: url('../images/kv-slide-arrow_right.png') no-repeat;
  background-size: 100% 100%;
  transition: opacity 0.3s;
}
#key-visual .kv-pagination {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 10;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
#key-visual .kv-pagination .control {
  display: none;
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
#key-visual .kv-pagination .control.play {
  display: none;
  background: url('../images/kv-pagination-play.png') no-repeat;
  background-size: cover;
}
#key-visual .kv-pagination .control.pause {
  background: url('../images/kv-pagination-pause.png') no-repeat;
  background-size: cover;
}
#key-visual .kv-pagination .swiper-pagination {
  display: flex;
  position: static;
}
#key-visual .kv-pagination .swiper-pagination .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 10px !important;
  width: 15px;
  height: 15px;
  position: relative;
  outline: none;
  vertical-align: middle;
}
#key-visual .kv-pagination .swiper-pagination .swiper-pagination-bullet span {
  width: 11px;
  height: 11px;
  background: #CCC;
  display: block;
  border-radius: 50%;
  margin-top: 4px;
  margin-left: 4px;
}
#key-visual .kv-pagination .swiper-pagination .swiper-pagination-bullet i {
  background: #1f88eb;
  height: 1px;
  width: 38px;
  position: absolute;
  top: 9px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
#key-visual .kv-pagination .swiper-pagination .swiper-pagination-bullet-active span,
#key-visual .kv-pagination .swiper-pagination .swiper-pagination-bullet:hover span {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-left: 2px;
  background: #1f88eb;
  position: relative;
  z-index: 1;
}
#key-visual .kv-pagination .swiper-pagination .swiper-pagination-bullet-active i {
  animation: middle 6s;
}
#key-visual .kv-pagination .swiper-pagination .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
  animation: first 6s;
}
#key-visual .kv-pagination .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
  animation: last 6s;
}
#key-visual:hover .swiper-button-prev,
#key-visual:hover .swiper-button-next {
  opacity: 1;
}
#hot {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 0 -1px;
}
#hot .hot-slide {
  flex: 1;
  margin: 0 1px;
  transition: all 0.5s;
}
#hot .hot-slide:hover {
  transform: translateY(-3%);
  box-shadow: 0px 10px 15px #999;
}
#hot .hot-slide img {
  width: 100%;
}
#products .products-box {
  padding: 3.6458vw 5.21vw 0;
  position: relative;
}
#products .products-box .swiper-container {
  padding-bottom: 3.125vw;
}
#products .products-box .swiper-container .swiper-scrollbar {
  top: auto;
  bottom: 2px;
  height: 11px;
  background: #e3e3e3;
  width: 100%;
  left: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
}
#products .products-box .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 9px;
  top: 50%;
  margin-top: -4.5px;
  border-radius: 20px;
  background: #007aff;
  position: relative;
}
#products .products-box .swiper-container .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/scroll-icon.png) no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 6px;
}
#products .products-box .swiper-button-prev {
  left: 1.25vw;
  background: url('../images/kv-slide-arrow_left.png') no-repeat;
  background-size: 100% 100%;
}
#products .products-box .swiper-button-next {
  right: 1.25vw;
  background: url('../images/kv-slide-arrow_right.png') no-repeat;
  background-size: 100% 100%;
}
#products .products-box .swiper-button-next,
#products .products-box .swiper-button-prev {
  width: 1.25vw;
  height: 2.4625vw;
  margin-top: 0;
  transform: translateY(-50%);
  outline: none;
}
#products .products-box .swiper-button-next.swiper-button-disabled,
#products .products-box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#products .products-box .product-swiper-wrap {
  background: url(../images/products-type-background.png) no-repeat;
  background-size: contain;
  position: relative;
  transition: all 0.5s;
  padding-bottom: 3vw;
}
#products .products-box .product-swiper-wrap:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#products .products-box .product-swiper-wrap:hover p.product-text {
  color: #1f88eb;
}
#products .products-box .product-swiper-wrap img {
  width: 100%;
}
#products .products-box .product-swiper-wrap p.product-text {
  font-size: 1.1458vw;
  color: #4d4d4d;
  position: absolute;
  bottom: 1.5vw;
  width: 100%;
  text-align: center;
  margin: 0;
  transition: all 0.5s;
}
#services ul {
  display: flex;
  
  padding: 0;
  list-style: none;
}
#services ul.m {
  display: none;
}
#services ul li {
  position: relative;
  width: 20vw;
  height: 27.8125vw;
  cursor: pointer;
}
#services ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to top, rgba(31, 136, 235, 0.8), transparent);
  opacity: 0;
  transition: all 0.5s;
}
#services ul li img.bg {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.5s;
}
#services ul li:hover:before {
  opacity: 1;
  transform: scale(1.1);
  z-index: 11;
}
#services ul li:hover img.bg {
  transform: translate(-50%, -50%) scale(1.1);
  z-index: 10;
}
#services ul li:hover .item .item-icon {
  
}
#services ul li:hover .item .item-icon-hover {
  display: inline;
}
#services ul li:hover .item .more {
  opacity: 1;
}
#services ul li .item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 20;
}
#services ul li .item p {
  font-size: 24px;
  color: white;
  margin-bottom:20px;
  margin-top: 30px;
}
#services ul li .item .more {
  display: inline-block;
  width: 6.667vw;
  height: 1.823vw;
  background: url('../shou/services-btn-more.png') no-repeat;
  background-size: contain;
  text-indent: -999em;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s 0.3s;
}
#services ul li .item .item-icon,
#services ul li .item .item-icon-hover {
  width: 6.40125vw;
}
#services ul li .item .item-icon-hover {
  display: none;
}
#services .more-services {
  display: none;
}
#addValue .swiper-container {
  position: relative;
  margin-top: 3.4vw;
}
#addValue .swiper-slide img {
  width: 100%;
}
#addValue .slide {
  position: absolute;
  width: 2.8125vw;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  z-index: 10;
}
#addValue .slide.prev {
  left: 3vw;
}
#addValue .slide.next {
  right: 3vw;
  transform: rotate(180deg) translateY(50%);
}
#buy-info {
  position: relative;
}
#buy-info .swiper-pagination {
  bottom: 1.822vw;
}
#buy-info .swiper-pagination-bullet {
  width: 0.729vw;
  height: 0.729vw;
  margin: 0 1.145vw;
  background: #4d4d4d;
  opacity: 1;
}
#buy-info .swiper-pagination-bullet-active {
  background: #1f88eb;
}
#buy-info .swiper-button-prev {
  left: 2.86vw;
  background: url('../images/buy-arrow-prev.png') no-repeat;
  background-size: 100% 100%;
}
#buy-info .swiper-button-next {
  right: 2.86vw;
  background: url('../images/buy-arrow-next.png') no-repeat;
  background-size: 100% 100%;
}
#buy-info .swiper-button-next,
#buy-info .swiper-button-prev {
  width: 2.8125vw;
  height: 5.3656vw;
  margin-top: 0;
  transform: translateY(-50%);
  outline: none;
}
#buy-info .swiper-button-next.swiper-button-disabled,
#buy-info .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#buy-info .buy-box {
  margin-top: 2.6041vw;
}
#buy-info .buy-box img {
  width: 100%;
}
#buy-info .buy-box .buy-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 13vw;
}
#buy-info .buy-box .buy-content .buy-title {
  font-size: 2.6041vw;
  padding-bottom: 2.0833vw;
  font-weight: normal;
  margin: 0;
}
#buy-info .buy-box .buy-content .buy-reservation {
  display: inline-block;
  border: 1px solid #1f88eb;
  color: #1f88eb;
  padding: 10px 54px 10px 25px;
  position: relative;
  font-size: 1.1979vw;
  text-decoration: none;
}
#buy-info .buy-box .buy-content .buy-reservation::after {
  content: "";
  background: url(../images/arrow-right.png) no-repeat;
  background-size: 100% 100%;
  height: 17px;
  width: 9px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
#buy-info .buy-type {
  padding: 1.5625vw 0 0;
}
#buy-info .buy-type ul {
  display: flex;
  margin: 0 -4px;
  padding: 0;
}
#buy-info .buy-type ul li {
  width: calc(25% - 8px);
  margin: 0 4px;
  height: 15.625vw;
  list-style: none;
  position: relative;
  cursor: pointer;
}
#buy-info .buy-type ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to top, rgba(31, 136, 235, 0.8), transparent);
  opacity: 0;
  transition: all 0.5s;
}
#buy-info .buy-type ul li:hover .bg {
  transform: translate(-50%, -50%) scale(1.15);
  z-index: 5;
}
#buy-info .buy-type ul li:hover:before {
  opacity: 1;
  transform: scale(1.15);
  z-index: 6;
}
#buy-info .buy-type ul li:hover .type-box .type-icon {
  display: none;
}
#buy-info .buy-type ul li:hover .type-box .type-icon-active {
  display: inline-block;
}
#buy-info .buy-type ul li:hover .type-box .more {
  opacity: 1;
}
#buy-info .buy-type ul li .bg {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
#buy-info .buy-type ul li .type-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  text-align: center;
  z-index: 10;
}
#buy-info .buy-type ul li .type-box .type-icon {
  width: 6vw;
}
#buy-info .buy-type ul li .type-box .type-icon-active {
  display: none;
  width: 6vw;
}
#buy-info .buy-type ul li .type-box .more {
  display: inline-block;
  width: 6.667vw;
  height: 1.823vw;
  background: url('../images/services-btn-more.png') no-repeat;
  background-size: contain;
  text-indent: -999em;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s 0.3s;
  margin-top: 1.5625vw;
}
#buy-info .buy-type ul li .type-box h2 {
  font-size: 1.5625vw;
  padding-top: 1vw;
  margin: 0;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
}
#news .news-content {
  display: flex;
  margin:0  auto;
  max-width:1600px;
  width:100%;
}
#news{ background:url(../shou/newsb.jpg) no-repeat center center; background-size:cover;}
#news .news-content .head-news {
  width: 36.2vw;
}
#news .news-content .head-news .head-news-image {
  position: relative;
  max-height: 420px;
  overflow: hidden;
}
#news .news-content .head-news .head-news-image img {
  width: 100%;
}
#news .news-content .head-news .head-news-image .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.83vw 1vw;
  font-size: 20px;
  color: white;
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news .news-content .head-news .head-news-image .title .time {
  display: flex;
  font-size: 1.2vw;
  align-items: center;
}
#news .news-content .head-news .head-news-image .title .time:before {
  margin-right: 12px;
  content: '';
  display: inline-block;
  width: 1.04vw;
  height: 1.04vw;
  background: url('../shou/icon-headnews-time.png') no-repeat;
  background-size: cover;
}
#news .news-content .head-news .summary {
  margin: 0;
  padding: 0.83vw 1vw;
  text-align: left;
  font-size: 16px;
  line-height:1.8;
  color: #666;
  font-weight: 200;
}
#news .news-content .news-list {
  flex: 1;
  margin: 0;
  padding: 0 0 0 5.73vw;
  list-style: none;
}

#news .box{ padding:60px 0;}
#news .box ul{ display:flex;}
#news .box ul li{ display:inline-block; width:31.333%; background:#fff; padding:15px 0; }
#news .box ul li:nth-child(2){ margin:0 3%;}
#news .box ul li .cover{ margin:0 auto; text-align:center;line-height:26px; font-size:20px;}
#news .box ul li img{ margin-right:10px;}
#news .box ul li .ho{ display:none;}
#news .box ul li:hover{ background:#1769d5; color:#fff;}
#news .box ul li:hover .pc{ display:none;}
#news .box ul li:hover .ho{ display:inline-block;}
#news .box ul li:hover .cover{ color:#fff;}

#news .news-content .news-list:hover{ background:none;}

#news .news-content .news-list li {
	background:none;
	box-shadow:none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8vw 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom:0 !important;
}
#news .news-content .news-list li:first-child {
  border-top: 1px solid #e2e2e2;
}
#news .news-content .news-list li a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s;
}
#news .news-content .news-list li .time {
  display: flex;
  font-size: 0.9375vw;
  color: #666;
  font-weight: 200;
  align-items: center;
}
#news .news-content .news-list li .time:before {
  margin-right: 0.52vw;
  content: '';
  display: inline-block;
  width: 0.83vw;
  height: 0.83vw;
  background: url('../images/icon-newslist-time.png') no-repeat;
  background-size: cover;
}
#news .news-content .news-list li:hover a {
  color: #1769d5;
  cursor: pointer;
  transform: translateX(-10%);
}
#news .news-content .news-list li:hover{-webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
#news .news-content .news-list li:hover a:before {
  display: inline-block;
  content: '';
  width: 0.46875vw;
  height: 0.9375vw;
  margin-right: 0.5vw;
  background: url('../shou/icon-newslist-arrow.png') no-repeat;
  background-size: cover;
}
#news a.more-news {
  display: block;
  width: 165px;
  height: 45px;
  margin: 1.5vw auto;
  background: url('../images/btn-newslist-more.png') no-repeat;
  background-size: contain;
  text-indent: -999em;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
#news .news-content{ max-width:96%;}
}

@media screen and (max-width: 768px) {
#news .box{ padding:10px 0;}	
	
  .pc {
    display: none;
  }
  #news .box ul li img.pc{ display:inline-block;}
  #news .box{ display:none;}
  .mb {
    display: block;
  }
  #content {
    overflow: hidden;
  }
  #content h2.title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0;
  }
  #content p.summary {
    margin-top: 0;
    font-size: 14px;
    color: #737373;
    text-align: center;
  }
  #content .section {
    padding: 3.4vw 0;
    margin-top: -3.4vw;
  }
  #key-visual .kv-pagination {
    position: static;
    transform: none;
    justify-content: center;
  }
  #key-visual .kv-pagination .control {
    display: inline-block;
  }
  #key-visual .kv-pagination .swiper-pagination-bullets {
    padding: 10px 0;
  }
  #key-visual .kv-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  #key-visual .swiper-button-prev,
  #key-visual .swiper-button-next {
    display: none;
  }
  #hot {
    display: block;
  }
  #hot .hot-slide {
    margin-bottom: 7px;
  }
  #hot .hot-slide:hover {
    transform: none;
  }
  #products .products-box {
    padding: 5.33vw 0 0;
    position: relative;
  }
  #products .products-box .swiper-container {
    padding-bottom: 6vw;
  }
  #products .products-box .swiper-container .swiper-slide {
    display: flex;
    flex-wrap: wrap;
  }
  #products .products-box .swiper-container .swiper-slide a {
    width: calc(33.333% - 2px);
    margin-bottom: 2.66vw;
  }
  #products .products-box .swiper-container .swiper-slide a:nth-child(3n + 2) {
    margin: 0 3px;
  }
  #products .products-box .swiper-button-next,
  #products .products-box .swiper-button-prev {
    display: none;
  }
  #products .products-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    width: 6px;
    height: 6px;
    background: #4d4d4d;
    opacity: 1;
    outline: none;
  }
  #products .products-box .swiper-pagination .swiper-pagination-bullet-active {
    background: #007aff;
  }
  #products .products-box .product-swiper-wrap {
    background: url(../images/products-type-background.png) no-repeat;
    background-size: contain;
    position: relative;
    transition: all 0.5s;
    padding-bottom: 10vw;
  }
  #products .products-box .product-swiper-wrap:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  #products .products-box .product-swiper-wrap:hover p.product-text {
    color: #4d4d4d;
  }
  #products .products-box .product-swiper-wrap img {
    width: 100%;
  }
  #products .products-box .product-swiper-wrap p.product-text {
    font-size: 2.53vw;
    color: #4d4d4d;
    position: absolute;
    bottom: 1vw;
    min-height: 9.33vw;
  }
  #buy-info .buy-box {
    margin-top: 6vw;
  }
  #buy-info .buy-box .buy-content {
    padding-left: 4vw;
  }
  #buy-info .buy-box .buy-content .buy-title {
    font-size: 4vw;
    padding-bottom: 4vw;
  }
  #buy-info .buy-box .buy-content .buy-reservation {
    color: #1f88eb;
    padding: 6px 27px 6px 13px;
    font-size: 2.93vw;
  }
  #buy-info .buy-box .buy-content .buy-reservation::after {
    height: 8.5px;
    width: 4.5px;
    right: 12px;
  }
  #buy-info .buy-type {
    padding: 2.34375vw 0 0;
  }
  #buy-info .buy-type ul {
    margin: 0 -3px -3px;
    flex-wrap: wrap;
  }
  #buy-info .buy-type ul li {
    width: calc(50% - 3px);
    margin: 0 1.5px;
    height: 31.733vw;
    margin-bottom: 3px;
  }
  #buy-info .buy-type ul li:hover .bg {
    transform: translate(-50%, -50%) scale(1);
    z-index: 5;
  }
  #buy-info .buy-type ul li:hover:before {
    opacity: 0;
  }
  #buy-info .buy-type ul li:hover .type-box .type-icon {
    display: inline-block;
  }
  #buy-info .buy-type ul li:hover .type-box .type-icon-active {
    display: none;
  }
  #buy-info .buy-type ul li .type-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
  }
  #buy-info .buy-type ul li .type-box .type-icon {
    width: 16vw;
  }
  #buy-info .buy-type ul li .type-box .type-icon-active {
    display: none !important;
    width: 16vw;
  }
  #buy-info .buy-type ul li .type-box .more {
    display: none;
  }
  #buy-info .buy-type ul li .type-box h2 {
    padding-top: 0;
    font-size: 3.33vw;
    color: #fff;
    white-space: nowrap;
    font-weight: normal;
    margin: 2vw 0 0;
  }
  #services ul li {
    width: calc(50% - 1.5px);
    height: auto;
    margin-right: 3px;
  }
  #services ul li:last-child {
    margin-right: 0;
  }
  #services ul li:hover:before {
    opacity: 0;
  }
  #services ul li:hover img.bg {
    transform: translate(-50%, -50%) scale(1);
  }
  #services ul li:hover .item .item-icon {
    display: inline;
  }
  #services ul li .list {
    margin-bottom: 3px;
    position: relative;
    height: 31.599vw;
    overflow: hidden;
  }
  #services ul li .list .item-icon {
    width: 14vw;
  }
  #services ul li .list p {
    font-size: 3.33vw;
    margin: 2vw 0 0;
  }
  #services ul li .list.height {
    height: 64vw;
  }
  #services ul li .list img.bg {
    position: static;
    transform: translate(0, 0);
    top: auto;
    left: auto;
  }
  #services ul li .list:last-child {
    margin-bottom: 0;
  }
  #services .more-services {
    display: block;
    width: 83px;
    height: 23px;
    margin: 3vw auto;
    background: url(../images/btn-newslist-more.png) no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
  }
  #news .news-content {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  #news .news-content .head-news {
    width: auto;
    margin: 0 15px;
  }
  #news .news-content .head-news .head-news-image .title {
    font-size: 16px;
  }
  #news .news-content .head-news .head-news-image .title .time {
    font-size: 14px;
  }
  #news .news-content .head-news .head-news-image .title .time:before {
    margin-right: 5px;
    width: 14px;
    height: 14px;
  }
  #news .news-content .head-news .summary {
    font-size: 14px;
  }
  #news .news-content .news-list {
    margin-top: 20px;
    padding: 0 15px;
  }
  #news .news-content .news-list li {
    padding: 20px 0;
  }
  #news .news-content .news-list li a {
    font-size: 14px;
    transition: none;
  }
  #news .news-content .news-list li .time {
    font-size: 12px;
    line-height: 1;
  }
  #news .news-content .news-list li .time:before {
    width: 12px;
    height: 12px;
  }
  #news .news-content .news-list li:hover a {
    transform: none;
  }
  #news .news-content .news-list li:hover a:before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }
  #news a.more-news {
    display: block;
    width: 83px;
    height: 23px;
    margin: 3vw auto;
    background: url(../images/btn-newslist-more.png) no-repeat;
    background-size: contain;
    text-indent: -999em;
    overflow: hidden;
  }
}
@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }
  /*091*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }
  /*0915*/
}
@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1090*/
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }
  /*090*/
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }
  /*090*/
}
@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1091*/
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }
  /*092*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }
  /*0913*/
}
