@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 {
  background-color: #fff;
  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::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 50%;
  background: url(../images/banbar.png) center bottom no-repeat;
  background-size: 100% auto;
  z-index: 2;
  pointer-events: none;
}
.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 2.5s ease-out;
  transition: all 2.5s 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 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 #1e4ebc 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: #1e4ebc;
  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;
  position: relative;
}
.title i {
  display: block;
  font-family: Impact;
  font-size: 42px;
  line-height: 34px;
}
.title span {
  display: block;
  font-size: 33px;
  padding-top: 12px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.title span::before {
  content: "";
  position: absolute;
  left: -43px;
  bottom: 6px;
  width: 25px;
  height: 13px;
  background: url(../images/titico.png) 0 0 no-repeat;
}
.title span::after {
  content: "";
  position: absolute;
  margin-left: -109px;
  background: url(../images/titline.png) right 0 no-repeat;
  width: 122px;
  height: 16px;
  bottom: -4px;
  z-index: -1;
}
.moreLink {
  display: block;
  width: 176px;
  height: 55px;
  background-color: #1e4ebc;
  border-radius: 50px;
  font-size: 16px;
  line-height: 55px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #1e4ebc;
  border-radius: 50px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.moreLink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 18px;
  margin-left: 26px;
  background: url(../images/morear.png) 0 center no-repeat;
  filter: grayscale(100) brightness(5);
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  background: none;
  color: #1e4ebc;
  box-shadow: 0 5px 10px -5px rgba(30, 78, 188, 0.5);
}
.moreLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.moreLink:hover::after {
  filter: grayscale(0) brightness(1);
  animation: zyfd 1.5s linear infinite;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 7px;
}
.titBox .tel {
  float: right;
  position: relative;
  padding-left: 82px;
  margin-top: 22px;
  z-index: 3;
}
.titBox .tel em {
  position: absolute;
  z-index: -1;
  font-family: "Arial Black";
  font-size: 100px;
  line-height: 74px;
  color: #f3f3f3;
  opacity: 0.4;
  display: block;
  top: -22px;
  left: -62px;
}
.titBox .tel span {
  display: block;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
}
.titBox .tel i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 12px;
  line-height: 10px;
  color: #999999;
  text-transform: uppercase;
}
.titBox .tel::before {
  content: "";
  width: 36px;
  height: 38px;
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/casetel.png) center center no-repeat;
}
.titBox .tel::after {
  content: "";
  display: block;
  position: absolute;
  left: 55px;
  top: 8px;
  width: 14px;
  height: 29px;
  background: url(../images/telline.png) center center no-repeat;
}
.product {
  padding: 56px 0 65px;
}
.product .proNav {
  margin-top: 55px;
  position: relative;
}
.product .proNav .proHd {
  margin-left: -30px;
  margin-right: -30px;
}
.product .proNav .proHd ul li {
  float: left;
  width: 14.285%;
}
.product .proNav .proHd ul li a {
  display: block;
  max-width: 160px;
  text-align: center;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .proHd ul li a i {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../images/pronavico.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .proHd ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 8px;
  line-height: 28px;
}
.product .proNav .proHd ul li a::after {
  content: "";
  display: block;
  margin: auto;
  margin-top: 5px;
  height: 46px;
  background: url(../images/pronavline.png) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.18;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.product .proNav .proHd ul li a:hover {
  color: #1e4ebc;
}
.product .proNav .proHd ul li a:hover i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.product .proNav .proHd ul li a:hover::after {
  opacity: 0.3;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.product .proNav .page .prev {
  position: absolute;
  left: -80px;
  top: 34px;
  width: 40px;
  height: 40px;
  background-color: #1e4ebc;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.product .proNav .page .prev::before {
  content: "<";
  font-family: simsun;
}
.product .proNav .page .prev:hover,
.product .proNav .page .prev.on {
  background-color: #eca408;
}
.product .proNav .page .next {
  position: absolute;
  right: -80px;
  top: 34px;
  width: 40px;
  height: 40px;
  background-color: #1e4ebc;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.product .proNav .page .next::before {
  content: ">";
  font-family: simsun;
}
.product .proNav .page .next:hover,
.product .proNav .page .next.on {
  background-color: #eca408;
}
.product .proTabs {
  margin-top: 18px;
}
.product .proList ul {
  margin: 0 -17px;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  width: 25%;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 0 17px;
  float: left;
}
.product .proList ul li .item .pic {
  display: block;
  position: relative;
  width: 100%;
  border: 8px solid #f0f0f0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic i {
  display: block;
  height: 0;
  padding-top: 73.05%;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.product .proList 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;
}
.product .proList ul li .item .cont {
  position: relative;
  padding-right: 65px;
  padding-top: 4px;
  height: 59px;
}
.product .proList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  height: 55px;
  line-height: 54px;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont .bt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #0d182d;
  width: 170px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1e4ebc, #1e4ebc);
  background-image: linear-gradient(to right, #1e4ebc, #1e4ebc);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proList ul li .item .cont .bt:hover {
  letter-spacing: 0.5px;
}
.product .proList ul li .item .cont .more {
  position: absolute;
  right: 15px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
  padding-top: 5px;
  bottom: 0;
}
.product .proList ul li .item .cont .more i {
  font-weight: bold;
}
.product .proList ul li .item .cont .more:hover {
  color: #1e4ebc;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item:hover .pic {
  border-color: #1e4ebc;
}
.product .proList 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);
}
.product .proList ul li .item:hover .cont .bt {
  color: #1e4ebc;
}
.product .proList ul li .item:hover .cont .bt::before {
  background-size: 100% 100%;
}
@media screen and (max-width: 1320px) {
  .product .proNav .proHd {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product .proNav .page .prev {
    left: -48px;
  }
  .product .proNav .page .next {
    right: -48px;
  }
  .product .proList ul {
    margin: 0 -10px;
  }
  .product .proList ul li {
    padding: 0 10px;
  }
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  overflow: hidden;
}
.about .aboutBox {
  height: 730px;
  padding-top: 112px;
}
.about .aboutText {
  color: #fff;
}
.about .aboutText .title span::before {
  background-image: url(../images/titico2.png);
}
.about .aboutText .title span::after {
  background-image: url(../images/titline2.png);
}
.about .aboutText .text {
  margin-top: 118px;
  width: 726px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 36px;
  height: 180px;
  font-size: 16px;
  text-align: justify;
}
.about .aboutText .moreLink {
  margin-top: 65px;
}
.about .aboutText .moreLink:hover {
  color: #fff;
  box-shadow: 0 8px 20px -5px rgba(255, 255, 255, 0.5);
}
.about .aboutText .moreLink:hover::before {
  border-color: #fff;
}
.about .aboutText .moreLink:hover::after {
  filter: grayscale(100) brightness(5);
}
.about .tip {
  position: absolute;
  right: 0;
  top: 75px;
  color: #ffffff;
  text-align: right;
}
.about .tip::before {
  content: "+";
  line-height: 10px;
  font-size: 18px;
  display: block;
}
.about .tip span {
  display: block;
  line-height: 1;
  font-size: 18px;
  text-align: right;
  letter-spacing: 4px;
  margin-right: -4px;
  margin-top: 22px;
  font-family: simsun;
  font-weight: bold;
}
.about .tip i {
  display: block;
  font-family: "Arial Narrow";
  font-size: 12px;
  margin-top: 8px;
  line-height: 18px;
  color: #919eae;
  letter-spacing: 0.6px;
}
.show {
  background-color: #fafafa;
  padding: 80px 0 46px;
  position: relative;
  overflow: hidden;
}
.show .showBox {
  position: relative;
  z-index: 2;
  padding-bottom: 56px;
}
.show .showBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 1431px;
  height: 144px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  background: url(../images/showbg.png) center bottom no-repeat;
}
.show .showNav {
  text-align: center;
}
.show .showNav ul li {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin: 0 40px;
}
.show .showNav ul li a {
  display: block;
  position: relative;
  height: 58px;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showNav ul li a i {
  display: block;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  line-height: 42px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 16px;
  color: #ebebeb;
  font-size: 60px;
  z-index: -1;
}
.show .showNav ul li a span {
  display: block;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
}
.show .showNav ul li a em {
  display: block;
  margin: 10px auto 0;
  width: 36px;
  height: 3px;
  background-color: #5b5b5b;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showNav ul li.on a,
.show .showNav ul li:hover a {
  color: #1e4ebc;
}
.show .showNav ul li.on a em,
.show .showNav ul li:hover a em {
  background-color: #1e4ebc;
}
.show .showTabs {
  margin-top: 40px;
  margin-left: -114px;
  margin-right: -114px;
}
.show .showTabs .bd {
  overflow: hidden;
  height: 294px;
}
.show .showList {
  margin-left: 99px;
  margin-right: 99px;
  position: relative;
}
.show .showList .showBd {
  height: 294px;
}
.show .showList .showBd ul li {
  float: left;
  width: 25%;
}
.show .showList .showBd ul li .item {
  margin: 0 15px;
  height: 294px;
}
.show .showList .showBd ul li .item .pic {
  display: block;
  background-color: #fff;
  border: solid 8px #ffffff;
  position: relative;
  overflow: hidden;
  height: 226px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showList .showBd ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.show .showList .showBd 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;
}
.show .showList .showBd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showList .showBd ul li .item .bt:hover {
  letter-spacing: 0.5px;
}
.show .showList .showBd ul li .item:hover .pic {
  box-shadow: 0 13px 15px rgba(30, 78, 188, 0.1);
}
.show .showList .showBd 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);
}
.show .showList .showBd ul li .item:hover .bt {
  color: #1e4ebc;
}
.show .showList:nth-child(2) .showBd ul li .item .pic img {
  object-fit: contain;
}
.show .page .show-prev {
  position: absolute;
  z-index: 3;
  left: -99px;
  top: 82px;
  width: 64px;
  height: 64px;
  background: url(../images/showl.png) center center no-repeat;
  background-color: #1e4ebc;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .page .show-prev.on,
.show .page .show-prev:hover {
  background-color: #eca408;
}
.show .page .show-next {
  position: absolute;
  z-index: 3;
  right: -99px;
  top: 82px;
  width: 64px;
  height: 64px;
  background: url(../images/showr.png) center center no-repeat;
  background-color: #1e4ebc;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .page .show-next.on,
.show .page .show-next:hover {
  background-color: #eca408;
}
@media screen and (max-width: 1540px) {
  .show .page .show-prev {
    left: -5px;
    width: 50px;
    height: 50px;
  }
  .show .page .show-next {
    right: -5px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1320px) {
  .show .showList {
    margin-left: 104px;
    margin-right: 104px;
  }
  .show .showList .showBd ul li .item {
    margin: 0 10px;
  }
}
.case {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.case .caseSwiper {
  margin-top: 42px;
  height: 475px;
  position: relative;
  overflow: hidden;
}
.case .caseSwiper .swiper-container {
  margin: 0 -35px;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.case .caseSwiper:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #ededed;
  width: 100%;
  left: 0;
  bottom: 66px;
}
.case .caseSwiper ul li {
  float: left;
  width: 33.33%;
  padding: 0 35px;
}
.case .caseSwiper ul li .pic {
  display: block;
  width: 100%;
  border: solid 8px #f6f6f6;
  height: 262px;
  position: relative;
  overflow: hidden;
}
.case .caseSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont {
  height: 213px;
  position: relative;
  text-align: center;
  padding-top: 22px;
}
.case .caseSwiper ul li .cont .bt {
  display: block;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.case .caseSwiper ul li .cont .bt:before {
  content: "【";
  margin-right: 5px;
}
.case .caseSwiper ul li .cont .bt:after {
  content: "】";
  margin-left: 5px;
}
.case .caseSwiper ul li .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  max-width: 86%;
}
.case .caseSwiper ul li .cont .bt:hover {
  letter-spacing: 0.5px;
}
.case .caseSwiper ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  line-height: 24px;
  height: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .num {
  font-family: "Arial Black";
  font-size: 80px;
  line-height: 60px;
  margin-top: 30px;
  color: #f6f6f6;
}
.case .caseSwiper ul li .cont .line {
  height: 7px;
  margin-top: -31px;
  position: relative;
  z-index: 1;
}
.case .caseSwiper ul li .cont .line:before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  width: 0;
  height: 1px;
  background-color: #333333;
  border-radius: 1px;
  top: 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #333333;
  border-radius: 1px;
  top: 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .line i {
  display: block;
  position: relative;
  z-index: 2;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .line i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background-color: #333333;
  border-radius: 100%;
  border: solid 1px #333333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .dot {
  width: 6px;
  margin: auto;
  margin-top: 40px;
  position: relative;
  height: 21px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .dot:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  background-color: #626262;
  border-radius: 100%;
  animation: dot1 2s linear infinite;
}
.case .caseSwiper ul li .cont .dot:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background-color: #dddddd;
  border-radius: 100%;
  animation: dot2 2s linear infinite;
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseSwiper ul li:hover .cont .bt {
  color: #1e4ebc;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.case .caseSwiper ul li:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case .caseSwiper ul li:hover .cont .line:before,
.case .caseSwiper ul li:hover .cont .line:after {
  width: 150px;
}
.case .caseSwiper ul li:hover .cont .line i:before {
  width: 17px;
  height: 17px;
  left: -5px;
  top: -5px;
  background: #1e4ebc;
  border: solid 2px #333333;
}
.case .caseSwiper ul li.swiper-slide-next .cont .bt {
  color: #1e4ebc;
}
.case .caseSwiper ul li.swiper-slide-next .cont .line:before,
.case .caseSwiper ul li.swiper-slide-next .cont .line:after {
  width: 150px;
}
.case .caseSwiper ul li.swiper-slide-next .cont .line i:before {
  width: 17px;
  height: 17px;
  left: -5px;
  top: -5px;
  background: #1e4ebc;
  border: solid 2px #333333;
}
.case .caseSwiper ul li.swiper-slide-next .cont .dot {
  opacity: 1;
}
.case .casePage {
  margin-top: 30px;
  position: relative;
}
.case .casePage .moreLink {
  margin: auto;
  box-shadow: 0px 0px 26px 6px rgba(0, 0, 0, 0.1);
}
.case .casePage .page {
  position: absolute;
  right: 0;
  top: 0;
}
.case .casePage .page .case-prev {
  float: right;
  width: 42px;
  height: 42px;
  background: url(../images/casel.png) center center no-repeat;
  background-color: #eca408;
  border-radius: 5px 0px 0px 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  outline: none;
}
.case .casePage .page .case-prev:hover,
.case .casePage .page .case-prev.on {
  background-color: #eca408;
}
.case .casePage .page .case-next {
  float: right;
  width: 42px;
  height: 42px;
  background: url(../images/caser.png) center center no-repeat;
  background-color: #1e4ebc;
  border-radius: 0px 5px 5px 0px;
  margin-left: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  outline: none;
}
.case .casePage .page .case-next:hover,
.case .casePage .page .case-next.on {
  background-color: #eca408;
}
@media screen and (max-width: 1320px) {
  .case .caseSwiper .swiper-container {
    margin: 0 -15px;
  }
  .case .caseSwiper ul li {
    padding: 0 15px;
  }
}
.news {
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
  background-color: #fafafa;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab .title a {
  color: #fff;
}
.news .newsTab .title span::before {
  background-image: url(../images/titico2.png);
}
.news .newsTab .title span::after {
  background-image: url(../images/titline2.png);
}
.news .newsTab ul {
  float: right;
  margin-top: 24px;
  margin-right: -18px;
  margin-bottom: -10px;
}
.news .newsTab ul li {
  margin-left: 48px;
  float: left;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  font-size: 18px;
  height: 44px;
  border-radius: 30px;
  line-height: 44px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1e4ebc, #1e4ebc);
  background-image: linear-gradient(to right, #1e4ebc, #1e4ebc);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding: 0 18px;
  color: #ffffff;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 44px;
  margin: auto;
  overflow: hidden;
  margin-right: 13px;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li.on a,
.news .newsTab ul li:hover a {
  background-size: 100% 100%;
}
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:after,
.news .newsTab ul li:hover a i:after {
  top: -100%;
}
.news .newsTabs {
  position: relative;
  margin-top: 42px;
}
.news .newsTabs .bd {
  height: 600px;
}
.news .newsList {
  width: 100%;
  height: 600px;
}
.news .newsList .list1::after,
.news .newsList .list1:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 .one {
  float: left;
  width: 548px;
  height: 430px;
  background-color: #ffffff;
  border: solid 1px #f3f3f3;
  padding: 20px 18px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .pic {
  display: block;
  width: 100%;
  height: 292px;
  position: relative;
  overflow: hidden;
  border: solid 1px #f4f4f4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .cont {
  padding-top: 22px;
}
.news .newsList .list1 .one .cont .tt {
  height: 38px;
  line-height: 38px;
  position: relative;
  padding-right: 70px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list1 .one .cont .tt .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
}
.news .newsList .list1 .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .cont .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 10px;
  height: 10px;
  border: solid 2px #aaaaaa;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .cont .bt:hover {
  letter-spacing: 0.5px;
}
.news .newsList .list1 .one .cont p {
  margin-left: 20px;
  margin-top: 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  line-height: 24px;
  height: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one:hover {
  border-color: #1e4ebc;
}
.news .newsList .list1 .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list1 .one:hover .cont .tt {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList .list1 .one:hover .cont .bt {
  color: #1e4ebc;
}
.news .newsList .list1 .one:hover .cont .bt::before {
  border-color: #1e4ebc;
}
.news .newsList .list1 .one:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list1 ul {
  float: right;
  margin-right: -36px;
}
.news .newsList .list1 ul li {
  float: left;
  margin-right: 36px;
  width: 340px;
  height: 430px;
  background-color: #ffffff;
  border: solid 1px #f3f3f3;
  padding: 20px 20px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .cont {
  height: 195px;
  padding-top: 22px;
}
.news .newsList .list1 ul li .cont .date {
  font-family: Arial;
  font-size: 16px;
  color: #999999;
  line-height: 12px;
}
.news .newsList .list1 ul li .cont .date i {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  font-weight: bold;
  font-size: 32px;
  line-height: 24px;
  color: #333333;
}
.news .newsList .list1 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 26px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list1 ul li .cont .bt:hover {
  letter-spacing: 0.5px;
}
.news .newsList .list1 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  color: #888888;
  font-size: 15px;
  margin-top: 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .pic {
  display: block;
  height: 194px;
  border: solid 1px #f4f4f4;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 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;
}
.news .newsList .list1 ul li:hover {
  border-color: #1e4ebc;
}
.news .newsList .list1 ul li: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:hover .cont .date i {
  color: #1e4ebc;
}
.news .newsList .list1 ul li:hover .cont .bt {
  color: #1e4ebc;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList .list1 ul li:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list2 {
  margin-top: 50px;
  border: solid 1px #f3f3f3;
  background-color: #fff;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  width: 33.33%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 35px;
  position: relative;
}
.news .newsList .list2 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  width: 1px;
  height: 74px;
  background-color: #eaeaea;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news .newsList .list2 ul li .item {
  height: 118px;
  padding-top: 26px;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  position: relative;
  padding-right: 36px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list2 ul li .item .bt::before {
  content: "- ";
}
.news .newsList .list2 ul li .item .bt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../images/newsadd.png) center center no-repeat;
  background-color: #dadada;
  text-align: center;
  border-radius: 100%;
  line-height: 25px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .bt:hover {
  letter-spacing: 0.5px;
}
.news .newsList .list2 ul li .item .date {
  color: #999999;
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #1e4ebc;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList .list2 ul li .item:hover .bt::after {
  background-color: #1e4ebc;
}
.news .newsList .list2 ul li .item:hover .date {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 .one {
    width: 508px;
  }
  .news .newsList .list1 ul {
    margin-right: -26px;
  }
  .news .newsList .list1 ul li {
    margin-right: 26px;
    width: 310px;
  }
}
