/*  默认样式 */
*{font-family:"Microsoft YaHei"}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:"Microsoft YaHei","微软雅黑",Verdana,Arial,Helvetica,sans-serif;}
body{-webkit-backface-visibility:hidden;font-family:"Microsoft YaHei","宋体",Verdana,Arial,Helvetica,sans-serif;min-width:296px;-webkit-text-size-adjust:none;}
strong{font-weight:bold}
a{color:#333;background:transparent;text-decoration:none;outline:none;}
textarea{font-family:"Microsoft YaHei","微软雅黑";font-size:100%;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
ul{list-style: none;}
.qs-teacher-list .col-lg-3{width:20%}
.top-nav{height:25px;border:1px solid red;}
.menu-title{font-size: 14px;}
.panel {
    box-shadow: none;
}
.jumbotron {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .panel {
        margin: 0 -15px;
    }
    .jumbotron {
        margin-bottom: 10px;
    }
}
.main-jumbotron {
    padding: 30px 0;
}

/* 主导航 */
.main-nav {
    margin-bottom: 0;
    border-radius: 0;
    background: #fff;
    border-color: #fff;
}
.full-header .navbar-nav>li>a:focus,
.full-header .navbar-nav>li>a:hover{
    color: #3fa9f5;
}
@media (min-width: 768px) {
    .main-nav .navbar-brand {
        padding: 30px 15px;
        font-size: 30px;
        color: #3fa9f5;
    }
    .main-nav .navbar-brand img {
        /*height: 52px;*/
        margin-top: -12px;
    }
    .main-nav ul.nav>li>a {
        padding: 30px 20px;
    }
    .main-nav .navbar-btn {
        margin-top: 23px;
        margin-bottom: 43px
    }
}

/* 页面底部 */
.footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.footer .footer-bottom {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 15px;
}

.btn-ghost-default {
    padding: 8px 25px;
    border: 1px solid #ccc;
    color: #919191;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ffffff;
}
.btn-ghost-default:hover {
    border-color: #c30d22;
    color: #c30d22;
    background-color: #ffffff;
}



.navbarr{height:40px; background-color: #000;padding:0;margin:0;}
.navbarr ul{;margin:0;padding:0;height:40px;list-style: none;border:0px solid red;}
.navbarr ul li{float: left;margin:0;padding:0;height:40px;}
.navbarr ul li a{color:#fff; height:40px; line-height: 40px; padding:0 29px;display: block;}
.navbarr ul li a:hover{background-color: #ee2139;text-decoration: none;}
.currMenu{ background-color: #ee2139;height:40px; line-height: 40px;}

.img-respon{width:300px;height:300px;}
.avatar-lg {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 120px !important;
    height: 120px !important;
}

.recommend-class-list .class-item {
    position: relative;
    margin: 0 auto 30px;
    z-index: 1;
}
@media (max-width: 767px) {
    .recommend-class-list .class-item {
        margin: 0 -5px 20px -5px;
    }
}
.recommend-class-list .class-item:hover .class-bg-layer {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s .05s ease;
    -moz-transition: all .4s .05s ease;
    transition: all .4s .05s ease;
}
.recommend-class-list .class-item:hover .class-item-bg {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.recommend-class-list .class-item .class-bg-layer {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.recommend-class-list .class-item .class-item-bg {
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
    .recommend-class-list .class-item .class-item-bg {
        padding: 5px;
    }
}
.recommend-class-list .class-item .class-img {
    display: block;
}
.recommend-class-list .class-item .img-responsive {
    width: 100%;
}
.recommend-class-list .class-item h3 {
    margin: 15px 0 5px 0;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
@media (max-width: 767px) {
    .recommend-class-list .class-item h3 {
        margin-top: 10px;
    }
}
.lt-ie9 .recommend-class-list .class-item {
    border: 1px solid #e1e1e1;
}


/*老师*/
.qs-section {
    padding: 50px 0;
}
.qs-section.section-white {
    background: #fff;
}
.qs-section .section-more {
    margin-top: 40px;
    text-align: center;
}
.qs-section-header {
    text-align: center;
    margin-bottom: 30px;
}
.qs-section-header .title {
    font-size: 28px;
    color: #313131;
    margin-bottom: 15px;
}
.qs-section-header .subtitle {
    color: #ccc;
}
.qs-section-header {
    text-align: center;
    margin-bottom: 30px;
}
.qs-section-header .title {
    font-size: 28px;
    color: #313131;
    margin-bottom: 15px;
}
.qs-section-header .subtitle {
    color: #ccc;
}
.qs-teacher-list {
    position: relative;
}
.qs-teacher-list:hover .arrow-left,
.qs-teacher-list:hover .arrow-right {
    opacity: 1;
    filter: alpha(opacity=100);
}
.qs-teacher-list .arrow-left {
    background: url('http://www.qswangxiao.com/themes/qiushi/img/new/arrows.png') no-repeat left top;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.qs-teacher-list .arrow-right {
    background: url('http://www.qswangxiao.com/themes/qiushi/img/new/arrows.png') no-repeat left bottom;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.qs-teacher-item {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    background: #F3F7F6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.qs-teacher-item .teacher-img {
    padding-top: 25px;
    padding-bottom: 20px;
}
.qs-teacher-item .teacher-name {
    font-size: 22px;
    color: #626B80;
    margin-bottom: 10px;
}
.qs-teacher-item .teacher-position {
    color: #99A0B4;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.qs-teacher-item .teacher-bottom {
    background: #E8ECF6;
    text-align: left;
    color: #383B48;
    font-size: 12px;
    padding: 35px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.qs-teacher-item .teacher-bottom .teacher-about {
    height: 30px;
    overflow: hidden;
    margin-bottom: 0;
}
.qs-teacher-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    background: #40475a;
    background: rgba(64, 71, 90, 0.9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.qs-teacher-item .slogan {
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}
.qs-teacher-item .slogan-title {
    font-size: 22px;
    margin-bottom: 5px;
}
.qs-teacher-item .teacher-action .btn {
    margin: 10px 5px;
}
.qs-teacher-item:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.teacher-item .avatar-lg {
    border: 4px solid #fff;
}
@media (max-width: 767px) {
    .teacher-item .avatar-lg {
        width: 80px !important;
        height: 80px !important;
    }
}
.qs-article-panel .qs-recommend-article {
    float: left;
    width: 40%;
}
@media (max-width: 1199px) {
    .qs-article-panel .qs-recommend-article {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .qs-article-panel .qs-recommend-article {
        width: 100%;
    }
}
.qs-article-panel .qs-article-block {
    margin-bottom: 10px;
}
.qs-article-panel .qs-article-block img {
    width: 100%;
}
.qs-article-panel .qs-new-article {
    float: left;
    width:100%;
}
.qs-article-panel .qs-new-article .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #c1c1c1;
}
.qs-article-panel .qs-new-article li {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    margin-bottom: 25px;
    padding-right: 70px;
}
.qs-panel-title {
    position: relative;
    color: #616161;
    font-size: 24px;
    margin-bottom: 20px;
}
.qs-panel-title small {
    font-size: 14px;
    color: #ccc;
    margin-left: 10px;
}
.qs-panel-title .more {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 14px;
}
.qs-article-panel .qs-recommend-article {
    float: left;
    width: 40%;
}
@media (max-width: 1199px) {
    .qs-article-panel .qs-recommend-article {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .qs-article-panel .qs-recommend-article {
        width: 100%;
    }
}
.qs-article-block {
    position: relative;
}
.qs-article-block .title {
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

@media (max-width: 1199px) {
    .media-dynamic {
        margin-top: 10px;
    }
}
.media-dynamic .avatar-sm {
    width: 50px !important;
    height: 50px !important;
}
.media-dynamic .title {
    margin-bottom: 5px;
    color: #919191;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.media-dynamic .title a {
    font-size: 14px !important;
}
.media-dynamic .date {
    font-size: 14px;
    color: #c1c1c1;
}
.media-dynamic .media-body {
    border: none;
}
.qs-article-panel .qs-new-article .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #c1c1c1;
}
.media-dynamic .date {
    font-size: 14px;
    color: #c1c1c1;
}


@font-face {font-family: "es-icon";
    src: url('/Public/font/es-icon.eot'); /* IE9*/
    src: url('/Public/font/es-icon.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('/Public/font/es-icon.woff') format('woff'), /* chrome, firefox */
    url('/Public/font/es-icon.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('/Public/font/es-icon.svg') format('svg'); /* iOS 4.1- */
}

.es-icon {
    font-family:"es-icon" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.es-icon-dot:before { content: "\e68a"; }
.mrs {
    margin-right: 5px !important;
}
.color-primary {
    color: #c30d22 !important;
}
