.idec-swiper-container {
  width   : 100%;
  height  : auto;
  overflow: hidden;
  position: relative;
  height  : 100%;
}



.idec-swiper-container .swiper-slide {
  font-size         : 18px;
  color             : #fff;
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
  -webkit-transition: all .5s;
  -o-transition     : all .5s;
  transition        : all .5s;
  margin-bottom     : -5px;
  transition        : all .5s;
}

.idec-swiper-container .parallax-bg {
  position           : absolute;
  left               : 0;
  top                : 0;
  width              : 130%;
  height             : 100%;
  background-size    : cover;
  background-position: center;
}

.idec-swiper-container .maintitle {
  font-size  : 40px;
  font-weight: 600;
  line-height: 1.4em;
}

.idec-swiper-container .maintitle a {
  color: #FFF;
}

.idec-swiper-container .maintitle .subtitle {
  font-size: 21px;
}

.idec-swiper-container .maintitle .text {
  font-size  : 14px;
  max-width  : 500px;
  line-height: 1.3;
}

.idec-swiper-container .swiper-pagination {
  position  : relative;
  margin-top: -15px;
  z-index   : 0;
}

.idec-swiper-container .swiper-pagination-bullet-active {
  opacity   : 1;
  background: #0a0a0a;
}

.idec-swiper-container .swiper-button-next,
.idec-swiper-container .swiper-button-prev {
  top    : 40%;
  z-index: 65;
}

.idec-swiper-container .idec-titleinfo {
  position          : absolute;
  bottom            : 35%;
  /* left              : 0; */
  right             : 0;
  background        : rgba(0, 0, 0, 0.5);
  padding           : 15px;
  line-height       : 2.5em;
  width             : 40%;
  /* border-left    : 5px solid #f7c48396; */
  -webkit-transition: all .5s;
  -o-transition     : all .5s;
  transition        : all .5s;
  margin            : auto;
  letter-spacing    : 1px;
  overflow          : hidden;
  border-radius     : 15px;
}

.idec-swiper-container .idec-titleinfo p {
  width      : 100%;
  line-height: 2.0em;
  font-size  : 14px;
}

.idec-swiper-container .idec-titleinfo a.LINKBTN {
  width          : 85px;
  height         : 40px;
  line-height    : 40px;
  background     : #efefef;
  padding        : 0px 15px 0;
  float          : left;
  font-size      : 18px;
  text-decoration: none;
  border-radius  : 4px;
  color          : #9e6e57;
  display        : none;
}

.idec-swiper-container .swiper-slide-active .idec-titleinfo {
  -webkit-animation: PCanimation 2s cubic-bezier(0.42, 0, 0.58, 1);
  animation        : PCanimation 2s cubic-bezier(0.42, 0, 0.58, 1);
}

.idec-swiper-container .MBPIC {
  display: none;
}

@media screen and (max-width: 1400px) {
  .idec-swiper-container .idec-titleinfo {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .idec-swiper-container .MBPIC {
    display: block;
  }

  .idec-swiper-container .PCPIC {
    display: none;
  }

  .idec-swiper-container .idec-titleinfo {
    position             : absolute;
    top                  : 66%;
    left                 : 0;
    bottom               : 0;
    width                : 100%;
    /* border-left       : 0px solid #f7c48396; */
    -webkit-transition   : all .5s;
    -o-transition        : all .5s;
    transition           : all .5s;

  }

  .idec-swiper-container .swiper-slide-active .idec-titleinfo {
    -webkit-animation: mobileanmation 1.5s linear;
    animation        : mobileanmation 1.5s linear;
  }

  .idec-swiper-container .maintitle {
    font-size  : 28px;
    font-weight: 600;
    line-height: 1.7em;

  }

  .idec-swiper-container .maintitle a {
    color: #bfdaff;
  }

  .subtitle {
    font-size  : 17px;
    line-height: 1.6em;
  }

  .idec-swiper-container .idec-titleinfo p {
    line-height: 1.6em;
    font-size  : 14px;
    display    : block;
    height     : 46px;
    width      : 100%;
    overflow   : hidden;
    padding-top: 5px;
  }
}




.idec-swiper-container2 a.LINKBTN {
  display: none;
}

@media screen and (max-width: 460px) {
  .idec-titleinfo {
    left   : 0;
    right  : 0;
    padding: 40px;
  }
}

@-webkit-keyframes PCanimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes PCanimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mobileanmation {
  from {
    top    : 66%;
    opacity: 0;
  }

  to {
    top    : 66%;
    opacity: 1;
  }
}

@keyframes mobileanmation {
  from {
    top    : 66%;
    opacity: 0;
  }

  to {
    top    : 66%;
    opacity: 1;
  }
}