﻿@charset "utf-8";
/* CSS Document */

/*公用样式*/
body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 1.4;
}

.wrap {
    width: 100%;
}

.cw {
    width: 1170px;
    margin: 0 auto;
}

a {
    color: #333;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pd20 {
    padding: 20px;
}

.w370 {
    width: 370px !important;
}

.w270 {
    width: 270px !important;
}
/*banner*/

.banner {
    position: relative;
    height: 678px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.banner_content {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}

.pics li {
    display: inline-block;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.pics li { /*IE7兼容display：inline-block*/
    *display: inline;
    *zoom: 1;
}

    .pics li img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pic_list_btn {
    width: 140px;
    height: 18px;
    background-color: rgba(0,0,0,0.05);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
}

    .pic_list_btn li {
        display: inline-block;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        margin: 4px 6px;
        cursor: pointer;
    }

    .pic_list_btn li { /*IE7兼容display：inline-block*/
        *display: inline;
        *zoom: 1;
    }

        .pic_list_btn li.on {
            background-color: #ed6d00;
        }

.toLeft {
    display: none;
    width: 30px;
    height: 50px;
    background-image: url(../images/toLeft.png);
    position: absolute;
    left: 120px;
    top: 250px;
}

.toRight {
    display: none;
    width: 30px;
    height: 50px;
    background-image: url(../images/toRight.png);
    position: absolute;
    right: 120px;
    top: 250px;
}
/*头部导航部分*/
.header_top {
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #4e4e4e;
}

    .header_top .nav_bar li {
        display: inline-block;
        padding: 0 12px;
        height: 18px;
        line-height: 18px;
        vertical-align: middle;
    }

        .header_top .nav_bar li + li {
            border-left: 1px solid #fff;
            border-color: rgba(255,255,255,.3);
        }

    .header_top .nav_bar li {
        *display: inline;
        *zoom: 1;
    }

        .header_top .nav_bar li a {
            color: #fff;
        }

.dhly {
    background-color: #fff;
    height: 92px;
    position: relative;
    z-index: 99;
}

.yyyy {
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    height: 50px;
    display: none;
    content: '';
    background-color: rgba(255, 255, 255, 0.56);
}

.xfdhl li:hover ~ .yyyy {
    display: block;
}

.dhly .logo {
    width: 246px;
    height: 72px;
    margin-top: 14px;
}

.xfdhl {
    display: inline-block;
    margin: 0 48px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 72px;
}

.xfdhl {
    *display: inline;
    *zoom: 1;
}

    .xfdhl li {
        float: left;
        margin-right: 15px;
        color: #656565;
        font-size: 14px;
        position: relative;
    }

    .xfdhl a {
        color: #656565;
        font-size: 14px;
        cursor: pointer;
    }

        .xfdhl a.on, .xfdhl a:hover {
            color: #e9525e;
        }

    .xfdhl li ul {
        position: absolute;
        width: 800px;
        top: 10px;
        text-align: center;
        left: 50%;
        display: none;
        z-index: 9;
        margin-left: -400px;
    }

        .xfdhl li ul li {
            margin-top: 50px;
            float: none;
            display: inline-block;
        }

        .xfdhl li ul li {
            *display: inline;
            *zoom: 1;
        }

        .xfdhl li ul a {
            color: #333;
        }

    .xfdhl li:hover > ul {
        display: block;
    }

.dhdh {
    margin-top: 24px;
}

    .dhdh img {
        width: 200px;
        height: 48px;
    }

/*网站主内容*/
.module {
    padding: 72px 0 60px;
    text-align: center;
    font-size: 16px;
}

    .module .title {
        font-size: 48px;
        margin-bottom: 14px;
    }

    .module .content {
        font-weight: lighter;
        text-indent: 36px;
        margin-top: 48px;
        margin-bottom: 18px;
    }

        .module .content p {
            line-height: 36px;
        }

    .module .more {
        display: block;
        margin: 0 auto;
        width: 188px;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        color: #2ecc71;
        background-color: #fff;
    }

.yztgk {
    background-color: #ff4500;
    color: #fff;
    width: 1170px;
    margin: 0 auto;
}

    .yztgk .content p {
        padding: 20px !important;
    }

    .yztgk .content {
        text-align: left;
    }

.yzthy {
    width: 1170px;
    margin: 0 auto;
}

   /* .yzthy .content p {
        padding: 20px !important;
    }

    .yzthy .content {
        text-align: left;
    }*/

.yzt_slogen {
    background: url(../images/yzt_slogen_bg.jpg) 50% 50%/cover no-repeat;
    color: #fff;
}

    .yzt_slogen .content {
        text-align: center;
        text-indent: 0;
    }

.news_list {
    margin-right: -30px;
    text-align: center;
    text-indent: 0;
}

.yztys .title, .yztys .content, .yztdt .title, .yztdt .content, .yzttx .title, .yzttx .content {
    color: #333;
    text-align: center;
    text-indent: 0;
}

.yztys, .yzttx {
    padding-bottom: 0;
}

.news_list li {
    float: left;
    width: 370px;
    margin-right: 30px;
    margin-bottom: 40px;
}

    .news_list li .pic_box {
        width: 100%;
        height: 270px;
        overflow: hidden;
    }

        .news_list li .pic_box img {
            display: block;
        }

.yztys .news_list li p {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    margin-bottom: 12px;
}

.yztys .news_list li a p {
    font-size: 18px;
    margin-top: 15px;
    color: #4e4e4e !important;
}

.yztys .news_list li a:hover p {
    color: #ff4500 !important;
    text-decoration: none;
}

.yztys .news_list li {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .yztys .news_list li .advantage {
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 270px;
        left: 0;
        width: 370px;
        height: 270px;
        overflow-y: auto;
        padding: 18px 16px;
        background: rgba(0,0,0,.5);
        color: #fff;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        text-align: left;
        line-height: 1.4;
    }

    .yztys .news_list li:hover > .advantage {
        display: block;
        top: 0;
    }

.yztys .news_list .advantage p {
    line-height: 1.4;
    text-indent: 0px !important;
    margin-left: 0px !important;
}



/*课程体系*/
.yzttx .info {
    color: #666;
    font-size: 18px;
}

.yzttx .news_list li p {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    margin-bottom: 12px;
}

.yzttx .news_list li p {
    font-size: 28px;
    margin-top: 15px;
    font-weight: bold;
    color: #4e4e4e !important;
}

.yzttx .news_list li {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
/*课程体系结束*/

/*高分模型*/
.yztgfmx .info {
    color: #666;
    font-size: 18px;
}

.yztgfmx .content {
    text-indent: 0;
}

    .yztgfmx .content .four_step {
        position: relative;
        height: 540px;
        background: url(../images/yztgfmx_bg.png) center/contain no-repeat;
    }

        .yztgfmx .content .four_step .step {
            position: absolute;
            width: 280px;
        }

        .yztgfmx .content .four_step .step1 {
            top: 40px;
            left: 120px;
        }

        .yztgfmx .content .four_step .step2 {
            top: 40px;
            right: 140px;
        }

        .yztgfmx .content .four_step .step3 {
            bottom: 40px;
            left: 140px;
        }

        .yztgfmx .content .four_step .step4 {
            bottom: 60px;
            right: 120px;
        }

        .yztgfmx .content .four_step h5 {
            display: inline-block;
            padding: 8px 16px;
            background: #ff4500;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            border-radius: 4px;
            margin-bottom: 16px;
        }

        .yztgfmx .content .four_step h5 {
            *display: inline;
            *zoom: 1;
        }

        .yztgfmx .content .four_step p {
            line-height: 1.5;
        }

            .yztgfmx .content .four_step p span {
                margin-right: 8px;
            }

    .yztgfmx .content .more {
        text-align: center;
        border: 1px solid #dd2b2e;
        border-radius: 4px;
        color: #333;
        font-weight: bold;
    }

        .yztgfmx .content .more:hover {
            text-align: center;
            border: 1px solid #dd2b2e;
            border-radius: 4px;
            color: #fff;
            font-weight: bold;
            background: #dd2b2e;
        }

        .yztgfmx .content .more span {
            display: inline-block;
            width: 28px;
            height: 24px;
            background: url(../images/more_icon.png) center center no-repeat;
            vertical-align: middle;
            margin-right: 8px;
        }

    .yztgfmx .content .morespan {
        *display: inline;
        *zoom: 1;
    }

    .yztgfmx .content .more:hover span {
        background: url(../images/more_icon2.png) center center no-repeat;
    }
/*高分模型结束*/

/*内容模型*/
.yztnrmx {
    height: 924px;
    padding: 0 0 0 0 !important;
    background: url(../images/yztnrmx_bg.png) left center/cover no-repeat;
    color: #fff;
    overflow: hidden;
}

    .yztnrmx .title {
        margin-top: 80px;
    }

    .yztnrmx .info {
        color: #fff;
        font-size: 18px;
    }

    .yztnrmx .content {
        margin-top: 100px;
        text-indent: 0;
        overflow: hidden;
    }

        .yztnrmx .content li {
            width: 350px;
            height: 530px;
            background-color: #fff;
            border-radius: 8px;
            margin: 0 20px;
            text-align: center;
        }

        .yztnrmx .content .img_box {
            width: 100%;
            height: 200px;
            line-height: 200px;
            overflow: hidden;
            vertical-align: middle;
        }

            .yztnrmx .content .img_box img {
                vertical-align: middle;
            }

        .yztnrmx .content li h3 {
            color: #233074;
            font-size: 32px;
            margin-bottom: 48px;
        }

        .yztnrmx .content li p {
            color: #666;
            font-size: 18px;
            max-width: 300px;
            margin: 0 auto;
            height: 72px;
        }

            .yztnrmx .content li p.percent {
                width: 120px;
                height: 60px;
                line-height: 60px;
                background: #dd6652;
                color: #fff;
                font-size: 18px;
                border-radius: 30px;
                margin: 0 auto;
                margin-top: 64px;
            }
/*内容模型结束*/

.news_list li a {
    color: #0066cc;
}

.news_list li i.icon_arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/arrow1.png);
    vertical-align: -2px;
    margin-left: 8px;
}

.news_list li a:hover {
    /*text-decoration: underline;*/
}

    .news_list li a:hover i.icon_arrow {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../images/arrow2.png);
        vertical-align: -2px;
        margin-left: 8px;
    }

/*易至通动态*/
.focusnav_box {
    position: relative;
}

.yztdt .focusnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 530px;
    height: 460px;
    text-indent: 0;
    text-align: left;
    z-index: 10;
}

    .yztdt .focusnav li {
        padding-top: 12px;
        padding-left: 20px;
        width: 510px;
        height: 104px;
        border-bottom: 1px solid #eee;
    }

        .yztdt .focusnav li.on {
            position: relative;
            width: 540px;
            color: #fff;
            background-color: #e25a5a;
            border-bottom: 1px solid #e25a5a;
        }

            .yztdt .focusnav li.on:after {
                position: absolute;
                right: -12px;
                top: 50px;
                display: block;
                content: "";
                width: 0;
                height: 0;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 12px solid #e25a5a;
            }

            .yztdt .focusnav li.on a {
                color: #fff;
            }

        .yztdt .focusnav li p {
            width: 480px;
            height: 36px;
            line-height: 36px;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .yztdt .focusnav li span {
            font-size: 14px;
            display: block;
            width: 480px;
            height: 38px;
            overflow: hidden;
        }

.module .pics_box {
    width: 640px;
    height: 468px;
    overflow: hidden;
}

    .module .pics_box ul {
        height: 468px;
        overflow: hidden;
    }

        .module .pics_box ul li {
            float: left;
        }

    .module .pics_box img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.yztdt .pics_box ul li {
    height: 468px;
}

/*易至通权威合作*/
.yzthz .video_list {
    margin-right: -30px;
    text-align: center;
    text-indent: 0;
}

.yzthz .title, .yztcn .title {
    color: #333;
    text-align: center;
    text-indent: 0;
}

.yztys {
    padding-bottom: 0;
}

.video_list li {
    float: left;
    width: 270px;
    background: #eee;
    margin-right: 30px;
    margin-bottom: 40px;
}

    .video_list li .video_box {
        width: 100%;
        height: 270px;
        overflow: hidden;
    }

        .video_list li .video_box img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .video_list li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .video_list li:hover a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
    }


