html,
body {
    font-family:"Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-seri;
    background: #f7f7f7;
    /*background: #f5f5f5;*/
}

a {
    color: #666666;
    text-decoration: none;
}
a:hover, a:focus{
    text-decoration: none;
    color: #333333;
}
p{
    color: #666666;
    font-size: 16px;
    line-height:1.5;
    margin-bottom:0;
}
h1, h2, h3, h4, h5{
    color: #333333;
    line-height: 1.5;
}
.btn{
    font-size: 15px;
}
.btn:active, .btn:focus{
    box-shadow: none;
}
.btn-orange{
     color: white;
     background: #eb7334;
     border:#eb7334;
     border-radius: 20px;
     padding: 6px 22px;
 }
.btn-youling{
    border-color: #e5e5e5;
    background-color: white;
    color: #eb7334;
    border-radius: 20px;
    padding: 6px 22px;
}
.btn-oyouling{
    color: white;
    background: rgba(247,169,127,0.45);
    border: rgba(247,169,127,0.45);
    border-radius: 20px;
    padding: 6px 38px;
}
.btn-goumai{
    color: white;
    background: #eb7334;
    border:#eb7334;
    border-radius: 40px;
    padding: 10px 30px;
}
.btn-zixun{
    color: #eb7334;
    background: white;
    border-color: #e5e5e5;
    border-radius: 40px;
    padding: 10px 30px;
}
.btn-qs{
    color: #21a49c;
    background: none;
    border:none;
    border-radius: 20px;
    padding: 6px 22px;
}
.btn-gray{
    color: #666666;
    background: white;
    border-color: #e5e5e5;
    border-radius: 20px;
    padding: 6px 22px;
}
a.active.btn-gray{
    color: #666666;
    background: white;
    border-color: #eb7334;
    box-shadow: none;
}
.btn-qs:hover, .btn-qs:active, .btn-qs:focus{
    color: #21a49c;
    background: #e8f6f6;
    border: #e8f6f6;
    border-radius: 20px;
    padding: 6px 22px;
}
button.btn-orange{
    padding:6px 32px;
}
button.btn-orange:focus, button.btn-orange:link{
    outline: none;
    outline: 0;
}
.btn-lp{
    border-radius: 20px;
    padding: 6px 22px;
    color: #414141;
}
.btn-lp:hover{
    border-radius: 20px;
    padding: 6px 22px;
    border-color: #e5e5e5;
    color: #333333;
}

.m0{
    margin:0px;
}
.mt-0{
    margin-top:0px;
}
.ml-5{
    margin-left:5px;
}
.mr-5{
    margin-right:5px;
}
.mb-0{
    margin-bottom:0px;
}
.mt-10{
    margin-top:10px;
}
.mt-20{
    margin-top:20px;
}
.mt-30{
    margin-top:30px;
}
.mt-40{
    margin-top:40px;
}
.mt-50{
    margin-top:50px;
}
.mt-60{
    margin-top:60px;
}

