.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left;
    margin-block-start: 2em
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

#page {
    width: 980px;
    margin: 0 auto
}

#header {
    height: 100px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    text-align: center
}

#content {
    width: 100%;
    float: left
}

.banner {
    position: relative;
    overflow: auto
}

.banner li {
    list-style: none
}

.banner ul li {
    float: left
}

#footer {
    border: 1px solid #ccc;
    float: left;
    height: 50px;
    margin-top: 10px;
    padding: 10px;
    width: 960px
}

@media screen and (max-width:980px){
    #page {
        width: 100%
    }
    #content {
        width: 100%
    }
}

#owl-carousel .item {
    margin: .5em;
    box-shadow: 0 0 5px white;
    padding: 1em
}

#owl-carousel .item:hover {
    background: #e7e9eb;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

#owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto
}

#owl-carousel .title {
    text-align: center;
    margin-top: .5em
}

#owl-slider .item img {
    display: block;
    width: 100%;
    height: auto
}

@media screen and (max-width:600px) {
    #content,
    #footer {
        width: auto;
        float: none;
        height: auto
    }
}