@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);
  }
}

.header {
  height: 0;
}

.nav_bg {
  background-color: transparent;
  padding-top: 6px;
}

.nav_bg .menu .logo a {
  color: #fff;
}

.nav_bg .menu>ul>li>a {
  color: #fff !important;
  height: 104px;
  display: flex;
  align-items: center;
  /* line-height: 1.2; */
}

.nav_bg .menu>ul>li>a::before {
  background-color: #fff;
}

.nav_bg.fixedNav,
.nav_bg:hover {
  background-color: #fff;
  padding-top: 0;
}

.nav_bg.fixedNav .menu .logo a,
.nav_bg:hover .menu .logo a {
  color: #333;
}

.nav_bg.fixedNav .menu>ul>li>a,
.nav_bg:hover .menu>ul>li>a {
  color: #333 !important;
}

.nav_bg.fixedNav .menu>ul>li>a::before,
.nav_bg:hover .menu>ul>li>a::before {
  background-color: #145dff;
}

.nav_bg.fixedNav .menu>ul>li.another>a,
.nav_bg:hover .menu>ul>li.another>a,
.nav_bg.fixedNav .menu>ul>li:hover>a,
.nav_bg:hover .menu>ul>li:hover>a {
  color: #145dff !important;
}

.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.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-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 3;
  text-align: center;
}

.banner .banner-pagination span {
  display: inline-block;
  border: 1px #145dff solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 8px !important;
  cursor: pointer;
  outline: none;
}

.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #145dff;
  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);
}

.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%;
}

.title {
  line-height: 1;
  text-align: center;
}

.title a {
  display: inline-block;
  vertical-align: top;
}

.title span {
  display: block;
  font-size: 34px;
}

.title i {
  margin-top: 26px;
  display: block;
  font-family: 'Times New Roman', Times, serif;
  font-size: 48px;
  line-height: 34px;
  font-weight: bold;
}

