@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.topWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper ul li a {
  display: block;
  width: 100%;
}
.banner .bannerSwiper video {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 550px;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 500px;
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8%;
  z-index: 3;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.banner .banner-pagination span {
  border-radius: 0;
  background: none;
  margin: 0 !important;
  cursor: pointer !important;
  outline: none;
  width: 28px;
  height: 28px;
  border: solid 1px transparent;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
}
.banner .banner-pagination span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 50%;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  border-color: #fff;
}
.title {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(../images/titico.png) 0 center no-repeat;
  margin-bottom: 15px;
}
.moreLink {
  width: 120px;
  height: 120px;
  background-image: linear-gradient(127deg, #0042bd 0%, #0081c1 100%);
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  padding-top: 27px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 3px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.moreLink::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 33px;
  background: url(../images/morear.png) center center no-repeat;
  margin-bottom: 10px;
  filter: grayscale(100) brightness(5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  color: #0d50be;
  box-shadow: 0 5px 20px rgba(13, 80, 190, 0.2);
}
.moreLink:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.moreLink:hover::before {
  filter: grayscale(0) brightness(1);
  animation: zyfd 1.5s linear infinite;
}
.allLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.titBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.titBox .title {
  flex: 1;
}
.titBox .moreLink {
  margin-top: 48px;
}
.product {
  padding: 128px 0 146px;
}
.product .proL {
  float: left;
  position: sticky;
  top: 128px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.product .proL .number {
  margin-top: 100px;
  color: #0d50be;
  flex: 1;
}
.product .proL .number h4 i {
  display: inline-block;
  vertical-align: top;
  font-family: Impact;
  font-size: 72px;
  line-height: 60px;
}
.product .proL .number h4 em {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-size: 30px;
  line-height: 18px;
  margin-left: 10px;
}
.product .proL .number p {
  font-size: 18px;
  margin-top: 18px;
}
.product .proL .more {
  margin-top: 388px;
  display: block;
  width: 210px;
  height: 46px;
  background-image: linear-gradient(84deg, #0042bd 0%, #0081c1 100%);
  line-height: 45px;
  border-radius: 25px;
  position: relative;
  z-index: 2;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proL .more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 2px;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.product .proL .more em {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 11px;
  height: 46px;
  background: url(../images/proar.png) 0 center no-repeat;
  filter: grayscale(100) brightness(6);
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proL .more:hover {
  box-shadow: 0 5px 5px rgba(13, 80, 190, 0.2);
  color: #0d50be;
}
.product .proL .more:hover::before {
  opacity: 1;
}
.product .proL .more:hover em {
  animation: zyfd 1.5s linear infinite;
  filter: grayscale(0) brightness(1);
}
.product .proR {
  float: right;
  width: calc(100% - 380px);
  margin-bottom: -10px;
  margin-top: 20px;
}
.product .proR .proImg {
  pointer-events: none;
  position: sticky;
  top: 128px;
}
.product .proR .proImg img {
  display: block;
  max-height: 409px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product .proR .tip {
  font-size: 48px;
  line-height: 66px;
  margin-top: 120px;
  margin-left: 20px;
  position: relative;
  z-index: 3;
}
.product .proNav {
  margin-top: 64px;
  width: 640px;
  position: relative;
  z-index: 3;
}
.product .proNav ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}
.product .proNav ul li {
  width: 33.33%;
  min-width: 0;
}
.product .proNav ul li a {
  display: block;
  text-align: center;
}
.product .proNav ul li a i {
  display: block;
  width: 100%;
  height: 128px;
  margin: 0 auto;
  position: relative;
  padding: 5px;
  -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;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px dotted transparent;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i em {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
}
.product .proNav ul li a i em::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 118px;
  height: 100%;
  /* background-image: linear-gradient(180deg, #0042bd 0%, #0081c1 100%); */
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i em img {
  position: absolute;
  max-width: 85%;
  max-height: 85%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a span {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proNav ul li a:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.product .proNav ul li a:hover i {
  border-radius: 50%;
  width: 128px;
}
.product .proNav ul li a:hover i::before {
  border-color: #0d50be;
}
.product .proNav ul li a:hover i em {
  border-radius: 50%;
  overflow: hidden;
}
.product .proNav ul li a:hover i em::before {
  opacity: 1;
}
.points {
  position: relative;
}
.points * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.points .hxBox {
  background: url(../images/hxbg.jpg) center center no-repeat;
  position: relative;
  overflow: hidden;
}
.points .inContent {
  height: 770px;
}
.points ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 104px;
  padding-top: 178px;
}
.points ul li {
  color: #fff;
}
.points ul li h4 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}
.points ul li p {
  margin-top: 18px;
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  opacity: 0.6;
}
.points .hxCont {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 50%;
  height: 770px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.points .hxTit {
  height: 296px;
  padding-left: 86px;
  padding-top: 88px;
  background-size: cover;
  color: #fff;
  background: url(../images/hxtit.jpg) 0 center no-repeat;
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.points .hxTit .title::before {
  filter: grayscale(100) brightness(6);
}
.points .hxTit p {
  font-family: "Microsoft YaHei Light";
  font-size: 26px;
  margin-top: 26px;
  line-height: 1;
}
.points .hxImg {
  height: 474px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.points .hxImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.points .moreLink {
  position: absolute;
  border-radius: 50%;
  right: 0;
  bottom: 0;
}
.points .btn {
  position: absolute;
  z-index: 4;
  right: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -68px;
  height: 0;
}
.hotPro {
  background-color: #fbfbfb;
  position: relative;
  overflow: hidden;
  padding: 88px 0 110px;
}
.hotPro * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hotPro .hotSwiper {
  margin-top: 42px;
  border-top: 1px solid #ddd;
  padding: 30px 3% 0;
}
.hotPro .hotSwiper ul li {
  width: 25%;
  padding: 0 10px;
  position: relative;
}
.hotPro .hotSwiper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 318px;
  background-color: #dddddd;
}
.hotPro .hotSwiper ul li .pic {
  display: block;
  position: relative;
  overflow: hidden;
  height: 318px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotPro .hotSwiper ul li .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;
}
.hotPro .hotSwiper ul li .tt {
  margin-top: 22px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotPro .hotSwiper ul li .tt .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.hotPro .hotSwiper ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotPro .hotSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.hotPro .hotSwiper ul li:hover .tt {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.hotPro .hotSwiper ul li:hover .bt {
  color: #0d50be;
  letter-spacing: 0.8px;
}
.hotPro .hotSwiper ul li.swiper-slide-active::before {
  opacity: 0;
}
.hotPro .hotSwiper ul li.swiper-slide-next + li + li + li::before {
  opacity: 0;
}
.hotPro .hotProPage {
  margin-top: 56px;
  position: relative;
}
.hotPro .hotProPage .more {
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 40px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotPro .hotProPage .more:hover {
  color: #0d50be;
}
.hotPro .page {
  display: flex;
  justify-content: center;
  column-gap: 140px;
  align-items: center;
}
.hotPro .page .hot-prev {
  width: 40px;
  height: 40px;
  background-color: #666666;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotPro .page .hot-prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/hotl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotPro .page .hot-prev:hover,
.hotPro .page .hot-prev.on {
  background-color: #0d50be;
}
.hotPro .page .hot-next {
  width: 40px;
  height: 40px;
  background-color: #666666;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotPro .page .hot-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/hotr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotPro .page .hot-next:hover,
.hotPro .page .hot-next.on {
  background-color: #0d50be;
}
.about {
  position: relative;
  overflow: hidden;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about .aboutBox::after {
  display: none;
}
.about .moreLink {
  position: absolute;
  top: 166px;
  left: 228px;
  z-index: 3;
}
.about .aboutR {
  flex: 1;
  min-width: 0;
  border-left: 1px solid #ddd;
  margin-left: 5%;
  padding-top: 96px;
  padding-bottom: 120px;
}
.about .aboutText {
  margin-left: 10%;
}
.about .aboutText .title {
  font-family: "Arial Black";
}
.about .aboutText .title span {
  display: block;
  line-height: 35px;
  color: #0d50be;
  font-size: 48px;
}
.about .aboutText .title i {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  font-size: 30px;
  line-height: 22px;
  padding-bottom: 7px;
  border-bottom: 1px solid #333;
}
.about .aboutText .tit {
  margin-top: 14px;
  line-height: 1;
  font-size: 24px;
}
.about .aboutText .text {
  margin-top: 28px;
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  max-height: 120px;
}
.about .concept {
  margin-top: 58px;
  padding-left: 10%;
  position: relative;
  padding-top: 54px;
}
.about .concept::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 1px;
  background-color: #dddddd;
  width: calc(100% + 40vw);
}
.about .concept .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.about .concept ul {
  margin-top: 40px;
  background: url(../images/lnline.png) 0 100% no-repeat;
  background-size: contain;
  padding-bottom: 132px;
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
}
.about .concept ul li {
  flex: 1;
  min-width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .concept ul li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.about .concept ul li h4 {
  white-space: nowrap;
}
.about .concept ul li h4 span {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  font-size: 20px;
  padding-bottom: 1px;
}
.about .concept ul li h4 em {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
  height: 34px;
  overflow: hidden;
  line-height: 0.86;
  font-family: Impact;
  font-size: 48px;
  color: #0d50be;
}
.about .concept ul li p {
  line-height: 1;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  margin-top: 8px;
  color: #999999;
}
.about .concept ul li:nth-child(2n-1) {
  padding-top: 92px;
}
.about .aboutPic {
  margin-left: -280px;
  margin-top: 233px;
  max-width: 850px;
}
.about .aboutPic img {
  display: block;
  max-width: 100%;
}
.case {
  background: url(../images/casebg.jpg) center 0 no-repeat;
  background-color: #edf1fa;
}
.case .caseBox {
  height: 860px;
  padding-top: 75px;
}
.case .tip {
  background: url(../images/caselogo.png) center 0 no-repeat;
  padding-top: 95px;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #505257;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1360px) {
  .case .tip {
    font-size: 26px;
  }
}
.case .caseCont {
  margin-top: 212px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  padding-right: 9.191%;
}
@media screen and (max-width: 1360px) {
  .case .caseCont {
    padding-right: 5%;
  }
}
.case .caseCont .box {
  width: 890px;
}
.case .caseCont .tip2 {
  font-family: "Microsoft YaHei Light";
  font-size: 20px;
  margin-top: 15px;
  line-height: 1;
}
.case .caseCont .text {
  margin-top: 62px;
  font-size: 15px;
  line-height: 32px;
}
.case .caseSwiper {
  position: absolute;
  left: 518px;
  top: 100px;
  width: 1050px;
}
.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 li {
  width: 320px;
  margin-right: 30px;
  position: relative;
  background-color: #ffffff;
}
.case .caseSwiper ul li .pic {
  display: block;
  position: relative;
  overflow: hidden;
  height: 260px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .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 .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li: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:hover .bt {
  color: #0d50be;
  letter-spacing: 0.8px;
}
.news {
  position: relative;
  overflow: hidden;
  padding: 78px 0 74px;
}
.news .newsTab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .newsTab .title {
  flex: 1;
}
.news .newsTab ul {
  display: flex;
  column-gap: 42px;
  margin-bottom: -10px;
}
.news .newsTab ul li a {
  display: block;
  font-size: 20px;
  line-height: 40px;
}
.news .newsTab ul li.on a {
  font-weight: bold;
  color: #0d50be;
}
.news .newsTabs {
  margin-top: 40px;
  padding-top: 84px;
  border-top: 1px solid #ddd;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  position: relative;
  min-height: 100px;
}
.news .newsList ul {
  display: flex;
  margin: 0 -40px 46px;
}
.news .newsList ul li {
  width: 33.33%;
  padding: 0 40px;
  border-left: 1px solid #ddd;
}
.news .newsList ul li:first-child {
  border-left: none;
}
.news .newsList ul li .bt {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .line {
  width: 50px;
  height: 1px;
  background-color: #0d50be;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .date {
  margin-top: 20px;
  font-family: Arial;
  font-size: 15px;
  line-height: 1;
  color: #999999;
  padding-left: 20px;
  background: url(../images/date.png) 0 center no-repeat;
  padding-top: 2px;
}
.news .newsList ul li p {
  margin-top: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  font-size: 15px;
  color: #666666;
}
.news .newsList ul li .more {
  margin-top: 140px;
  display: block;
  width: 154px;
  height: 38px;
  background-color: #373737;
  border-radius: 30px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsList ul li:hover .line {
  width: 100px;
}
.news .newsList ul li:hover .bt {
  color: #0d50be;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList ul li:hover .more {
  background-color: #0d50be;
  box-shadow: 0px 6px 40px 0px rgba(13, 80, 190, 0.5);
}
.news .moreLink {
  display: block;
  margin: 78px auto 0;
  width: 240px;
  line-height: 48px;
  background-color: #ffffff;
  border-radius: 25px;
}
.news .moreLink:hover {
  border-color: #0d50be;
  background-color: #0d50be;
}