.mh-10{
    margin-left:10px;
    margin-right: 10px;
}
.mh-15{
    margin-left:15px;
    margin-right: 15px;
}
.mh-20{
    margin-left:20px;
    margin-right: 20px;
}
.mv-10{
    margin-top:10px;
    margin-bottom:10px;
}
.mv-20{
    margin-top:20px;
    margin-bottom:20px;
}
.mv-30{
    margin-top:30px;
    margin-bottom:30px;
}
.ml-20{
    margin-left:20px;
}
.ml-10{
    margin-left:10px;
}
.ml-30{
    margin-left:30px;
}
.mr-10{
    margin-right:10px;
}
.mr-15{
    margin-right:15px;
}
.mr-20{
    margin-right:20px;
}
.mr-30{
    margin-right:30px;
}
.mr-40{
    margin-right:40px;
}
.mr-50{
    margin-right:50px;
}
.mb-10{
    margin-bottom:10px;
}
.mb-16{
    margin-bottom:16px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-30{
    margin-bottom:30px;
}
.mb-40{
    margin-bottom:40px !important;
}
.mb-50{
    margin-bottom:50px !important;
}
.mb-60{
    margin-bottom:60px !important;
}
.mb-100{
    margin-bottom:100px;
}

.p0{
    padding:0;
}
.pl-30{
    padding-left: 30px;
}
.pl-20{
    padding-left: 20px;
}
.p10{
    padding:10px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.p16{
    padding:16px !important;
}
.ph-16{
    padding:0 16px !important;
}
.ph-20{
    padding:0 20px !important;
}
.p20{
    padding:20px !important;
}
.pv-20{
    padding-top:20px !important;
    padding-bottom:20px !important;
}
.pv-30{
    padding-top:30px !important;
    padding-bottom:30px !important;
}
.pv-40{
    padding-top:40px !important;
    padding-bottom:40px !important;
}
.pv-50{
    padding-top:50px !important;
    padding-bottom:50px !important;
}
.p30{
    padding:30px !important;
}
.p40{
    padding:40px !important;
}
.pt-10{
    padding-top:10px !important;
}
.pt-20{
    padding-top:20px !important;
}
.pb-20{
    padding-bottom:20px !important;
}
.bg-qs{
    background: #f4fafa;
}
.bg-os{
    background: #faf7f5;
}
.bg-zs{
    background: rgba(235,115,52,0.92);
}
.bg-gray{
    background: #f7f7f7;
}
.bg-white{
    background: white;
}
.bg-transparent{
    background: transparent;
}
.bor-4{
    border-radius:4px;
}
.bor-f5{
    border: 1px solid #f5f5f5;
}
.color-z{
    color: #333333 !important;
}
.color-c{
    color: #666666 !important;
}
.color-f{
    color: #808080 !important;
}
.color-q{
    color: #21a49c !important;
}
.color-white{
    color: #ffffff !important;
}
.color-o{
    color: #eb7334 !important;
}
.color-w{
    color: #8a6d3b !important;
}
.width100{
    width:100%;
    height:auto;
}
h5{
    font-size: 16px;
    line-height:1.4;
    color: #666666;
}
h5.title{
    font-size: 16px;
    line-height:1.4;
    color: #666666;
}
div.title-20{
    font-size: 20px;
    line-height:1.4;
}






header{
    background: white;
}
.header-top{
    padding:20px 0 12px;
    /*overflow: hidden;*/
}
.pone-block h4{
    line-height:20px;
    height:20px;
    vertical-align: top;
    margin:0;
    margin-top: 7px;
}
.pone-block h4 img{
    margin-right: 6px;
    vertical-align: top;
}
ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top ul li {
    display: inline-block;
    vertical-align: top;
    padding:0 15px;
}
.right-block, .pone-block, .shop-box, .shart-box, .rukou-box, .yidenglu-box{
    display: inline-block;
    vertical-align: top;
}
.header-top .shop-box, .header-top .shart-box{
    /*padding:0 15px;*/
    display: inline-block;
    vertical-align: top;
    padding:7px 0;
}
.header-top .shart-box{
    margin-left:20px;
}
.header-top .shop-box a, .header-top .shart-box a{
    display: block;
    width:20px;
    height: 20px;
}
/*.header-top .shop-box a{*/
    /*margin-right:15px;*/
/*}*/
/*.header-top .shart-box a{*/
    /*margin-left:15px;*/
/*}*/
.header-top .shop-box a.xiaoxi{
    background: url("../../../app/media/images/xiaoxi.png") no-repeat;
    background-position: center center;
}
.header-top .shop-box a.cart{
    background: url("../../../app/media/images/cart.png") no-repeat;
    background-position: center center;
}
.header-top .shart-box a.weixin{
    background: url("../../../app/media/images/weixin.png") no-repeat;
    background-position: center center;
}
.header-top .shart-box a.weibo{
    background: url("../../../app/media/images/weibo.png") no-repeat;
    background-position: center center;
}
.header-top .shop-box a.xiaoxi:hover{
    background: url("../../../app/media/images/xiaoxiz.png") no-repeat;
    background-position: center center;
}
.header-top .shop-box a.cart:hover{
    background: url("../../../app/media/images/cartz.png") no-repeat;
    background-position: center center;
}
.header-top .shart-box a.weixin:hover{
    background: url("../../../app/media/images/weixinz.png") no-repeat;
    background-position: center center;
}
.header-top .shart-box a.weibo:hover{
    background: url("../../../app/media/images/weiboz.png") no-repeat;
    background-position: center center;
}
.header-top .shart-box li a:hover i{
    background: url("../../../app/media/images/weixinm.png") no-repeat 0 0;
    display: block;
    width: 130px;
    height: 134px;
    cursor: pointer;
}
.header-top .shart-box li a i{
    display: none;
    position: absolute;
    right: 50%;
    margin-right:-65px;
    bottom: -134px;
    z-index: 3000;
}
.header-top .shart-box li{
    position: relative;
}
.header-logo{
    padding:12px 0 36px;
    padding: 8px 0 30px;
    position: relative;
}
.search-input{
    width:230px;
    position: absolute;
    top: 12px;
    right: 0;
}
.header-logo .input-group .form-control:first-child{
    padding: 6px 18px;
}
.header-logo .form-control{
    border: 1px solid #ebebeb;
    border-radius: 20px;
    box-shadow: none;
    border-right: none;
}
.header-logo .input-group-btn:last-child > .btn{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left:none;
    border-right: 1px solid #ebebeb;
    padding: 6px 16px;
    height:34px;
}
.header-logo .input-group-btn:last-child > .btn:active, .header-logo .input-group-btn:last-child > .btn:link, .header-logo .input-group-btn:last-child > .btn:hover, .header-logo .input-group-btn:last-child > .btn:focus{
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #c9c9c9;
}
.header-logo  .btn-default:active, .header-logo  .btn-default:link, .header-logo  .btn-default:hover, .header-logo  .btn-default:focus{
    box-shadow: none;
    outline: none;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #c9c9c9;
}
.header-logo .btn-default{
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #c9c9c9;
}
.header-logo .input-group-btn:last-child > .btn .btn-default{
    color: #c9c9c9;
}
/*.input-group-btn01{*/
    /*padding: 6px 12px;*/
/*}*/
/*.glyphicon-search01{*/
    /*font-size: 14px;*/
    /*font-weight: normal;*/
    /*line-height: 20px;*/
    /*text-align: center;*/
    /*text-shadow: 0 1px 0 #ffffff;*/
/*}*/
.navbar-collapse.collapse{
    display: block!important;
    height: auto!important;
    padding:0;
}
.navbar-collapse.collapse .menu{
    text-align: center;
}
.navbar-collapse.collapse .menu li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.navbar-collapse.collapse .menu li a {
    color: #333333;
    font-size: 18px;
    font-size: 20px;
    line-height: 68px;
    display: block;
    padding: 0 30px;
}
.navbar-collapse.collapse .menu .dropdown-menu li a {
    padding: 0 30px;
    line-height: 48px;
    font-size:16px;
    font-size:18px;
}
.navbar-collapse.collapse .menu .dropdown-menu{
    padding:10px 0;
}
.navbar-collapse.collapse .menu li a:hover {
    color: #eb7334;
}
.navbar-collapse.collapse .menu li.nav-current > a{
    color: #eb7334;
}
.nav-current2{
    color: #eb7334!important;
}
.fluid-nav .navbar-default{
    border:none;
    background: none;
}
.fluid-nav{
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
}
.carousel-inner > .item > img{
    /*height:100%;*/
    /*width:auto;*/
    width:100%;
}
.slide.carousel .carousel-inner .item{
    height:100%;
}

.school-block{
    padding:60px 15px 50px;
}
.school-block .school-lie{
    /*padding-top:40px;*/
}
.school-block .school-lie h4.media-heading{
    font-size: 16px;
    line-height:1.4;
    color: #21a49c;
    margin-bottom:20px;
}
.photo-block{
    padding-left:6px;
    padding-right: 6px;
    padding-top:60px;
    padding-bottom:60px;
}
.photo-block .photo-lie div {
    padding:0 6px;
}
.photo-block .photo-lie div .img-thumbnail{
    border-color: #ededed;
}
.photo-block .photo-lie div p{
    margin-top:8px;
    margin-bottom:0;
}
.contact-block{
    padding:60px 15px;
    /*margin-top: 4px;*/
}
.contact-block h2{
    font-size: 22px;
    line-height: 1.6;
    margin:0;
}
h2.title{
    font-size: 24px;
    font-size: 26px;
    margin-top:0;
}
.ck-box .ck-row .text-block{
    padding:50px 80px;
    padding-bottom:0;
    height:349px;
}
.ck-box .ck-row .img-block{
    height:349px;
    overflow: hidden;
}
.ck-box .ck-rowt .img-block{
    background: url("../../../app/media/images/leftimg.jpg") no-repeat;
    background-size: cover;
}
.ck-box .ck-rowb .img-block{
    background: url("../../../app/media/images/rightimg.jpg") no-repeat;
    background-size: cover;
}
.ck-box .ck-row .img-block img{
    height:100%;
    width:auto;
}
.ck-box .ck-row .text-block h3.title{
    font-size: 18px;
    font-size: 20px;
    font-weight:bold;
    line-height:1.4;
    color: #333333;
    margin:0;
    margin-bottom:30px;
}
.ck-box .ck-row .text-block p{
    font-size:18px;
    line-height:1.6;
}
.tuijian-block{
    /*padding-top:60px;*/
    padding-bottom: 60px;
}
.tuijiankc-row .col-md-3{
    padding:0 10px;
}
.tuijiankc-row{
    padding: 0 10px;
}
.tuijian-block h4{
    font-size: 20px;
}
.thumbnail{
    border-color: #ededed;
    margin:0;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail:active{
    border:1px solid #ebbda4 !important;
    /*border:1px solid #eb7334 !important;*/
}
a.thumbnail:hover h4, a.thumbnail:focus h4, a.thumbnail:active h4{
    color: #eb7334;
}

a.caption-bo:hover, a.caption-bo:focus, a.caption-bo:active{
    border-top:1px solid #e8f6f6 !important;
    background: #e8f6f6;
}
a.caption-bo:hover h4, a.caption-bo:focus h4, a.caption-bo:active h4{
    /*color: #eb7334;*/
}
.contact-block .btn{
    /*margin-left:40px;*/
}
footer hr {
    margin:0;
    border-top: 2px solid #d9d9d9;
}
.carousel-inner h3, .carousel-inner p{
    color: #ffffff;
}
.carousel-inner h3{
    font-size: 34px;
    letter-spacing:3px;
    line-height:1;
    margin-bottom: 18px;
}
.carousel-inner p{
    font-size:22px;
    letter-spacing:2px;
    color: #ffffff;
    margin-bottom: 22px;
}
.top-shiting{
    overflow: hidden;
    position: absolute;
    bottom: 0;
}
.top-shiting h3{
    font-size: 17px;
    color: white;
    line-height:32px;
    margin:0;
    letter-spacing: 2px;
}
.btn-name{
    background: none;
    padding:6px 8px;
    font-size: 16px;
    color: #eb7334;
    /*border: none;*/
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.yidenglu-box .btn-group.open .dropdown-toggle{
    box-shadow: none;

}
.btn-name:focus, .btn-name:active, .btn-name:hover{
    /*box-shadow: none;*/
    color: #eb7334;
}
.btn-name .caret{
    color: #eb7334;
    margin-left:10px;
}
.yidenglu-box img{
    width:36px;
    height:36px;
}
.course-lock h4{
    font-size: 16px;
    color: #525252;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course-lock p{
    font-size: 16px;
    color: #7d807f;
}
.course-lock .caption{
    /*border:none;*/
    border-top:1px solid #ededed;
}
.like-block .caption{
    /*border:none;*/
    border-top:1px solid #ededed;
}
.breadcrumb > .active {
    color: #898989;
}


/*左侧导航*/

.leftpanel .leftpanel-title {
    padding:15px 20px 15px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    background: #f2f2f2;
    display: block;
    margin:0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leftpanel .nav > li > a{
    padding:15px 0px;
    font-size: 16px;
    color: #525252;
    display: block;
}
.leftpanel .nav > li.li_selected > a{
    font-weight: bold;
}
.leftpanel .nav > li > a.selected{
    padding:15px 0px;
    font-size: 16px;
    /*color: #eb7334;*/
    font-weight: bold;
    display: block;
}
.leftpanel .nav .children li a{
    padding:15px 20px 15px 26px;
    font-size: 16px;
    color: #898989;
    display: block;
    background: url("../../../app/media/images/xukuang.png") no-repeat;
    background-position: 2px center;
}
.leftpanel .nav .children .children-child li a{
    padding:15px 20px 15px 51px;
    font-size: 16px;
    color: #898989;
    display: block;
    background: url("../../../app/media/images/xukuang.png") no-repeat;
    background-position: 27px center;
}
.leftpanel .nav {
    position: relative;
    background: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding:0 20px;
}
.leftpanel{
    border-radius: 4px;
}
.leftpanel .nav-pills > li > a:hover, .leftpanel .nav-pills > li > a:active, .leftpanel .nav-pills > li > a:link{
    border-radius: 0;
    background: none;
    /*background: #f7f7f7;*/
}
.leftpanel .nav > li.parent:before {
    content: " ";
    font-size: 14pt;
    color: #fff;
    position: relative;
    top: 19px;
    right: 2px;
    float: right;
    background: url("../../../app/media/images/chevron-bottom.png") no-repeat;

    display: block;
    width:14px;
    height:14px;

}
.leftpanel-test .nav > li.parent:before{
    background: none;
}
.leftpanel-ahout .nav > li.parent:before{
    background: none;
}
.leftpanel .nav > li.parent > ul.children > li.children-parent:before {
    content: " ";
    font-size: 14pt;
    color: #fff;
    position: relative;
    top: 19px;
    right: 2px;
    float: right;
    background: url("../../../app/media/images/chevron-bottom.png") no-repeat;

    display: block;
    width:14px;
    height:14px;

}
.leftpanel .nav > li.parent > ul.children > li.noson:before{
    background: none;
}
.leftpanel-test .nav > li.parent > ul.children > li.children-parent:before{
    background: none;
}
.nav-stacked > li.parent{
    border-bottom: 1px solid #ededed;
}
.nav-stacked > li.parent:last-child{
    border-bottom: none
}

.nav-stacked > li + li{
    margin-top:0;
}


.tea-lock .thumbnail img{
    margin: 30px auto;
    border-radius: 4px;
    width: 100px;
    height: 100px;
}
.tea-lock .thumbnail .caption-bo{
    border-top:1px solid #ededed;
}
.tea-lock .thumbnail{
    /*border:none;*/
}
a.caption-bo{
    display: block;
}
.caption-bo h4{
    font-size: 16px;
}
.btn-back{
    position: absolute;
    top:0;
    left:0;
}
a.btn-back:hover{
    color:#eb7334 !important;
}
.hgang{
    width:40px;
    height:2px;
    background: #4b4c4c;
    display: block;
    margin:0 auto;
}
.teastory-textblock{
    text-indent:32px;
}
.teastory h2.title{
    text-indent:0;
}
.teastory h5.title{
    text-indent:32px;
}
.teastory-titblock img.img-circle{
    width:120px;
    height:120px;
}
.address-block h4{
    font-size: 16px;
}
.form-horizontal .control-label{
    color: #666666;
}
.mail-block .form-control{
    border-color: #dbdbdb;
    background: none;
    box-shadow: none;
}
.test-lock .caption{
    position: relative;
}
.test-lock .caption li{
    padding-left:40px;
    background: url(../../../app/media/images/diand.png) no-repeat;
    background-position: 20px 6px;
    color: #666666;
}
.yuandian li{
    padding-left:30px;
    background: url(../../../app/media/images/diand.png) no-repeat;
    background-position: 10px 6px;
    margin-bottom:6px;
}

.test-tit{
    position: absolute;
    left:30px;
    top:-60px;
}
.test-lock th{
    text-align: center;
}
.left-text th{
    text-align: left;
}
.test-lock .thumbnail{
    border:none;
}
.test-lock .thumbnail img:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.goumai-info{
    overflow: hidden;
}
.xx-info{
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
}
.jiage-info{
    line-height:28px;
}
.jiage-info .jiage-shu{
    font-size: 28px;
    line-height:28px;
}
.goumai-lock span{
    margin-left: 15px;
}
.goumai-lock span.danwei{
    margin-left: 0px;
}
#myTabContent p{
    margin-bottom:10px;
}
.like-block .thumbnail{
    margin-bottom:30px;
}
.like-block .thumbnail:last-child{
    margin-bottom:10px;
}
.like-block .thumbnail .caption h4{
    margin-bottom:6px !important;
    font-size: 16px;
}
.ck-jianjie .nav-tabs{
    border:none;
    background: #f2f2f2;
    border-radius: 50px;
}
.ck-jianjie .nav-tabs > li > a{
    margin:7px 10px;
    padding:8px 22px;
    border:none;
    background: #f2f2f2;
    border-radius: 50px;
    font-size:16px;
}
.ck-jianjie .nav-tabs > li.active > a{
    border:none;
    background: #21a49c;
    color: white;
}
.like-block h3.title{
    font-size: 22px;
}

/*登录注册*/
.register-box{
    /*position: relative;*/
    background: url("../../../app/media/images/bg-login.jpg") no-repeat;
    background-position: top left;
    background-size: cover;
}
.register-box .register-block{
    /*position: absolute;*/
    /*top:40px;*/
    /*right: 60px;*/

}
.register-text{
    background: rgba(244,250,250,0.92);
    border-radius: 14px;
}
.register-text .form-control{
    background: none;
    padding:6px 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cccccc;
    color: #333333;
}
.register-text label{
    color: #333333;
    font-weight: normal;
}
.register-text hr{
    border-color: #d6d6d6;
}
.register-text h4{
    font-size:16px;
}
.register-text h4 img{
    vertical-align: text-top;
    margin-right: 4px;
}
.register-text .aback{
    text-decoration: underline;
}
.huoqu-block{
    position: relative;
}
a.btn-huoqu{
    position: absolute;
    right:0;
    bottom:6px;
}


/*在线测试*/
.answercontent{
    width: 100%;
    height: 100vh;
    position: relative;
}
.answercontent .footer{
    position: absolute;
    bottom: 0;
    left:0;
    text-size-adjust:100%;
    padding-top:15px;;
    padding-bottom:5px;
}
.answercontent .header{
    padding-top:20px;
    padding-bottom:10px;
}
.answer-yeqian .nav-tabs > li > a{
    margin:0;
    background: #e5e5e5;
}
.answer-card{
    /*margin-bottom:52px;*/
    position: absolute;
    top: 168px;
    bottom: 40px;
    width: 100%;
}
.answer-card .row, .answer-card .height-qu, .answer-card .height-qu .answer-text{
    height:100%;
}
.kaotiqu, .datiqu{
    border:1px solid #e5e5e5;
    border-radius: 10px;
}
.answer-yeqian.ck-jianjie .nav-tabs {
    border: none;
    background: #e5e5e5;
    border-radius: 50px;
    overflow: hidden;
}
.kaotiqu{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.answer-card .height-qu .answer-text{
    overflow: auto;
    padding-bottom:160px;
}
.answer-card .height-qu .answer-options{
    overflow: auto;
    padding-bottom:160px;
    height:100%;
}
@-moz-document url-prefix(){
    .answer-card .height-qu .answer-options .timu-line:last-child{
        margin-bottom:160px;
    }
    .answer-card .height-qu .answer-text p:last-child{
        margin-bottom:160px;
    }
}
.datiqu{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.answer-card .height-qu{
    position: relative;
}
.answer-card .answer-nav{
    position: absolute;
    bottom: 0;
    left:0;
    background-color: #f0f0f0;
    background-color: #ebebeb;
    border-bottom-left-radius: 10px;
    z-index: 1000;
}
.answer-card .answer-nav .list-inline img{
    vertical-align: text-top;
    margin-right: 2px;
}
.answer-card .answer-console{
    position: absolute;
    bottom: 0;
    left:0;
    background-color: #f0f0f0;
    background-color: #ffffff;
    border-bottom-right-radius: 10px;
    z-index: 1000;
    border-top: 1px solid #e5e5e5;
}
.tishu-block .btn-ti{
    overflow: hidden;
}
.tishu-block .btn-ti{
    font-size: 12px;
    line-height:12px;
    color: #666666;
    text-align: center;
    padding:5px;
    width:26px;
    height:22px;
    float: left;
    background-color: white;
    border:1px solid #999999;
    border-radius: 2px;
    margin-right:2px;
    margin-bottom:2px;
}
.tishu-block .btn-ti.yiactive{
    background-color: #44b0a9;
    border-color: #44b0a9;
    color: white;
}
.tishu-block a.btn-ti:hover{
    border:1px solid #666666;
}
.tishu-block a.btn-ti.yiactive:hover{
    border-color: #368f89;
}
.console-block{
    overflow: hidden;
}
.answer-options h4.title{
    font-size:16px;
    line-height:1.4;
    color: #333333;
    margin-bottom:16px;
}
.answer-options p{
    line-height:1.4;
    margin-bottom:10px;
}


.btnxg-div{
    position: fixed;
    /*top: 50%;*/
    bottom: 136px;
    right:80px;
    width:34px;
    /*height:170px;*/
    z-index: 3000;
    margin-top: -150px;
}
.btnxg-div a{
    width:34px;
    height:170px;
    display: block;
}
.btnxg-div a.btn-yuyue{
    background: url("../../../app/media/images/btn-yuyueb.png") no-repeat;
    background-position: center center;
}
.btnxg-div a.btn-call{
    background: url("../../../app/media/images/btn-callb.png") no-repeat;
    background-position: center center;
}

.btnxg-div img{
    float: left;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #eb7334;
}
.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #333;
}
.modal-open .modal button.btn-orange{
    padding: 6px 22px;
}

.awards-honors .media-body{
    font-size: 14px;
    color: #666;
}
.awards-honors .media-body h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:10px;
    color: #333;
}
.awards-honors .media-right{
    padding-left: 0;
}
.webjishu h3{
    font-size: 22px;
}
.webjishu li{
    color: #666;
}

.cart-block td{
    padding: 30px 8px !important;
    vertical-align: middle !important;
}
/*.cart-block table{*/
    /*margin-bottom:0;*/
/*}*/
.wode-block td{
    padding: 20px 8px !important;
    vertical-align: middle !important;
}

.wode-block .table > tbody > tr > td{
    border-bottom: 1px solid #ddd;
    border-top:none !important;
}
.indent-block td{
    border-bottom: 1px solid #ddd;
    border-top:none !important;
    padding: 20px 8px !important;
}

/*.xuzong{*/
    /*border: 2px solid #eb7334 !important;*/
/*}*/

.breadcrumb{
    background-color: transparent;
}

.pagination > .active > a{
    background-color: #eb7334;
    border-color: #eb7334;
}
.pagination > .active > a:hover{
    background-color: #eb7334;
    border-color: #eb7334;
}
.pagination > li > a, .pagination > li > span {
    color: #eb7334;
}
.pagination > li > a:hover, .pagination > li > span:hover {
    color: #eb7334;
}
.leftpanel .nav .children li a, .leftpanel .nav li{
    cursor: pointer;
}

.againxuze .again-btn{
    font-size: 16px;
}
.yidenglu-box ul li{
    display: inherit;
    padding:0;
}
.yidenglu-box .dropdown-menu button.btn:hover{
    background: #f5f5f5 !important;
    border-radius: 0;
}
.teacher .caption h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.twoline{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.school-box .tese-block h4{
    font-size: 18px;
    font-size: 20px;
    color: #666666 !important;
}
.school-box .tese-block a{
    display: block;
}
.school-box .tese-block a:hover h4{
    color: #21a49c !important;
}
.carousel-indicators li{
    margin:0 2px;
}
.carousel-indicators .active{
    margin:0 2px;
}
.breadcrumb{
    margin-top:20px;

}
/*.dropdown-menu{*/
    /*min-width:100px;*/
/*}*/

ul.bot-list li{
    font-size: 16px;
    padding:14px 0;
    border-bottom: 1px solid #e5e5e5;
}
ul.bot-list li:last-child{
    border-bottom: none;
}
ul.bot-list li:first-child{
    padding-top:0;
}
.box-three{
    padding-right: 30px;
}
.footer-content p{
    margin-bottom:0px;
    line-height:1.6;
}
.footer-content .media{
    margin-top:30px;
}
.box-three h4{
    /*font-weight: bold;*/
}
p.by-text{
    line-height: 32px;
}
.footer-content {
    padding:54px 0px 15px;
}
#courseType .btn{
    margin-bottom:10px;
}
#courseType{
    margin-bottom:10px !important;
}
.againxuze .col-md-8{
    overflow: hidden;
}
.bot-list li a:hover{
    color: #333333 !important;
}
.goumai-info img.bor-f5{
    border-color: #f0f0f0;

}
.form-control{
    transition: none !important;
}
#main-menu{
    border-top:none;
}
.bg-zhe{
    position: absolute;
    top:0;
    right: 0;
}
.block-zhe{
    width:20px;
    height:100%;
    position: absolute;
    top:0;
    right: 0;
    background: url("../../../app/media/images/bg-zheb.png");
    background-repeat: repeat-y;
    z-index: 200;
}
#YSF-BTN-HOLDER{
    right: 80px !important;
    bottom: 40px !important;
}
#YSF-CUSTOM-ENTRY-4 img{
    width: 46px !important;
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.headline h2, .headline h3, .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
}