/*易至通终身承诺*/
.yztcn {
    color: #666;
}

.chengnuo_list {
    margin-right: -30px;
    text-align: center;
    text-indent: 0;
}

    .chengnuo_list li {
        float: left;
        width: 370px;
        margin-right: 30px;
        margin-bottom: 40px;
    }

        .chengnuo_list li .pics_box {
            width: 100%;
            height: 270px;
            overflow: hidden;
        }

            .chengnuo_list li .pics_box img {
                display: block;
            }

        .chengnuo_list li p {
            margin-top: 24px;
            height: 32px;
            line-height: 32px;
            vertical-align: middle;
        }

/***********************************合作经营页面***********************************/

.yztbl .title {
    color: #ed6d00;
}

.option_list {
    margin-right: -30px;
    text-align: center;
    text-indent: 0;
    font-size: 0;
}

    .option_list li {
        display: inline-block;
        font-size: 14px;
        width: 370px;
        margin-right: 30px;
        margin-bottom: 40px;
        vertical-align: top;
    }

    .option_list li {
        *display: inline;
        *zoom: 1;
    }

.yztbl .option_list li {
    float: none;
    display: inline-block;
    font-size: 14px;
    width: 370px;
    margin-right: 30px;
    margin-bottom: 40px;
    vertical-align: top;
}

