@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,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 600px;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s 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: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #1655b2 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: #1655b2;
  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);
}
@keyframes line {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  48% {
    transform: scaleX(0);
    transform-origin: right;
  }
  52% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: Impact;
  font-size: 74px;
  line-height: 61px;
  color: #f0f0f0;
}
.title b {
  display: block;
  font-size: 35px;
  margin-top: -25px;
}
.title b span {
  color: #1655b2;
}
.title em {
  display: block;
  margin-top: 20px;
  font-size: 0;
}
.title em::before {
  content: "";
  display: block;
  width: 47px;
  height: 1px;
  background-color: #333333;
}
.title em::after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 97px;
  height: 1px;
  background-color: #333333;
}
.moreLink {
  display: block;
  position: relative;
  font-size: 12px;
  width: 170px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #7d7d7d;
  line-height: 53px;
  font-family: Arial;
  font-size: 17px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1655b2, #1655b2);
  background-image: linear-gradient(to right, #1655b2, #1655b2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink::after {
  content: "";
  width: 34px;
  height: 53px;
  display: inline-block;
  vertical-align: top;
  margin-left: 22px;
  background: url(../images/morear.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(22, 85, 178, 0.5);
  color: #fff;
  border-color: #1655b2;
}
.moreLink:hover::after {
  filter: grayscale(100) brightness(6);
  animation: zyfd 1.5s linear infinite;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 40px;
}
.product {
  position: relative;
  overflow: hidden;
  padding: 90px 0 62px;
  background: url(../images/probg.jpg) center 11px no-repeat;
}
.product .proNav::after,
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proNav ul {
  float: right;
  margin-top: 34px;
}
.product .proNav ul li {
  float: left;
  margin-left: 25px;
}
.product .proNav ul li a {
  display: block;
  min-width: 175px;
  height: 58px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  padding: 0 10px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1655b2, #1655b2);
  background-image: linear-gradient(to right, #1655b2, #1655b2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  background-size: 100% 100%;
  color: #fff;
}
.product .proTabs {
  margin-top: 24px;
}
.product .proTabs .bd {
  overflow: hidden;
}
.product .proList ul {
  margin: 0 -12px;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  width: 25%;
  padding: 0 12px;
  margin-top: 10px;
}
.product .proList ul li .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: solid 1px #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 5px;
}
.product .proList ul li .pic i {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .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 .proList ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 35px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.product .proList ul li .bt::before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  background: url(../images/proli.png) 0 center no-repeat;
}
.product .proList ul li:hover .pic {
  border-color: #1655b2;
}
.product .proList ul li:hover .pic i img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.product .proList ul li:hover .bt {
  color: #1655b2;
}
.product .proList ul li:hover .bt::before {
  animation: zyfd 1.5s linear infinite;
}
.product .proSwiper {
  position: relative;
  margin: 0 -25px;
  margin-top: 10px;
}
.product .proSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.product .proSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.product .proSwiper ul::after,
.product .proSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proSwiper ul li {
  float: left;
  padding: 25px;
  width: 33.333%;
}
.product .proSwiper ul li .item {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  -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: cover;
  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 .tt {
  padding-bottom: 3px;
  height: 98px;
  line-height: 95px;
  padding-right: 95px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1655b2, #1655b2);
  background-image: linear-gradient(to right, #1655b2, #1655b2);
  background-size: 0% 100%;
  background-position: left center;
}
.product .proSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 95px;
  line-height: 95px;
  font-size: 18px;
  padding-left: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .tt .bt::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -2px;
}
.product .proSwiper ul li .item .tt .more {
  position: absolute;
  top: 19px;
  right: 25px;
  width: 57px;
  height: 57px;
  background-color: #f6f6f6;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt .more::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/caseli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt .more:hover {
  background-color: #fff;
}
.product .proSwiper ul li .item:hover {
  border-color: #1655b2;
}
.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 .tt {
  background-size: 100% 100%;
}
.product .proSwiper ul li .item:hover .tt .bt {
  color: #fff;
}
.product .proSwiper ul li .item:hover .tt .bt::before {
  background-color: #fff;
}
.product .proSwiper ul li .item:hover .tt .more::after {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.product .page .pro-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -90px;
  outline: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: -11px 11px 38px 0px rgba(104, 104, 104, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 26px;
  text-shadow: 1px 0 0 #333, 2px 0 0 #333;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .page .pro-prev::before {
  content: "<";
  font-family: simsun;
}
.product .page .pro-prev:hover,
.product .page .pro-prev.on {
  background-color: #1655b2;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
  color: #fff;
}
.product .page .pro-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -90px;
  outline: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: -11px 11px 38px 0px rgba(104, 104, 104, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 26px;
  text-shadow: 1px 0 0 #333, 2px 0 0 #333;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .page .pro-next::before {
  content: ">";
  font-family: simsun;
}
.product .page .pro-next:hover,
.product .page .pro-next.on {
  background-color: #1655b2;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
  color: #fff;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
}
.mbanner1 .mbanBox {
  height: 178px;
  color: #fff;
}
.mbanner1 .text {
  float: left;
  padding-top: 58px;
}
.mbanner1 .text .t1 {
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
}
.mbanner1 .text .t2 {
  font-size: 18px;
  margin-top: 18px;
  letter-spacing: 2px;
}
.mbanner1 .zxLink {
  float: right;
  margin-top: 56px;
  width: 67px;
  height: 67px;
  background-color: #ff9c00;
  border-radius: 6px;
  line-height: 67px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: block;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanner1 .zxLink::before {
  content: "";
  border-radius: 6px;
  border: dashed 1px #ffffff;
  opacity: 0.3;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanner1 .zxLink:hover {
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 156, 0, 0.4);
}
.mbanner1 .zxLink:hover::before {
  border-radius: 50%;
}
.mbanner1 .tel {
  float: right;
  margin-right: 56px;
  position: relative;
  margin-top: 68px;
}
.mbanner1 .tel::before {
  content: "";
  display: block;
  position: absolute;
  left: -61px;
  top: 50%;
  margin-top: -16px;
  width: 38px;
  height: 32px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/mbantel.png) center center no-repeat;
}
.mbanner1 .tel span {
  line-height: 1;
  display: block;
  font-size: 14px;
}
.mbanner1 .tel i {
  display: block;
  font-family: Impact;
  font-size: 34px;
  line-height: 28px;
  margin-top: 10px;
}
.case {
  overflow: hidden;
  position: relative;
  padding: 98px 0 90px;
}
.case::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/casebg.png) 0 0 no-repeat;
  width: 422px;
  height: 413px;
  z-index: -1;
  left: 50%;
  margin-left: -863px;
  top: 90px;
}
.case .title {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 0;
}
.case .caseOne {
  padding-right: 20px;
  padding-bottom: 36px;
  padding-left: 44px;
  position: relative;
  z-index: 2;
}
.case .caseOne::after,
.case .caseOne:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseOne::before {
  content: "";
  display: block;
  width: 100%;
  height: 219px;
  background-color: #fafafa;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.case .caseOne .pic {
  float: right;
  display: block;
  width: 574px;
  height: 400px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseOne .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 .caseOne .cont {
  float: left;
  width: 594px;
  padding-top: 272px;
}
@media screen and (max-width: 1320px) {
  .case .caseOne .cont {
    width: 494px;
  }
}
.case .caseOne .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  top: 0;
}
.case .caseOne .cont .bt:hover {
  top: -6px;
}
.case .caseOne .cont p {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 29px;
  height: 58px;
  font-size: 16px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseOne .cont:hover .bt {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #1655b2;
}
.case .caseOne .cont:hover p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.case .caseSwiper {
  position: relative;
  margin: 0 -22px;
  margin-top: 38px;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper ul li {
  padding: 0 22px;
  float: left;
  width: 33.33%;
}
.case .caseSwiper ul li .item {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  border: solid 10px #f5f5f5;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 78.125%;
}
.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 .tt {
  padding-top: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 70px;
  position: relative;
}
.case .caseSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseSwiper ul li .item .tt .bt:hover {
  left: 5px;
}
.case .caseSwiper ul li .item .tt .num {
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
}
.case .caseSwiper ul li .item .tt .num::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #797979;
  margin-right: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1655b2, #1655b2);
  background-image: linear-gradient(to right, #1655b2, #1655b2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  margin-bottom: 23px;
}
.case .caseSwiper ul li .item .tt .more {
  position: absolute;
  right: 0;
  top: 39px;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
}
.case .caseSwiper ul li .item .tt .more::before {
  content: "+";
}
.case .caseSwiper ul li .item .tt .more:hover {
  box-shadow: 0 0 15px rgba(22, 85, 178, 0.2);
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li .item:hover .tt .bt {
  color: #1655b2;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case .caseSwiper ul li .item:hover .tt .num::before {
  background-size: 100% 100%;
}
.case .caseSwiper ul li .item:hover .tt .more {
  background-color: #1655b2;
  color: #fff;
}
.case .page {
  font-size: 0;
}
.case .page .case-prev {
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 162px;
  left: -210px;
  font-size: 12px;
  width: 170px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #7d7d7d;
  line-height: 53px;
  font-family: Arial;
  font-size: 17px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1655b2, #1655b2);
  background-image: linear-gradient(to right, #1655b2, #1655b2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .page .case-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background: url(../images/casel.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(22, 85, 178, 0.5);
  color: #fff;
  border-color: #1655b2;
}
.case .page .case-prev:hover::after {
  filter: grayscale(100) brightness(6);
  animation: zyfd 1.5s linear infinite;
}
.case .page .case-next {
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 162px;
  right: -210px;
  font-size: 12px;
  width: 170px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #7d7d7d;
  line-height: 53px;
  font-family: Arial;
  font-size: 17px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1655b2, #1655b2);
  background-image: linear-gradient(to right, #1655b2, #1655b2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .page .case-next::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background: url(../images/caser.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-next:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(22, 85, 178, 0.5);
  color: #fff;
  border-color: #1655b2;
}
.case .page .case-next:hover::after {
  filter: grayscale(100) brightness(6);
  animation: zyfd 1.5s linear infinite;
}
.youshi {
  position: relative;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  overflow: hidden;
}
.youshi .ysBox {
  height: 714px;
  padding-left: 584px;
  padding-top: 94px;
}
.youshi .ysBox::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 275px;
  height: 100%;
  background-color: #ff9c00;
}

.youshi .boman {
  position: absolute;
  font-family: Impact;
  font-size: 190px;
  line-height: 157px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  letter-spacing: 8px;
  color: transparent;
  top: 80px;
  left: -84px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .boman::before {
  content: "boman";
  display: block;
  position: absolute;
  font-family: Impact;
  font-size: 190px;
  line-height: 157px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  letter-spacing: 8px;
  color: #fff;
  left: -2px;
  top: 0;
  text-transform: uppercase;
  clip-path: polygon(0% 0%, 72% 0%, 32% 100%, 0 100%);
  transform: translateY(2px);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .boman::after {
  content: "boman";
  display: block;
  position: absolute;
  font-family: Impact;
  font-size: 190px;
  line-height: 157px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  letter-spacing: 8px;
  color: #fff;
  left: 2px;
  top: 0;
  text-transform: uppercase;
  clip-path: polygon(72% 0%, 100% 0%, 100% 100%, 32% 100%);
  transform: translateY(-2px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .boman:hover {
  color: #fff;
}
.youshi .boman:hover::before {
  left: 0;
  transform: translateY(0);
}
.youshi .boman:hover::after {
  left: 0;
  transform: translateY(0);
}
.youshi .ysimg {
  width: 757px;
  height: 426px;
  position: absolute;
  top: 211px;
  left: -240px;
  background: url(../images/ysimg.png) 0 0 no-repeat;
}
.youshi .title {
  color: #fff;
}
.youshi .title i {
  color: #f0f0f0;
  opacity: 0.05;
}
.youshi .title em::before {
  background-color: #ff9c00;
}
.youshi .title em::after {
  background-color: #ff9c00;
}
.youshi .ysTabs {
  position: relative;
  margin-top: 56px;
}
.youshi .ysTabs .bd {
  height: 198px;
  overflow: hidden;
}
.youshi .ysTabs .bd ul li {
  height: 198px;
}
.youshi .ysTabs .bd ul li .item {
  padding-top: 10px;
  height: 198px;
}
.youshi .ysTabs .bd ul li .item .tit {
  line-height: 54px;
  color: #fff;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.youshi .ysTabs .bd ul li .item .tit i {
  font-family: Impact;
  font-size: 66px;
  letter-spacing: 5px;
  color: #ff9c00;
  opacity: 0.4;
  display: inline-block;
  vertical-align: top;
}
.youshi .ysTabs .bd ul li .item .tit span {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-left: -35px;
  position: relative;
  z-index: 2;
}
.youshi .ysTabs .bd ul li .item .tit em {
  margin-left: 33px;
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-size: 16px;
}
.youshi .ysTabs .bd ul li .item .text {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 30px;
  color: #6989bc;
  font-size: 17px;
  margin-top: 23px;
}
.youshi .ysTabs .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysTabs .bd ul li .item:hover .text {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysTabs .hd {
  width: 979px;
  height: 112px;
  background: url(../images/yshdline.png) 0 86px no-repeat;
  padding-left: 69px;
  padding-right: 65px;
  margin-left: -198px;
  margin-top: 10px;
  height: 198px;
}
.youshi .ysTabs .hd ul {
  display: flex;
  justify-content: space-between;
}
.youshi .ysTabs .hd ul li {
  width: 153px;
  height: 164px;
  background: url(../images/yshd.png) 0 center no-repeat;
  padding-top: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  position: relative;
}
.youshi .ysTabs .hd ul li i {
  display: block;
  width: 36px;
  height: 38px;
  background: center center no-repeat;
  margin: auto;
  filter: grayscale(100) brightness(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .hd ul li i.ico1 {
  background-image: url(../images/ysico1.png);
}
.youshi .ysTabs .hd ul li i.ico2 {
  background-image: url(../images/ysico2.png);
}
.youshi .ysTabs .hd ul li i.ico3 {
  background-image: url(../images/ysico3.png);
}
.youshi .ysTabs .hd ul li i.ico4 {
  background-image: url(../images/ysico4.png);
}
.youshi .ysTabs .hd ul li span {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-top: 14px;
}
.youshi .ysTabs .hd ul li:nth-child(1) {
  top: 40px;
}
.youshi .ysTabs .hd ul li:nth-child(3) {
  top: 40px;
}
.youshi .ysTabs .hd ul li:nth-child(4) {
  top: 40px;
}
.youshi .ysTabs .hd ul li.on {
  color: #1655b2;
}
.youshi .ysTabs .hd ul li.on i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
  filter: grayscale(0) brightness(1);
}
@media screen and (max-width: 1320px) {
  .youshi .ysTabs .hd {
    width: 859px;
  }
}
.about {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.about .aboutBox {
  height: 554px;
  padding-right: 554px;
}
.about .aboutBox::before {
  content: "";
  display: block;
  width: 7px;
  position: absolute;
  left: -149px;
  top: 90px;
  height: 464px;
  background: url(../images/aboutline.png) 0 0 no-repeat;
}
.about .aboutPic {
  position: absolute;
  right: -310px;
  top: 0;
  width: 800px;
  height: 688px;
  background-color: #1b3566;
  border-radius: 80px 0px 0px 0px;
  overflow: hidden;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutText {
  padding-top: 46px;
}
.about .aboutText .tit {
  height: 56px;
  padding-left: 75px;
  padding-top: 5px;
  background: url(../images/aboutlogo.png) 0 0 no-repeat;
}
.about .aboutText .tit span {
  display: block;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
}
.about .aboutText .tit i {
  display: block;
  margin-top: 9px;
  line-height: 10px;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: -0.4px;
  color: #999999;
}
.about .aboutText .text {
  margin-top: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 38px;
  height: 190px;
  color: #a7a7a7;
  font-size: 16px;
}
.about .aboutText .more {
  display: block;
  margin-top: 42px;
  width: 71px;
  height: 71px;
  background-color: #1655b2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/aboutar.png) center center no-repeat;
}
.about .aboutText .more:hover {
  background-color: #ff9c00;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 156, 0, 0.3);
}
.about .aboutText .more:hover i {
  animation: zyfd 1.5s linear infinite;
}
.about .number {
  margin-top: 20px;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
}
.about .number ul li.line {
  width: 1px;
  height: 148px;
  background-color: #f3f3f3;
}
.about .number ul li h4 {
  padding-top: 24px;
  color: #1655b2;
}
.about .number ul li h4 i {
  font-family: Impact;
  font-size: 46px;
  line-height: 38px;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 1px;
}
.about .number ul li h4 em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}
.about .number ul li p {
  font-size: 16px;
  margin-top: 34px;
  line-height: 1;
}
.environment {
  z-index: 3;
  padding-bottom: 42px;
  padding-top: 66px;
}
.environment::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f3f7fa;
  width: 1808px;
  height: 100%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
.environment .title {
  text-align: center;
}
.environment .title i {
  color: #ffffff;
}
.environment .title em::before {
  margin: auto;
}
.environment .title em::after {
  margin: 8px auto 0;
}
.environment .hjSwiper {
  position: relative;
  margin-top: 38px;
  margin-left: -10px;
  margin-right: -10px;
}
.environment .hjSwiper ul li {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.environment .hjSwiper ul li .item {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.environment .hjSwiper ul li .item .pic {
  display: block;
  width: 100%;
  border: solid 10px #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.environment .hjSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 79.31%;
}
.environment .hjSwiper 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;
}
.environment .hjSwiper ul li .item .tt {
  margin: 10px 10px 0;
  padding-right: 70px;
  position: relative;
  height: 54px;
  line-height: 54px;
}
.environment .hjSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.environment .hjSwiper ul li .item .tt .bt:hover {
  left: 5px;
}
.environment .hjSwiper ul li .item .tt .more {
  position: absolute;
  top: 0;
  right: 0;
  font-family: Arial;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.environment .hjSwiper ul li .item .tt .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  background: url(../images/hjar.png) 0 center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.environment .hjSwiper ul li .item .tt .more:hover:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.environment .hjSwiper ul li .item .tt .more:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.environment .hjSwiper 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);
}
.environment .hjSwiper ul li .item:hover .tt .bt {
  color: #1655b2;
}
.environment .hjSwiper ul li .item:hover .tt .more {
  color: #1655b2;
}
.environment .hjSwiper ul li .item:hover .tt .more::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.environment .page {
  font-size: 0;
}
.environment .page .hj-prev {
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -124px;
  height: 78px;
  background-color: #ffffff;
  line-height: 78px;
  width: 78px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 1px 0 0 #333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.environment .page .hj-prev::after {
  content: "<";
  font-family: simsun;
}
.environment .page .hj-prev:hover {
  background-color: #1655b2;
  color: #fff;
  text-shadow: 1px 0 0 #fff;
}
.environment .page .hj-next {
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -124px;
  height: 78px;
  background-color: #ffffff;
  line-height: 78px;
  width: 78px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 24px;
  text-shadow: -1px 0 0 #333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.environment .page .hj-next::after {
  content: ">";
  font-family: simsun;
}
.environment .page .hj-next:hover {
  background-color: #1655b2;
  color: #fff;
  text-shadow: -1px 0 0 #fff;
}
.news {
  overflow: hidden;
  padding: 90px 0;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab .more {
  display: block;
  margin-top: 34px;
  float: right;
  width: 54px;
  height: 38px;
  background-color: #1655b2;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  color: #ffffff;
  line-height: 37px;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #1655b2;
  z-index: -1;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skewX(16deg);
  -moz-transform: skewX(16deg);
  -o-transform: skewX(16deg);
  transform: skewX(16deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more:hover {
  background-color: #ff9c00;
}
.news .newsTab .more:hover::before {
  background-color: #ff9c00;
}
.news .newsTab ul {
  float: right;
  margin-top: 30px;
  margin-right: 66px;
}
.news .newsTab ul li {
  float: left;
  position: relative;
  margin-left: 78px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  font-size: 20px;
  position: relative;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background-color: #727272;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  width: 100%;
  left: 0;
}
.news .newsTabs {
  margin-top: 38px;
}
.news .newsTabs .bd {
  position: relative;
  height: 478px;
}
.news .newsList {
  width: 100%;
  height: 478px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList::after,
.news .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one {
  float: left;
  width: 596px;
  height: 478px;
  border: solid 1px #ebebeb;
  padding: 20px 20px 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic {
  display: block;
  width: 100%;
  height: 348px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .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 .one .cont {
  height: 108px;
  position: relative;
  padding-right: 90px;
  padding-top: 22px;
}
.news .newsList .one .cont .date {
  position: absolute;
  right: 0;
  text-align: center;
  top: 35px;
  font-family: Arial;
}
.news .newsList .one .cont .date i {
  display: block;
  font-weight: bold;
  line-height: 20px;
  font-size: 26px;
}
.news .newsList .one .cont .date span {
  display: block;
  font-size: 12px;
  line-height: 10px;
  margin-top: 10px;
  color: #999999;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .one .cont .bt:hover {
  left: 5px;
}
.news .newsList .one .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #a8a8a8;
  height: 25px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one:hover {
  border-color: #1655b2;
}
.news .newsList .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .one:hover .cont .bt {
  color: #1655b2;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList .one:hover .cont p {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.news .newsList .list {
  float: right;
  width: 704px;
  margin-right: -20px;
  margin-top: -10px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li {
  width: 50%;
  float: left;
  padding-right: 20px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item {
  position: relative;
  height: 234px;
  border: solid 1px #ebebeb;
  overflow: hidden;
  padding: 30px 20px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .inTt {
  height: 65px;
}
.news .newsList .list ul li .item .inTt::after,
.news .newsList .list ul li .item .inTt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li .item .date {
  float: left;
  text-align: center;
  font-family: Arial;
}
.news .newsList .list ul li .item .date i {
  display: block;
  font-weight: bold;
  line-height: 20px;
  font-size: 26px;
}
.news .newsList .list ul li .item .date span {
  display: block;
  font-size: 12px;
  line-height: 10px;
  margin-top: 10px;
  color: #999999;
}
.news .newsList .list ul li .item .more {
  float: right;
  width: 15px;
  height: 12px;
  margin-top: 2px;
  width: 35px;
  height: 35px;
  background: url(../images/newsli.png) center center no-repeat;
  filter: grayscale(100) brightness(2.5);
}
.news .newsList .list ul li .item .line {
  height: 1px;
  background-color: #e8e9eb;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1655b2, #1655b2);
  background-image: linear-gradient(to right, #1655b2, #1655b2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .list ul li .item .bt {
  margin-top: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list ul li .item p {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  color: #a8a8a8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item:hover {
  border-color: #1655b2;
}
.news .newsList .list ul li .item:hover .more {
  filter: grayscale(0) brightness(1);
}
.news .newsList .list ul li .item:hover .bt {
  color: #1655b2;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list ul li .item:hover p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list ul li .item:hover .line {
  background-size: 100% 100%;
}
@media screen and (max-width: 1320px) {
  .news .newsList .one {
    width: 516px;
  }
  .news .newsList .list {
    float: right;
    width: 664px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .one {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
