.swiper-homebanner {
  position: relative;
  margin: auto;
}

.swiper-homebanner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #ffff;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  cursor: pointer;
  margin: 0 10px;
  bottom: 20px;
}

.swiper-homebanner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid #e70012;
}

.hot-iconlink {
  background-color: #f6f6f6;
}

.hot-iconlink .d-flex {
  display: -webkit-flex;
  display: flex;
  padding: 1.2rem 1rem;
}

.hot-iconlink li {
  flex-grow: 1;
  text-align: center;
}

.hot-iconlink li a {
  text-align: center;
  font-size: 0.4rem;
  color: #626262;
  display: inline-block;
  text-decoration: none;
}

.hot-iconlink li a span {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.hot-iconlink li a .img {
  width: 2rem;
  margin: 0 auto .5rem;
  overflow: hidden;
  position: relative;
}

.hot-iconlink li a .img img {
  display: block;
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.hot-iconlink li a .img img:nth-child(1) {
  opacity: 0;
}

.hot-iconlink li a .img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.hot-iconlink li a .img img:nth-child(3) {
  position: absolute;
  top: 100%;
  left: 0;
}
.hot-iconlink li:hover a .img img:nth-child(2) {
  top: -100%;
}
.hot-iconlink li:hover a .img img:nth-child(3) {
  top: 0;
}



.hot-iconlink li a:hover {
  color: #e60012;
}
@media (max-width: 850px) {
  .hot-iconlink .d-flex {
    padding: 1.2rem 0 0.4rem;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .hot-iconlink li {
    flex-basis: 25%;
    margin-bottom: 1rem;
  }
  .hot-iconlink li a {
    font-size: 0.65rem;
  }
  .hot-iconlink li a .img {
    width: 2.8rem;
  }
}



.hot-products {
  margin-top: 1.5rem;
}
.hot-products .container {
  position: relative;
}
.hot-products-title {
  display: block;
  height: 70px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}

.hot-products-title .d-flex {
  display: -webkit-flex;
  display: flex;
}

.hot-products-title .li-term {
  flex-grow: 1;
  text-align: center;
}

.hot-products-title .li-term span {
  display: inline-block;
  line-height: 68px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}

.hot-products-title .li-term:hover span,
.hot-products-title .li-term.current span {
  border-bottom: 2px solid #e60012;
  color: #e60012;
}

.hot-products-box {
  box-sizing: border-box;
  width: 90%;
  margin: 1.5rem auto 0;
}

.hot-products-box .swiper-slide a {
  display: block;
  background: #fff;
  overflow: hidden;
  opacity: 0;
}

.hot-products-box .swiper-slide-active a {
  opacity: 1;
}

.hot-products-box a .left {
  width: 50%;
  float: left;
  margin-left: 2%;
  padding-top: 5vh;
}

.hot-products-box a .left .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #39425f;
  line-height: 1;
}

.hot-products-box a .left .subtitle {
  font-size: 0.55rem;
  color: #a0adb6;
  margin: 0.75rem 0 0.25rem;
}

.hot-products-box a .left .text {
  line-height: 1.8;
  color: #39425f;
}

.hot-products-box a .left .button {
  margin-top: 1.25rem;
}
.hot-products-box a .right {
  width: 43.2%;
  float: right;
}

.hot-products-box a .right .img {
  position: relative;
  width: 100%;
  display: block;
}

.hot-products-box a .right .img-products {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15%;
  box-sizing: border-box;
}

.hot-products-box a .right img {
  display: block;
  width: 100%;
}

.hot-products .hot-products-prev {
  margin-top: -24px;
  left: 0;
  width: 48px;
  height: 48px;
}

.hot-products .hot-products-next {
  margin-top: -24px;
  right: 0;
  width: 48px;
  height: 48px;
}

.hot-products .hot-products-prev,
.hot-products .hot-products-next {
  color: #aaaaaa;
  border: 2px solid #aaaaaa;
  border-radius: 48px;
}

.hot-products .hot-products-prev:after,
.hot-products .hot-products-next:after {
  font-size: 24px;
}

.hot-products .hot-products-prev:hover,
.hot-products .hot-products-next:hover {
  border-color: #ff7b00;
  color: #ff7b00;
}
.pagination-hot-products {
  display: none;
}
.pagination-hot-products .swiper-pagination-bullet-active {
  background: #e60012;
}
@media (max-width: 850px) {
  .hot-products-title {
    display: none;
  }
  .hot-products-box {
    width: 100%;
    margin: 0 auto;
  }
  .hot-products-box a .right {
    width: 100%;
    float: left;
}
.hot-products-box a .right .img {
  width: 80%;
  margin: 0 auto;
}
.hot-products-box a .left {
  width: 100%;
  margin-left: 0;
  padding: 0 0.5rem 2rem;
}
.hot-products-box a .left .title {
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.hot-products-box a .left .subtitle {
  font-size: 0.75rem;
  margin: 0.5rem 0;
  text-align: center;
}
.hot-products-box a .left .text {
  font-size: 0.65rem;
}
.hot-products .hot-products-prev, .hot-products .hot-products-next {
  display: none;
}
.pagination-hot-products {
  display: block;
}
}



.stories-top {
  background: url(../image/stories-top-bg.png) center top no-repeat transparent;
  background-size: cover;
  min-height: 177px;
  width: 100%;
}

.stories-main {
  background-color: #f6f6f6;
  padding-bottom: 1.4rem;
}

.stories-main .stories-list {
  margin-top: 35px;
  height: 415px;
  overflow: hidden;
}

.stories-main .stories-list li {
  width: 24%;
  float: left;
  margin-right: 2%;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.stories-main .stories-list li:last-child {
  margin-right: 0;
  float: right;
}

.stories-main .stories-list li * {
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}

.stories-main .stories-list li .img {
  display: block;
  width: 100%;
}

.stories-main .stories-list li .text-info {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}

.stories-main .stories-list li .text-info .txt {
  width: 80%;
  height: 82%;
  top: 8%;
  left: 13%;
  position: absolute;
}

.stories-main .stories-list li .text-info .txt .title {
  color: #e60012;
  line-height: 1.2;
  overflow: hidden;
  max-height: 2.575rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 0.6rem;
}

.stories-main .stories-list li .text-info .txt .text {
  margin: 0.5rem 0 1rem;
  color: #a2a2a2;
  line-height: 1.5;
  overflow: hidden;
  max-height: 2.575rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 0.35rem;
}
.stories-main .stories-list li .text-info .txt .view-more {
  margin-top: 0.25rem;
}
.stories-main .stories-list li .lrt {
  width: 50%;
  position: absolute;
  top: 10%;
  left: 0%;
  opacity: 0;
}

.stories-main .stories-list li .lcx {
  width: 90%;
  max-width: 335px;
  position: relative;
}

.stories-main .stories-list li .lcx img {
  display: block;
  width: 100%;
  margin-top: 12%;
}

.stories-main .stories-list li.current {
  width: 48%;
}

.stories-main .stories-list li.current .lcx {
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}

.stories-main .stories-list li.current .text-info {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.stories-main .stories-list li.current .lrt {
  left: 50%;
  opacity: 1;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.stories-main .stories-list li.current .lcx img {
  margin-top: 0%;
}
@media (max-width: 850px) {
  .stories-top {
      background-size: 100% 100%;
      min-height: 1rem;
  }
  .stories-main .stories-list {
    height: auto;
  }
  .stories-main .stories-list li,
  .stories-main .stories-list li.current {
    width: 100%;
    float: none;
    margin: 0 0 1.5rem;
    padding: 0 1rem;
  }
  .stories-main .stories-list li .text-info {
    width: 90%;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    position: static;
    margin: 0 auto;
  }
  .stories-main .stories-list li.current .lrt {
      opacity: 0;
  }
  .stories-main .stories-list li .lcx {
    display: none;
  }
  .stories-main .stories-list li .text-info .txt .title {
    font-size: 0.9rem;
    max-height: 4.319rem;
  }
  .stories-main .stories-list li .text-info .txt .text {
    font-size: 0.75rem;
    max-height: 5.625rem;
    margin: 1rem 0 2rem;
  }
}



.news-events {
  padding-top: 1rem;
}
.news-events-top {
  border-bottom: 1px solid #e5e5e5;
}
.news-tab {
  display: block;
  padding-top: .8rem;
}

.news-tab li {
  flex-grow: 1;
  text-align: center;
  float: left;
  margin: 0 .5rem;
}

.news-tab li span {
  display: inline-block;
  line-height: 1.4rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 0.45rem;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
  padding: 0 .5rem;
}

.news-tab li:hover span,
.news-tab li.current span {
  border-bottom: 2px solid #e60012;
  color: #e60012;
}


.news-events-box {
  margin-top: 1.25rem;
  position: relative;
  display: none;
}

.news-events-box .picture {
  width: 17rem;
  height: 11.625rem;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

.news-events-box .picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;

}

.news-events-box .picture img:nth-child(1) {
  position: relative;
  opacity: 1;
}

.news-events-box .picture img.current {
  opacity: 1;
}

.news-events-box .text-list * {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
}

.news-events-box .text-list {
  height: 11.625rem;
  overflow: auto;
  padding-left: 17rem;
}

.news-events-box .text-list li {
  position: relative;
  padding: 0.4rem 1rem 0.4rem 0.75rem;
  background: #f2f2f2;
  width: calc(100% - 20px);
  margin-left: 20px;
  box-sizing: border-box;
  border-left: 3px solid #e9e9e9;
}

.news-events-box .text-list li img {
  display: none;
}

.news-events-box .text-list li .title {
  font-size: 0.4rem;
  line-height: 0.6rem;
  height: 1.2rem;
  color: #626262;
}

.news-events-box .text-list li .text {
  color: #a2a2a2;
  margin-top: 0.375rem;
}

.news-events-box .text-list li .icon {
  width: 12px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/news-current.png) center no-repeat transparent;
  z-index: -1;
}

.news-events-box .text-list li.current .title {
  color: #e60212;
}

.news-events-box .text-list li.current .icon {
  left: -12px;
  z-index: 2;
}

.news-events-box .text-list::-webkit-scrollbar {
  width: 4px;
}

.news-events-box .text-list::-webkit-scrollbar-thumb {
  background: #606060;
}

.news-events-box .text-list::-webkit-scrollbar-track {
  background: #f2f2f2;
}
@media (max-width: 850px) {
  .news-tab li {
    width: 48%;
    margin: 0 1% 0.7rem;
    font-size: 0.75rem;
    line-height: 1.9rem;
    border-radius: 5px;
    text-align: center;
    float: left;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    position: relative;
  }
  .news-tab li i {
    width: 13px;
    height: 5px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    background: url(../image/class-cur.png) center center no-repeat transparent;
    display: none;
  }
  .news-tab li span {
    display: block;
    font-size: 0.75rem;
    line-height: 1.9rem;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    border: 0;
  }
  .news-tab li.current {
    border: 1px solid #e70012;
    background-color: #e70012;
    color: #ffffff;
    z-index: 9;
  }
  .news-tab li.current span {
    color: #ffffff;
    border: 0;
  }
  .news-tab li.current i {
    display: block;
  }
  .news-events-box .picture {
    display: none;
  }
  .news-events-box .text-list {
    height: auto;
    max-height: 21rem;
    padding-left: 0;
    width: 100%;
  }
  .news-events-box .text-list li {
    padding: 0.5rem;
    width: 100%;
    margin-left: 0;
    border-left: 0 solid #e9e9e9;
    border-bottom: 1px solid #e5e5e5;
  }
  .news-events-box .text-list li .title {
    font-size: 0.75rem;
    line-height: 0.9rem;
    height: 1.8rem;
  }
  .news-events-box .text-list li.current .title {
    color: #626262;
  }
  
  .news-events-box .text-list li .text {
    font-size: 0.65rem;
  }
}