@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 {
  background-color: #fff;
  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;
  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 img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 660px;
  -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);
}
.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;
  right: 50%;
  margin-right: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #004f92 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #004f92;
  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%;
}
.banner .banBar {
  position: absolute;
  z-index: 3;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.banner .banBar .slogan {
  background: url(../images/slogan.png) 0 center no-repeat;
  line-height: 32px;
  font-size: 16px;
  padding-left: 45px;
  flex: 1;
}
.banner .banBar .tel {
  font-weight: bold;
  font-family: Arial;
  font-size: 22px;
}
.title {
  line-height: 1;
}
.title span {
  display: block;
  font-size: 30px;
  font-weight: bold;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  margin-top: 12px;
  line-height: 12px;
  color: #b4b4b4;
}
.moreLink {
  display: block;
  font-size: 16px;
  width: 120px;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #e5e5e5;
  line-height: 44px;
  position: relative;
  overflow: hidden;
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #004f92, #004f92);
  background-image: linear-gradient(to right, #004f92, #004f92);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #004f92;
  box-shadow: 0 10px 10px -5px rgba(0, 79, 146, 0.5);
}
.titBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
}
.about .aboutBox {
  padding: 134px 0 192px;
}
.about .aboutText {
  width: 760px;
}
.about .aboutText .title {
  padding-bottom: 36px;
  background: url(../images/abouttit.png) 0 100% no-repeat;
  color: #5a5a5a;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 36px;
  height: 180px;
  font-size: 15px;
  text-align: justify;
  color: #666666;
  margin-top: 50px;
}
.about .aboutText .more {
  display: block;
  margin-top: 66px;
  text-align: center;
  color: #fff;
  width: 124px;
  height: 40px;
  background-color: #004f92;
  border-radius: 20px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #004f92;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .more:hover {
  background-color: #fff;
  color: #004f92;
  box-shadow: 0 10px 10px -5px rgba(0, 79, 146, 0.5);
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aLink {
  position: absolute;
  z-index: 3;
  bottom: -99px;
  left: 0;
  width: 100%;
}
.about .aLink ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .aLink ul li {
  flex: 1;
}
.about .aLink ul li a {
  display: block;
  height: 194px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 106px;
  padding-top: 68px;
  color: #ffffff;
  background-color: #000231;
}
.about .aLink ul li a::before {
  content: ">";
  display: block;
  position: absolute;
  right: 106px;
  top: 50%;
  margin-top: -22px;
  border-radius: 50%;
  font-family: simsun;
  text-align: center;
  width: 44px;
  height: 44px;
  border: solid 1px #ffffff;
  line-height: 42px;
  font-size: 20px;
  font-weight: bold;
}
.about .aLink ul li a i {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.about .aLink ul li a em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
  margin-top: 16px;
}
.about .aLink ul li a:hover i {
  opacity: 0.8;
}
.about .aLink ul li a:hover i img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aLink ul li a:hover::before {
  animation: zyfd 1.5s linear infinite;
}
.business {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}
.business .ywTabs {
  margin-top: 30px;
  position: relative;
}
.business .ywTabs::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 23.077%;
  background-color: rgba(0, 79, 146, 0.4);
  height: 100%;
  z-index: 2;
}
.business .bd {
  height: 566px;
  position: relative;
  overflow: hidden;
}
.business .bd ul li {
  position: relative;
  overflow: hidden;
  height: 566px;
}
.business .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .bd ul li:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.business .hd {
  width: 69.23%;
  height: 110px;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  left: 3.846%;
  bottom: 74px;
}
.business .hd ul {
  display: flex;
  justify-content: space-between;
}
.business .hd ul li {
  flex: 1;
  border-left: 1px solid #ebebeb;
}
.business .hd ul li:first-child {
  border-left: none;
}
.business .hd ul li a {
  display: block;
  height: 110px;
  text-align: center;
  padding: 18px 5px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .hd ul li a i {
  width: 38px;
  height: 38px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .hd ul li a i img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.business .hd ul li a span {
  display: block;
  font-size: 18px;
  margin-top: 7px;
  height: 28px;
  line-height: 28px;
}
.business .hd ul li a:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.business .hd ul li.on a {
  color: #004f92;
}
.business .hd ul li.on a i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.business .page {
  position: absolute;
  right: 0;
  width: 23.077%;
  bottom: 99px;
  display: flex;
  justify-content: center;
  z-index: 3;
}
.business .page .prev {
  width: 65px;
  height: 65px;
  border: solid 1px #ffffff;
  cursor: pointer;
  border-radius: 50%;
  background: url(../images/ywl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .page .prev:hover,
.business .page .prev.on {
  background-color: #004f92;
  border-color: #004f92;
}
.business .page .next {
  margin-left: 45px;
  width: 65px;
  height: 65px;
  border: solid 1px #ffffff;
  cursor: pointer;
  border-radius: 50%;
  background: url(../images/ywr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .page .next:hover,
.business .page .next.on {
  background-color: #004f92;
  border-color: #004f92;
}
.honors {
  padding: 100px 0;
}
.honors .rySwiper {
  margin-top: 38px;
  position: relative;
}
.honors .rySwiper .swiper-container {
  margin: 0 -24px;
}
@media screen and (max-width: 1320px) {
  .honors .rySwiper .swiper-container {
    margin: 0 -24px;
  }
}
.honors .rySwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.honors .rySwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.honors .rySwiper ul li {
  width: 25%;
  float: left;
  padding: 0 23px;
}
@media screen and (max-width: 1320px) {
  .honors .rySwiper ul li {
    padding: 0 15px;
  }
}
.honors .rySwiper ul li .item {
  position: relative;
  overflow: hidden;
  border: solid 1px #e5e5e5;
  padding: 20px 20px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honors .rySwiper ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 141.6%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honors .rySwiper ul li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honors .rySwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honors .rySwiper ul li .item .bt:hover {
  letter-spacing: 0.5px;
}
.honors .rySwiper ul li .item:hover {
  border-color: #004f92;
}
.honors .rySwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.honors .rySwiper ul li .item:hover .bt {
  color: #004f92;
}
.honors .page .ry-prev {
  position: absolute;
  left: -136px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 66px;
  height: 66px;
  background-color: #004f92;
  color: #fff;
  line-height: 64px;
  text-align: center;
  font-size: 28px;
  border: 1px solid #004f92;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honors .page .ry-prev::before {
  content: "<";
  font-family: simsun;
  font-weight: bold;
}
.honors .page .ry-prev:hover {
  background-color: #fff;
  color: #004f92;
}
.honors .page .ry-next {
  position: absolute;
  right: -136px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 66px;
  height: 66px;
  background-color: #004f92;
  color: #fff;
  line-height: 64px;
  text-align: center;
  font-size: 28px;
  border: 1px solid #004f92;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honors .page .ry-next::before {
  content: ">";
  font-family: simsun;
  font-weight: bold;
}
.honors .page .ry-next:hover {
  background-color: #fff;
  color: #004f92;
}
.case {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .title {
  text-align: center;
  color: #fff;
}
.case .title i {
  color: #fff;
}
.case .caseSwiper {
  margin-top: 72px;
  position: relative;
  padding: 65px 0;
  z-index: 2;
}
.case .caseSwiper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 15px 24px 0px rgba(0, 0, 0, 0.04);
  margin: 0 -57px;
  z-index: -1;
}
.case .caseSwiper .swiper-container {
  margin: 0 -25px;
}
@media screen and (max-width: 1320px) {
  .case .caseSwiper .swiper-container {
    margin: 0 -15px;
  }
}
.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: 33.33%;
  float: left;
  padding: 0 25px;
}
@media screen and (max-width: 1320px) {
  .case .caseSwiper ul li {
    padding: 0 15px;
  }
}
.case .caseSwiper ul li .item {
  position: relative;
  overflow: hidden;
  padding: 10px 10px 0;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 68.45%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt {
  margin-top: 10px;
  padding-bottom: 30px;
}
.case .caseSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  position: relative;
  padding-right: 60px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .bt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 35px;
  width: 16px;
  height: 100%;
  background: url(../images/caseli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .bt:hover {
  letter-spacing: 0.5px;
}
.case .caseSwiper ul li .item .tt .en {
  padding-top: 22px;
  height: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 10px;
  font-family: Arial;
  font-size: 12px;
  color: #707070;
  background-image: repeating-linear-gradient(0deg, #8a8a8a, #8a8a8a 1px, transparent 2px, transparent 7px, #8a8a8a 7px), repeating-linear-gradient(90deg, #8a8a8a, #8a8a8a 2px, transparent 2px, transparent 7px, #8a8a8a 7px), repeating-linear-gradient(180deg, #8a8a8a, #8a8a8a 2px, transparent 2px, transparent 7px, #8a8a8a 7px), repeating-linear-gradient(270deg, #8a8a8a, #8a8a8a 2px, transparent 2px, transparent 7px, #8a8a8a 7px);
  background-size: 1px 1px, 100% 1px, 0 0 , 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.case .caseSwiper ul li .item:hover {
  border-color: #004f92;
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.case .caseSwiper ul li .item:hover .bt {
  color: #004f92;
}
.case .caseSwiper ul li .item:hover .bt::before {
  right: 20px;
}
.news {
  padding: 25px 0 90px;
}
.news .newsList {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.news .newsTabs {
  flex: 1;
  margin-right: 56px;
  min-width: 0;
}
.news .newsTabs .newsTab ul {
  display: flex;
}
.news .newsTabs .newsTab ul li {
  margin-right: 76px;
}
.news .newsTabs .newsTab ul li a {
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .newsTab ul li:hover a,
.news .newsTabs .newsTab ul li.on a {
  color: #004f92;
}
.news .newsTabs .bd {
  margin-top: 16px;
  overflow: hidden;
  height: 552px;
}
.news .newsTabs .list {
  height: 552px;
  overflow: hidden;
}
.news .newsTabs .list .first {
  display: flex;
  justify-content: space-between;
  height: 262px;
  background-color: #004f92;
}
.news .newsTabs .list .first .pic {
  display: block;
  width: 400px;
  height: 262px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .list .first .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .list .first .cont {
  flex: 1;
  min-width: 0;
  padding: 52px 44px 0 55px;
}
.news .newsTabs .list .first .cont .bt {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .list .first .cont .bt:hover {
  letter-spacing: 0.5px;
}
.news .newsTabs .list .first .cont .tt {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  color: #fff;
}
.news .newsTabs .list .first .cont .tt .date {
  font-family: Arial;
}
.news .newsTabs .list .first .cont .tt .more {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  padding-left: 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .list .first .cont .tt .more::before {
  content: ">";
  font-family: simsun;
}
.news .newsTabs .list .first .cont .tt .more:hover {
  background-color: #fff;
  color: #004f92;
}
.news .newsTabs .list .first:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsTabs .list .first:hover .cont .bt {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.news .newsTabs .list ul {
  margin-top: 14px;
}
.news .newsTabs .list ul li {
  border-bottom: 1px solid #ebebeb;
  height: 70px;
  line-height: 70px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.news .newsTabs .list ul li::after {
  content: "";
  position: absolute;
  background: #004f92;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsTabs .list ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsTabs .list ul li .bt {
  flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: 16px;
}
.news .newsTabs .list ul li .bt:hover {
  letter-spacing: 0.5px;
}
.news .newsTabs .list ul li .date {
  margin-left: 20px;
  font-family: Arial;
  font-size: 14px;
  color: #929292;
}
.news .newsTabs .list ul li:hover .bt {
  color: #004f92;
}
.news .newsR {
  width: 346px;
}
.news .newsR .tit a {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .tit a:hover {
  color: #004f92;
}
.news .newsR .list {
  margin-top: 16px;
  background-color: #f7f7f7;
  height: 552px;
  overflow: hidden;
}
.news .newsR .list ul li {
  border-bottom: 1px solid #fff;
  padding: 29px 45px;
  position: relative;
}
.news .newsR .list ul li::after {
  content: "";
  position: absolute;
  background: #004f92;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsR .list ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsR .list ul li .bt {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 40px;
  height: 80px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .list ul li .date {
  position: absolute;
  right: 45px;
  bottom: 29px;
  line-height: 40px;
  color: #929292;
  font-family: Arial;
}
.news .newsR .list ul li:hover .bt {
  color: #004f92;
}
