/*固定响应*/
.container {
    width: 1170px;
!important;
}

/* 全局标签 */
/* padding-top:36px;*/
body {
    background-color: #f6f6f6
}

ul {
    margin: 0px;
    padding: 0px;
}

.pagination {
    margin: 10px 0px;
}

.breadcrumb a {
    padding: 0px;
}

.breadcrumb {
    margin-bottom: 0px;
}

.box a {
    color: #333
}

#bs-example-navbar-collapse-1 a {
    padding: 7px 0px;
}

/* 仪表板 */
.panel-gk {
    padding: 10px 15px 10px 25px;
    border-bottom: 1px solid #ddd;
    background: url("/images/home/panel.jpg") no-repeat 10px 12px;
}

/* 头部导航条 */
/* 大于768 */
@media (min-width: 768px) {
    /*.gk-nav{background: blue;}*/
    .gk-nav {
        color: #4A4a4A
    }

    .gk-nav {
        min-height: 35px;
        margin-bottom: 0px;
    }

    .gk-nav .navbar-brand {
        height: 35px;
        font-size: 14px
    }

    .gk-nav a {
        padding: 7px 15px 8px 15px
    }

    .gk-nav ul a {
        padding: 6px 15px 7px 15px
    }

    .gk-nav form {
        margin: 0px;
        color: #777
    }

    .gk-nav form input {
        padding: 0px 15px;
        height: 30px;
        margin-right: 10px;
    }

    .gk-nav button {
        padding: 6px 6px;
    }

    .gk-nav label {
        font-weight: normal
    }
}

/* 小于 1200 并 大于 768*/
@media (max-width: 1200px) and (min-width: 768px) {
    /*.gk-nav{background: red;}*/
    .gk-nav a {
        padding: 7px 5px 8px 5px
    }

    .gk-nav ul a {
        padding: 6px 5px 7px 5px
    }

    .gk-nav form input {
        padding: 0px 10px;
        margin-right: 0px;
        max-width: 125px;
    }
}

/* 搜索一栏 */
.search {
    margin: 10px 0px;
}

.search .col-xs-4 {
    padding: 0px;
    margin-top: 15px;
}

.search .search_img {
    margin: 25px 0px;
}

.search .search_img input {
    border-color: #29aae3;
    border-right: none;
}

.search .search_img .input-group-addon {
    border-color: #29aae3;
    background-color: #29aae3;
    color: white;
    font-size: 16px;
    padding: 0px
}

.search .searchInput {
    background: none;
    border: none;
    padding: 8px 25px
}

.search .col-xs-3 {
    margin: 15px 0px;
    padding-left: 30px;
}

.search .col-xs-3 p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #777
}

.search .col-xs-3 .tel {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    color: #ef7e22
}

/* 导航条 */
.navigation {
    height: 40px;
    background: #29aae3;
}

.navigation .col-xs-1 {
    padding: 0 15px;
    width: 115px;
    position: relative
}

.navigation .col-xs-1 a {
    padding: 10px 15px;
    font-size: 14px;
    color: white;
    text-align: center
}

.navigation .putDown {
    background-color: #145470
}

.navigation .panel-two {
    width: 158px;
    display: inline-block;
    position: absolute;
    z-index: 9999;
    top: 40px;
    left: 5px;
    display: none;
}

.navigation .panel-two a {
    color: #333
}

.navigation .panel-two a:hover {
    color: white;
    background: #f39803
}

/* 轮播 */
.index-carousel {
    padding: 0px;
    text-align: center;
}

.index-carousel .item {
    max-height: 390px;
}

.index-carousel img {
    max-height: 390px;
    max-width: 1920px;
    width: 1920px;
    display: block;
    clear: both;
    margin: auto;
}

/* floor*/
.out_link {
    height: 160px;
    background: #474747
}

.out_link .block {
    width: 228px;
    float: left;
    margin: 22px 0px;
    border-right: 1px solid #f6f6f6;
    color: white
}

.out_link .block a {
    color: white
}

.out_link .block strong {
    font-size: 16px;
    padding-left: 5px;
    color: white;
}

.black {
    height: 180px;
    background: #313131
}

/*  推荐的 */

.tjCourse .panel-body {
    padding: 5px;
    min-height: 255px;
}

.tjCourse .thumbnail {
    position: relative;
    display: none;
    margin-bottom: 0px;
}


.tjCourse .thumbnail img{
    height: 230px;
}

.tjCourse .show {
    display: inline
}

.tjCourse .thumbnail .text {
    position: absolute;
    bottom: 5px;
    background: #1e2d2a;
    padding-left: 20px;
    width: 98%;
    color: white;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.tjCourse .col-xs-7 a {
    color: white
}

.tjCourse img {
    width: 100%;
}

.tjCourse .list-group {
    margin-bottom: 0px;
}

.tjCourse .list-group-item {
    padding: 5px 15px;
    border: none;
}

.tjCourse .list-group-item a {
    margin-right: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    border-bottom: 1px solid #ddd
}

/* 学生 成功案例*/
.student .box-body .media-body p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}

/* 通用块 */
.box {
    margin-bottom: 10px;
    background: #fff;
}

.box .title-lay {
    border-left: 3px solid #64ABE0;
    padding-left: 10px;
}

.box .more {
    float: right;
    color: #64ABE0;
}

.panel-heading .more {
    float: right;
    color: #64ABE0;
}

.box .logob {
    float: left;
    width: 120px;
    height: 80px;
}

.box .licontentb {
    margin-left: 130px;
}

.box .licontentb a {
    color: #333
}

.box .box-title {
    padding: 8px 0px;
    border-bottom: 1px solid #f3f3f3;
}

.box .logolist li {
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
}

.box .logolist li img {
    margin-top: 5px;
}

.box .box-body {
    padding: 10px;
}

.box .note {
    padding-top: 5px;
    color: #999;
    height: 65px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* 尾部通用块 */
.footer_list {background: #484848}
.footer_content_list{border-left:1px solid #666666;margin-top:25px;float:left;text-align: center;height:120px;min-width: 210px;}
.footer_content_list ul{display:block;float:left;}
.footer_content_list ul li{list-style: none}
.footer_content_list ul li a{display:block;margin:0px 60px;color:#FFF;}
.footer_content_list ul li:first-child{font-size:18px;margin-bottom:11px;}
.footer_content_list ul li a:hover{color:#F6A623;}
.footer_content_line{height:120px;width:1px;background-color:#666666;float:left;}
.footer_content_list_last{text-align: left;}
.footer_logo{height:70px;width:185px;text-align: center;margin-top:46px;float:left;}
.footer_logo_line{width:1px;height:70px;float:left;background-color: #666666;margin-top:30px;}
.footer_end_list{height:60px;width:600px;float:left;margin-top:36px;}
.footer_end_list ul{margin:0px;padding:0px;text-align: center;margin-left:20px;}
.footer_end_list ul li a{margin:0px 10px;color:#FFF;}
.footer_end_list ul li{float:left;text-align: center;}
.footer_list_line{height:20px;width:1px;background-color:#FFF;float:left;}
.footer_end_list ul li a:hover{color:#F6A623;}
.footer_information{float:left;color:#FFF;margin-top:7px;margin-left:30px;}
.footer_information p{margin:0px;padding:0px;}
.QRcode{widht:196px;height:110px;margin-top:19px;float:left;}