.yztbl .option_list li {
    *display: inline;
    *zoom: 1;
}

.option_list li .pics_box {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

    .option_list li .pics_box img {
        display: block;
    }

.yztbl .option_list li p {
    margin-top: 24px;
    margin-bottom: 12px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}
/*市场前景*/
.yztmarket {
    background: #ff2f2f;
    color: #fff;
}

    .yztmarket .msg_box {
        width: 270px;
        text-align: left;
        line-height: 1.8;
    }

        .yztmarket .msg_box h3 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 12px;
            text-align: center;
        }

/*6大优势*/
.yztys2 .title {
    color: #ed6d00;
}

.yztys2 .ys_option {
    border-bottom: 60px solid #eee;
    cursor: pointer;
}

    .yztys2 .ys_option:hover {
        box-shadow: 0 2px 10px #999;
        border-bottom: 60px solid #eee;
        cursor: pointer;
    }

    .yztys2 .ys_option .img_box {
        width: 370px;
        height: 270px;
        overflow: hidden;
    }

        .yztys2 .ys_option .img_box img {
            display: block;
        }

    .yztys2 .ys_option .content_box {
        text-align: left;
    }

        .yztys2 .ys_option .content_box h4 {
            padding: 0 16px;
            height: 72px;
            line-height: 72px;
            font-size: 24px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .yztys2 .ys_option .content_box p {
            margin-bottom: 0;
            padding: 15px;
            height: 72px;
            line-height: 1.3;
            overflow: auto;
        }

.yztjs {
    font-size: 18px;
    line-height: 1.8;
}

    .yztjs .title, .yztxt .title, .yzthzzc .title {
        color: #ed6d00;
    }

    .yztbl .option_list p, .yztjs .option_list p, .yztkctx .option_list p, .yzthzzc .option_list p {
        font-size: 24px;
    }

    .yztjs .option_list span {
        display: block;
        padding: 0 16px;
    }

.bw {
    font-size: 24px;
    margin-right: 18px;
    font-weight: bold;
    padding: 0;
}

.yztjs .option_list .more, .yztkctx .option_list .more {
    width: 160px;
    height: 24px;
    line-height: 24px;
    margin-top: 24px;
    background-color: #ea535d;
    color: #fff;
}

.yztxt .option_list li {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 48px 54px;
    color: #fff;
}

    .yztxt .option_list li:nth-of-type(1) {
        background-color: #fecc17;
    }

    .yztxt .option_list li:nth-of-type(2) {
        background-color: #00bff3;
    }

.yztxt .option_list p {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
}

.yztxt .option_list span {
    line-height: 1.6;
}

/*成功案例*/
.yztcgal .cw {
    box-sizing: border-box;
    padding: 40px 40px;
    background-color: #ff8c27;
}

.yztcgal .anli_list {
    margin-right: -30px;
}

    .yztcgal .anli_list li {
        float: left;
        background-color: #fff;
        margin-right: 30px;
        width: 250px;
        text-align: left;
        text-indent: 0;
        cursor: pointer;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

        .yztcgal .anli_list li:hover {
            -webkit-transform: translateY(-6px);
            -moz-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            -o-transform: translateY(-6px);
            transform: translateY(-6px);
        }

            .yztcgal .anli_list li:hover .anli_b {
                background-color: #ccdb38;
                color: #fff;
            }

    .yztcgal .anli_list .anli_t {
        width: 100%;
        height: 182px;
        overflow: hidden;
        background-color: #eee;
    }

        .yztcgal .anli_list .anli_t img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .yztcgal .anli_list .anli_b {
        padding: 12px 10px;
    }

        .yztcgal .anli_list .anli_b h6 {
            font-size: 18px;
            text-align: center;
            height: 32px;
            line-height: 32px;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .yztcgal .anli_list .anli_b p {
            line-height: 1.4;
            margin-bottom: 0;
            height: 180px;
            overflow: auto;
        }

.yztcgal .title, .yztcgal .descr {
    color: #fff;
}

.yztcgal .content .more,
.yztcgal .content .consult {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    margin: 36px 20px 0;
    text-align: center;
    text-indent: 0;
    background-color: #f07206;
    border: 2px solid #f07206;
    color: #fff;
}

.yztcgal .content .consult {
    border-color: #ff5006;
    color: #ff5006;
    background-color: #fff;
}

.content .consult {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    margin: 15px 20px 0;
    text-align: center;
    text-indent: 0;
    border: 2px solid #ff5006;
    color: #ff5006;
    background-color: #fff;
}

.yzthzzc .more {
    color: #ea535d;
}

.yztjylc {
    color: #fff;
    background: #e4727d;
    background: #e4727d url(../images/yzthzjylc_bg.jpg) 50% 50%/cover no-repeat;
}

    .yztjylc .option_list li {
        width: 210px;
        text-align: center;
    }

    .yztjylc .step {
        width: 100%;
        height: 100px;
        margin-bottom: 24px;
    }

        .yztjylc .step > p {
            width: 100px;
            height: 100px;
            margin: 0 auto;
            border-radius: 100%;
            border: 4px dashed #fff;
            font-size: 48px;
            font-weight: bold;
            line-height: 100px;
        }

    .yztjylc .option_list p {
        margin-bottom: 0;
    }

.yztlyzx {
    color: #fff;
    background: #ee882f;
    background: #ee882f url(../images/yztzixun_bg.jpg) 50% 50%/cover no-repeat;
}

    .yztlyzx form {
        text-align: center;
        text-indent: 0;
    }

    .yztlyzx input {
        width: 300px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 12px;
        padding: 0 8px;
        color: #666;
        border: 1px solid #fff;
        font-size: 14px;
    }

    .yztlyzx textarea {
        padding: 12px 8px;
        width: 300px;
        height: 200px;
        color: #666;
        border: 1px solid #fff;
        font-size: 14px;
    }

        .yztlyzx input:focus, .yztlyzx textarea:focus {
            border-color: #f0ff00;
        }

    .yztlyzx .submit {
        display: block;
        margin: 0 auto;
        width: 316px;
        height: 48px;
        line-height: 48px;
        background-color: #fe3232;
        color: #fff;
        text-indent: 0;
        border: none;
    }

    .yztlyzx label {
        position: absolute;
        margin-left: 8px;
        margin-top: 10px;
        color: red;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
    }

/**************************************************关于易至通页面**************************************************/
.header_img_box {
    height: 210px;
    overflow: hidden;
}

    .header_img_box img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.yztabout .subnav li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 24px;
    width: 140px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ddd;
    text-indent: 0;
}

.yztabout .subnav li {
    *display: inline;
    *zoom: 1;
}

    .yztabout .subnav li.on {
        background: #ed6d00;
        border: 1px solid #ed6d00;
    }

    .yztabout .subnav li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #333;
        line-height: 36px;
    }

    .yztabout .subnav li.on a {
        background: #ed6d00;
        color: #fff;
    }

    .yztabout .subnav li:hover a {
        background: #ed6d00;
        color: #fff;
    }

.yztabout.module .content .txt_box {
    padding: 64px 0;
    min-height: 300px;
    text-align: left;
    line-height: 1.5;
}

    .yztabout.module .content .txt_box img {
        margin: 0 auto;
    }

    .yztabout.module .content .txt_box p {
        line-height: 30px;
    }

.txt_box img {
    margin-bottom: 32px;
}

.txt_box .expert_box {
    margin-bottom: 36px;
}

.txt_box p.expert_name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px !important;
}

