@charset "utf-8";

/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}

.clearboth {
  clear: both;
}

.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}

@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.clear {
  clear: both;
}

@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

body {
  height: auto !important;
}

body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.topWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner ul li a {
  display: block;
  width: 100%;
}

.banner ul li a figure {
  width: 100%;
}

.banner ul li a figure img {
  display: block;
  width: 100%;
}

.banner .hero-carousel__pagination {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.banner .hero-carousel__pagination span {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  margin: 0 10px;
  opacity: 1;
}

.banner .hero-carousel__pagination span.swiper-pagination-bullet-active {
  background: #d31632;
}

.banner .hero-carousel__next {
  width: 5vw;
  height: 5vw;
  background: rgba(211, 22, 50, 0.5) url(../images/next.png) no-repeat center;
  position: absolute;
  left: -5vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5vw;
  z-index: 2;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.banner .hero-carousel__prev {
  width: 5vw;
  height: 5vw;
  background: rgba(211, 22, 50, 0.5) url(../images/prev.png) no-repeat center;
  position: absolute;
  right: -5vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5vw;
  z-index: 2;
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.banner:hover .hero-carousel__next {
  left: 3vw;
}

.banner:hover .hero-carousel__prev {
  right: 3vw;
}

.about {
  padding-top: 86px;
  padding-bottom: 122px;
}

.about .about-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.about .about-section .about-section__introduction {
  width: 48%;
}

.about .about-section .about-section__introduction .about-section__title h3 a {
  display: block;
  background: url(../images/title_bg.png) no-repeat center left;
  font-size: 30px;
  line-height: 1;
  padding-left: 43px;
}

.about .about-section .about-section__introduction .about-section__title h2 {
  padding-top: 37px;
  line-height: 52px;
  font-size: 30px;
}

.about .about-section .about-section__introduction .about-section__title h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 52px;
}

.about .about-section .about-section__introduction .about-section__title h1 span {
  color: #d31632;
}

.about .about-section .about-section__introduction p {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 40px;
}

.about .about-section .about-section__introduction .about-section__more {
  width: 180px;
  height: 52px;
  background: #d31632;
  display: flex;
  align-items: center;
  border-radius: 52px;
  justify-content: space-between;
  margin-top: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about .about-section .about-section__introduction .about-section__more i {
  font-size: 16px;
  padding-left: 22px;
  color: #fff;
  display: block;
}

.about .about-section .about-section__introduction .about-section__more em {
  margin-right: 4px;
  width: 46px;
  height: 46px;
  display: block;
  background: url(../images/about-section__more.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about .about-section .about-section__introduction .about-section__more:hover {
  background: #333;
}

.about .about-section .about-section__introduction .about-section__more:hover em {
  margin-right: 10px;
}

.about .about-section .about-section__image {
  width: 38.8125%;
}

.about .about-section .about-section__image a {
  display: block;
  width: 100%;
}

.about .about-section .about-section__image a figure {
  display: block;
  width: 100%;
}

.about .about-section .about-section__image a figure img {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about .about-section .about-section__image a figure:hover img {

  transform: scale(1.1);
}

.about .about-strengths {
  margin-top: 108px;
}

.about .about-strengths ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.about .about-strengths ul li {
  width: 20.9375%;
}

.about .about-strengths ul li p {
  font-size: 18px;
  line-height: 1;
}

.about .about-strengths ul li .about-strengths__item--line {
  width: 100%;
  height: 1px;
  display: block;
  background: #333;
  position: relative;
  margin-top: 21px;
}

.about .about-strengths ul li .about-strengths__item--line::after {
  content: "";
  width: 36px;
  height: 2px;
  background: #d31632;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}


@keyframes identifier {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-10px);
  }

  40% {
    transform: translateY(10px);
  }

  60% {
    transform: translateY(-5px);
  }

  80% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0);
  }
}


.about .about-strengths ul li .about-strengths__item--number {
  margin-top: 38px;
  display: flex;
  align-items: flex-start;
}

.about .about-strengths ul li .about-strengths__item--number b {
  font-size: 90px;
  line-height: 0.8;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.about .about-strengths ul li:hover .about-strengths__item--number b {
  color: #d31632;
  animation: identifier ease-in-out 1s;
}

.about .about-strengths ul li .about-strengths__item--number em {
  width: 40px;
  height: 40px;
  background: #d31632;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  margin-left: 23px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
}

.about .about-strengths ul li .about-strengths__item--number em::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #868b8f;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.about .about-strengths ul li .about-strengths__item--number em i {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
}




.title a {
  display: block;
  background: url(../images/title_bg.png) no-repeat center left;
  font-size: 30px;
  line-height: 1;
  padding-left: 43px;
}

.title em {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 52px;
  margin-top: 20px;
  display: block;
}

.title em span {
  color: #d31632;
}

.product {
  padding-top: 87px;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
}

.product::after {
  content: "guocai";
  font-size: 224px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 10vh;
  pointer-events: none;
}

.product .products__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.product .products__wrapper .product-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product .products__wrapper .product-nav ul li {
  padding: 15px;
  border: 1px solid #333;
  border-radius: 5px;
  margin-left: 27px;
  background: #fbfbfb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .products__wrapper .product-nav ul li a {
  display: block;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .products__wrapper .product-nav ul li.on {
  background: #d31632;
  border-color: #d31632;
}

.product .products__wrapper .product-nav ul li.on a {
  color: #fff;
}

.product .product-list {
  margin-top: 50px;
  position: relative;
  z-index: 3;
}

.product .product-list .product-item {
  position: relative;
}

.product .product-list .product-item ul li {
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 10px 10px 0 10px;
}

.product .product-list .product-item ul li a {
  width: 100%;
  display: block;
}

.product .product-list .product-item ul li a figure {
  width: 100%;
  padding: 39% 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.product .product-list .product-item ul li a figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .product-list .product-item ul li a figcaption {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/product-more.png) no-repeat center right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .product-list .product-item ul li:hover a figure img {
  transform: scale(1.1);
}

.product .product-list .product-item ul li:hover a figcaption {
  color: #d31632;
}

.product .product-list .product-item .product-item__prev {
  width: 30px;
  height: 55px;
  display: block;
  background: url(../images/product-item__arrow.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  left: -60px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .product-list .product-item .product-item__prev:hover {
  background: url(../images/product-item__hover.png) no-repeat center;
}

.product .product-list .product-item .product-item__next {
  width: 30px;
  height: 55px;
  display: block;
  background: url(../images/product-item__arrow.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center center;
  right: -60px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .product-list .product-item .product-item__next:hover {
  background: url(../images/product-item__hover.png) no-repeat center;
}

.product .product-more {
  width: 100%;
  height: 120px;
  background: #fff;
  -webkit-clip-path: ellipse(36% 100% at 51% 120%);
  clip-path: ellipse(36% 100% at 51% 120%);
  padding-top: 60px;
  margin-top: 35px;
}

.product .product-more a {
  display: table;
  margin: 0px auto 0;
  font-size: 20px;
  padding-left: 40px;
  line-height: 32px;
  background: url(../images/priduct-mores.png) no-repeat center left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .product-more a:hover {
  color: #d31632;
}

.reason {
  background: url(../images/reason-Bg.jpg) no-repeat center;
  padding-top: 92px;
  padding-bottom: 166px;
  background-size: cover;
}

.reason .title a {
  color: #fff;
}

.reason .title em {
  color: #fff;
}

.reason .reason-wrapper {
  padding-top: 200px;
}

.reason .reason-wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reason .reason-wrapper ul li {
  width: 17.5%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.reason .reason-wrapper ul li em {
  width: 100%;
  height: 80%;
  background: rgb(211, 22, 50,0.7);
  border-radius: 200px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  font-size: 60px;
  color: #fff;
  overflow: hidden;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  padding-top: 33px;
}

.reason .reason-wrapper ul li .reason-item {
  background: #f3f3f3 url(../images/reason-item__bg.png) no-repeat center bottom;
  border-radius: 20px 20px 150px 150px;
  padding: 0 30px;
  padding-top: 47px;
  padding-bottom: 42px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.reason .reason-wrapper ul li .reason-item b {
  display: block;
  text-align: center;
  font-size: 60px;
  line-height: 1;
  color: #d31632;
  height: 45px;
  overflow: hidden;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 900;
}

.reason .reason-wrapper ul li .reason-item h4 {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
}

.reason .reason-wrapper ul li .reason-item p {
  margin-top: 23px;
  font-size: 15px;
  line-height: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666666;
  text-align: center;
}

.reason .reason-wrapper ul li .reason-item i {
  font-size: 14px;
  padding-top: 35px;
  color: #999999;
  display: block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.reason .reason-wrapper ul li:hover em,
.reason .reason-wrapper ul li.on em {
  top: -120px;
}

.reason .reason-wrapper ul li:hover .reason-item,
.reason .reason-wrapper ul li.on .reason-item {
  background-color: #fff;
}

.reason .reason-wrapper ul li:hover .reason-item b,
.reason .reason-wrapper ul li.on .reason-item b {
  height: 0;
}

.reason .reason-wrapper ul li:hover .reason-item h4,
.reason .reason-wrapper ul li.on .reason-item h4 {
  padding-bottom: 29px;
  border-bottom: 1px dashed #d31632;
}

.reason .reason-wrapper ul li:hover .reason-item p,
.reason .reason-wrapper ul li.on .reason-item p {
  margin-top: 40px;
}

.case {
  padding-top: 91px;
  background: #fbfbfb;
  padding-bottom: 128px;
}

.case .case-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.case .case-header .about-section__more {
  width: 180px;
  height: 52px;
  background: #d31632;
  display: flex;
  align-items: center;
  border-radius: 52px;
  justify-content: space-between;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case .case-header .about-section__more i {
  font-size: 16px;
  padding-left: 22px;
  color: #fff;
  display: block;
}

.case .case-header .about-section__more em {
  margin-right: 4px;
  width: 46px;
  height: 46px;
  display: block;
  background: url(../images/about-section__more.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case .case-header .about-section__more:hover {
  background: #333;
}

.case .case-header .about-section__more:hover em {
  margin-right: 10px;
}

.case .case-items {
  width: 100%;
  padding-left: 8.3%;
  box-sizing: border-box;
  position: relative;
  margin-top: 72px;
}

.case .case-items ul li {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.case .case-items ul li a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}

.case .case-items ul li a figure {
  width: 100%;
  padding: 28.51% 0;
  display: block;
  background: #fff;
  position: relative;
}

.case .case-items ul li a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.case .case-items ul li a figcaption {
  width: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  height: calc(100% - 40px);
  padding: 0 3.5%;
  box-sizing: border-box;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.case .case-items ul li a figcaption i {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #333;
  margin-top: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case .case-items ul li a figcaption em {
  display: block;
  width: 20px;
  height: 2px;
  background: #d31632;
  margin: 20px 0;
}

.case .case-items ul li a figcaption span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
}

.case .case-items ul li a figcaption strong {
  width: 156px;
  height: 44px;
  background: #d31632;
  display: flex;
  align-items: center;
  border-radius: 44px;
  justify-content: space-between;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 40px;
}

.case .case-items ul li a figcaption strong b {
  font-weight: normal;
  font-size: 16px;
  padding-left: 22px;
  color: #fff;
  display: block;
}

.case .case-items ul li a figcaption strong u {
  margin-right: 4px;
  width: 34px;
  height: 34px;
  display: block;
  background: url(../images/about-section__more.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: contain;
}

.case .case-items ul li a figcaption strong:hover {
  background: #333;
}

.case .case-items ul li:hover a figcaption,
.case .case-items ul li.swiper-slide-active a figcaption {
  width: 42.9487%;
  opacity: 1;
}

.case .case-items .case-arrow {
  width: 30px;
  height: 55px;
  display: block;
  background: url(../images/product-item__arrow.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  left: 4%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case .case-items .case-arrow:hover {
  background-image: url(../images/product-item__hover.png);
}

.news {
  padding-top: 85px;
  padding-bottom: 102px;
}

.news .news-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .news-layout .news-header .news__more {
  margin-top: 44px;
  width: 245px;
  height: 52px;
  background: #d31632;
  display: flex;
  align-items: center;
  border-radius: 52px;
  justify-content: space-between;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-layout .news-header .news__more i {
  font-size: 20px;
  padding-left: 22px;
  color: #fff;
  display: block;
}

.news .news-layout .news-header .news__more em {
  margin-right: 4px;
  width: 46px;
  height: 46px;
  display: block;
  background: url(../images/about-section__more.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-layout .news-header .news__more:hover {
  background: #333;
}

.news .news-layout .news-header .news__more:hover em {
  margin-right: 10px;
}

.news .news-layout .news-section {
  width: 70.125%;
}

.news .news-layout .news-section ul li {
  border-bottom: 1px solid #dddddd;
  padding-top: 35px;
  padding-bottom: 35px;
}

.news .news-layout .news-section ul li a {
  display: block;
}

.news .news-layout .news-section ul li a .news-title {
  padding-right: 5%;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/news-title.png) no-repeat center right;
  line-height: 24px;
}

.news .news-layout .news-section ul li a .news-title::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d31632;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.news .news-layout .news-section ul li a .news-info {
  font-size: 16px;
  color: #666666;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-layout .news-section ul li a time {
  font-size: 14px;
  color: #666;
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .news-layout .news-section ul li:hover a .news-title,
.news .news-layout .news-section ul li.on a .news-title {
  font-weight: bold;
  color: #d31632;
  margin-left: 10px;
  background: url(../images/news-title__hover.png) no-repeat center right;
}

.news .news-layout .news-section ul li:hover a .news-info,
.news .news-layout .news-section ul li.on a .news-info {
  margin-top: 22px;
  height: 20px;
}

.news .news-layout .news-section ul li:hover a time,
.news .news-layout .news-section ul li.on a time {
  height: 16px;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .reason .reason-wrapper {
    padding-top: 50px;
  }

  .reason .reason-wrapper ul li:hover em,
  .reason .reason-wrapper ul li.on em {
    display: none;
  }

  .reason .reason-wrapper ul li .reason-item {
    height: 100%;
  }

  .reason {
    padding-bottom: 60px;
  }

  .news .news-layout .news-section {
    width: 100%;
    margin-top: 40px;
  }

  .news .news-layout .news-header {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .banner .hero-carousel__pagination {
    bottom: 15px;
  }

  .about {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .about .about-section .about-section__introduction {
    width: 100%;
  }

  .about .about-section .about-section__introduction .about-section__title h3 a {
    display: table;
    margin: 0 auto;
  }

  .about .about-section .about-section__introduction .about-section__title h2 {
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
    line-height: 2;
  }

  .about .about-section .about-section__introduction .about-section__title h1 {
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
  }

  .about .about-section .about-section__introduction p {
    -webkit-line-clamp: 8;
    line-clamp: 8;
    margin-top: 10px;
  }

  .about .about-section .about-section__introduction .about-section__more {
    margin: 30px auto 0;
  }

  .about .about-section .about-section__image {
    width: 100%;
    margin-top: 30px;
  }

  .about .about-strengths ul li {
    width: 48%;
    margin-bottom: 40px;
  }

  .about .about-strengths ul li .about-strengths__item--number b {
    font-size: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }




  .about .about-strengths ul li:hover .about-strengths__item--number b {
    color: #d31632;
  }

  .product {
    padding-top: 40px;
  }

  .product-header {
    width: 100%;
  }

  .title a {
    display: table;
    margin: 0 auto;
  }

  .title em {
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 10px;
  }

  .product .products__wrapper .product-nav ul li {
    margin-left: 0;
    width: 48%;
    margin-bottom: 10px;
    border: 1px solid #999;
  }

  .product .products__wrapper .product-nav ul li a {
    font-size: 18px;
    text-align: center;
  }

  .product .product-list {
    margin-top: 20px;
  }

  .product .product-more {
    margin-top: 20px;
  }

  .reason .reason-wrapper ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  .reason {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .case .case-header .about-section__more {
    display: none;
  }

  .case .case-header {
    width: 100%;
    justify-content: center;
  }

  .case {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .case .case-items {
    padding-left: 0;
    margin-top: 30px;
    width: 96%;
    margin: 0 auto;
  }

  .case .case-items ul li a figcaption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  .case .case-items ul li {
    margin-top: 30px;
  }

  .case .case-items ul li a figcaption i {
    margin-top: 20px;
  }

  .case .case-items ul li a figcaption strong {
    display: none;
  }

  .case .case-items ul li:hover a figcaption,
  .case .case-items ul li.swiper-slide-active a figcaption {
    width: 100%;
  }

  .case .case-items ul li a figcaption span {
    color: #666;
  }

  .reason .reason-wrapper ul li .reason-item h4 {
    font-size: 24px;
  }

  .news .news-layout .news-header .news__more {
    display: none;
  }

  .news .news-layout .news-section ul li a .news-title {
    font-size: 16px;
    padding-right: 12%;
  }

  .news .news-layout .news-section ul li:hover a .news-info,
  .news .news-layout .news-section ul li.on a .news-info {
    margin-top: 10px;
  }

  .news {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .product .products__wrapper .product-nav ul {
    margin-top: 30px;
  }
}