.bk {
  cursor: pointer;
  position: relative;
}
.bk:after,
.bk:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px transparent solid;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.bk:after {
  left: 0;
  top: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bk:before {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.bk:hover:after,
.bk:hover:before {
  height: 100%;
  width: 100%;
}
.bk:hover:after {
  border-right-color: #3185ff;
  border-top-color: #3185ff;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #3185ff;
  border-bottom-color: #3185ff;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.zyuo {
  -webkit-animation: zyuo linear 2s infinite;
}
@keyframes zyuo {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.je {
  animation: jello 2s 1s infinite;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.typehome {
  height: 1003px;
  background: url(../images/b1.jpg) no-repeat center;
  padding: 78px 0 0;
  box-sizing: border-box;
  overflow: hidden;
 
}
.typehome .box {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
}
.typehome .box .top .zm {
  font-size: 44px;
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}
.typehome .box .top .zm i {
  font-size: 70px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 50px;
  font-weight: bold;
  color: #3185ff;
}
.typehome .box .top h3 {
  margin: 12px 0 0;
}
.typehome .box .top h3 a {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}
.typehome .box .top p {
  font-size: 14px;
  color: #fff;
  lighting-color: 4px;
  letter-spacing: 1px;
  margin: 20px 0 0 72px;
  position: relative;
}
.typehome .box .top p::before {
  content: "";
  display: block;
  width: 233px;
  height: 1px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center left;
  top: 50%;
  left: -250px;
}
.typehome .box .bt {
  width: 695px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.typehome .box .bt li {
  flex: 0 0 20%;
}
.typehome .box .bt li a {
  display: block;
  width: 150px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.typehome .box .bt li a:hover {
  background: #3185ff;
  border: none;
}
.typehome .list {
  width: 95%;
  margin: 51px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.typehome .list li {
  width: 23.888%;
  margin-bottom: 33px;
}
.typehome .list li .tu {
  width: 100%;
  height: 274px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 5px;
}
.typehome .list li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.typehome .list li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.typehome .list li .tu .img img:hover {
  transform: scale(1.1);
}
.typehome .list li .text {
  position: relative;
}
.typehome .list li .text .cond {
  display: block;
  width: 175px;
  border-bottom: 1px solid rgba(222, 222, 222, 0.5);
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.typehome .list li .text .more {
  display: block;
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 100px;
  font-weight: bold;
  color: #fff;
  height: 54px;
  position: absolute;
  top: 0;
  right: 0;
}
.typehome .list li:hover .text .cond {
  color: #3185ff;
  letter-spacing: 1px;
}
.design {
  height: 1213px;
  background: url(../images/b2.jpg) no-repeat center;
  padding: 10px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.design .box {
  display: flex;
  justify-content: space-between;
}
.design .box .top .zm {
  font-size: 44px;
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}
.design .box .top .zm i {
  font-size: 70px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 50px;
  font-weight: bold;
  color: #3185ff;
}
.design .box .top h3 {
  margin: 12px 0 0;
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}
.design .box .top p {
  font-size: 14px;
  color: #fff;
  lighting-color: 4px;
  letter-spacing: 1px;
  margin: 20px 0 0 72px;
  position: relative;
}
.design .box .top p::before {
  content: "";
  display: block;
  width: 233px;
  height: 1px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center left;
  top: 50%;
  left: -250px;
}
.design .box .more {
  margin: 40px 0 0;
  display: block;
  height: 58px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 58px;
  background: url(../images/more1.png) no-repeat center left;
  background-position-x: 133px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  width: 162px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.design .box .more:hover {
  background-position-x: 123px;
}
.design .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 51px 0 0;
}
.design .list li {
  width: 590px;
  margin-bottom: 18px;
}
.design .list li .tu {
  width: 100%;
  height: 282px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 5px;
}
.design .list li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.design .list li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.design .list li .tu .img img:hover {
  transform: scale(1.1);
}
.design .list li .cond {
  display: block;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.design .list li:hover .cond {
  color: #3185ff;
  letter-spacing: 1px;
}
.design .list li:nth-child(3) {
  width: 415px;
}
.design .list li:nth-child(3) .tu {
  height: 241px;
}
.design .list li:nth-child(4) {
  width: 415px;
}
.design .list li:nth-child(4) .tu {
  height: 241px;
}
.design .list li:nth-child(5) {
  width: 415px;
}
.design .list li:nth-child(5) .tu {
  height: 241px;
}
.abo {
  height: 987px;
  background: url(../images/b3.jpg) no-repeat center;
  overflow: hidden;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .plaet {
  width: 578px;
}
.abo .warp .plaet .top .zm {
  font-size: 44px;
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}
.abo .warp .plaet .top .zm i {
  font-size: 70px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 50px;
  font-weight: bold;
  color: #3185ff;
}
.abo .warp .plaet .top h3 {
  margin: 12px 0 0;
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}
.abo .warp .plaet .top p {
  font-size: 14px;
  color: #fff;
  lighting-color: 4px;
  letter-spacing: 1px;
  margin: 20px 0 0 72px;
  position: relative;
}
.abo .warp .plaet .top p::before {
  content: "";
  display: block;
  width: 233px;
  height: 1px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center left;
  top: 50%;
  left: -250px;
}
.abo .warp .plaet .cond {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  margin: 60px 0 0;
  position: relative;
}
.abo .warp .plaet .cond::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  background: #fff;
  top: 81px;
  left: 0;
}
.abo .warp .plaet .zm {
  font-family: Arial;
  font-size: 14px;
  color: #c2c2c2;
  line-height: 12px;
  margin: 13px 0 0;
}
.abo .warp .plaet .text {
  font-size: 14px;
  color: #dedede;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
  margin: 50px 0 0;
}
.abo .warp .plaet .more {
  display: block;
  width: 173px;
  height: 51px;
  background: #3185ff;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  line-height: 51px;
  text-align: center;
  margin: 40px 0 0;
}
.abo .warp .about {
  margin: 29px 0 0;
  width: 637px;
  height: 465px;
}
.abo .warp .about video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abo .honur {
  margin: 53px 0 0;
  position: relative;
}
.abo .honur h3 {
  width: 170px;
  height: 40px;
  background-image: linear-gradient(135deg, #45ddff 0%, #0140f9 100%), linear-gradient(#3185ff, #3185ff);
  background-blend-mode: normal,
                normal;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}
.abo .honur .honurlist {
  margin: 42px 0 0 340px;
}
.abo .honur .honurlist .bd li {
  width: 300px;
  margin-right: 18px;
}
.abo .honur .honurlist .bd li .tu {
  width: 300px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 10px;
}
.abo .honur .honurlist .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .honur .honurlist .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .honur .honurlist .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.abo .honur .honurlist .bd li .text {
  padding: 0 55px 0 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.abo .honur .honurlist .bd li .text .cond {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .honur .honurlist .bd li .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 14px;
}
.abo .honur .honurlist .prev {
  width: 35px;
  height: 45px;
  background: url(../images/prev-hon.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 179px;
  left: -60px;
}
.abo .honur .honurlist .next {
  width: 35px;
  height: 45px;
  background: url(../images/next-hon.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 179px;
  right: -60px;
}
.abo .honur .rong {
  width: 300px;
  position: absolute;
  top: 82px;
  left: 0;
}
.abo .honur .rong .tu {
  width: 300px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 10px;
}
.abo .honur .rong .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .honur .rong .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .honur .rong .tu .img img:hover {
  transform: scale(1.1);
}
.abo .honur .rong .text {
  padding: 0 55px 0 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.abo .honur .rong .text .cond {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .honur .rong .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 14px;
}
.adv {
  height: 779px;
  background: url(../images/b4.jpg) no-repeat center top;
  padding: 100px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.adv .advlist {
  width: 845px;
  margin: 0 0 0 293px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.adv .advlist .hd {
  width: 218px;
}
.adv .advlist .hd li {
  width: 495px;
  height: 102px;
  padding: 30px 0 0 122px;
  box-sizing: border-box;
  background: url(../images/yb1.png) no-repeat center left;
  margin-bottom: 60px;
  position: relative;
}
.adv .advlist .hd li::before {
  content: "";
  display: block;
  width: 102px;
  height: 102px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .advlist .hd li span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}
.adv .advlist .hd li i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 10px;
  margin: 14px 0 0;
}
.adv .advlist .hd .on {
  background: url(../images/yb2.png) no-repeat center left;
}
.adv .advlist .hd .on::before {
  transform: rotateY(360deg);
}
.adv .advlist .hd li:nth-child(1)::before {
  background: url(../images/y1.png) no-repeat center;
}
.adv .advlist .hd li:nth-child(2)::before {
  background: url(../images/y2.png) no-repeat center;
}
.adv .advlist .hd li:nth-child(3)::before {
  background: url(../images/y3.png) no-repeat center;
}
.adv .advlist .hd li:nth-child(4)::before {
  background: url(../images/y4.png) no-repeat center;
}
.adv .advlist .bd {
  width: 495px;
}
.adv .advlist .bd li {
  width: 495px;
}
.adv .advlist .bd li .ys {
  width: 494px;
  height: 282px;
  background: url(../images/ybs.png) no-repeat center;
  padding: 4px;
  box-sizing: border-box;
  margin: 191px 0 0;
}
.adv .advlist .bd li .ys img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .advlist .bd li .ys img:hover {
  transform: scale(1.1);
}
.adv .advlist .bd li .cond {
  font-size: 24px;
  color: #fff;
  line-height: 25px;
  font-weight: bold;
  position: relative;
  margin: 49px 0 0;
}
.adv .advlist .bd li .cond::before {
  content: "";
  display: block;
  width: 235px;
  height: 1px;
  position: absolute;
  background: #fff;
  opacity: 0.3;
  top: 50%;
  left: 233px;
}
.adv .advlist .bd li p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 0 0 0 18px;
  position: relative;
  margin: 20px 0 0;
}
.adv .advlist .bd li p::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 0;
  background: #3185ff;
}
.adv .advlist .top {
  padding: 105px 0 0;
  background: url(../images/t1.png) no-repeat top left;
  position: absolute;
  top: -14px;
  left: 347px;
}
.adv .advlist .top h3 {
  font-size: 24px;
  color: #fff;
  line-height: 25px;
}
.adv .advlist .top p {
  font-size: 16px;
  color: #aaa;
  line-height: 16px;
  margin: 22px 0 0;
}
.case {
  height: 868px;
  background: url(../images/b5.jpg) no-repeat center top;
  padding: 70px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top .zm {
  font-size: 44px;
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}
.case .box .top .zm i {
  font-size: 70px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 50px;
  font-weight: bold;
  color: #3185ff;
}
.case .box .top h3 {
  margin: 12px 0 0;
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}
.case .box .top p {
  font-size: 14px;
  color: #fff;
  lighting-color: 4px;
  letter-spacing: 1px;
  margin: 20px 0 0 72px;
  position: relative;
}
.case .box .top p::before {
  content: "";
  display: block;
  width: 233px;
  height: 1px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center left;
  top: 50%;
  left: -250px;
}
.case .box .more {
  margin: 40px 0 0;
  display: block;
  width: 162px;
  height: 58px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 58px;
  background: url(../images/more1.png) no-repeat center left;
  background-position-x: 133px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .box .more:hover {
  background-position-x: 123px;
}
.case .caselist {
  margin: 52px 0 0;
}
.case .caselist .bd li {
  width: 386px !important;
  height: 406px !important;
  border-style: solid;
  margin: 0 50px 0 0;
  border-width: 1px;
  border-image-source: linear-gradient(0deg, #45ddff 0%, #9fa6fc 27%, #f96ef8 53%, #0140f9 100%);
  border-image-slice: 1;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .caselist .bd li .img {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.case .caselist .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .caselist .bd li .img img:hover {
  transform: scale(1.1);
}
.case .caselist .bd li .text {
  padding: 30px 15px 0;
  box-sizing: border-box;
  position: relative;
}
.case .caselist .bd li .text .cond {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caselist .bd li .text p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin: 20px 0 0;
}
.case .caselist .bd li .text .more {
  display: block;
  font-size: 14px;
  color: #ddd;
  line-height: 30px;
  position: absolute;
  top: 30px;
  right: 15px;
}
.case .caselist .bd li:hover {
  border-width: 4px;
}
.case .caselist .arr {
  width: 316px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin: 93px auto 0;
}
.case .caselist .arr .prev {
  width: 146px;
  height: 40px;
  background: url(../images/arr-case.png) no-repeat center left;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.case .caselist .arr .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.case .caselist .arr .next {
  width: 146px;
  height: 40px;
  background: url(../images/arr-case.png) no-repeat center right;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.case .caselist .arr .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.eqipment {
  height: 867px;
  background: url(../images/b6.jpg) no-repeat center top;
  padding: 54px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
}
.eqipment .boxs {
  display: flex;
  justify-content: space-between;
}
.eqipment .boxs .top .zm {
  font-size: 44px;
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}
.eqipment .boxs .top .zm i {
  font-size: 70px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 50px;
  font-weight: bold;
  color: #3185ff;
}
.eqipment .boxs .top h3 {
  margin: 12px 0 0;
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}
.eqipment .boxs .top p {
  font-size: 14px;
  color: #fff;
  lighting-color: 4px;
  letter-spacing: 1px;
  margin: 20px 0 0 72px;
  position: relative;
}
.eqipment .boxs .top p::before {
  content: "";
  display: block;
  width: 233px;
  height: 1px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center left;
  top: 50%;
  left: -250px;
}
.eqipment .boxs .more {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  font-weight: bold;
  width: 149px;
  height: 56px;
  background: #3185ff;
  margin: 53px 0 0;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.eqipment .boxs .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.eqipment .eqipmentswiper {
  margin: 58px 0 0;
  position: relative;
}
.eqipment .eqipmentswiper .swiper-slide .box {
  width: 347px;
  margin: 26px 0 0;
}
.eqipment .eqipmentswiper .swiper-slide .box .tu {
  width: 347px;
  height: 260px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.eqipment .eqipmentswiper .swiper-slide .box .tu .img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.eqipment .eqipmentswiper .swiper-slide .box .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.eqipment .eqipmentswiper .swiper-slide .box .tu .img img:hover {
  transform: scale(1.1);
}
.eqipment .eqipmentswiper .swiper-slide .box .cond {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.eqipment .eqipmentswiper .swiper-slide .box .text {
  display: none;
}
.eqipment .eqipmentswiper .swiper-slide:hover .box .cond {
  color: #3185ff;
  letter-spacing: 1px;
}
.eqipment .eqipmentswiper .swiper-slide:hover .box .text .cond {
  letter-spacing: 1px;
}
.eqipment .eqipmentswiper .swiper-slide-active .box {
  width: 478px;
  height: 435px;
  margin: 0 0 0 -66.5px;
  position: relative;
}
.eqipment .eqipmentswiper .swiper-slide-active .box .tu {
  width: 478px;
  height: 360px;
}
.eqipment .eqipmentswiper .swiper-slide-active .box .cond {
  display: none;
}
.eqipment .eqipmentswiper .swiper-slide-active .box .text {
  display: block;
  width: 398px;
  height: 136px;
  background: url(../images/list.png) no-repeat center;
  padding: 25px 25px 0;
  box-sizing: border-box;
  position: absolute;
  top: 293px;
  right: 5px;
}
.eqipment .eqipmentswiper .swiper-slide-active .box .text .bt {
  display: block;
  font-size: 16px;
  color: #fefefe;
  line-height: 30px;
  padding-left: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  position: relative;
}
.eqipment .eqipmentswiper .swiper-slide-active .box .text .bt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #3185ff;
  border-radius: 50%;
  top: 12px;
  left: 0;
  z-index: 50;
}
.eqipment .eqipmentswiper .swiper-slide-active .box .text p {
  font-size: 14px;
  color: #b6b6b6;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.eqipment .eqipmentswiper .swiper-slide-active .box .text .num {
  font-family: Arial;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -17px;
  right: 49px;
  line-height: 36px;
}
.eqipment .eqipmentswiper .Pprev {
  width: 56px;
  height: 56px;
  background: url(../images/prev-nt.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 425px;
  left: 254px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.eqipment .eqipmentswiper .Pprev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.eqipment .eqipmentswiper .Pnext {
  width: 56px;
  height: 56px;
  background: url(../images/next-nt.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 425px;
  right: 265px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.eqipment .eqipmentswiper .Pnext:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news {
  height: 811px;
  background: url(../images/b7.jpg) no-repeat center top;
  overflow: hidden;
}
.news .top .zm {
  font-size: 44px;
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}
.news .top .zm i {
  font-size: 70px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 50px;
  font-weight: bold;
  color: #3185ff;
}
.news .top h3 {
  margin: 12px 0 0;
}
.news .top h3 a {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}
.news .top p {
  font-size: 14px;
  color: #fff;
  lighting-color: 4px;
  letter-spacing: 1px;
  margin: 20px 0 0 72px;
  position: relative;
}
.news .top p::before {
  content: "";
  display: block;
  width: 233px;
  height: 1px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center left;
  top: 50%;
  left: -250px;
}
.news .newlist {
  margin: 60px 0 0;
  position: relative;
}
.news .newlist .bd li {
  width: 1280px;
  display: flex;
  justify-content: space-between;
}
.news .newlist .bd li .aside {
  width: 572px;
  height: 474px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.news .newlist .bd li .aside .img {
  display: block;
  width: 572px;
  height: 345px;
  overflow: hidden;
}
.news .newlist .bd li .aside .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .aside .img img:hover {
  transform: scale(1.1);
}
.news .newlist .bd li .aside .text {
  padding: 0 49px 0 40px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 30px 0 0;
}
.news .newlist .bd li .aside .text .data {
  font-family: Arial;
  font-size: 12px;
  color: #bbb;
  line-height: 10px;
  margin-bottom: 7px;
}
.news .newlist .bd li .aside .text .cond {
  display: block;
  font-size: 18px;
  color: #ffff;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .aside .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  padding: 0 80px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newlist .bd li .aside .text .more {
  display: block;
  font-size: 14px;
  color: #3185ff;
  position: absolute;
  line-height: 30px;
  bottom: 0;
  right: 33px;
}
.news .newlist .bd li .aside:hover .text .cond {
  color: #3185ff;
  letter-spacing: 1px;
}
.news .newlist .bd li .plaet {
  width: 589px;
  height: 474px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.news .newlist .bd li .plaet .list {
  width: 598px;
  height: 75px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 31px;
}
.news .newlist .bd li .plaet .list .data {
  width: 104px;
  height: 54px;
  border-right: 1px solid rgba(204, 204, 204, 0.2);
  font-family: Arial;
  font-size: 14px;
  color: #d8d8d8;
  line-height: 10px;
}
.news .newlist .bd li .plaet .list .data i {
  display: block;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  margin-bottom: 13px;
}
.news .newlist .bd li .plaet .list .text {
  width: 435px;
  position: relative;
}
.news .newlist .bd li .plaet .list .text .cond {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .plaet .list .text p {
  font-size: 14px;
  color: #ddd;
  line-height: 30px;
  padding: 0 80px 0 0;
  box-sizing: border-box;
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newlist .bd li .plaet .list .text .more {
  display: block;
  font-size: 14px;
  color: #3185ff;
  position: absolute;
  line-height: 30px;
  bottom: 14px;
  right: 0;
}
.news .newlist .bd li .plaet .list:hover .text .cond {
  color: #3185ff;
  letter-spacing: 1px;
}
.news .newlist .hd {
  width: 500px;
  position: absolute;
  top: -185px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.news .newlist .hd li {
  position: relative;
  background: url(../images/line2.png) no-repeat center top;
  background-position-y: 150px;
  overflow: hidden;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .hd li::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 35px;
  left: 0;
  pointer-events: none;
}
.news .newlist .hd li a {
  display: block;
  width: 141px;
  height: 141px;
  font-size: 16px;
  color: #fff;
  line-height: 17px;
  text-align: center;
  padding: 88px 0 0;
  box-sizing: border-box;
  border: none;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .hd li:nth-child(1)::before {
  background: url(../images/nt1.png) no-repeat center;
}
.news .newlist .hd li:nth-child(2)::before {
  background: url(../images/nt2.png) no-repeat center;
}
.news .newlist .hd li:nth-child(3)::before {
  background: url(../images/nt3.png) no-repeat center;
}
.news .newlist .hd .on {
  background-position-y: 87px;
}
.news .newlist .hd .on a {
  font-weight: bold;
  border: solid 1px #3185ff;
}
.region {
  height: 553px;
  background: url(../images/b8.jpg) no-repeat center top;
  overflow: hidden;
}
.region .warp {
  display: flex;
  justify-content: space-between;
  height: 439px;
}
.region .warp .z1 {
  width: 575px;
}
.region .warp .z1 .tops {
  height: 50px;
  width: 575px;
  background: url(../images/t2.png) no-repeat center;
}
.region .warp .z1 .tops h3 {
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}
.region .warp .z1 .tops .zm {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
  color: #3185ff;
  margin: 15px 0 0;
}
.region .warp .z1 .regionlist {
  width: 575px;
  height: 357px;
  background: rgba(7, 4, 8, 0.6);
  margin: 32px 0 0;
  padding: 17px 50px 0;
  box-sizing: border-box;
}
.region .warp .z1 .regionlist .bt {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #3185ff;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.region .warp .z1 .regionlist .bt p {
  width: 150px;
}
.region .warp .z1 .regionlist .bt span {
  display: block;
  width: 170px;
}
.region .warp .z1 .regionlist .bt i {
  display: block;
  width: 98px;
}
.region .warp .z1 .regionlist .bt b {
  width: 78px;
}
.region .warp .z1 .regionlist .bd li {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.region .warp .z1 .regionlist .bd li p {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.region .warp .z1 .regionlist .bd li span {
  display: block;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.region .warp .z1 .regionlist .bd li i {
  display: block;
  width: 98px;
}
.region .warp .z1 .regionlist .bd li b {
  width: 78px;
  display: block;
}
.region .warp .y1 {
  width: 575px;
}
.region .warp .y1 .tops {
  height: 50px;
  width: 575px;
  background: url(../images/t2.png) no-repeat center;
}
.region .warp .y1 .tops h3 {
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}
.region .warp .y1 .tops .zm {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
  color: #3185ff;
  margin: 15px 0 0;
}
.region .warp .y1 .FOM {
  margin: 32px 0 0;
}
.region .warp .y1 .FOM .n {
  width: 508px;
  height: 55px;
  border-radius: 5px;
  position: relative;
  padding: 0 0 0 71px;
  box-sizing: border-box;
  margin-bottom: 11px;
  border: solid 1px #494148;
}
.region .warp .y1 .FOM .n::before {
  content: "";
  display: block;
  width: 57px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
}
.region .warp .y1 .FOM .n img {
  width: 44px;
  height: 23px;
  position: absolute;
  top: 6px;
  left: -168px;
  cursor: pointer;
}
.region .warp .y1 .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 55px;
  font-size: 14px;
  background: none;
  color: #afb3ba;
}
.region .warp .y1 .FOM .n input::placeholder {
  color: #afb3ba;
}
.region .warp .y1 .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 26px;
  font-size: 14px;
  background: none;
  color: #afb3ba;
  padding: 15px 0 0;
  height: 100px;
  border: solid 1px #494148;
  padding: 0 0 0 14px;
  box-sizing: border-box;
}
.region .warp .y1 .FOM .n textarea::placeholder {
  color: #afb3ba;
}
.region .warp .y1 .FOM .n:nth-child(1)::before {
  background: url(../images/f1.png) no-repeat top left;
}
.region .warp .y1 .FOM .n:nth-child(2)::before {
  background: url(../images/f2.png) no-repeat top left;
}
.region .warp .y1 .FOM .n:nth-child(3) {
  padding: 0 0 0 57px;
  border: none;
  height: 100px;
}
.region .warp .y1 .FOM .n:nth-child(3)::before {
  background: url(../images/f3.png) no-repeat top left;
}
.region .warp .y1 .FOM .n:nth-child(4) {
  width: 150px;
  height: 34px;
  margin-left: 241px;
  padding: 0 0 0 10px;
}
.region .warp .y1 .FOM .n:nth-child(4) i {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: -113px;
}
.region .warp .y1 .FOM #btn {
  width: 206px;
  height: 36px;
  background: #3185ff;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  margin: 0 0 0 334px;
}
/* .region .warp .y1 .FOM #btn::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/shou.png) no-repeat center;
  background-size: contain;
  transform: rotate(270deg);
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -20px;
  animation: up-down 1s infinite;
}
.region .warp .y1 .FOM #btn i::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/shou.png) no-repeat center;
  background-size: contain;
  transform: rotate(20deg);
  position: absolute;
  top: 0px;
  left: -30px;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.region .warp .y1 .FOM #btn i::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/shou.png) no-repeat center;
  background-size: contain;
  transform: rotate(135deg);
  position: absolute;
  top: -35px;
  right: 35px;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.region .warp .y1 .FOM #btn:hover i::before {
  left: -20px;
  opacity: 1;
}
.region .warp .y1 .FOM #btn:hover i::after {
  top: -28px;
  opacity: 1;
} */
.region .link {
  min-height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.region .link p {
  font-size: 28px;
  color: #fff;
  line-height: 130px;
  font-weight: bold;
  flex: 1;
}
.region .link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 90%;
}
.region .link .lj a {
  display: block;
  font-size: 14px;
  color: #d8d8d8;
  line-height: 27px;
  margin: 0 15px 0 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.region .link .lj a:hover {
  color: #3185ff;
}
.server {
  background: #0b051f;
}

.process_main {
  overflow: hidden;
  clear: both;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding-top: 99px;
}

.process_main .title {
  height: 86px;
  text-align: center;
}

.process_main .title .pic_h3 {
  text-align: center;
  display: block;
  padding-bottom: 38px;
  font-family: MicrosoftYaHei;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
  position: relative;
}

.process_main .title .pic_h3::before {
  position: absolute;
  width: 222px;
  display: block;
  content: " ";
  top: 50px;
  height: 1px;
  background-color: #ffffff;
  z-index: 1;
  left: 50%;
  margin-left: -111px;
}

.process_main .title .pic_h3::after {
  position: absolute;
  width: 48px;
  height: 5px;
  display: block;
  content: " ";
  top: 48px;
  background-color: #ffffff;
  z-index: 2;
  left: 50%;
  margin-left: -24px;
}

.process_main .title .pic_p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #dddddd;
  line-height: 14px;
}

.process_main .title {
  background: url("../images/process.png") no-repeat center 12px;
}

.process_main>ul {
  width: 1242px;
  margin-left: -42px;
  margin-top: 41px;
  overflow: hidden;
}

.process_main>ul li {
  width: 115px;
  margin-bottom: 60px;
  float: left;
  padding-left: 40px;
  text-align: center;
  background: url("../images/process_iocn.png") no-repeat 5px 39px;
}

.process_main>ul li .process_item {
  width: 100px;
  height: 100px;
  background: rgba(0, 106, 206, 0.4);
  overflow: hidden;
}

.process_main>ul li .process_item i {
  width: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 80px;
  background-image: linear-gradient(135deg, #45ddff 0%, #0140f9 100%), linear-gradient(#006ace, #006ace);
  background-blend-mode: normal,
    normal;
  margin: 10px auto 0;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.process_main>ul li .process_item i img {
  width: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process_main>ul li span {
  display: block;
  padding-top: 22px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 14px;
  width: 100px;
  text-align: center;
}

.process_main>ul li span.span1 {
  width: 126px;
}

.process_main>ul li:hover .process_item i {
  background-image: linear-gradient(0deg, #45ddff 0%, #9fa6fc 27%, #f96ef8 53%, #0140f9 100%), linear-gradient(#006ace, #006ace);
  background-blend-mode: normal,
    normal;
}

.process_main>ul li:hover .process_item i img {
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}

.process_main>ul li:last-child {
  width: 258px;
  padding-left: 0px;
  height: 100px;
  background: rgba(0, 106, 206, 0.4);
  border-radius: 6px;
  float: right;
}

.process_main>ul li:last-child .process_tel {
  width: 238px;
  height: 80px;
  background-color: #006ace;
  border-radius: 6px;
  margin: 10px auto 0;
  text-align: left;
}

.process_main>ul li:last-child .process_tel img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 15px 10px 0 14px;
  float: left;
}

.process_main>ul li:last-child .process_tel p {
  float: left;
  font-family: Arial-BoldMT;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  margin-top: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}

.process_main>ul li:last-child .process_tel p .process_more {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 17px;
}

@keyframes up-down {
  50% {
    margin-top: -15px;
  }
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
