@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@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);
  }
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-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);
  }
}
.inMenu {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/menubg.jpg) center center no-repeat;
  background-size: cover;
  display: none;
}
.inMenu .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) center center no-repeat;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 99999999999;
  cursor: pointer;
}
.inMenu .inMenuList {
  height: 100%;
}
.inMenu .inMenuList ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.inMenu .inMenuList ul li {
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.inMenu .inMenuList ul li:first-child {
  border-left: none;
}
.inMenu .inMenuList ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0;
  text-shadow: none;
  flex-flow: column;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inMenu .inMenuList ul li a span {
  display: block;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.inMenu .inMenuList ul li a i {
  display: block;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  text-transform: uppercase;
}
.inMenu .inMenuList ul li a:hover {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.inMenu .inMenuList ul li a:hover span {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.inSwiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .in-pagination {
  position: absolute;
  left: auto;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.inSwiper .in-pagination span {
  width: 30px;
  height: 20px;
  margin: 3px 0 !important;
  position: relative;
  background-color: transparent;
  opacity: 1;
  padding: 5px 0;
}
.inSwiper .in-pagination span:before {
  content: "";
  display: block;
  background-color: #2d2f91;
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 18px;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inSwiper .in-pagination span.swiper-pagination-bullet-active:before {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .inSwiper .in-pagination {
    right: 10px;
  }
  .inSwiper .in-pagination span {
    width: 20px;
    margin: 0 0 !important;
  }
  .inSwiper .in-pagination span:before {
    width: 12px;
  }
}
.inBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.inBox .inBoxFlex {
  width: 94%;
  max-width: 1300px;
  margin: auto;
  padding-top: 116px;
}
.inBox::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  background: url(../images/mousear.png) 0 center no-repeat;
  pointer-events: none;
  z-index: 5;
  width: 21px;
  margin-left: -11px;
  height: 66px;
  animation: arrow 2.4s linear infinite;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.banner {
  position: relative;
  height: 100%;
  width: 100%;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-swiper ul li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  -webkit-transition: all 6s ease-out;
  transition: all 6s ease-out;
}
.banner-swiper .swiper-slide-active img {
  transform: scale(1);
}
.banner-swiper.wapBanner {
  display: none;
}
.banner-swiper .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-prev {
  left: 3%;
}
.banner-swiper .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-next {
  right: 3%;
}
.banner-swiper .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  bottom: 110px;
  z-index: 3;
  text-align: center;
}
.banner-swiper .banner-pagination span {
  display: inline-block;
  border: 2px #fff solid;
  opacity: 1;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  background-color: transparent;
  margin-left: 30px !important;
  margin-right: 0 !important;
  cursor: pointer;
  outline: none;
  position: relative;
}
.banner-swiper .banner-pagination span:first-child {
  margin-left: 0 !important;
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.title {
  line-height: 1;
  position: relative;
  padding-top: 95px;
}
.title b {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  margin-right: 20px;
  font-weight: bold;
}
.title i {
  display: inline-block;
  vertical-align: middle;
  font-family: Impact;
  font-size: 36px;
  line-height: 34px;
  color: #2d2f91;
}
.inBox2 {
  background: url(../images/aboutbg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.inBox2 .inBoxFlex {
  height: 100%;
}
.inBox2 .aboutText {
  padding-top: 80px;
  float: left;
  width: 640px;
  position: relative;
  z-index: 1;
}
.inBox2 .aboutText .taoliyuan {
  position: absolute;
  right: -198px;
  top: 0;
  pointer-events: none;
}
.inBox2 .aboutText .taoliyuan::before {
  content: "";
  display: block;
  position: absolute;
  width: 153px;
  height: 153px;
  background-color: #2d2f91;
  border-radius: 100%;
  right: 30px;
  top: 29px;
  pointer-events: none;
}
.inBox2 .aboutText .taoliyuan::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 158px;
  height: 130px;
  background: url(../images/taoliyuan.png) 0 center no-repeat;
}
.inBox2 .aboutText .tit {
  height: 164px;
  position: relative;
  z-index: 2;
  padding-top: 78px;
}
.inBox2 .aboutText .tit i {
  display: block;
  width: 965px;
  height: 164px;
  position: absolute;
  top: 0;
  left: -210px;
  z-index: -1;
}
.inBox2 .aboutText .tit i img {
  display: block;
}
.inBox2 .aboutText .tit span {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 36px;
}
.inBox2 .aboutText .tit::after {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  margin-top: 21px;
  background: url(../images/abouttit.png) 0 0 no-repeat;
}
.inBox2 .aboutText .text {
  margin-top: 6px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 34px;
  height: 136px;
}
.inBox2 .aboutText .more {
  display: block;
  width: 145px;
  height: 42px;
  background-color: #ffffff;
  border: solid 1px #949494;
  margin-top: 90px;
  padding-left: 26px;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 3px;
  font-family: Arial;
  font-size: 14px;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2d2f91, #2d2f91);
  background-image: linear-gradient(to right, #2d2f91, #2d2f91);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox2 .aboutText .more::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 41px;
  height: 100%;
  background-color: #ffffff;
  border-left: solid 1px #949494;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox2 .aboutText .more::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  border-left: 7px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox2 .aboutText .more:hover {
  border-color: #2d2f91;
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(45, 47, 145, 0.5);
}
.inBox2 .aboutText .more:hover::after {
  animation: zyfd 1.5s linear infinite;
  border-left-color: #2d2f91;
}
.inBox2 .aLink {
  float: right;
  width: 315px;
  margin-top: 145px;
}
.inBox2 .aLink ul li {
  margin-top: 20px;
  position: relative;
}
.inBox2 .aLink ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2d2f91, #2d2f91);
  background-image: linear-gradient(to right, #2d2f91, #2d2f91);
  background-size: 100% 0%;
  background-position: 0 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox2 .aLink ul li:first-child {
  margin-top: 0;
}
.inBox2 .aLink ul li a {
  display: block;
  width: 315px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 4px transparent;
  overflow: hidden;
  padding-left: 26px;
  padding-top: 34px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox2 .aLink ul li a i {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}
.inBox2 .aLink ul li a i img {
  display: block;
}
.inBox2 .aLink ul li a span {
  font-size: 20px;
  display: block;
}
.inBox2 .aLink ul li a em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 16px;
  line-height: 10px;
  color: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox2 .aLink ul li:hover::before {
  background-size: 100% 100%;
}
.inBox2 .aLink ul li:hover a {
  border-color: #2d2f91;
  background-color: #2d2f91;
  color: #fff;
}
.inBox2 .aLink ul li:hover a em {
  color: rgba(255, 255, 255, 0.5);
}
.inBox3 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/lcbg.jpg) center center no-repeat;
  background-size: cover;
}
.inBox3 .inBoxFlex {
  height: 100%;
  padding-top: 154px;
}
.inBox3 .lcBox {
  position: relative;
  height: 550px;
  padding-left: 520px;
  padding-top: 112px;
}
.inBox3 .lcBox .lcTit {
  width: 575px;
  height: 550px;
  background: url(../images/lctit.png) 0 center no-repeat;
  padding-left: 403px;
  padding-top: 190px;
  position: absolute;
  left: -55px;
  top: 0;
}
.inBox3 .lcBox .lcTit i {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #2d2f91;
  opacity: 0.5;
}
.inBox3 .lcBox .lcTit span {
  display: block;
  line-height: 1;
  font-size: 26px;
  margin-top: 10px;
}
.inBox3 .lcBox .lcSwiper {
  position: relative;
  padding-left: 32px;
}
.inBox3 .lcBox .lcSwiper::before {
  content: "";
  display: block;
  position: absolute;
  top: 163px;
  left: 0;
  width: 1090px;
  height: 1px;
  background-color: #ffffff;
}
.inBox3 .lcBox .lcSwiper .swiper-container {
  width: 882px;
}
.inBox3 .lcBox .lcSwiper ul li {
  position: relative;
  height: 325px;
}
.inBox3 .lcBox .lcSwiper ul li .dot {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 100%;
  left: 43px;
  top: 156px;
  position: absolute;
}
.inBox3 .lcBox .lcSwiper ul li .num {
  font-family: Impact;
  font-size: 32px;
  width: 102px;
  position: absolute;
  top: 192px;
  left: 0;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox3 .lcBox .lcSwiper ul li .item {
  position: relative;
  width: 294px;
  padding: 1px 0 1px 50px;
}
.inBox3 .lcBox .lcSwiper ul li .item .box {
  width: 218px;
  height: 136px;
  border-left: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
  position: relative;
  padding: 32px 5px 0 28px;
}
.inBox3 .lcBox .lcSwiper ul li .item .box * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox3 .lcBox .lcSwiper ul li .item .box::before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  width: 14px;
  height: 14px;
  border-left: solid 3px #ffffff;
  border-top: solid 3px #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox3 .lcBox .lcSwiper ul li .item .box h4 {
  font-size: 18px;
  line-height: 28px;
}
.inBox3 .lcBox .lcSwiper ul li .item .box p {
  margin-top: 10px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  color: #727272;
}
.inBox3 .lcBox .lcSwiper ul li .item:hover .num {
  color: #2d2f91;
}
.inBox3 .lcBox .lcSwiper ul li .item:hover .box::before {
  border-color: #2d2f91;
}
.inBox3 .lcBox .lcSwiper ul li .item:hover .box h4 {
  color: #2d2f91;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.inBox3 .lcBox .lcSwiper ul li .item:hover .box p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.inBox3 .lcBox .lcSwiper ul li:nth-child(2n) {
  padding-top: 187px;
}
.inBox3 .lcBox .lcSwiper ul li:nth-child(2n) .num {
  top: 105px;
}
.inBox3 .lcBox .lcSwiper ul li:nth-child(2n) .item .box {
  border-top: none;
  border-bottom: 1px solid #fff;
  padding-top: 25px;
}
.inBox3 .lcBox .lcSwiper ul li:nth-child(2n) .item .box::before {
  top: auto;
  bottom: -2px;
  border-top: none;
  border-bottom: 4px solid #fff;
}
.inBox3 .lcBox .lcSwiper ul li:nth-child(2n) .item:hover .box::before {
  border-color: #2d2f91;
}
.inBox4 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/ywbg.jpg) center center no-repeat;
  background-size: cover;
}
.inBox4::after {
  background: url(../images/mousear2.png) 0 center no-repeat;
}
.inBox4 .inBoxFlex {
  height: 100%;
  padding-top: 128px;
}
.inBox4 .ywBox {
  position: relative;
  padding-top: 92px;
}
.inBox4 .ywBox .tip {
  position: absolute;
  font-size: 16px;
  top: 36px;
  right: 295px;
  line-height: 1;
  z-index: 2;
}
.inBox4 .ywBox .title {
  position: absolute;
  z-index: 2;
  left: 0;
  background: url(../images/ywtit.png) 0 0 no-repeat;
  padding-top: 95px;
}
.inBox4 .ywBox .title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  margin-right: 20px;
  font-weight: bold;
}
.inBox4 .ywBox .title i {
  display: inline-block;
  vertical-align: middle;
  font-family: Impact;
  font-size: 36px;
  line-height: 34px;
  color: #2d2f91;
}
.inBox4 .ywSwiper {
  margin-right: -310px;
}
.inBox4 .ywSwiper ul li {
  height: 645px;
}
.inBox4 .ywSwiper ul li .pic {
  float: right;
  display: block;
  width: 1102px;
  height: 645px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox4 .ywSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox4 .ywSwiper ul li .cont {
  float: left;
  width: 460px;
  padding-top: 262px;
}
.inBox4 .ywSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox4 .ywSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inBox4 .ywSwiper ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 29px;
  height: 87px;
  font-size: 15px;
  color: #888888;
  margin-top: 35px;
}
.inBox4 .ywSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.inBox4 .ywSwiper ul li:hover .cont .bt {
  color: #2d2f91;
}
.inBox4 .yw-pagination {
  position: absolute;
  width: auto;
  left: 0;
  bottom: 86px;
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  z-index: 3;
}
.inBox4 .yw-pagination .swiper-pagination-current {
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
}
.inBox4 .yw-pagination .swiper-pagination-current::before {
  content: "0";
}
.inBox4 .yw-pagination .swiper-pagination-total::before {
  content: "0";
}
.inBox4 .page {
  position: absolute;
  z-index: 3;
  bottom: 75px;
  left: 142px;
}
.inBox4 .page .yw-prev {
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  border: dashed 1px #434343;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.inBox4 .page .yw-prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.inBox4 .page .yw-prev:hover,
.inBox4 .page .yw-prev.on {
  background-color: #ffffff;
}
.inBox4 .page .yw-next {
  margin-left: 48px;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  border: dashed 1px #434343;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.inBox4 .page .yw-next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.inBox4 .page .yw-next:hover,
.inBox4 .page .yw-next.on {
  background-color: #ffffff;
}
.inBox4 .ywAlbum {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 246px;
  height: 502px;
  background-color: #ffffff;
  padding: 20px 22px;
}
.inBox4 .ywAlbum .ywAlbumSwiper {
  height: 462px;
}
.inBox4 .ywAlbum ul li {
  width: 202px;
  height: 136px;
  position: relative;
  overflow: hidden;
  margin-bottom: 27px;
}
.inBox4 .ywAlbum ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox4 .ywAlbum ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox4 .ywAlbum ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.inBox5 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/ysbg.jpg) center center no-repeat;
  background-size: cover;
}
.inBox5::after {
  background: url(../images/mousear2.png) 0 center no-repeat;
}
.inBox5 .inBoxFlex {
  height: 100%;
  padding-top: 115px;
}
.inBox5 .ysTit {
  text-align: center;
  line-height: 1;
}
.inBox5 .ysTit span {
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.inBox5 .ysTit i {
  display: inline-block;
  vertical-align: top;
  font-family: Impact;
  font-size: 36px;
  margin-left: 18px;
  color: #2d2f91;
}
.inBox5 .ysBox {
  margin-top: 58px;
  height: 621px;
  position: relative;
}
.inBox5 .ysBox .hd ul li {
  position: absolute;
  padding-left: 102px;
  width: 397px;
  font-size: 18px;
  line-height: 26px;
  height: 101px;
  padding-top: 8px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox5 .ysBox .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 298px;
  height: 42px;
  left: 99px;
  top: 47px;
  background: url(../images/yshdli.png) 0 center no-repeat;
}
.inBox5 .ysBox .hd ul li i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 101px;
  height: 101px;
  background: url(../images/ysicobg.png) 0 center no-repeat;
  padding-left: 4px;
  padding-right: 4px;
}
.inBox5 .ysBox .hd ul li i::before {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
}
.inBox5 .ysBox .hd ul li i.ico1::before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.inBox5 .ysBox .hd ul li i.ico2::before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.inBox5 .ysBox .hd ul li i.ico3::before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.inBox5 .ysBox .hd ul li i.ico4::before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.inBox5 .ysBox .hd ul li i.ico5::before {
  background: url(../images/ysico5.png) center center no-repeat;
}
.inBox5 .ysBox .hd ul li i.ico6::before {
  background: url(../images/ysico6.png) center center no-repeat;
}
.inBox5 .ysBox .hd ul li i.ico7::before {
  background: url(../images/ysico7.png) center center no-repeat;
}
.inBox5 .ysBox .hd ul li i.ico8::before {
  background: url(../images/ysico8.png) center center no-repeat;
}
.inBox5 .ysBox .hd ul li:nth-child(2n) {
  padding-left: 0;
  padding-right: 102px;
  text-align: right;
}
.inBox5 .ysBox .hd ul li:nth-child(2n)::before {
  left: auto;
  right: 99px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.inBox5 .ysBox .hd ul li:nth-child(2n) i {
  left: auto;
  right: 0;
}
.inBox5 .ysBox .hd ul li.li1 {
  left: 87px;
  top: 0;
}
.inBox5 .ysBox .hd ul li.li2 {
  right: 87px;
  top: 0;
}
.inBox5 .ysBox .hd ul li.li3 {
  left: 17px;
  top: 173px;
}
.inBox5 .ysBox .hd ul li.li4 {
  right: 17px;
  top: 173px;
}
.inBox5 .ysBox .hd ul li.li5 {
  left: -4px;
  top: 347px;
}
.inBox5 .ysBox .hd ul li.li5::before {
  left: auto;
  bottom: 51px;
  top: auto;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.inBox5 .ysBox .hd ul li.li6 {
  right: -4px;
  top: 347px;
}
.inBox5 .ysBox .hd ul li.li6::before {
  left: auto;
  bottom: 51px;
  top: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inBox5 .ysBox .hd ul li.li7 {
  left: 76px;
  top: 520px;
}
.inBox5 .ysBox .hd ul li.li7::before {
  left: auto;
  bottom: 51px;
  top: auto;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.inBox5 .ysBox .hd ul li.li8 {
  right: 76px;
  top: 520px;
}
.inBox5 .ysBox .hd ul li.li8::before {
  left: auto;
  bottom: 51px;
  top: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inBox5 .ysBox .hd ul li:hover {
  color: #2d2f91;
}
.inBox5 .ysBox .hd ul li.on i::before,
.inBox5 .ysBox .hd ul li:hover i::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.inBox5 .ysBox .ysPic {
  width: 605px;
  height: 605px;
  box-shadow: 0px 46px 59px 0px rgba(184, 187, 199, 0.46);
  border: solid 1px #ffffff;
  background-color: #e5eaef;
  border-radius: 100%;
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -302px;
  top: 22px;
}
.inBox5 .ysBox .ysPic::before {
  content: "";
  display: block;
  position: absolute;
  left: 66px;
  top: 66px;
  width: 473px;
  height: 473px;
  box-shadow: 0px 46px 59px 0px rgba(184, 187, 199, 0.46);
  border: solid 1px #ffffff;
  border-radius: 100%;
  background-color: #e5eaee;
}
.inBox5 .ysBox .ysPic .ysimg {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inBox5 .ysBox .ysPic .ysimg img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.inBox6 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/ctbg.jpg) center center no-repeat;
  background-size: cover;
}
.inBox6::after {
  background: url(../images/mousear2.png) 0 center no-repeat;
}
.inBox6 .ctList {
  height: 100%;
}
.inBox6 .ctList ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.inBox6 .ctList ul li {
  flex: 1;
  width: 25%;
  border-left: 1px solid rgba(14, 16, 132, 0.07);
  height: 100%;
  overflow: hidden;
  position: relative;
}
.inBox6 .ctList ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.inBox6 .ctList ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0;
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.inBox6 .ctList ul li .pic::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #2d2f91;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox6 .ctList ul li .cont {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  bottom: 50%;
  margin-bottom: -205px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox6 .ctList ul li .cont .bt {
  height: 202px;
  display: block;
  background: url(../images/cticobg.png) center 0 no-repeat;
  padding-top: 15px;
}
.inBox6 .ctList ul li .cont .bt i {
  display: block;
  width: 96px;
  height: 97px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.inBox6 .ctList ul li .cont .bt i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/cticoen.png) center center no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox6 .ctList ul li .cont .bt i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.inBox6 .ctList ul li .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  margin-top: 32px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox6 .ctList ul li .cont .bt em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  height: 20px;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox6 .ctList ul li .cont .tip {
  height: 75px;
  margin-top: 132px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox6 .ctList ul li .cont .tip::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 240px;
  height: 1px;
  background-color: #333333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox6 .ctList ul li .cont .tip span {
  font-size: 16px;
  line-height: 26px;
}
.inBox6 .ctList ul li .cont .tip span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.inBox6 .ctList ul li .cont .tip span::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.inBox6 .ctList ul li:hover .cont .bt i img {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.inBox6 .ctList ul li:hover .cont .bt span {
  color: #2d2f91;
}
.inBox6 .ctList ul li:hover .pic::after,
.inBox6 .ctList ul li.on .pic::after {
  height: 260px;
  opacity: 0.3;
}
.inBox6 .ctList ul li:hover .pic img,
.inBox6 .ctList ul li.on .pic img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.inBox6 .ctList ul li:hover .cont,
.inBox6 .ctList ul li.on .cont {
  bottom: 50px;
  margin-bottom: 0;
  margin-top: 0;
}
.inBox6 .ctList ul li:hover .cont .bt i::before,
.inBox6 .ctList ul li.on .cont .bt i::before {
  -webkit-animation: xz 25s linear infinite;
  animation: xz 25s linear infinite;
}
@keyframes xz {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.inBox6 .ctList ul li:hover .cont .bt em,
.inBox6 .ctList ul li.on .cont .bt em {
  color: #fff;
}
.inBox6 .ctList ul li:hover .cont .tip,
.inBox6 .ctList ul li.on .cont .tip {
  color: #fff;
  margin-top: 30px;
}
.inBox6 .ctList ul li:hover .cont .tip::before,
.inBox6 .ctList ul li.on .cont .tip::before {
  width: 0;
  opacity: 0;
}
.inBox6 .ctList ul li:hover .cont .tip span::before,
.inBox6 .ctList ul li.on .cont .tip span::before,
.inBox6 .ctList ul li:hover .cont .tip span::after,
.inBox6 .ctList ul li.on .cont .tip span::after {
  opacity: 1;
  width: 30px;
}
.inBox7 {
  position: relative;
  width: 100%;
  height: 100%;
  background: #bccde4 url(../images/zzbg.jpg) center 0 no-repeat;
}
.inBox7::after {
  background: url(../images/mousear2.png) 0 center no-repeat;
}
.inBox7 .inBoxFlex {
  height: 100%;
  padding-top: 190px;
}
.inBox7 .zzBox {
  position: relative;
}
.inBox7 .zzBox .title {
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 3;
  background: url(../images/zztit.png) 0 0 no-repeat;
  padding-top: 95px;
}
.inBox7 .zzBox .title i {
  color: #fff;
}
.inBox7 .zzBox .zz-next {
  position: absolute;
  left: 826px;
  top: 470px;
  z-index: 3;
  display: block;
  width: 145px;
  height: 42px;
  background-color: #ffffff;
  padding-left: 29px;
  text-transform: uppercase;
  line-height: 42px;
  letter-spacing: 3px;
  font-family: Arial;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2d2f91, #2d2f91);
  background-image: linear-gradient(to right, #2d2f91, #2d2f91);
  background-size: 0% 100%;
  background-position: left center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox7 .zzBox .zz-next::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background-color: #2d2f91;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox7 .zzBox .zz-next::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox7 .zzBox .zz-next:hover {
  border-color: #2d2f91;
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(45, 47, 145, 0.5);
}
.inBox7 .zzBox .zz-next:hover::before {
  background-color: #fff;
}
.inBox7 .zzBox .zz-next:hover::after {
  animation: zyfd 1.5s linear infinite;
  border-left-color: #2d2f91;
}
.inBox7 .zzSwiper {
  width: 1255px;
  margin-left: 164px;
}
.inBox7 .zzSwiper ul li {
  float: left;
  height: 580px;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox7 .zzSwiper ul li .item {
  position: relative;
  left: 0;
  width: 215px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox7 .zzSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 293px;
  position: relative;
  overflow: hidden;
  padding: 16px 17px 18px;
  background: #fff url(../images/zzli.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox7 .zzSwiper ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #344e6b;
  opacity: 0.3;
}
.inBox7 .zzSwiper ul li .item .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.inBox7 .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;
}
.inBox7 .zzSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 32px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox7 .zzSwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inBox7 .zzSwiper ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.inBox7 .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);
}
.inBox7 .zzSwiper ul li .item:hover .bt {
  color: #2d2f91;
}
.inBox7 .zzSwiper ul li.swiper-slide-prev {
  padding-top: 220px;
}
.inBox7 .zzSwiper ul li.swiper-slide-active {
  padding-top: 220px;
}
.inBox7 .zzSwiper ul li.swiper-slide-next {
  padding-top: 220px;
}
.inBox7 .zzSwiper ul li.swiper-slide-next .item {
  left: -10px;
}
.inBox7 .zzSwiper ul li.swiper-slide-next + li .item {
  left: 20px;
}
.inBox7 .zzSwiper ul li.swiper-slide-next + li + li .item {
  left: 10px;
}
.inBox8 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/newsbg.jpg) center center no-repeat;
  background-size: cover;
}
.inBox8::after {
  background: url(../images/mousear2.png) 0 center no-repeat;
}
.inBox8 .inBoxFlex {
  height: 100%;
  padding-top: 180px;
}
.inBox8 .title {
  background: url(../images/newstit.png) 0 0 no-repeat;
  padding-top: 95px;
}
.inBox8 .newsNav::after,
.inBox8 .newsNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inBox8 .newsNav .title {
  float: left;
}
.inBox8 .newsNav ul {
  float: right;
  margin-top: 72px;
}
.inBox8 .newsNav ul li {
  float: left;
  margin-left: 20px;
}
.inBox8 .newsNav ul li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  width: 182px;
  height: 74px;
  background-color: #ffffff;
  line-height: 74px;
  text-align: center;
}
.inBox8 .newsNav ul li a i {
  display: inline-block;
  vertical-align: top;
  height: 74px;
  width: 23px;
}
.inBox8 .newsNav ul li a i.ico1 {
  background: url(../images/newsico1.png) center center no-repeat;
}
.inBox8 .newsNav ul li a i.ico2 {
  background: url(../images/newsico2.png) center center no-repeat;
}
.inBox8 .newsNav ul li a i.ico3 {
  background: url(../images/newsico3.png) center center no-repeat;
}
.inBox8 .newsNav ul li a span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-left: 18px;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox8 .newsNav ul li a span::before {
  content: "+";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox8 .newsNav ul li a span::after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox8 .newsNav ul li.on a span,
.inBox8 .newsNav ul li:hover a span {
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.inBox8 .newsNav ul li.on a span::before,
.inBox8 .newsNav ul li:hover a span::before {
  opacity: 1;
}
.inBox8 .newsNav ul li.on a span::after,
.inBox8 .newsNav ul li:hover a span::after {
  opacity: 1;
}
.inBox8 .newsTabs {
  margin-top: 35px;
}
.inBox8 .newsTabs .bd {
  height: 440px;
  overflow: hidden;
}
.inBox8 .newsList {
  height: 440px;
}
.inBox8 .newsList ul {
  margin-right: -35px;
}
.inBox8 .newsList ul::after,
.inBox8 .newsList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inBox8 .newsList ul li {
  float: left;
  margin-right: 35px;
  width: 410px;
}
.inBox8 .newsList ul li .pic {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox8 .newsList ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox8 .newsList ul li .cont {
  position: relative;
  padding-left: 93px;
  padding-top: 48px;
  height: 180px;
}
.inBox8 .newsList ul li .cont .date {
  position: absolute;
  left: 0;
  top: 27px;
  width: 68px;
  border-right: 1px solid #555;
  padding-top: 2px;
  height: 153px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox8 .newsList ul li .cont .date span {
  display: block;
  line-height: 10px;
  font-family: Arial;
  font-size: 12px;
}
.inBox8 .newsList ul li .cont .date i {
  display: block;
  font-family: Impact;
  font-size: 48px;
  margin-top: 12px;
  line-height: 40px;
}
.inBox8 .newsList ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBox8 .newsList ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inBox8 .newsList ul li .cont p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #888888;
  margin-top: 8px;
}
.inBox8 .newsList ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.inBox8 .newsList ul li:hover .cont .bt {
  color: #2d2f91;
}
.inBox8 .newsList ul li:hover .cont .date {
  border-color: #2d2f91;
  color: #2d2f91;
}
.inBox9 {
  position: relative;
  width: 100%;
  height: 100%;
  background: #09255b url(../images/footerbg.jpg) center 0 no-repeat;
  background-size: cover;
}
.inBox9::after {
  display: none;
}
.inBox9 .inBoxFlex {
  height: 100%;
  position: relative;
}
.inBox9 .fooBox {
  top: 50%;
  margin-top: -327px;
}
.inBox9 .copyright {
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
}
.lv-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  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;
}
.ani-slide .lv-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.ani-slide .lv-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.ani-slide .fadeInLeft {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ani-slide .fadeInRight {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ani-slide .fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ani-slide .fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