/*added by meng@sysmart.cn 20170417*/
.answercontent p{color: #000; font-family: sans-serif;}







@media (min-width: 1200px) {
    .slide.carousel .carousel-inner{
        /*height: 680px;*/
    }
    .ck-box .ck-rowb .text-block{
        /*padding-left:20%;*/
    }
    .ck-box .ck-rowt .text-block{
        /*padding-right:20%;*/
    }
    .login-block{
        padding:140px 0 !important;
    }

}
@media (max-width: 1200px){
    .slide.carousel .carousel-inner{
        /*height: 400px;*/
    }
}
@media (min-width: 768px) {
    .form-horizontal .control-label{
        text-align: left;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    /*body {*/
        /*padding-top: 212px !important;*/
    /*}*/
    .school-titblock{
        padding: 0 100px;
    }
    .ck-box .ck-rowb .text-block h3.title{
        /*margin-top:20px;*/
    }
    .leftpanel{
        padding-right:20px;
    }
    .pl-0{
        padding-left: 0 !important;
    }
    .box-three{
        padding-right: 30px !important;
    }
    .btnxg-div a.btn-yuyue:hover{
        background: url("../../../app/media/images/btn-yuyuec.png") no-repeat;
        background-position: center center;
    }
    .btnxg-div a.btn-call:hover{
        background: url("../../../app/media/images/btn-callc.png") no-repeat;
        background-position: center center;
    }



}
@media (max-width: 991px) {

    .ck-box .ck-row .img-block img{
        width:100%;
        height:auto;
    }
    .ck-box .ck-row .text-block{
        padding: 40px 30px;
        height: inherit;
    }
    .navbar-collapse.collapse .menu li a{
        padding:0 20px;
    }
    .leftpanel{
        margin-bottom: 30px;
    }
    a.thumbnail img{
        width:100%;
    }
    .teastory.p40{
        padding:20px !important;
    }
    .search-input{
        margin-top:30px;
        width: 100%;
        margin: 30px auto 0;
        position: initial;
        float: inherit !important;
    }
    .header-logo{
        /*overflow: hidden;*/
        padding: 15px 0 30px;
    }
    .mb-20-xs{
        margin-bottom:20px;
    }
    .navbar-fixed-top{
        position: inherit !important;
    }
    .box-three{
        padding-right: 20px !important;
    }
    .tuijian-block .thumbnail > img, .tuijian-block .thumbnail a > img{
        width:100%;
    }
    .tuijian-block .thumbnail{
        margin-bottom:20px;
    }
    .br-box{
        padding:0 !important;
    }
    .container {
        width: 100%;
    }
    .contact-block {
        /*padding: 60px 15px;*/
        /* margin-top: 4px; */
        padding: 0px 10px 40px !important;
    }
    .photo-lie .col-xs-4{
        margin-bottom:20px;
    }
    .ck-jianjie.p30{
        padding:20px 20px !important;
    }
    .goumai-info .p30{
        padding:20px !important;
    }
    .goumai-info .col-md-5{
        padding-bottom: 0px !important;
    }
    .btnxg-div {
        position: fixed;
        top: 50%;
        right: 20px;
        width: 34px;
        /* height: 170px; */
        z-index: 3000;
        /*margin-top: -150px;*/
    }
    .btnxg-div {
        position: fixed;
        top: inherit;
        bottom: 55px;
        bottom: 130px;
        right: 15px;
        width: 34px;
        /* height: 170px; */
        z-index: 3000;
        /* margin-top: -150px; */
    }
    #YSF-BTN-HOLDER {
        right: 15px !important;
        bottom: 40px !important;
    }
    .modal{
        z-index: 4000;
    }
    .carousel-caption {
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
    .navbar-collapse.collapse .menu li a{
        padding:0 16px;
        font-size: 18px;
        line-height:54px;
    }
    #courseList .col-xs-6{
        padding-left: 10px;
        padding-right: 10px;
    }
    #courseList{
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
    }
    .kcss-block .col-xs-6, .kcss-block .col-sm-3,.kcss-block .row{
        padding:10px;
    }
    .teacher, .teacher .course-titblock, .teacher .tea-lock{
        padding:10px;
    }
    .teacher .tea-lock{
        margin-bottom:10px !important;
    }
    .teacher .course-titblock{
        margin-bottom:20px !important;
    }
    .cart-block h2.title{
        padding-left: 10px;
        margin-top:20px;
        margin-bottom:20px !important;
    }





}
@media (max-width: 767px) {
    .menu{
        width:558px;
        /*overflow-x: scroll;*/
        margin-left:15px;
    }
    .fluid-nav{
        padding-right:0;
        padding-left:0;
        position: relative;
    }
    #wrapper nav{
        overflow-x: scroll;
    }
    .btnxg-div {
        position: fixed;
        top:inherit;
        bottom: 55px;
        bottom: 130px;
        right: 15px;
        width: 34px;
        /* height: 170px; */
        z-index: 3000;
        /*margin-top: -150px;*/
    }
    #YSF-BTN-HOLDER{
        right: 15px !important;
        bottom: 40px !important;
    }
    #YSF-CUSTOM-ENTRY-4 img{
        width: 46px !important;
    }
    .navbar-collapse.collapse .menu li a{
        padding:0 12px;
        font-size: 16px;
        line-height:50px;
    }
    .test-tit {
        position: absolute;
        left: 30px;
        top: -45px;
    }
    .box-three{
        margin-bottom: 50px !important;
    }
    .carousel-inner h3{
        font-size: 16px;
        margin-bottom: 6px;
        letter-spacing: 2px;
    }
    .carousel-inner p {
        font-size: 12px;
        letter-spacing: 1px;
        color: #ffffff;
        margin-bottom: 6px;
    }
    .xianwu{
        /*display: none;*/
    }
    .pone-block h4 {
        line-height: 20px;
        height: 20px;
        vertical-align: top;
    }

    .btnxg-div{
        /*display: none;*/
    }
    .header-top ul li{
        padding:2px;
    }
    .header-top ul li.divider{
        padding:0px;
    }
    .rukou-box .btn{
        margin:2px 0;
    }
    .weixin{
        margin-right:15px;
    }
    .header-top .right-block{
        /*margin-top:15px;*/
        /*float: left !important;*/
    }
    .header-top {
        padding: 15px 0 20px;
        /*overflow: hidden;*/
    }
    .header-logo {
        padding: 12px 0 36px;
        padding: 42px 0 30px;
        position: relative;
        /*margin-top:46px;*/
    }
    .carousel-caption {
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
    .br-box{
        padding:0 !important;
    }
    .school-lie .tese-block{
        margin-bottom: 20px;
    }
    .school-lie{
        margin-bottom: 0px;
    }
    .footer-content{
        padding: 44px 0px 32px;
    }
    .pone-block{
        /*display: none;*/
    }


    .pone-block {
         display: none;
        /*float: right;*/
        /*margin-bottom: 18px;*/
    }
    .course-titblock .media .media-right{
        width:100%;
        /*float: left;*/
        margin-top: 20px;
        margin-bottom: 30px;
        padding-bottom:15px;
        border: 0;
        border-bottom: 1px solid #eee;
    }
    .course-titblock .media .media-body{
        float: left;
        width:100%;;
    }
    .course-titblock .media .media-body hr{
        display: none;
    }
    .course-titblock .media{
        margin-bottom:30px;
    }
    .course-titblock .media br{
        display: none;
    }
    .awards-honors{
        padding:5px !important;
        padding-top:30px !important;
    }
    .ck-jianjie .nav-tabs > li > a {
        margin: 7px 7px;
        margin-right:0;
        padding: 4px 10px;
        border: none;
        background: #f2f2f2;
        border-radius: 50px;
        font-size: 12px;
    }
    .btn-goumai, .btn-zixun{
        padding: 8px 22px;
    }
    .wutu-bg{
        display: none;
    }
    .box-three{
        padding-right: 0px !important;
    }
    .contact-block .btn {
        margin-left: 0px;
    }
    .teazuoyong.p40, .webjishu.p40{
        padding:20px !important;
        padding-top:40px !important;
    }
    .footer-content {
        padding:54px 0px 10px;
    }
    /*.dropdown-menu{*/
        /*top:54px;*/
        /*z-index: 4000;*/
    /*}*/
    #main-menu .dropdown-menu{
        display: none !important;
    }
    /*.cart-block p.text-right{*/
        /*!*width:746px;*!*/
        /*text-align: left !important;*/
        /*padding-left:10px;*/
        /*white-space:nowrap;*/
        /*display: table;*/
    /*}*/
    .answer-card{
        padding:0;
    }
    .answer-card .row.ph-20{
        margin: 0;
        padding: 0 10px !important;
    }
    .answercontent .header h2.title{
        font-size: 16px;
        font-weight: bold;
    }
    .answercontent .header .row.mt-20{
        margin-top:10px;
    }
    .answercontent .header{
        padding:10px 0;
    }
    .answercontent .header p{
        font-size: 13px;
    }
    #myTab{
        float: inherit !important;
    }
    .answer-console.p20{
        padding:10px !important;
    }
    .answer-console .console-block{
        margin-bottom:0;
    }
    .indent-main-phone p.jiesuan{
        line-height: 1.8;
        text-align: left;
        padding-left: 20px;
        font-size: 14px;
    }
    .gouwu-main p.jiesuan{
        line-height: 1.8;
        text-align: left;
        padding-left: 20px;
        font-size: 14px;
    }
    .indent-main-phone{
        padding:15px !important;
    }








}

