/*初始化样式*/
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    list-style: none
}

button, input, select, textarea {
    margin: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

embed, iframe, object, audio, video {
    height: 530px;
    width: 575px;
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0;
    text-align: left
}

body {
    width: 100%;
    font-size: 12px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    background: #f3f3f3;
}

a {
    text-decoration: none
}

em, i {
    font-style: normal;
}

ul, ol, li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    display: inline-block;
}

input, select, textarea {
    outline: none;
    border: none;
    background: none;
}

textarea {
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*nav style*/
.nav {
    height: 96px;
    background: #FFF;
}

.nav_container {
    width: 1200px;
    margin: 0 auto;
    height: 96px;
}
/*pc_nav*/

.newlist {
    position: relative;
    height: 96px;
    line-height: 96px;
    overflow: hidden;
    margin: 0 auto;
    color: #666;
    display: inline-block;
}

.logo1 {
    display: inline-block;
    float: left;
    margin-right: 60px;
}

    .logo1 > a {
        display: inline-block;
        margin: 18px 20px 18px 0;
    }

        .logo1 > a > img {
            width: 200px;
            height: 60px;
        }

.newlist li a {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 96px;
    color: #333;
}

.newlist li {
    float: left;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #666;
    font-size: 18px;
    width: 80px;
    height: 96px;
}

    .newlist li:hover a, .newlist li:hover span {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        color: #FFF !important;
    }

#navBd {
    position: relative;
    overflow: hidden;
    height: 96px;
    font-size: 0;
}

#navSelected {
    position: absolute;
    top: 0;
    height: 96px;
    background: #23B8FF;
    color: #fff !important;
}

.nav-hovcolor {
    -webkit-transition: all 2s;
    transition: all 2s;
    color: #FFF;
}

.hotline {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #23B8FF;
    float: right;
    margin: 25px 0 25px 0px;
    vertical-align: bottom;
    border-radius: 25px;
}

    .hotline span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 20px 0 10px;
        color: #23B8FF;
    }

        .hotline span:nth-child(1) {
            background: #23B8FF;
            border-bottom-left-radius: 25px;
            border-top-left-radius: 25px;
            padding: 0 20px;
            color: #FFF;
        }

        .hotline span:nth-child(2) p {
            padding: 0 10px;
            color: #23B8FF;
        }

#footer {
    clear: both;
    color: #c2c2c2;
    line-height: 22px;
    padding-bottom: 20px;
    font-size: 12px;
    background: url(../images/footer_bg.jpg) repeat-x top #141B1F;
    min-width: 1200px;
}

    #footer a {
        color: #c2c2c2;
    }

        #footer a:hover {
            color: #fff;
            text-decoration: none;
        }

    #footer .ft-content {
        width: 1200px;
        margin: 0 auto;
    }

    #footer .ft-info {
        padding: 30px 0px 40px 25px;
        border-bottom: 1px solid #575a5b;
    }

    #footer .ft-info-col {
        float: left;
        display: inline;
    }

    #footer .ft-info dt {
        height: 40px;
        font-size: 14px;
        overflow: hidden;
        line-height: 40px;
    }

    #footer .ft-info-intro {
        width: 120px;
        margin-right: 20px;
    }

        #footer .ft-info-intro strong {
            font-weight: 600;
        }

    #footer .ft-info-about {
        width: 120px;
        margin-right: 20px;
    }

    #footer .ft-info-service {
        width: 135px;
        margin-right: 20px;
    }

        #footer .ft-info-service dd {
            width: 100%;
            overflow: hidden;
        }

        #footer .ft-info-service ul {
            margin-right: -35px;
        }

        #footer .ft-info-service li {
            float: left;
            width: 100px;
        }

    #footer .ft-info-qrcode {
        float: left;
        padding-top: 15px;
        line-height: 1.4em;
    }

        #footer .ft-info-qrcode dd {
            width: 100px;
            display: inline;
            margin-left: 20px;
            float: right;
            text-align: center;
        }

        #footer .ft-info-qrcode span {
            display: block;
            height: 90px;
            margin: 0 0 8px 6px;
        }



    #footer .ft-info-social {
        clear: both;
        text-align: center;
        padding-top: 25px;
    }

        #footer .ft-info-social dt {
            font-size: 16px;
        }

        #footer .ft-info-social dd {
            padding: 5px 0;
        }

            #footer .ft-info-social dd a {
                display: inline-block;
                margin: 0 6px;
            }

    #footer .ft-social-icon {
        display: inline-block;
        width: 28px;
        height: 28px;
        overflow: hidden;
    }

    #footer .ft-social-qqt .ft-social-icon {
        background-position: -30px 0;
    }

    #footer .ft-social-qzone .ft-social-icon {
        background-position: -60px 0;
    }

    #footer .ft-links {
        margin-top: -1px;
        border-top: 1px solid #575a5b;
        border-bottom: 1px solid #575a5b;
        padding: 17px 0 17px 8px;
    }

        #footer .ft-links a {
            display: inline-block;
            margin-right: 12px;
        }

    #footer .ft-copyright {
        padding: 12px 0;
        margin-top: -1px;
        border-top: 1px solid #575a5b;
    }

    #footer .ft-mfw-logo {
        float: left;
        margin: 2px 20px 0 0;
        width: 136px;
        height: 39px;
        overflow: hidden;
    }

    #footer .ft-safety {
        float: right;
        padding: 5px 8px 0 0;
    }

        #footer .ft-safety a {
            float: left;
            margin-left: 10px;
            width: 90px;
            height: 30px;
            overflow: hidden;
        }

        #footer .ft-safety .s-b {
            background-position: 0 -110px;
        }

        #footer .ft-safety .s-c {
            background-position: 0 -150px;
        }

