@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 huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 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 ul li .txt {
  position: absolute;
  z-index: 3;
  width: 1280px;
  height: auto;
  left: 50%;
  top: 50%;
  line-height: 1;
  color: transparent;
  font-size: 54px;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
.banner .bannerSwiper ul li .txt img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  width: auto;
}

video{
  width: 100%;
  object-fit: cover;
  height: 840px;
  background: url(../images/bannerbg.jpg) center 0 no-repeat;
  background-color: #044da5;
}
.banner .bannerSwiper a img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 840px;
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1.6s ease-out;
  transition: all 1.6s ease-out;
}
/* .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;
  display: 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;
  display: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  bottom: 40px;
  z-index: 3;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  opacity: 1;
  border-radius: 100%;
  background: none;
  width: auto;
  height: auto;
  margin: 0 12px !important;
  cursor: pointer !important;
  outline: none;
  font-family: Arial;
  font-size: 14px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  font-size: 16px;
  border-color: #fff;
  font-weight: bold;
}
.title {
  line-height: 1;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  font-weight: bold;
  font-size: 46px;
  color: #1452bd;
}
.title em {
  display: block;
  width: 37px;
  height: 4px;
  background-color: #1452bd;
  border-radius: 2px;
  margin: 30px auto 0;
  position: relative;
}
.title em::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 100%;
  margin-right: 10px;
  width: 345px;
  height: 1px;
  background-color: #e1e5e2;
}
.title em::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 100%;
  margin-left: 10px;
  width: 345px;
  height: 1px;
  background-color: #e1e5e2;
}
.moreLink {
  display: block;
  z-index: 1;
  width: 81px;
  height: 85px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/moreen.png) center center no-repeat;
  left: 0;
  top: 0;
  -webkit-animation: xz 15s linear infinite;
  animation: xz 15s linear infinite;
}
@keyframes xz {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.moreLink i {
  display: block;
  width: 37px;
  height: 37px;
  background-color: #029745;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/morear.png) center center no-repeat;
}
.moreLink:hover::before {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.moreLink:hover i {
  box-shadow: 0 0 15px rgba(20, 82, 189, 0.5);
}
.moreLink:hover i::before {
  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;
}
.product {
  padding: 80px 0 70px;
  background: url(../images/probg.jpg) center 0 no-repeat;
  overflow: hidden;
  position: relative;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proBox {
  z-index: 2;
}
.product .proSwiper {
  position: relative;
  margin-top: 75px;
  margin-right: -23px;
}
.product .proSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.product .proSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, 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;
  width: 25%;
  padding-right: 23px;
  padding-bottom: 20px;
}
.product .proSwiper ul li .item {
  background-color: #ffffff;
  border: solid 1px #eff2fc;
  padding: 12px 9px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 88.73%;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper 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;
}
.product .proSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  text-align: center;
  font-size: 22px;
  left: 0;
  height: 75px;
  line-height: 75px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .bt:hover {
  left: 6px;
}
.product .proSwiper ul li .item:hover {
  box-shadow: 15px 12px 10px 0px rgba(20, 82, 189, 0.13);
}
.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 .bt {
  color: #1452bd;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.product .proSwiper .pro-prev {
  width: 50px;
  height: 50px;
  background-color: #f9fafc;
  border: solid 1px #eff2fc;
  border-radius: 100%;
  position: absolute;
  left: -122px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 48px;
  color: #1452bd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper .pro-prev::before {
  content: "<";
  font-family: simsun;
  font-weight: bold;
  font-size: 18px;
}
.product .proSwiper .pro-prev:hover,
.product .proSwiper .pro-prev.on {
  background-color: #1452bd;
  border-color: #1452bd;
  color: #fff;
}
.product .proSwiper .pro-next {
  width: 50px;
  height: 50px;
  background-color: #f9fafc;
  border: solid 1px #eff2fc;
  border-radius: 100%;
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 48px;
  color: #1452bd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper .pro-next::before {
  content: ">";
  font-family: simsun;
  font-weight: bold;
  font-size: 18px;
}
.product .proSwiper .pro-next:hover,
.product .proSwiper .pro-next.on {
  background-color: #1452bd;
  border-color: #1452bd;
  color: #fff;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 74px;
  z-index: 2;
}
.about .title span {
  color: #fff;
}
.about .title em {
  background-color: #fff;
}
.about .title em::before,
.about .title em::after {
  background-color: #e1e5e2;
  opacity: 0.2;
}
.about .aboutBox {
  margin-top: 22px;
  background: #fff url(../images/aboutboxbg.jpg) center bottom no-repeat;
}
.about .aboutBox .inContent {
  /* height: 575px; */
  padding-top: 34px;
  padding-left: 692px;
  padding-left: 570px;
}
.about .aboutPic {
  position: absolute;
  width: 685px;
  width: 655px;
  height: 500px;
  background-color: #1a69d5;
  border-radius: 10px 10px 0px 10px;
  left: -46px;
  left: -106px;
  top: 34px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic p{
  width: 100%;
  height: 100%;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  object-fit: cover;
}
.about .aboutPic:hover {
  box-shadow: 0 5px 20px rgba(20, 82, 189, 0.2);
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutText {
  /* padding-top: 10px; */
  min-height: 500px;
  padding-bottom: 20px;
}
.about .aboutText .tit {
  font-size: 22px;
  line-height: 1;
}
.about .aboutText .text {
  margin-top: 40px;
  margin-top: 10px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; */
  overflow: hidden;
  line-height: 32px;
  /* height: 192px; */
  font-size: 15px;
  color: #898989;
  text-align: justify;
  line-height: 24px;
  font-size: 14px;
}
.about .aboutText .textEn {
  margin-top: 10px;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  color: #c6c6c6;
  padding-top: 18px;
  border-top: 1px solid #e3e3e3;
  padding-top: 10px;
  line-height: 14px;
}
.about .aboutText .more {
  top: 454px;
  left: 638px;
  left: 477px;
  display: block;
  position: absolute;
  z-index: 3;
  text-align: center;
  background-color: #1452bd;
  color: #fff;
  font-size: 34px;
  width: 72px;
  height: 80px;
  background-color: #2b68c4;
}
.about .aboutText .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/aboutadd.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  box-shadow: 0 0 20px rgba(20, 82, 189, 0.5);
  border-radius: 0 50% 50% 0;
}
.about .aboutText .more:hover::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.show .showBox {
  height: 454px;
  padding-top: 30px;
  width: 1360px;
}
.show .showBox .hd {
  text-align: center;
}
.show .showBox .hd ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 40px;
}
.show .showBox .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #eff5ff;
}
.show .showBox .hd ul li:first-child {
  margin-left: 0;
}
.show .showBox .hd ul li:first-child::before {
  display: none;
}
.show .showBox .hd ul li a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 35px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2b68c4, #2b68c4);
  background-image: linear-gradient(to right, #2b68c4, #2b68c4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  font-size: 18px;
  color: #f5f5f5;
}
.show .showBox .hd ul li a i {
  display: inline-block;
  vertical-align: top;
  height: 45px;
  width: 27px;
  margin-right: 12px;
  overflow: hidden;
}
.show .showBox .hd ul li a i:before,
.show .showBox .hd ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.show .showBox .hd ul li a i.ico1:before,
.show .showBox .hd ul li a i.ico1:after {
  background: url(../images/showico1.png) center center no-repeat;
}
.show .showBox .hd ul li a i.ico2:before,
.show .showBox .hd ul li a i.ico2:after {
  background: url(../images/showico2.png) center center no-repeat;
}
.show .showBox .hd ul li a i.ico3:before,
.show .showBox .hd ul li a i.ico3:after {
  background: url(../images/showico3.png) center center no-repeat;
}
.show .showBox .hd ul li:hover a,
.show .showBox .hd ul li.on a {
  background-size: 100% 100%;
  border-radius: 23px;
}
.show .showBox .hd ul li:hover a i:before,
.show .showBox .hd ul li.on a i:before,
.show .showBox .hd ul li:hover a i:after,
.show .showBox .hd ul li.on a i:after {
  top: -100%;
}
.show .showBox .bd {
  margin: 24px -16px 0;
  height: 280px;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  .show .showBox {
    padding-top: 40px;
    width: 1280px;
  }
  .show .showBox .bd {
    margin-top: 34px;
  }
}
@media screen and (max-width: 1320px) {
  .show .showBox {
    width: 1180px;
  }
}
.show .showSwiper {
  height: 300px;
}
.show .showSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.show .showSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.show .showSwiper ul li {
  padding: 0 16px;
  width: 25%;
}
.show .showSwiper ul li .item {
  border: solid 1px rgba(220, 220, 220, 0.2);
  padding: 8px 8px 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  background-size: 100% 0%;
  background-position: left 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  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;
}
.show .showSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #dcdcdc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSwiper ul li .item:hover {
  background-size: 100% 100%;
  color: #fff;
}
.show .showSwiper 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);
}
.show .showSwiper ul li .item:hover .bt {
  color: #5a5a5a;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.case {
  padding: 84px 0 42px;
  overflow: hidden;
  position: relative;
}
.case::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/casebg.jpg) center bottom no-repeat;
  animation: sf 16s linear infinite;
}
@keyframes sf {
  0%,
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.case .caseBox {
  z-index: 2;
}
.case .caseSwiper {
  margin: 20px -10px 0;
  position: relative;
}
.case .caseSwiper .swiper-container {
  overflow: inherit !important;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  float: left;
  width: 50%;
  padding: 20px 10px;
}
.case .caseSwiper ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.case .caseSwiper ul li .item::after {
  content: "";
  position: absolute;
  background: #1452bd;
  width: 100%;
  height: 1px;
  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;
}
.case .caseSwiper ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 67.516%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper 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 .caseSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #6f6f6f;
  height: 62px;
  line-height: 62px;
  position: relative;
  text-align: center;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .bt:hover {
  left: 5px;
}
.case .caseSwiper 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 .caseSwiper ul li .item:hover .bt {
  color: #1452bd;
}
.case .caseSwiper ul li.swiper-slide-prev .item,
.case .caseSwiper ul li.swiper-slide-next + li .item {
  border-bottom-color: transparent;
}
.case .caseSwiper ul li.swiper-slide-prev .item::after,
.case .caseSwiper ul li.swiper-slide-next + li .item::after {
  display: none;
}
.case .caseSwiper ul li.swiper-slide-prev .item .bt,
.case .caseSwiper ul li.swiper-slide-next + li .item .bt {
  opacity: 0;
}
.case .case-prev {
  position: absolute;
  z-index: 3;
  height: 86px;
  width: 45px;
  overflow: hidden;
  border-radius: 43px 0 0 43px;
  background-color: rgba(43, 71, 141, 0.2);
  padding: 10px 0 10px 10px;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-prev i {
  display: block;
  border-radius: 43px 0 0 43px;
  background-color: #2b478d;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-prev i::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.case .case-prev:hover,
.case .case-prev.on {
  background-color: rgba(26, 106, 213, 0.2);
}
.case .case-prev:hover i,
.case .case-prev.on i {
  background-color: #1a6ad5;
}
.case .case-next {
  position: absolute;
  z-index: 3;
  height: 86px;
  width: 45px;
  overflow: hidden;
  border-radius: 0 43px 43px 0;
  background-color: rgba(43, 71, 141, 0.2);
  padding: 10px 10px 10px 0;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-next i {
  display: block;
  border-radius: 0 43px 43px 0;
  background-color: #2b478d;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-next i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.case .case-next:hover,
.case .case-next.on {
  background-color: rgba(26, 106, 213, 0.2);
}
.case .case-next:hover i,
.case .case-next.on i {
  background-color: #1a6ad5;
}
.news {
  background: url(../images/newsbg.jpg) center center no-repeat fixed;
  background-color: #eff5ff;
  overflow: hidden;
  padding: 80px 0 76px;
  position: relative;
  z-index: 2;
}
.news .newsTabs {
  position: relative;
  margin-top: 44px;
}
.news .newsTabs .bd {
  height: 560px;
}
.news .newsList {
  margin-top: 60px;
}
.news .newsList .list1 {
  float: left;
  width: 760px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul {
  margin: 0 -10px;
}
.news .newsList .list1 ul::after,
.news .newsList .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul li {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 50%;
  float: left;
  padding: 0 10px;
}
.news .newsList .list1 ul li .item {
  height: 487px;
  background-color: #ffffff;
  padding: 22px 20px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic {
  display: block;
  height: 245px;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont {
  padding-top: 30px;
  height: 218px;
  padding-left: 4px;
}
.news .newsList .list1 ul li .item .cont .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-size: 18px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
  padding-left: 23px;
}
.news .newsList .list1 ul li .item .cont .bt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 15px;
  height: 4px;
  background-color: #92d0f5;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list1 ul li .item .cont .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item .cont .bt:hover::before {
  background-color: #0f4ea4;
}
.news .newsList .list1 ul li .item .cont p {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-size: 14px;
  color: #acacac;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-left: 23px;
}
.news .newsList .list1 ul li .item .cont p::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 1px;
  height: 40px;
  background-color: #dcdcdc;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news .newsList .list1 ul li .item .cont .date {
  margin-top: 15px;
  font-family: Arial;
  font-size: 14px;
  color: #9d9d9d;
  line-height: 12px;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.news .newsList .list1 ul li .item:hover {
  box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.15);
  background-color: #f5f9ff;
}
.news .newsList .list1 ul li .item:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsList .list1 ul li .item:hover .cont .bt {
  color: #0f4ea4;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news .newsList .list1 ul li .item:hover .cont p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .list1 ul li .item:hover .cont .date {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list2 {
  float: right;
  width: 495px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li {
  margin-top: 15px;
}
.news .newsList .list2 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list2 ul li .item {
  height: 152px;
  background-color: #ffffff;
  padding: 45px 30px 0 135px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list2 ul li .item .bt:hover {
  left: 6px;
}
.news .newsList .list2 ul li .item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #acacac;
  margin-top: 5px;
  height: 24px;
  line-height: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .date {
  position: absolute;
  left: 0;
  top: 44px;
  font-family: Arial;
  text-align: center;
  width: 112px;
  border-right: 1px solid #e3e3e3;
  color: #969696;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .date i {
  display: block;
  font-size: 49px;
  line-height: 36px;
  font-weight: bold;
}
.news .newsList .list2 ul li .item .date span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  line-height: 10px;
  color: #969696;
}
.news .newsList .list2 ul li .item .date span::before {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background-color: #e3e3e3;
  margin: auto;
  margin-bottom: 10px;
}
.news .newsList .list2 ul li .item:hover {
  background-color: #f5f9ff;
  box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.15);
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #0f4ea4;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list2 ul li .item:hover p {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .newsList .list2 ul li .item:hover .date {
  color: #0f4ea4;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 {
    width: 720px;
  }
  .news .newsList .list2 {
    width: 440px;
  }
}
.partner {
  padding: 80px 0 100px;
  background: url(../images/hzbg.jpg) center 44% no-repeat;
}
.partner .hzBox {
  width: 100%;
  z-index: 2;
}
.partner .hzSwiper {
  margin: 50px -13px 0;
}
.partner .hzSwiper .swiper-container {
  overflow: inherit !important;
  height: 414px;
}
.partner .hzSwiper ul {
  flex-wrap: wrap;
}
.partner .hzSwiper ul li {
  width: 16.66%;
  padding: 12px 13px;
  height: 138px;
}
.partner .hzSwiper ul li:nth-child(6n-5) {
  opacity: 0.6;
}
.partner .hzSwiper ul li:nth-child(6n) {
  opacity: 0.6;
}
.partner .hzSwiper ul li .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 114px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partner .hzSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partner .hzSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  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;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  background-color: rgba(20, 82, 189, 0.8);
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  display: none;
}
.partner .hzSwiper ul li .item:hover {
  box-shadow: 4px 4px 21px 0px rgba(1, 51, 153, 0.19);
}
#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
