@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: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #326ffe solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  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: #326ffe;
  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);
}
@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: table;
  font-family: "Arial Black";
  font-size: 128px;
  line-height: 96px;
  color: #ffffff;
  text-shadow: 0px 0px 37px rgba(0, 0, 0, 0.04);
  letter-spacing: 6px;
  margin-right: -6px;
  margin: 0 auto;
}
.title b {
  display: table;
  font-size: 28px;
  margin-top: -42px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.title em {
  display: block;
  margin-top: 12px;
  font-size: 0;
}
.title em::before {
  content: "";
  width: 12px;
  height: 12px;
  border: solid 1px #326ffe;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}
.title em::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #326ffe;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin-left: -6px;
}
.title span {
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  color: #999999;
  margin-top: 10px;
}
.moreLink {
  display: block;
  position: relative;
  font-size: 12px;
  width: 170px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #7d7d7d;
  line-height: 53px;
  font-family: Arial;
  font-size: 17px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #326ffe, #326ffe);
  background-image: linear-gradient(to right, #326ffe, #326ffe);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink::after {
  content: "";
  width: 34px;
  height: 53px;
  display: inline-block;
  vertical-align: top;
  margin-left: 22px;
  background: url(../images/morear.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(50, 111, 254, 0.5);
  color: #fff;
  border-color: #326ffe;
}
.moreLink:hover::after {
  filter: grayscale(100) brightness(6);
  animation: zyfd 1.5s linear infinite;
}
.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: 40px;
}
.about {
  position: relative;
  overflow: hidden;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  background-color: #fbfcfc;
  padding: 60px 0 48px;
}
.about .aboutBox {
  padding-left: 656px;
  height: 509px;
  margin-top: 30px;
}
.about .aboutPic {
  position: absolute;
  left: 0;
  top: 0;
  width: 656px;
  height: 434px;
  overflow: hidden;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.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 {
  position: relative;
  padding-left: 20px;
  padding-top: 2px;
}
.about .aboutText .tit {
  height: 56px;
  padding-left: 75px;
  padding-top: 5px;
  background: url(../images/aboutlogo.png) 0 0 no-repeat;
}
.about .aboutText .tit span {
  display: block;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
}
.about .aboutText .tit i {
  display: block;
  margin-top: 9px;
  line-height: 10px;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: -0.4px;
  color: #999999;
}
.about .aboutText .box {
  margin-top: 14px;
  margin-left: -72px;
  height: 435px;
  background-color: #ffffff;
  box-shadow: 0px 0px 63px 5px rgba(0, 0, 0, 0.05);
  padding: 34px 50px 0 75px;
  position: relative;
}
.about .aboutText .box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 52px;
  width: 190px;
  height: 1px;
  background-color: #326ffe;
}
.about .aboutText .box::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 74px solid #f3f3f3;
  border-left: 52px solid transparent;
  left: 0;
  bottom: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  line-height: 36px;
  height: 252px;
  font-size: 15px;
  color: #666666;
}
@media screen and (max-width: 1320px) {
  .about .aboutText .box {
    padding-right: 30px;
  }
  .about .aboutText .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    line-height: 34px;
    height: 272px;
    font-size: 14px;
  }
}
.about .aboutText .more {
  display: block;
  margin-top: 36px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  width: 128px;
  height: 40px;
  background-color: #326ffe;
  border-radius: 20px;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #326ffe;
  border-radius: 20px;
  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;
}
.about .aboutText .more:hover {
  background: none;
  color: #326ffe;
  box-shadow: 0 10px 10px -5px rgba(50, 111, 254, 0.5);
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .number {
  margin-top: 20px;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
}
.about .number ul li.line {
  width: 1px;
  height: 148px;
  background-color: #f3f3f3;
}
.about .number ul li h4 {
  padding-top: 24px;
  color: #326ffe;
}
.about .number ul li h4 i {
  font-family: Impact;
  font-size: 46px;
  line-height: 38px;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 1px;
}
.about .number ul li h4 em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}
.about .number ul li p {
  font-size: 16px;
  margin-top: 34px;
  line-height: 1;
}
.case {
  overflow: hidden;
  position: relative;
  background: url(../images/casebg.jpg) center 0 no-repeat;
  padding: 70px 0 80px;
}
.case .title {
  text-align: center;
}
.case .caseNav {
  margin-top: 34px;
  height: 170px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: -25px 25px 40px 0px rgba(0, 0, 0, 0.06);
  border: solid 1px rgba(239, 239, 239, 0.5);
}
.case .caseNav ul {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
.case .caseNav ul li.line {
  padding-top: 117px;
  color: #efefef;
  font-size: 18px;
  line-height: 1;
}
.case .caseNav ul li.line::before {
  content: "//";
}
.case .caseNav ul li.line:first-child {
  display: none;
}
.case .caseNav ul li a {
  display: block;
  height: 170px;
  padding-top: 28px;
  text-align: center;
  width: 120px;
}
.case .caseNav ul li a i {
  display: block;
  margin: auto;
  width: 65px;
  height: 65px;
  background-color: #f5f6f8;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseNav ul li a i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 20px;
  line-height: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseNav ul li:hover a i,
.case .caseNav ul li.on a i {
  background-color: #326ffe;
}
.case .caseNav ul li:hover a i img,
.case .caseNav ul li.on a i img {
  filter: grayscale(100) brightness(4);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.case .caseNav ul li:hover a span,
.case .caseNav ul li.on a span {
  color: #326ffe;
  font-weight: bold;
}
.case .caseList {
  margin-top: 10px;
}
.case .caseList ul {
  margin: 0 -13px;
}
.case .caseList ul::after,
.case .caseList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  padding: 0 13px;
  margin-top: 26px;
  float: left;
  width: 25%;
}
.case .caseList ul li .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70.6%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList 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;
}
.case .caseList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 58px;
  line-height: 56px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #326ffe, #326ffe);
  background-image: linear-gradient(to right, #326ffe, #326ffe);
  background-size: 0% 100%;
  background-position: left center;
  background-color: #f5f6f8;
  padding: 0 10px;
  text-align: center;
}
.case .caseList 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);
}
.case .caseList ul li .item:hover .bt {
  background-size: 100% 100%;
  color: #fff;
}
.product {
  position: relative;
  overflow: hidden;
  padding: 56px 0 50px;
}
.product .proSwiper {
  position: relative;
  margin: 0 -25px;
  margin-top: 10px;
}
.product .proSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.product .proSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.product .proSwiper ul::after,
.product .proSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proSwiper ul li {
  float: left;
  padding: 25px;
  width: 33.333%;
}
.product .proSwiper ul li .item {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper 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;
}
.product .proSwiper ul li .item .tt {
  padding-bottom: 3px;
  height: 98px;
  line-height: 95px;
  padding-right: 95px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #326ffe, #326ffe);
  background-image: linear-gradient(to right, #326ffe, #326ffe);
  background-size: 0% 100%;
  background-position: left center;
}
.product .proSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 95px;
  line-height: 95px;
  font-size: 18px;
  padding-left: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .tt .bt::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -2px;
}
.product .proSwiper ul li .item .tt .more {
  position: absolute;
  top: 19px;
  right: 25px;
  width: 57px;
  height: 57px;
  background-color: #f6f6f6;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt .more::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/caseli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt .more:hover {
  background-color: #fff;
}
.product .proSwiper ul li .item:hover {
  border-color: #326ffe;
}
.product .proSwiper 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 .proSwiper ul li .item:hover .tt {
  background-size: 100% 100%;
}
.product .proSwiper ul li .item:hover .tt .bt {
  color: #fff;
}
.product .proSwiper ul li .item:hover .tt .bt::before {
  background-color: #fff;
}
.product .proSwiper ul li .item:hover .tt .more::after {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.product .page .pro-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -90px;
  outline: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: -11px 11px 38px 0px rgba(104, 104, 104, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 26px;
  text-shadow: 1px 0 0 #333, 2px 0 0 #333;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .page .pro-prev::before {
  content: "<";
  font-family: simsun;
}
.product .page .pro-prev:hover,
.product .page .pro-prev.on {
  background-color: #326ffe;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
  color: #fff;
}
.product .page .pro-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -90px;
  outline: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: -11px 11px 38px 0px rgba(104, 104, 104, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 26px;
  text-shadow: 1px 0 0 #333, 2px 0 0 #333;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .page .pro-next::before {
  content: ">";
  font-family: simsun;
}
.product .page .pro-next:hover,
.product .page .pro-next.on {
  background-color: #326ffe;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
  color: #fff;
}
.youshi {
  position: relative;
  background: url(../images/ysbg.jpg) center 220px no-repeat;
}
.youshi .ysTel {
  background: url(../images/ystelbg.jpg) center 0 no-repeat;
  height: 220px;
  text-align: center;
  padding-top: 77px;
  color: #fff;
}
.youshi .ysTel .tel {
  line-height: 68px;
  display: inline-block;
  vertical-align: top;
}
.youshi .ysTel .tel span {
  display: inline-block;
  vertical-align: middle;
}
.youshi .ysTel .tel span img {
  display: block;
}
.youshi .ysTel .tel i {
  display: inline-block;
  vertical-align: middle;
  font-family: Impact;
  font-size: 40px;
  font-style: italic;
  margin-left: 15px;
}
.youshi .ysTel .tel::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  height: 68px;
  margin-right: 24px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysTel .lyBtn {
  display: inline-block;
  vertical-align: top;
  width: 195px;
  height: 58px;
  background-color: #ffffff;
  border-radius: 40px;
  line-height: 58px;
  text-align: center;
  margin-left: 110px;
  font-size: 24px;
  color: #326ffe;
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTel .lyBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 40px;
  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;
}
.youshi .ysTel .lyBtn:hover {
  background: none;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.youshi .ysTel .lyBtn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi .ysList {
  margin-top: 150px;
}
.youshi .ysList .box {
  width: 560px;
}
.youshi .ysList .box .tit {
  position: relative;
  height: 72px;
  padding-left: 114px;
  padding-top: 28px;
  color: #326ffe;
}
.youshi .ysList .box .tit i {
  font-family: Impact;
  font-size: 88px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 72px;
  text-shadow: -8px 9px 9px rgba(50, 111, 254, 0.15);
}
.youshi .ysList .box .tit i::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 150px;
  background-color: #326ffe;
  left: 38px;
  top: 106px;
}
.youshi .ysList .box .tit i::after {
  content: "";
  display: block;
  position: absolute;
  top: 268px;
  left: 35px;
  width: 8px;
  height: 8px;
  background-color: #326ffe;
  border-radius: 50%;
}
.youshi .ysList .box .tit span {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  color: #326ffe;
}
.youshi .ysList .box .tit em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 8px;
  line-height: 10px;
  color: #b3caff;
}
.youshi .ysList .box .text {
  margin-top: 23px;
  margin-top: 35px;
  margin-left: 114px;
  color: #666666;
  font-size: 16px;
  line-height: 40px;
}
.youshi .ysList li {
  height: 276px;
  position: relative;
}
.youshi .ysList li .pic {
  position: absolute;
}
.youshi .ysList li .pic img {
  display: block;
}
.youshi .ysList li.li1 .pic {
  top: -133px;
  right: -30px;
}
.youshi .ysList li.li2 {
  margin-top: 273px;
}
.youshi .ysList li.li2 .box {
  float: right;
}
.youshi .ysList li.li2 .pic {
  top: -164px;
  left: 0;
}
.youshi .ysList li.li3 {
  margin-top: 142px;
}
.youshi .ysList li.li3 .pic {
  top: -133px;
  right: -30px;
}
.youshi .ysList li.li4 {
  margin-top: 235px;
  margin-bottom: 70px;
}
.youshi .ysList li.li4 .box {
  float: right;
}
.youshi .ysList li.li4 .pic {
  bottom: -70px;
  left: 39px;
}
.news {
  overflow: hidden;
  padding: 74px 0 80px;
}
.news .newsList {
  margin-top: 44px;
  margin-left: -30px;
  margin-right: -30px;
}
.news .newsList::after,
.news .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1400px) {
  .news .newsList {
    margin-left: 0;
    margin-right: 0;
  }
}
.news .listBox {
  float: left;
  width: 33.333%;
  padding: 35px 40px 0;
  height: 752px;
  background-color: #fbfbfb;
}
.news .listBox .tit a {
  display: block;
  font-size: 22px;
  height: 42px;
  line-height: 42px;
  position: relative;
  font-weight: bold;
}
.news .listBox .tit a i {
  display: block;
  position: absolute;
  right: 0;
  font-size: 28px;
  top: 0;
  font-weight: bold;
}
.news .listBox .tit a:hover {
  color: #326ffe;
}
.news .listBox .list {
  margin-top: 10px;
}
.news .listBox1 .list .one {
  position: relative;
}
.news .listBox1 .list .one::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #326ffe;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .listBox1 .list .one:hover::after,
.news .listBox1 .list .one.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .listBox1 .list .one .pic {
  display: block;
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .listBox1 .list .one .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 .listBox1 .list .one .cont {
  height: 146px;
  padding-top: 20px;
}
.news .listBox1 .list .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  left: 0;
}
.news .listBox1 .list .one .cont .bt:hover {
  left: 5px;
}
.news .listBox1 .list .one .cont .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 4px;
  height: 13px;
  background-color: #333333;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .listBox1 .list .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 13px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .listBox1 .list .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .listBox1 .list .one:hover .cont .bt {
  color: #326ffe;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .listBox1 .list .one:hover .cont .bt:before {
  background-color: #326ffe;
}
.news .listBox1 .list .one:hover .cont p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .listBox1 .list ul li {
  border-top: 1px dashed #e4e4e4;
  height: 164px;
  padding-top: 32px;
  position: relative;
}
.news .listBox1 .list ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #326ffe;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .listBox1 .list ul li:hover::after,
.news .listBox1 .list ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .listBox1 .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  left: 0;
}
.news .listBox1 .list ul li .bt:hover {
  left: 5px;
}
.news .listBox1 .list ul li .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 4px;
  height: 13px;
  background-color: #333333;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .listBox1 .list ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 13px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .listBox1 .list ul li:hover .bt {
  color: #326ffe;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .listBox1 .list ul li:hover .bt:before {
  background-color: #326ffe;
}
.news .listBox1 .list ul li:hover p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .listBox2 {
  background-color: #f6f6f6;
}
.news .listBox2 .list .one {
  position: relative;
}
.news .listBox2 .list .one::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #326ffe;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .listBox2 .list .one:hover::after,
.news .listBox2 .list .one.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .listBox2 .list .one .pic {
  display: block;
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .listBox2 .list .one .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 .listBox2 .list .one .cont {
  height: 100px;
  padding-top: 34px;
}
.news .listBox2 .list .one .cont .date {
  line-height: 10px;
  font-size: 12px;
  color: #666666;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .listBox2 .list .one .cont .bt {
  margin-top: 3px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: 0;
}
.news .listBox2 .list .one .cont .bt:hover {
  left: 5px;
}
.news .listBox2 .list .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .listBox2 .list .one:hover .cont .date {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #326ffe;
}
.news .listBox2 .list .one:hover .cont .bt {
  color: #326ffe;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .listBox2 .list ul li {
  border-top: 1px dashed #d9e4ff;
  height: 90px;
  padding-top: 24px;
  position: relative;
}
.news .listBox2 .list ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #326ffe;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .listBox2 .list ul li:hover::after,
.news .listBox2 .list ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .listBox2 .list ul li .date {
  line-height: 10px;
  font-size: 12px;
  color: #666666;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .listBox2 .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: 0;
}
.news .listBox2 .list ul li .bt:hover {
  left: 5px;
}
.news .listBox2 .list ul li:hover .bt {
  color: #326ffe;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .listBox2 .list ul li:hover .date {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #326ffe;
}
.news .listBox3 .list {
  overflow: hidden;
}
.news .listBox3 .list ul {
  margin-top: -20px;
}
.news .listBox3 .list ul li {
  border-top: 1px dashed #d9e4ff;
  height: 136px;
  padding-top: 35px;
  position: relative;
}
.news .listBox3 .list ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #326ffe;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .listBox3 .list ul li:hover::after,
.news .listBox3 .list ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .listBox3 .list ul li:first-child {
  border-top: none;
}
.news .listBox3 .list ul li .date {
  line-height: 10px;
  font-size: 12px;
  color: #666666;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .listBox3 .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  background: url(../images/wen.png) 0 center no-repeat;
  padding-left: 41px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.news .listBox3 .list ul li .bt:hover {
  left: 5px;
}
.news .listBox3 .list ul li p {
  margin-top: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  background: url(../images/da.png) 0 center no-repeat;
  padding-left: 41px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .listBox3 .list ul li:hover .bt {
  color: #326ffe;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .listBox3 .list ul li:hover p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: #326ffe;
}
.partner {
  background: url(../images/hzbg.jpg) center 0 no-repeat;
  padding: 88px 0 100px;
}
.partner .title {
  color: #ffffff;
}
.partner .title i {
  opacity: 0.05;
}
.partner .title span {
  color: #ffffff;
}
.partner .hzSwiper {
  margin-top: 44px;
  margin-left: -12px;
  margin-right: -12px;
}
.partner .hzSwiper ul li {
  float: left;
  width: 20%;
  padding: 0 12px 1px;
}
.partner .hzSwiper ul li .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.partner .hzSwiper ul li .item::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.partner .hzSwiper ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.partner .hzSwiper ul li .item .pic {
  display: block;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partner .hzSwiper ul li .item .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 65.2%;
}
.partner .hzSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partner .hzSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.partner .hzSwiper 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);
}
.partner .page {
  margin-top: 48px;
  text-align: center;
  position: relative;
  height: 70px;
}
.partner .page::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/hzpage.png) center center no-repeat;
  animation: arrow 2.4s linear infinite;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.partner .page::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../images/hzpageline.png) center center no-repeat;
}
.partner .page .hz-prev {
  display: inline-block;
  vertical-align: top;
  outline: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: -11px 11px 38px 0px rgba(104, 104, 104, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 26px;
  text-shadow: 1px 0 0 #333, 2px 0 0 #333;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  position: relative;
  z-index: 3;
}
.partner .page .hz-prev::before {
  content: "<";
  font-family: simsun;
}
.partner .page .hz-prev:hover,
.partner .page .hz-prev.on {
  background-color: #326ffe;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
  color: #fff;
}
.partner .page .hz-next {
  margin-left: 292px;
  display: inline-block;
  vertical-align: top;
  outline: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: -11px 11px 38px 0px rgba(104, 104, 104, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 26px;
  text-shadow: 1px 0 0 #333, 2px 0 0 #333;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  position: relative;
  z-index: 3;
}
.partner .page .hz-next::before {
  content: ">";
  font-family: simsun;
}
.partner .page .hz-next:hover,
.partner .page .hz-next.on {
  background-color: #326ffe;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
  color: #fff;
}
.process {
  padding: 70px 0 90px;
}
.process .lcList {
  margin-top: 50px;
}
.process .lcList ul {
  display: flex;
  justify-content: space-between;
}
.process .lcList ul li {
  float: left;
}
.process .lcList ul li .item {
  width: 139px;
  height: 139px;
  border: 1px solid rgba(14, 86, 252, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 30px;
  text-align: center;
  border-radius: 100%;
  position: relative;
}
.process .lcList ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/lcline.png) 0 0 no-repeat;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li .item i {
  display: block;
  margin: auto;
  width: 50px;
  height: 37px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li .item i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.process .lcList ul li .item h4 {
  margin-top: 13px;
  line-height: 18px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li .item h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #e8efff;
  margin: 11px auto 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.process .lcList ul li:hover .item,
.process .lcList ul li.on .item {
  background-color: #326ffe;
}
.process .lcList ul li:hover .item::before,
.process .lcList ul li.on .item::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}
.process .lcList ul li:hover .item i,
.process .lcList ul li.on .item i {
  filter: grayscale(100) brightness(4);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.process .lcList ul li:hover .item h4,
.process .lcList ul li.on .item h4 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.process .lcList ul li:hover .item h4::after,
.process .lcList ul li.on .item h4::after {
  background-size: 100% 100%;
}


.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #56f1cf;
  pointer-events: none;
  opacity: 0;
}
.block-revealer__content {
  height: 100%;
  position: relative;
}
