﻿
body{background-color: #f6f6f6;}
.martop{
    margin-top: 1.7rem;
    /*overflow: visible;*/
}
.marbottom{
    width: 100%;
    margin-bottom: 0;
    /*position: absolute;*/
    /*top: 1.4rem;*/
    /*bottom: 2.1rem;*/
    background-color: #fff;
    overflow-y: scroll;
    /*margin-top: 3rem;*/
}

/* 字体颜色 */
.word_green{color: #f16765;}
.floor-name-red{color: #fd765e;}

/* 输入框placeholder颜色 */
.cicle-search1::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.cicle-search1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.cicle-search1::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.cicle-search1:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

/* 输入框placeholder颜色 */
.complete::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}
.complete:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}
.complete::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}
.complete:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}


/* 下拉框 */
.drop_down{
    padding: 0;
    margin:0 0.36rem;
}
.drop_down > .drop_down_toggle{
    display: block;
    font-size: 0.56rem;
    line-height: 1.1rem;
    color: #fff;
}

.hsycRM{
    display: none;
    font-size: 0.56rem;
    color: #fff;
    float: left;
    margin-right: 0.2rem;
}


.drop_down > .drop_down_toggle > .city{
    float: left;
}
.drop_down > .drop_down_toggle > .caret{
    float: left;
    width: 0.65rem;
    height: 0.5rem;
    margin: 0.3rem 0 0.2rem 0.25rem;
    background: url("/asset/images/home/arrow.png") no-repeat 0 0;
    background-size: 0.58rem auto;
}

/* 下拉框 完成 */

/* 副标题 */
.subject_star{background-image: url("/asset/images/home/star.png");}
.thumbs_up{
    padding-top: 0.15rem;
    background-image: url("/asset/images/home/thumbs_up.png");
}
.instalment{
    padding-top: 0.15rem;
    background-image: url("/asset/images/home/file_packet.png");
}
.book{background-image: url("/asset/images/home/book.png");}