.txt_box p.expert_title {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0 !important;
}
/**************************************************易至通教研团队页面**************************************************/
.yztteam .subnav li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 24px;
    width: 140px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ddd;
    text-indent: 0;
}

.yztteam .subnav li {
    *display: inline;
    *zoom: 1;
}

    .yztteam .subnav li.on {
        background: #ed6d00;
        border: 1px solid #ed6d00;
    }

    .yztteam .subnav li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #333;
        line-height: 36px;
    }

    .yztteam .subnav li.on a {
        background: #ed6d00;
        color: #fff;
    }

    .yztteam .subnav li:hover a {
        background: #ed6d00;
        color: #fff;
    }

.yztteam.module .content .txt_box {
    padding: 64px 0;
    min-height: 300px;
    text-align: left;
    line-height: 1.5;
}

    .yztteam.module .content .txt_box p {
        line-height: 30px;
    }

/**************************************************内容页面**************************************************/

.date {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    font-weight: lighter;
}

    .date .dd {
        margin-top: 18px;
        font-size: 24px;
        margin-bottom: 0;
        height: 24px;
        line-height: 24px;
    }

    .date .mm {
        font-size: 14px;
    }

.main {
    padding: 48px 0;
}

    .main .news {
        width: 1050px;
        min-height: 300px;
    }

        .main .news .news_box {
            margin-bottom: 48px;
        }

        .main .news .title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 18px;
        }

        .main .news .news_info {
            color: #999;
            padding-bottom: 24px;
            border-bottom: 1px solid #ddd;
        }

            .main .news .news_info span + span {
                margin-left: 12px;
                padding-left: 12px;
                border-left: 1px solid #ddd;
            }

            .main .news .news_info a {
                color:;
            }

        .main .news .news_content {
            margin-top: 64px;
            font-size: 18px;
            text-indent: 36px;
        }

            .main .news .news_content p {
                margin-bottom: 12px;
            }

