/* 清除默认标签margin padding */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td ,button,textarea{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
/*全局属性*/
body {
    color: #666;
    line-height: 1;
    font-size: 12px;
    font-family: "Segoe UI","Microsoft YaHei";
    /* background: #f7f9fc; */
    background: #fff;
}
button{
    border: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
}
/*清除默认列表前面的属性*/
ol, ul ,li{
    list-style: none;
}
/*清除标签默认下划线*/
a, ins{
    text-decoration: none;
}
/*清除img标签边框和默认下的像素*/
img{
    vertical-align: middle;
    border: none;
}
/*清除默认引号*/
blockquote, q {
    quotes: none;
}
/*清除默认倾斜*/
i,em{
    font-style: normal;
}
/*清除默认粗体*/
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
/*清除input，textarea点击出点的边框*/
input, textarea, a{
    outline: none;
}
/*清除删除线*/
del {
    text-decoration: line-through;
}
/*清除表格边距等*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*清除浮动*/
.clearfix:after {
    visibility:hidden;
    clear:both;
    display:block;
    content:".";
    height:0
}
/* ie6 */
.clearfix {
    *zoom:1
}
/* 隐藏样式 */
.dlyNone{
    display: none;
}
/*添加全局样式*/
.w1360{
    width: 1360px;
    margin: 0 auto;
}
/*添加内容宽度*/
/* 内容宽1270 */
.w1270{
    width: 1270px;
    margin: 0 auto;
}
/* 内容宽1200 */
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
}
/* 主栏目内容宽 */
.w900{
    width: 900px;
    margin: 0 auto;
}
/* 侧栏类容宽度 */
.w280{
    width: 280px;
    margin: 0 auto;
}
/*左右浮动*/
.fl{
    float: left;
}
.fr{
    float: right;
}

/* 左右浮动按钮样式 */
.top_float_menu_l,
.top_float_menu_r{
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all .5s;
    background: #fff;
}

/* 左侧 */
.top_float_menu_l{
    left: 0;
}
.top_float_menu_l ul{

}
.top_float_menu_l ul li{
    overflow: hidden;
}
.top_float_menu_l ul li:not(:last-of-type){
    margin-bottom: 1px;
}
.top_float_menu_l li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: AlibabaPuHuiTiR;
	font-size: 16px;
    color: #fff;
    width: 165px;
    height: 55px;
    line-height: 1em;
    background: #ff7f00 url(../images/icon_base/icon_float_nav_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.top_float_menu_l li a::before{
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 20px;
}
.top_float_menu_l li a.course::before{
    background: url(../images/icon_base/icon_top_float_nav1.png) center center no-repeat;
    background-size: 100% 100%;
}
.top_float_menu_l li a.tuition::before{
    background: url(../images/icon_base/icon_top_float_nav2.png) center center no-repeat;
    background-size: 100% 100%;
}
.top_float_menu_l li a.arts_exam::before{
    background: url(../images/icon_base/icon_top_float_nav3.png) center center no-repeat;
    background-size: 100% 100%;
}
.top_float_menu_l li a.qq::before{
    background: url(../images/icon_base/icon_top_float_nav4.png) center center no-repeat;
    background-size: 100% 100%;
}
.top_float_menu_l li a.teacher::before{
    background: url(../images/icon_base/icon_top_float_nav5.png) center center no-repeat;
    background-size: 100% 100%;
}
.top_float_menu_l li a.answer::before{
    background: url(../images/icon_base/icon_top_float_nav6.png) center center no-repeat;
    background-size: 100% 100%;
}

/* 右侧 */
.top_float_menu_r{
    right: 0;
    display: flex;
    align-items: flex-end;
    flex-flow: column;
    width: 165px;
    padding-top: 43px;
    background: #fff url(../images/icon_base/r_menu_nav_title.jpg) left top no-repeat;
}
.top_float_menu_r ul{
    width: 100%;
}
.top_float_menu_r ul li{
    border-bottom: 1px solid #ededed;
}
.top_float_menu_r li a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #666;
    transition: all .5s;
}
.top_float_menu_r li a:hover{
    color: #ff7f00;
}
.top_float_menu_r li p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    margin-top: 3px;
    font-family: MicrosoftYaHei;
	font-size: 12px;
	color: #666;
}
.top_float_menu_r li span{
    display: block;
    width: 118px;
    height: 14px;
    margin: 0 auto;
    padding-bottom: 15px;
    text-indent: -999px;
    background: url(../images/icon_base/icon_flx_tel.png) top center no-repeat;
    overflow: hidden;
}
.top_float_menu_r .consult_btn{
    background: url(../images/icon_base/r_menu_nav_zx.jpg) center center no-repeat;
    background-size: 165px 41px;
}
.top_float_menu_r .back_top{
    height: 0;
    background: url(../images/icon_base/icon_back_top.png) center center no-repeat;
    background-size: 18px 18px;
}



/* 去掉swiper中默认的轮播按钮 */
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: none;
}