﻿body {
    min-width:1200px;
}

.show-us {
    min-width:1130px;
}

    .show-us > .left-img {
        width:315px;
        min-width:315px;
        float: left;
        position: relative;
    }

        .show-us > .left-img> img {
            float: left;
            width: 315px;
            min-width:315px;
            height: 210px;
        }
    .show-us > .right-img {
        width: 815px;
        min-width:815px;
        float: left;
        position: relative;
    }

#carousel-box img {
    width: 815px;
    min-width:815px;
    height: 210px;
}

.carousel-indicators {
    top: 10px !important;
    left:900px;
    width:140px;
    min-width:120px;
}

    .carousel-indicators > li {
        border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        background: #b6c6d5 !important;
        border: 0px !important;
    }

    .carousel-indicators > .active {
        background: #748996 !important;
    }
.course-filter {

}
.course-filter > div:first-child {
    color: #298ce1;
    text-align: center;
    font-size: 16px;
    font-family: 宋体;
    font-weight: bold;
}
.course {
    border: 1px solid #ee3135;
    width: 1130px;
    min-width:1130px;
    height: auto;
}

.course-class {
    width:100%;
    min-width:100%;
    height:60px;

}

    .course-class ul {
            list-style-type: none;
            width:100%;
            min-width:100%;
            padding:0px;
    }
 .course-class ul li {
            float:left;
            width:16.66%;
            min-width:16.66%;
            padding-right:15px;

        }
            .course-class ul li:last-child {
                padding-right:0px;
            }

            .course-class ul li a {
                display:block;
                color:white;
                width:100%;
                min-width:100%;
                 padding:12px 0px;
                 cursor:pointer;
                 text-decoration:none;
                 background:#ee3135;
                 text-align:center;
                 font-size:16px;
            }


.course > .tab-pane > .row {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom:15px;
}

.course >  .tab-pane div > .img-block {
    float: left;
}

.course >  .tab-pane div > .text-block {
    float: left;
    margin-left: 30px;
}

.course > .tab-pane div > .img-block > img {
    min-width:190px;
    min-height:180px;
    width: 190px;
    height: 180px;
}

.course > .tab-pane div > .text-block > .list-block > ul {
    margin: 0;
    padding: 0;
}

    .course > .tab-pane div > .text-block > .list-block > ul > li {
        padding-top: 5px;
    }

        .course > .tab-pane .col-lg-6 {

            position:relative;
            width:564px;
            min-width:564px;
            float:left;
    }

.bottom-right-position {
    right: 30px;
    bottom: 10px;
    position: absolute;
}


.q-link {
}

    .q-link > div {
        width: 100%;
        min-width:1200px;
        height: 150px;
        background: #f3f3f3;
        border-top: 1px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd;
        padding:20px 50px;
        margin-top:50px;
    }

        .q-link > div > ul {
            list-style-type: none;
            width:100%;
        }
        
            .q-link > div > ul > li {
                float:left;
                width:25%;
            }

                .q-link > div > ul > li > a {
                    display: block;
                    padding: 20px 80px;
                    text-align:center;
                    text-decoration: none;
                    color: #000000;
                    font-size: 14px;
                    font-family: 宋体;
                }