/* .m-topNav .menu {
  color: #002140;
}

.g-topNav .m-topLogo {
  background-image: url(../images/icon_logo_blue@2x.png);
}

.u-btn.signin {
  border-color: #002140;
  color: #002140;
} */

.us-wky {}

.us-wky-bx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 48px;
}

.us-wky-lft {}

.us-wky-tit {
  width: 160px;
  font-size: 32px;
  font-weight: 500;
  color: #0B4FFC;
  line-height: 80px;
  margin-top: 180px;
}

.us-firchr {
  border-bottom: 4px solid #0B4FFC;
  display: inline-block;
}

.us-wky-detl {
  width: 503px;
  font-size: 16px;
  font-weight: 400;
  color: #A7AEC1;
  line-height: 22px;
  margin-bottom: 100px;
  margin-top: 35px;
}

.us-wky-rgt {
  position: relative;
}

.us-wky-shw {
  position: relative;
  width: 520px;
  height: 520px;
  overflow: hidden;
}

.us-cld {
  position: absolute;
  left: -63px;
  top: -38px;
}

.us-wky-mv {
  position: absolute;
  left: 0;
  top: 0;
  -moz-animation: mvAni 30s ease-in-out infinite alternate;
  -o-animation: mvAni 30s ease-in-out infinite alternate;
  animation: mvAni 30s ease-in-out infinite alternate;
  -webkit-animation: mvAni 30s ease-in-out infinite alternate;
}

@-moz-keyframes mvAni {
  100% {
    -moz-transform: translateX(-35%);
    transform: translateX(-35%);
  }
}

@-o-keyframes mvAni {
  100% {
    -o-transform: translateX(-35%);
    transform: translateX(-35%);
  }
}

@keyframes mvAni {
  100% {
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    transform: translateX(-35%);
  }
}

@-webkit-keyframes mvAni {
  100% {
    -webkit-transform: translateX(-35%);
  }
}

.us-blk {
  padding-top: 65px;
  /* padding-bottom: 130px; */
  padding-bottom: 55px;
}

.us-srv {
  margin-top: -30px;
}

.us-tit {
  font-size: 32px;
  font-weight: 500;
  color: #25345C;
  line-height: 45px;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

.us-detl {
  font-size: 14px;
  font-weight: 400;
  color: #C9CED7;
  line-height: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
}

.us-srv-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 33px;
}

.us-srv-itm {
  width: 270px;
  height: 270px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 6px rgba(201, 206, 215, 0.12);
  border: 1px solid #F2F3F5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  position: relative;

  transition: -webkit-transform 0.3s;

  -o-transition: -o-transform 0.3s;

  -moz-transition: transform 0.3s, -moz-transform 0.3s;

  transition: transform 0.3s;

  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}

.us-srv-itm:hover {
  -moz-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  -o-transform: translateY(-16px);
  transform: translateY(-16px);
  -webkit-transform: translateY(-16px);
}

.us-srv-ico {}

.us-srv-t {
  width: 64px;
  font-size: 16px;
  font-weight: 500;
  color: #25345C;
  line-height: 22px;
  margin-top: 32px;
}

.us-srv-de {
  width: 180px;
  font-size: 12px;
  font-weight: 400;
  color: #A7AEC1;
  line-height: 17px;
  margin-top: 16px;
}

.us-dev {
  margin-bottom: 75px;
}

.us-dev-swp {
  overflow: hidden;
  position: relative;
}

.us-dev-swp .swiper-slide {
  padding: 50px 0;
}

.us-dev-itm {
  width: 1100px;
  height: 320px;
  background: #FFFFFF;
  box-shadow: 0px 12px 34px -10px rgba(65, 62, 101, 0.1);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.us-dev-l {}

.us-dev-nm {
  font-size: 80px;
  font-weight: bold;
  color: #413E65;
  line-height: 98px;
  font-style: italic;
}

.us-dev-yr {
  font-size: 24px;
  font-weight: 500;
  color: #413E65;
  line-height: 33px;
}



.us-dev-r {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 50px;
}

.us-dev-t1 {
  font-size: 24px;
  font-weight: 500;
  color: #25345C;
  line-height: 33px;
}

.us-dev-t2 {
  font-size: 16px;
  font-weight: 400;
  color: #A7AEC1;
  line-height: 20px;
  margin-top: 16px;
}

.us-dev-shdw {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px 10px #fff inset;
  pointer-events: none;
}

.us-dev-bx {
  position: relative;
}

.s-srv-arw-l img,
.s-srv-arw-r img {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.s-srv-arw-l,
.s-srv-arw-r {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #FFFFFF;
  top: 50%;
  border-radius: 100px;
  box-shadow: 0px 0px 10px 4px rgba(201, 206, 215, 0.12);
  cursor: pointer;
}

.s-srv-arw-l {
  left: 16px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.s-srv-arw-r {
  right: 16px;
  -moz-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  -o-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  -webkit-transform: translateY(-50%) scale(-1, 1);
}

.swiper-button-disabled * {
  opacity: 0.3;
}

.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}