@charset "utf-8";
/* CSS Document */
/*首页banner*/
.slide-main {
  height: 80vh;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}
.slide-bg-hide {
  height: calc(80vh - 64px);
  width: 100%;
}
.prev,
.next {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 222;
  top: 50%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  _border: 1px solid none;
}
.prev {
  left: 70px;
}
.next {
  right: 70px;
}
@media (min-width: 1180px) and (max-width: 1440px) {
  .prev {
    left: 5px;
  }
}
@media (min-width: 1180px) and (max-width: 1440px) {
  .next {
    right: 5px;
  }
}
@media (min-width: 180px) and (max-width: 1179px) {
  .prev {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media (min-width: 180px) and (max-width: 1179px) {
  .next {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
}
.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.banner-itxx {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 124;
  bottom: 48px;
  left: 0;
  text-align: center;
}
.banner-itxx a {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  margin-right: 11px;
  background: #fff;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  overflow: hidden;
}
.banner-itxx a.cur {
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slide-box,
.slide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.slide-box {
  position: relative;
}
.slide {
  display: none;
  height: 100%;
  position: relative;
  position: absolute;
  z-index: 8;
  min-width: 1200px;
}
#bgstylea {
  background: #415383;
}
#bgstyleb {
  background: #2f44c3;
}
#ky-banner1 {
  background: #0c122a url("../images/banner/banner.jpg") top center no-repeat;
}
.banner11-txt {
  font-size: 16px;
  padding-left: 34px;
  color: #4ec4ff;
  padding-top: 20px;
}
.banner5-txt {
  font-size: 24px;
  padding-left: 34px;
  color: #fff;
  padding-top: 20px;
}
.obj-e {
  width: 1200px;
  height: 100%;
  z-index: 12;
  margin-left: auto;
  margin-right: auto;
}
.slideBox .bd img {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 358px;
  display: block;
}
/*活动推广*/
.fontweight100 {
  font-weight: 100;
}
.hotbox {
  background: #f2f2f2;
  margin-top: 498px;
  width: 100%;
  min-width: 1200px;
}
.hotbanner {
  background: #4251b6;
  width: 100%;
  min-width: 1200px;
}
.hotbanner ul {
  height: 156px;
}
.hotbanner ul li {
  float: left;
  padding-left: 20px;
  border-right: 1px solid #4972af;
  width: 23%;
  overflow: hidden;
  height: 125px;
  display: block;
  margin-top: 24px;
}
.hot-icon1 {
  background: url("../images/banner/hot-icon1.png") no-repeat;
  width: 170px;
  height: 95px;
  margin-left: 80px;
  position: absolute;
  margin-top: -14px;
  transition: all 0.2s linear;
}
.hot-icon2 {
  background: url("../images/banner/hot-icon2.png") no-repeat;
  width: 204px;
  height: 89px;
  margin-left: 50px;
  position: absolute;
  margin-top: -8px;
  transition: all 0.2s linear;
}
.hot-icon3 {
  background: url("../images/banner/hot-icon1.png") no-repeat;
  width: 223px;
  height: 94px;
  margin-left: 30px;
  position: absolute;
  margin-top: -13px;
  transition: all 0.2s linear;
}
.hot-icon4 {
  background: url("../images/banner/hot-icon6.png") no-repeat;
  width: 240px;
  height: 89px;
  margin-left: 60px;
  position: absolute;
  margin-top: -8px;
  transition: all 0.2s linear;
}
.hot-icon8 {
  background: url("../images/banner/hot-icon8.png") no-repeat;
  width: 215px;
  height: 100px;
  margin-left: 40px;
  position: absolute;
  margin-top: -19px;
  transition: all 0.2s linear;
}
.hotbanner a {
  color: #fff;
  display: block;
}
.hotbanner a:hover .hot-icon1 {
  background: url("../images/banner/hot-icon1-hover.png") no-repeat;
}
.hotbanner a:hover .hot-icon2 {
  background: url("../images/banner/hot-icon2-hover.png") no-repeat;
}
.hotbanner a:hover .hot-icon4 {
  background: url("../images/banner/hot-icon6-hover.png") no-repeat;
}
.hotbanner a:hover {
  color: #e7e7e7;
  transition: all 0.2s linear;
}
.hotbanner a:hover .hot-icon8 {
  background: url("../images/banner/hot-icon8-hover.png") no-repeat;
}

/*首页四大产品*/
.win-module {
  width: 100%;
  height: 688px;
  padding: 74px 0 152px;
}
.about-module {
  position: relative;
  width: 100%;
  height: 620px;
  padding: 40px 0 0;
}
.about-background {
  width: 100%;
  position: absolute;
  left: 0;
  top: 200px;
  bottom: 0;
  z-index: -1;
  background-image: url("/uploads/index/about-bg.jpg");
  background-attachment: fixed;
  background-size: 100vw 100vh;
  background-position: center;
}
.introduction {
  color: #000;
  padding: 56px 0;
  background: rgba(255, 255, 255, 0.75);
}
.introduction p {
  text-indent: 44px;
  margin: 32px auto;
  font-size: 22px;
  width: 1200px;
}
.win-title {
  font-size: 24px;
}
.win {
  min-width: 1200px;
  width: 1200px;
  margin-top: 82px;
  margin-left: auto;
  margin-right: auto;
}
.win-card {
  width: 259px;
  height: 546px;
  border: 1px solid #d9d9d9;
  margin-left: -1px;
  z-index: 1;
  position: relative;
  transition: border, box-shadow 0.2s linear;
}
.win-card:first-child {
  width: 419px;
  height: 624px;
  top: -36px;
}
.win-card:first-child .win-card-title {
  height: 180px;
}
.win-active {
  border: 1px solid #d9d9d9;
  box-shadow: -5px 1px 7px rgba(47, 58, 133, 0.24);
  -webkit-box-shadow: -5px 1px 7px rgba(47, 58, 133, 0.24);
  -moz-box-shadow: -5px 1px 7px rgba(47, 58, 133, 0.24);
  z-index: 99;
  background: #e4e6eb;
}
.win-card-title {
  width: 100%;
  height: 170px;
  background-color: #f2f2f2;
  position: relative;
  transition: background-color 0.2s linear;
}
.win-active .win-card-title {
  background: #4251b6;
}
.win-card-title-cart {
  width: 57px;
  height: 10px;
  display: block;
  background: url("../images/common/hom-cart.png") no-repeat 0 -8px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -28px;
  transition: all 0.25s linear;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.win-active .win-card-title-cart {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.win-card-title-color-even {
  background-color: #f2f2f2;
}
.win-card-body {
  width: 100%;
  height: 376px;
  position: relative;
}
.win-img-warp {
  width: 100%;
  height: 154px;
  padding-top: 50px;
  position: absolute;
  bottom: 0;
}
.win-card-img {
  width: 81px;
  height: 85px;
  margin: 0 auto;
}
.win-card-img > img {
  width: 81px;
  height: 75px;
}
.win-active .win-img0 {
  display: none;
}
.win-active .win-img1 {
  display: block;
}
.win-img1 {
  display: none;
}
.win-img-warp > h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  transition: color 0.2s linear;
}
.win-active .win-title {
  color: #fff;
}
.win-img-warp > p {
  font-size: 14px;
  color: #949a9e;
  transition: color 0.2s linear;
}
.win-body-list {
  width: 100%;
  height: 280px;
  padding: 36px 0;
  font-size: 16px;
  color: #373d41;
  position: absolute;
  z-index: 10;
}
.win-body-list > li {
  line-height: 60px;
}
.win-body-details {
  width: 390px;
  height: 100%;
  margin-left: 17px;
  display: none;
  position: relative;
  z-index: 9;
}
.win-pro-first {
  width: 100%;
  padding-top: 20px;
}
.win-pro-first-title {
  color: #373d41;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}
.win-pro-first > p {
  color: #a9b0b4;
  line-height: 22px;
  font-size: 14px;
}
.win-pro-first > p > a {
  color: #00a2ca;
}
.win-main-btn {
  display: block;
  width: 98px;
  height: 28px;
  border: 1px solid #00c1de;
  line-height: 28px;
  color: #00c1de;
  margin-top: 22px;
}
.win-pro-other {
  width: 100%;
  padding-top: 20px;
}
.win-pro-other > li {
  width: 170px;
  height: 80px;
  padding-right: 5px;
  margin-bottom: 10px;
  float: left;
}
.win-pro-other > li > p {
  line-height: 22px;
  color: #373d41;
}
.win-other-open {
  color: #00c1de;
}
.win-body-details-block {
  display: block;
}
.win-body-list-none {
  display: none;
}
.height66 {
  height: 52px;
  line-height: 20px;
  margin-top: 4px;
}
.paddingtop6 {
  padding-top: 10px;
}
.margintop {
  margin-top: -26px !important;
}
.zzidc-info-bg {
  background: #f5f5f9;
  display: inline-block;
  padding-left: 20px;
  overflow: hidden;
  margin-bottom: 6px;
  width: 95%;
  height: 92px;
}
.main-btn {
  cursor: pointer;
  width: 100px;
  height: 30px;
  font-size: 14px !important;
  background-color: #f5f5f9;
  border: 1px solid #4251b6;
  color: #4251b6;
  margin-top: 22px;
  margin-bottom: 33px;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.main-btn:hover {
  color: #fff;
  background: #4251b6;
}
.width60 {
  width: 60%;
}
/*首页解决方案*/
.solu {
  width: 100%;
  height: 682px;
  min-width: 1200px;
  position: relative;
  background-color: #e2e4ea;
}
.solu-head {
  height: 162px;
  padding-top: 25px;
  background-color: #4251b6;
}
.solu-head > h2 {
  font-size: 30px;
  line-height: 80px;
}
.solu-head > p {
  font-size: 20px;
}
.solu-dsj {
  display: block;
  width: 0;
  height: 0;
  border-width: 26px 26px 0;
  border-style: solid;
  border-color: #4251b6 transparent transparent;
  position: absolute;
  top: 187px;
  left: 50%;
  margin-left: -26px;
  z-index: 1;
}
.solu-body {
  width: 100%;
  height: 390px;
  padding: 52px 0 53px;
  margin: 0 auto;
  position: relative;
}
.solu-body-child {
  width: 1526px;
  height: 390px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.solu-floor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 0px;
  background: url("../images/solu-floor.png") no-repeat;
  z-index: 1;
}
.solu-item-box {
  width: 4575px;
  height: 390px;
  margin-right: auto;
  position: relative;
  left: 0;
}
.solu-item-warp {
  width: 305px;
  float: left;
  height: 380px;
  margin-top: 10px;
}
.solu-item {
  width: 225px;
  height: 340px;
  padding: 0 30px;
  margin: 20px auto 0;
  background-color: #fff;
  position: relative;
}
.solu-active {
  height: 380px;
  margin-top: 0px;
}
.solu-item-active .solu-item {
  box-shadow: 5px -5px 10px 0 rgba(0, 0, 0, 0.3);
}
.solu-item-img {
  width: 100%;
  height: 114px;
}
.solu-item-img1 {
  background: url("../images/solu-img1.png") no-repeat center bottom;
}
.solu-item-img2 {
  background: url("../images/solu-img2.png") no-repeat center bottom;
}
.solu-item-img3 {
  background: url("../images/solu-img3.png") no-repeat center bottom;
}
.solu-item-img4 {
  background: url("../images/solu-img4.png") no-repeat center bottom;
}
.solu-item-img5 {
  background: url("../images/solu-img5.png") no-repeat center bottom;
}
.solu-item-details {
  display: none;
  width: 145px;
  height: 36px;
  border: 1px solid #4251b6;
  color: #4251b6;
  line-height: 36px;
  position: absolute;
  left: 50%;
  margin-left: -72.5px;
  z-index: 3;
  margin-top: 20px;
  transition: background-color 0.15s;
}
.solu-item-details:hover {
  background: #4251b6;
  color: #fff;
}
.solu-item-details-active {
  display: block;
}
.solu-item-title {
  color: #4251b6;
  line-height: 80px;
}
.solu-left-right {
  width: 1567px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -783.5px;
  margin-top: -31px;
  z-index: 2;
}
.solu-left-right img {
  padding: 15px;
}
.solu-left,
.solu-right {
  width: 62px;
  height: 62px;
  background: url("../images/full-floor.png") no-repeat;
}
/*防御*/
.home-kd {
  background: #4251b6 url("../images/home-fg.png") no-repeat;
  width: 100%;
  height: 131px;
  min-width: 1200px;
}
.numberRun3 {
  width: 1200px;
  color: #fff;
  font-size: 22px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.mt-number-title {
  position: absolute;
  left: 0;
  bottom: 10px;
  letter-spacing: 2px;
}
.mt-num-sub {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.mt-number-animate {
  line-height: 100px;
  height: 100px;
  font-size: 70px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  float: right;
  right: 20px;
  font-family: "Helvetica35-Thin", "Microsoft YaHei UI", "Calibri",
    "Microsoft YaHei", "Consolas";
  top: 12px;
}
.mt-number-animate .mt-number-animate-dot {
  width: 30px;
  line-height: 100px;
  float: left;
  text-align: center;
}
.mt-number-animate .mt-number-animate-dom {
  width: 50px;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
  font-family: "Helvetica35-Thin", "Microsoft YaHei UI", "Calibri",
    "Microsoft YaHei", "Consolas";
  font-weight: 100;
}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  width: 100%;
  float: left;
}
@font-face {
  font-family: "helveticathn";
  src: url("../font/helveticathn.eot") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*地图*/
.map-bg {
  background: #2e303f url("../images/map-bg.png") top center no-repeat;
  width: 100%;
  min-width: 1200px;
  height: 751px;
  padding-top: 65px;
}
.zzidc-tit h2 {
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 4px;
}
.line-row {
  width: 52px;
  height: 5px;
  background: #4251b6;
  margin: 0 auto;
  margin-top: 15px;
}
.map-main {
  overflow: hidden;
  margin-top: 100px;
  position: relative;
}
.map-left {
  float: left;
  width: 146px;
}
.circle-tit {
  background: url("../images/circle.png") no-repeat 4px 9px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  padding-left: 50px;
}
.marker-tit {
  background: url("../images/marker.png") no-repeat 3px 0;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  padding-left: 50px;
  margin-top: 20px;
}
.dz-list {
  overflow: hidden;
  margin-top: 8px;
}
.dz-item {
  width: 146px;
  height: 40px;
  background: #4251b6;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin-top: 4px;
}
.dz-lsj {
  width: 110px;
  height: 44px;
  position: absolute;
  left: 348px;
  top: 118px;
  z-index: 100;
}
.dz-zjg {
  width: 132px;
  height: 44px;
  position: absolute;
  left: 401px;
  top: 72px;
  z-index: 100;
}
.dz-zz {
  width: 123px;
  height: 45px;
  position: absolute;
  right: 244px;
  top: 90px;
  z-index: 100;
}
.dz-gd {
  width: 136px;
  height: 44px;
  position: absolute;
  right: 184px;
  top: 113px;
  z-index: 100;
}
.dz-hb {
  width: 96px;
  height: 43px;
  position: absolute;
  right: 221px;
  top: 45px;
  z-index: 100;
}
.dz-bj {
  width: 108px;
  height: 44px;
  position: absolute;
  right: 103px;
  top: 77px;
  z-index: 100;
}
.dz-ly {
  width: 159px;
  height: 72px;
  position: absolute;
  right: 89px;
  top: 128px;
  z-index: 99;
}
.dz-xg {
  width: 108px;
  height: 44px;
  position: absolute;
  right: 158px;
  top: 206px;
  z-index: 100;
}
.dz-sh {
  width: 124px;
  height: 44px;
  position: absolute;
  right: 93px;
  top: 118px;
  z-index: 100;
}
/*光圈*/
@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  30% {
    transform: scale(0);
    opacity: 0.1;
  }
  60% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes warn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  30% {
    transform: scale(0);
    opacity: 0.1;
  }
  60% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes warn {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  30% {
    transform: scale(0);
    opacity: 0.1;
  }
  60% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
.circlebox {
  position: absolute;
  z-index: 10;
  display: none;
}
.circle {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background: #ff8a00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.pulse {
  display: inline-block;
  position: absolute;
  top: -11px;
  left: -11px;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff8a00;
  opacity: 0.12;
  filter: alpha(opacity=0);
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.position1 {
  left: 312px;
  top: 103px;
}
.position2 {
  left: 329px;
  top: 81px;
}
.position3 {
  left: 386px;
  top: 171px;
}
.position4 {
  left: 458px;
  top: 163px;
}
.position5 {
  left: 467px;
  top: 115px;
}
.position6 {
  left: 475px;
  top: 149px;
}
.position7 {
  left: 493px;
  top: 328px;
}
.position8 {
  left: 558px;
  top: 312px;
}
.position9 {
  left: 701px;
  top: 70px;
}
.position10 {
  left: 710px;
  top: 105px;
}
.position11 {
  left: 716px;
  top: 64px;
}
.position12 {
  left: 728px;
  top: 46px;
}
.position13 {
  left: 853px;
  top: 89px;
}
.position14 {
  left: 859px;
  top: 130px;
}
.position15 {
  left: 878px;
  top: 122px;
}
.position16 {
  left: 882px;
  top: 190px;
}
.position17 {
  left: 894px;
  top: 211px;
}
.position18 {
  left: 910px;
  top: 196px;
}
.position19 {
  left: 921px;
  top: 113px;
}
.position20 {
  left: 885px;
  top: 141px;
}
.position21 {
  left: 937px;
  top: 115px;
}
.position22 {
  left: 950px;
  top: 127px;
}
.position23 {
  left: 944px;
  top: 177px;
}
.position24 {
  left: 962px;
  top: 162px;
}
.position25 {
  left: 963px;
  top: 185px;
}
.position26 {
  right: 235px;
  top: 73px;
}
.position27 {
  right: 235px;
  top: 108px;
}
.position28 {
  right: 196px;
  top: 120px;
}
.position29 {
  right: 206px;
  top: 79px;
}
.position30 {
  right: 208px;
  top: 147px;
}
.position31 {
  right: 177px;
  top: 124px;
}
.position32 {
  right: 144px;
  top: 98px;
}
.position33 {
  right: 230px;
  top: 341px;
}
.position34 {
  right: 145px;
  top: 324px;
}
/*荣誉*/
.honor-bg {
  background: #f2f2f2;
  width: 100%;
  min-width: 1200px;
}
.honor-item {
  float: left;
  height: 90px;
  padding-top: 42px;
  *height: 91px;
  padding-left: 48px;
  padding-right: 44px;
}
.honor-item span {
  color: #8598b5;
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  font-size: 14px;
  line-height: 18px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.honor-item:hover.honor-item span {
  color: #4251b6;
}
.honor-icon {
  background: url("../images/honor.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.5s linear;
}
.icon-item1 {
  width: 45px;
  height: 43px;
  background-position: 0 0;
  margin-right: 12px;
}
.honor-item:hover .icon-item1 {
  background-position: 0 -56px;
  transform: scale(1.05);
}
.icon-item2 {
  width: 43px;
  height: 45px;
  background-position: -69px 0;
  margin-right: 15px;
}
.honor-item:hover .icon-item2 {
  background-position: -69px -54px;
  transform: scale(1.05);
}
.icon-item3 {
  width: 43px;
  height: 45px;
  background-position: -130px 0;
  margin-right: 15px;
}
.honor-item:hover .icon-item3 {
  background-position: -130px -55px;
  transform: scale(1.05);
}
.icon-item4 {
  width: 45px;
  height: 43px;
  background-position: -192px 0;
  margin-right: 15px;
}
.honor-item:hover .icon-item4 {
  background-position: -192px -57px;
  transform: scale(1.05);
}
.icon-item5 {
  width: 50px;
  height: 44px;
  background-position: -258px 0;
  margin-right: 20px;
}
.honor-item:hover .icon-item5 {
  background-position: -258px -56px;
  transform: scale(1.05);
}
.line-col {
  width: 1px;
  height: 39px;
  background: #dedadb;
  float: left;
  margin: 47px 0;
}
.mt4 {
  margin-top: 4px;
}
.honor-item span.width115 {
  width: 115px;
}
.pleft0 {
  padding-left: 0;
}
.pright0 {
  padding-right: 0;
}
/*合作伙伴*/
.cooper-lb {
  width: 1200px;
  position: relative;
}
.arrow-left {
}
.arrow-left {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 24px;
  background: url("../images/m20170315img2.png") no-repeat;
  width: 47px;
  height: 47px;
  z-index: 9;
}
.arrow-left:hover {
  background-position: 0 -57px;
}
.arrow-right {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  right: 24px;
  background: url("../images/m20170315img2.png") 0 -114px no-repeat;
  width: 47px;
  height: 47px;
  z-index: 9;
}
.arrow-right:hover {
  background-position: 0 -171px;
}
.swiper-container {
  width: 1200px;
  height: 202px;
  margin: 60px 0 0 0;
}
.cooper-ga-xlb {
  width: 1200px;
  height: 202px;
  background: #fff;
}
.cooper-ga-xlb li {
  width: 222px;
  height: 200px;
  border: 1px solid #dedadb;
  margin-right: 20px;
  text-align: center;
  line-height: 200px;
}
.cooper-ga-xlb li span {
  display: inline-block;
  width: 198px;
  height: 53px;
  background: url("../images/m20170315img1.png") no-repeat;
  vertical-align: middle;
}
.cooper-ga-xlb li .cooper-linka {
  display: block;
  width: 222px;
  height: 200px;
}
.cooper-ga-xlb li .cooper-img2 {
  background-position: 0 -126px;
}
.cooper-ga-xlb .cooper-img3 {
  background-position: 0 -252px;
}
.cooper-ga-xlb .cooper-img4 {
  background-position: 0 -378px;
}
.cooper-ga-xlb .cooper-img5 {
  background-position: 0 -504px;
}
.cooper-ga-xlb .mright0 {
  margin-right: 0;
}
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
}
.swiper-pagination-switch {
  width: 10px;
  height: 10px;
  background: url("../images/m20170316img1.png") no-repeat;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
}
.swiper-active-switch {
  background-position: 0 -15px;
}
.cooper-wr:hover span {
  background-position: 0 -315px;
}
.cooper-bd:hover span {
  background-position: 0 -63px;
}
.cooper-360:hover span {
  background-position: 0 -189px;
}
.cooper-ibm:hover span {
  background-position: 0 -441px;
}
.cooper-dell:hover span {
  background-position: 0 -567px;
}
.mtop140 {
  margin-top: 140px;
}
.mtop60 {
  margin-top: 60px;
}
/*热门动态*/
.newbox {
  width: 1200px;
  margin: 60px auto;
}
.new-left {
  width: 248px;
  height: 222px;
}
.new-left h4 {
  background: #333333;
  line-height: 56px;
}
.new-left h4 img {
  vertical-align: middle;
  margin-left: 36px;
}
.new-middel {
  width: 940px;
  height: 222px;
  margin-left: 12px;
}
.new-right {
  width: 290px;
  height: 222px;
}
.new-right img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.new-right .img-box:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.new-h4 {
  border-bottom: 2px solid #4251b6;
  padding-bottom: 8px;
  font-size: 16px;
  padding-top: 16px;
  margin-left: 30px;
  margin-right: 30px;
}
ul.new-ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.new-ul li {
  position: relative;
  width: 128px;
  height: 162px;
  padding: 8px;
  margin-left: 22px;
  box-sizing: border-box;
  line-height: 24px;
  font-size: 12px;
  border-radius: 3px;
  overflow: hidden;
}
.new-ul li a {
  width: 128px;
  height: 162px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.4s;
  color: #fff;
  padding: 8px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.new-ul li:hover a {
  opacity: 1;
}

.new-ul li:first-child {
  margin-left: 30px;
}
.new-ul li img {
  height: 112px;
  width: 112px;
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all 0.4s;
}
.new-ul li:hover img {
  height: 162px;
  width: 162px;
  position: absolute;
  top: 0;
  left: -17px;
}
.new-ul li span {
  color: #333;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  line-height: 12px;
  margin-top: 119px;
  margin-left: 2px;
  opacity: 1;
  transition: all 0.4s;
}
.new-ul li:hover span {
  opacity: 0;
}
.new-ul li .date {
  font-size: 12px;
  color: #333;
  margin-left: 2px;
  opacity: 1;
  transition: all 0.4s;
}
.new-ul li:hover .date {
  opacity: 0;
}
.mleft30 {
  margin-left: 30px;
}
.mrgiht110 {
  margin-right: 110px;
}
.margin-center {
  margin: 0 auto;
}
.ce-wen-module {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
.ce-wen-module .arrow-left {
  display: block;
  position: absolute;
  top: 390px;
  margin-top: -23px;
  left: 24px;
  background: url("../images/arrow-l.png") no-repeat;
  background-size: 47px 47px;
  width: 47px;
  height: 47px;
  z-index: 9;
}
.ce-wen-module .arrow-right {
  display: block;
  position: absolute;
  top: 390px;
  margin-top: -23px;
  right: 24px;
  background: url("../images/arrow-r.png") no-repeat;
  background-size: 47px 47px;
  width: 47px;
  height: 47px;
  z-index: 9;
}
.ce-wen-module h2 {
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 4px;
}
.ce-wen-module .swiper-container {
  width: 100%;
  height: 450px;
  margin: 60px 0 0 0;
}
.ce-wen-module .swiper-slide {
  width: 370px;
  height: 400px;
  overflow: hidden;
  box-sizing: border-box;
}
.ce-wen-module .ce-wen-link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ce-wen-module .ce-wen-item {
  width: 350px;
  height: 100%;
  position: relative;
}
.ce-wen-module .ce-wen-img {
  width: 270px;
  height: 270px;
  margin: 40px;
  transition: all 0.5s;
}
.ce-wen-module .ce-wen-text {
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 24px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.95) 60%
  );
  transition: all 0.5s;
}
.ce-wen-module-two .ce-wen-text {
  background: linear-gradient(180deg, transparent, rgb(242, 242, 242) 60%);
}
.ce-wen-module-one .ce-wen-link:hover .ce-wen-text {
  top: 0;
  padding-top: 230px;
}
.ce-wen-module-two .ce-wen-link:hover .ce-wen-text {
  top: 0;
  padding-top: 230px;
}
.ce-wen-module .ce-wen-title {
  line-height: 1.3;
  font-size: 19px;
  color: #2e303f;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  text-align: center;
  transition: all 0.4s;
}
.ce-wen-module .ce-wen-link:hover .ce-wen-title {
  color: #2e303f;
  /* color: #fff; */
  opacity: 1;
}
.ce-wen-module .ce-wen-link:hover .ce-wen-img {
  transform: scale(1.2);
}
.ce-wen-module .ce-wen-desc {
  opacity: 0;
  font-size: 15px;
  margin-top: 9px;
  display: block;
  height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.ce-wen-module .ce-wen-link:hover .ce-wen-desc {
  color: #2e303f;
  /* color: #fff; */
  opacity: 1;
}
.ce-wen-module-two {
  background-color: #f2f2f2;
}
.solus-module {
  padding-top: 60px;
  padding-bottom: 40px;
}
.solus-module h2 {
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 4px;
}
.solus-module .solus-container {
  display: flex;
  justify-content: center;
}
.solus-module a.solus-link {
  background: #f9f9f9;
  display: block;
  width: 375px;
  height: 315px;
  margin: 60px 24px;
  transition: all 0.4s;
}
.solus-module a.solus-link:hover {
  box-shadow: 3px 2px 9px 0px rgb(0 0 0 / 15%);
}
.solus-module img.solus-item-img {
  width: 375px;
  height: 255px;
}
.solus-module .solus-item-text {
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}
.news-module {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f2f2f2;
}
.news-module h2 {
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 4px;
}
.tab_on {
  height: 165px;
  float: left;
}
.tab_on ul {
  height: 56px;
  display: inline-block;
  vertical-align: middle;
}
.tab_on ul li {
  text-align: center;
  width: 248px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: #2e303f url("../images/new-icon.png") 95% 50% no-repeat;
  display: block;
  font-size: 16px;
  margin-top: 3px;
}
.ssl-tabcontent {
  width: 636px;
  height: auto;
}
.tab_on li.nav_on6 {
  width: 248px;
  height: 52px;
  line-height: 52px;
  background: #4251b6 url("../images/new-icon.png") 95% 50% no-repeat;
  overflow: hidden;
  cursor: pointer;
}
.tab_on ul li a {
  color: #fff;
}
.tab_on ul li.tab-notice {
  background-image: none;
  cursor: pointer;
}
.tab_on ul li.tab-notice:hover {
  background: #4251b6;
}
.dis {
  display: block;
}
.undis {
  display: none;
}
.marginbottom150 {
  margin-bottom: 150px;
}
#ky-banner2 {
  background: #000a16 url("../images/banner/banner2.jpg") top center no-repeat;
}
#ky-banner1 {
  background: #0c122a url("../images/banner/banner.jpg") top center no-repeat;
}
#ga-banner3 {
  background: #0a0412 url("../images/banner/banner3.jpg") top center no-repeat;
}
#ga-banner4 {
  background: #0f0029 url("../images/banner/banner4.jpg") top center no-repeat;
}
#ga-banner5 {
  background: #0f1011 url("../images/banner/banner5.jpg") top center no-repeat;
}
#ga-banner6 {
  background: #0e0f14 url("../images/banner/banner6.jpg") top center no-repeat;
}
#ga-banner7 {
  background: #0e0f14 url("../images/banner/banner7.jpg") top center no-repeat;
}
#ga-banner8 {
  background: #0e0f14 url("../images/banner/banner8.jpg") top center no-repeat;
}
#ga-banner9 {
  background: #020321 url("../images/banner/banner9.jpg") top center no-repeat;
}
#ga-banner10 {
  background: #020003 url("../images/banner/banner10.jpg") top center no-repeat;
}
#ga-banner11 {
  background: #00133e url("../images/banner/banner11.jpg") top center no-repeat;
}
#ga-banner12 {
  background: #00133e url("../images/banner/banner12.jpg") top center no-repeat;
}
#ga-banner13 {
  background: #001121 url("../images/banner/banner13.jpg") top center no-repeat;
}
#ga-banner14 {
  background: #001121 url("../images/banner/banner14.jpg") top center no-repeat;
}
/*20170731一元waf开始*/
.g00ffd8 {
  color: #00ffd8;
}
.banner4-button {
  background: transparent;
  outline: none;
  width: 282px;
  height: 42px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  margin-top: 8px;
  transition: all 0.3s ease-out;
}
.banner4-button:hover {
  background: #fff;
  color: #000a16;
}
/*20170731一元waf结束 */
.g00f0ff {
  color: #00f0ff;
}
/*0728数据库活动焦点图开始*/
.get-db-linep1 {
  font-size: 56px;
  color: #fff;
  line-height: 80px;
  font-weight: 100;
}
.get-db-linep2 {
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 70px;
  margin-top: 35px;
  font-weight: 100;
}
.mtop198 {
  margin-top: 198px;
}
.mtop145 {
  margin-top: 145px;
}
.ce2ec49 {
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 70px;
  margin-top: 35px;
}
.getdb-button {
  background: transparent;
  border: none;
  outline: none;
  width: 167px;
  height: 37px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
  margin-top: 8px;
  transition: all 0.3s ease-out;
  font-weight: 100;
}
.getdb-button:hover {
  background: #fff;
  color: #000a16;
}
/*0728数据库活动焦点图结束*/
/*20170821对象存储流量计费和带宽计费模式上线*/
.dxcc-linep1 {
  font-size: 36px;
  color: #fff;
  line-height: 80px;
  font-weight: 100;
}
.dxcc-linep2 {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 35px;
  font-weight: 100;
}
/*快在云端焦点图*/
.fc-txt1 {
  font-size: 56px;
  color: #fff;
  line-height: 100px;
  font-weight: lighter;
}
.fc-txt1-16 {
  font-size: 36px;
  color: #fff;
  line-height: 100px;
  font-weight: lighter;
}
.fc-txt1-46 {
  font-size: 46px;
  color: #fff;
  line-height: 100px;
  font-weight: lighter;
}
.fc-txt2 {
  font-size: 23px;
  color: #fff;
  line-height: 60px;
  font-weight: lighter;
}
.fc-link {
  min-width: 166px;
  height: 35px;
  font-size: 20px;
  line-height: 33px;
  color: #fff;
  display: inline-block;
  background: none;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 60px;
  font-weight: lighter;
  padding-left: 10px;
  padding-right: 10px;
}
.fc-link:hover {
  background: #fff;
  color: #00133e;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mtop166 {
  margin-top: 166px;
}
/*
* @Author: WangDong
* @Date:   2018-08-06 09:59:29
* @Last Modified by:   WangDong
* @Last Modified time: 2018-09-27 12:15:08
* @email: wangdong@zzidc.com
* @Gainet: I love Gainet.
*/
/*首页解决方案优化2018/9/27*/
/*slick-tab*/
.con-tab {
  width: 100%;
  min-width: 1200px;
  background: #efefef;
  padding-bottom: 80px;
  padding-top: 70px;
}
/*slick-tab*/
.slick-tab {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
  margin-bottom: 40px;
}
.slick-tab ul {
  width: 1200px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}