.yztzg {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}

.yztzh {
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    background-color: #ebbe2a;
    color: #fff;
    font-size: 18px;
}

    .yztzh img {
        margin-left: 18px;
        vertical-align: -2px;
    }

.yztzj {
    overflow: hidden;
    margin-top: 32px;
}

    .yztzj h2 {
        font-size: 24px;
        color: #585858;
        margin-bottom: 24px;
    }

    .yztzj p {
        font-size: 14px;
        color: #9c9c9c;
        margin-bottom: 12px;
    }

    .yztzj img {
        width: 12px;
        height: 12px;
        margin-right: 12px;
        vertical-align: middle;
    }

.yztzk {
    width: 100%;
    height: 80px;
    background-color: #e0e0e0;
    padding-top: 18px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 32px;
}

    .yztzk p {
        color: #6d6d6d;
        font-size: 14px;
        margin-bottom: 0;
    }

.yztzl {
    overflow: hidden;
    margin-top: 32px;
}

    .yztzl h2 {
        font-size: 22px;
        color: #585858;
        margin-bottom: 20px;
    }

    .yztzl .p1 {
        margin-left: 40px;
        margin-bottom: 24px;
        font-size: 14px;
        color: #9699a6;
    }

    .yztzl img {
        width: 16px;
        height: 12px;
        margin-right: 18px;
    }

.yzthd .title {
    text-align: left;
    margin-bottom: 24px;
}

.yzthd .content {
    margin-top: 0;
}

.yzthd .activity_list {
    margin-right: -30px;
    text-indent: 0;
    text-align: left;
}

    .yzthd .activity_list li {
        float: left;
        width: 240px;
        height: 180px;
        margin-right: 30px;
    }

        .yzthd .activity_list li a {
            display: block;
        }

        .yzthd .activity_list li div {
            width: 240px;
            height: 180px;
            background-color: #eee;
            margin-bottom: 8px;
            overflow: hidden;
        }

            .yzthd .activity_list li div img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .yzthd .activity_list li h6 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
/**********************************************新闻列表页**********************************************/
.yztnews .main {
    text-indent: 0;
}

.yztnews .subnav li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 24px;
    width: 140px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ddd;
    text-indent: 0;
}

.yztnews .subnav li {
    *display: inline;
    *zoom: 1;
}

    .yztnews .subnav li.on {
        background: #ed6d00;
        border: 1px solid #ed6d00;
    }

    .yztnews .subnav li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #333;
        line-height: 36px;
    }

    .yztnews .subnav li.on a {
        background: #ed6d00;
        color: #fff;
    }

    .yztnews .subnav li:hover a {
        background: #ed6d00;
        color: #fff;
    }

