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

/* .idec-swiper-container:after { */
/* content            : '';
  position           : absolute;
  right              : 0;
  bottom             : 0;
  z-index            : 60;
  background-image   : url('../../images/kv_decorate.png');
  background-size    : cover;
  width              : 875px;
  height             : 435px;
  background-size    : 100%;
  background-repeat  : no-repeat;
  background-position: bottom right; */

/* } */

@media screen and (max-width:1680px) {
  .idec-swiper-container:after {
    background-size: 90%;
  }
}

@media screen and (max-width:1600px) {
  .idec-swiper-container:after {
    background-size: 85%;
  }
}

@media screen and (max-width:1400px) {
  .idec-swiper-container:after {
    background-size: 75%;
  }
}

@media screen and (max-width:1200px) {
  .idec-swiper-container:after {
    background-size: 65%;
  }
}

@media screen and (max-width:1024px) {
  .idec-swiper-container:after {
    background-size: 50%;
  }
}

@media screen and (max-width:768px) {
  .idec-swiper-container:after {
    background-size: 45%;
  }
}

.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 .swiper-slide img {
  width     : 100%;
  object-fit: cover;
}

.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  : 41px;
  font-weight: 300;
}

.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   : 99;
}

.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            : 0%;
  left              : 0%;
  background        : rgba(0, 0, 0, 0.5);
  padding           : 20px;
  line-height       : 3em;
  width             : 100%;
  /* border-left    : 5px solid #f7c48396; */
  -webkit-transition: all .5s;
  -o-transition     : all .5s;
  transition        : all .5s;
  display           : none;
}

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

.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: 40%;
  }
}

@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               : 10%;
    left              : 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 .8s linear;
    animation        : mobileanmation .8s linear;
  }
}

.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: 20%;
  }

  to {
    top: 10%;
  }
}

@keyframes mobileanmation {
  from {
    top: 20%;
  }

  to {
    top: 10%;
  }
}