@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 380px;
  left: 0;
  top: 100%;
  width: 100%;
  background: url(../images/banbar.png) center 0 no-repeat;
  pointer-events: none;
  background-size: 100%;
}
.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;
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
@-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 #174993 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: #174993;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
}
.title i img {
  display: block;
}
.moreLink {
  display: block;
  position: relative;
  width: 186px;
  height: 57px;
  line-height: 55px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 7px;
  border: solid 1px #535353;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #174993, #174993);
  background-image: linear-gradient(to right, #174993, #174993);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink::after {
  content: ">";
  margin-left: 12px;
  font-family: simsun;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i::after {
  color: #fff;
}
.moreLink:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(23, 73, 147, 0.5);
}
.moreLink:hover::after {
  color: #fff;
}
.moreLink:hover::after {
  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: 26px;
}
@keyframes line {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  40% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  60% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
.product {
  overflow: hidden;
  position: relative;
  background: url(../images/probg.png) center 0 no-repeat;
  background-color: #f7f7f7;
  padding-top: 180px;
  padding-bottom: 105px;
}
@media screen and (max-width: 1320px) {
  .product {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
.product .title {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 72px;
}
.product .tip {
  line-height: 1;
  top: 282px;
  position: absolute;
  z-index: 2;
}
.product .tip .t1 {
  font-size: 24px;
  letter-spacing: 4px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.product .tip .t1::before {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 24px;
  background: url(../images/protip.png) 0 0 no-repeat;
  left: -20px;
  top: -10px;
}
.product .tip .t2 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 42px;
}
.product .tip .t3 {
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  margin-top: 18px;
  width: 360px;
}
.product .tip .xingkewei {
  margin-top: 76px;
  font-family: Arial;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 15px;
  width: 183px;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 10px;
}
.product .hotSwiper {
  margin-left: 298px;
  height: 710px;
  position: relative;
}
.product .hotSwiper .hotEn {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 336px;
  display: block;
  line-height: 48px;
  font-family: "Arial Black";
  font-size: 64px;
  letter-spacing: 3px;
  margin-right: -3px;
}
.product .hotSwiper .hotEn::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #174993;
  border-radius: 2px;
  right: 3px;
  bottom: -31px;
}
.product .hotSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.product .hotSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.product .hotSwiper ul li {
  height: 710px;
  position: relative;
}
.product .hotSwiper ul li .pic {
  display: block;
  width: 710px;
  height: 710px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 15px;
  border: 1px solid #e9edf2;
}
.product .hotSwiper ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 676px;
  height: 676px;
  background-color: #f0f3f6;
  border-radius: 50%;
}
.product .hotSwiper ul li .pic i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotSwiper ul li .cont {
  position: absolute;
  right: 0;
  top: 88px;
  text-align: right;
  z-index: 2;
  max-width: 320px;
}
.product .hotSwiper ul li .cont .more {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-size: 44px;
  line-height: 42px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .hotSwiper ul li .cont .more::before {
  content: "+";
}
.product .hotSwiper ul li .cont .more:hover {
  color: #174993;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product .hotSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  margin-top: 12px;
  letter-spacing: 2px;
  margin-right: -2px;
  height: 50px;
  line-height: 50px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotSwiper ul li .cont .bt:hover {
  left: 5px;
}
.product .hotSwiper ul li .cont .en {
  margin-top: 8px;
  font-family: Arial;
  font-size: 14px;
  display: block;
  line-height: 24px;
  color: #999999;
}
.product .hotSwiper ul li:hover .pic {
  border-color: rgba(23, 73, 147, 0.2);
}
.product .hotSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .hotSwiper ul li:hover .cont .more {
  color: #174993;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .hotSwiper ul li:hover .cont .bt {
  color: #174993;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proNav {
  margin-top: -104px;
  background-color: #ffffff;
  box-shadow: 0px 5px 69px 7px rgba(0, 0, 0, 0.03);
  border-radius: 80px;
  padding: 0 74px;
  position: relative;
  z-index: 2;
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product .proNav ul > i {
  display: block;
  line-height: 142px;
}
.product .proNav ul > i::before {
  content: "/";
  color: #e9e9e9;
}
.product .proNav ul > i:first-child {
  display: none;
}
.product .proNav ul li a {
  display: block;
  position: relative;
  height: 142px;
  text-align: center;
  overflow: hidden;
  padding-top: 57px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 32px;
  display: block;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/pronavico.png) center center no-repeat;
  opacity: 0;
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
}
.product .proNav 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;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  padding-top: 78px;
  color: #174993;
}
.product .proNav ul li:hover a i,
.product .proNav ul li.on a i {
  opacity: 1;
  top: 28px;
}
.product .proNav ul li:hover a span,
.product .proNav ul li.on a span {
  font-weight: bold;
}
.product .proSwiper {
  margin-top: 7px;
}
.product .proSwiper .swiper-container {
  margin: 0 -35px;
}
.product .proSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.product .proSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, 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;
  width: 33.333%;
}
.product .proSwiper ul li .item {
  margin: 35px;
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0 rgba(167, 167, 167, 0.16);
  border-radius: 10px;
  padding: 20px 26px 44px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt {
  position: relative;
  padding-left: 140px;
  height: 62px;
  line-height: 62px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt .num {
  position: absolute;
  font-family: Impact;
  font-size: 28px;
  left: -44px;
  color: #174993;
}
.product .proSwiper ul li .item .tt .xing {
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  color: #999999;
}
.product .proSwiper ul li .item .tt .xing::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #bfbfbf;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.product .proSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  font-size: 18px;
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70.15%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .more {
  display: block;
  width: 148px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 21px;
  line-height: 40px;
  text-align: center;
  font-family: "Times New Roman", Times;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #174993, #174993);
  background-image: linear-gradient(to right, #174993, #174993);
  background-size: 0% 100%;
  background-position: 0 center;
  font-size: 18px;
  margin: 34px auto 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .more i {
  font-weight: bold;
  min-width: 4px;
}
.product .proSwiper ul li .item .more i::after {
  color: #fff;
}
.product .proSwiper ul li .item .more:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(23, 73, 147, 0.5);
}
.product .proSwiper ul li .item .more:hover i {
  transform: translateY(-100%);
}
.product .proSwiper ul li .item:hover {
  border-color: #174993;
}
.product .proSwiper ul li .item:hover .tt {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.product .proSwiper ul li .item:hover .tt .bt {
  color: #174993;
}
.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 .more {
  background-size: 100% 100%;
}
.product .proSwiper ul li .item:hover .more i {
  transform: translateY(-100%);
}
@media screen and (max-width: 1320px) {
  .product .proNav {
    padding: 0 50px;
  }
  .product .proSwiper .swiper-container {
    margin: 0 -25px;
  }
  .product .proSwiper ul li .item {
    margin: 35px 25px;
    padding: 20px 20px 34px;
  }
}
.case {
  padding: 70px 0 80px;
}
.case .tip {
  position: absolute;
  font-size: 18px;
  right: 124px;
  top: 30px;
  line-height: 1;
  letter-spacing: 2px;
  color: #999999;
}
.case .page {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 20px;
  font-size: 0;
}
.case .page .case-prev {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: url(../images/casel.png) center center no-repeat;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.5);
}
.case .page .case-prev:hover {
  filter: grayscale(0) brightness(1);
}
.case .page .case-next {
  margin-left: 26px;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: url(../images/caser.png) center center no-repeat;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.5);
}
.case .page .case-next:hover {
  filter: grayscale(0) brightness(1);
}
.case .caseSwiper {
  float: left;
  margin-top: 32px;
  width: 688px;
  height: 630px;
}
.case .caseSwiper ul li .item {
  padding: 26px 34px 0;
  height: 630px;
  background-color: #f9f9f9;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.129%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont {
  position: relative;
  padding-left: 8px;
  padding-top: 25px;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 56px;
  line-height: 56px;
  margin-right: 158px;
  font-size: 20px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  left: 6px;
}
.case .caseSwiper ul li .item .cont .line {
  height: 1px;
  background-color: #e4e9f4;
  margin-right: 158px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #174993, #174993);
  background-image: linear-gradient(to right, #174993, #174993);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-size: 15px;
  color: #666666;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .more {
  position: absolute;
  right: 0;
  top: 55px;
  display: block;
  width: 109px;
  height: 41px;
  background-color: #174993;
  border-radius: 21px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  font-family: "Times New Roman", Times;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .more i {
  font-weight: bold;
}
.case .caseSwiper ul li .item .cont .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #174993;
  border-radius: 21px;
  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;
}
.case .caseSwiper ul li .item .cont .more:hover {
  background: none;
  color: #174993;
  box-shadow: 0 10px 10px -5px rgba(23, 73, 147, 0.5);
}
.case .caseSwiper ul li .item .cont .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.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 .cont .bt {
  color: #174993;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.case .caseSwiper ul li .item:hover .cont .line {
  background-size: 100% 100%;
}
.case .caseSwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.case .caseAlbum {
  margin-top: 32px;
  float: right;
  width: 540px;
}
.case .caseAlbum .swiper-container {
  height: 630px;
}
.case .caseAlbum ul li {
  height: 180px;
  margin-bottom: 45px;
  border: solid 1px #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-left: 200px;
  padding-top: 56px;
  padding-right: 165px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #174993, #174993);
  background-image: linear-gradient(to right, #174993, #174993);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseAlbum ul li .pic {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #cccccc;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.06);
  border: solid 5px #ffffff;
  position: absolute;
  overflow: hidden;
  left: 40px;
  top: 26px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseAlbum ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseAlbum ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseAlbum ul li .bt:hover {
  left: 5px;
}
.case .caseAlbum ul li .en {
  font-family: Arial;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseAlbum ul li .more {
  position: absolute;
  right: 50px;
  top: 0;
  display: block;
  width: 109px;
  height: 41px;
  background-color: #3565ac;
  border-radius: 21px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  font-family: "Times New Roman", Times;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.case .caseAlbum ul li .more i {
  font-weight: bold;
}
.case .caseAlbum ul li .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 21px;
  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;
}
.case .caseAlbum ul li .more:hover {
  background: none;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.case .caseAlbum ul li .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case .caseAlbum ul li .num {
  position: absolute;
  font-family: "Arial Black";
  font-size: 91px;
  line-height: 67px;
  right: 42px;
  top: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #333333;
  opacity: 0.1;
}
.case .caseAlbum ul li:hover {
  border-color: #174993;
}
.case .caseAlbum ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseAlbum ul li:hover .bt {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: #174993;
}
.case .caseAlbum ul li:hover .en {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.case .caseAlbum ul li.swiper-slide-thumb-active {
  background-size: 100% 100%;
  border-color: #174993;
}
.case .caseAlbum ul li.swiper-slide-thumb-active .bt {
  color: #fff;
}
.case .caseAlbum ul li.swiper-slide-thumb-active .en {
  color: #ffffff;
}
.case .caseAlbum ul li.swiper-slide-thumb-active .more {
  top: 68px;
  opacity: 1;
}
.case .caseAlbum ul li.swiper-slide-thumb-active .num {
  color: #ffffff;
  opacity: 0.05;
  top: 146px;
}
@media screen and (max-width: 1320px) {
  .case .caseSwiper {
    width: 638px;
  }
  .case .caseAlbum {
    width: 510px;
  }
  .case .caseAlbum ul li {
    padding-left: 170px;
    padding-right: 150px;
  }
  .case .caseAlbum ul li .pic {
    left: 25px;
  }
  .case .caseAlbum ul li .num {
    right: 25px;
  }
  .case .caseAlbum ul li .more {
    right: 30px;
  }
}
.youshi {
  position: relative;
  overflow: hidden;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.youshi .ysBg span {
  flex: 1;
  display: block;
  height: 100%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left top;
  opacity: 1;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
  background-position: left 0;
  background-size: 100% 100%;
}
.youshi .ysBox {
  position: relative;
  z-index: 2;
  height: 889px;
  padding-top: 106px;
}
.youshi .title {
  color: #fff;
}
.youshi .ysTabs {
  margin-top: 60px;
}
.youshi .ysCont {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 120px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  width: 456px;
  height: 226px;
  position: relative;
  z-index: 2;
}
.youshi .ysCont .bd ul li {
  width: 456px;
  height: 226px;
}
.youshi .ysCont .bd ul li .item {
  text-align: right;
  padding-top: 10px;
  color: #fff;
}
.youshi .ysCont .bd ul li .item .tit {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysCont .bd ul li .item .tit span {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 4px;
  margin-right: -4px;
}
.youshi .ysCont .bd ul li .item .tit i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 7px;
  line-height: 10px;
  color: #e9e9e9;
}
.youshi .ysCont .bd ul li .item .tit::after {
  content: "*";
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-top: 13px;
  font-weight: bold;
}
.youshi .ysCont .bd ul li .item .text {
  margin-top: 10px;
  color: #c0c4da;
  font-size: 15px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysPic {
  position: absolute;
  left: 50%;
  width: 600px;
  height: 614px;
  top: 72px;
  top: 122px;
  margin-left: -300px;
}
.youshi .ysPic .bd {
  width: 600px;
  height: 614px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic .bd ul li {
  width: 600px;
  height: 614px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.youshi .page .prev {
  position: absolute;
  left: -148px;
  top: 490px;
  width: 70px;
  height: 97px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/prol.png) 0 center no-repeat;
  cursor: pointer;
}
.youshi .page .prev:hover {
  opacity: 0.5;
}
.youshi .page .next {
  position: absolute;
  right: -148px;
  top: 490px;
  width: 70px;
  height: 97px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/pror.png) right center no-repeat;
  cursor: pointer;
}
.youshi .page .next:hover {
  opacity: 0.5;
}
.youshi .hd ul li {
  position: absolute;
  cursor: pointer;
}
.youshi .hd ul li .pic {
  width: 84px;
  height: 84px;
  border: solid 3px #5e9fbd;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd 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;
}
.youshi .hd ul li:nth-child(1) {
  left: 50%;
  top: 512px;
  margin-left: -575px;
}
.youshi .hd ul li:nth-child(2) {
  left: 50%;
  top: 427px;
  margin-left: -440px;
}
.youshi .hd ul li:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 92px;
  background-color: #b6eef6;
  opacity: 0.36;
  left: 50%;
  -webkit-transform: skewX(3deg);
  -moz-transform: skewX(3deg);
  -o-transform: skewX(3deg);
  transform: skewX(3deg);
  top: 100%;
}
.youshi .hd ul li:nth-child(2) .pic {
  width: 65px;
  height: 65px;
}
.youshi .hd ul li:nth-child(3) {
  right: 50%;
  top: 525px;
  margin-right: -520px;
}
.youshi .hd ul li:nth-child(3)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 102px;
  background-color: #b6eef6;
  opacity: 0.36;
  left: 50%;
  top: 100%;
}
.youshi .hd ul li:nth-child(3) .pic {
  width: 80px;
  height: 80px;
}
.youshi .hd ul li:nth-child(4) {
  right: 50%;
  top: 421px;
  margin-right: -615px;
}
.youshi .hd ul li:nth-child(4)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 102px;
  background-color: #b6eef6;
  opacity: 0.36;
  left: 50%;
  margin-left: -8px;
  -webkit-transform: skewX(-2deg);
  -moz-transform: skewX(-2deg);
  -o-transform: skewX(-2deg);
  transform: skewX(-2deg);
  top: 100%;
}
.youshi .hd ul li:nth-child(4) .pic {
  width: 65px;
  height: 65px;
}
.youshi .hd ul li.on .pic {
  border-color: #51b6e5;
  box-shadow: 0 0 15px rgba(81, 182, 229, 0.5);
}
.youshi .hd ul li.on .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
@media screen and (max-width: 1320px) {
  .youshi .ysCont .bd {
    width: 400px;
    height: 266px;
  }
  .youshi .ysCont .bd ul li {
    width: 400px;
    height: 266px;
  }
}
.about {
  position: relative;
  overflow: hidden;
}
.about::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  width: 133px;
  height: 100%;
  background-color: #fafafa;
}
.about .aboutBox {
  height: 794px;
  padding-top: 96px;
}
.about .aboutBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 1102px;
  height: 794px;
  background-color: #fafafa;
  right: -50px;
  top: 0;
  z-index: -1;
}
.about .aboutPic {
  width: 594px;
  height: 675px;
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: 2;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic::before {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  right: -54px;
  top: -55px;
  width: 110px;
  height: 110px;
  background: url(../images/abouten.png) right 0 no-repeat;
  animation: xz 25s linear infinite;
}
@keyframes xz {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about .aboutPic .pic {
  display: block;
  width: 594px;
  height: 675px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.about .aboutText {
  width: 665px;
}
.about .aboutText .tit {
  font-size: 20px;
  margin-top: 70px;
  line-height: 1;
  font-weight: bold;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background-color: #2065c9;
  margin-top: 21px;
}
.about .aboutText .tit a:hover {
  color: #174993;
}
.about .aboutText .text {
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 36px;
  height: 216px;
  font-size: 15px;
  color: #666666;
  text-align: justify;
}
.about .aboutText .aLink {
  margin-top: 50px;
}
.about .aboutText .aLink ul::after,
.about .aboutText .aLink ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .aLink ul li {
  float: left;
  margin-left: 100px;
}
.about .aboutText .aLink ul li:first-child {
  margin-left: 0;
}
.about .aboutText .aLink ul li a {
  display: block;
  position: relative;
  padding-left: 112px;
  width: 200px;
  height: 88px;
  padding-top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  border: solid 1px #313131;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a i em {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -1px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top: 3px solid #313131;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a i:before,
.about .aboutText .aLink ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutText .aLink ul li a i.ico1:before {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico1:after {
  background: url(../images/alinkico1h.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico2:before {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico2:after {
  background: url(../images/alinkico2h.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico3:before {
  background: url(../images/alinkico3.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico3:after {
  background: url(../images/alinkico3h.png) center center no-repeat;
}
.about .aboutText .aLink ul li a > span {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.about .aboutText .aLink ul li a > em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a:hover span {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.about .aboutText .aLink ul li a:hover > em {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.about .aboutText .aLink ul li:hover a,
.about .aboutText .aLink ul li.on a {
  color: #174993;
}
.about .aboutText .aLink ul li:hover a i,
.about .aboutText .aLink ul li.on a i {
  border-color: #174993;
}
.about .aboutText .aLink ul li:hover a i:before,
.about .aboutText .aLink ul li.on a i:before,
.about .aboutText .aLink ul li:hover a i:after,
.about .aboutText .aLink ul li.on a i:after {
  top: -100%;
}
.about .aboutText .aLink ul li:hover a i em,
.about .aboutText .aLink ul li.on a i em {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  border-color: #174993;
}
.about .aboutText .aLink ul li:hover a span,
.about .aboutText .aLink ul li.on a span {
  color: #174993;
}
.about .aboutText .aLink ul li:hover a em,
.about .aboutText .aLink ul li.on a em {
  color: #174993;
}
@media screen and (max-width: 1320px) {
  .about .aboutBox::before {
    width: 982px;
  }
  .about .aboutText {
    width: 590px;
  }
  .about .aboutText .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    line-height: 36px;
    height: 252px;
  }
}
.news {
  position: relative;
  overflow: hidden;
  padding: 88px 0 100px;
}
@media screen and (max-width: 1320px) {
  .news {
    padding: 70px 0;
  }
}
.news::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  width: 133px;
  height: 100%;
  background-color: #fafafa;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 36px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 116px;
}
@media screen and (max-width: 1320px) {
  .news .newsTab ul li {
    margin-left: 80px;
  }
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 38px;
  margin: auto;
  overflow: hidden;
  margin-right: 12px;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li.on a,
.news .newsTab ul li:hover a {
  color: #174993;
  font-size: 18px;
}
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:after,
.news .newsTab ul li:hover a i:after {
  top: -100%;
}
.news .newsTab ul li.on a span,
.news .newsTab ul li:hover a span {
  font-weight: bold;
}
.news .newsTabs {
  position: relative;
  margin-top: 40px;
}
.news .newsTabs .bd {
  height: 652px;
}
.news .newsList {
  width: 100%;
  height: 652px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .list1 {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul {
  margin: 0 -27px;
}
.news .newsList .list1 ul::after,
.news .newsList .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul li {
  float: left;
  width: 33.333%;
  padding: 0 27px;
}
.news .newsList .list1 ul li .item {
  height: 472px;
  background-color: #ffffff;
  border: solid 1px #f6f6f6;
  padding: 38px 20px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .date {
  position: relative;
  height: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .date i {
  font-weight: bold;
  font-family: Arial;
  font-size: 30px;
  line-height: 22px;
  float: left;
}
.news .newsList .list1 ul li .item .date span {
  float: right;
  line-height: 10px;
  font-family: Arial;
  font-size: 14px;
  padding-top: 12px;
  color: #999999;
}
.news .newsList .list1 ul li .item .pic {
  display: block;
  margin-top: 24px;
  width: 100%;
  height: 235px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont {
  position: relative;
  padding-right: 75px;
  padding-top: 5px;
}
.news .newsList .list1 ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 78px;
  line-height: 78px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list1 ul li .item .cont .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item .cont .line {
  height: 1px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #174993, #174993);
  background-image: linear-gradient(to right, #174993, #174993);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .list1 ul li .item .cont .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .more:hover {
  color: #174993;
  left: 5px;
}
.news .newsList .list1 ul li .item .cont .morear {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #f6f6f6;
  top: 58px;
  right: 0;
  z-index: 3;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .morear::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/newsar.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .morear:hover {
  box-shadow: 0 10px 15px -5px rgba(23, 73, 147, 0.5);
}
.news .newsList .list1 ul li .item:hover {
  box-shadow: 0px 0px 39px 7px rgba(0, 0, 0, 0.06);
}
.news .newsList .list1 ul li .item:hover .date {
  color: #174993;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list1 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);
}
.news .newsList .list1 ul li .item:hover .cont .bt {
  color: #174993;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list1 ul li .item:hover .cont .line {
  background-size: 100% 100%;
}
.news .newsList .list1 ul li .item:hover .cont .more {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .newsList .list1 ul li .item:hover .cont .morear {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #174993;
}
.news .newsList .list1 ul li .item:hover .cont .morear::before {
  filter: grayscale(100) brightness(5);
}
.news .newsList .list1 ul li:hover .item,
.news .newsList .list1 ul li.on .item {
  box-shadow: 0px 0px 39px 7px rgba(0, 0, 0, 0.06);
}
.news .newsList .list1 ul li:hover .item .date,
.news .newsList .list1 ul li.on .item .date {
  color: #174993;
}
.news .newsList .list1 ul li:hover .item .pic img,
.news .newsList .list1 ul li.on .item .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list1 ul li:hover .item .cont .bt,
.news .newsList .list1 ul li.on .item .cont .bt {
  color: #174993;
}
.news .newsList .list1 ul li:hover .item .cont .line,
.news .newsList .list1 ul li.on .item .cont .line {
  background-size: 100% 100%;
}
.news .newsList .list1 ul li:hover .item .cont .morear,
.news .newsList .list1 ul li.on .item .cont .morear {
  background-color: #174993;
}
.news .newsList .list1 ul li:hover .item .cont .morear::before,
.news .newsList .list1 ul li.on .item .cont .morear::before {
  filter: grayscale(100) brightness(5);
}
.news .newsList .list2 {
  margin-top: 45px;
  position: relative;
  opacity: 0;
  overflow: hidden;
  border: solid 1px #f0f0f0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul {
  padding: 0 12px;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  width: 33.333%;
}
.news .newsList .list2 ul li .item {
  height: 133px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-left: 180px;
  padding-top: 28px;
}
.news .newsList .list2 ul li .item:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 66px;
  background-color: #eeeeee;
  left: 148px;
  top: 34px;
}
.news .newsList .list2 ul li .item .pic {
  display: block;
  width: 130px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.news .newsList .list2 ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .date {
  position: absolute;
  left: 0;
  top: 22px;
  width: 130px;
  height: 90px;
  line-height: 90px;
  padding-right: 14px;
  text-align: right;
  font-family: "Arial Black";
  font-size: 20px;
  color: #999999;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list2 ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li .item .bt:hover {
  color: #2065c9;
  left: 6px;
}
.news .newsList .list2 ul li .item .years {
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  line-height: 10px;
  color: #999999;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #174993;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list2 ul li .item:hover .years {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .newsList .list2 ul li:hover .item .pic,
.news .newsList .list2 ul li.on .item .pic {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 ul {
    margin: 0 -15px;
  }
  .news .newsList .list1 ul li {
    padding: 0 15px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .list1 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
