
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
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 {
  -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;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 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 #011b7c 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: #011b7c;
  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(../image/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(../image/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;
  z-index: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  text-transform: uppercase;
}
.title i img {
  display: inline-block;
  vertical-align: top;
}
.title b {
  font-size: 30px;
  display: block;
  margin-top: 16px;
}
.about {
  background: url(../image/aboutbg.jpg) center bottom no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox {
  height: 800px;
  padding-top: 80px;
}
.about .aboutText {
  width: 630px;
  position: relative;
  z-index: 3;
}
.about .aboutText .title b {
  margin-top: 24px;
}
.about .aboutText .text {
  margin-top: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 42px;
  height: 210px;
  font-size: 16px;
  color: #666666;
}
.about .aboutText .more {
  display: block;
  margin-top: 43px;
  width: 120px;
  height: 40px;
  border: solid 1px #333333;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #011b7c, #011b7c);
  background-image: linear-gradient(to right, #011b7c, #011b7c);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
  top: 0;
}
.about .aboutText .more:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #011b7c;
  box-shadow: 0 10px 10px -5px rgba(1, 27, 124, 0.5);
}
.about .number {
  position: absolute;
  right: -8px;
  top: 120px;
  width: 520px;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
}
.about .number ul li {
  float: left;
  line-height: 1;
}
.about .number ul li h4 {
  font-size: 16px;
}
.about .number ul li p {
  margin-top: 30px;
}
.about .number ul li p i {
  font-family: "BebasNeue", Arial;
  font-size: 52px;
  line-height: 42px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  letter-spacing: -1px;
  color: #011b7c;
}
.about .number ul li p em {
  display: block;
  font-size: 16px;
  margin-top: 17px;
}
.about .aboutPic {
  position: absolute;
  width: 635px;
  height: 520px;
  right: -113px;
  bottom: 0;
}
.about .aboutPic img {
  display: block;
  width: 635px;
  height: 520px;
}
.about .aboutBar {
  position: absolute;
  z-index: 2;
  left: -320px;
  width: 1078px;
  height: 195px;
  bottom: 0;
  background: url(../image/aboutbar.jpg) 0 bottom no-repeat;
  padding-top: 48px;
  padding-left: 320px;
}
.about .aboutBar .zxLink {
  display: block;
}
.about .aboutBar .zxLink i {
  width: 105px;
  height: 105px;
  border-radius: 100%;
  font-size: 19px;
  font-weight: bold;
  padding-top: 32px;
  color: #fefefe;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBar .zxLink i::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 132px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 132px;
  background: url(../image/zxicobg.png) 0 center no-repeat;
}
.about .aboutBar .zxLink span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  margin-left: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBar .zxLink:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aboutBar .zxLink:hover span {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutBar .honor {
  display: block;
  width: 259px;
  height: 195px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px;
  background: #fff;
  z-index: 2;
  display: none;
}
.about .aboutBar .honor::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: url(../image/honorbg.png) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.about .aboutBar .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.core {
  padding: 70px 0;
}
.core .title {
  text-align: center;
}
.core .hxList ul {
  margin-right: -40px;
}
.core .hxList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.core .hxList ul li {
  float: left;
  margin-top: 50px;
  margin-right: 40px;
  overflow: hidden;
  position: relative;
  width: 400px;
  height: 540px;
  background-color: #000000;
  border-radius: 20px;
}
.core .hxList ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.core .hxList 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;
}
.core .hxList ul li .bt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 20px;
  z-index: 2;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.core .hxList ul li .bt span {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}
.core .hxList ul li .bt i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4px;
}
.core .hxList ul li .cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin: 0 20px;
  z-index: 2;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.core .hxList ul li .cont .tt {
  color: #fff;
  display: block;
  height: 120px;
}
.core .hxList ul li .cont .tt span {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}
.core .hxList ul li .cont .tt i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 14px;
}
.core .hxList ul li .cont .more {
  display: block;
  width: 135px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  margin: auto;
  font-size: 15px;
  color: #011b7c;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.core .hxList ul li .cont .more::after {
  content: ">>";
}
.core .hxList ul li .cont .more:hover {
  background-color: #011b7c;
  color: #fff;
}
.core .hxList ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.core .hxList ul li:hover .bt {
  bottom: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.core .hxList ul li:hover .cont {
  top: 225px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.core .hxList ul li.on .bt {
  bottom: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.core .hxList ul li.on .cont {
  top: 225px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.qualification {
  padding: 10px 0 70px;
  background: url(../image/zzbg.jpg) center bottom no-repeat;
}
.qualification .zzTabs {
  margin-top: 50px;
}
.qualification .zzTabs .bd {
  overflow: hidden;
  height: 283px;
}
.qualification .zzTabs .bd ul {
  margin-right: -32px;
}
.qualification .zzTabs .bd ul li {
  width: 294px;
  margin-right: 32px;
  float: left;
  height: 283px;
}
.qualification .zzTabs .bd ul li .pic {
  display: block;
  width: 100%;
  height: 223px;
  position: relative;
  overflow: hidden;
  padding: 17px 16px;
  background: url(../image/zzli.png) center center no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .zzTabs .bd ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.qualification .zzTabs .bd 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;
}
.qualification .zzTabs .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .zzTabs .bd ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.qualification .zzTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.qualification .zzTabs .bd ul li:hover .bt {
  color: #011b7c;
}
.qualification .zzTabs .page {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2;
  font-size: 0;
}
.qualification .zzTabs .page::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 83px;
  height: 1px;
  background-color: #dddddd;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.qualification .zzTabs .page .prev {
  display: inline-block;
  vertical-align: top;
  background: url(../image/arl.png) center center no-repeat;
  width: 60px;
  height: 60px;
  background-color: #040404;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.qualification .zzTabs .page .prev:hover,
.qualification .zzTabs .page .prev.on {
  background-color: #011b7c;
}
.qualification .zzTabs .page .next {
  margin-left: 146px;
  display: inline-block;
  vertical-align: top;
  background: url(../image/arr.png) center center no-repeat;
  width: 60px;
  height: 60px;
  background-color: #040404;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.qualification .zzTabs .page .next:hover,
.qualification .zzTabs .page .next.on {
  background-color: #011b7c;
}
.video {
  background-color: #f6f6f6;
  margin-top: 60px;
}
.video .title {
  position: absolute;
  text-align: right;
  right: 0;
  top: 94px;
  z-index: 2;
}
.video .title b {
  padding-right: 30px;
}
.video .videoTabs {
  position: relative;
}
.video .videoTabs .bd {
  overflow: hidden;
  margin-left: 0;
  height: 580px;
}
.video .videoTabs ul li {
  height: 760px;
}
.video .videoTabs ul li .pic {
  float: left;
  width: 880px;
  height: 580px;
}
.video .videoTabs ul li .pic img {
  display: block;
  width: 880px !important;
  height: 580px !important;
  object-fit: cover;
}
.video .videoTabs ul li .pic iframe {
  width: 1200px !important;
  height: 760px !important;
}
.video .videoTabs ul li .cont {
  float: right;
  width: 360px;
  padding-top: 236px;
  text-align: right;
}
.video .videoTabs ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 44px;
  font-size: 24px;
  line-height: 44px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video .videoTabs ul li .cont .bt:hover {
  color: #011b7c;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.video .videoTabs ul li .cont .line {
  text-align: right;
  margin-top: 40px;
}
.video .videoTabs ul li .cont .line::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 3px;
  height: 42px;
  background-color: #011b7c;
}
.video .videoTabs ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 42px;
  height: 84px;
  color: #666666;
  font-size: 16px;
  margin-top: 16px;
}
.video .next {
  position: absolute;
  right: 0;
  bottom: 90px;
  width: 180px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  background-color: #011b7c;
  font-family: Arial;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video .next::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 62px;
  width: 24px;
  margin-left: 13px;
  background: url(../image/nextr.png) center center no-repeat;
}
.video .next:hover {
  box-shadow: 0 10px 10px -5px rgba(1, 27, 124, 0.5);
}
.video .next:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.customers {
  padding: 80px 0 64px;
}
.customers .hzSwiper {
  margin-top: 60px;
}
.customers .hzSwiper .swiper-container {
  height: 260px;
  /* margin: 0 -25px; */
}
.customers .hzSwiper .swiper-container .swiper-wrapper{
  flex-wrap: wrap;
  width: auto;
}
.customers .hzSwiper ul{
  margin-right: -80px;
}
.customers .hzSwiper ul li {
  float: left;
  width: 260px;
  height: 100px;
  margin-right: 80px;
  margin-bottom: 30px;
}
.customers .hzSwiper ul li .item {
  position: relative;
  overflow: hidden;
  width: 260px;
  margin: auto;
}
.customers .hzSwiper ul li .item .pic {
  display: block;
  width: 260px;
  height: 100px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  position: relative;
  overflow: hidden;
  padding: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customers .hzSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.customers .hzSwiper ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customers .hzSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  background-color: rgba(1, 27, 124, 0.7);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
}
.customers .hzSwiper ul li .item:hover .pic {
  border-color: #011b7c;
}
.customers .hzSwiper 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);
}
.customers .page {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2;
  font-size: 0;
  display: none;
}
.customers .page::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 83px;
  height: 1px;
  background-color: #dddddd;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.customers .page .kh-prev {
  display: inline-block;
  vertical-align: top;
  background: url(../image/arl.png) center center no-repeat;
  width: 60px;
  height: 60px;
  background-color: #040404;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  outline: none;
}
.customers .page .kh-prev:hover,
.customers .page .kh-prev.on {
  background-color: #011b7c;
}
.customers .page .kh-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.2;
}
.customers .page .kh-next {
  margin-left: 146px;
  display: inline-block;
  vertical-align: top;
  background: url(../image/arr.png) center center no-repeat;
  width: 60px;
  height: 60px;
  background-color: #040404;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  outline: none;
}
.customers .page .kh-next:hover,
.customers .page .kh-next.on {
  background-color: #011b7c;
}
.customers .page .kh-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.2;
}
