@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,
.topWow,
.bottomWow {
  -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;
  overflow: hidden;
  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;
  position: relative;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 660px;
  -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-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #284179 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #284179;
  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);
}
.banner .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:hover .banner-prev {
  left: 3%;
}
.banner .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:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  text-align: center;
}
.title span {
  display: block;
  font-weight: bold;
  font-size: 36px;
}
.title span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  margin-right: 22px;
  position: relative;
  top: -2px;
  background: url(../images/titico.png) 0 center no-repeat;
}
.title i {
  display: block;
  margin-top: 15px;
  margin-left: 52px;
  color: #888888;
}
.youshi {
  background-color: #f7f7f7;
  padding: 65px 0;
}
.youshi .ysTabs {
  margin-top: 40px;
  display: table;
}
.youshi .ysTabs .hd {
  display: table-cell;
  width: 470px;
  padding-right: 10px;
}
.youshi .ysTabs .hd ul::after,
.youshi .ysTabs .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysTabs .hd ul li {
  width: 50%;
  padding-right: 10px;
  margin-top: 10px;
  float: left;
}
.youshi .ysTabs .hd ul li:nth-child(1),
.youshi .ysTabs .hd ul li:nth-child(2) {
  margin-top: 0;
}
.youshi .ysTabs .hd ul li .item {
  display: block;
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 32px;
  text-align: center;
}
.youshi .ysTabs .hd ul li .item i {
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.youshi .ysTabs .hd ul li .item i img {
  position: absolute;
  max-width: 60%;
  max-height: 60%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .hd ul li .item span {
  display: block;
  font-size: 20px;
  margin-top: 14px;
  line-height: 30px;
}
.youshi .ysTabs .hd ul li.on .item,
.youshi .ysTabs .hd ul li:hover .item {
  background-color: #284179;
  color: #fff;
}
.youshi .ysTabs .hd ul li.on .item i img,
.youshi .ysTabs .hd ul li:hover .item i img {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .ysTabs .bd {
  flex: 1;
  display: table-cell;
  vertical-align: top;
}
.youshi .ysTabs .bd ul li {
  height: 330px;
  position: relative;
  overflow: hidden;
}
.youshi .ysTabs .bd ul li a {
  display: block;
  height: 330px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.youshi .ysTabs .bd ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .bd ul li a:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysTabs .bd ul li p{
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 10px 20px;
  background-color: rgba(40, 65, 121, 0.8);
  z-index: 3;
  width: 100%;
  line-height: 30px;
}
.product {
  padding: 65px 0;
}
.product .proNav {
  margin-top: 28px;
}
.product .proNav ul {
  text-align: center;
  font-size: 0;
}
.product .proNav ul li {
  display: inline-block;
  vertical-align: top;
  height: 80px;
  width: 230px;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  border-left: none;
  line-height: 78px;
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #284179, #284179);
  background-image: linear-gradient(to right, #284179, #284179);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proNav ul li:first-child a {
  border-left: solid 1px #e5e5e5;
}
.product .proNav ul li.active a,
.product .proNav ul li:hover a {
  background-color: #284179;
  background-size: 100% 100%;
  color: #fff;
  border-color: #284179;
}
.product .proSwiper {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}
.product .proSwiper .swiper-container {
  flex: 1;
  min-width: 0;
}
.product .proList ul {
  margin: -9px -10px;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  padding: 9px 10px;
  width: 50%;
}
.product .proList ul li .item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 358px;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .item .pic::before {
  content: "";
  background: url(../images/proli.png) 0 bottom repeat-x;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.product .proList ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt {
  display: block;
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  z-index: 3;
  padding-left: 36px;
  padding-right: 72px;
  color: #fff;
}
.product .proList ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
}
.product .proList ul li .item .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
  line-height: 20px;
  font-family: Arial;
  font-size: 14px;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt em {
  position: absolute;
  top: 10px;
  right: 26px;
  bottom: 36px;
  width: 36px;
  height: 36px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 33px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt em::before {
  content: ">";
  font-family: simsun;
  display: block;
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.product .proList ul li .item:hover .bt i {
  opacity: 0.4;
}
.product .proList ul li .item:hover .bt em {
  background-color: #fff;
  color: #284179;
}
.product .proList ul li:first-child {
  width: 100%;
}
.product .proimg {
  float: right;
  width: 30.294%;
  height: 735px;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}
.product .proimg img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proimg:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.news {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 65px 0;
}
.news .more {
  font-size: 16px;
  display: block;
  position: absolute;
  line-height: 36px;
  z-index: 3;
  right: 0;
  top: 0;
}
.news .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 7px;
  position: relative;
  top: -2px;
  background: url(../images/morear.png) 0 center no-repeat;
  margin-left: 16px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .more:hover {
  color: #284179;
}
.news .more:hover::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  animation: zyfd 1.5s linear infinite;
}
.news .newsTabs {
  margin-top: 32px;
}
.news .newsList {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.news .newsList .newsImg {
  width: 642px;
  height: 506px;
  position: relative;
  overflow: hidden;
}
.news .newsList .newsImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsImg:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.news .newsList ul {
  flex: 1;
  padding: 12px 40px 0 50px;
  min-width: 0;
  display: table-cell;
  vertical-align: top;
}
.news .newsList ul li .item {
  height: 158px;
  padding-top: 38px;
  border-bottom: 1px solid rgba(40, 65, 121, 0.1);
  position: relative;
}
.news .newsList ul li .item::after {
  content: "";
  position: absolute;
  background: #284179;
  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 ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList ul li .item .date {
  font-family: Arial;
  font-size: 18px;
  line-height: 14px;
  color: #284179;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList ul li .item .bt {
  margin-top: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.44s ease-out;
  transition: all 0.44s ease-out;
  left: 0;
}
.news .newsList ul li .item .bt:hover {
  left: 5px;
}
.news .newsList ul li .item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  margin-top: 2px;
  line-height: 26px;
  height: 26px;
  color: #949494;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item:hover .date {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList ul li .item:hover .bt {
  color: #284179;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList ul li .item:hover p {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList ul li:last-child .item {
  border-bottom: none;
}
.about {
  position: relative;
  overflow: hidden;
  padding: 70px 0 46px;
}
.about .aboutText {
  text-align: center;
}
.about .aboutText .text {
  margin-top: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 30px;
  height: 150px;
  font-size: 16px;
  color: #858585;
}
.about .number {
  margin-top: 48px;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
}
.about .number ul li {
  text-align: center;
  float: left;
}
.about .number ul li.line {
  width: 1px;
  height: 68px;
  background-color: #284179;
  opacity: 0.2;
}
.about .number ul li i {
  font-family: Impact;
  font-size: 48px;
  display: block;
  line-height: 40px;
}
.about .number ul li span {
  display: block;
  font-size: 16px;
  margin-top: 18px;
  line-height: 1;
  color: #9b9b9b;
}
.about .aboutPic {
  margin-top: 42px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  -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);
}
