.a-func,
.a-advtg {
  padding-top: 100px;
}

.aplt-tit {
  font-size: 32px;
  font-weight: 500;
  color: #25345c;
  line-height: 45px;
  text-align: center;
  margin-bottom: 35px;
}

.sl-demand {
  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 25px;
}

.sl-dm-li {
  position: relative;
  overflow: hidden;
  width: 216px;
  height: 280px;
}

.sl-dm-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -webkit-linear-gradient(
    bottom,
    #4502fc 0%,
    #0b4ffc 40%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    #4502fc 0%,
    #0b4ffc 40%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    #4502fc 0%,
    #0b4ffc 40%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    #4502fc 0%,
    #0b4ffc 40%,
    rgba(255, 255, 255, 0) 100%
  );
}

.sl-dm-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 96px;
}

.sl-dm-tit {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  display: block;
  text-align: center;
  margin-top: 100px;
  position: relative;
}

.sl-dm-line {
  position: relative;
  width: 24px;
  height: 2px;
  background: #ffffff;
  margin: 0 auto;
  margin-top: 8px;
}

.sl-dm-detl {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 2em;
  text-align: center;
  display: block;
  margin-top: 32px;
  top: 100%;
  position: relative;
}

.sl-dm-cover {
  -o-transition: opacity 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
  -moz-transition: opacity 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
  transition: opacity 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
  -webkit-transition: opacity 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
}

.sl-dm-txt {
  -o-transition: top 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
  -moz-transition: top 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
  transition: top 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
  -webkit-transition: top 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
}

.sl-dm-detl {
  -o-transition: top 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
  -moz-transition: top 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
  transition: top 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
  -webkit-transition: top 0.3s cubic-bezier(0.21, 0.75, 0.35, 0.97);
}

.sl-dm-li:hover .sl-dm-cover {
  opacity: 1;
}

.sl-dm-li:hover .sl-dm-detl,
.sl-dm-li:hover .sl-dm-txt {
  top: 0;
}

.a-func-nvbx {
  margin: 0 auto;

  overflow: hidden;

  width: 768px;
}

.a-func-nv {
  margin: 0 auto;
  width: 896px;
  position: relative;
  left: -369px;
}

.a-func-li {
  width: 128px;
  height: 64px;
  position: relative;
  cursor: pointer;
}

.a-func-t,
.a-func-brace {
  font-size: 14px;
}

.a-func-t {
  position: absolute;
  color: #a7aec1;
  font-weight: 500;
  line-height: 22px;
  transition: color 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  -o-transition: color 0.3s 0.4s, -o-transform 0.3s 0.4s;
  -moz-transition: color 0.3s 0.4s, transform 0.3s 0.4s,
    -moz-transform 0.3s 0.4s;
  transition: color 0.3s 0.4s, transform 0.3s 0.4s;
  transition: color 0.3s 0.4s, transform 0.3s 0.4s, -webkit-transform 0.3s 0.4s,
    -moz-transform 0.3s 0.4s, -o-transform 0.3s 0.4s;
  -webkit-transition: color 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.a-func-line {
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #0b4ffc;
  -o-transition: width 1s;
  -moz-transition: width 1s;
  transition: width 1s;
  -webkit-transition: width 1s;
}

.a-func-li.swiper-slide-duplicate-active .a-func-t,
.a-func-li.swiper-slide-active .a-func-t {
  color: #0b4ffc;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.a-func-li.swiper-slide-duplicate-active .a-func-line,
.a-func-li.swiper-slide-active .a-func-line {
  width: 100%;
}

.a-func-ct {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.a-func-brace {
  padding: 0 10px;
  color: rgba(255, 255, 255, 0);
  display: inline-block;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0;
  white-space: nowrap;
}

.a-func-brace,
.s-srv-arw-l img,
.s-srv-arw-r img {
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.a-func-swbx {
  overflow: hidden;
  position: relative;
}

.a-func-sw {
  position: relative;
  width: 500%;
  left: -200%;
}

.a-func-sw .swiper-slide {
  text-align: center;
}

.a-func-shdw {
  box-shadow: 0px 0px 100px 120px #fff inset;
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 180%;
  pointer-events: none;
}

.s-srv-arw-l img,
.s-srv-arw-r img {
  position: absolute;
  width: 16px;
  height: 16px;
  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: 48px;
  height: 48px;
  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: 135px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.s-srv-arw-r {
  right: 135px;
  -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;
}

.a-mutil {
}

.a-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 23px;
}

.a-mutil-bx {
}

.a-left {
}

.a-tit {
  display: block;
  width: 280px;
  font-size: 40px;
  font-weight: 500;
  color: #25345c;
  line-height: 56px;
}

.a-detl {
  width: 538px;
  font-size: 18px;
  font-weight: 400;
  color: #a7aec1;
  line-height: 25px;
  display: block;
  margin-top: 32px;
}

.a-blk {
  padding-top: 35px;
  padding-bottom: 65px;
}

.a-mutil {
  padding-top: 125px;
}
