@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::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 204px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/banbar.png) center bottom no-repeat;
  pointer-events: none;
}
.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: 600px;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s 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: 10px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #1783f0 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: #1783f0;
  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);
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  padding-left: 157px;
  height: 143px;
  text-align: left;
}
.title span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 141px;
  height: 143px;
  background: url(../images/titico.png) 0 center no-repeat;
}
.title span::after {
  content: "";
  display: block;
  position: absolute;
  left: -183px;
  top: -76px;
  width: 320px;
  height: 388px;
  background: url(../images/titicobg.png) 0 0 no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.title b {
  display: block;
  font-weight: bold;
  padding-top: 30px;
  font-size: 36px;
}
.title i {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
}
.moreLink {
  display: block;
  position: relative;
  width: 200px;
  height: 60px;
  background-image: linear-gradient(0deg, #bbd3fe 0%, #ffffff 100%);
  box-shadow: 0px 4px 19px 0px rgba(6, 27, 103, 0.08);
  border-radius: 8px;
  border: solid 1px #ffffff;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: -20px;
  width: 41px;
  height: 41px;
  background: url(../images/moreico.png) 0 0 no-repeat;
}
.moreLink::after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  font-family: simsun;
  font-weight: bold;
  font-size: 20px;
  margin-left: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i::before {
  color: #333333;
}
.moreLink i::after {
  color: #1783f0;
}
.moreLink:hover {
  box-shadow: 0px 6px 19px 0px rgba(23, 131, 240, 0.2);
}
.moreLink:hover::after {
  animation: zyfd 1.5s linear infinite;
  color: #1783f0;
}
.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: 60px;
}
.product {
  background-color: #f9fcfe;
  padding-bottom: 90px;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav {
  margin-top: 36px;
  position: relative;
  z-index: 3;
}
.product .proNav::after,
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1500px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 19px 0px rgba(0, 18, 85, 0.08);
  border-radius: 70px;
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .proNav ul li {
  display: block;
  float: left;
}
.product .proNav ul li a {
  display: block;
  height: 140px;
  padding-top: 25px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i {
  display: block;
  margin: auto;
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  box-shadow: inset 0px 5px 14px 0px rgba(84, 138, 205, 0.18);
  border-radius: 8px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pronavico.png) center center no-repeat;
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 14px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a:hover i {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.product .proNav ul li a:hover span {
  color: #1783f0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  color: #1783f0;
}
.product .proNav ul li:hover a i::before,
.product .proNav ul li.on a i::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
@media screen and (max-width: 1380px) {
  .product .proNav {
    padding-left: 168px;
  }
  .product .proNav ul li .item .pic {
    width: 150px;
  }
}
@media screen and (max-width: 1320px) {
  .product .proNav {
    padding-left: 148px;
  }
  .product .proNav ul li .item .pic {
    width: 130px;
  }
}
.product .proTabs {
  margin-top: 40px;
}
.product .proTabs .bd {
  height: 420px;
  overflow: hidden;
}
.product .proTabs ul li .item {
  height: 420px;
}
.product .proTabs ul li .item::after,
.product .proTabs ul li .item:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proTabs ul li .item .pic {
  float: left;
  display: block;
  width: 790px;
  height: 420px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #ccd6e5;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 5px;
}
.product .proTabs ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.product .proTabs 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;
}
.product .proTabs ul li .item .cont {
  float: right;
  width: 430px;
  padding-top: 52px;
}
.product .proTabs ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 22px;
  height: 42px;
  line-height: 42px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  left: 0;
}
.product .proTabs ul li .item .cont .bt:hover {
  left: 6px;
}
.product .proTabs ul li .item .cont .line {
  width: 39px;
  height: 30px;
  margin-top: 9px;
  margin-left: 4px;
  position: relative;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.product .proTabs ul li .item .cont .line::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/probtline1.png) 0 0 no-repeat;
  left: 0;
  top: 5px;
}
.product .proTabs ul li .item .cont .line::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/probtline2.png) 0 0 no-repeat;
  right: 0;
  top: 0;
}
.product .proTabs ul li .item .cont p {
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 28px;
  height: 84px;
  font-size: 16px;
  color: #888888;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs ul li .item .cont .more {
  display: block;
  margin-top: 65px;
  text-align: center;
  width: 144px;
  height: 54px;
  line-height: 54px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(-45deg, #1783f0 0%, #05aeee 100%);
  background-image: linear-gradient(-45deg, #1783f0 0%, #05aeee 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  background-color: #ffffff;
  box-shadow: inset 0px 5px 14px 0px rgba(84, 138, 205, 0.38);
  border-radius: 8px;
}
.product .proTabs ul li .item .cont .more i {
  min-width: 5px;
}
.product .proTabs ul li .item .cont .more:hover {
  background-size: 100% 100%;
  color: #fff;
  box-shadow: inset 0px 5px 14px 0px rgba(0, 0, 0, 0.2), 0px 5px 14px 0px rgba(0, 0, 0, 0.2);
}
.product .proTabs ul li .item:hover .pic {
  border-color: #1783f0;
}
.product .proTabs ul li .item:hover .pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.product .proTabs ul li .item:hover .cont .bt {
  color: #1783f0;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.product .proTabs ul li .item:hover .cont .line {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.product .proTabs ul li .item:hover .cont p {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi {
  position: relative;
  overflow: hidden;
  padding-top: 52px;
  padding-bottom: 104px;
  background-color: #f9fcfe;
}
.youshi .ysBox {
  position: relative;
  z-index: 2;
}
.youshi .ysBg {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ysbg.png) center 0 no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.youshi .ysBg span {
  flex: 1;
  display: block;
  height: 100%;
  background-color: #cadffd;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left top;
  opacity: 1;
}
.youshi .title {
  text-align: center;
}
.youshi .title span::after {
  display: none;
}
.youshi .ysList {
  margin-top: 38px;
}
.youshi .ysList ul {
  margin: 0 -20px;
  display: flex;
  justify-content: space-between;
}
.youshi .ysList ul li {
  float: left;
}
.youshi .ysList ul li .item {
  width: 310px;
  height: 455px;
  background-image: linear-gradient(-49deg, #bbd3fe 0%, #eff5fd 100%);
  border-radius: 10px;
  border: solid 2px #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 10px 10px 0;
}
.youshi .ysList ul li .item .pic {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList 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;
}
.youshi .ysList ul li .item .cont {
  padding-top: 35px;
  padding-left: 6px;
  padding-right: 6px;
}
.youshi .ysList ul li .item .cont .tit {
  position: relative;
  padding-top: 10px;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysList ul li .item .cont .tit i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  box-shadow: inset 0px 5px 14px 0px rgba(84, 138, 205, 0.18);
  border-radius: 50%;
  overflow: hidden;
}
.youshi .ysList ul li .item .cont .tit i:before,
.youshi .ysList ul li .item .cont .tit 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;
}
.youshi .ysList ul li .item .cont .tit i.ico1:before,
.youshi .ysList ul li .item .cont .tit i.ico1:after {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysList ul li .item .cont .tit i.ico2:before,
.youshi .ysList ul li .item .cont .tit i.ico2:after {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysList ul li .item .cont .tit i.ico3:before,
.youshi .ysList ul li .item .cont .tit i.ico3:after {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysList ul li .item .cont .tit i.ico4:before,
.youshi .ysList ul li .item .cont .tit i.ico4:after {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysList ul li .item .cont .tit::after {
  content: "";
  width: 18px;
  height: 3px;
  background-color: #122141;
  margin-top: 14px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item .cont p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 29px;
  color: #717c93;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item:hover {
  box-shadow: 0 8px 20px rgba(23, 131, 240, 0.15);
}
.youshi .ysList 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);
}
.youshi .ysList ul li .item:hover .cont .tit {
  color: #1783f0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysList ul li .item:hover .cont .tit i:before,
.youshi .ysList ul li .item:hover .cont .tit i:after {
  top: -100%;
}
.youshi .ysList ul li .item:hover .cont .tit::after {
  background-image: linear-gradient(90deg, #1783f0 0%, #05aeee 100%);
  width: 30px;
}
.youshi .ysList ul li .item:hover .cont p {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (max-width: 1360px) {
  .youshi .ysList ul {
    margin: 0 0;
  }
}
@media screen and (max-width: 1320px) {
  .youshi .ysList ul li .item {
    width: 280px;
  }
  .youshi .ysList ul li .item .cont p {
    font-size: 14px;
  }
}
.plan {
  padding-bottom: 110px;
  background-color: #f9fcfe;
}
.plan .tel {
  float: right;
  display: block;
  position: relative;
  margin-top: 49px;
  height: 60px;
  background-image: linear-gradient(0deg, #bbd3fe 0%, #ffffff 100%);
  box-shadow: 0px 4px 19px 0px rgba(6, 27, 103, 0.08);
  border-radius: 8px;
  border: solid 1px #ffffff;
  line-height: 52px;
  text-align: center;
  padding: 0 25px 0 34px;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  padding-top: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.plan .tel::before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: -20px;
  width: 41px;
  height: 41px;
  background: url(../images/fatel.png) 0 0 no-repeat;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
}
.plan .proList {
  margin-top: 25px;
  position: relative;
  height: 354px;
  padding-top: 24px;
}
.plan .proList::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 1450px;
  height: 354px;
  background: url(../images/fabg.png) center bottom repeat-x;
  background-size: 1px 100%;
  box-shadow: 0px 16px 21px 0px rgba(0, 46, 138, 0.32);
  border: solid 1px #ffffff;
  border-radius: 50%;
}
.plan .proList ul {
  display: flex;
  justify-content: space-between;
}
.plan .proList ul li {
  float: left;
  margin-bottom: 123px;
  position: relative;
}
.plan .proList ul li a {
  display: block;
  width: 120px;
  height: 131px;
  background: url(../images/fali.png) center 0 no-repeat;
  position: relative;
  padding: 44px 9px 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.plan .proList ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.plan .proList ul li a i {
  text-transform: uppercase;
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  margin-top: 3px;
  color: #122141;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.plan .proList ul li a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.plan .proList ul li a:hover span {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.plan .proList ul li a:hover i {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.plan .proList ul li:nth-child(2n) {
  margin-bottom: 0;
  top: 103px;
}
.plan .proList ul li:nth-child(2n) a {
  height: 151px;
  background-image: url(../images/fali2.png);
  padding-top: 54px;
}
.plan .proList ul li:nth-child(4) {
  top: 123px;
}
.plan .proList ul li:nth-child(6) {
  top: 113px;
}
.plan .proList ul li:nth-child(8) {
  top: 83px;
}
.case {
  position: relative;
  overflow: hidden;
}
.case .caseBox {
  padding-top: 66px;
  height: 825px;
}
.case .caseBg {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/casebg.jpg) center 0 no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: -1;
}
.case .caseBg span {
  flex: 1;
  display: block;
  height: 100%;
  background-color: #465bc5;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left top;
  opacity: 1;
}
.case .title {
  color: #fff;
}
.case .title span i {
  color: #f9fcfe;
  opacity: 0.5;
}
.case .caseCont {
  margin-top: 47px;
  position: relative;
}
.case .caseCont::after,
.case .caseCont:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper {
  float: right;
  width: 856px;
  height: 480px;
  position: relative;
}
.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;
}
.case .caseSwiper ul li .item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 480px;
  border-radius: 8px;
}
.case .caseSwiper 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;
}
.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: 18px;
  height: 58px;
  line-height: 58px;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: -60px;
  background-color: rgba(23, 131, 240, 0.8);
  color: #fff;
  padding: 0 15px;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  opacity: 0;
}
.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 .caseAlbum {
  position: absolute;
  margin-left: -20px;
  margin-top: -12px;
  width: 426px;
}
.case .caseAlbum .case-albumSwiper {
  height: 520px;
}
.case .caseAlbum .case-albumSwiper ul li {
  height: 130px;
  padding: 12px 20px 28px 20px;
}
.case .caseAlbum .case-albumSwiper ul li .item {
  position: relative;
  height: 90px;
  background-image: linear-gradient(0deg, #bccbeb 0%, #eef7ff 100%);
  box-shadow: 0px 10px 22px 0px rgba(0, 9, 28, 0.27);
  border-radius: 10px;
}
.case .caseAlbum .case-albumSwiper ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 32px;
  background: url(../images/caseli.png) 0 center no-repeat;
  width: 39px;
  height: 30px;
  z-index: 2;
}
.case .caseAlbum .case-albumSwiper ul li .item .bt {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(0deg, #1783f0 0%, #05aeee 100%);
  background-image: linear-gradient(0deg, #1783f0 0%, #05aeee 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  font-size: 18px;
  line-height: 90px;
  text-align: center;
  padding: 0 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.case .caseAlbum .case-albumSwiper ul li .item .bt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
  border-radius: 10px;
}
.case .caseAlbum .case-albumSwiper ul li.swiper-slide-thumb-active .item {
  border-color: transparent;
}
.case .caseAlbum .case-albumSwiper ul li.swiper-slide-thumb-active .item .bt {
  background-size: 100% 100%;
  color: #fff;
}
.case .caseAlbum .case-albumSwiper ul li.swiper-slide-thumb-active .item .bt::after {
  opacity: 0;
}
.case .page .case-prev {
  position: absolute;
  cursor: pointer;
  outline: none;
  left: -133px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background-color: #e1ecfa;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-right: 9px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #1783f0 0%, #05aeee 100%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.case .page .case-prev:hover::after {
  opacity: 1;
}
.case .page .case-prev:hover::before {
  border-right-color: #fff;
}
.case .page .case-next {
  position: absolute;
  cursor: pointer;
  outline: none;
  right: -133px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background-color: #e1ecfa;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-next::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-left: 9px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-next::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #1783f0 0%, #05aeee 100%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.case .page .case-next:hover::after {
  opacity: 1;
}
.case .page .case-next:hover::before {
  border-left-color: #fff;
}
.about {
  position: relative;
  background-color: #f9fcfe;
}
.about .aboutBox {
  height: 818px;
  padding-top: 100px;
  padding-left: 618px;
}
.about .title span::after {
  display: none;
}
.about .text {
  margin-top: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 34px;
  height: 204px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
}
.about .number {
  float: left;
  margin-top: 84px;
}
.about .number ul::after,
.about .number ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .number ul li {
  float: left;
  margin-left: 126px;
}
.about .number ul li:first-child {
  margin-left: 0;
}
.about .number ul li h4 {
  border-bottom: 1px solid #cecece;
  height: 76px;
  position: relative;
  padding-right: 90px;
}
.about .number ul li h4 em {
  position: absolute;
  right: 0;
  top: 36px;
  line-height: 1;
  font-size: 14px;
  color: #666666;
  display: block;
}
.about .number ul li h4 i {
  min-width: 90px;
  display: inline-block;
  vertical-align: bottom;
  font-family: Impact;
  font-size: 71px;
  line-height: 58px;
}
.about .number ul li p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1;
  color: #666666;
}
.about .aboutPic {
  position: absolute;
  left: -88px;
  top: 105px;
  width: 600px;
  height: 653px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.about .aboutImg {
  width: 393px;
  height: 479px;
  position: absolute;
  bottom: 0;
  right: -400px;
  bottom: 69px;
  background: url(../images/aboutimg.png) 0 center no-repeat;
}
.ecological {
  background: url(../images/stbg.jpg) center 0 no-repeat;
}
.ecological .stBox {
  height: 504px;
  padding-top: 86px;
}
.ecological .stTit {
  text-align: center;
  line-height: 1;
}
.ecological .stTit span {
  display: block;
  font-weight: bold;
  font-size: 36px;
}
.ecological .stTit i {
  display: block;
  font-size: 18px;
  margin-top: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.ecological .stList {
  margin-top: 20px;
}
.ecological .stList::after,
.ecological .stList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.ecological .stList ul {
  display: flex;
  justify-content: space-between;
}
.ecological .stList ul li {
  margin-top: 24px;
}
.ecological .stList ul li a {
  display: block;
  text-align: center;
  width: 290px;
  height: 224px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #a6b6cb;
  position: relative;
  overflow: hidden;
  padding: 20px 5px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ecological .stList ul li a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: -26px;
  bottom: -16px;
  width: 118px;
  height: 118px;
  background: center center no-repeat;
  opacity: 0.1;
  -webkit-transform: scale(1.9);
  -moz-transform: scale(1.9);
  -o-transform: scale(1.9);
  transform: scale(1.9);
}
.ecological .stList ul li a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/stlibg.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ecological .stList ul li a i {
  display: block;
  margin: auto;
  width: 90px;
  height: 90px;
  background-image: linear-gradient(0deg, #bccbeb 0%, #eef7ff 100%);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.ecological .stList ul li a i img {
  max-width: 80%;
  max-height: 80%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.ecological .stList ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  margin-top: 26px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ecological .stList ul li a em {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  max-height: 40px;
  font-size: 16px;
  color: #888888;
  margin-top: 8px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ecological .stList ul li a:hover {
  box-shadow: 0 10px 20px rgba(23, 131, 240, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.ecological .stList ul li a:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.ecological .stList ul li a:hover span {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.ecological .stList ul li a:hover em {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.ecological .stList ul li:nth-child(1) a::before {
  background-image: url(../images/ecology1.png);
}
.ecological .stList ul li:nth-child(2) a::before {
  background-image: url(../images/ecology2.png);
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}
.ecological .stList ul li:nth-child(3) a::before {
  background-image: url(../images/ecology3.png);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.ecological .stList ul li:nth-child(4) a::before {
  background-image: url(../images/ecology4.png);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.ecological .stList ul li:hover a,
.ecological .stList ul li.on a {
  border-color: #2d74ff;
}
.ecological .stList ul li:hover a::after,
.ecological .stList ul li.on a::after {
  opacity: 1;
}
.ecological .stList ul li:hover a span,
.ecological .stList ul li.on a span {
  color: #fff;
}
.ecological .stList ul li:hover a em,
.ecological .stList ul li.on a em {
  color: #fff;
  text-decoration: underline;
}
.news {
  overflow: hidden;
  padding: 76px 0 34px;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 46px;
}
.news .newsTab ul li {
  display: block;
  margin-left: 28px;
  float: left;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  width: 160px;
  height: 60px;
  background-image: linear-gradient(0deg, #bbd3fe 0%, #ffffff 100%);
  box-shadow: 0px 4px 19px 0px rgba(6, 27, 103, 0.08);
  border-radius: 8px;
  border: solid 1px #ffffff;
  line-height: 58px;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding-left: 8px;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: -20px;
  width: 41px;
  height: 41px;
  background: url(../images/moreico.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.news .newsTab ul li a::after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  font-family: simsun;
  font-weight: bold;
  font-size: 20px;
  margin-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.news .newsTab ul li a:hover {
  box-shadow: 0px 6px 19px 0px rgba(23, 131, 240, 0.2);
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  left: -16px;
  top: -20px;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news .newsTab ul li:hover a::after,
.news .newsTab ul li.on a::after {
  animation: zyfd 1.5s linear infinite;
  opacity: 1;
  margin-left: 22px;
}
.news .newsTabs {
  position: relative;
  margin-top: 26px;
}
.news .newsTabs .bd {
  height: 525px;
}
.news .newsList {
  width: 100%;
  height: 525px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .list1 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul {
  margin: 0 -75px;
}
.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: 33.33%;
  float: left;
  padding: 0 75px;
  border-left: 1px solid rgba(166, 182, 203, 0.5);
}
.news .newsList .list1 ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-bottom: 38px;
}
.news .newsList .list1 ul li .item .cont {
  height: 195px;
  padding-top: 20px;
}
.news .newsList .list1 ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list1 ul li .item .cont .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item .cont .date {
  margin-top: 3px;
  line-height: 10px;
  font-family: Arial;
  font-size: 14px;
  color: #b3b3b3;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list1 ul li .item .cont p {
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  font-size: 15px;
  color: #888888;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic {
  display: block;
  height: 200px;
  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:hover .cont .bt {
  color: #1783f0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news .newsList .list1 ul li .item:hover .cont .date {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list1 ul li .item:hover .cont p {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.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 .list2 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul {
  margin: 0 -75px;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 33.33%;
  float: left;
  padding: 0 75px;
  border-left: 1px solid rgba(166, 182, 203, 0.5);
}
.news .newsList .list2 ul li .item {
  height: 46px;
  line-height: 46px;
  padding-right: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item::after {
  content: "";
  position: absolute;
  background: #1783f0;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list2 ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  -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: 5px;
}
.news .newsList .list2 ul li .item .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #b3b3b3;
  font-family: Arial;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #1783f0;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 ul {
    margin: 0 -50px;
  }
  .news .newsList .list1 ul li {
    padding: 0 50px;
  }
  .news .newsList .list2 ul {
    margin: 0 -50px;
  }
  .news .newsList .list2 ul li {
    padding: 0 50px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .list1 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.customer {
  position: relative;
  z-index: 1;
}
.customer::before {
  content: "";
  display: block;
  position: absolute;
  width: 640px;
  height: 502px;
  background: url(../images/khbg2.png) 0 0 no-repeat;
  z-index: -2;
  left: 50%;
  margin-left: -853px;
  top: 47px;
  animation: xz 36s linear infinite;
  pointer-events: none;
}
@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);
  }
}
.customer .khimg {
  position: absolute;
  width: 335px;
  height: 495px;
  background: url(../images/khimg.png) 0 0 no-repeat;
  z-index: -1;
  left: 50%;
  margin-left: -683px;
  top: 0;
}
.customer .khBox {
  height: 997px;
  padding-left: 480px;
  padding-top: 85px;
}
.customer .khBox::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 1920px;
  height: 100%;
  background: url(../images/khbg.png) center 40px no-repeat;
}
.customer .title {
  position: absolute;
  left: 0;
  z-index: 3;
  top: 524px;
}
.customer .khTabs {
  width: 1037px;
  height: 862px;
  overflow: hidden;
}
.customer .khTabs .bd ul {
  width: 1037px;
  height: 862px;
  overflow: hidden;
  position: relative;
}
.customer .khTabs .bd ul li {
  width: 207px;
  height: 207px;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customer .khTabs .bd ul li .item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.customer .khTabs .bd ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.customer .khTabs .bd ul li .pic img {
  max-width: 80%;
  max-height: 80%;
  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;
}
.customer .khTabs .bd ul li:hover {
  box-shadow: 0 0 15px rgba(23, 131, 240, 0.1);
}
.customer .khTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.customer .khTabs .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  font-size: 16px;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(23, 131, 240, 0.8);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  color: #fff;
  opacity: 0;
}
.customer .khTabs .bd ul li:nth-child(1) {
  left: 49px;
  top: 185px;
  width: 207px;
  height: 207px;
}
.customer .khTabs .bd ul li:nth-child(2) {
  left: 603px;
  top: 105px;
  width: 202px;
  height: 202px;
}
.customer .khTabs .bd ul li:nth-child(3) {
  left: 569px;
  top: 386px;
  width: 202px;
  height: 202px;
}
.customer .khTabs .bd ul li:nth-child(4) {
  left: 0;
  top: 655px;
  width: 207px;
  height: 207px;
}
.customer .khTabs .bd ul li:nth-child(5) {
  left: 775px;
  top: 625px;
  width: 207px;
  height: 207px;
}
.customer .khTabs .bd ul li:nth-child(6) {
  left: 302px;
  top: 554px;
  width: 170px;
  height: 170px;
}
.customer .khTabs .bd ul li:nth-child(7) {
  left: 354px;
  top: 278px;
  width: 155px;
  height: 155px;
}
.customer .khTabs .bd ul li:nth-child(8) {
  left: 345px;
  top: 0;
  width: 155px;
  height: 155px;
}
.customer .khTabs .bd ul li:nth-child(9) {
  left: 867px;
  top: 62px;
  width: 170px;
  height: 170px;
}
.customer .khTabs .bd ul li:nth-child(10) {
  left: 495px;
  top: 665px;
  width: 170px;
  height: 170px;
}
.customer .khTabs .bd ul li:nth-child(11) {
  left: 118px;
  top: 434px;
  width: 155px;
  height: 155px;
}
.customer .khTabs .bd ul li:nth-child(12) {
  left: 849px;
  top: 341px;
  width: 163px;
  height: 163px;
}
.customer .page {
  position: absolute;
  left: 0;
  top: 762px;
  z-index: 3;
}
.customer .page .prev {
  float: left;
  width: 180px;
  height: 64px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #a6b6cb;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  line-height: 62px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(0deg, #bbd3fe 0%, #ffffff 100%);
  background-image: linear-gradient(0deg, #bbd3fe 0%, #ffffff 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  cursor: pointer;
}
.customer .page .prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
  height: 62px;
  width: 18px;
  background: url(../images/khl.png) 0 center no-repeat;
}
.customer .page .prev:hover,
.customer .page .prev.on {
  background-size: 100% 100%;
  border-color: transparent;
}
.customer .page .next {
  float: left;
  margin-left: 18px;
  width: 180px;
  height: 64px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #a6b6cb;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  line-height: 62px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(0deg, #bbd3fe 0%, #ffffff 100%);
  background-image: linear-gradient(0deg, #bbd3fe 0%, #ffffff 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  cursor: pointer;
}
.customer .page .next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 26px;
  height: 62px;
  width: 18px;
  background: url(../images/khr.png) 0 center no-repeat;
}
.customer .page .next:hover,
.customer .page .next.on {
  background-size: 100% 100%;
  border-color: transparent;
}
@media screen and (max-width: 1720px) {
  .customer .khBox {
    padding-left: 420px;
  }
  .customer .khTabs {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1520px) {
  .customer .khBox {
    padding-left: 360px;
  }
  .customer .khTabs {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1400px) {
  .customer .khBox {
    padding-left: 340px;
  }
  .customer .khTabs {
    -webkit-transform: scale(0.84);
    -moz-transform: scale(0.84);
    -o-transform: scale(0.84);
    transform: scale(0.84);
  }
}
@media screen and (max-width: 1320px) {
  .customer .khimg {
    margin-left: -633px;
  }
  .customer .khBox {
    padding-left: 300px;
    height: 860px;
    padding-top: 25px;
  }
  .customer .khBox::before {
    background-position: center 0;
  }
  .customer .title {
    top: 464px;
  }
  .customer .khTabs {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .customer .page {
    top: 662px;
  }
  .customer .page .prev {
    width: 160px;
  }
  .customer .page .next {
    width: 160px;
  }
}