.slick-tab ul li {
  border-right: none;
  float: left;
  width: 20%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  text-align: center;
}
.tab_boxkyn {
  width: 1200px;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.slick-tab li.nav_on6 {
  border-bottom: none;
  border-bottom: 2px #4251b6 solid;
  height: 29px;
  overflow: hidden;
}
.dis {
  display: block;
}
.undis {
  display: none;
}
.all-h4 {
  font-size: 22px;
  text-align: center;
}
.all-p {
  font-size: 14px;
  color: #666;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  min-height: 100px;
}
.all-cola {
  background: url("../images/con-slider/20180807wdimg1.jpg") no-repeat;
  width: 351px;
  height: 381px;
}
.all-colb {
  background: url("../images/con-slider/20180807wdimg2.jpg") no-repeat;
  width: 351px;
  height: 381px;
}
.all-colc {
  background: url("../images/con-slider/20180807wdimg3.jpg") no-repeat;
  width: 351px;
  height: 381px;
}
/*混合云解决方案*/
.all-cola-icon {
  background: url("../images/con-slider/20180807wdiconimg1.png") no-repeat;
  width: 87px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  top: 31px;
  margin-bottom: 48px;
  position: relative;
}
.all-cola:hover .all-cola-icon {
  background: url("../images/con-slider/20180807wdiconimg1-1.png") no-repeat;
}
/*快云私有云解决方案*/
.all-colb-icon {
  background: url("../images/con-slider/20180807wdiconimg2.png") no-repeat;
  width: 86px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  top: 31px;
  margin-bottom: 48px;
  position: relative;
}
.all-colb:hover .all-colb-icon {
  background: url("../images/con-slider/20180807wdiconimg2-2.png") no-repeat;
}
/*智慧景区解决方案*/
.all-colc-icon {
  background: url("../images/con-slider/20180807wdiconimg3.png") no-repeat;
  width: 99px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  top: 31px;
  margin-bottom: 48px;
  position: relative;
}
.all-colc:hover .all-colc-icon {
  background: url("../images/con-slider/20180807wdiconimg3-3.png") no-repeat;
}
/*通用型网站解决方案*/
.all-cold {
  background: url("../images/con-slider/20180807wdimg4.jpg") no-repeat;
  width: 351px;
  height: 381px;
}
.all-cold-icon {
  background: url("../images/con-slider/20180807wdiconimg4.png") no-repeat;
  width: 89px;
  height: 89px;
  margin-left: auto;
  margin-right: auto;
  top: 31px;
  margin-bottom: 48px;
  position: relative;
}
.all-cold:hover .all-cold-icon {
  background: url("../images/con-slider/20180807wdiconimg4-4.png") no-repeat;
}
/*网站弹性伸缩服务*/
.all-cole {
  background: url("../images/con-slider/20180807wdimg5.jpg") no-repeat;
  width: 351px;
  height: 381px;
}
.all-cole-icon {
  background: url("../images/con-slider/20180807wdiconimg5.png") no-repeat;
  width: 92px;
  height: 87px;
  margin-left: auto;
  margin-right: auto;
  top: 31px;
  margin-bottom: 48px;
  position: relative;
}
.all-cole:hover .all-cole-icon {
  background: url("../images/con-slider/20180807wdiconimg5-5.png") no-repeat;
}
/*信息安全等级保护解决方案*/
.all-colf {
  background: url("../images/con-slider/20180807wdimg6.jpg") no-repeat;
  width: 351px;
  height: 381px;
}
.all-colf-icon {
  background: url("../images/con-slider/20180807wdiconimg6.png") no-repeat;
  width: 76px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  top: 31px;
  margin-bottom: 48px;
  position: relative;
}
.all-colf:hover .all-colf-icon {
  background: url("../images/con-slider/20180807wdiconimg6-6.png") no-repeat;
}
/*在线教育解决方案*/
.all-colg {
  background: url("../images/con-slider/20180807wdimg7.jpg") no-repeat;
  width: 351px;
  height: 381px;
}
.all-colg-icon {
  background: url("../images/con-slider/20180807wdiconimg7.png") no-repeat;
  width: 89px;
  height: 87px;
  margin-left: auto;
  margin-right: auto;
  top: 31px;
  margin-bottom: 48px;
  position: relative;
}
.all-colg:hover .all-colg-icon {
  background: url("../images/con-slider/20180807wdiconimg7-7.png") no-repeat;
}
/*互联网金融解决方案*/
.all-colh {
  background: url("../images/con-slider/20180807wdimg8.jpg") no-repeat;
  width: 351px;
  height: 381px;
}
.all-colh-icon {
  background: url("../images/con-slider/20180807wdiconimg8.png") no-repeat;
  width: 89px;
  height: 87px;
  margin-left: auto;
  margin-right: auto;
  top: 31px;
  margin-bottom: 48px;
  position: relative;
}
.all-colh:hover .all-colh-icon {
  background: url("../images/con-slider/20180807wdiconimg8-8.png") no-repeat;
}
/*零售云解决方案*/
.all-coli {
  background: url("../images/con-slider/20180807wdimg9.jpg") no-repeat;
  width: 351px;
  height: 381px;
}
.all-coli-icon {
  background: url("../images/con-slider/20180807wdiconimg9.png") no-repeat;
  width: 98px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  top: 31px;
  margin-bottom: 48px;
  position: relative;
}
.all-coli:hover .all-coli-icon {
  background: url("../images/con-slider/20180807wdiconimg9-9.png") no-repeat;
}
/*桌面云解决方案*/
.all-colj {
  background: url("../images/con-slider/20180807wdimg10.jpg") no-repeat;
  width: 351px;
  height: 381px;
}
.all-colj-icon {
  background: url("../images/con-slider/20180807wdiconimg10.png") no-repeat;
  width: 78px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  top: 31px;
  margin-bottom: 48px;
  position: relative;
}
.all-colj:hover .all-colj-icon {
  background: url("../images/con-slider/20180807wdiconimg10-10.png") no-repeat;
}
/*系统集成解决方案*/
.all-colk {
  background: url("../images/con-slider/20180807wdimg11.jpg") no-repeat;
  width: 351px;
  height: 381px;
}
.all-colk-icon {
  background: url("../images/con-slider/20180807wdiconimg11.png") no-repeat;
  width: 86px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  top: 31px;
  margin-bottom: 48px;
  position: relative;
}
.all-colk:hover .all-colk-icon {
  background: url("../images/con-slider/20180807wdiconimg11-11.png") no-repeat;
}
.all-tran {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: 24px;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.08);
}
.all-tran:hover {
  -webkit-transform: translate(0, -0.625rem);
  -moz-transform: translate(0, -0.625rem);
  transform: translate(0, -0.625rem);
}
.slick-link-btn {
  cursor: pointer;
  width: 130px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  display: inline-block;
  background-color: #f5f5f9;
  border: 1px solid #4251b6;
  color: #4251b6;
  margin-top: 22px;
  margin-bottom: 28px;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.slick-link-btn:hover {
  color: #fff;
  background: #4251b6;
}
/* swiper-wrapper Styles */
.tab_boxkyn .swiper-container {
  width: 1200px;
  height: 382px;
  margin: 0;
  overflow: hidden;
}
.tab_boxkyn .swiper-nested {
  width: 100%;
}
.tab_boxkyn .swiper-slide {
  width: 400px !important;
}
.tab_boxkyn .swiper-nested .swiper-slide {
  line-height: 125px;
  font-size: 21px;
}
.tab_boxkyn .pagination {
  position: absolute;
  z-index: 100;
  left: 10px;
  bottom: -40px;
}
.tab_boxkyn .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #aaa;
  margin-right: 10px;
  cursor: pointer;
}
.tab_boxkyn .swiper-active-switch {
  background: #4251b6;
}
.tab_boxkyn .pagination-nested {
  bottom: auto;
  top: 10px;
}
.tab_boxkyn .pagination-nested .swiper-pagination-switch {
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
}
.tab_boxkyn .device {
  position: relative;
}
.tab_boxkyn .device .arrow-left {
  background: url("../images/con-slider/arrows.png") no-repeat left top;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.tab_boxkyn .device .arrow-right {
  background: url("../images/con-slider/arrows.png") no-repeat left bottom;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
/* 20190107 新增底部备案信息 */
.business-license {
  font-size: 0;
  margin: 20px 0;
}
.business-license a {
  display: inline-block;
  margin: 0 12px;
}
/* 20190107 新增底部备案信息 */
