@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,
.topWow,
.bottomWow {
  -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;
  position: relative;
}
.banner .bannerSwiper ul li a {
  display: block;
  width: 100%;
}
.banner .bannerSwiper video {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 550px;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 500px;
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.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-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #00ab80 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 8px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #00ab80;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  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: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  font-size: 40px;
  display: block;
}
.title i {
  margin-top: 16px;
  display: block;
  font-family: Arial;
  font-size: 18px;
  line-height: 14px;
  color: #bcbcbc;
  background: url(../images/titline.png) 0 center no-repeat;
  padding-left: 31px;
  padding-top: 10px;
}
.moreLink {
  display: block;
  width: 200px;
  line-height: 58px;
  background-color: #ffffff;
  border: solid 1px #c2c2c2;
  text-align: center;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #00ab80, #00ab80);
  background-image: linear-gradient(to right, #00ab80, #00ab80);
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  color: #fff;
  background-size: 100% 100%;
  border-color: #00ab80;
  box-shadow: 0 10px 10px -5px rgba(0, 171, 128, 0.5);
  border-radius: 30px;
}
.allLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.titBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
}
.about * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .aboutText {
  width: 50%;
  display: flex;
  flex-direction: row-reverse;
  padding-top: 65px;
}
.about .aboutText .box {
  width: 92%;
  max-width: 800px;
  min-width: 500px;
  padding-right: 85px;
}
.about .aboutText .text {
  margin-top: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 40px;
  height: 160px;
  font-size: 18px;
  text-align: justify;
}
.about .aboutText .btn {
  margin-top: 55px;
  display: flex;
  column-gap: 26px;
}
.about .aboutText .btn a {
  display: block;
  width: 200px;
  line-height: 58px;
  background-color: #ffffff;
  border: solid 1px #c2c2c2;
  text-align: center;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #00ab80, #00ab80);
  background-image: linear-gradient(to right, #00ab80, #00ab80);
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .btn a:hover {
  color: #fff;
  background-size: 100% 100%;
  border-color: #00ab80;
  box-shadow: 0 10px 10px -5px rgba(0, 171, 128, 0.5);
}
.about .aboutPic {
  width: 50%;
  position: relative;
  overflow: hidden;
  height: 595px;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 1460px) {
  .about {
    padding-top: 6.4vw;
  }
  .about .aboutPic {
    height: 480px;
  }
  .about .aboutText {
    padding-top: 20px;
  }
  .about .aboutText .box {
    padding-right: 50px;
  }
  .about .aboutText .text {
    margin-top: 46px;
    font-size: 17px;
  }
  .about .aboutText .btn {
    margin-top: 45px;
  }
  .about .aboutText .btn a {
    width: 180px;
  }
}
.number {
  padding: 82px 0;
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
.number ul {
  display: flex;
  justify-content: space-between;
}
.number ul li {
  text-align: center;
}
.number ul li h4 {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: #00ab80;
}
.number ul li h4 i {
  font-family: "Microsoft YaHei Light";
  font-size: 72px;
  line-height: 56px;
  display: inline-block;
  vertical-align: bottom;
}
.number ul li h4 em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  margin-left: 10px;
}
.number ul li p {
  line-height: 1;
  font-size: 18px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.number ul li p::before {
  content: "";
  width: 73px;
  height: 1px;
  background-color: #a8a8a8;
  margin-right: 10px;
}
.industrial {
  padding: 110px 0;
}
@media screen and (max-width: 1460px) {
  .industrial {
    padding: 6.4vw 0;
  }
}
.industrial .cyList {
  margin-top: 52px;
}
.industrial .cyList ul {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.industrial .cyList ul li {
  flex: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.industrial .cyList ul li .pic {
  height: 590px;
  display: block;
  position: relative;
}
.industrial .cyList ul li .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cyyy.png) 0 bottom repeat-x;
  z-index: 2;
}
.industrial .cyList ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.industrial .cyList ul li .bt {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.industrial .cyList ul li .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 19px;
  height: 54px;
  line-height: 54px;
}
.industrial .cyList ul li .bt i {
  display: block;
  width: 26px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
  margin: 0 auto;
}
.industrial .cyList ul li .bt em {
  border-radius: 50%;
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/cyadd.png) center center no-repeat;
  background-color: #00ab80;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 8px auto 0;
}
.industrial .cyList ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.industrial .cyList ul li.on {
  flex: 2.75;
}
.industrial .cyList ul li.on .bt {
  bottom: 46px;
}
.industrial .cyList ul li.on .bt em {
  margin-top: 22px;
  opacity: 1;
}
.reason {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.reason * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reason .ysSwiper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.reason .ysSwiper .swiper-container {
  height: 100% !important;
}
.reason .ysSwiper .swiper-wrapper {
  height: 100% !important;
}
.reason .ysSwiper ul {
  height: 100%;
}
.reason .ysSwiper ul li {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.reason .ysSwiper ul li .img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.reason .ysSwiper ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reason .ysBox {
  padding-top: 188px;
  color: #ffffff;
  height: 920px;
  z-index: 2;
}
.reason .ysContSwiper {
  width: 682px;
  margin-top: 146px;
}
.reason .ysContSwiper ul li {
  font-size: 18px;
  line-height: 44px;
}
.reason .ysHd {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.reason .ysHd ul {
  display: flex;
  justify-content: space-between;
}
.reason .ysHd ul li {
  flex: 1;
  height: 124px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #00ab80, #00ab80);
  background-image: linear-gradient(to right, #00ab80, #00ab80);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  cursor: pointer;
  outline: none;
}
.reason .ysHd ul li:first-child {
  border-left: none;
}
.reason .ysHd ul li .txt {
  padding: 0 14.58%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reason .ysHd ul li .txt i {
  width: 28px;
  height: 27px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.reason .ysHd ul li .txt i 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;
}
.reason .ysHd ul li.active {
  background-size: 100% 100%;
  color: #fff;
}
.reason .ysHd ul li.active .txt i {
  filter: grayscale(100) brightness(2);
}
@media screen and (max-width: 1800px) {
  .reason .ysBox {
    padding-top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: calc(3.125vw + 126px);
    height: 50vw;
  }
  .reason .ysContSwiper {
    margin-top: 7.6vw;
  }
}
@media screen and (max-width: 1360px) {
  .reason .ysBox {
    padding-bottom: calc(4vw + 110px);
    height: 54vw;
    min-height: 600px;
  }
  .reason .ysContSwiper {
    margin-top: 6vw;
  }
  .reason .ysHd ul li {
    height: 110px;
  }
  .reason .ysHd ul li .txt {
    padding: 0 8%;
  }
}
.case {
  padding: 0 0 110px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1460px) {
  .case {
    padding-bottom: 6.4vw;
  }
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseL {
  float: left;
  width: 50%;
  padding-top: 146px;
}
.case .caseL .svgFilter {
  width: 0;
  height: 0;
}
.case .caseL .num {
  display: flex;
  margin-top: 120px;
  line-height: 278px;
  font-family: Impact;
  font-size: 312px;
  overflow: hidden;
  height: 278px;
  background: url(../images/numbg.jpg) 0 center no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case .caseL .num .digit {
  display: flex;
  flex-direction: column;
  background: url(../images/numbg.jpg) 0 center no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case .caseL .num .digit i {
  height: 278px;
  line-height: 278px;
  text-align: center;
  background: url(../images/numbg.jpg) 0 center no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case .caseL .num .digit:nth-child(1) {
  background-position: 0 center;
}
.case .caseL .num .digit:nth-child(1) i {
  background-position: 0 center;
}
.case .caseL .num .digit:nth-child(2) {
  background-position: -163px center;
}
.case .caseL .num .digit:nth-child(2) i {
  background-position: -163px center;
}
.case .caseL .num .digit:nth-child(3) {
  background-position: -326px center;
}
.case .caseL .num .digit:nth-child(3) i {
  background-position: -326px center;
}
.case .caseL .num .digit:nth-child(4) {
  background-position: -489px center;
}
.case .caseL .num .digit:nth-child(4) i {
  background-position: -489px center;
}
.case .caseL .numTxt {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1;
  color: #959595;
}
.case .caseL .tip {
  margin-top: 164px;
  max-width: 620px;
  font-size: 20px;
  line-height: 42px;
}
.case .caseL .moreLink {
  margin-top: 66px;
}
.case .caseSwiper {
  float: right;
  width: 50%;
}
.case .caseSwiper .swiper-container {
  margin-right: -200px;
  height: 63vw;
  max-height: 1092px;
  min-height: 816px;
}
.case .caseSwiper ul li {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 22px 200px 22px 26px;
  height: 21vw;
  max-height: 364px;
  min-height: 272px;
}
.case .caseSwiper ul li .item {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  width: 56%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.case .caseSwiper ul li .item .cont {
  flex: 1;
  min-width: 0;
  margin-left: 7.2%;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 40px;
  height: 80px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .more {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  display: block;
  margin-top: 66px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .more::before {
  content: ">";
  font-family: simsun;
}
.case .caseSwiper ul li .item .cont .more:hover {
  box-shadow: 0 0 0 10px rgba(0, 171, 128, 0.1);
}
.case .caseSwiper ul li .item:hover {
  background-color: #fff;
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.case .caseSwiper ul li .item:hover .cont .bt {
  color: #00ab80;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.case .caseSwiper ul li .item:hover .cont .more {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  background-color: #00ab80;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .case .caseL {
    padding-top: 8.1vw;
  }
  .case .caseL .num {
    margin-top: 6.25vw;
    font-size: 18vw;
    margin-top: 3vw;
  }
  .case .caseL .numTxt {
    margin-top: 2.0833%;
    margin-top: 0;
  }
  .case .caseL .tip {
    margin-top: 8.54vw;
    width: 92%;
  }
  .case .caseL .moreLink {
    margin-top: 3.4375vw;
  }
}
