﻿
/* 整体样式 */
body {
    font-family: gotham_book,Arial,sans-serif !important;
}



.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*  导航样式  */

.navbar-default {
    background-color: white;
    border-left: none;
    border-top: none;
    border-right: none;
}

.navbar {
    margin-bottom: 0px;
}


.navbar-brand {
    padding: 0px;
}

.maincontent .main {
    float: inherit !important;
}

/*.bottomdiv {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 300px;
}

.bottom_content {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    z-index: 200;
    background-color: rgba(0,0,0,0.5);
    padding-bottom: 0px;
}

.bottom_text {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

    .bottom_text p {
        color: white;
    }*/
#usertab .active {
    background-color:#337ab7;
    color:#fff;
}
/*  电脑端样式  */
@media(min-width:1028px) {
    nav {
        min-height: 80px;
    }

    .navbar a {
        font-size: 18px;
    }

    nav .navbar-header {
        height: 80px;
    }

    nav .navbar-collapse {
        height: 80px;
    }

    .navbar-brand {
        font-size: 25px;
        height: 80px;
    }

    .navbar-header img {
        padding: 15px;
        height: 100%;
    }


    .navbar-toggle {
        margin-top: 23px;
        margin-bottom: 23px;
    }

    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /*.bottom_img {
        width: 100%;
    }*/
}

@media(max-width:1440px) and (min-width:769px) {
    nav .navbar-header {
        /*width: 100%;*/
    }

    .navbar a {
        width: 100%;
    }

    .navbar-header img {
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*  手机端样式  */
@media(max-width:768px) {
    .navbar-nav > li > a {
        text-align: center;
    }

    .navbar-nav > li > ul > li > a {
        text-align: center;
    }

    .container-fluid > .navbar-header {
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-brand {
        width: 60%;
        padding:5px;
    }

        .navbar-brand img {
            /*margin: 15px auto;*/
            /*width: 100%;*/
            height:100%;
        }

    /*.bottom_img {
        width: auto;
    }*/
}

/*页脚*/
.bs-docs-footer {
    border-top: 1px solid #e5e5e5;
    color: #767676;
    /*margin-top: 100px;*/
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}