.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: -5px;
    transition: all 0.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: 28px;
    font-weight: 600;
}

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

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

.idec-swiper-container .swiper-button-next,
.idec-swiper-container .swiper-button-prev {
    top: 50%;
}

.idec-swiper-container .idec-titleinfo {
    display: none;
    position: absolute;
    bottom: 10%;
    left: 10%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    line-height: 3em;
    width: 25%;
    border-left: 5px solid #ababab;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.idec-swiper-container .idec-titleinfo p {
    width: 100%;
    line-height: 1.5em;
    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: #ff4200;
    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 .maintitle {
        font-size: 32px;
    }

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

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

    .idec-swiper-container .idec-titleinfo {
        position: absolute;
        bottom: 0%;
        left: 0;
        width: 100%;
        border-left: 0px solid #f7c48396;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .idec-swiper-container .swiper-slide-active .idec-titleinfo {
        -webkit-animation: mobileanmation 0.8s linear;
        animation: mobileanmation 0.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 {
        left: 0;
    }

    to {
        left: 10%;
    }
}

@keyframes PCanimation {
    from {
        left: 0;
    }

    to {
        left: 10%;
    }
}

@-webkit-keyframes mobileanmation {
    from {
        bottom: -5%;
    }

    to {
        bottom: 0%;
    }
}

@keyframes mobileanmation {
    from {
        bottom: -5%;
    }

    to {
        bottom: 0%;
    }
}
