/* Slider */
#sections .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#sections .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    #sections .slick-list:focus {
        outline: none;
    }

    #sections .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

#sections .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#sections .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    #sections .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    #sections .slick-track:after {
        clear: both;
    }

#sections .slick-loading .slick-track {
    visibility: hidden;
}

#sections .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

#sections [dir='rtl'] .slick-slide {
    float: right;
}

#sections .slick-slide img {
    display: block;
}

#sections .slick-slide.slick-loading img {
    display: none;
}

#sections .slick-slide.dragging img {
    pointer-events: none;
}

#sections .slick-initialized .slick-slide {
    display: block;
}

#sections .slick-loading .slick-slide {
    visibility: hidden;
}

#sections .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#sections .slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
#sections .slick-prev, #sections .slick-next {
    width: 20px;
    height: 20px;
    margin-top: -18.5px;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 50%;
    z-index: 1;
}

#sections .slick-prev {
    left: 20px;
    background: url(/images/ui_88.jpg) no-repeat;
}

#sections .slick-next {
    right: 20px;
    background: url(/images/ui_90.jpg) no-repeat;
}
.ljtw {
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
    width: 230px;
    height: 50px;
    background-color: #7e181d;
    line-height: 50px;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 17px;
    vertical-align: middle;
}
.ckdt {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 150px;
    height: 55px;
    background-color: #7e181d;
    line-height: 54px;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 17px;
    vertical-align: middle;
    margin-top:13px;
}
/* Dots */
#sections .slick-dots {
    position: absolute;
    bottom: -45px;
    text-align: center;
    width: 100%;
}

    #sections .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0px 5px;
        cursor: pointer;
        background-color: #937344;
        text-indent: -10em;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

        #sections .slick-dots li.slick-active {
            background-color: #666;
        }