.yztnews .news_list {
    margin-right: -60px;
}

    .yztnews .news_list li {
        width: 555px;
        height: 500px;
        margin-right: 60px;
        padding-bottom: 24px;
        border-bottom: 1px solid #ddd;
    }

        .yztnews .news_list li:after {
            content: ".";
            display: block;
            height: 0;
            overflow: hidden;
            visibility: hidden;
            clear: both;
        }

    .yztnews .news_list li {
        *zoom: 1;
    }

    .yztnews .news_list .img_box {
        float: right;
        width: 100%;
        height: 270px;
        overflow: hidden;
        margin-bottom: 24px;
    }

        .yztnews .news_list .img_box img {
            float: right;
            margin-right: 20px;
            display: block;
        }

    .yztnews .news_list .news_container {
        width: 500px;
        height: 150px;
        text-align: left;
        font-size: 14px;
    }

        .yztnews .news_list .news_container h3 {
            font-size: 18px;
            font-weight: 500;
            height: 48px;
            overflow: hidden;
            margin-bottom: 18px;
            color: #333;
        }

        .yztnews .news_list .news_container p {
            line-height: 2;
        }

        .yztnews .news_list .news_container .news_info p {
            margin-bottom: 0;
        }

.yztnews .date {
    margin-left: 40px;
}

    .yztnews .date p {
        margin-bottom: 0;
        line-height: 1.4;
    }

.yztnews a:hover {
    text-decoration: none !important;
}

.dbdfa .a2 {
    margin-right: 6px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    background-color: #9c9c9c;
    display: block;
    float: left;
    font-size: 16px;
    text-indent: 0;
}

    .dbdfa .a2.on {
        background-color: #ed6d00;
    }

.dbdfa .a1 {
    float: left;
    margin-left: 16px;
    line-height: 44px;
    color: #9c9c9c;
    font-size: 16px;
    text-align: center;
}


/***********************************************全国分校***********************************************/
.map_container {
    margin-bottom: 120px;
    text-align: center;
}

.sch_fenbu {
    max-width: 1070px;
    width: 100%;
    min-height: 200px;
    background-color: #ed6d00;
    position: relative;
    margin: 0 auto;
    padding: 110px 50px 20px;
}

    .sch_fenbu .circle {
        position: absolute;
        width: 160px;
        height: 160px;
        border: 10px solid #ffffff;
        border-radius: 50%;
        overflow: hidden;
        top: -90px;
        left: 120px;
        background: #ed6d00;
        text-align: center;
        color: #fff;
    }

        .sch_fenbu .circle h3 {
            font-size: 36px;
            font-weight: bold;
            margin-top: 36px;
        }

.sch_list {
    text-align: center;
    overflow: hidden;
    padding-bottom: 3px;
}

    .sch_list a {
        max-width: 180px;
        padding: 0 10px;
        height: 32px;
        line-height: 32px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        background-color: #ccdb38;
        border-radius: 4px;
        font-size: 16px;
        color: #ffffff;
        margin: 5px;
    }

/***********************************************学霸宝典***********************************************/
.QA_list {
    margin: 48px auto 24px;
    text-indent: 0;
}

    .QA_list ul {
        margin-bottom: 54px;
    }

    .QA_list li {
        background-color: #eee;
        padding: 12px 20px;
        color: #333;
        text-align: left;
        text-indent: 0;
        margin-bottom: 12px;
        height: 32px;
        overflow: hidden;
        cursor: pointer;
    }

        .QA_list li.on {
            background-color: #ed6d00;
            color: #fff;
            height: auto;
        }

    .QA_list .QA > div {
        overflow: hidden;
    }

    .QA_list .QA p {
        margin-bottom: 0;
    }

    .QA_list .QA .QA_icon {
        width: 36px;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 9999px;
        margin-bottom: -9999px;
    }

    .QA_list .QA .QA_txt {
        width: 1070px;
    }

        .QA_list .QA .QA_txt.title {
            font-size: 20px;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 1070px;
        }