.moreLink {
  display: block;
  width: 200px;
  line-height: 58px;
  background-color: #ffffff;
  border: solid 1px #c2c2c2;
  text-align: center;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #145dff, #145dff);
  background-image: linear-gradient(to right, #145dff, #145dff);
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.moreLink:hover {
  color: #fff;
  background-size: 100% 100%;
  border-color: #145dff;
  box-shadow: 0 10px 10px -5px rgba(20, 93, 255, 0.5);
  border-radius: 30px;
}

.allLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.titBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.product {
  position: relative;
  overflow: hidden;
  padding: 100px 0 70px;
}

.product .proNav {
  margin-top: 46px;
}

.product .proNav ul {
  display: flex;
  justify-content: center;
  column-gap: 3.97%;
  column-gap: 1.5%;
  flex-wrap: wrap;
}

.product .proNav ul li a {
  font-size: 16px;
  line-height: 40px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.product .proNav ul li a:hover {
  color: #145dff;
  border: 1px solid #145dff;
}

.product .proSwiper {
  position: relative;
}

.product .proSwiper ul li {
  width: 26%;
  padding: 36px 18px 0;
}

.product .proSwiper ul li .item {
  position: relative;
}

.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 462px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .proSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: 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 {
  margin-top: 25px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 3;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
  margin-left: 2px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .proSwiper ul li .item .bt::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000000;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .proSwiper ul li .item .bt:hover {
  letter-spacing: 0.8px;
}

.product .proSwiper ul li .item .num {
  font-family: "Arial Black";
  font-size: 120px;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 38px;
  line-height: 88px;
  opacity: 0;
}

.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: #145dff;
}

.product .proSwiper ul li .item:hover .bt::before {
  background-color: #145dff;
}

.product .proSwiper ul li.swiper-slide-next {
  width: 48%;
}

.product .proSwiper ul li.swiper-slide-next .item .num {
  opacity: 1;
}

.product .proSwiper ul li.swiper-slide-next .item .pic {
  box-shadow: 0px 0px 50px rgba(3, 3, 3, 0.16);
}

.product .proSwiper ul li.swiper-slide-next .item .bt {
  opacity: 1;
}

.product .page .pro-prev {
  position: absolute;
  z-index: 3;
  left: -150px;
  top: 248px;
  width: 85px;
  height: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 10px;
}

.product .page .pro-prev i {
  height: 1px;
  background-color: #333333;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .page .pro-prev::before {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/prol.png) 0 center no-repeat;
  filter: grayscale(100) brightness(0.6);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .page .pro-prev::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  background: url(../images/prol.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.product .page .pro-prev:hover i {
  background-color: #145dff;
}

.product .page .pro-prev:hover::before {
  opacity: 0;
  left: -10px;
}

.product .page .pro-prev:hover::after {
  opacity: 1;
  left: 0;
}

.product .page .pro-next {
  position: absolute;
  z-index: 3;
  right: -150px;
  top: 248px;
  width: 85px;
  height: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 10px;
}

.product .page .pro-next i {
  height: 1px;
  background-color: #333333;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .page .pro-next::before {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/pror.png) 0 center no-repeat;
  filter: grayscale(100) brightness(0.6);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .page .pro-next::after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(../images/pror.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.product .page .pro-next:hover i {
  background-color: #145dff;
}

.product .page .pro-next:hover::before {
  opacity: 0;
  right: -10px;
}

.product .page .pro-next:hover::after {
  opacity: 1;
  right: 0;
}

.solution {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  padding: 75px 0 95px;
}

.solution .faBox {
  max-width: 1460px;
}

.solution .faList {
  margin-top: 50px;
  margin-top: 40px;
}

.solution .faList ul {
  margin: 0 -17px;
  display: flex;
  flex-wrap: wrap;
}

.solution .faList ul li {
  padding: 0 17px;
  width: 25%;
}

.solution .faList ul li .item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.solution .faList ul li .item .img {
  padding-top: 164.118%;
  display: block;
}

.solution .faList ul li .item .img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fali.png) 0 bottom repeat-x;
}

.solution .faList ul li .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.solution .faList ul li .item .bt {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  bottom: 38px;
  padding: 0 11.75%;
  color: #fff;
}

.solution .faList ul li .item .bt span {
  display: block;
  font-size: 24px;
  padding-left: 6px;
  position: relative;
  padding-right: 24px;
  height: 44px;
  line-height: 44px;
}

.solution .faList ul li .item .bt span::after {
  content: "";
  display: block;
  width: 16px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/faar.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.solution .faList ul li .item .bt i {
  margin-top: 16px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 6px;
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 1px;
  padding-top: 25px;
}

.solution .faList ul li .item:hover .img img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.solution .faList ul li .item:hover .bt span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about {
  position: relative;
  overflow: hidden;
  background: url(../images/aboutbg.jpg) center center no-repeat;
  padding: 142px 0 85px;
}

.about .aboutBox {
  display: flex;
  justify-content: space-between;
}

.about .aboutTit {
  flex: 1;
}

.about .aboutTit .title {
  color: #fff;
  text-align: left;
}

.about .aboutTit .img {
  margin-top: 142px;
}

.about .aboutTit .img img {
  display: block;
}

.about .aboutText {
  width: 780px;
}

.about .aboutText .text {
  margin-top: -12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 40px;
  height: 240px;
  font-size: 16px;
  text-align: justify;
  color: #fff;
}

.about .aboutText .btn {
  margin-top: 112px;
}

.about .aboutText .btn a {
  display: block;
  width: 148px;
  height: 148px;
  position: relative;
  overflow: hidden;
  padding: 62px 0 0 28px;
  font-size: 30px;
  line-height: 20px;
  background: url(../images/aboutmore.png) 0 0 no-repeat;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: #145dff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.about .aboutText .btn a i {
  font-weight: bold;
}

.about .aboutText .btn a em {
  display: block;
  background: url(../images/aboutmorear.png) 0 0 no-repeat;
  margin-left: -8px;
  margin-top: 12px;
  width: 33px;
  height: 33px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.about .aboutText .btn a:hover em {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 18px;
}

.about .aboutPic {
  width: 50%;
  position: relative;
  overflow: hidden;
  height: 595px;
}

.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.about .aboutPic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 1460px) {
  .about {
    padding-top: 6.4vw;
  }

  .about .aboutPic {
    height: 480px;
  }

  .about .aboutText {
    padding-top: 20px;
  }

  .about .aboutText .box {
    padding-right: 50px;
  }

  .about .aboutText .text {
    margin-top: 46px;
    font-size: 17px;
  }

  .about .aboutText .btn {
    margin-top: 45px;
  }

  .about .aboutText .btn a {
    width: 180px;
  }
}

.news {
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px;
  z-index: 2;
}

.news .newsTab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.news .newsTab .title {
  text-align: left;
}

.news .newsTab ul {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: -10px; */
  column-gap: 80px;
}

.news .newsTab ul li a {
  display: block;
  font-size: 20px;
  line-height: 40px;
}

.news .newsTab ul li.on a {
  font-weight: bold;
}

.news .newsList {
  margin-top: 74px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}

.news .page {
  position: absolute;
  z-index: 3;
  right: 0;
  top: -8px;
  display: flex;
  column-gap: 26px;
}

.news .page .news-prev {
  width: 72px;
  height: 72px;
  border: solid 1px #c1c1c1;
  text-align: center;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  padding: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .page .news-prev em {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .page .news-prev em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/newsl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .page .news-prev:hover,
.news .page .news-prev.on {
  border-color: #212121;
}

.news .page .news-prev:hover em,
.news .page .news-prev.on em {
  background-color: #212121;
}

.news .page .news-prev:hover em::before,
.news .page .news-prev.on em::before {
  filter: grayscale(100) brightness(8);
}

.news .page .news-next {
  width: 72px;
  height: 72px;
  border: solid 1px #c1c1c1;
  text-align: center;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  padding: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .page .news-next em {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .page .news-next em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/newsr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .page .news-next:hover,
.news .page .news-next.on {
  border-color: #212121;
}

.news .page .news-next:hover em,
.news .page .news-next.on em {
  background-color: #212121;
}

.news .page .news-next:hover em::before,
.news .page .news-next.on em::before {
  filter: grayscale(100) brightness(8);
}

.news .newsSwiper {
  margin-left: -684px;
  padding-left: 630px;
  overflow: hidden;
}

.news .newsSwiper .swiper-container {
  width: 630px;
  overflow: initial;
}

.news .newsSwiper ul li {
  width: 630px;
  height: 738px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 60px 54px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 592px;
  padding-top: 40px;
}

.news .newsSwiper ul li .date {
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .newsSwiper ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  margin-top: 10px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .newsSwiper ul li .bt:hover {
  letter-spacing: 0.8px;
}

.news .newsSwiper ul li .pic {
  display: block;
  margin-top: 30px;
  height: 422px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 382px;
}

.news .newsSwiper ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .newsSwiper ul li .more {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-top: 50px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}

.news .newsSwiper ul li .more:hover {
  color: #145dff;
}

.news .newsSwiper ul li:hover .bt {
  color: #145dff;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.news .newsSwiper 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 .newsSwiper ul li.swiper-slide-prev {
  background-color: transparent;
}

.news .newsSwiper ul li.swiper-slide-prev .date {
  visibility: hidden;
  opacity: 0;
}

.news .newsSwiper ul li.swiper-slide-prev .bt {
  visibility: hidden;
  opacity: 0;
}

.news .newsSwiper ul li.swiper-slide-prev .more {
  visibility: hidden;
  opacity: 0;
}

.news .list {
  margin-top: 116px;
  margin-right: -180px;
  width: 66%;
  max-width: 894px;
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  .news .list {
    width: 62%;
  }
}

.news .list ul li {
  height: 239px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
  padding: 50px 180px 0 68px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media screen and (max-width: 1400px) {
  .news .list ul li {
    padding-left: 50px;
  }
}

.news .list ul li:last-child {
  border-bottom: none;
}

.news .list ul li .date {
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
}

.news .list ul li .bt {
  margin-top: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .list ul li .bt:hover {
  letter-spacing: 0.8px;
}

.news .list ul li p {
  margin-top: 8px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #8f8f8f;
}

.news .list ul li:hover .bt {
  color: #145dff;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* .footer {
  margin-top: -72px !important;
  padding-top: 172px !important;
} */