body,html{background: #f5f5f5 !important;}
.header{width: 100% !important;padding: 0;}
.search{
    overflow: hidden;
    /* float: left; */
}
.search input{
    /* border: 1px solid #ff3333; */
    padding: 6px;
}
#inputbox{
    width: 80%;
}
.input-add{
    background: red;
    color: #fff;
    width: 60px;
    border: none !important;
    float: right;
    width: 20%;
    cursor: pointer;
}
.erweima img{
    width: 50% !important;
    transform: scale(0.9);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
form{
    border: 2px solid #ff3333 !important;
    width: 100%;
    float: left;
}
.header .middle {
    width: 25% !important;
    margin-left: 10px;
    height: 52px;
    /* margin-right: 10px; */
}
.header .middle {
    width: 660px;
    float: left;
    margin-top: 35px !important;
}

.headpublic{
    text-align: right;
    float: right;
    height: 72px;
    padding-top: 20px !important;
    padding: 0;
    width: 54% !important;
}
.lanmu h:hover{color: #ff6600;}
.lanmu {
    width: 100% !important;
    text-align: right;
}
.menu{
    width: 70%;
}
.lanmu h{
    margin: 0 3px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
}

.login{width: 25%;}
.login a{
    width: 45%;
    margin: 5%;
    border: 2px solid #999;
    padding: 3% 10%;
    color: #666;
}
.headpublic img{
    width: 4%;
    vertical-align: middle;
}

.login a{
    margin: 16px 5%;
    border: 1px solid #ccc;
    padding: 0 10px;
    padding: 5px 15px;
    font-size: 12px;
    text-align: center;
}
.login a:first-child{
    border: 1px solid #ff6600;
    color: #ff6600;
}

.nav-ine{width: 100%;background: #ed3a40;}
.nav-ine .nav{
    background: #ed3a40;
    width: 1200px;
}
.inner{width: 1200px;padding-left: 0;padding-top: 0;}
.header .nav .list {
    float: left;
    width: 140px;
    text-align: center;
    position: relative;
    background: #ed3a40;
    font-size: 16px;
}


.header .h_content {
    margin-bottom: 0 !important;
    width: 1200px;
}
.header .nav .list a {background: none !important;font-size: 16px;font-weight: 500;}
.header .nav :before {background: none !important;}
.header .nav li:hover{background:red;}
.header .nav .list:first-child{
    width: 190px;
    font-size: 16px !important;
}
.header .nav .list:nth-child(4){width: 150px;}
.header .nav .list:nth-child(3){width: 150px;}
.cximg {right: 670px;overflow: hidden;height: 259px;position: absolute;z-index: 9;}
.header .nav .list.tiku a:hover{color: #fff;}
.header .nav .list.wangxiaos-index a:hover{color: #fff;}
.left_subject{
    width: 188px;
    float: left;
    height: 310px;
}
.left_subject li{
    border-bottom: 2px solid #f6f6f6;
    text-align: center;
    font-size: 16px;
    /* padding: 13px 0; */
    color: #333;
    height: 45px;
    line-height: 40px;
}
.left_subject .sub_li_a{
    /* padding-top: 15px; */
}
.subject{
    border-right: 2px solid #f6f6f6;
    height: 310px;
    border-bottom: 2px solid #f6f6f6;
}
.subject li:hover{color:#ff3333;background: none !important;}
.sub_li_g{border-bottom:none}
.main_home .floor_one .left_box{
    width: 190px;
    background: #fff;
    height: 310px;
    border-right: 1px solid #f5f5f5;
} 
.subject_hide{
    position: absolute;
    overflow: auto;
    left: 187px;
    display: block;
}
.cang{
    position: absolute;
    width: 400px;
    left: 186px;
    padding: 5px 0;
    font-size: 16px;
    border: 2px solid #f5f5f5;
    background: #fff;
    display: none;
    z-index: 9;
    /* top: 0; */
}
.cang li{
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #ccc !important;
    margin: 5px 0;
    border: none;
}

.subject_ul li:last-child{
    /* border: none; */
}


.js-silder{
    width: 670px;
    /* margin: 100px auto; */
    height: 335px;
    position: relative;
    overflow: hidden;
}
.silder-scroll{
    width: 670px;
    height: 335px;
    overflow: hidden;
}
.silder-main{
    width: 670px;
    height: 335px;
    background-color: #fff;
    position: relative;
}
.silder-main-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 670px;
    height: 335px;
    transition: top .5s;
}
.js-silder-ctrl{
    margin-top: 7px;
    text-align: center;
    /* z-index: 999; */
    /* border: 1px solid red; */
}
.silder-ctrl-prev,
.silder-ctrl-next{
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 30px;
    height: 45px;
    cursor: pointer;
    background: url(/static/images/newindex/icon_v9.png) no-repeat 5px 5px;
}
.silder-ctrl-prev{
    left: 0;
}
.silder-ctrl-next{
    right: 0;
    background-position: -5px -40px;
}
.silder-ctrl-con{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    text-indent: -100px;
    overflow: hidden;
    background: #ccc;
    border-radius: 50%;
}
.current{
    background: #ff9999;
}
.silder-main-img img{width: 100%;}
.nav-content a:hover{color: #ff6600 !important;}
.head{
    width: 670px;
    margin-bottom: 2%;
    background-image: url(/columnpage/linchuangcolumnpage/static/images/zhaosheng.png);
    background-repeat: no-repeat;
    background-size: 100% 345px;
    /* background-position-x: -386px; */
}

.zhuanye{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    /* text-shadow: 1px 3px 11px #333; */
}
.zhuanye-1{
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    /* letter-spacing: 10px; */
    text-shadow: 0px -3px -1px #e1a882;
    background-image: -webkit-linear-gradient(bottom,#d78d5c,#e1a882,#d78d5c);
    -webkit-background-clip:text;
    /* -webkit-text-fill-color:transparent; */
}

.zhuanwen{
    /* width: 655px; */
    margin: 0 auto;
    text-align: center;
    padding: 18% 0;
}
.main_home .floor_one .mid_box{width: 670px;margin: 10px;border-radius: 5px;height: 300px;/* margin-right: 0 !important; */}

.msxz{width: 320px;border: none;margin-top: 10px;height: 300px;}

.s_banner_wrap{overflow: hidden;height: 190px;}
.s_banner_toutiao{
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 70px;
}
.s_banner_wrap .swiper-slide img:hover{cursor: pointer;}
.floor_twolve{
    /* padding: 0 10px; */
}
.s_banner_p{
    font-size: 18px;
    color: #ff3333;
    font-weight: bold;
    letter-spacing: 1px;
    font-style: italic;
    font-family: ÃƒÂ©Ã¢â‚¬ÂÃ‚ÂÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ§Ã…â€œÃ…Â¸ÃƒÂ¨Ã‚Â¨Ã¢â€šÂ¬;
}
.s_banner_p img{
    width: 28%;
}
.s_banner_p h{
    font-style: italic;
}
.solo{
    width: 100%;
    font-size: 18px;
    margin: 5px auto;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    background: url(/static/images/newindex/lft.gif) no-repeat;
    background-position: 5px 3px;
    transition: 0.3s;
    padding:0px 0px 0px 15px;
}
.solo:hover{
    background-position: 5px -24px;
}
.s_banner_h{
    width: 100%;
    /* margin: 5px 0; */
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 18px;
    background: url(/static/images/newindex/lft.gif) no-repeat;
    background-position: 5px 3px;
    transition: 0.3s;
    padding:0px 0px 0px 15px;
}
.s_banner_h:hover{
    background-position: 5px -24px;
}
.sub_li_g{border-bottom: none !important;}
.floor_ten{
    padding: 0 10px;
    overflow: hidden;
    width: 1200px;
    height: 170px;
}
.ketang{
    width: 50%;
    float: left;
    margin: 10px 0;
    padding-left: 10px;
    text-align: left;
    display: block !important;
}
.live_zhibo{
    font-size: 18px !important;
    font-weight: bold;
    overflow: hidden;
}
.live_zhibo img{
    width: 25px;
    vertical-align: text-top;
    margin: 0 3px;
}
.live_zhibo_m{
    font-size: 15px;
    margin-left: 5%;
    color: #b98f2a;
    position: relative;
}
.live_zhibo_great{width: 40% !important;position: absolute;bottom: -3px;right: -120px;}

.laoshi{
    height: 150px;
    overflow: hidden;
    clear: both;
    box-shadow: 1px 1px 9px #ccc;
    width: 1180px;
    margin: 0 auto;
    border-radius: 10px;
}
.teacher{
    height: 210px;
    overflow: hidden;
    clear: both;
    /* box-shadow: 1px 1px 9px #ccc; */
    width: 1180px;
    margin: 0 auto;
    /* border-radius: 10px; */
}
.word{
    /* color: #999 !important; */
    font-size: 12px;
}
.word2{}
.word_h{
    border: 1px solid #ff3333;
    padding: 3px 15px;
    border-radius: 20px;
    color: #ff3333;
    right: -20px;
    position: absolute;
}

.xxian_aa{
    border-left: 1px solid #ccc;
    height: 50px;
    float: left;
    position: absolute;
    top: 30%;
    right: 0;
}

.flder{overflow: hidden;}

.container{
    height: 230px;
}
.dealCon_4 {
    overflow: hidden;
    margin: 0 25%;
}
.teach_name{
    background: #fff;
    text-align: left;
    text-indent: 10px;
    /* border: 1px solid #ccc; */
    /* z-index: 999; */
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    height: 30px;
    /* overflow: hidden; */
    font-size: 14px;
}
.xsq_deal_wrapper_4{
    text-align: center;
    height: 170px;
}

.floor_eleven {
    width: 1200px;
    padding: 0 10px;
    overflow: hidden;
}
.posi_img {
    height: 45px;
    background-image: url(/static/images/newindex/pai.png);
    position: absolute;
    z-index: 9;
    margin-bottom: -10px !important;
    background-size: 100%;
    width: 45px;
    background-repeat: no-repeat;
    right: 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: clip;
}
.posi_img h{
    padding: 10px;
    font-size: 12px;
    color: red;
    position: relative;
    top: 12px;
    width: 2em;
    /* padding-left: 1%; */
}
.tabs div{
    display: none;
    /* clear: both; */
    /* border: solid 2px #0099FF; */
    /* min-height: 500px; */
}
.tabs .horizontal{
    margin: 0px;
    padding: 0px;
    width: 1200px;
    overflow: hidden;
    background: #fff;
    height: 50px;
}
.tabs .horizontal li{
    float: left;
    list-style: none;
    height: 38px;
    line-height: 37px;
    background-image: url(/static/images/newindex/onebao.png);
    background-size: 100% 214%;
    background-repeat: no-repeat;
    width: 100px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.tabs .horizontal li.selectActive{
    background-image: url(/static/images/newindex/onebao.png);
    background-position-y: -60px;
    color: #fff;
    border-radius: 0 !important;

    height: 50px !important;
}
.block{display: block !important;overflow: hidden;}
.tab_left{width: 53%;}
.block div{display: block !important;}
.tab_right{
    width: 47%;
}
.baokuo {
    padding: 0 0 5px 5px;
    padding-right: 0;
    overflow: hidden;
    height: 200px;
    margin: 0 auto;
}
.tab_img img{
    width: 25px;
    vertical-align: text-top;
}

.right-tea {
    width: 100%;
    background-image: url(/columnpage/linchuangcolumnpage/static/images/icon/beijing.png);
    margin: 0 auto;
    margin-bottom: 7%;
}

.teacher-li {
    transition: all 0.8s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: scale(1);
}
.teacher-li {
    width: 100%;
    /* margin: 0 0.8%; */
    float: left;
    position: relative;
    background-image: url(/columnpage/linchuangcolumnpage/static/images/icon/beijing.png);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 100%;
    overflow: hidden;
}
.lao-width {
    width: 57%;
}
.laoshis {
    width: 40%;
    padding: 5px 0;
    /* position: absolute; */
    display: block;
    /* float: right !important; */
}
.right-tea-lao p:first-child {
    font-size: 20px;
}
.laoshis p:first-child {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}
.right-tea-lao p {
    color: #333 !important;
    font-size: 14px;
    margin: 10px 0;
    /* width: 30%; */
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.laoshis p {
    text-align: right;
    color: #333;
    font-size: 15px;
    /* margin: 3px 0; */
    /* padding: 0 10px; */
}
.radius-tes {
    font-size: 12px;
    /* padding: 0; */
    width: 39%;
}
.freetalk {
    text-align: center;
    color: white;
    opacity: 0.6;
    /* transition: opacity 1s; */
    width: 100% !important;
    margin-top: 10px;
}
.freetalk:hover{opacity: 1;}
.radius {
    background: #ff3333;
    color: white;
    font-size: 14px;
    border-radius: 20px;
    margin-top: 50px;
    padding: 5px 2%;
    width: 40%;
    float: right;
}

.radius img {
    width: 23%;
    vertical-align: middle;
}
.tab_ul{
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 10px 0 5px;
    padding: 0 10px;
    position: relative;
    height: 40px;
}
.tab_li{
    /* width: 18%; */
    float: left;
    /* border: 1px solid #ccc; */
    margin: 0 1%;
    padding: 4px 12px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    transition: all .2s ease;
    height: 30px;
    line-height: 20px;
    background-image: url(/static/images/newindex/onebao.png);
    background-repeat:no-repeat;
    background-size: 100% 210%;
}
.tab_ul a{color: #333;}
.tab_ul li:hover{
    /* background:#ff3333;
    color:#fff !important;
    border:1px solid #ff3333;
    border-radius:0 !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; */
}

.tab_ul_2{
    width: 100%;
    clear: both;
    overflow: hidden;
}
.tab_ul_2 li{
    float: left;
    width: 48%;
    margin: 0 5px;
    height: 138px;
}
.tab_ul_2 .lileft{margin-left:0}
.tab_ul_2 .liright{margin-right:0}
.tab_ul_2 li img{
    width: 90%;
    border-radius: 5px;
}
.tab_ul_20 li{
    float: left;
    width: 49%;
    margin: 0 5px;
    height: 140px;
    position: relative;
}
.tab_ul_20 .lileft{margin-left:0}
.tab_ul_20 .liright{margin-right:0}
.tab_ul_20 li img{
    width: 90%;
    border-radius: 5px;
}
.tab_ul_20 {
    width: 100%;
    clear: both;
    overflow: hidden;
}
.tab_ul_3{
    width: 100%;
    clear: both;
    overflow: hidden;
}
.tab_ul_3 li{
    float: left;
    width: 49%;
    margin: 0 5px;
}
.contents {display: none;clear: both;}
.wrap-ul{
    clear: both;
    overflow: hidden;
}
.wrap-ul li{
    float: left;
    width: 18%;
    margin: 0 1%;
    border: 1px solid #ccc;
}
.wrap-ul li {
    transform: scale(0.98);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0px 1px 9px RGBA(0,0,0,0.1);
}
.wrap-ul li:hover{transform: scale(1);box-shadow: 0px 1px 9px RGBA(0,0,0,0.1);}
.wrap-ul li p{
    font-size: 12px;
    margin: 5% 1%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow : hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    padding: 0 10px;
    line-height: 20px;
}
.wrap_pir{
    width: 100%;
    overflow: hidden;
}
.wrap_pir h{
    float: left;
    font-size: 12px;
    color: #999;
    margin: 5%;
}
.wrap_pir h1{
    float: right;
    font-size: 14px;
    color: red;
    margin: 5%;
}

.wrap_button{
    width: 1200px;
    overflow: hidden;
    background: #ffff;
    margin-bottom: 10px;
}
.wrap_button button{
    float: left;
    width: 171.3px;
    /* background: #f2f2f2; */
    background-image: url(/static/images/newindex/onebao.png);
    padding: 10px;
    font-size: 14px;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.actives2{
    /* background: #f35b5f!important; */
    background-image: url(/static/images/newindex/onebao.png);
    background-position-y: -58px;
    color: #fff !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 20px !important;
    height: 50px;
}
.wrapper {box-shadow: none !important;}
.floor_fours{margin-bottom: 10px;}

.xiding {
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    /* background: #fff; */
}
.xiding li:first-child {
    /* margin-left: 0; */
    /* margin-top: 4.3%; */
}

.xiding-li {
    float: left;
    width: 30%;
    margin: 1.5% 1%;
    margin-top: 1.5%;
    background: #fff;
    /* width: 300px; */
    /* padding-bottom: 9px; */
    margin-top: 20px;
}
.head-ming {
    position: relative;
    background: #ff9633;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 4px 5px;
    right: 12px;
    bottom: -87px;
    letter-spacing: 1px;
}
.mingshi-ul-li-2 {
    background: #a0a8bd !important;
    color: #333;
    font-size: 24px;
    padding: 11px 0;
    position: relative;
}

.banci {
    text-align: center;
    background: #d5dceb;
    color: #1f1f38;
    font-size: 18px;
    font-weight: bold;
    padding: 7% 0;
}
.mingshi-ul-li-2img {
    width: 18%;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.abo-yellow {
    font-size: 12px;
    /* letter-spacing: -1px; */
    color: #fff;
    background: #ff9633;
    width: 100%;
    float: right;
    position: relative;
    bottom: 0px;
    /* border-radius: 10px 0 0px 10px; */
    text-align: center;
}

.mingshi-ul {
    width: 100%;
    text-align: left;
    /* padding-top: 4px; */
    /* background: #fff; */
}

.mingshi-ul {
    overflow: hidden;
}
.mingshi-ul-first {
    margin-left: 12px !important;
}

.mingshi-ul-li {
    float: left;
    width: 30%;
    background: #fff;
    margin: 0 1% 10px;
    overflow: hidden;
    box-shadow: 0px 1px 9px RGBA(0,0,0,0.1);
    height: 635px;
}
.fivedada {
    font-size: 14px;
    color: #999;
    background: #f8f8f8;
    text-indent: 15px;
    padding-bottom: 5px;
}

.fivedada h {
    color: #ff3333;
    font-size: 24px;
    font-weight: bold;
    padding-right: 3px;
}

.fenlei {
    color: #ff6666;
    font-size: 12px;
    margin: 5px 0;
    /* overflow: auto; */
    clear: both;
    padding-top: 5px;
}
.circle-yuan {
    padding: 0.5%;
    /* background: #fff; */
    width: 18px;
    border-radius: 50%;
    height: 18px;
    float: left;
    margin-right: 2px;
    /* margin-top: 2px; */
    /* z-index: 999; */
    position: relative;
    background-image: url(/columnpage/linchuangcolumnpage/static/images/icon/zeng.png);
    background-size: 100%;
}
.ziliao-li-22 {
    width: 100% !important;
}
.ziliao {
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
    height: 120px;
}
.ziliao-li {
    float: left;
    width: 48%;
    font-size: 12px;
    color: #666;
    margin: 5px 0;
    text-align: left;
}

.introduce-ke-pirce{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 4%;
}
.introduce-ke-jia{
    width: 96%;
    overflow: auto;
    border: 1px solid #ccc;
    margin: 5% auto !important;
    padding: 15px 0;
    margin: 0 auto;
}
.introduce-ke-jia:first-child p{
    margin-left: 5px;
}
.introduce-ke-jia p{
    float: left;
    width: 56%;
    color: #ff3333;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.introduce-ke-buy{
    clear: both;
    overflow: auto;
    width: 100%;
    margin: 10px auto;
}
.jia-rig{
    width: 35% !important;
    background: #fdefef;
    padding: 2.5px 0;
    font-size: 12px !important;
    float: right !important;
    text-align: center !important;
    margin-right: 5px !important;
    margin-top: 3px !important;
}
.introduce-ke-buy-1{
    width: 45%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 5% 0 0;
    padding: 5% 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    cursor: pointer;
}
.introduce-ke-buy-2{
    width: 45%;
    text-align: center;
    border: 1px solid #ff3333;
    border-radius: 10px;
    /* margin: 0 2% 2%; */
    margin: 0;
    padding: 5%;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(to right, #ff6666, #ff3333);
}
.introduce-ke-buy-2:hover{ background:red}
.introduce-ke-buy-1:hover{ background:#ccc;color:#333}


.login a:first-child:hover{background: #ff6600;color: #fff;}
.login a:last-child:hover{background: #ccc;color: #333;}
.tab_ul_3 .liright{margin-right: 0;}
.tab_ul_3 .lileft{margin-left: 0;}
.gra{background: #ccc;color: #333;}
#sub_li_a :hover #subject_ul_a{display: block;}
.tab_ul_2 li img:hover{    transform: scale(1);}
.tab_ul_2 li img{
    transform: scale(0.98);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tab_ul_20 li img:hover{    transform: scale(1);}
.tab_ul_20 li img{
    /* transform: scale(0.9); */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tab_ul_3 li{
    transform: scale(0.9);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.tab_ul_3 li:hover{    transform: scale(1);}
.listens{
    width: 5% !important;
    float: right;
}
.erweima{position: absolute;z-index: 9;bottom: 160px;height: 140px;background: #f5f5f5;border-radius: 5px;top: 140px;transition: top .5s;}
.lileft_1:hover .erweima1{top:0}
.s_banner_toutiao a{color: #333;}
.s_banner_toutiao a:hover{color: #ff3333;}
.QRcode{
    position: absolute;
    bottom: 0;
    top: 130px;
    transition: top .5s;
    width: 100px;
    background: #fff;
    /* padding: 10px; */
    right: -35px;
}
.QRcode img{width: 85%;}

.swiper-slideaaa:hover .QRcode1{
    top: 0;
}
.wrap-ul a{color: #333;}
.wrap-ul a:hover{color: #ff3333;}
.ketang_span {
    height: 40px;
    line-height: 50px;
    float: right;
    font-size: 14px;
    
}
.ketang_span a{color: #999;font-size: 12px;}
.ketang_span a:hover{color: #ff3333;}

.gun_ba{width: 100% !important}
.gun_ba_a{width: 100% !important;}
.gun_ba_b{width: 100% !important;height: 412px !important;}



.onelboxitem2:hover .bgcol{
	color: #fff !important;
}
.onelboxitem2:hover{
	background: #ff6969;
}
.onelbox2{
	position: absolute;
	width: 190px;
	min-height: auto;
	background: #fff;
}
.onelboxitem2{
	padding: 0 20px;
	cursor: pointer;
	box-sizing:content-box;
	border-bottom: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	background: #fff;
	height: 43.5px;
	text-align: center;
	line-height: 40px;
	color: #000;
}

.onecontentitem2{
	position: absolute;
	top: 0px;
	left: 190px;
	min-width: 660px;
	min-height: 250px;
	font-size: 14px;
	background-color: #fafafa;
	overflow: auto;
	z-index: 999;
	display: none;
	box-sizing: content-box;
	border-radius: 5px;
}
.onecontentbox2{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.oneltitle2 {
    font-size: 14px;
    line-height: 19px;
    height: 55px;
    line-height: 43px;
    display: block;
    margin-right: 12px;
    color: #333 !important;
    letter-spacing: 1px;
}
.one-item2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 170px;
    padding: 0px 0px 15px 30px;
}
.one-list2 {
    /* height: 310px; */
    width: 300px;
}
.two-list2 {
    height: 250px;
    width: 250px;
}
.one-itemtext2 {
    display: inline !important;
    /* color: #666; */
}
.one-item2:hover{color: #ff6600;}
.qgfx{
    text-align: left;
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 10px;
}
.qgfx img{
    vertical-align: text-bottom;
    width: 30px;
    height: 26px;
}
.qgnav{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    background: #ffff;
    clear: both;
    height: 50px;
    margin-bottom: 10px;
}
.qgnavitem{
    line-height: 38px;
    width: 200px;
    height: 38px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    background-image: url(/static/images/newindex/onebao.png);
    background-size: 100%;
    background-repeat: no-repeat;
    /* margin-bottom: 1px; */
    display: inline;
    text-align: center;
    float: left;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.mapbox{
    display: none;
}
.mapboxactive{
    display: block;
}
.qgmapbox{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.qgactive{
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url(/static/images/newindex/onebao.png);
    background-position-y: -75px;
    height: 50px;
}
.qgmapitem{
    width: 20%;
    min-height: 240px;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.qgmapitemtext{
    font-size: 12px;
    margin-top: 10px;
    color: #333333;
}
.qgmapitemimgbox{
    width: 207px;
    height: 207px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dedede;
    box-shadow: 0px 1px 9px RGBA(0,0,0,0.1);
}
.qgmapitemimgbox:hover{
    width: 210px;
    height: 210px;
}
.qgmapitemimgbox img{
    width: 140px;
    max-height: 99%;
}
.fenxiao{margin: 10px auto;}
.live_zhibo a{color: #333;}
.subway{
    position: absolute;
    left: 220px;
    /* overflow: auto; */
}
.subwayimgbox {
    position: absolute;
    left: -18px;
    top: -25px;
    z-index: 100;
}
.subwayimgbox img{
    width: 500%;
}
.addressbjimgbox {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
}
.mingshi-ul li:hover{cursor: default;}
.addressbjimgbox {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
}
.als-viewport_1{right: 15px;}

.tabside_p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    text-align: center !important;
}
.tabside_p {
    font-size: 14px !important;
    padding-bottom: 12px;
}

.manlogo {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    float: left;
    padding-left: 5px;
}

.teacher-name {
    display: inline-block;
    width: 85px;
    text-align: center;
    font-size: 14px;
}

.testaudio {
    width: 20px !important;
    height: 20px !important;
}

.paytext {
    text-align: left;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}
.paytext {
    color: #ff9900 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.testimg {
    float: left;
    width: 25px !important;
    height: 25px !important;
    vertical-align: middle;
}