@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  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;
  min-height: 650px;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .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 #013281 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: #013281;
  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);
}
@keyframes line {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  48% {
    transform: scaleX(0);
    transform-origin: right;
  }
  52% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.title {
  line-height: 1;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  font-size: 42px;
  height: 42px;
  font-weight: bold;
}
.title span img {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  margin-top: 13px;
  font-family: Arial;
  font-size: 18px;
  line-height: 13px;
  text-transform: uppercase;
}
.title i::before {
  content: "";
  width: 226px;
  height: 1px;
  background-color: #dddddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 56px;
}
.title i::after {
  content: "";
  width: 226px;
  height: 1px;
  background-color: #dddddd;
  display: inline-block;
  vertical-align: middle;
  margin-left: 56px;
}
.moreLink {
  display: block;
  position: relative;
  z-index: 2;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -6px;
  z-index: -1;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #0070c0;
  opacity: 0.43;
}
.moreLink em {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  margin-left: 22px;
}
.moreLink em::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 1px;
  background-color: #000000;
  opacity: 0.61;
}
.moreLink em::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 24px;
  background: url(../images/morear.png) 0 center no-repeat;
  margin-left: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  color: #013281;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.moreLink:hover em::after {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .search {
  float: right;
  position: relative;
  width: 500px;
  height: 65px;
  background-color: #ffffff;
  box-shadow: -10px 5px 35px 0px rgba(23, 61, 88, 0.06);
  border-radius: 40px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-right: 66px;
  overflow: hidden;
  margin-top: 2px;
}
.titBox .search .searchInp {
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: none;
  background: none;
  padding-left: 45px;
  padding-right: 20px;
  font-family: Arial;
  font-size: 16px;
}
.titBox .search .searchInp::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.titBox .search .searchInp::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.titBox .search .searchInp:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.titBox .search .searchInp:focus::-webkit-input-placeholder,
.titBox .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .searchInp:focus::-moz-placeholder,
.titBox .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .searchInp:focus:-ms-input-placeholder,
.titBox .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .submitBtn {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #013281 url(../images/searchico.png) center center no-repeat;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .moreLink {
  float: right;
  margin-top: 32px;
}
.product {
  position: relative;
  overflow: hidden;
  border: 20px solid #fff;
  border-bottom: none;
}
@media screen and (max-width: 1320px) {
  .product {
    border-width: 16px;
  }
}
.product .proNav ul {
  margin: 0 -10px;
}
.product .proNav ul::after,
.product .proNav ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1320px) {
  .product .proNav ul {
    margin: 0 -8px;
  }
}
.product .proNav ul li {
  float: left;
  width: 50%;
  padding: 16px 10px 0;
}
.product .proNav ul li:nth-child(1),.product .proNav ul li:nth-child(2) {
  padding-top: 0;
}
.product .proNav ul li .item {
  height: 420px;
  background: url(../images/proli2.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 116px 0 0 92px;
  margin-right: -300px;
}
.product .proNav ul li .item .cont {
  width: 385px;
}
.product .proNav ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  font-size: 28px;
  height: 48px;
  line-height: 48px;
  position: relative;
  z-index: 2;
  left: 0;
}
.product .proNav ul li .item .cont .bt:hover {
  left: 5px;
}
.product .proNav ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-size: 16px;
  margin-top: 14px;
  color: #666666;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li .item .cont .more {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-top: 34px;
  line-height: 38px;
  padding: 0;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #013281, #013281);
  background-image: linear-gradient(to right, #013281, #013281);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proNav ul li .item .cont .more:hover {
  padding: 0 20px;
  background-size: 100% 100%;
  color: #fff;
}
.product .proNav ul li .item .pic {
  position: absolute;
  width: 422px;
  height: 310px;
  right: 56px;
  top: 56px;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li .item .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li .item:hover .pic {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.product .proNav ul li .item:hover .cont .bt {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #013281;
}
.product .proNav ul li .item:hover .cont p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.product .proNav ul li:first-child .item {
  margin-left: -300px;
  height: 856px;
  margin-right: 0;
  padding-left: 300px;
  background-image: url(../images/proli1.jpg);
}
.product .proNav ul li:first-child .item .pic {
  position: relative;
  width: 510px;
  height: 380px;
  margin-top: 34px;
  margin-left: -56px;
  top: 0;
}
@media screen and (max-width: 1460px) {
  .product .proNav ul li .item {
    margin-right: -70px;
    padding: 56px 0 0 52px;
  }
  .product .proNav ul li .item .pic {
    width: 360px;
    height: 290px;
    right: 36px;
    top: 116px;
  }
  .product .proNav ul li:first-child .item {
    margin-left: -70px;
    margin-right: 0;
    padding-left: 70px;
    padding-top: 116px;
  }
  .product .proNav ul li:first-child .item .pic {
    margin-top: 54px;
    margin-left: 0;
    top: 0;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 1320px) {
  .product .proNav ul li {
    padding: 8px 8px;
  }
  .product .proNav ul li .item {
    margin-right: -70px;
    padding: 46px 0 0 52px;
    height: 360px;
  }
  .product .proNav ul li .item .pic {
    width: 320px;
    height: 240px;
    right: 36px;
    top: 116px;
  }
  .product .proNav ul li:first-child .item {
    height: 736px;
    margin-left: -70px;
    margin-right: 0;
    padding-left: 70px;
    padding-top: 46px;
  }
  .product .proNav ul li:first-child .item .pic {
    margin-top: 34px;
    margin-left: 0;
    top: 0;
    right: 0;
    left: 0;
  }
}
.about {
  position: relative;
  overflow: hidden;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutBox {
  height: 880px;
  padding-top: 85px;
}
.about .title {
  color: #fff;
}
.about .title span::before {
  content: "";
  width: 226px;
  height: 1px;
  background-color: #dddddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 66px;
}
.about .title span::after {
  content: "";
  width: 226px;
  height: 1px;
  background-color: #dddddd;
  display: inline-block;
  vertical-align: middle;
  margin-left: 66px;
}
.about .tit {
  margin-top: 60px;
  text-align: center;
}
.about .tit a {
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
  color: #fff;
  height: 60px;
  background-color: #013281;
  font-size: 24px;
  padding: 0 20px;
}
.about .text {
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 42px;
  height: 126px;
  font-size: 16px;
  color: #c7c9d3;
  text-align: center;
}
.about .number {
  margin-top: 120px;
  position: relative;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
}
.about .number ul li {
  width: 435px;
}
.about .number ul li h4 {
  color: #fff;
}
.about .number ul li h4 i {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Bebas", Impact;
  font-size: 170px;
  line-height: 160px;
}
.about .number ul li h4 em {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
}
.about .number ul li p {
  margin-top: 24px;
  line-height: 32px;
  color: #c7c9d3;
}
.about .number ul li:nth-child(2n) {
  text-align: right;
}
.about .aboutPic {
  position: absolute;
  left: 0;
  top: 0;
  width: 656px;
  height: 434px;
  overflow: hidden;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .videoBtn {
  border-radius: 50%;
  position: absolute;
  top: -12px;
  z-index: 3;
  left: 50%;
  width: 240px;
  height: 240px;
  margin-left: -120px;
  overflow: hidden;
  background-color: #000000;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.05), 0 0 0 40px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .videoBtn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.65;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .videoBtn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/videobtnico.png) center center no-repeat;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
.about .videoBtn:hover {
  animation: bowen 1.2s linear infinite;
}
@keyframes bowen {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}
.about .videoBtn:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 1320px) {
  .about .aboutText {
    padding-right: 450px;
  }
  .about .aboutText .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 36px;
    height: 144px;
    margin-top: 20px;
  }
  .about .aboutText .aLink {
    margin-left: -80px;
    margin-top: 36px;
  }
}
.video-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.video-popup .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1e1e1e;
  opacity: 0.7;
}
.video-popup .video-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.video-popup .video-close:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -o-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.video-popup .video-close:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.video-popup .videoSize {
  position: relative;
  width: 60%;
  padding-top: 35%;
  height: 0;
}
@media (max-width: 767px) {
  .video-popup .videoSize {
    width: 90%;
    padding-top: 60%;
  }
}
.video-popup .videoSize .videoBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-popup .videoSize .videoBox img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video-popup .videoSize .videoBox iframe {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
}
.video-popup .videoSize .videoBox video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.video-popup.show-intro-vieo {
  visibility: inherit;
  opacity: 1;
}
.app {
  /* margin: 20px 0; */
  position: relative;
  background: url(../images/appbg.jpg) center center no-repeat;
  object-fit: cover;
  height: 948px;
}
.app * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.app .appTit {
  position: absolute;
  width: 33.333%;
  height: 316px;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  padding-top: 72px;
  background-color: rgba(1, 50, 129, 0.85);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.app .appTit h3 {
  line-height: 1;
}
.app .appTit h3 i {
  display: block;
  line-height: 54px;
  font-family: Arial;
  font-size: 72px;
  font-weight: bold;
  color: #f6f6f6;
  opacity: 0.2;
}
.app .appTit h3 span {
  display: block;
  font-size: 42px;
  margin-top: -42px;
}
.app .appTit h3 em {
  display: block;
  margin: auto;
  width: 64px;
  height: 4px;
  background-image: linear-gradient(90deg, #ffffff 0%, #3577e1 100%);
  margin-top: 28px;
}
.app .appTit p {
  margin: 26px 54px 0;
  font-size: 15px;
  color: #ddedf9;
  line-height: 30px;
}
@media screen and (max-width: 1660px) {
  .app .appTit {
    padding-top: 62px;
  }
  .app .appTit h3 i {
    font-size: 56px;
  }
  .app .appTit p {
    margin: 26px 34px 0;
  }
}
@media screen and (max-width: 1320px) {
  .app .appTit {
    padding-top: 52px;
  }
  .app .appTit h3 i {
    font-size: 50px;
  }
  .app .appTit p {
    margin: 26px 34px 0;
  }
}
.app .appList ul::after,
.app .appList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.app .appList ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 316px;
  width: 33.333%;
  float: left;
  position: relative;
  overflow: hidden;
}
.app .appList ul li:nth-child(5) {
  margin-left: 33.333%;
}
.app .appList ul li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  background-color: #000000;
  overflow: hidden;
}
.app .appList ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.app .appList ul li .bt {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 98px;
  text-align: center;
  z-index: 3;
  color: #ffffff;
}
.app .appList ul li .bt i {
  display: block;
  font-family: Arial;
  font-weight: bold;
  font-size: 86px;
  font-style: italic;
  color: transparent;
  opacity: 0.5;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  line-height: 64px;
}
.app .appList ul li .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 22px;
  margin-top: 8px;
  height: 42px;
  line-height: 42px;
}
.app .appList ul li .bt em {
  display: block;
  width: 49px;
  height: 2px;
  background-image: linear-gradient(90deg, #ffffff 0%, #3577e1 100%);
  margin: 5px auto 0;
}
.app .appList ul li.on .pic,
.app .appList ul li:hover .pic {
  opacity: 1;
}
.app .appList ul li.on .pic img,
.app .appList ul li:hover .pic img {
  opacity: 0.5;
}
.youshi {
  position: relative;
  overflow: hidden;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 98px;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .title {
  text-align: center;
  color: #fff;
}
.youshi .ysList {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 114px;
}
@media screen and (max-width: 1760px) {
  .youshi .ysList {
    margin-top: 84px;
  }
}
.youshi .ysList ul {
  display: flex;
  justify-content: space-between;
}
.youshi .ysList ul li {
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.youshi .ysList ul li .item {
  padding: 82px 12.55% 0;
  height: 640px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item .num {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  opacity: 0.6;
  font-weight: bold;
  text-align: left;
  font-size: 60px;
  margin-left: 18px;
  line-height: 45px;
}
.youshi .ysList ul li .item .cont {
  margin-top: 110px;
  height: 208px;
  overflow: hidden;
}
.youshi .ysList ul li .item .cont i {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  background: center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item .cont i.ico1 {
  background-image: url(../images/ysico1.png);
}
.youshi .ysList ul li .item .cont i.ico2 {
  background-image: url(../images/ysico2.png);
}
.youshi .ysList ul li .item .cont i.ico3 {
  background-image: url(../images/ysico3.png);
}
.youshi .ysList ul li .item .cont i.ico4 {
  background-image: url(../images/ysico4.png);
}
.youshi .ysList ul li .item .cont h4 {
  margin-top: 30px;
  font-size: 26px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item .cont p {
  font-size: 15px;
  line-height: 38px;
  color: #a9bbda;
  margin-top: 14px;
  opacity: 0;
}
.youshi .ysList ul li .item .more {
  display: block;
  margin: auto;
  width: 160px;
  height: 52px;
  background-color: #7b9bce;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.youshi .ysList ul li .item .more:hover {
  background-size: 100% 100%;
  color: #013281;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysList ul li.on .item,
.youshi .ysList ul li:hover .item {
  background-color: rgba(1, 50, 129, 0.5);
}
.youshi .ysList ul li.on .item .cont i,
.youshi .ysList ul li:hover .item .cont i {
  opacity: 0;
}
.youshi .ysList ul li.on .item .cont h4,
.youshi .ysList ul li:hover .item .cont h4 {
  margin-top: -35px;
  font-weight: bold;
}
.youshi .ysList ul li.on .item .cont p,
.youshi .ysList ul li:hover .item .cont p {
  opacity: 1;
  margin-top: 44px;
}
.youshi .ysList ul li.on .item .more,
.youshi .ysList ul li:hover .item .more {
  background-size: 100% 100%;
  color: #013281;
}
@media screen and (max-width: 1760px) {
  .youshi .ysList ul li .item .cont p {
    line-height: 32px;
  }
  .youshi .ysList ul li.on .item .cont p,
  .youshi .ysList ul li:hover .item .cont p {
    margin-top: 44px;
  }
}
@media screen and (max-width: 1500px) {
  .youshi .ysList ul li .item .cont p {
    line-height: 30px;
  }
  .youshi .ysList ul li.on .item .cont p,
  .youshi .ysList ul li:hover .item .cont p {
    margin-top: 24px;
  }
}
.news {
  overflow: hidden;
  padding: 70px 0;
}
.news .newsList {
  margin-top: 60px;
}
.news .newsList::after,
.news .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 {
  float: left;
  width: 55.625%;
}
.news .newsList .list1 ul {
  margin: 0 -16px;
}
.news .newsList .list1 ul li {
  width: 50%;
  float: left;
  padding: 0 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item {
  position: relative;
  height: 500px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  overflow: hidden;
  padding: 30px 20px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont {
  padding-top: 40px;
}
.news .newsList .list1 ul li .item .cont .date {
  font-family: Arial;
  font-size: 24px;
  line-height: 18px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list1 ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 28px;
  font-size: 18px;
  line-height: 38px;
  height: 38px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list1 ul li .item .cont .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  font-size: 15px;
  color: #999999;
  margin-top: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item:hover {
  border-color: #013281;
}
.news .newsList .list1 ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list1 ul li .item:hover .cont .date {
  color: #013281;
}
.news .newsList .list1 ul li .item:hover .cont .bt {
  color: #013281;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .list1 ul li .item:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list2 {
  float: right;
  width: 40%;
  margin-top: -34px;
}
.news .newsList .list2 ul li {
  border-bottom: 1px solid #e0e0e0;
  padding-left: 88px;
  height: 178px;
  padding-top: 24px;
  position: relative;
}
.news .newsList .list2 ul li::after {
  content: "";
  position: absolute;
  background: #013281;
  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 .list2 ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li .date {
  position: absolute;
  left: 0;
  top: 34px;
  text-align: center;
  font-family: "Arial";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .date i {
  display: block;
  font-size: 42px;
  line-height: 30px;
  font-weight: bold;
}
.news .newsList .list2 ul li .date span {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
  line-height: 10px;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list2 ul li .bt:hover {
  color: #013281;
  left: 6px;
}
.news .newsList .list2 ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  margin-top: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li:hover .date {
  color: #013281;
}
.news .newsList .list2 ul li:hover .bt {
  color: #013281;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .newsList .list2 ul li:hover p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