.word-color-1{color: #7bbff6;}
.floor-name-1 {
    color: #7bbff6;
    background-image: url("/asset/images/floor/1.png");
}
.word-color-2{color: #14c9d9;}
.floor-name-2 {
    color: #14c9d9;
    background-image: url("/asset/images/floor/2.png");
}
.word-color-3{color: #fc7575;}
.floor-name-3 {
    color: #fc7575;
    background-image: url("/asset/images/floor/3.png");
}
.word-color-4{color: #ac93e4;}
.floor-name-4 {
    color: #ac93e4;
    background-image: url("/asset/images/floor/4.png");
}
.word-color-5{color: #ff936d;}
.floor-name-5 {
    color: #f5beaa;
    background-image: url("/asset/images/floor/5.png");
}
.word-color-6{color: #7cded0;}
.floor-name-6 {
    color: #7cded0;
    background-image: url("/asset/images/floor/6.png");
}
.word-color-93{color: #f5a175;}
.floor-name-93 {
    color: #f5a175;
    background-image: url("/asset/images/floor/93.png");
}
.word-color-104{color: #f986ba;}
.floor-name-104 {
    color: #f986ba;
    background-image: url("/asset/images/floor/104.png");
}
.word-color-105{color: #62d07a;}
.floor-name-105 {
    color: #62d07a;
    background-image: url("/asset/images/floor/105.png");
}
.word-color-655{color: #33d2b9;}
.floor-name-655 {
    color: #33d2b9;
    background-image: url("/asset/images/floor/655.png");
}

    /* 副标题 完成 */

/* 轮播图开始 */
.cicle-search-div1{
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0.15rem 0;
    background-color: #ff5a00;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.cicle-wrap1 {
    width: 100%;
    position: relative;
}
.cicle-input-bg1{
    margin: 0 0.5rem 0 0.5rem;
    background-color: rgba(255,255,255,.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
}
.cicle-logo1{
    margin-left: 0.36rem;
}
.cicle-logo1 > img{
    width: 2.5rem;
    margin-top: 0.2rem;
}
.cicle-search1{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 0.56rem;
    padding: 0.2rem 0.32rem 0.2rem 1.2rem;
    height: 1.1rem;
    line-height: 1.1rem;
    border: none;
    background: url("/asset/images/home/search-white.png") no-repeat;
    background-position: 0.35rem center;
    background-size: 0.7rem auto;
}

.cicle-visible-range1{
    position: relative;
    overflow: hidden;
    /*visibility: hidden;*/
    height: 5.05rem;
}
.cicle-list1 {
    overflow:hidden;
    position:relative;
    height: 5.05rem;
}
.cicle-list1 li {
    float: left;
    width: 100%;
    height: 100%;
    position:relative;
    text-align: center;
    overflow: hidden;
}
.cicle-list1 li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    /*vertical-align: middle;*/
}
.img-responsive1 {
    display: block;
    width: 100%;
    height: 100%;
}

/* 1、1轮播图下方圆点 */
.cir-box1 {
    position: absolute;
    bottom: 0.25rem;
    right: 0.375rem;
    text-align: right;
    padding-right: 0.42rem;
    z-index: 1;
}

.cir-box1 li {
    float: left;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 0.3rem;
    background: #fff;
    opacity: 0.8;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.cir-box1 li.cir-on1 {
    background-color: #ff5a00;
}
/* 轮播图结束 */


/* 头部导航 */
.top_menu_ul1{  margin: 0.5rem 0 0.25rem;  }
.top_menu_ul1 > li{
    float: left;
    width: 20%;
}
.top_menu_ul1 > li{
    display: block;
    margin: 0 auto 0.3rem;
}
.top_menu_ul1 > li > a{display: block;text-decoration: none;}
.top_menu1{
    max-width: 1.6rem;
    margin: 0 auto;
    overflow: hidden;
    height: 1.8rem;
}
.top_menu1 > img{
    display: block;
    width: 100%;
    font-size: 0.5rem;
}

.top_menu1_link{
    font-size: 0.45rem;
    color: #333;
    text-align: center;
    text-decoration: none;
}
/* 头部导航 完成 */

/* 模块 */
.module_adv1_li1{
    width: 48%;
    height: 8.0rem;
}
.module_adv1_li2{
    width:50%;
    height: 3.9rem;
}
.module_adv1_li3,
.module_adv1_li4{
    width: 25%;
    height: 3.9rem;
}
.module_adv1_div{
    display: block;
    overflow: hidden;
    height: 100%;
    border-right: 0.05rem solid #f6f6f6;
}
.border_right{  border-right: 0.1rem solid #f6f6f6;  }
.border_bottom{  border-bottom: 0.1rem solid #f6f6f6;  }

.module_adv1_img{
    display: block;
    width: 100%;
    height: 100%;
    /*position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}

.module_adv2_li{
    width: 50%;
    height: 4.82rem;
    border-bottom: 1px solid #f6f6f6;
}
.module_adv2_div{
    display: block;
    overflow: hidden;
    height: 100%;
    border-right: 1px solid #f6f6f6;
}
.module_adv2_li:nth-child(2n) .module_adv2_div{border-right: none;}

.module_adv2_img {
    display: block;
    width: 100%;
    height: 100%;
    /*position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}
/* 模块 完成 */

/* 专题精选 */
.subject_selected{
    padding: 0.42rem 0.42rem 0;
}
.subject_ul{
    padding: 0.47rem 0;
}
/* 左右结构 */
.subject_li1{
    float: left;
    width: 50%;
    height: 3.98rem;
    margin-bottom: 0.16rem;
}
.subject_div1{
    display: block;
    margin-right: 0.16rem;
    height: 100%;
}
.subject_li1:nth-child(6n+2) .subject_div1{  margin-right: 0;  }
.subject_div1 > .tip_left{
    float: left;
    position: relative;
    display: table;
    width: 38.2%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.subject_div1 > .tip_left_1{background-image: url("/asset/images/home/subject_bg1.png")}
.subject_div1 > .tip_left_2{background-image: url("/asset/images/home/subject_bg2.png")}

.subject_div1 > .tip_left:after{
    content: '';
    position: absolute;
    right: -0.42rem;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -0.32rem;
    border-top: 0.32rem solid transparent;
    border-bottom: 0.32rem solid transparent;
}
.subject_div1 > .tip_left_1:after{  border-left: 0.47rem solid #fe953e;  }
.subject_div1 > .tip_left_2:after{  border-left: 0.47rem solid #fdb1a3;  }
.subject_div1 > .tip_left > span{
    display: table-cell;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.subject_div1 > .img_right{
    width: 61.8%;
    height: 100%;
    overflow: hidden;
}
.subject_div1 > .img_right > img{
    display: block;
    width: 100%;
    min-height: 100%;
}
/* 左右结构 完成 */

/* 上下结构 */
.subject_li2{
    float: left;
    width: 25%;
    height: 6.6rem;
    margin-bottom: 0.16rem;
}
.subject_div2{
    display: block;
    margin-right: 0.16rem;
    height: 100%;
}
.subject_li2:nth-child(6n) .subject_div2{  margin-right: 0;  }
.subject_div2 > .img_top{
    width: 100%;
    height: 63.4%;
    overflow: hidden;
}
.subject_div2 > .img_top > img{
    display: block;
    width: 100%;
    min-height: 100%;
}
.subject_div2 > .tip_bottom{
    position: relative;
    display: table;
    width: 100%;
    height: 36.6%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.subject_div2 > .tip_bottom > span{
    display: table-cell;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.subject_div2 > .tip_bottom_3{background-image: url("/asset/images/home/subject_bg3.png")}
.subject_div2 > .tip_bottom_4{background-image: url("/asset/images/home/subject_bg4.png")}
.subject_div2 > .tip_bottom_5{background-image: url("/asset/images/home/subject_bg5.png")}
.subject_div2 > .tip_bottom_6{background-image: url("/asset/images/home/subject_bg6.png")}

.subject_div2 > .tip_bottom:after{
    content: '';
    position: absolute;
    top: -0.42rem;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -0.32rem;
    border-left: 0.32rem solid transparent;
    border-right: 0.32rem solid transparent;
}
.subject_div2 > .tip_bottom_3:after{  border-bottom: 0.47rem solid #77b3d8;  }
.subject_div2 > .tip_bottom_4:after{  border-bottom: 0.47rem solid #f885ab;  }
.subject_div2 > .tip_bottom_5:after{  border-bottom: 0.47rem solid #84c3ca;  }
.subject_div2 > .tip_bottom_6:after{  border-bottom: 0.47rem solid #86d0b3;  }

/* 上下结构 完成 */

/* 专题精选 完成 */

/* 推荐厚学 */
.recommend-floor1{padding: 0 0.42rem 0;}

.recommend-ul1{
    margin-top: 0.47rem;
}
.recommend-li1{
    float: left;
    width: 50%;
}
.recommend-list-perbox1{
    display: block;
    width: 7rem;
    border: 1px solid #f1f0f0;
    margin: 0 auto 0.47rem;
}
.recommend-list-box1{
    /*margin: 0.21rem;*/
    padding-bottom: 0.42rem;
}
.recommend-img1{
    width: 100%;
    height: 4.9rem;
    overflow: hidden;
    position: relative;
}
.recommend-text-box{
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    padding-bottom: 0.16rem;
}
.tjrq{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 3px 2px;
    line-height: 1;
}
.recommend-img1 > img{
    display: block;
    width: 100%;
    height: 100%;
    /* min-height: 100%;
     position: relative;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     -o-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);*/
}
.recommend-name1{
    display: block;
    width: 100%;
    font-size: 0.56rem;
    color: #fff;
    margin: 0.32rem 0.16rem 0;
}
.recommend-tip1{
    font-size: 0.5rem;
    margin: 0.11rem 0.16rem 0;
}
.false-cost2 {
    text-decoration: line-through;
}
.hot-line-each2 {
    overflow: hidden;
}
/* 推荐厚学 完成 */

/* 百度分期 */
.baidu-none{
    display: none;
}

.baidu-stage-floor1{padding: 0.42rem 0.42rem 0;}

.baidu-stage-ul1{
    margin: 0.47rem 0;
}
.baidu-stage-li1{
    float: left;
    width: 7rem;
    height:4.9rem;
    margin:0.2133rem;
}
.baidu-stage-list-perbox1{
    display: block;
    width: 7rem;
    margin: 0 auto 0.32rem;
}
.baidu-stage-list-box1{
    position: relative;
    margin-bottom: 0.42rem;
}
.baidu-stage-img1{
    width: 100%;
    height: 4.9rem;
    overflow: hidden;
}
.baidu-stage-img1 > img{
    display: block;
    width: 100%;
    height: 100%;
    /* min-height: 100%;
     position: relative;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     -o-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);*/
}
.baidu-stage-tips1{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 0.16rem;
    background-color:#000;
    filter:alpha(opacity:50);
    background-color: rgba(0,0,0,.5);
}
.baidu-stage-name1{
    display: block;
    margin: 0.26rem 0.16rem 0;
    font-size: 0.56rem;
    color: #fff;
}
.baidu-stage-tip1{
    font-size: 0.5rem;
    margin: 0.11rem 0.16rem 0;
}
/* 百度分期 完成 */

/* 语言培训 */
.language-floor1,
.vocational-floor1,
.test-floor1{margin: 0 0.42rem 0;}

.model_box{
    position: relative;
    margin-top: 0.17rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    min-height: 3.32rem;
}
.arrow_pre,
.arrow_next{
    position: absolute;
    width: 1.2rem;
    height: 100%;
    background-image: url("/asset/images/home/slider_arrow.png");
    background-repeat: no-repeat;
    background-size: auto 1.2rem;
}
.arrow_pre{
    left: 0;
    background-position: 0 center;
}
.arrow_next{
    right: 0;
    background-position: 100% center;
}
.model_list{
    position: relative;
    height: 2.96rem;
    padding: 0.2rem 0;
    margin: 0 1.2rem;
    overflow: hidden;
}
.model_ul1{
    position: absolute;
    left: 0;
}
.model_li1{
    float: left;
    width: 3.15rem;
    height: 2.9rem;
}
.model_li1 > .model_div{
    display: block;
    margin: 0 auto;
    font-size: 0.9rem;
    text-align: center;
    padding: 0.22rem 0;
    /*border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border: 1px dotted #fff;*/
}
/*.model_li1.active > .model_div{
    border: 0.05rem dotted #e0e0e0;
}*/
.model_li1 > .model_div > .model_img{
    display: block;
    width: 1.5rem;
    margin: 0 auto 0.3rem;
}
.model_li1 > .model_div > .model_img2{
    display: none;
    width: 1.5rem;
    margin: 0 auto 0.3rem;
}
.model_li1 > .model_div > .model_name{
    display: block;
    text-align: center;
    font-size: 0.5rem;
    line-height: 1.1;
}
.model_li1.active > .model_div> .model_img{
    display: none;
}
.model_li1.active > .model_div> .model_img2{
    display: block;
}
.model_li1.active > .model_div >.word-color-1{color: #f69b64;}
.model_li1.active > .model_div >.word-color-2{color: #fee40d;}
.model_li1.active > .model_div >.word-color-3{color: #39c876;}
.model_li1.active > .model_div >.word-color-4{color: #4ca9da;}
.model_li1.active > .model_div >.word-color-5{color:#e04e61;}
.model_li1.active > .model_div >.word-color-6{color: #ffcd36;}
.model_li1.active > .model_div >.word-color-93{color: #fb738e;}
.model_li1.active > .model_div >.word-color-104{color: #b785fa;}
.model_li1.active > .model_div >.word-color-105{color: #66b6b3;}
.model_li1.active > .model_div >.word-color-655{color: #38ccad;}
.language-ul{
    display: none;
    margin-top: 0.47rem;
    border-top: 1px solid #eee;
}
.language-li1{
    padding: 0.42rem 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.language-left-img1{
    float: left;
    display: block;
    position: relative;
}
.yypx-rq{
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    color: #fff;
    padding: 3px 2px;
    line-height: 1;
    background: #000;
    filter: alpha(opacity:50);
    background-color: rgba(0,0,0,.5);
    text-align: center;
    box-sizing: border-box;
}
.language-img1{
    display: block;
    width: 3.5rem;
    height: 2.45rem;
}
.language-list-box1{
    overflow: hidden;
    margin-left: 4.89rem;
}
.language-name1{
    width: 95%;
    margin-top: 0.5rem;
    line-height: 1.1;
    color: #333;
}
.language-name-a1 {
    width: 100%;
    color: #6d6d6d;
    font-size: 0.56rem;
}
.language-tip1{
    font-size: 0.5rem;
    margin-top: 0.32rem;
}
.span_space_bl{
    font-size: 0.5rem;
    padding-left: 0.26rem;
}
.language_list_more{
    display: block;
    color: #999;
    font-size: 0.56rem;
    line-height: 1.6rem;
    text-align: center;
}
/* 语言培训 完成 */
.page-footer{
    color: #999;
    font-size: 0.45rem;
    text-align: center;
    /*padding: 0.6rem 0 1.1rem;*/
    border-top: 1px solid #eee;
    background-color: #f6f6f6;
    padding-bottom: 2.6rem;
}
.footer-links{
    text-align: center;
    margin-bottom: 0.3rem;
    font-size: 0.56rem;
}
.footer-act{
    display: inline-block;
    color: #999;
    padding: 0 0.5rem;
    border-left: 0.05rem solid #999;
}
.footer-links .footer-act:first-child{
    border-left: none;
}
.copyright {
    margin-top:0.625rem;
}


/*厚学头条*/
.hxtt-box{
    width: 100%;
    height: 1.8rem;
    box-sizing: border-box;
    padding: 0 0.5rem;
    border-top: 1px solid #efefef;
    position: relative;
}
.hxtt-img{
    width: 17%;
    /* height: 100%; */
    float: left;
    box-sizing: border-box;
    /* padding: 0.3rem 0.2rem 0 0; */
    /* padding: 0.42rem 3% 0.1rem 0; */
    position: absolute;
    left: .4rem;
    top: 0.45rem;
}
.hxtt-img>img{
    width: 100%;
}
.hxtt-min{
    float : right;
    width: 80%;
    height:100%
}
.swiper-container-tt{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.hxtt-text-box{
    margin: 0;
    /* padding: 0.48rem 0; */
    padding: 0.43rem 0 0 0;
    height: 100%;
    overflow: hidden;
    font-size: 0.55rem;
    box-sizing: border-box;
    /* line-height: 1.74rem; */

}
.hxtt-text-box>span{
    font-size: 0.45rem;
    margin: 0;
    height: 100%;
    width: 1.3rem;
    float: left;
    color: red;
    border: 1px solid red;
    border-radius: 0.1rem;
    box-sizing: border-box;
    text-align: center;
    margin-right: 0.2rem;
}
.hxtt-text-min{
    color: #333;
    line-height: 0.8rem;
    background: url(/asset/images/home/circl.png) 0 0.3rem no-repeat;
    display: block;
    padding-left: 0.6rem;
}

/*厚学精选*/
.hxjx-box{
    width: 100%;
    height: 8rem;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0.4rem;
}
.hxjx-content{
    width: 100%;
    height: 82%;
    clear: both;
    margin-top: 0.47rem;
}
.hxjx-min-box{
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
}
.hxjx-min-box:nth-of-type(1){
    float: left;
    padding-right: 0.1rem;
}
.hxjx-min-box:nth-of-type(2){
    float: left;
    padding-left: 0.1rem;
}
.hxjx-min-box>a{
    display: block;
    width: 100%;
    height: 40%;
    background: url(/asset/images/home/recommend-img.png) no-repeat;
    background-size: 100% 94%;
}
.hxjx-min-box>div{
    width: 100%;
    height: 60%;
}
.hxjx-min-box>div>a{
    display: inline-block;
    width: 48.8%;
    height: 100%;
}
.hxjx-min-box>div>a:nth-of-type(1){
    float: left;
    background: url(/asset/images/home/recommend-img.png) no-repeat;
    background-size: 100% 100%;
}
.hxjx-min-box>div>a:nth-of-type(2){
    float: right;
    background: url(/asset/images/home/recommend-img.png) no-repeat;
    background-size: 100% 100%;
}

/*新版首页样式*/
.advbanner{
    width: 100%;
}

.advbanner>a>img{
    display: block;
    width: 100%;
    height:80px;
}

.ActRec>ul>li{
    height: 4.17rem;
    background: #fff;
}

.ActRec>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #464a63;
    font-size: 0.6rem;
    border: 1px solid #efefef;
    position: relative;
}
.ActRec>ul>li>a>span{
    display: block;
    position: absolute;

}


.lan>a{
    display: block;
}
.lan>a>img{
    width: 100%;
    display: block;
    height: 100%;
}

.RecCon{
    padding-top: 0.4rem;
}
.RecTit,.TopicsTit{
    font-size: 0.6rem;
    color: #222;
    /*font-weight: bold;*/
    padding: 0.3rem 0.5rem 0.3rem 0.1rem;
    border-bottom: 1px solid #efefef;
    position: relative;
}
.recommend01,.recommend02,.recommend03,.recommend04{
    padding: 0.2rem 0 0.2rem 1.2rem;
}

.recommend01{
    background: url("/asset/images/home/kecheng.png") 0.4rem 0.3rem no-repeat;
    background-size: 0.6rem;
}

.recommend02{
    background: url("/asset/images/home/zhuanti.png") 0.4rem 0.3rem no-repeat;
    background-size: 0.6rem;
}
.recommend03{
    background: url("/asset/images/home/tuijian.png") 0.4rem 0.3rem no-repeat;
    background-size: 0.6rem;
}
.recommend04{
    background: url("/asset/images/home/yuyan.png") 0.4rem 0.3rem no-repeat;
    background-size: 0.6rem;
}
.AChange{
    color: #999;
    font-size: 0.5rem;
    font-weight: normal;
    /* margin-top: 0.32rem; */
    position: absolute;
    right: 0.5rem;
}
.rectop{
   margin-left: 0.2rem;
    height: 4rem;

}
.rectop>a{
    width: 100%;
    height: 100%;
    display: block;
}
.rectop>a>img{
    width: 100%;
    height: 100%;
    display: block;
}
.recbottom{height:1.2rem;overflow:hidden;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
    text-align: center;
}
.recbottom>a{
    font-size: 0.55rem;
    color: #333;
}
.wid{
    width: 37.6%!important;
}
.TopicsCon>ul>li>a{
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}
.TCImg>img{
    width: 100%;
    height: 100%;
    display: block;
}
.TopicsCon>ul>li{
    text-align: center;
    font-size: 0.5rem;
    color: #333;
    width: 2.2rem;
    float: left;
    margin-left: 0.4rem;
}
/*.TopicsCon>ul>li:nth-child(n+4){*/
    /*margin-top: 0.2rem;*/
/*}*/
.TopicsCon{
    padding: 1.1rem 0 1.1rem 0;
    background: url(/asset/images/home/zhuantibg.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.kuaiji{
    background: url("/asset/images/home/kuaiji.png") 0 0 no-repeat;
    background-size: 1.25rem;
}

.meirong{
    background: url("/asset/images/home/meironghauzhuang.png") 0 0 no-repeat;
    background-size: 1.25rem;
}

.yasi{
    background: url("/asset/images/home/yasi.png") 0 0 no-repeat;
    background-size: 1.25rem;
}

.guojia{
    background: url("/asset/images/home/guojiagongzhi.png") 0 0 no-repeat;
    background-size: 1.25rem;
}

.chengren{
    background: url("/asset/images/home/chengrenxueli.png") 0 0 no-repeat;
    background-size: 1.25rem;
}

.jiashi{
    background: url("/asset/images/home/jiashi.png") 0 0 no-repeat;
    background-size: 1.25rem;
}
.HouCon{
    padding-top: 0.4rem;
}
.HouCon>ul>li{
    width: 7.2rem;
    float: left;
    font-size: 0.6rem;
    color: #333;
    height: 6.46rem;
    padding-bottom: 0.2rem;
}
.HouCon>ul>li>a{
    display: block;
    height: 5rem;
}
.HouCon>ul>li>a>img{
    width: 100%;
    display: block;
    height: 100%;
}
.HouCon>ul>li:nth-child(2n+1){
    margin-left: 0.6rem;
}
.HouCon>ul>li:nth-child(n+3){
    border-top: 0.4rem solid #f6f6f6;
}
.HouCon>ul>li:nth-child(2n){
    border-left:0.4rem solid #f6f6f6;
}
.con-img{
    width: 100%;
    height: 5.04rem;
    margin-bottom: 0.4rem;
}
.con-img>img{
    width: 100%;
    height: 100%;
    display: block;
}
.con-txt{
    margin-left: 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 6.5rem;
}
.LanCla01>ul>li{
    color: #555;
    font-size: 0.55rem;
    float: left;
    width: 50%;
    padding: 0.28rem 0;
}
.LanCla01{border-bottom: 1px solid #efefef;}
/*.pdt{*/
    /*padding: 0.4rem 0;*/
/*}*/
/*二到四*/
.LanCla01>ul>li>span{
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.LanCla01>ul>li:nth-child(odd)>span{
    border-right: 1px solid #efefef;

}
.LanCla01>ul>li:nth-child(n+3){border-top: 1px solid #efefef;}

/*六*/
.LanCla02>ul>li{
    color: #555;
    font-size: 0.55rem;
    float: left;
    width: 33.3%;
    padding: 0.28rem 0;
    border-bottom: 1px solid #efefef;
}
.LanCla02>ul>li>span{
    display: block;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.LanCla02>ul>li:nth-child(1)>span,.LanCla02>ul>li:nth-child(2)>span,.LanCla02>ul>li:nth-child(4)>span,.LanCla02>ul>li:nth-child(5)>span{
    border-right: 0.02rem solid #efefef;
}

.LanCon>ul>a>li{
    padding: 0.4rem;
    border-bottom: 1px solid #efefef;
}
.lan-con-left{
    width: 3.75rem;
    height: 2.6rem;
}
.lan-con-left>img{
    display: block;
    width: 100%;
    height: 100%;
}
.lan-con-right-tit{
    font-size: 0.55rem;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 10rem;
    display: block;
}
.lan-con-right{
    margin-left: 0.5rem;
    width: 71%;
}
.pricepp{
    margin-top: 0.7rem;
}
.price {
    font-size: 0.6rem;
    color: #fe4141;
}
.pop_ {
    background: url(/asset/images/renqixue.png) no-repeat 0 -0.05rem;
    background-size: 0.5rem;
    font-size: 0.5rem;
    color: #999;
    padding-left: 0.6rem;
    margin: 0.15rem 0 0 0.4rem;
}
.LanguageTraining>.tablist{
    display: none;
}

.LanCla01>ul>.changecolor{
    color: #ff5400;
}
.LanCla02>ul>.changecolor{
    color: #ff5400;
}

.tab{
    display: none;
}
.chuping{
    background: url("/asset/images/home/chuping.png") 0 0 no-repeat;
    background-size: 1.5rem;
}
.diannao{
    background: url("/asset/images/home/diannaoban.png") 0 0 no-repeat;
    background-size: 1.5rem;
}
.appxiazai{
    background: url("/asset/images/home/appxiazai.png") 0 0 no-repeat;
    background-size: 1.5rem;
}
.DownRec{
    margin-top: 0.8rem;
}
.DownRec>ul>li{
    font-size: 0.6rem;
    margin-left: 1.7rem;
}
.DownRec>ul>li:nth-child(2){
    border-right: 1px solid #efefef;
    border-left:1px solid #efefef;
    padding:  0 1.7rem;
}
.DownRec>ul>li>a{
    display: block;
    width: 1.46rem;
    height: 1.46rem;
    background-size: 1.46rem;
    margin: 0 auto;
    padding-bottom: 0.3rem;
}
.loginregi{
    width: 6.8rem;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.loginregi>ul>li{
    margin-left: 0.5rem;
    float: left;
}
.loginregi>ul>li:nth-child(2){
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    padding:0 0.4rem;
}
.loginregi>ul>li>a{
    font-size: 0.5rem;
    color: #999;
    display: block;
}
.pop_ {
    background: url(/asset/images/renqixue.png) no-repeat 0 -0.01rem;
    background-size: 0.45rem;
    font-size: 0.45rem;
    color: #999;
    padding-left: 0.6rem;
    margin: 0.15rem 0 0 0.4rem;
}

/*分类导航样式*/
.claNav>.swiper-slide{
    color: #555;
    text-align: center;
    padding: 0.3rem 0;
}

.claNav>.swiper-slide>a{
    display: block;
    width: 100%;
    border-right: 1px solid #eee;
    line-height: 0.6rem;
    color: #555;
    font-size: 0.55rem;
}

.swiper-containerNav{display:none;
    position: fixed;
    top: 1.7rem;
    background: #fff;
    z-index: 20;
    width: 100%;
    opacity: 0;
}
.tran{
    transition: all 200ms ease-in-out;
}
.colorchange{
    color: #ff5400!important;
}

.s-form-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    height: 100%;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding-left: 2.8rem;
    background: url(/logom.png) 0.2rem center no-repeat;
    background-size: 2.8rem!important;
}






