@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);
  }
}
html {
  width: 100%;
  height: 100%;
  min-width: 1180px;
}
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 146px);
  transform: perspective(1000px);
  transition: transform 0.6s;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .inBox {
  overflow: hidden;
  position: relative;
}
.inSwiper .in-pagination {
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.inSwiper .in-pagination span {
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  border-radius: 100%;
  margin: 15px 0 !important;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.inSwiper .in-pagination span.swiper-pagination-bullet-active {
  background-color: #114b98;
  border-color: #114b98;
}
@-webkit-keyframes clipPolygonShow {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  25% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 58%, 0 88%);
    clip-path: polygon(0 100%, 100% 100%, 100% 58%, 0 88%);
  }
  50% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 26%, 0 57%);
    clip-path: polygon(0 100%, 100% 100%, 100% 26%, 0 57%);
  }
  75% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 24%);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 24%);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-moz-keyframes clipPolygonShow {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  25% {
    clip-path: polygon(0 100%, 100% 100%, 100% 58%, 0 88%);
  }
  50% {
    clip-path: polygon(0 100%, 100% 100%, 100% 26%, 0 57%);
  }
  75% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 24%);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@keyframes clipPolygonShow {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  25% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 58%, 0 88%);
    clip-path: polygon(0 100%, 100% 100%, 100% 58%, 0 88%);
  }
  50% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 26%, 0 57%);
    clip-path: polygon(0 100%, 100% 100%, 100% 26%, 0 57%);
  }
  75% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 24%);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 24%);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
@-webkit-keyframes clipPolygonHide {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 24%);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 24%);
  }
  50% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 26%, 0 57%);
    clip-path: polygon(0 100%, 100% 100%, 100% 26%, 0 57%);
  }
  75% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 58%, 0 88%);
    clip-path: polygon(0 100%, 100% 100%, 100% 58%, 0 88%);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
@-moz-keyframes clipPolygonHide {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  25% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 24%);
  }
  50% {
    clip-path: polygon(0 100%, 100% 100%, 100% 26%, 0 57%);
  }
  75% {
    clip-path: polygon(0 100%, 100% 100%, 100% 58%, 0 88%);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
@keyframes clipPolygonHide {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 24%);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 24%);
  }
  50% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 26%, 0 57%);
    clip-path: polygon(0 100%, 100% 100%, 100% 26%, 0 57%);
  }
  75% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 58%, 0 88%);
    clip-path: polygon(0 100%, 100% 100%, 100% 58%, 0 88%);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