/*********************************************学员之星页面*********************************************/
.stu_list {
    margin-top: 36px;
    margin-bottom: 24px;
    text-indent: 0;
    text-align: left;
}

    .stu_list ul {
        margin-right: -30px;
    }

    .stu_list li {
        float: left;
        box-sizing: border-box;
        width: 370px;
        margin-right: 30px;
        margin-bottom: 24px;
    }

    .stu_list .stu_box_t {
        width: 370px;
        height: 270px;
        overflow: hidden;
    }

        .stu_list .stu_box_t img {
            display: block;
        }

    .stu_list .stu_box_b {
        box-sizing: border-box;
        position: relative;
        padding: 14px 12px;
        border: 1px solid #eee;
        border-top: none;
    }

        .stu_list .stu_box_b .icon_mao {
            position: absolute;
            width: 48px;
            height: 48px;
            border-radius: 100%;
            right: 24px;
            top: -24px;
            z-index: 100;
            background-color: #8bc34a;
            background: #8bc34a url(../images/mao.png) 50% 50% no-repeat;
        }

        .stu_list .stu_box_b .article_info {
            margin: 24px auto 18px;
            color: #999;
            font-size: 12px;
            font-style: italic;
        }

            .stu_list .stu_box_b .article_info .date {
                padding-left: 18px;
                width: auto;
                height: 14px;
                color: #999;
                border-radius: 0;
                background: url(../images/date.png) 0% 50% no-repeat;
            }

            .stu_list .stu_box_b .article_info .author {
                margin-left: 24px;
                padding-left: 18px;
                height: 14px;
                background: url(../images/author.png) 0% 50% no-repeat;
            }

        .stu_list .stu_box_b h4 {
            font-size: 24px;
            font-weight: 500;
            margin: 10px auto;
            height: 34px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .stu_list .stu_box_b p {
            font-size: 14px;
            line-height: 1.4;
            height: 80px;
            overflow: hidden;
        }

        .stu_list .stu_box_b a.more {
            display: inline-block;
            width: 140px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: #3f51b5;
            color: #fff;
            border-radius: 4px;
        }

        .stu_list .stu_box_b .CandP span {
            margin-left: 12px;
        }

        .stu_list .stu_box_b i.praise {
            display: inline-block;
            width: 22px;
            height: 22px;
            margin-right: 8px;
            background: url(../images/icon_praise.png) 50% 50%/contain no-repeat;
            vertical-align: middle;
        }

        .stu_list .stu_box_b a.more, .stu_list .stu_box_b i.praise, .stu_list .stu_box_b i.comment {
            *display: inline;
            *zoom: 1;
        }

/**********************************************课程体系页面**********************************************/
.yztkctx {
    color: #fff;
    background: #f5f5f5;
    color: #333;
}

    .yztkctx .option_list li {
        width: 270px;
        text-align: center;
    }

    .yztkctx .content .option_list li {
        width: 270px;
    }

    .yztkctx .step {
        width: 100%;
        height: 140px;
        margin-bottom: 24px;
    }

        .yztkctx .step.PCT1 {
            background: url(../images/98.png) 50% 50%/contain no-repeat;
        }

        .yztkctx .step.PCT2 {
            background: url(../images/95.png) 50% 50%/contain no-repeat;
        }

        .yztkctx .step.PCT3 {
            background: url(../images/100.png) 50% 50%/contain no-repeat;
        }

        .yztkctx .step.PCT4 {
            background: url(../images/99.png) 50% 50%/contain no-repeat;
        }

        .yztkctx .step > p {
            width: 100px;
            height: 100px;
            padding: 20px;
            margin: 0 auto;
            border-radius: 100%;
            font-size: 48px;
            line-height: 100px;
        }

    .yztkctx .option_list p {
        margin-bottom: 0;
    }

    .yztkctx .more {
        background: #fe9c46;
        color: #fff;
    }

.yztjyzj .more {
    background: #fe9c46;
    color: #fff;
}
/*模式流程*/
.yztmslc {
    color: #fff;
    background: #fff;
    color: #333;
}

    .yztmslc .option_list li {
        width: 378px;
        text-align: right;
    }

    .yztmslc .content {
        position: relative;
        height: 800px;
        background: url(../images/yztmslc_bg.png) 50% 50%/contain no-repeat;
    }

    .yztmslc .step {
        width: 100%;
        margin-bottom: 12px;
    }

    .yztmslc .option_list p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 0;
        font-weight: 500;
    }

    .yztmslc .step > p {
        font-size: 18px;
        font-weight: bold;
    }

    .yztmslc .option_list .option1 {
        position: absolute;
        top: 92px;
        right: 656px;
    }

    .yztmslc .option_list .option2 {
        position: absolute;
        top: 252px;
        left: 680px;
        text-align: left;
    }

    .yztmslc .option_list .option3 {
        position: absolute;
        top: 420px;
        right: 656px;
    }

    .yztmslc .option_list .option4 {
        position: absolute;
        top: 584px;
        left: 680px;
        text-align: left;
    }

    .yztmslc .more {
        background: #fe9c46;
        color: #fff;
    }

