body {
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
    padding-top: 50px;
    margin:0px;
}
a {
    color: #333;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a {
    color: #66CC66;
    text-decoration: none;
}

/*輪圖指標*/
.owl-controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 999;
}
.owl-dot {
    background: #FFF;
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 0.9;
    border-radius: 10px;
    margin: 0 5px;
}
.owl-prev, .owl-next {
    position: absolute;
    top: -300px;
    width: 100px;
    height: 100%;
    color: #fff;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

/*輪圖尺寸*/
.ci-img {
    height:933px;
}
.ci-img img{
    max-width:100%;
    height:auto;
}

@media only screen and (max-width: 768px) {
    .nav>li.sh-top {
        display: none;
    }
    .ci-img {
        height: 150px;
    }
}