.index-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.index-page .inBoxFlex {
  width: 1300px;
  margin: auto;
}
@media screen and (max-width: 1320px) {
  .index-page .inBoxFlex {
    width: 1180px;
  }
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-swiper ul li {
  height: 100% !important;
  overflow: hidden;
}
.banner-swiper ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
@-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-swiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-swiper .banner-pagination {
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner-swiper .banner-pagination span {
  display: inline-block;
  padding: 2px;
  border-radius: 4px;
  background-color: #fff;
  width: auto;
  height: auto;
  width: 40px;
  margin: 0 5px !important;
  cursor: pointer !important;
  outline: none;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-swiper .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-swiper:hover .banner-prev {
  left: 3%;
}
.banner-swiper .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-swiper:hover .banner-next {
  right: 3%;
}
.series {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  height: 15vh;
  background-color: #ffffff;
}
.series * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.series ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.series ul li {
  flex: 1;
  height: 100%;
  border-left: 1px solid rgba(17, 75, 152, 0.1);
}
.series ul li:first-child {
  border-left: none;
}
.series ul li a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 15%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #114b98, #114b98);
  background-image: linear-gradient(to right, #114b98, #114b98);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.series ul li a span {
  display: block;
  position: relative;
  padding-right: 46px;
  width: 100%;
}
.series ul li a span::before {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  line-height: 34px;
  text-align: center;
  font-family: simsun;
  border: solid 1px #aaaaaa;
  color: #787878;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.series ul li a span em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.series ul li a span i {
  margin-top: 8px;
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  opacity: 0.3;
}
.series ul li.on a,
.series ul li:hover a {
  background-color: #114b98;
  background-size: 100% 100%;
  color: #fff;
}
.series ul li.on a span::before,
.series ul li:hover a span::before {
  border-color: #fff;
  color: #114b98;
}
.moreLink {
  display: block;
  font-size: 14px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  padding-right: 10px;
  padding-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 42px;
  color: #114b98;
  position: relative;
  text-transform: uppercase;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #114b98;
  width: 100%;
}
.moreLink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 5px;
  margin-left: 16px;
  background: url(../images/morear.png) 0 center no-repeat;
  position: relative;
  top: -2px;
}
.moreLink:hover {
  padding: 0 10px;
}
.moreLink:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.about {
  background: url(../images/aboutbg.jpg) center center no-repeat;
  background-size: cover;
}
.about .aboutBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .aboutBox::before {
  content: "";
  display: block;
  position: absolute;
  left: -80px;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  z-index: -1;
  width: 100%;
}
.about .video {
  height: 68vh;
  width: 50%;
  /* margin-right: -320px; */
}
.about .video p {
  width: 100%;
  height: 100%;
}
.about .video iframe,
.about .video video,
.about .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* @media screen and (max-width: 1460px) {
  .about .video {
    margin-right: -200px;
  }
  .about .video iframe,
  .about .video video,
  .about .video img {
    width: 770px;
  }
} */
.about .aboutText {
  margin-right: 5.07%;
  flex: 1;
}
.about .aboutText .tit i {
  text-transform: uppercase;
  display: block;
  line-height: 12px;
  font-family: Arial;
  font-size: 16px;
  color: #114b98;
}
.about .aboutText .tit span {
  display: block;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  margin-top: 16px;
}
.about .aboutText .text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  margin-top: 3.2vh;
  text-align: justify;
  color: #9d9d9d;
}
.about .aboutText .number {
  margin-top: 3.2vh;
  border-top: 1px solid #e6e6e6;
  padding-top: 5vh;
}
.about .aboutText .number ul {
  display: flex;
  justify-content: space-between;
}
.about .aboutText .number ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .aboutText .number ul li i {
  width: 25px;
  height: 26px;
  display: block;
  background: center center no-repeat;
  margin-right: 12px;
}
.about .aboutText .number ul li i.ico1 {
  background-image: url(../images/numico1.png);
}
.about .aboutText .number ul li i.ico2 {
  background-image: url(../images/numico2.png);
}
.about .aboutText .number ul li i.ico3 {
  background-image: url(../images/numico3.png);
}
.about .aboutText .number ul li i.ico4 {
  background-image: url(../images/numico4.png);
}
.about .aboutText .number ul li .tt h4 span {
  font-size: 30px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 22px;
  font-weight: bold;
  font-family: Arial;
}
.about .aboutText .number ul li .tt h4 em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 1;
  color: #9d9d9d;
}
.about .aboutText .number ul li .tt p {
  line-height: 1;
  margin-top: 10px;
  color: #9d9d9d;
}
.about .aboutText .moreLink {
  margin-top: 6vh;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-height: 680px) {
  .about .aboutText {
    margin-right: 3%;
  }
  .about .aboutText .tit span {
    font-size: 24px;
    margin-top: 10px;
  }
  .about .aboutText .text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 30px;
    height: 120px;
  }
  .about .aboutText .number {
    margin-top: 3.2vh;
    padding-top: 4vh;
  }
  .about .aboutText .number ul li .tt h4 span {
    font-size: 26px;
    line-height: 22px;
  }
  .about .aboutText .moreLink {
    margin-top: 4vh;
  }
}
@-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);
  }
}
.title {
  line-height: 1;
  text-align: center;
}
.title span {
  display: block;
  font-size: 26px;
  font-weight: bold;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 16px;
  line-height: 10px;
  color: #bfbfbf;
  text-transform: uppercase;
}
@media screen and (max-height: 680px) {
  .title span {
    font-size: 24px;
  }
  .title i {
    margin-top: 10px;
  }
}
.titBox {
  position: relative;
}
.titBox .moreLink {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.customization {
  background: url(../images/dzbg.jpg) center center no-repeat;
  background-size: cover;
}
.customization .dzList {
  margin-top: 5.8vh;
  margin-left: -80px;
  margin-right: -80px;
}
.customization .dzList ul {
  display: flex;
  justify-content: space-between;
}
.customization .dzList ul li {
  float: left;
  flex: 1;
  background-color: #fff;
  padding-bottom: 365px;
  position: relative;
}
.customization .dzList ul li:nth-child(2n) {
  background-color: #fafafa;
}
.customization .dzList ul li .tit {
  height: 125px;
  padding-top: 34px;
  padding-left: 13.6%;
  padding-right: 13.6%;
  position: relative;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customization .dzList ul li .tit span {
  display: block;
  line-height: 1;
  font-size: 18px;
}
.customization .dzList ul li .tit i {
  display: block;
  line-height: 1;
  font-family: Arial;
  font-size: 14px;
  color: #b5b5b5;
  margin-top: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customization .dzList ul li .tit::after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #333333;
  display: block;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customization .dzList ul li .pic {
  display: block;
  width: 100%;
  height: 365px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00030f;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customization .dzList ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.6;
  object-fit: cover;
}
.customization .dzList ul li .text {
  position: absolute;
  width: 100%;
  height: 365px;
  padding-left: 13.6%;
  padding-right: 13.6%;
  padding-top: 70px;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.customization .dzList ul li .text p {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  height: 153px;
  text-align: justify;
  -webkit-transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.customization .dzList ul li .text .zxLink {
  display: block;
  width: 100px;
  height: 39px;
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  line-height: 39px;
  font-size: 14px;
  color: #114b98;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.customization .dzList ul li .text .zxLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  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;
}
.customization .dzList ul li .text .zxLink:hover {
  background: none;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.customization .dzList ul li .text .zxLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.customization .dzList ul li:hover .pic,
.customization .dzList ul li.on .pic {
  background-color: #114b98;
  height: 100%;
}
.customization .dzList ul li:hover .pic img,
.customization .dzList ul li.on .pic img {
  opacity: 0.2;
}
.customization .dzList ul li:hover .tit,
.customization .dzList ul li.on .tit {
  color: #fff;
  top: 46px;
}
.customization .dzList ul li:hover .tit i,
.customization .dzList ul li.on .tit i {
  color: #fff;
}
.customization .dzList ul li:hover .tit::after,
.customization .dzList ul li.on .tit::after {
  background-color: #fff;
}
.customization .dzList ul li:hover .text,
.customization .dzList ul li.on .text {
  opacity: 1;
}
.customization .dzList ul li:hover .text p,
.customization .dzList ul li.on .text p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.customization .dzList ul li:hover .text .zxLink,
.customization .dzList ul li.on .text .zxLink {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1600px) {
  .customization .dzList {
    margin-left: 0;
    margin-right: 0;
  }
  .customization .dzList ul li {
    padding-bottom: 300px;
  }
  .customization .dzList ul li .tit {
    padding-left: 10%;
    padding-right: 10%;
  }
  .customization .dzList ul li .pic {
    height: 300px;
  }
  .customization .dzList ul li .text {
    padding-left: 10%;
    padding-right: 10%;
    height: 300px;
    padding-top: 45px;
  }
}
@media screen and (max-height: 680px) {
  .customization .dzList {
    margin-top: 4vh;
  }
  .customization .dzList ul li {
    padding-bottom: 260px;
  }
  .customization .dzList ul li .tit {
    padding-left: 10%;
    padding-right: 10%;
    height: 90px;
    padding-top: 22px;
  }
  .customization .dzList ul li .tit span {
    font-size: 16px;
  }
  .customization .dzList ul li .tit i {
    margin-top: 6px;
  }
  .customization .dzList ul li .tit::after {
    margin-top: 10px;
  }
  .customization .dzList ul li .pic {
    height: 260px;
  }
  .customization .dzList ul li .text {
    height: 260px;
    padding-top: 45px;
  }
}
.application {
  background: url(../images/yybg.jpg) center center no-repeat;
  background-size: cover;
}
.application .yySwiper {
  margin-top: 3.94vh;
  position: relative;
  margin-left: -1.64vh;
  margin-right: -1.64vh;
}
.application .yySwiper::after,
.application .yySwiper:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.application .yySwiper ul li {
  float: left;
  width: 25%;
  padding: 0 1.64vh;
}
.application .yySwiper ul li .item {
  position: relative;
  height: 53.846vh;
  overflow: hidden;
  background-color: #011025;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.application .yySwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.4;
}
.application .yySwiper ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.application .yySwiper ul li .item .cont {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 0 10%;
  text-align: center;
}
.application .yySwiper ul li .item .cont .bt {
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.application .yySwiper ul li .item .cont .bt i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 74px;
  height: 74px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: auto;
}
.application .yySwiper ul li .item .cont .bt i img {
  position: absolute;
  max-width: 60%;
  max-height: 60%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.application .yySwiper ul li .item .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 2.6vh;
  line-height: 28px;
}
.application .yySwiper ul li .item .cont .bt::after {
  content: "~";
  font-size: 18px;
  line-height: 5px;
  display: block;
  margin-top: 2vh;
}
.application .yySwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 3.26vh;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.application .yySwiper ul li .item .cont .more {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 14px;
  border-radius: 30px;
  width: 124px;
  height: 38px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 7vh;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.application .yySwiper ul li .item:hover {
  background-color: #114b98;
}
.application .yySwiper ul li .item:hover .pic {
  opacity: 0.2;
}
.application .yySwiper ul li .item:hover .cont .bt {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.application .yySwiper ul li .item:hover .cont .bt i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.application .yySwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.application .yySwiper ul li .item:hover .cont .more {
  background-color: #fff;
  color: #333333;
}
.application .page .yy-prev {
  position: absolute;
  left: calc(1.64vh - 80px);
  font-size: 50px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}
.application .page .yy-prev::before {
  content: "<";
  font-family: simsun;
}
.application .page .yy-prev:hover {
  color: #114b98;
}
.application .page .yy-next {
  position: absolute;
  right: calc(1.64vh - 80px);
  font-size: 50px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}
.application .page .yy-next::before {
  content: ">";
  font-family: simsun;
}
.application .page .yy-next:hover {
  color: #114b98;
}
.product {
  background: url(../images/probg.jpg) center center no-repeat;
  background-size: cover;
}
.product .proSwiper {
  margin-top: 4.5vw;
  margin-left: -17px;
  margin-right: -17px;
}
.product .proSwiper ul li {
  float: left;
  width: 25%;
  padding: 17px;
}
.product .proSwiper ul li .item {
  background-color: #f7f7f7;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.02);
  position: relative;
  padding: 10px 10px 110px;
}
.product .proSwiper ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  transform-origin: center 0;
}
.product .proSwiper ul li .item .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 20px 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 6px;
  background-color: #114b98;
  opacity: 0;
}
.product .proSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont .bt:hover {
  color: #114b98;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .cont .proName {
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  font-size: 15px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont .proName a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
}
.product .proSwiper ul li .item .cont .proName a:hover {
  color: #114b98;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .cont .more {
  display: block;
  margin: 3px auto 0;
  width: 90px;
  height: 24px;
  border: solid 1px #dddddd;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont .more:hover {
  background-color: #114b98;
  color: #fff;
}
.product .proSwiper ul li .item:hover .pic {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
.product .proSwiper ul li .item:hover .cont {
  height: auto;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 12px;
}
.product .proSwiper ul li .item:hover .cont::before {
  width: 100%;
  left: 0;
  opacity: 1;
}
.product .proSwiper ul li .item:hover .cont .proName {
  height: auto;
  margin-top: 2px;
  max-height: 144px;
}
.product .proSwiper ul li .item:hover .cont .more {
  margin-top: 14px;
  border-color: transparent;
}
@media screen and (max-height: 860px) {
  .product .proSwiper {
    margin-top: 1vw;
  }
}
@media screen and (max-height: 700px) {
  .product .proSwiper {
    margin-top: 0.5vw;
  }
  .product .proSwiper ul li .item {
    padding: 10px 15px 100px;
  }
}
.case {
  background-color: #e9eef3;
}
.case .caseList {
  margin-top: 1.5vw;
}
.case .caseList ul {
  margin: 0 -25px;
}
.case .caseList ul::after,
.case .caseList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  width: 33.333%;
  padding: 0 25px;
  margin-top: 20px;
}
.case .caseList ul li .item {
  display: flex;
  justify-content: space-between;
  height: 160px;
  background-color: #ffffff;
  padding: 15px;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #114b98;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  width: 180px;
  height: 130px;
}
.case .caseList ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .cont {
  flex: 1;
  margin-left: 20px;
}
.case .caseList ul li .item .cont .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .cont .more {
  display: block;
  margin-top: 28px;
  width: 56px;
  height: 24px;
  background-color: #ffffff;
  border: solid 1px rgba(204, 204, 204, 0.51);
  text-align: center;
  line-height: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .cont .more:hover {
  background-color: #114b98;
  color: #fff;
  border-color: #114b98;
}
.case .caseList ul li .item:hover {
  box-shadow: 8.9px 9.5px 27px 0px rgba(41, 41, 41, 0.1);
}
.case .caseList ul li .item:hover::before {
  width: 100%;
}
.case .caseList 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 .caseList ul li .item:hover .cont .bt {
  color: #114b98;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case .caseList .page .team-prev {
  position: absolute;
  z-index: 999;
  top: 102px;
  width: 36px;
  height: 47px;
  left: 188px;
  background: url(../images/teaml.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  outline: none;
}
.case .caseList .page .team-prev::before {
  content: "";
  width: 118px;
  height: 1px;
  background-color: #bdbdbd;
  left: -188px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case .caseList .page .team-prev:hover {
  opacity: 0.7;
}
.case .caseList .page .team-next {
  position: absolute;
  z-index: 999;
  top: 102px;
  width: 36px;
  height: 47px;
  right: 188px;
  background: url(../images/teamr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  outline: none;
}
.case .caseList .page .team-next::before {
  content: "";
  width: 118px;
  height: 1px;
  background-color: #bdbdbd;
  right: -188px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case .caseList .page .team-next:hover {
  opacity: 0.7;
}
@media screen and (max-height: 860px) {
  .case .caseList {
    margin-top: 1vw;
  }
  .case .caseList ul {
    margin: 0 -15px;
  }
  .case .caseList ul li {
    padding: 0 15px;
    margin-top: 10px;
  }
  .case .caseList ul li .item {
    height: 140px;
    padding: 15px;
  }
  .case .caseList ul li .item .pic {
    width: 150px;
    height: 110px;
  }
  .case .caseList ul li .item .cont .more {
    margin-top: 28px;
  }
}
@media screen and (max-height: 700px) {
  .case .caseList {
    margin-top: 1vw;
  }
  .case .caseList ul {
    margin: 0 -15px;
  }
  .case .caseList ul li {
    margin-top: 20px;
  }
  .case .caseList ul li:nth-child(7) {
    display: none;
  }
  .case .caseList ul li:nth-child(8) {
    display: none;
  }
  .case .caseList ul li:nth-child(9) {
    display: none;
  }
  .case .caseList ul li:nth-child(10) {
    display: none;
  }
  .case .caseList ul li:nth-child(11) {
    display: none;
  }
  .case .caseList ul li:nth-child(12) {
    display: none;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center center no-repeat;
  background-size: cover;
}
.youshi .ysList {
  background-color: #ffffff;
  margin-top: 20px;
}
.youshi .ysList ul {
  display: flex;
  justify-content: space-between;
}
.youshi .ysList ul li {
  width: 26.46%;
  height: 52vh;
  position: relative;
  overflow: hidden;
}
.youshi .ysList ul li .item {
  width: 100%;
  height: 100%;
}
.youshi .ysList ul li .pic {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.youshi .ysList 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 .ysList ul li .text {
  height: 388px;
  position: absolute;
  z-index: 3;
  right: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 55px 30px 0;
  text-align: right;
}
.youshi .ysList ul li .text::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  background-image: linear-gradient(143deg, rgba(2, 101, 219, 0.9) 0%, rgba(135, 212, 238, 0.9) 100%);
  opacity: 0;
}
.youshi .ysList ul li .text .tit {
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.youshi .ysList ul li .text .tit span {
  display: block;
  white-space: nowrap;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #114b98;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .text .tit i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 15px;
  line-height: 10px;
  color: #95b0c6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .text p {
  font-size: 14px;
  line-height: 26px;
  color: #7f7f7f;
  margin-top: 30px;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.youshi .ysList ul li .text .en {
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  color: #c9c9c9;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .text .more {
  position: absolute;
  right: 30px;
  bottom: 16px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: #114b98;
  border: 1px solid #114b98;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 22px;
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .text .more::before {
  content: "+";
}
.youshi .ysList ul li .text:hover .tit {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysList ul li .text:hover p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysList ul li .text:hover .en {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysList ul li.on {
  width: 47.08%;
}
.youshi .ysList ul li.on .pic {
  opacity: 1;
}
.youshi .ysList ul li.on .text {
  width: 350px;
  color: #fff;
}
.youshi .ysList ul li.on .text::before {
  opacity: 1;
}
.youshi .ysList ul li.on .text .tit span {
  color: #fff;
}
.youshi .ysList ul li.on .text .tit i {
  color: #fff;
}
.youshi .ysList ul li.on .text p {
  color: #fff;
  margin-top: 20px;
}
.youshi .ysList ul li.on .text .en {
  color: #fff;
}
.youshi .ysList ul li.on .text .more {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1320px) {
  .youshi .ysList ul li .text {
    height: 320px;
    padding: 35px 20px 0;
  }
  .youshi .ysList ul li .text .tit span {
    font-size: 20px;
  }
  .youshi .ysList ul li .text .tit i {
    margin-top: 10px;
  }
  .youshi .ysList ul li .text p {
    margin-top: 15px;
  }
  .youshi .ysList ul li .text .en {
    margin-top: 10px;
  }
  .youshi .ysList ul li .text .more {
    right: 20px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media screen and (max-height: 860px) {
  .youshi .ysList ul li {
    height: 50vh;
  }
  .youshi .ysList ul li .text {
    height: 320px;
    padding: 35px 20px 0;
  }
  .youshi .ysList ul li .text .tit span {
    font-size: 20px;
  }
  .youshi .ysList ul li .text .tit i {
    margin-top: 10px;
  }
  .youshi .ysList ul li .text p {
    margin-top: 15px;
  }
  .youshi .ysList ul li .text .en {
    margin-top: 10px;
  }
  .youshi .ysList ul li .text .more {
    right: 20px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
.youshi .number {
  margin-top: 35px;
}
.youshi .number ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youshi .number ul li.line {
  width: 1px;
  height: 37px;
  background: url(../images/numli.png) center center no-repeat;
}
.youshi .number ul li h4 {
  font-family: Arial;
  font-size: 60px;
  line-height: 44px;
  color: #1470b8;
  font-weight: bold;
}
.youshi .number ul li h4 i {
  font-weight: bold;
}
.youshi .number ul li h4 em {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-family: Arial;
  line-height: 24px;
  font-size: 36px;
}
.youshi .number ul li p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1;
  padding-left: 5px;
}
@media screen and (max-height: 860px) {
  .youshi .number {
    margin-top: 20px;
  }
  .youshi .number ul li h4 {
    font-size: 40px;
    line-height: 30px;
  }
  .youshi .number ul li h4 em {
    line-height: 20px;
    font-size: 30px;
  }
  .youshi .number ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-height: 700px) {
  .youshi .ysList {
    margin-top: 20px;
  }
  .youshi .ysList ul li {
    height: 55vh;
  }
  .youshi .number {
    display: none;
  }
}
.news {
  background: url(../images/newsbg.jpg) center center no-repeat;
  background-size: cover;
}
.news .title {
  color: #fff;
}
.news .moreLink {
  color: #fff;
}
.news .moreLink::after {
  filter: grayscale(100) brightness(5);
}
.news .moreLink::before {
  background-color: #fff;
}
.news .newsSwiper {
  margin-top: 3.942vh;
  position: relative;
}
.news .newsSwiper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: 0 -80px;
  background-color: #fff;
}
.news .newsSwiper .swiper-container {
  margin: 0 -3vh;
}
.news .newsSwiper ul li {
  float: left;
  padding: 4.7vh 3vh 4.8vh;
  width: 25%;
}
.news .newsSwiper ul li .item .pic {
  display: block;
  padding-top: 70.5%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper 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 .newsSwiper ul li .item .cont {
  padding-top: 3.8vh;
}
.news .newsSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  color: #535353;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  z-index: 2;
  left: 0;
}
.news .newsSwiper ul li .item .cont .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #114b98;
  margin-right: 14px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .cont .bt:hover {
  left: 5px;
}
.news .newsSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  color: #9a9a9a;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 1.3vh;
}
.news .newsSwiper ul li .item .cont .more {
  margin-top: 4.2vh;
  display: block;
  border-radius: 30px;
  width: 52px;
  border-radius: 16.5px;
  border: solid 1px #707070;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .cont .more::before {
  content: ">";
  font-family: simsun;
}
.news .newsSwiper 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 .newsSwiper ul li .item:hover .cont .bt {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #114b98;
}
.news .newsSwiper ul li .item:hover .cont .line {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  background-color: #114b98;
}
.news .newsSwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media screen and (max-height: 680px) {
  .news .newsSwiper {
    margin-top: 3.8vh;
  }
  .news .newsSwiper .swiper-container {
    margin: 0 -4vh;
  }
  .news .newsSwiper ul li {
    padding: 4vh 4vh 4vh;
  }
  .news .newsSwiper ul li .item .pic {
    padding-top: 70.5%;
  }
  .news .newsSwiper ul li .item .cont {
    padding-top: 1.5vh;
  }
  .news .newsSwiper ul li .item .cont p {
    margin-top: 0.5vh;
  }
  .news .newsSwiper ul li .item .cont .more {
    margin-top: 2vh;
    line-height: 28px;
  }
  .news .newsSwiper 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 .newsSwiper ul li .item:hover .cont .bt {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    color: #114b98;
  }
  .news .newsSwiper ul li .item:hover .cont .line {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    background-color: #114b98;
  }
  .news .newsSwiper ul li .item:hover .cont p {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.cooperation {
  background: url(../images/hbbg.jpg) center center no-repeat;
  background-size: cover;
}
.cooperation .hzTabs {
  margin-top: 6.5vh;
}
.cooperation .hd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooperation .hd ul li.line {
  width: 1px;
  height: 59px;
  background-color: #114b98;
  opacity: 0.1;
}
.cooperation .hd ul li .item {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperation .hd ul li .item i {
  display: block;
  position: relative;
  height: 40px;
  width: 30px;
  margin: auto;
}
.cooperation .hd ul li .item i::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #114b98;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperation .hd ul li .item i img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperation .hd ul li .item span {
  display: block;
  font-size: 16px;
  margin-top: 3px;
  line-height: 26px;
}
.cooperation .hd ul li.on .item i img {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.cooperation .hd ul li.on .item i::before {
  right: -18px;
  top: -4px;
  opacity: 1;
}
.cooperation .hd ul li.on .item span {
  font-weight: bold;
  color: #114b98;
}
.cooperation .bd {
  margin-top: 1.9vh;
  margin-left: -2.4vh;
  margin-right: -2.4vh;
}
.cooperation .hzList {
  height: calc(320px + 7.6vh);
}
.cooperation .hzList ul::after,
.cooperation .hzList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.cooperation .hzList ul li {
  float: left;
  width: 20%;
  padding: 1.9vh 2.4vh;
}
.cooperation .hzList ul li .pic {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  height: 160px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperation .hzList ul li .pic img {
  position: absolute;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperation .hzList ul li .pic:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 28, 90, 0.2);
}
@media screen and (max-height: 680px) {
  .cooperation .hzTabs {
    margin-top: 3vh;
  }
  .cooperation .hd ul li.line {
    height: 54px;
  }
  .cooperation .hd ul li .item i {
    height: 30px;
    width: 30px;
  }
  .cooperation .hd ul li .item span {
    font-size: 14px;
    margin-top: 0;
    line-height: 20px;
  }
  .cooperation .bd {
    margin-top: 1.5vh;
    margin-left: -3vh;
    margin-right: -3vh;
  }
  .cooperation .hzList {
    height: calc(280px + 6vh);
  }
  .cooperation .hzList ul::after,
  .cooperation .hzList ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .cooperation .hzList ul li {
    padding: 1.5vh 3vh;
  }
  .cooperation .hzList ul li .pic {
    height: 140px;
  }
}
.inFooter {
  background-color: #373a3d;
  height: auto !important;
}
.inFooter .index-page {
  display: block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.in-txt {
  overflow: hidden;
}
.in-txt > * {
  transform: translateY(100%);
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  transition-duration: 1.6s;
}
.swiper-slide-active .in-txt > * {
  transform: translateY(0);
  opacity: 1;
}
.lv-bottom {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  filter: blur(6px);
}
.lv-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  filter: blur(20px);
}
.lv-fadeInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  filter: blur(20px);
}
.lv-fadeInDown {
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  filter: blur(20px);
}
.lv-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  filter: blur(20px);
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.swiper-slide {
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
}
.swiper-slide-active .lv-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .lv-bottom {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .fadeInLeft {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInRight {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