.yztjyzj {
    background: #f5f5f5;
}

    .yztjyzj .cw {
        box-sizing: border-box;
        padding: 40px 40px;
    }

    .yztjyzj .content {
        position: relative;
    }

        .yztjyzj .content .prev {
            position: absolute;
            width: 46px;
            height: 46px;
            top: 200px;
            left: -80px;
            background: url(../images/prev1.png) 50% 50%/contain no-repeat;
        }

            .yztjyzj .content .prev:hover {
                background: url(../images/prev2.png) 50% 50%/contain no-repeat;
            }

        .yztjyzj .content .next {
            position: absolute;
            width: 46px;
            height: 46px;
            top: 200px;
            right: -80px;
            background: url(../images/next1.png) 50% 50%/contain no-repeat;
        }

            .yztjyzj .content .next:hover {
                background: url(../images/next2.png) 50% 50%/contain no-repeat;
            }

    .yztjyzj .ul .div {
        position: relative;
        float: left;
        background-color: #fff;
        width: 250px;
        height: 443px;
        text-align: left;
        text-indent: 0;
        cursor: pointer;
    }

        .yztjyzj .ul .div:hover .expert_b {
            background-color: rgba(255,140,39,.9);
            color: #fff;
            display: block;
        }

    .yztjyzj .ul .expert_t {
        width: 100%;
        height: 443px;
        overflow: hidden;
        background-color: #eee;
    }

        .yztjyzj .ul .expert_t img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .yztjyzj .ul .expert_b {
        box-sizing: border-box;
        width: 100%;
        height: 240px;
        position: absolute;
        top: 203px;
        left: 0;
        display: none;
        padding: 12px 10px;
        overflow-y: auto;
    }

        .yztjyzj .ul .expert_b h6 {
            font-size: 18px;
            text-align: center;
            height: 32px;
            line-height: 32px;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .yztjyzj .ul .expert_b p {
            line-height: 1.4;
            margin-bottom: 0;
        }

    .yztjyzj .title, .yztjyzj .descr {
        color: #333;
    }

    .yztjyzj .content .more,
    .yztjyzj .content .consult {
        display: inline-block;
        width: 140px;
        height: 36px;
        line-height: 36px;
        border-radius: 20px;
        margin: 36px 20px 0;
        text-align: center;
        text-indent: 0;
        background-color: #f07206;
        border: 2px solid #f07206;
        color: #fff;
    }

    .yztjyzj .content .consult {
        border-color: #ff5006;
        color: #ff5006;
        background-color: #fff;
    }





/***********************************************网站底部***********************************************/
.footer {
    height: 300px;
    padding-top: 50px;
}

    .footer a {
        color: #666;
    }

    .footer .footer_t {
        border-bottom: 1px solid #ddd;
        padding-bottom: 36px;
    }

    .footer .site_map_links li {
        line-height: 24px;
    }

    .footer .site_map_links > li {
        width: 160px;
    }

    .footer .site_map_links span > a {
        font-size: 16px;
        color: #333;
    }

    .footer .site_map_links > li > span {
        display: block;
        margin-bottom: 12px;
    }

.footer_t .erweima_box div {
    margin-left: 16px;
    text-align: center;
}

.footer_t .erweima_box img {
    width: 138px;
    height: 138px;
    margin-bottom: 8px;
}

.footer .footer_b {
    padding-top: 24px;
    font-size: 12px;
    color: #999;
}

#backTop {
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
}

    #backTop a {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url(../images/backTop.png);
        -webkit-transition: background-image 0.5s ease-out 0s;
        -moz-transition: background-image 0.5s ease-out 0s;
        -ms-transition: background-image 0.5s ease-out 0s;
        -o-transition: background-image 0.5s ease-out 0s;
        transition: background-image 0.5s ease-out 0s;
    }

        #backTop a:hover {
            background-image: url(../images/backTop2.png);
        }

/*team*/
.team {
}

    .team .head {
        position: relative;
        padding: 34px 0 36px;
        text-align: center;
        color: #474747;
    }

        .team .head .h1 {
            font-size: 30px;
            line-height: 70px;
        }

        .team .head .p {
            font-size: 12px;
            line-height: 20px;
            padding: 0 60px;
        }
    /*.team .tab{ text-align:center;}
.team .tab ul{ display:inline-block; overflow:hidden;}
.team .tab ul li{ float:left; width:124px; line-height:42px; margin-left:11px;}
.team .tab ul li.first{ margin-left:0;}
.team .tab ul li a{ font-size:14px; color:#FFF; background:#00a0e9; display:block; border:1px solid #00a0e9; border-radius:8px; text-align:center;}
.team .tab ul li a.cur{ color:#474747; background:#FFF;}
.team .tab ul li a i{display:inline-block;background:url(/images/arrow7.png) right center no-repeat;height:42px; padding-right:17px; font-style:normal;}
.team .tab ul li a.cur i{background:url(../images/arrow6.png) right center no-repeat;}*/
    .team .ul {
        width: 1212px;
        margin: 30px auto 0;
        overflow: hidden;
        height: 443px;
        position: relative;
    }

        .team .ul .child {
            width: 10000px;
            position: absolute;
            left: 0;
            top: 0;
        }

            .team .ul .child .div {
                float: left;
                width: 303px;
                height: 443px;
                overflow: hidden;
                position: relative;
                cursor: pointer;
                margin-left: 5px;
            }

                .team .ul .child .div .up {
                    position: absolute;
                    left: 0;
                    top: 0;
                    background: url(/images/black20.png) center center repeat;
                    width: 100%;
                    height: 100%;
                }

                .team .ul .child .div .arrow {
                    background: url(/images/arrow5.png) center center no-repeat;
                    width: 44px;
                    height: 17px;
                    position: absolute;
                    left: 50%;
                    margin-lefT: -22px;
                    bottom: 0;
                    display: none;
                }

                .team .ul .child .div.now .up {
                    display: none;
                }

                .team .ul .child .div.now .arrow {
                    display: block;
                }

        .team .ul .prev {
            background: url(/images/arrow3.png) center center no-repeat;
            width: 46px;
            height: 83px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -41.5px;
            z-index: 3;
        }

        .team .ul .next {
            background: url(/images/arrow4.png) center center no-repeat;
            width: 46px;
            height: 83px;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -41.5px;
            z-index: 3;
        }

    .team .text {
        margin: 35px auto 0;
        width: 1212px;
    }

        .team .text h3 {
            font-size: 30px;
            color: #474747;
            line-height: 1.2;
        }

            .team .text h3 span {
                font-size: 18px;
                margin-left: 18px;
            }

        .team .text h4 {
            font-size: 14px;
            color: #474747;
            line-height: 1.2;
            margin-top: 10px;
        }

        .team .text .p {
            border-top: solid 1px #e8e8e8;
            margin-top: 25px;
            padding-top: 25px;
            font-size: 12px;
            color: #707070;
            line-height: 1.6;
        }

            .team .text .p p {
                margin-bottom: 13px;
            }

        .team .text .inner {
            display: none;
            padding-bottom: 40px;
            text-align: left;
        }

            .team .text .inner.a {
                display: block;
            }
/*team*/
