/*分类*/
.sq-nav {
    overflow: hidden;
    padding: 20px 0;
}
.sq-nav li {
     float: left;
     width: 49%;
    text-align: center;
    margin-top: 10px;
 }
.sq-nav .am-gallery-item img {
    width: 40%;
    display: block;
    margin: 5px auto;
}
img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
.sq-nav p {
    color: #676767;
    font-size:14px;
}
.list{
    padding:50px 20px;
}
.ri{
    float: right;
    margin: 10px 10px;
}
.nav .ri>img{
    width: 40px;
    height: auto;
}
.clearfix{
    clear: both;
}

/*加中简介*/
.jiazhong_img{
    width: 100%;
    margin: 10px 0px 20px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.jiazhong_img img{
    width:80%;
    height: auto;
}
.jiazhong_img~p{
    text-indent:38px;
    font-size: 15px;
    line-height:20px;
    color: #333333;
    margin-top: 10px;
}
.pad10{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:100px!important;/*特殊添加*/
}



/*加中名师*/
a.weui-media-box {
    color: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.weui-media-box_appmsg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.weui-media-box {
    padding: 15px;
    position: relative;
}
.weui-media-box_appmsg .weui-media-box__hd {
    margin-right: .8em;
    width:80px;
    height:auto;
    line-height: 60px;
    text-align: center;
}
.weui-media-box_appmsg .weui-media-box__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.weui-media-box__title {
    font-weight: 400;
    font-size: 17px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.weui-media-box_appmsg .weui-media-box__thumb {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.weui-media-box:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom:1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 15px;
}
.jiazhong_list_content ul li{
    width: 100%;
}
.word_ellipsis {
    text-overflow:ellipsis;
    margin-bottom: 10px;
}
.try_btn{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height:25px;
    border-radius: 5px;
    overflow: hidden;
    background:#eb5858 ;
}
/*学员风采*/
.jiazhong_list_item {
    text-align: center;
}
.jiazhong_list_item .stutent img{
    width: 50%;
    margin-bottom: 20px;
}
.gbgay{
    background: #f4f4f4;
}
.pb20{
    padding-bottom:20px;
    padding-top: 20px;
}
/*新闻*/
.cate-search {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 15px 5%;
    position: fixed;
    top: 49px;
    background: #fff;
    z-index: 10;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cate-input {
    width:75%;
    height:40px;
    border-radius: 15px;
    border: 1px solid #eee;
    padding-left: 2rem;
    background: #ebebeb;
    box-sizing: border-box;
}
input {
    outline: none;
}
html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.cate-btn {
    border: 0;
    background: url(../img/fangdajing.jpg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left:29px;
    top: 25px;
}
.cate-search button{
    border-radius: 50%;
    color: #ffffff;
    width: 20px;
    height: 20px;
    background: #a6a6a6;
    position: absolute;
    right:125px;
    top: 25px;
    outline: none;
    border: none;
    cursor: pointer;
}
.clear{
    margin-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.block{
    display: block;
    font-size:16px;
    font-weight: 400;
}
.no_new{
    font-size: 20px;
    text-indent: 20px;
}
.no_new img{
    width: 28px;
    height: auto;
    margin-right:10px;
}


/*名师详情*/
.jiazhong_teacher_detail{

    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
.jiazhong_teacher_detail>h1,.jiazhong_teacher_detail>h2{
    text-align: center;
    height:40px;
    line-height: 40px;
    font-weight: 200;
}
.teachter_img{
    width: 100%;
    padding:20px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}
.teachter_img img{
    width: 100%;
}
.detial_text1 h1, .detial_text1 h2,.detial_text2 h1, .detial_text2 h2{
    text-align: left;
}
.detial_text1 h1,.detial_text2 h1{
    font-size:16px;
}
.detial_text1 h2,.detial_text2 h2{
    font-weight:100;
    font-size:14px;
}
.page{
    display: block;
    height: 40px;
    line-height: 40px;
}
.telphone{
    width: 100%;
    background:#eb5858;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    margin-bottom:60px ;
}
.telphone svg{

    line-height: 50px;
}
/*
明星学员-详情*/
.jiazhong_btn{
    display: inline-block;
    padding: 10px 45px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #ffbb00;

}
.jiazhong_btn.mr20{
    margin-right: 20px;
}
.jiazhong_btn.ml20{
    margin-left: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.mb40{
    margin-bottom:100px;
}
/*
课程预约*/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-right: 5px;
    font-size: 15px;
    color:#555;
}
label.mr18{
    margin-right:16px;
}
.baoming_content{
    margin-top:40px;
    background: url("../img/bg3.png") center center no-repeat;
    background-size:80%,80%;
    width: 100%;
}
.form-group{
    margin-top:20px;
}
.form-control {
    display: block;
    width: 100%;
    height:22px;
    line-height: 22px;
    padding:6px 12px;
    font-size:14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
@media (max-width: 768px){
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
.form-inline{
    padding: 30px 10px;
    text-align: center;
    width: 100%;
    height: 325px;
}
.form-group:nth-child(1){
    margin-top: 63px;
}
.btn-default{
    width:60%;
    height: 42px;
    border: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 42px;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    background: #ffbb00;
    border-radius: 3px;
    cursor: pointer;
    zoom: 1;
    margin-top: 10px;
}
/*课程中心*/
.select{
    background: #eeeeee;
}
.select_btn{
    border-bottom: 1px solid #ffffff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}
.select_btn span,.select_btn a,.select_content ul li a{
    font-size: 15px;
}
.select_btn span{
    margin-left: 10px;
}
.select_content{
    width: 100%;
    overflow: hidden;
}
.select_content ul li {
    width: 33.3%;
    float: left;
    overflow: hidden;
    text-align: center;
}
.select_content ul li a{
    width: 80%;
    height: 40px;
    display: block;
    background: #ffffff;
    color: #333333;
    border-radius: 8px;
    line-height: 40px;
    margin: 10px 10px;
}
.select_content ul li.on a{
    color:#4240e1;

}
.jizhong_red{
    color: #c8435a;
}
.jiazhong_list_content .weui-media-box__bd h2{
    font-size: 14px;
    line-height: 24px;
}
.jiazhong_list_content .weui-media-box__bd span.try_btn{
    padding: 3px 19px;
}
/*课程中心-详情*/
.teachter_img.left_font{
    text-align: left;

}
img.auto{
    width:100%;
    height: auto;
    margin-bottom: 20px;
}
.weiCode{
    text-align: center;
}
.weiCode img.auto{
    margin-top: 20px;
    width: 70%;
}
.border_bottom{
    border-bottom: 1px solid #eeeeee;
}
.border_bottom_white{
    border-bottom: 1px solid #ffffff;
}
.teachter_img.left_font h1{
    font-size: 20px;
    line-height: 30px;
}
.teachter_img.left_font h2{
    font-size: 15px;
    line-height: 30px;
}
.jizhong_hel20{
    line-height: 20px;
}
.jizhong_hel40{
    line-height: 40px;
}
/*
联系我们*/
dl {float: left; font-size:.25rem; height:20px;padding:10px; }
dt { float: left; }
dd { float: left;margin-left: 20px; }
dd.icon{line-height:29px}
.clearfix{  /*最简方式*/
    content: '';
    display: block;
    clear: both;
}
.font-midlle{
    font-size: 15px;
    line-height: 20px;
}
.ml20{
    margin-left: 20px;
}
.map{
    overflow: hidden;
    height: 200px;
    width: 100%;
}
/*
首页*/
.swiper-slide img{
    width: 100%;
    height: auto;
}
.swiper-pagination-bullet {
    width:20px;
    height: 8px;
    display: inline-block;
    border-radius: 5px;
    background:#999988;

}
.swiper-pagination-bullet-active {
    background: #000005;
    opacity: 0.5;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    -webkit-flex-flow: row;
    display: -moz-flex;
    -moz-flex-flow: row;
    display: -ms-flex;
    -ms-flex-flow: row;
    display: -o-flex;
    -o-flex-flow: row;
    display: flex;
    flex-flow: row;
}
.index_menu a {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 25%;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    display: block;
    padding: 10px 0;
    height: 55px;
}
.index_menu a img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}
.index_menu a span {
    font-size: 12px;
}
.more{
    clear: both;
    display: block;
    text-align: center;
    height:40px;
    line-height:40px;
    background: #f5f4f4;
    width: 100%;
    font-size: 18px;
}
.jiazhong_list.pb0{
    padding-bottom: 0px;
}
.center{
    text-align: center;
}
.jiazhong_list.pb0 .border_bottom  h1{
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    line-height:40px;
}
.redcicle{
    display: inline-block;
    width: 1rem;
    height:1rem;
    border: 1px solid #eb5858;
    border-radius: 50%;
    margin-right: 5px;
}
.jiazhong_list li.color1,.jiazhong_list li.color2{

    border-radius: 5px;
    position: relative;
    width:46%;
    margin: 5px 5px;
}
.jiazhong_list .color1 {
    background:#eb5858;

}
.jiazhong_list .color2{
    background:#f5f4f4;
}
.jiazhong_list .color1 h1,.jiazhong_list .color2 h1{
    font-size:1.2rem;
    height:2.5rem;
}
.jiazhong_list .color1 h2,.jiazhong_list .color2 h2{
    font-size:0.8rem;

}
.jiazhong_list .color1 h1,.jiazhong_list .color1 h2{
    color:#ffffff;
}
.jiazhong_list .color2 h1{
    color:#eb5858;
}
.triangle{
    width:40px;
    height: 40px;
    right: -1px;
    top:0px;
    position: absolute;
}
.jiazhong_list .color1 .triangle{
    background-image: url("../img/yellow.png") ;
    background-size: cover;
}
.jiazhong_list .color2 .triangle{
    background: url("../img/red.png");
    background-size: cover;
}
.jiazhong_list.pb0 ul li:nth-child(2n+1){
    clear: both;
}
.relactive{
    position: relative;
}
.ab{
    position: absolute;
    right: 2px;
    font-size: 15px;
    top: 2px;
}
.font_size18{
    font-size: 18px;
}
.color_jin{
    color: #53250d;
    font-size: 1.4rem;
}
.color88{
    color: #888888;

}
.weui-media-box_appmsg .weui-media-box__hd.w100{
    width: 100px;
}
.bg_xiusi{
    background-image: url("../img/xiusi.png");
    background-size: cover;
}
.class_nav .tab{
    width: 100%;
    overflow: hidden;
}
.class_nav .tab  ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    background:#199768;
    width: 24%;
    margin-right:2px;
    margin-left: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-border-radius: 5px 5px 0px 0px;
    -moz-box-border-radius: 5px 5px 0px 0px;
}
.class_nav .tab  ul li:first-child{
    margin-left:0px;

}
.class_nav .tab  ul li:last-child{
    margin-right:0px;
}
.class_nav .tab  ul li.on{
    background: #cdd933;
}
.class_nav .tab  ul li.on a{
    color: #000000;
}
.class_nav .tab  ul li a{
    color: #ffffff;
    line-height: 20px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>thead>tr>th{
    vertical-align: bottom;
    background: #f3e7da;
    font-size: 15px;
    line-height:35px;
}
.table>tbody>tr>td{
    line-height:35px;
}
.jizhou_green{
    background: #47d6a0;
}
.table>tbody>tr>td{
    background:#f3e7da;
}
.jizhou_green img{
    width:10px;
    height: auto;
    margin-left: 10px;
}

/*网站地图*/

.ys-detail-box {
    width: 100%;
    margin-top: 35px;
}

.article-title1 {
    width: 100%;
    text-align: center;
    margin-bottom: 35px
}

.article-title1-inner {
    color: #000000;
    font-size: 25px;
    position: relative;
    padding: 0 20px;
}

.article-title1-inner span {
    position: relative;
    z-index: 22
}

.article-content {
    width: 100%;
    color: #000000;
    font-size: 15px;
    line-height:30px;
}

.article-content2 {
    width: 100%
}

.article-dl {
    width: 100%;
    color: #000000;
    float: none;
    height: auto;
    padding: 0px;
}

.article-dt {
    float: none;
    height: 50px;
    line-height: 50px;
    padding: 0px 18px;
    background: #f5f5f5
}

.article-dt span {
    font-size: 18px;
    border-left: 2px solid #9f181e;
    padding-left: 10px
}

.article-dt.red {
    background: #ffefef
}

.article-dt.red span {
    border-color: #ff0000
}

.article-dd {
    float: none;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    margin-left: 0px;
}

.article-dd a {
    position: relative;
    font-size:15px;
    color: #000000;
    display: block;
    width: 50%;
    padding: 17px  15px;
    line-height: 25px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article-dd.flex {
    display: flex
}

.article-dd.flex .ys-area {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left:10px;
}

.article-dd.flex .ys-input1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left:10px;
}

.article-important {
    font-style: normal;
    padding-top: 22px;
    color: #ff0101;
    font-size: 15px
}

.a-dot {
    display: block;
    position: absolute;
    left: 0;
    top: 28px;
    border-radius: 50%;
    margin-right:6px;
    width: 4px;
    height:4px;
    background: #9f181e
}


.fx-breadcrumb {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0px 4%;
    color: #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fx-breadcrumb a {
    color: #999999;
}
.fx-breadcrumb a.cur {
    color: #a2352f;
}
.fx-breadcrumb-arrow {
    margin: 0px 9px;
}
.fx-breadcrumb-title {
    margin-right: 16px;
}