@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.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);
  }
}
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;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-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);
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 650px;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  left: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px transparent solid;
  opacity: 1;
  padding: 5px;
  border-radius: 100%;
  background: none;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer !important;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #fff;
  width: 8px;
  height: 8px;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  border-color: #d10500;
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #d10500;
}
.banner .hot {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
  padding-left: 280px;
  height: 70px;
  line-height: 70px;
  padding-right: 25px;
}
@media screen and (max-width: 1380px) {
  .banner .hot {
    margin-left: -920px;
  }
}
@media screen and (max-width: 1320px) {
  .banner .hot {
    margin-left: -870px;
  }
}
.banner .hot::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 110%;
  z-index: -1;
  right: 0;
  top: 0;
  background-color: rgba(209, 5, 0, 0.7);
  -webkit-transform: skewX(40deg);
  -moz-transform: skewX(40deg);
  -o-transform: skewX(40deg);
  transform: skewX(40deg);
  transform-origin: right 0;
}
.banner .hot .tit {
  float: left;
  color: #fff;
  background: url(../images/hot.png) 0 center no-repeat;
  font-size: 16px;
  padding-left: 30px;
}
.banner .hot .hotLink {
  float: left;
}
.banner .hot .hotLink a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
}
.banner .hot .hotLink a:hover {
  text-decoration: underline;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media screen and (max-width: 1380px) {
  .banner .hot {
    margin-right: -600px;
  }
}
.notice .ggBox {
  height: 70px;
  padding-left: 148px;
}
.notice .ggBox .tit {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  background-color: #d10500;
  color: #fff;
  font-size: 14px;
  width: 130px;
  height: 40px;
  border-radius: 2px;
  line-height: 40px;
}
.notice .ggBox .tit::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ggico.png) center center no-repeat;
  width: 16px;
  height: 14px;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.notice .ggBox .bd {
  height: 70px;
  overflow: hidden;
}
.notice .ggBox .bd ul li {
  width: 100%;
}
.notice .ggBox .bd ul li .item {
  height: 70px;
  position: relative;
  padding-right: 100px;
  line-height: 70px;
}
.notice .ggBox .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.notice .ggBox .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.notice .ggBox .bd ul li .item .bt:hover {
  color: #d10500;
}
.notice .ggBox .bd ul li .item .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #666666;
}
@keyframes line {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  48% {
    transform: scaleX(0);
    transform-origin: right;
  }
  52% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.title {
  line-height: 1;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 36px;
  line-height: 26px;
}
.title span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin-top: 15px;
}
.title em {
  display: block;
  height: 6px;
  margin-top: 20px;
  background: url(../images/titico.png) center center no-repeat;
}
.moreLink {
  display: block;
  color: #fff;
  width: 160px;
  height: 41px;
  font-size: 16px;
  line-height: 41px;
  background-color: #d10500;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d10500;
  border-radius: 3px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.moreLink:hover {
  background: none;
  color: #d10500;
  box-shadow: 0 10px 10px -5px rgba(209, 5, 0, 0.5);
}
.moreLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 26px;
}
.about {
  background: url(../images/aboutbg.jpg) 0 center no-repeat;
  position: relative;
  overflow: hidden;
  padding: 46px 0 62px;
}
.about .aboutBox {
  margin-top: 32px;
  background-color: #ffffff;
  padding: 30px;
}
.about .aboutPic {
  width: 50%;
  height: 390px;
  position: relative;
  overflow: hidden;
  float: left;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover {
  box-shadow: 0 0 20px rgba(209, 5, 0, 0.2);
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutText {
  width: 50%;
  position: relative;
  float: right;
  height: 100%;
  padding: 28px 0 0 45px;
}
.about .aboutText .tit span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.about .aboutText .tit i {
  display: block;
  font-size: 12px;
  margin-top: 15px;
  line-height: 10px;
  color: #999999;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #d10500;
  margin-top: 26px;
}
.about .aboutText .text {
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 38px;
  max-height: 152px;
  font-size: 18px;
  color: #666666;
}
.about .aboutText .number {
  width: 100%;
  margin-top: 30px;
}
.about .aboutText .number ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 490px;
}
.about .aboutText .number ul li {
  float: left;
}
.about .aboutText .number ul li h4 {
  line-height: 1;
  color: #014f32;
}
.about .aboutText .number ul li h4 i {
  font-family: Impact;
  font-size: 47px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 40px;
}
.about .aboutText .number ul li h4 em {
  font-size: 16px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: bottom;
}
.about .aboutText .number ul li p {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1;
}
.about .aLink {
  margin-top: 30px;
  overflow: hidden;
  background-color: #ffffff;
}
.about .aLink ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.about .aLink ul li {
  float: left;
}
.about .aLink ul li.line {
  width: 1px;
  height: 61px;
  background-color: #d9d9d9;
}
.about .aLink ul li a {
  display: block;
  position: relative;
  height: 100px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i {
  display: inline-block;
  vertical-align: middle;
  height: 100px;
  width: 50px;
  margin-right: 11px;
  position: relative;
  overflow: hidden;
}
.about .aLink ul li a i img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about .aLink ul li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  top: 2px;
}
.about .aLink ul li a span em {
  font-size: 14px;
  color: #808080;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a:hover {
  color: #d10500;
}
.about .aLink ul li a:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aLink ul li a:hover span em {
  color: #d10500;
}
.about .aLink ul li.on a::after,
.about .aLink ul li:hover a::after {
  transform: scaleX(1);
  transform-origin: left;
}
.product {
  position: relative;
  overflow: hidden;
  padding: 54px 0 35px;
}
.product .proNav::after,
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proNav .title span {
  margin-top: 20px;
}
.product .proNav ul {
  float: right;
  margin-top: 12px;
  margin-right: -25px;
}
.product .proNav ul li {
  float: left;
  margin-top: 20px;
  margin-right: 25px;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  width: 165px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d10500, #d10500);
  background-image: linear-gradient(to right, #d10500, #d10500);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  background-size: 100% 100%;
  color: #fff;
}
.product .proList {
  margin-top: 45px;
}
.product .proList ul {
  margin: 0 -10px;
  position: relative;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  position: relative;
  padding: 0 10px;
  width: 25%;
  margin-top: 8px;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #ededed;
  position: relative;
  overflow: hidden;
  padding: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic i {
  display: block;
  width: 100%;
  padding-top: 79.365%;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .item .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
}
.product .proList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item:hover .pic {
  border-color: #d10500;
}
.product .proList ul li .item:hover .pic::before {
  opacity: 1;
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .bt {
  color: #d10500;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.product .proLink {
  margin-top: 45px;
  text-align: center;
  font-size: 16px;
}
.product .proLink .more {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  width: 160px;
  height: 41px;
  line-height: 41px;
  background-color: #d10500;
  border-radius: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proLink .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d10500;
  border-radius: 3px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.product .proLink .more:hover {
  background: none;
  color: #d10500;
  box-shadow: 0 10px 10px -5px rgba(209, 5, 0, 0.5);
}
.product .proLink .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.product .proLink .zxLink {
  margin-left: 38px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  width: 160px;
  height: 41px;
  line-height: 41px;
  background-color: #333333;
  border-radius: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proLink .zxLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d10500;
  border-radius: 3px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.product .proLink .zxLink:hover {
  background: none;
  color: #d10500;
  box-shadow: 0 10px 10px -5px rgba(209, 5, 0, 0.5);
}
.product .proLink .zxLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 88px;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .title {
  color: #ffffff;
}
.youshi .title em {
  margin-top: 15px;
}
.youshi .tip {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  margin-top: 15px;
}
.youshi .ysList {
  height: 473px;
  margin-top: 33px;
}
.youshi .ysList ul {
  display: flex;
  justify-content: space-between;
}
.youshi .ysList ul li {
  float: left;
  height: 473px;
  width: 21.1%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .pic {
  width: 100%;
  height: 100%;
}
.youshi .ysList ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.youshi .ysList ul li .cont {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -68px;
  padding: 0 30px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .cont .tit span {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
}
.youshi .ysList ul li .cont .tit i {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  line-height: 12px;
  margin-top: 15px;
}
.youshi .ysList ul li .cont .text {
  margin-top: 15px;
  height: 81px;
  overflow: hidden;
  line-height: 27px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  font-size: 18px;
}
.youshi .ysList ul li.on {
  width: 36.7%;
}
.youshi .ysList ul li.on .cont {
  bottom: 45px;
}
.youshi .ysList ul li.on .cont .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.case {
  overflow: hidden;
  position: relative;
  padding: 40px 0 42px;
}
.case .caseSwiper {
  margin: 0 -13px;
  margin-top: 15px;
  position: relative;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  padding: 20px 13px;
  float: left;
  width: 25%;
}
.case .caseSwiper ul li .item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(6, 149, 56, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 76.5625%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
}
.case .caseSwiper ul li .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
  padding-right: 45px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d10500, #d10500);
  background-image: linear-gradient(to right, #d10500, #d10500);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseSwiper ul li .item .bt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 28px;
  height: 100%;
  background: url(../images/caseli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item:hover {
  box-shadow: 6px 7px 7px 0px rgba(209, 5, 0, 0.1);
}
.case .caseSwiper ul li .item:hover .bt {
  background-size: 100% 100%;
  color: #fff;
}
.case .caseSwiper ul li .item:hover .bt::before {
  filter: grayscale(100) brightness(3);
}
.case .page .case-prev {
  font-size: 16px;
  position: absolute;
  height: 30px;
  left: -87px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #666666;
  cursor: pointer;
  outline: none;
}
.case .page .case-prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 16px;
  width: 17px;
  height: 30px;
  background: url(../images/casel.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.case .page .case-prev:hover,
.case .page .case-prev.on {
  color: #d10500;
}
.case .page .case-prev:hover::before,
.case .page .case-prev.on::before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.case .page .case-next {
  font-size: 16px;
  position: absolute;
  height: 30px;
  right: -87px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #666666;
  cursor: pointer;
  outline: none;
}
.case .page .case-next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 16px;
  width: 17px;
  height: 30px;
  background: url(../images/caser.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.case .page .case-next:hover,
.case .page .case-next.on {
  color: #d10500;
}
.case .page .case-next:hover::after,
.case .page .case-next.on::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.case .moreLink {
  margin: 18px auto 0;
}
.news {
  overflow: hidden;
  padding: 38px 0 90px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .newsTab {
  padding-top: 12px;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
  text-align: left;
}
.news .newsTab .more {
  margin-top: 28px;
  border-radius: 3px;
  float: right;
  text-align: center;
  display: block;
  width: 165px;
  height: 50px;
  background-color: #e6e6e6;
  line-height: 50px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d10500, #d10500);
  background-image: linear-gradient(to right, #d10500, #d10500);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsTab .more:hover {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTab ul {
  float: right;
  margin-top: 28px;
  margin-right: 46px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 46px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  position: relative;
  border-radius: 3px;
  display: block;
  width: 165px;
  height: 50px;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d10500, #d10500);
  background-image: linear-gradient(to right, #d10500, #d10500);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 43px;
  margin-right: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #d10500;
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  margin: 20px -13px 0;
  position: relative;
}
.news .newsTabs .bd {
  height: 512px;
}
.news .newsList {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  height: 512px;
  width: 100%;
}
.news .newsList::after,
.news .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul::after,
.news .newsList .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  float: left;
  width: 50%;
  margin-top: 28px;
}
.news .newsList .list ul li .item {
  margin: 0 13px;
  height: 228px;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 25px 40px 0 300px;
}
.news .newsList .list ul li .item .pic {
  display: block;
  width: 248px;
  height: 188px;
  position: absolute;
  overflow: hidden;
  left: 20px;
  top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .list ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .item .cont .line {
  width: 28px;
  height: 2px;
  background-color: #333333;
  margin-top: 13px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d10500, #d10500);
  background-image: linear-gradient(to right, #d10500, #d10500);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .list ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #666666;
  font-size: 18px;
  margin-top: 15px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.news .newsList .list ul li .item .cont .date {
  line-height: 10px;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  margin-top: 22px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list ul li .item:hover .cont .bt {
  color: #d10500;
  font-weight: bold;
}
.news .newsList .list ul li .item:hover .cont .line {
  background-size: 100% 100%;
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .one {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
