@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 * {
  -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;
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1.6s ease-out;
  transition: all 1.6s ease-out;
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #1543b6 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: #1543b6;
  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;
  font-size: 66px;
  line-height: 46px;
  font-family: "Times New Roman", Times;
  font-weight: bold;
}
.title i::first-letter {
  font-size: 93px;
  line-height: 64px;
  display: inline-block;
  vertical-align: bottom;
  color: #1543b6;
  text-transform: uppercase;
}
.title span {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 32px;
}
.title span em {
  display: inline-block;
  vertical-align: bottom;
  width: 5px;
  height: 16px;
  background-color: #e22924;
  margin-left: 4px;
}
.title span em:first-child {
  width: 5px;
  height: 16px;
  background-color: #1543b6;
  margin-left: 22px;
}
.moreLink {
  display: block;
  z-index: 1;
  width: 81px;
  height: 85px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/moreen.png) center center no-repeat;
  left: 0;
  top: 0;
  -webkit-animation: xz 15s linear infinite;
  animation: xz 15s 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);
  }
}
.moreLink i {
  display: block;
  width: 37px;
  height: 37px;
  background-color: #029745;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/morear.png) center center no-repeat;
}
.moreLink:hover::before {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.moreLink:hover i {
  box-shadow: 0 0 15px rgba(21, 67, 182, 0.5);
}
.moreLink:hover i::before {
  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;
}
.service {
  padding: 54px 0 80px;
  background: url(../images/fwbg.jpg) center 0 no-repeat;
  overflow: hidden;
  position: relative;
}
.service * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.service .fwNav::after,
.service .fwNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .fwNav .title {
  float: left;
}
.service .fwNav ul {
  margin-top: 23px;
  float: right;
  width: 996px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service .fwNav ul::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  left: 0;
  top: 37px;
  z-index: -1;
}
.service .fwNav ul li {
  float: left;
}
.service .fwNav ul li a {
  display: block;
  font-size: 16px;
  height: 103px;
  min-width: 103px;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 12px;
  padding-top: 32px;
}
.service .fwNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/fwnavli.png) center center no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.service .fwNav ul li a i {
  position: relative;
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  border: solid 2px #1543b6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 50%;
}
.service .fwNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 20px;
  height: 26px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li a::after {
  content: "+";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  opacity: 0;
  line-height: 1;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li:hover a::before,
.service .fwNav ul li.on a::before {
  opacity: 1;
}
.service .fwNav ul li:hover a i,
.service .fwNav ul li.on a i {
  opacity: 0;
}
.service .fwNav ul li:hover a span,
.service .fwNav ul li.on a span {
  -webkit-transform: translateY(-33px);
  transform: translateY(-33px);
  font-weight: bold;
  color: #fff;
}
.service .fwNav ul li:hover a::after,
.service .fwNav ul li.on a::after {
  bottom: 24px;
  opacity: 1;
}
.service .fwTabs {
  margin-top: 18px;
  margin-left: -10px;
  padding-right: -10px;
}
.service .fwTabs .bd {
  height: 868px;
}
.service .fwList {
  height: 868px;
}
.service .fwList ul::after,
.service .fwList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .fwList ul li {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-top: 40px;
}
.service .fwList ul li .item {
  height: 394px;
  background-color: #ffffff;
  border: solid 1px #e9e9e9;
  padding: 13px 13px 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .pic {
  display: block;
  width: 100%;
  height: 288px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList 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;
}
.service .fwList ul li .item .tt {
  position: relative;
  padding-right: 40px;
  padding-top: 10px;
}
.service .fwList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .tt .bt:hover {
  left: 5px;
}
.service .fwList ul li .item .tt .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  margin-top: 2px;
  height: 18px;
  line-height: 18px;
  color: #bbbbbb;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .tt .more {
  position: absolute;
  right: 0;
  top: 23px;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  background-color: #eeeeee;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .tt .more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fwli.png) center center no-repeat;
  background-size: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item:hover {
  border-color: #1543b6;
}
.service .fwList 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);
}
.service .fwList ul li .item:hover .tt .bt {
  color: #1543b6;
}
.service .fwList ul li .item:hover .tt .more {
  background-color: #1543b6 !important;
}
.service .fwList ul li .item:hover .tt .more::before {
  filter: grayscale(100) brightness(4);
  animation: zyfd 1.5s linear infinite;
}
.service .fwList ul li:nth-child(1),
.service .fwList ul li:nth-child(2) {
  width: 50%;
}
.service .fwList ul li:nth-child(1) .item,
.service .fwList ul li:nth-child(2) .item {
  padding: 16px 134px 16px 14px;
}
.service .fwList ul li:nth-child(1) .item .pic,
.service .fwList ul li:nth-child(2) .item .pic {
  height: 360px;
}
.service .fwList ul li:nth-child(1) .item .tt,
.service .fwList ul li:nth-child(2) .item .tt {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 134px;
  padding-right: 0;
}
.service .fwList ul li:nth-child(1) .item .tt .bt,
.service .fwList ul li:nth-child(2) .item .tt .bt {
  position: absolute;
  right: 34px;
  top: 0;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  width: 38px;
  height: 100%;
  padding-top: 34px;
  padding-bottom: 85px;
  letter-spacing: 2px;
  left: auto;
}
.service .fwList ul li:nth-child(1) .item .tt .en,
.service .fwList ul li:nth-child(2) .item .tt .en {
  position: absolute;
  right: 76px;
  top: 0;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  height: 100%;
  width: 18px;
  padding-top: 34px;
  padding-bottom: 85px;
}
.service .fwList ul li:nth-child(1) .item .tt .more,
.service .fwList ul li:nth-child(2) .item .tt .more {
  position: absolute;
  top: auto;
  width: 55px;
  height: 55px;
  background-color: #eeeeee;
  bottom: 22px;
  right: 36px;
}
.service .fwList ul li:nth-child(1) .item .tt .more::before,
.service .fwList ul li:nth-child(2) .item .tt .more::before {
  background-size: auto;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  height: 980px;
  padding-top: 80px;
}
.youshi .title {
  color: #fff;
  position: relative;
}
.youshi .title i {
  padding-left: -5px;
}
.youshi .title i::first-letter {
  color: #fff;
}
.youshi .title::after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  left: -115px;
  bottom: -36px;
  width: 340px;
  background: url(../images/ystit.png) 0 center no-repeat;
}
.youshi .ysPic {
  margin-top: 18px;
  margin-left: 44px;
  width: 686px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 9px;
}
.youshi .ysPic .bd {
  width: 668px;
  height: 668px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
}
.youshi .ysPic .bd ul li {
  width: 668px;
  height: 668px;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.youshi .ysCont {
  width: 555px;
  height: 555px;
  background-color: rgba(21, 67, 182, 0.95);
  border-radius: 50%;
  position: absolute;
  top: 175px;
  right: 36px;
  text-align: center;
  padding-top: 110px;
  color: #fff;
}
.youshi .ysCont .bd {
  width: 462px;
  margin: auto;
  height: 274px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li .item {
  height: 274px;
  text-align: center;
  padding-top: 10px;
}
.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;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.youshi .ysCont .bd ul li .item .tit span::before {
  content: "/";
  font-size: 16px;
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
}
.youshi .ysCont .bd ul li .item .tit span::after {
  content: "/";
  font-size: 16px;
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
}
.youshi .ysCont .bd ul li .item .tit i {
  display: block;
  font-size: 16px;
  margin-top: 26px;
  line-height: 12px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  position: relative;
}
.youshi .ysCont .bd ul li .item .tit i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.15;
  background-color: #d8d8d8;
}
.youshi .ysCont .bd ul li .item .tit i::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.15;
  background-color: #d8d8d8;
}
.youshi .ysCont .bd ul li .item .text {
  margin-top: 46px;
  line-height: 40px;
  opacity: 0.7;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .page {
  margin-left: 84px;
  height: 40px;
}
.youshi .ysCont .page .prev {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  cursor: pointer;
  color: #1744b3;
  text-shadow: 0.5px 0 0 #1744b3;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.youshi .ysCont .page .prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.youshi .ysCont .page .prev:hover,
.youshi .ysCont .page .prev.on {
  background-color: #e22924;
  color: #fff;
  text-shadow: 0.5px 0 0 #fff;
}
.youshi .ysCont .page .next {
  margin-left: 11px;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  cursor: pointer;
  color: #1744b3;
  text-shadow: 0.5px 0 0 #1744b3;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.youshi .ysCont .page .next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.youshi .ysCont .page .next:hover,
.youshi .ysCont .page .next.on {
  background-color: #e22924;
  color: #fff;
  text-shadow: 0.5px 0 0 #fff;
}
.youshi .ysCont .tip {
  margin-top: 24px;
}
.youshi .ysCont .tip span {
  display: block;
  font-size: 13px;
  line-height: 1;
  opacity: 0.5;
  letter-spacing: 6px;
  font-style: italic;
  margin-right: -6px;
}
.youshi .ysCont .tip i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 12px;
  opacity: 0.2;
  line-height: 10px;
  font-style: italic;
}
.youshi .ysCont .ysNum {
  position: absolute;
  top: 359px;
  right: -40px;
  font-weight: bold;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 110px;
  line-height: 75px;
}
.youshi .ysCont .ysNum::before {
  content: "";
  width: 118px;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
.youshi .tel {
  position: absolute;
  bottom: 118px;
  right: 0;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  z-index: 4;
}
.youshi .tel::after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 19px;
  width: 208px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.5;
}
.youshi .tel::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 19px;
  margin-right: 11px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .tel i {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  margin-left: 12px;
  font-style: italic;
}
.youshi .ysImg {
  position: absolute;
  width: 494px;
  height: 222px;
  left: -280px;
  bottom: 145px;
  background: url(../images/ysimg.png) 0 0 no-repeat;
}
.case {
  padding: 80px 0 65px;
  overflow: hidden;
  position: relative;
}
.case .caseTit::after,
.case .caseTit:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTit .title {
  float: left;
}
.case .caseTit .more {
  float: right;
  width: 130px;
  height: 38px;
  border-radius: 30px;
  border: solid 1px #e1e1e1;
  margin-top: 70px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1543b6, #1543b6);
  background-image: linear-gradient(to right, #1543b6, #1543b6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  overflow: hidden;
}
.case .caseTit .more i {
  min-width: 4px;
}
.case .caseTit .more i::before {
  color: #808080;
}
.case .caseTit .more i::after {
  color: #fff;
}
.case .caseTit .more:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #1543b6;
}
.case .caseSwiper {
  margin: 46px -11px 0;
  position: relative;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  float: left;
  width: 25%;
  padding: 0 11px;
}
.case .caseSwiper ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.case .caseSwiper ul li .item::after {
  content: "";
  position: absolute;
  background: #1543b6;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.case .caseSwiper ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  border: solid 1px #e1e1e1;
  width: 100%;
  padding: 7px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.case .caseSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt {
  padding-right: 50px;
  height: 46px;
  line-height: 46px;
  position: relative;
}
.case .caseSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #525252;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .bt:hover {
  left: 5px;
}
.case .caseSwiper ul li .item .tt .more {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #c4c4c4;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item:hover .pic {
  border-color: #1543b6;
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li .item:hover .tt .bt {
  color: #1543b6;
}
.case .caseSwiper ul li .item:hover .tt .more {
  color: #1543b6;
}
.case .case-prev {
  position: absolute;
  z-index: 3;
  height: 86px;
  width: 45px;
  overflow: hidden;
  border-radius: 43px 0 0 43px;
  background-color: rgba(43, 71, 141, 0.2);
  padding: 10px 0 10px 10px;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-prev i {
  display: block;
  border-radius: 43px 0 0 43px;
  background-color: #2b478d;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-prev i::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.case .case-prev:hover,
.case .case-prev.on {
  background-color: rgba(26, 106, 213, 0.2);
}
.case .case-prev:hover i,
.case .case-prev.on i {
  background-color: #1a6ad5;
}
.case .case-next {
  position: absolute;
  z-index: 3;
  height: 86px;
  width: 45px;
  overflow: hidden;
  border-radius: 0 43px 43px 0;
  background-color: rgba(43, 71, 141, 0.2);
  padding: 10px 10px 10px 0;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-next i {
  display: block;
  border-radius: 0 43px 43px 0;
  background-color: #2b478d;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-next i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.case .case-next:hover,
.case .case-next.on {
  background-color: rgba(26, 106, 213, 0.2);
}
.case .case-next:hover i,
.case .case-next.on i {
  background-color: #1a6ad5;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  z-index: 2;
}
.about .number {
  height: 235px;
  padding-top: 74px;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .number ul li.line {
  background: url(../images/numline.png) 0 center no-repeat;
  width: 16px;
  height: 42px;
}
.about .number ul li i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 63px;
  font-weight: bold;
  color: #1543b6;
  line-height: 50px;
}
.about .number ul li span {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 14px;
  color: #555555;
  line-height: 1;
}
.about .number ul li span b {
  display: block;
  font-size: 16px;
}
.about .number ul li span em {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.about .aboutBox {
  height: 533px;
  position: relative;
  margin-bottom: 75px;
}
.about .aboutPic {
  position: absolute;
  right: -8px;
  bottom: 0;
  width: 873px;
  height: 593px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText {
  padding-top: 16px;
}
.about .aboutText .tit {
  font-size: 32px;
  line-height: 1;
  margin-top: 14px;
}
.about .aboutText .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 790px;
  height: 314px;
  z-index: 2;
  background: url(../images/aboutbg.jpg) -320px -454px no-repeat;
  padding-right: 90px;
  padding-top: 34px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 36px;
  height: 180px;
  font-size: 15px;
  color: #676767;
  text-align: justify;
}
.about .aboutText .aboutTt {
  margin-top: 30px;
  height: 40px;
}
.about .aboutText .aboutTt .more {
  float: left;
  width: 152px;
  height: 40px;
  line-height: 40px;
  background-color: #1543b6;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aboutTt .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1543b6;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .aboutTt .more:hover {
  background: none;
  color: #1543b6;
  box-shadow: 0 10px 10px -5px rgba(21, 67, 182, 0.5);
}
.about .aboutText .aboutTt .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutText .aboutTt .xpBox {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 18px;
}
.about .aboutText .aboutTt .xpBox .ico {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 100%;
  background: url(../images/xunpan.png) center center no-repeat;
  background-color: #c6140f;
  animation: bowen 1.2s linear infinite;
}
@keyframes bowen {
  0% {
    box-shadow: 0 0 0 0 rgba(198, 20, 15, 0.1), 0 0 0 7px rgba(198, 20, 15, 0.1);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(198, 20, 15, 0.1), 0 0 0 14px rgba(198, 20, 15, 0);
  }
}
.about .aboutText .aboutTt .xpBox .xunpan {
  position: absolute;
  z-index: 99999;
  left: 100%;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-size: 14px;
  width: 200px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .aboutText .aboutTt .xpBox .xunpan i {
  font-weight: bold;
}
.about .aboutText .aboutTt .xpBox .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #1543b6;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(21, 67, 182, 0.15);
}
.about .aboutText .aboutTt .xpBox .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #1543b6;
}
.about .aboutText .aboutTt .xpBox .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.about .aboutText .aboutTt .xpBox:hover .xunpan {
  visibility: inherit;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.qualification {
  padding-top: 65px;
}
.qualification .zzSwiper {
  position: relative;
  margin-left: -11px;
  margin-right: -11px;
}
.qualification .zzSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.qualification .zzSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.qualification .zzSwiper ul::after,
.qualification .zzSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.qualification .zzSwiper ul li {
  float: left;
  width: 25%;
  padding: 0 11px;
}
.qualification .zzSwiper ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.qualification .zzSwiper ul li .item::after {
  content: "";
  position: absolute;
  background: #1543b6;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.qualification .zzSwiper ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.qualification .zzSwiper ul li .item .pic {
  display: block;
  border: solid 1px #e1e1e1;
  width: 100%;
  padding: 7px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .zzSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.qualification .zzSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .zzSwiper ul li .item .tt {
  padding-right: 95px;
  height: 46px;
  line-height: 46px;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
.qualification .zzSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #525252;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .zzSwiper ul li .item .tt .bt:hover {
  left: 5px;
}
.qualification .zzSwiper ul li .item .tt .more {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #c4c4c4;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .zzSwiper ul li .item .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.qualification .zzSwiper ul li .item .tt .more::before {
  content: "";
  width: 42px;
  height: 1px;
  background-color: #e1e1e1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1543b6, #1543b6);
  background-image: linear-gradient(to right, #1543b6, #1543b6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.qualification .zzSwiper ul li .item:hover .pic {
  border-color: #1543b6;
}
.qualification .zzSwiper 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);
}
.qualification .zzSwiper ul li .item:hover .tt .bt {
  color: #1543b6;
}
.qualification .zzSwiper ul li .item:hover .tt .more {
  color: #1543b6;
}
.qualification .zzSwiper ul li .item:hover .tt .more::before {
  background-size: 100% 100%;
}
.qualification .page .zz-prev {
  position: absolute;
  left: -62px;
  top: 125px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  cursor: pointer;
  color: #1744b3;
  text-shadow: 0.5px 0 0 #1744b3;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.qualification .page .zz-prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.qualification .page .zz-prev:hover,
.qualification .page .zz-prev.on {
  background-color: #1543b6;
  color: #fff;
  text-shadow: 0.5px 0 0 #fff;
}
.qualification .page .zz-next {
  position: absolute;
  right: -62px;
  top: 125px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  cursor: pointer;
  color: #1744b3;
  text-shadow: 0.5px 0 0 #1744b3;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.qualification .page .zz-next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.qualification .page .zz-next:hover,
.qualification .page .zz-next.on {
  background-color: #1543b6;
  color: #fff;
  text-shadow: 0.5px 0 0 #fff;
}
.news {
  overflow: hidden;
  padding: 80px 0 100px;
}
.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: 34px;
}
.news .newsTab ul li {
  margin-left: 44px;
  float: left;
  position: relative;
}
.news .newsTab ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 55px;
  background-color: #e5e5e5;
  left: -22px;
  top: 0;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li:first-child::before {
  display: none;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 26px 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #e22924;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid 4px #e22924;
  left: 9px;
  bottom: 19px;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: auto;
}
.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.ico2:before {
  background: url(../images/newsico2.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 span {
  line-height: 1;
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #525252;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  opacity: 0.3;
  width: 100%;
}
.news .newsTab ul li:hover a::after,
.news .newsTab ul li.on a::after {
  opacity: 0.3;
  left: 12px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.news .newsTabs {
  position: relative;
  margin-top: 65px;
}
.news .newsTabs .bd {
  height: 610px;
}
.news .newsList {
  width: 100%;
  height: 610px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .one {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 526px;
  height: 276px;
  padding-right: 30px;
  background: url(../images/newsonebg.jpg) right 0 no-repeat;
}
.news .newsList .one .pic {
  display: block;
  width: 475px;
  height: 276px;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont {
  padding-top: 56px;
  position: relative;
}
.news .newsList .one .cont::before {
  content: "";
  display: block;
  width: 29px;
  height: 22px;
  background: url(../images/newsbt.png) 0 0 no-repeat;
}
.news .newsList .one .cont .date {
  position: absolute;
  top: 84px;
  right: 0;
  color: #555555;
  font-family: Arial;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .date span {
  display: block;
  font-size: 16px;
  line-height: 12px;
}
.news .newsList .one .cont .date i {
  display: block;
  font-size: 35px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 25px;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  margin-top: 35px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  margin-right: 80px;
  left: 0;
}
.news .newsList .one .cont .bt:hover {
  left: 5px;
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-size: 15px;
  color: #9b9a9a;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .one:hover .cont .date {
  color: #1543b6;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news .newsList .one:hover .cont .bt {
  color: #1543b6;
  font-weight: bold;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news .newsList .one:hover .cont p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .list {
  margin-top: 8px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul {
  margin: 0 -20px;
}
.news .newsList .list ul::after,
.news .newsList .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 50%;
  float: left;
  margin-top: 42px;
  padding: 0 20px;
}
.news .newsList .list ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 121px;
  padding-right: 185px;
  border-bottom: 1px solid rgba(227, 227, 227, 0.5);
  padding-left: 122px;
  position: relative;
}
.news .newsList .list ul li .item::after {
  content: "";
  position: absolute;
  background: #1543b6;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list ul li .item .pic {
  display: block;
  width: 160px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list 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 .list ul li .item .date {
  position: absolute;
  left: 0;
  top: 0;
  color: #555555;
  height: 90px;
  width: 95px;
  border-right: 1px solid rgba(227, 227, 227, 0.5);
  padding-top: 10px;
  font-family: Arial;
}
.news .newsList .list ul li .item .date i {
  font-size: 35px;
  font-weight: bold;
  display: block;
  line-height: 25px;
}
.news .newsList .list ul li .item .date span {
  display: block;
  font-size: 16px;
  margin-top: 18px;
  line-height: 12px;
}
.news .newsList .list ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list ul li .item p {
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  color: #aeaeae;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item:hover .date {
  color: #1543b6;
}
.news .newsList .list ul li .item:hover .bt {
  color: #1543b6;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news .newsList .list ul li .item:hover p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list ul li .item:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .one {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
