.navbar {
    background-color: #00aeff;
    border-color: #00aeff;
    height: 50px;
    overflow: hidden;
}

.btn-info {
    background-color: #00aeff;
    border-color: #00aeff;
}


.mored{
    position: absolute;
    bottom: -15px;
    right: 0;
}


/*banner*/
/*
.banner-main {
    width: 100%;
    height: 200px;
    position: relative
}

.banner-main-img {
    height: 200px;
    width: 100%;
    overflow: hidden
}

.banner-main-img li {
    width: 100%;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.banner-main-img li img {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
    top: 0
}

.ui-controls ul {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.ui-controls ul li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 2px solid #ddd;
    background: #eee;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.ui-controls ul li:hover {
    border: 2px solid #ccc;
    background: #999
}

.ui-controls ul .current {
    border: 2px solid #ccc;
    background: #999
}

.ui-controls .ui-prev {
    width: 41px;
    height: 69px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -35px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/prev.png.png.html) no-repeat -84px 50%;
    z-index: 999;
    cursor: pointer
}

.ui-controls .ui-next {
    width: 41px;
    height: 69px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -35px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/next.png) no-repeat -125px 50%;
    z-index: 999;
    cursor: pointer
}

.ui-controls .ui-prev:hover {
    background-position-x: 0
}

.ui-controls .ui-next:hover {
    background-position-x: -42px
}
*/