.ft-info-right {
    float: right;
    width: 400px;
}

    .ft-info-right dd p {
        height: 40px;
        line-height: 40px;
        width: 400px;
    }

        .ft-info-right dd p strong {
            display: inline-block;
            text-align: left;
            float: left;
        }

.foot-elephant {
    position: fixed;
    bottom: -30px;
    left: 50%;
    width: 72px;
    height: 30px;
    margin-left: -36px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 90;
}

    .foot-elephant.flip {
        opacity: 1;
        height: 36px;
        bottom: -6px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .foot-elephant.flip:hover {
            bottom: 0px;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .foot-elephant.fade-out {
        opacity: .5;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .foot-elephant a {
        width: 72px;
        height: 36px;
        display: block;
    }

        .foot-elephant a:hover {
            height: 36px;
            background-position: -70px 0;
        }

        .foot-elephant a i {
            width: 7px;
            height: 10px;
            position: absolute;
            top: -5px;
            left: 1px;
            display: none;
        }

        .foot-elephant a:hover i.i1 {
            -webkit-animation: elephant .8s infinite ease-in-out;
            animation: elephant .8s infinite ease-in-out;
        }

        .foot-elephant a:hover i.i2 {
            -webkit-animation: elephant2 .8s infinite ease-in-out;
            animation: elephant2 .8s infinite ease-in-out;
        }

        .foot-elephant a:hover i {
            display: block;
        }

.ft-info clearfix dt {
    height: 40px;
    line-height: 40px;
}

.ft-info-qrcode img {
    width: 94px;
    height: 90px;
}

/*paging分页样式*/
#pageTool {
    padding: 30px 0;
    text-align: center;
}

.ui-paging-container {
    color: #666;
    font-size: 12px;
    display: inline-block;
}

    .ui-paging-container ul {
        overflow: hidden;
        text-align: center;
    }

    .ui-paging-container ul, .ui-paging-container li {
        list-style: none;
    }

    .ui-paging-container li {
        display: inline-block;
        padding: 10px 20px;
        margin-left: 5px;
        color: #666;
    }

        .ui-paging-container li.ui-pager {
            cursor: pointer;
            background: #FFFFFF;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

            .ui-paging-container li.ui-pager:hover, .ui-paging-container li.focus {
                background-color: #23B8FF;
                color: #FFFFFF;
            }

        .ui-paging-container li.ui-paging-ellipse {
            border: none;
        }

        .ui-paging-container li.ui-paging-toolbar {
            padding: 0;
        }

            .ui-paging-container li.ui-paging-toolbar select {
                height: 22px;
                border: 1px solid #ddd;
                color: #666;
            }

            .ui-paging-container li.ui-paging-toolbar input {
                line-height: 20px;
                height: 20px;
                padding: 0;
                border: 1px solid #ddd;
                text-align: center;
                width: 30px;
                margin: 0 0 0 5px;
                vertical-align: middle;
            }

            .ui-paging-container li.ui-paging-toolbar a {
                text-decoration: none;
                display: inline-block;
                height: 20px;
                border: 1px solid #ddd;
                vertical-align: top;
                border-radius: 2px;
                line-height: 20px;
                padding: 0 3px;
                cursor: pointer;
                margin-left: 5px;
                color: #666;
            }

        .ui-paging-container li.ui-pager-disabled, .ui-paging-container li.ui-pager-disabled:hover {
            background-color: #f6f6f6;
            ;
            cursor: default;
            border: none;
            color: #ddd;
        }

.nav_colorsel {
    color: #333 !important;
}

.nav_color {
    color: #333 !important;
}

.toolbar {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 8888
}

.toolbar-closed {
    right: 0;
    top: -25px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    font-weight: 100;
    border-radius: 50%;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    background-color: #232323
}

.toolbar .return-top {
    width: 72px;
    height: 72px;
    display: none;
    cursor: pointer;
    background-color: #232323;
    background: url("../images/toolbar_05.png") no-repeat center #333
}

    .toolbar .return-top:hover {
        background-color: #23b8ff;
    }

.toolbar .toolbar-items {
    width: 72px;
    height: 72px;
    margin-top: 1px;
    cursor: pointer;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: rgba(0,0,0,0.55);
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out
}

    .toolbar .toolbar-items > a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 110px
    }

    .toolbar .toolbar-items .slide-float {
        bottom: 0;
        right: 110%;
        /*width: 133px;*/
        color: #7f7f7f;
        display: none;
        text-align: center;
        position: absolute;
        padding: 10px;
        background: url("../images/footer_bg.jpg") repeat-x top #141B1F;
    }
        /*.slide-float p{*/
        /*font-size:16px;line-height:1;color:#a8a8a8;margin-bottom:15px;*/
        /*}*/
        .toolbar .toolbar-items .slide-float:before {
            content: "";
            right: -10px;
            bottom: 20px;
            position: absolute;
            border-style: dashed dashed dashed solid;
            border-color: transparent transparent transparent #22272b;
            border-width: 5px;
            width: 0;
            height: 0
        }

        .toolbar .toolbar-items .slide-float .btn-warning {
            padding-top: 5px;
            padding-bottom: 5px
        }

    .toolbar .toolbar-items:hover {
        background-color: #23b8ff;
    }

    .toolbar .toolbar-items .slide-float-message {
        width: 200px;
        color: #fff
    }

.toolbar .qq-ico {
    width: 50px;
    height: 50px;
    background-color: #8e8e8e;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .toolbar .qq-ico:hover {
        background-color: #bbb
    }

.toolbar .qq-add {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #ffa800;
    color: #fff
}

.toolbar-1 {
    background: url("../images/social-qq.png") no-repeat center;
    background-size: 36px 36px;
}

.toolbar-2 {
    background: url("../images/social-qq.png");
    background-size: 36px 36px;
}

.toolbar-3 {
    background: url("../images/social-qq.png");
    background-size: 36px 36px;
}

.toolbar-4 {
    background: url("../images/toolbar_04.png");
    background-size: 60px 60px;
    background-position: center -5px !important;
}

.toolbar-help {
    background: url("../images/toolbar_01.png")
}

.toolbar-show {
    position: fixed;
    top: 50%;
    right: 0;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    background: rgba(0,0,0,0.5);
    display: none;
    width: 40px;
    cursor: pointer
}

.slide-erweima img {
    width: 100px;
    height: 100px;
}

.hotLesson .lesson_money {
    float: right;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    color: #F96A6A;
    font-size: 14px;
}

.hotLesson .money_icon {
    width: 20px;
    height: 20px;
    float: right;
    margin: 5px 4px 0 0;
}

.hotLesson .money_icon {
    width: 20px;
    height: 20px
}
/*media - start*/
@media screen and (min-width: 320px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 56px;
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 63px;
    }
}

@media screen and (min-width: 440px) {
    html {
        font-size: 69px;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 75px;
    }
}

html {
    font-size: 15.625vw;
}

@media screen and (min-width: 640px) {
    html {
        font-size: 100px;
    }
}

.weixin {
    text-align: center;
    padding: 0.2rem 0;
}

    .weixin a {
        display: inline-block;
        width: 2.5rem;
        height: 2.5rem;
        margin: 0 auto;
        color: #22a9ff;
        font-size: 0.32rem;
    }

        .weixin a img {
            width: 2.5rem;
            height: 2.5rem;
        }

.jszc {
    text-align: center;
    width: 4.5rem;
    color: #666;
    line-height: 0.3rem;
    margin: 0.2rem 0.5rem;
}

.pc_nav_con {
    padding-top: 1rem !important;
}

/*移动端底部浮动层相关CSS*/
.height_50 {
    height: 50px;
    display: none;
}

.foot_fix {
    display: none;
}

@media screen and (max-width: 750px) {
    #content {
        width: 100% !important;
    }

    .height_50 {
        display: block !important;
    }

    .foot_fix {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.07);
        z-index: 999;
        /*height: 45px;*/
        padding: 10px 0 5px 0
    }

        .foot_fix > ul {
            overflow: hidden
        }

            .foot_fix > ul > li {
                width: 25%;
                float: left;
            }

    .footLine > a {
        display: inline-block;
        width: 100%;
    }

        .footLine > a > div {
            width: 22px;
            height: 22px;
            margin: auto;
            background-size: cover;
        }

        .footLine > a > p {
            text-align: center;
            /*font-size: 1.2rem;*/
            color: #9c9c9c;
            padding: 3px 0 0 0;
        }

    .foot_nav_1 {
        background: url(../images/home.png) no-repeat top center;
    }

    .foot_nav_2 {
        background: url(../images/LeavingMessage.png) no-repeat top center;
    }

    .foot_nav_3 {
        background: url(../images/Consultation.png) no-repeat top center;
    }

    .foot_nav_4 {
        background: url(../images/tel.png) no-repeat top center;
    }

    .foot_fix > ul .footstyle .footLine {
    }

        .foot_fix > ul .footstyle .footLine > a > div {
            background-position: 0 -24.1px !important
        }

        .foot_fix > ul .footstyle .footLine a > p {
            color: #7dd256 !important;
        }
}
/*end 移动端底部浮动层相关CSS*/
