
body {
    font-size: 14px;
    font-family: Arial;
    color: #333;
}

.bold {
    font-weight: bold;
}

.orange {
    color: #ff7900;
}

.blue {
    color: #148cf1;
}

.pink {
    color: #ff5560;
}

.red {
    color: #ed232f;
}

.green {
    color: #3e9215;
}

.light_green {
    color: #3b8f12;
}

.ca {
    color: #aaa
}

.cf {
    color: #fff;
}

.c2 {
    color: #222;
}

.c5 {
    color: #555;
}

.c4 {
    color: #444;
}

.f15 {
    font-size: 15px;
}

.f17 {
    font-size: 17px;
}

.f36 {
    font-size: 36px;
}

.f30 {
    font-size: 30px;
}

.b {
    font-weight: bold;
}

img {
    max-width: 100%;
}

.radius_shadow {
    box-shadow: 0 0 3px #dbdbdb;
    background: #fff;
}

.container {
    padding-top: 20px;
    background: #f2f2f2;
}

#container {
    padding-top: 0;
}

.main_left {
    width: 200px;
}

.menu {
    width: 100%;
    background: #fff;
    margin-bottom: 18px;
}

.menu ul li {
    height: 48px;
    line-height: 48px;
    background: url("../image/template_sprite.png") no-repeat 18px 17px;

}

.menu ul li + li {
    border-top: 1px solid #f2f2f2;
}

.menu ul li a {
    display: block;
    width: 160px;
    height: 100%;
    padding-left: 40px;
    font-size: 15px;
    color: #222;
}

.menu ul li:hover a {
    color: #148cf1;
    background: #fafafa url("../image/template_sprite.png") no-repeat 18px 17px;
}

.menu ul li.hover a {
    color: #148cf1;
    background: #fafafa url("../image/template_sprite.png") no-repeat 18px 17px;
}

.school_info {
    width: 170px;
    padding: 15px;
    margin-bottom: 18px;
    box-sizing: unset;
}

.school_info h3, .teacher_head {
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}

.teacher_head {
    padding: 0 10px;
    margin-bottom: 0;
}

.teacher_head a:hover {
    color: #ed232f;
}

.school_box img {
    width: 100%;
    height: 100%;
}

.school_box span {
    width: 100%;
    word-wrap: break-word;
    display: inline-block;
}

.school_img {
    display: block;
    width: 170px;
    height: 119px;
    margin-bottom: 10px;
}

.school_pro {
    line-height: 22px;
    white-space: break-spaces;
    overflow: hidden;
}

.teacher_show {
    padding: 15px 5px;
}

.teacher_content ul li {
    padding: 20px 10px;
}

.teacher_content ul li + li {
    border-top: 1px dashed #f2f2f2;
}

.teacher_content ul li:hover .teacher_img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.teacher_img {
    width: 60px;
    height: 75px;
    border: 1px solid #ddd;
    margin-top: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

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

.teacher_info p {
    line-height: 22px;
    word-wrap: break-word;
}

.ad_banner {
    width: 980px;
    height: 80px;
    margin-bottom: 20px;
    margin-left: 20px;
}

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

.ad_banner > a img {
    width: 100%;
    height: 100%;
}

.main_middle {
    width: 720px;
    margin: 0 9px;
}

.banner > a {
    display: block;
    height: 180px;
    overflow: hidden;
}

.banner1 {
    width: 500px;
    height: 200px;
    position: relative;
}

.banner_images {
    width: 100%;
    height: 100%;
}

.banner_images li {
    position: absolute;
    top: 0;
    left: 0;
}

.banner_images li img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 500px;
    height: 200px;
}

.banner_images li:first-child {
    z-index: 10;
}

.banner_controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 20;
}

.banner_controls a {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.3);
    margin-right: 7px;
}

.banner_controls a.on {
    background: rgba(84, 176, 39, 0.3);
}

.banner_pre_next a {
    width: 30px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    background: url("../image/pre_next.png") no-repeat;
    z-index: 20;
    display: none;

}

.banner_pre_next .banner_next {
    right: 0;
    background-position: 0 -95px;
}

.banner_pre_next .banner_next.selected {
    background-position: 0 -283px;
}

.banner_pre_next .banner_pre {
    left: 0;
    background-position: 0 0;
}

.banner_pre_next .banner_pre.selected {
    background-position: 0 -188px;
}

.banner2 {
    width: 215px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.school_detail {
    width: 204px;
    height: 168px;
    background: #fff;
    margin-left: 10px;
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 3px #dbdbdb;
    padding-top: 12px;
    padding-left: 6px;
}

.school_detail h3 {
    font-size: 14px;
}

.school_detail .icon_box {
    margin-top: 10px;
}

.icon_box span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    color: #fff;
    height: 22px;
    line-height: 22px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-left: 24px;
    padding-right: 8px;
    background-repeat: no-repeat;
    background-position: 6px 50%;
}

.icon_box span.gold_com {
    background-color: #ffb024;
    background-image: url("../image/gold_com.png");

}

.icon_box span.detail_zst {
    background: url("../image/list_sprite.png") no-repeat 0 -2172px;

}

.icon_box span.jinp_partner {
    background: url("../image/list_sprite.png") no-repeat 0 -2126px;
}

.icon_box span.bd_cmf {
    background-color: #f95555;
    background-image: url("../image/money.png");
}

.special_ser {
    margin-top: 10px;
}

.special_ser p {
    color: #7c7979;
}

.special_ser span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 62px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    margin-right: 6px;
    margin-top: 8px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.label1 {
    background-color: #45b5f4;
}

.label2 {
    background-color: #e24749
}

.label3 {
    background-color: #ff923c
}

.label4 {
    background-color: #54b027
}

.main_major {
    margin-top: 10px;
    color: #7c7979;
}

.main_list {
    z-index: 10;
    background: #fff;
    /*margin-top: 20px;*/
    position: relative;
}

.main_list .list_title {
    padding: 10px 25px;
}

.list_title a:hover {
    color: #ed232f;
}

.main_list h3 {
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    border-left: 4px solid #54b027;
}

.main_list ul li, .list_content li {
    border-top: 1px solid #f2f2f2;
    padding: 10px 25px;
    position: relative;
}

.main_list ul li:hover, .list_content li:hover {
    background: #fafafa;
}

@keyframes swim {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    75% {
        -webkit-transform: rotate(1.5deg);
        -moz-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
    }
    85% {
        -webkit-transform: rotate(-1.5deg);
        -moz-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
    }
}

@-moz-keyframes swim {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    75% {
        -webkit-transform: rotate(1.5deg);
        -moz-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
    }
    85% {
        -webkit-transform: rotate(-1.5deg);
        -moz-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
    }
}

@-webkit-keyframes swim {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    75% {
        -webkit-transform: rotate(1.5deg);
        -moz-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
    }
    85% {
        -webkit-transform: rotate(-1.5deg);
        -moz-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
    }
}

.main_list ul a:hover {
    color: #148cf2;
    text-decoration: underline;
}

.course_name span {
    width: auto;
    display: inline-block;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course_name span > h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course_name i {
    display: inline-block;
    width: 27px;
    height: 13px;
    background: url("../image/template_sprite.png") no-repeat;
    vertical-align: top;
    margin-left: 10px;
}

.course_name .new {
    background-position: 0 -218px;
}

.course_name .hot {
    background-position: 0 -262px;
}

.course_name .blue_box {
    display: inline-block;
    width: 78px;
    height: 22px;
    background-image: url("../image/blue_box.png");
    background-repeat: no-repeat;
    color: #45b5f4;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    vertical-align: top;
    margin-left: 5px;
    margin-top: -8px;
}

.course_price_box {
    height: 26px;
    line-height: 26px;
    padding-top: 19px;
}

.course_price {
    width: 240px;
}

.course_price .fenqi {
    color: #ff5a00;
    font-weight: bold;

}

.small_ora {
    font-size: 11px;
}

.big_ora {
    font-size: 18px;
}

.fenqi_intro {
    display: inline-block;
    width: 54px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border: 1px solid #54b027;
    margin-left: 5px;
}

.fenqi_intro a {
    font-size: 12px;
    color: #54b027;
}

.course_price, .course_time {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course_time {
    width: 270px;
}

.course_consult {
    min-width: 150px;
    max-width: 200px;
    height: 30px;
    background: #ed960e url(../image/anniu.gif) no-repeat center 2px;
    line-height: 26px;
    border-radius: 26px;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    display: block;
    padding-left: 36px;
}

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

.course_consult-d, .course-consult {
    width: 120px;
    height: 36px;
    line-height: 26px;
    border-radius: 26px;
    padding-left: 36px;
    background: #ed960e url(../image/anniu.gif) no-repeat center center;
    color: #fff;
    margin-top: 19px;
    cursor: pointer;
}

.course-consult {
    position: absolute;
    right: 57px;
    bottom: 45px;
}

.load_more_kc {
    display: block;
    width: 250px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -120px;
    border-radius: 5px;
    box-shadow: 0 3px 5px #dbdbdb;
}

.load_more_kc i {
    display: block;
    width: 11px;
    height: 6px;
    background: url("../image/template_sprite.png") no-repeat -2px -622px;
    position: absolute;
    top: 12px;
    right: 65px;
}

.load_more {
    display: block;
    width: 250px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    box-shadow: 0 0 5px #dbdbdb;
    background: #fff url("../image/template_sprite.png") no-repeat 180px -610px;
    margin: 20px auto 0 auto;
}

.main_right {
    width: 240px;
}

.contact h3 {
    height: 43px;
    line-height: 43px;
    padding-left: 17px;
    border-bottom: 1px solid #f2f2f2;
}

.contact p {
    padding: 10px 0 14px 0;
    border-bottom: 1px dashed #ddd;
    margin: 0 15px;
}

.contact p span {
    display: block;
}

.contact p .telephone, .contact p .online {
    height: 23px;
    line-height: 23px;
}

.number, .online_consult {
    margin-top: 5px;
}

.contact p.w .online_consult {
    display: inline-block;
    width: 87px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #ff9900;
    border-radius: 5px;
}

.contact p.w .online_consult:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.contact p.w .online_consult a {
    color: #fff;
}

.online_apply {
    position: relative;
    padding: 10px 15px 20px 15px;
    background: #fff;
}

.online_apply h3, .school_map h3 {
    height: 23px;
    line-height: 23px;
    margin-bottom: 15px;
}

.apply_con {
    width: 208px;
}

.apply_con1 {
    width: 233px;
}

.main_right form p + p, .main_right_box form p + p {
    margin-top: 10px;

}

.main_right form input, .main_right form textarea, .main_right_box form input, .main_right_box form textarea {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #999;
    padding: 0 10px;
    outline: none;
}

.main_right form input, .main_right form textarea {
    width: 190px;
}

.main_right_box form input, .main_right_box form textarea {
    width: 211px;
}

.main_right form input, .main_right_box form input {
    height: 30px;
    line-height: 30px;
}

.main_right form textarea, .main_right_box form textarea {
    height: 68px;
    resize: none;
    padding-top: 10px;
    color: #999;
}

.main_right form input.button, .main_right_box form input.button {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: #54b027;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0;
}

.main_right form input.button {
    width: 210px;
}

.main_right_box form input.button {
    width: 232px;
}

.main_right form input.button:hover, .main_right_box form input.button:hover {
    background: rgba(84, 176, 39, 0.8);
}

.xinwen {
    margin: 10px 0;
    padding: 0 0;
    border-left: none;
    border-right: none;
}

.xinwen_head {
    padding: 0 0 0 17px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.xinwen_head a:hover {
    color: #ed232f;
}

.xinwen ul li {
    height: 34px;
    line-height: 34px;
    margin: 0 17px;
}

.xinwen ul li + li {
    border-top: 1px dashed #ddd;
}

.xinwen ul li a {
    display: block;
    width: 180px;
    height: 100%;
    padding-left: 15px;
    background: url("../image/template_sprite.png") no-repeat 3px -645px;;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xinwen ul li a:hover {
    color: #ed960e;
}

.school_envir {
    padding: 15px;
    height: 205px;
    position: relative;
}

.environment_head a:hover {
    color: #ed232f;
}

.school_envir ul {
    width: 210px;
    height: 140px;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    margin: auto;
}

.school_envir ul li {
    width: 210px;
    position: absolute;
    top: 0;
    left: 0;
}

.school_envir ul li:first-child {
    z-index: 10;
}

.school_envir ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.school_envir_two {
    padding: 15px 0 0 0;
}

.school_envir_two ul {
    width: 220px;
    left: 0;
}

.school_envir_two li {
    width: 220px;
}

.school_envir_two li img {
    width: 175px;
}

.school_envir_there li {
    width: 232px;
}

.school_envir_there li img {
    width: 100%;
}

.controls {
    position: absolute;
    right: 16px;
    bottom: 17px;
    z-index: 20;
}

.controls_two {
    right: 2px;
    bottom: 2px;
}

.controls a {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
}

.controls .next {
    background: url("../image/btn.png") 0 -41px;
    margin-left: 2px;
}

.controls .pre {
    background: url("../image/btn.png") 0 0;
}

.school_map {
    padding: 10px 17px;
    margin-top: 18px;
}

.map {
    width: 202px;
    height: 150px;
    border: 1px solid #ddd;
    margin: 0 auto 15px;
}

.map_details {
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.map_details a {
    text-decoration: underline;
}

.map_details a:hover {
    color: #ed232f;
}

/*首页样式结束*/

/*学校介绍开始*/
.main_box {
    background: #f2f2f2;
}

.crumbs {
    height: 40px;
    line-height: 40px;
    clear: both;
}

.crumbs a, .crumbs span {
    display: inline-block;
}

.crumbs a:hover {
    color: #ed232f;
}

.main_box .main_left {
    width: 920px;
    margin-right: 18px;
}

.school_head {
    padding: 40px;
    position: relative;
}

.xuexiao_img img {
    border-radius: 10px;
}

.name, .address {
    font-weight: normal;
    line-height: 35px;
}

.address {
    padding-left: 27px;
    background: url("../image/template_sprite.png") no-repeat 3px -351px;;
}

.consult {
    width: 113px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    margin-top: 5px;
}

.consult a:hover {
    background: rgba(237, 150, 14, 0.7) url("../image/template_sprite.png") no-repeat 13px -299px;
}

.consult a {
    display: block;
    background: #fe9900 url("../image/template_sprite.png") no-repeat 13px -299px;
    padding-left: 35px;
    width: 78px;
    height: 100%;
    color: #fff;
    border-radius: 33px;
}

.share {
    position: absolute;
    bottom: 105px;
    right: 60px;
    /*text-align: right;*/
    height: 28px;
    line-height: 28px;
}

.xuexiao_kecheng {
    height: 33px;
    line-height: 33px;
    margin-top: 30px;
}

.xuexiao_kecheng > a {
    display: inline-block;
    width: 98px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-left: 23px;
    vertical-align: top;
}

.head {
    font-weight: normal;
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 20px;
}

.production {
    padding: 0 40px 60px 40px;
}

.production {
    line-height: 32px;
}

.production>p {
    margin-top: 5px;
}

.production img {
    max-width: 100%;
}

.main_box .main_right {
    width: 222px;
    padding: 20px 18px;
}

.main_box .main_right h3 {
    height: 30px;
    line-height: 30px;
    padding-bottom: 8px;
}

.main_box .main_right p {
    line-height: 26px;
}

.xuexiao_ditu {
    width: 220px;
    height: 160px;
    border: 1px solid #ddd;
    margin: 25px 0;
}

.course_list {
    position: relative;
}

.list_head {
    height: 30px;
    padding-left: 35px;
    padding-top: 10px;

}

.list_head h3 {
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #54b027;
    padding-left: 10px;
}

.list_head h3 a {
    font-size: 16px;
}

.popularity {
    width: 100px !important;
    margin-top: 19px;
    height: 26px;
    line-height: 26px;
    padding-left: 29px;
    background: url("../image/template_sprite.png") no-repeat 2px -403px;
}

/*师资风采开始*/

.teacher_list ul li {
    padding: 0 25px;
    height: 200px;

}

.teacher_list ul li .teacher_con {
    height: 128px;
    padding: 36px 15px;
}

.teacher_list ul li:hover {
    background: #f7f7f7;
}

.teacher_list ul li:hover .teacher_name a {
    color: #148cf2;
    text-decoration: underline;
}

.teacher_list ul li img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.teacher_list ul li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.teacher_list ul .teacher_con {
    border-bottom: 1px dashed #ddd;
}

.teacher_infomation {
    width: 709px;
}

.tea_name {
    height: 40px;
    line-height: 40px;
}

.teacher_production {
    line-height: 26px;
    margin-top: 7px;
    height: 52px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#main_left {
    margin-right: 14px;
}

.main_right_box {
    width: 260px;
    padding: 0;
    background: #f7f8fa;
}

.top h3 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    padding-left: 15px;
}

.top p {
    border-bottom: 1px dashed #ddd;
    margin: 0 15px;
    padding: 10px 0 14px 0;
}

.top p.w .online_consult {
    width: 88px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #ff9900;
    border-radius: 5px;
}

.top p.w .online_consult:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.top p.w span a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.top p span {
    display: block;
}

.middle h3 {
    height: 40px;
    line-height: 40px;
}

.middle h3 span {
    margin-left: 105px;
    font-weight: normal;
}

.middle h3 span a:hover {
    color: #ed232f;
}

.more {
    margin-right: 10px;
}

.middle ul {
    padding: 0 13px;
}

.middle ul li {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    background: url("../image/template_sprite.png") 5px -444px no-repeat;
}

.middle ul li + li {
    border-top: 1px dashed #ddd;
}

.middle ul li a {
    font-size: 14px;
    color: #666;
}

.middle ul li a:hover {
    color: #ed960e;
}

.middle ul li span {
    display: inline-block;

}

.middle ul li span.class {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.middle ul li span.price {
    vertical-align: middle;
    color: #ff9900;
}

/*师资风采结束*/

/*环境展示开始*/
.show_list {
    padding: 10px 40px 20px 40px;
}

.show_list ul li {
    float: left;
    margin-right: 60px;
    margin-top: 20px;
}

.show_list ul li:hover .envir_img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.show_list ul li:hover a {
    color: #fe7e00;
    text-decoration: underline;
}

.show_list ul li:nth-child(3n+3) {
    margin-right: 0;
}

.show_list ul li div {
    width: 240px;
    height: 220px;
    /* background: #000; */
}

.envir_img {
    width: 240px;
    height: 216px;
    /* padding:34px 0; */
    background: #eee;
}

.envir_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.envir_img img {
    width: 100%;
    height: 100%;
}

.overlayer {
    position: fixed;
    top: 0;
    left: 0;
    background: #333;
    display: none;
    z-index: 999;
}

.imgshow {
    width: 400px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
    display: none;
    z-index: 1000;
    box-sizing: border-box;
    border: 25px solid #fff;
}

.imgshow .show_images {
    width: 350px;
    height: 250px;
}

.imgshow .show_images img {
    width: 350px;
    height: 250px;
}

.imgshow .clear {
    position: absolute;
    right: -20px;
    top: -30px;
    z-index: 1010;
}

.imgshow .btn_pre_next {
    width: 32px;
    text-align: center;
    height: 32px;
    background: url("../image/arrow2.png") no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1010;
    cursor: pointer;
    display: none;
}

.imgshow .btn_pre {
    background-position: 0 0;
    left: 0;

}

.imgshow .btn_next {
    background-position: -32px 0;
    right: 0;
}

/*环境展示结束*/

/*新闻资讯开始*/
.news_list ul li {
    padding: 0 40px;
}

.news_list ul li > div {
    border-bottom: 1px dashed #ddd;
    padding: 20px 0 0 0;

}

.news_list ul li div p {
    overflow: hidden;
    color: #666;
    margin-top: 5px;
    margin-bottom: 17px;
    max-width: 677px;
}

.news_list ul li:hover {
    background: #f7f7f7;
}

.news_list ul li:hover .news_head a {
    color: #148cf2;
    text-decoration: underline;
}

.news_head {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-left: 22px;
}

.news_head a {
    display: block;
    width: 100%;
    height: 100%;
}

.news_content {
    overflow: hidden;
    line-height: 22px;
    margin: 10px 0 17px 0;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 40px;
}

.kcNew-switch {
    padding: 0 15px;
    margin: 0 auto;
    width: 870px;
    height: 34px;
    border-bottom: 4px solid #ed232f;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.kcNew-switch > span {
    cursor: pointer;
    margin-right: 20px;
}

.new-btn {
    color: #ed232f;
    font-weight: bold;
}

.details_head > .sckc-img {
    position: absolute;
    width: 200px;
    height: 140px;
    top: 50px;
    right: 40px;
}

/*新闻资讯结束*/
/*网上报名开始*/
.ca {
    color: #aaa;
}

.main_middle_box {
    width: 640px;
    padding: 30px 30px 0 30px;
}

.main_middle_box {
    margin: 0 17px;
}

.notice {
    height: 46px;
    background: #f4f4f4;
    line-height: 23px;
    padding: 10px 15px;
}

.main_middle_box form {
    padding: 10px 13px 40px 13px;
    border-bottom: 1px dashed #ddd;
}

.main_middle_box form div {
    margin-top: 20px;
}

.main_middle_box form div label:first-child {
    display: inline-block;
    width: 94px;
    text-align: left;
    font-size: 14px;
    color: #666;
}

.main_middle_box form input[type="text"] {
    width: 208px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding-left: 10px;
}

.main_middle_box form div em {
    margin-left: 5px;
}

.main_middle_box form .textarea > label, .main_middle_box form .textarea > em {
    vertical-align: top;
}

label[for="man"] {
    margin-right: 38px;
}

.main_middle_box form input, .main_middle_box form textarea {
    outline: none;
    border: none;
    background: none;
    font-size: 14px;
    color: #333;
}

.main_middle_box form input[type="radio"] {
    margin-right: 5px;
}

.main_middle_box form textarea {
    width: 300px;
    height: 98px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding: 15px;
    resize: none;

}

.main_middle_box form input[type=button] {
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #54b027;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-left: 90px;
}

.main_middle_box form .account_number {
    text-align: right;
    padding-right: 190px;
    margin-top: 0px;
}

.main_middle_box form input[type=submit]:hover {

    background: rgba(84, 176, 39, 0.8);
}

.student {
    padding-top: 30px;
    margin-bottom: 80px;
    position: relative;
    height: 280px;
    overflow: hidden;
}

#demo {
    height: 280px;
    overflow: hidden;
}

.student ul li {
    font-size: 14px;
    color: #666;
    height: 35px;
    line-height: 35px;
    padding-left: 25px;
    background: url("../image/template_sprite.png") no-repeat 5px -487px;
}

.bottom .xuexiao_ditu {
    margin: 20px;
}

.bottom .ditu_details {
    margin: 0 20px 25px 20px;
}

/*状态*/
.wrong, .please, .correct {
    margin-left: 10px;
    padding-left: 35px;
}

.wrong {
    background: url("../image/on_enroll_input.png") no-repeat 10px -40px;
    color: #e81111;
}

.please {
    background: url("../image/on_enroll_input.png") no-repeat 10px 3px;
    color: #148cf1;
}

.correct {
    background: url("../image/on_enroll_input.png") no-repeat 10px -82px;
}

/*网上报名结束*/
/*联系我们开始*/
.main_box .main_left_box {
    width: 840px;
    padding: 35px 40px 48px 40px;
}

.main_box .main_left_box {
    margin-right: 14px;
}

.main_left_box .consult {
    margin-top: 30px;
    width: 153px;
    height: 41px;
    line-height: 41px;

}

.main_left_box .consult a {
    display: block;
    padding-left: 50px;
    width: 103px;
    height: 100%;
    color: #fff;
    background: #fe9900 url("../image/template_sprite.png") no-repeat 16px -548px;
}

.main_left_box .consult a:hover {
    background: rgba(254, 153, 0, 0.8) url("../image/template_sprite.png") no-repeat 16px -548px;
}

.main_left_box .contact_head {
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid #f2f2f2;
}

.main_left_box .contact_head h1 {
    font-weight: normal;
}

.main_left_box .share {
    position: absolute;
    right: -9px;
    bottom: 17px;

}

.contact_content {
    padding-top: 20px;
}

.contact_content ul li {
    height: 45px;
    line-height: 45px;
}

.ditu {
    width: 750px;
    height: 300px;
    border: 1px solid #ddd;
    margin: 20px auto 0 auto;
}

.main_right_box1 {
    width: 220px;
    padding: 20px;
}

.details_info_head {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.details_img {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;

}

.details_img img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
}

.details_name {
    font-size: 22px;
    color: #282828;
    height: 45px;
    line-height: 45px;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.details_info_content {
    padding: 18px 0;
}

.details_info_content ul li {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #666;
}

/*联系我们结束*/

/*课程详情开始*/
.details_head {
    padding: 40px;
    margin-bottom: 20px;
    position: relative;
}

.details_content {
    padding: 2px 40px;
    margin: 20px 0;
}

.kecou_name {
    font-weight: normal;
    height: 50px;
    line-height: 50px;
}

.kecou_name a {
    font-size: 26px;
}

.kecou_name em.pay_ico {
    border-radius: 8px;
    background: #45b5f4;
    color: #fff;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    text-align: center;
    width: 80px;
}

.cou_details_head {
    position: relative;
    padding-bottom: 50px;

}

.cou_price {
    margin-top: 15px;
    margin-bottom: 25px;
}

.cou_consult {
    width: 153px;
    height: 41px;
    line-height: 41px;
    position: absolute;
    right: 13px;
    top: 65px;
}

.cou_consult a {
    display: block;
    padding-left: 50px;
    width: 103px;
    height: 100%;
    color: #fff;
    border-radius: 5px;
    background: #fe9900 url("../image/template_sprite.png") no-repeat 16px -548px;
}

.cou_consult a:hover {
    background: rgba(254, 153, 0, 0.8) url("../image/template_sprite.png") no-repeat 16px -548px;;
}

.cou_share {
    position: absolute;
    right: 7px;
    bottom: 15px;
}

.cou_details_content {
    padding-top: 25px;
}

.cou_details_content ul li {
    height: 45px;
    line-height: 45px;
}

.cou_details_content ul li a:hover {
    color: #EA4245;
}

.cou_details_content ul li span {
    display: inline-block;
    vertical-align: middle;
}

.cou_details_content ul li span:last-child {
    margin-left: 10px;
    /*display: inline-block;;*/
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cou_details_content .dt {
    width: 380px;
    height: 210px;
    border: 1px solid #ddd;
    margin-top: 12px;
}

.title {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
}

.title h2 {
    font-weight: normal;
}

.title_content {
    line-height: 32px;
}

.title_content table {
    max-width: 100%;
}

.title_content > img {
    max-width: 100%;
}

/*新闻详情开始*/
.news_details {
    padding: 30px 20px 80px 20px;
}

.news_detail_head {
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}

.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
}

.news_time1 {
    height: 35px;
    line-height: 35px;

}

.news_detail_content {
    line-height: 28px;
    padding-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100% !important;
    white-space: pre-wrap;
}

.news_detail_content P {
    word-wrap: break-word !important;
}
.news_detail_content a {
    font-size: unset;
}

.news_detail_content img {
    max-width: 100%;
}

.pre_next_page {
    margin-top: 70px;
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #eeeeee;
}

.pre_next_page p {
    height: 30px;
    line-height: 30px;
}

.pre_next_page p a:hover {
    color: #148cf2;
    text-decoration: underline;
}

/*翻页样式*/
.page {
    margin: 20px 40px;
    height: 30px;
}

.page ul li {
    float: left;
    margin-right: 4px;
}

.page a {
    display: block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 10px;
}

.page a:hover {
    color: #666;
}

.page a.present {
    background: #56b02a;
    color: #fff;
    font-weight: bold;
}

/*end 翻页样式*/
/*新闻详情结束*/
.bdimgshare-content, .bdimgshare-bg {
    display: none !important;
}

/*没有内容样式*/

.no_content {
    height: 150px;
    width: 450px;
    padding-left: 210px;
    font-size: 18px;
    background: url("../image/no_content.png") no-repeat;
    margin: 30px auto 20px auto;
}

.no_content .sorry {
    width: 106px;
    height: 74px;
    background: url("../image/sorry.png") no-repeat 0 25px;
}

.no_content a {
    display: inline-block;
    color: #fff;
    background: #6eb84a;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 10px;
    text-align: center;
}

.fenxiao_head {
    height: 58px;
    line-height: 58px;
    background: #fff;
    padding-left: 20px;
}

.fenlei_head {
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
}

.fenlei_head {
    padding-left: 150px;
}

.fenlei_head li {
    float: left;
    width: 120px;
    text-align: center;
}

.fenlei_content li {
    background: #fff;
    height: 64px;
    line-height: 64px;
    display: flex;
    align-items: center;
}

.fenlei_content li:nth-child(2n+1) {
    background: #f9f9f9;
}

.fenlei_content li span, .fenlei_content li span {
    display: block;
}

.content_head {
    min-width: 110px;
    text-align: left;
    padding-left: 40px;
}

.fenxiao_city {
    width: 110px;
    text-align: center;
}

.fenxiao_school {
    width: 110px;
    text-align: left;
    padding-left: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fenlei_addr {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fenxiao_addr {
    padding-right: 30px;
    line-height: 30px;
    cursor: pointer;
}

.fenxiao_map {
    width: 840px;
    height: 300px;
    border: 1px solid #ddd;
    margin: 60px 40px;
}

.fenlei_content .fenxiao_info_box {
    height: auto;
    overflow: hidden;
}

.fenxiao_info {
    width: 720px;
    line-height: 35px;
    padding-top: 10px;
}

/* 分享到 */
.bdsharebuttonbox {
    width: 140px;
}

.qqcall-small {
    position: absolute;
    bottom: 60px;
    right: 10px;
    width: 115px;
}

.qqcall-big {
    position: fixed;
    left: 0;
    top: 220px;
    z-index: 100;
    width: 110px;
    height: 160px;
}

.qqcall-big iframe {
    top: 220px !important;
}

/*下架课程*/
.wang-none {
    width: 500px;
    margin-top: 20px;
}

.wang-none-img {
    margin-left: 245px;
}

.wang-none-txt {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-top: 50px;
    margin-left: 20px;
}

.fl {
    float: left;
}

.clear {
    *zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.kc-past-cost {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
}

.box_s {
    position: relative;
    z-index: 10;
}

.martop01 {
    margin-top: 10px;
}

.width01 {
    width: 720px;
    box-sizing: border-box;
    margin-left: 8px;
}

.right_father_box {
    padding: 10px 14px;
}

.bottom-course {
    border-top: 1px solid #c5c5c5;
    padding-top: 20px;
}

#mainFormBtn_1 {
    border: none !important;
}

/*新版右侧样式*/
.online-course {
    padding: 15px;
}

.kc {
    background: #45B5F4 url(../image/zixun1.png) no-repeat center 2px;
    min-width: 110px;
}

.kb {
    background: #45B5F4 url(../image/liaojie.png) no-repeat center 2px;
    min-width: 110px;
}

.mf {
    background: #45B5F4 url(../image/shenqing.gif) no-repeat center 2px;
    min-width: 110px;
}

/*预约试听样式*/
.baoming {
    width: 100%;
    height: 285px;
    background: url(../image/baoming.jpg) no-repeat center center;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.baoming > .box {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 0 auto;
    line-height: 28px;
    padding: 15px 0;
    color: #000;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.baoming > .box > .one {
    font-size: 23px;
    font-weight: bold;
}

.baoming > .box > .two {
    font-size: 14px;
}

.baoming > .box > .three {
    font-size: 12px;
    color: #000;
}

.baoming > .box > .four {
    font-size: 12px;
    color: #000;
}

.baoming > .box > .three > .number {
    display: inline-block;
    padding: 0 8px;
    background-color: #172b36;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    border-radius: 24px;
    margin: 0 7px;
}

.baoming > .box input {
    width: 201px;
    height: 30px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 3px;
    text-indent: 7px;
    font-size: 12px;
    box-sizing: border-box !important;
}

.baoming > .box a.qiangzuo ,button.qiangzuo {
    display: inline-block;
    width: 201px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fe5858;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.course-content > ul > li {
    background: url(../image/sanjiao.png) 16px center no-repeat;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
}

.course-content > ul > li > a {
    font-size: 16px;
    color: #333;
    display: block;
    padding-left: 40px;
}

.course-content > ul > li:hover a {
    color: #148cf1;
}

.course-content > ul > li:hover {
    background: #fafafa url(../image/sanjiao.png) 16px center no-repeat;
}

.img-l-box {
    margin: 10px 0 17px 0;
    display: flex;
    align-items: center;
}

.con-right {
    display: flex;
    flex-flow: column;
}

.img-left {
    width: 163px;
    height: 114px;
}

.img-left > img {
    display: block;
    width: 100%;
    height: 100%;
}

.content-right {
    margin: 0 !important;
    padding-left: 24px;
    box-sizing: border-box;
}

.main_right-index {
    width: 260px;
}

/*新增改动样式*/
.swiper-container {
    width: 595px;
    height: 220px;
    margin: 0 !important;
    float: left;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-container a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-box {
    float: right;
    width: 240px;
    height: 220px;
    background-color: #d3d3dd;
    position: relative;
    overflow: hidden;
}

.swiper-box .swp-date {
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 0 50px;
    color: #403f51;
    position: absolute;
}

.swiper-box .swp-date > span {
    position: relative;
    margin-bottom: 5px;
    display: block;
}

.swiper-box .swp-date > span > em {
    position: absolute;
    top: 4px;
    left: -17px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #b8b8c4;
}

/*校区安排*/
.campusArrange {
    height: 515px;
    padding-top: 30px;
    background-color: #fff;
    width: 878px !important;
    box-sizing: border-box;
}

.campusArrange > .common-title {
    margin-bottom: 30px;
}

.campusArrange .first-level {
    width: 130px !important;
}

.campusArrange > .content > .con-left {
    width: 850px;
}

.campusArrange > .content > .con-left > .shaixuan {
    padding-left: 20px;
}

.campusArrange > .content > .con-left > .form-select {
    margin-right: 5px;
}

.campusArrange > .content > .con-left > .anim-ul-switch {
    margin-top: 30px;
}

.campusArrange > .content > .con-right {
    margin-left: 20px;
    width: 380px;
}

.campusArrange > .content > .con-right > a {
    display: inline-block;
    width: 100%;
}

.campusArrange > .content > .con-right > a > img {
    width: 100%;
}

.campusArrange > .content > .con-right > .map-shadow {
    width: 380px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #000;
    opacity: .6;
    font-size: 17px;
    color: #fff;
    margin-top: -35px;
    letter-spacing: 1px;
    cursor: pointer;
}

.campusArrange > .content > .con-right > .map-shadow:hover {
    color: red;
}

.campusArrange > .content > .con-right > .map-shadow > i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/chakan.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 15px;
}

.course_consult-th {
    width: 140px;
    height: 36px;
    border-radius: 26px;
    color: #fff;
    margin-top: 19px;
    cursor: pointer;
    background-color: #EA4245;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
}

.course_consult-th:hover {
    background-color: #fc6568;
    box-shadow: 0 0 5px #fc6568;
}

.course_consult-st {
    margin-left: 10px;
    width: 140px;
    height: 36px;
    border-radius: 26px;
    color: #fff;
    margin-top: 19px;
    cursor: pointer;
    background-color: #63C14F;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}

.course_consult-zx {
    margin-left: 10px;
    width: 140px;
    height: 36px;
    border-radius: 26px;
    margin-top: 19px;
    cursor: pointer;
    line-height: 36px;
    background: #ea4245 url(../image/mfzxr.gif) no-repeat center center;
}

.course_consult-st:hover {
    background-color: #75e472;
    box-shadow: 0 0 5px #75e472;
}

.pop-mask, .pop-mask02 {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 100;
    display: none;
}

.pop-ups, .pop-ups02 {
    width: 450px;
    height: 280px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 220px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.pop-ups {
    background: url(../image/mfth.png) center no-repeat;
}

.pop-ups02 {
    background: url(../image/sqst.png) center no-repeat;
}

.cancelX {
    width: 14px;
    height: 14px;
    background: url("../image/cancel.png") center no-repeat;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.top-tips02 > span {
    font-size: 26px;
    color: #fff;
}

.top-tips, .top-tips02 {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.top-tips {
    margin-top: 30px;
    line-height: 35px;
}

.top-tips02 {
    margin-top: 10px;
    line-height: 32px;
}

.bottom-tips, .bottom-tips02 {
    margin-top: 30px;
}

.phone-number, .phone-number02 {
    text-align: center;
}

.phone-number > input, .phone-number02 > input {
    line-height: 36px;
    width: 340px;
    font-size: 16px;
    color: #858585;
    border: none;
    outline: none;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 auto;
    background: transparent;
}

.nowPhone, .nowPhone02 {
    color: #fff;
    display: block;
    width: 130px;
    line-height: 34px;
    height: 34px;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.nowPhone02 {
    background: #fe6f20;
}

.nowPhone {
    background: #ee5456;
}

.ggao img {
    transition: all 0.2s;
}

.ggao img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.banner-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px #666;
    z-index: 1000;
    background: white;
}

.BMapLabel {
    box-sizing: content-box !important;
}

/*课程信息*/
.course-info {
    padding: 10px 0 10px 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.course-info > img {
    width: 400px;
    height: 280px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    float: left;
}

.course-info > .info {
    display: inline-block;
    width: 465px;
    margin-top: 15px;
    margin-left: 20px;
    letter-spacing: 1px;
    position: relative;
}

.course-info > .info > h1 {
    color: #444;
}

.course-info > .info > h1.name {
    font-size: 27px;
    font-weight: bold;
}

.course-info > .info > p.des {
    color: #585858;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 5px 0 10px 0;
    overflow: hidden;
    max-height: 44px;
}

.course-info > .info > div > span {
    font-size: 14px;
    margin-right: 60px;
    margin-bottom: 10px;
}

.course-info > .info > div > span.blue-bg {
    display: inline-block;
    padding: 5px 10px;
    background-color: #ebf3ff;
    border-radius: 25px;
    letter-spacing: 0;
    margin-right: 22px;
}

.course-info > .info > div > span.tel {
    color: #f03b42;
    font-size: 20px;
    font-weight: bold;
}

.course-info > .info > a.btn {
    display: inline-block;
    width: 140px;
    height: 35px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    margin-right: 12px;
    margin-top: 16px;
    float: left;
    cursor: pointer;
}

.course-info > .info > a.btn.zaixian {
    background: #ea4245 url(../image/mfzxr.gif) no-repeat center center;
}

.course-info > .info > a.btn.qq {
    background-color: #eb4245;
}

.course-info > .info > a.btn.qq:hover {
    background-color: #fc6568;
    box-shadow: 0 0 5px #fc6568;
}

.course-info > .info > a.btn.weixin {
    background-color: #63c14f;
}

.BMapLabel {
    box-sizing: content-box !important;
}

.course-intro {
    font-size: 12px;
    color: #999;
}

.course_apply {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border-radius: 26px;
    text-align: center;
    color: #fff;
    margin-top: 19px;
    cursor: pointer;
    display: block;
    background: #EB4245;
    position: absolute;
    top: -10px;
    right: 9px;
}

.block-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fc3c3b;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.block-title > i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 100% !important;
    margin-right: 5px;
    vertical-align: middle;
}

.block-title > i.one {
    background: url(../image/small-pos.png) no-repeat 2px 2px;
}

.block-title > i.two {
    background: url(../image/small-pos.png) no-repeat 2px 2px;
}

.block-title > i.three {
    background: url(../image/small-pos.png) no-repeat 2px 2px;
}

.block-title > i.four {
    background: url(../image/small-pos.png) no-repeat 2px 2px;
}

.block-title > i.five {
    background: url(../image/small-pos.png) no-repeat 2px 2px;
}

/*课程说明*/
.instruction > table {
    width: 100%;
    padding-left: 10px;
}

.instruction > table tr td {
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    font-size: 16px;
}

.instruction > table tr td:first-child {
    text-align: center;
    width: 130px;
}

.instruction > table tr td:last-child {
    border-right: 1px solid #eaeaea;
    text-indent: 16px;
}

.instruction > table tr:last-child td {
    border-bottom: 1px solid #eaeaea;
}

/*学习目标*/
.studyAim > div > p {
    font-size: 15px;
    margin-bottom: 15px;
}

.studyAim > div > img {
    width: 100%;
    height: 440px;
}

/*授课对象*/
.teachObj {
    font-size: 15px;
}

.teachObj > div > img {
    width: 560px;
    height: 180px;
    margin: 10px 0;
}

/*教程说明*/
.tutotialIns {
    font-size: 15px;
}

.tutotialIns > div > img {
    width: 100%;
    height: 290px;
    margin: 10px 0;
    max-width: 100%;
}

.tutotialIns > div > table {
    max-width: 100%;
}

table[align='center'] {
    margin: 0 auto;
}

.tutotialIns p, .tutotialIns span {
    line-height: 1.9 !important;
    font-size: 16px;
    font-weight: 400;
}

.tutotialIns strong, .tutotialIns strong > span {
    font-weight: bold;
}

/*标签页*/
ul.tabs-wrap > li {
    display: block;
}

ul.tabs-wrap > li.tab-study-notes {
    display: none;
}

/*标签页-学习笔记*/
.study-notes {
    margin-top: 20px;
}

.study-notes > .title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    background-color: #f7f8fa;
    text-align: left;
    text-indent: 5px;
    width: 100%;
}

.study-notes > .header02 {
    padding: 5px;
    font-size: 13px;
    color: #616161;
}

.study-notes > .header02 > i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/school.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
}

.study-notes > .header02 > span.school {
    font-size: 14px;
}

.study-notes > .header02 > span.people {
    margin-left: 30px;
}

.study-notes > .content {
    padding: 8px 5px;
    font-size: 14px;
    line-height: 24px;
}

.study-notes > .content > img {
    display: block;
    width: 60%;
    margin: 10px auto;
}

.study-notes > .footer {
    height: 115px;
    background-color: #f7f8fa;
    padding: 0 5px;
}

.study-notes > .footer > .other {
    height: 45px;
    line-height: 55px;
    font-size: 14px;
    border-bottom: 1px solid #edeef0;
    padding: 0 15px;
}

.study-notes > .footer > .other > a {
    color: #e64147;
    margin: 0 3px;
}

.study-notes > .footer .article {
    font-size: 14px;
    padding: 0 15px;
    width: 630px;
}

.study-notes > .footer .article > a {
    font-size: 14px;
    color: #5f5f61;
}

.study-notes > .footer .share {
    margin-top: 5px;
}

.study-notes > .footer .share > span {
    font-size: 15px;
    color: #9c9c9e;
    vertical-align: middle;
}

.study-notes > .footer .share > ul.icons {
    display: inline-block;
    border: 1px solid #edeef0;
    vertical-align: middle;
}

.study-notes > .footer .share > ul.icons > li {
    display: inline-block;
    width: 40px;
    height: 30px;
    padding: 5px;
    float: left;
}

.study-notes > .footer .share > ul.icons > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-right: 1px solid #edeef0;
    background: url(../image/share-icons.png) no-repeat;
}

.study-notes > .footer .share > ul.icons > li:last-child > a {
    border: 0;
}

.study-notes > .footer .share > ul.icons > li > a.qq {
    background-position: 2px 0;
}

.study-notes > .footer .share > ul.icons > li > a.xinlang-wb {
    background-position: -40px 0;
}

.study-notes > .footer .share > ul.icons > li > a.renren {
    background-position: -82px 0;
}

.study-notes > .footer .share > ul.icons > li > a.weixin {
    background-position: -120px 0;
}

.study-notes > .footer .share > ul.icons > li > a.tengxun-wb {
    background-position: -158px 0;
}

/*报名倒计时*/
.bmsq-box {
    margin: 0 16px;
    float: left;
    width: 700px;
    height: 573px;
    border-radius: 5px;
    box-shadow: 0 0 3px #dbdbdb;
    border: 1px solid #ddd;
    background: #fff url(../image/wen.png) no-repeat center bottom;
}

.bmsq-box .top-img {
    position: relative;
}

.bmsq-box .top-img > img {
    width: 100%;
    display: block;
}

.bmsq-box .top-img > .img-clear {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 14px;
    top: 56px;
    cursor: pointer;
}

.bmsq-box > h2 {
    font-size: 36px;
    color: #331f64;
    text-align: center;
    margin-top: 22px;
}

.bmsq-box > .num-box {
    text-align: center;
    margin-top: 26px;
}

.bmsq-box > .num-box > span {
    color: transparent;
    display: inline-block;
    width: 45px;
    height: 60px;
    background: url(../image/0.png) no-repeat 100% 100%;
}

.bmsq-box > .num-box > span + span {
    margin-left: 25px;
}

.bmsq-box input {
    margin: 0 auto;
    display: block;
    width: 380px;
    height: 45px;
    box-sizing: border-box;
    border-radius: 5px;
}

.bmsq-box .tel-txt {
    border: 1px solid #e2e3e5;
    font-size: 16px;
    padding: 0 20px;
    margin-top: 60px;
}

.bmsq-box .tel-btn {
    color: #fff;
    background: #EA4245;
    font-size: 18px;
    margin-top: 25px;
    border: none;
    outline: none;
    cursor: pointer;
}

.bmcg, .stcg {
    color: #ed232f;
    cursor: pointer;
}

.bmcg:hover, .stcg:hover {
    border-bottom: 1px solid #ed232f;
}

.anim-ul-switch > ul > li > ul > li:last-child {
    padding-bottom: 10px;
}

.anim-ul-switch > ul > li > ul > li:first-child {
}

.form-select {
    display: inline-block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-indent: 10px;
    vertical-align: middle;
    position: relative;
    z-index: 999;
}

.form-select > .selected {
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    background: url(../image/xiangxia.png) no-repeat 92% center;
}

.form-select > ul > li {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.form-select > ul {
    width: 100%;
    border: 1px solid #c4c4c4;
    border-top: 0;
    display: none;
}

.map01 {
    width: 380px !important;
}

/*自定义动画*/
.anim-ul-switch {
}

.anim-ul-switch > ul > li {
    line-height: 50px;
    font-size: 17px;
    color: #626365;
    letter-spacing: normal;
    text-indent: 20px;
    background: #f7f8fa;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.anim-ul-switch > ul > li.up {
    /*background: #f7f8fa url(/xuexiao/asset/images/change/xiangshang.png) no-repeat 96% center;*/
}

.anim-ul-switch > ul > li > ul {
    /*display: none;*/
}

.anim-ul-switch > ul > li > ul > li {
    background-color: #fff;
    font-size: 13px;
    color: #2f2f2f;
    line-height: 20px;
    padding-top: 10px;
    cursor: auto;
}

.showlevel2 {
    /*display: none;*/
    max-height: 325px;
    overflow-y: auto;
}

.xiaoqu-switch {
    width: 450px;
    height: auto;
    position: absolute;
    left: 0;
    top: 30px;
    background: #fff;
    border: 1px solid #999;
    padding: 20px 10px 10px 10px;
}

.xiaoqu-switch {
    text-indent: 0;
}

.top-nav > .top-nav-active {
    border-top: 2px solid #EA4245;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    color: #EA4245;
}

.top-nav > span {
    float: left;
    width: 71px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid transparent;
    box-sizing: border-box;
}

.city-common {
    padding-left: 45px;
}

.city-common span {
    float: left;
    margin-left: 15px;
    cursor: pointer;
}

.all-city {
    padding-left: 0;
}

.bottom-city {
    margin-top: 10px;
}

.dpn {
    display: none;
}

.common-words {
    position: relative;
}

.nav-words {
    font-style: normal;
    color: #ea4245;
    position: absolute;
    left: -24px;
    top: 0;
}

/* 底部 开始 */
.footer-top {
    padding-bottom: 30px;
}

.footer-top-li-esp {
    margin-left: -20px;
}

.footer-top-li {
    width: 180px;
    border-right: 1px solid #ddd;
    min-height: 178px;
}

.footer-top-li-inner {
    padding-left: 20px;
}

.inline-any {
    color: #8f8f8f;
    height: 24px;
    line-height: 24px;
}

.inline-any-a {
    line-height: 1;
    color: #8f8f8f;
}

.sao-wrap {
    width: 113px;
}

.app-code {
    display: block;
    width: 105px;
    height: 105px;
    margin: 5px auto 0;
}

.app-code-txt {
    text-align: center;
    margin-top: 5px;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bottom-txt {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.web-warn {
    vertical-align: middle;
    margin-right: 5px;
}

.footer-bottom-img {
    text-align: center;
    margin-top: 20px;
}

.footer-bottom-img-each {
    margin-right: 20px;
}

.footer-bg-box {
    padding-top: 20px;
    background-color: #f7f7f7;
}

.border-r-trans {
    border-right: transparent !important;
}

.con-btn-url {
    width:140px;
    height:38px;
    background:#FF5400;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    margin-right: 12px;
    margin-top: 16px;
    display:inline-block;
    border:1px solid #ffd4b8;
    font-size: 15px;
    color: #fff;
    line-height: 38px;
    text-align: center;
}
.con-btn-url:hover {
    color:#ccc;
    background-color:#ff5400;
}


.school-comment {
    /*margin-top: 90px;*/
    padding-top: 30px;
    background-color: #F7F8FA;
    width: 1200px;
    margin: 20px auto;
}
.comment-content{
    width: 100%;
}
.classname{
    width: 1000px;
    height: 36px;
    line-height: 36px;
    margin: 50px 0 0 120px;
}
.comment{
    width: 1000px;
    margin: 20px 120px;
}
.head{
    /*width: 50px;*/
    height: 50px;
    /*float: left;*/
    margin-left: 40px;
    margin-top: 10px;
}

.page {
    margin: 40px 0 60px;
    font-size: 12px;
}
.page-list {
    text-align: center;
    margin: 0 auto;
}
.clear {
    zoom: 1;
}
.page-list li {
    color: #999;
    margin-right: 2px;
    display: inline-block;
}
.page-list li a.present {
    color: #fff;
    background-color: #ff5400;
    border: 1px solid #ff5400;
}
.page-list li a {
    display: inline-block;
    padding: 9px 13px;
    color: #999;
    line-height: 1;
    border: 1px solid #ddd;
}
.mycomment{
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    /*background: white;*/
    padding:30px 0;
}
.mycomment-a{
    width: 170px;
    height: 50px;
    /*float: left;*/
    margin-left: 4%;
    margin-top: 20px;
    font-size: 16px;
}
.mycomment-d{
    margin-left: 4%;
    margin-bottom: 10px;
}
.mycomment-d>img{
    width:50px;height:35px;
}
.mycomment-d>span{
    margin-left: 10px;
    color: #999;
    font-size: 14px;
}
.mycomment-d>div>p{
    width:80px;
    text-align: right;
    display: inline-block;
}
.mycomment-b{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-b-1{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-b-2{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-b-3{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-b-4{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-b-5{
    width: 200px;
    height: 50px;
    float: left;
    margin-top: 10px;
}
.mycomment-c{
    width: 1100px;
    height: 120px;
    clear: both;
    /*margin-left: 9%;*/
}
.mycomment-c-2{
    width: 1155px;
    height: 122px;
    clear: both;
    margin-left: 4%;
    border:1px solid #999;
}
.mycomment-c-1{
    height: 120px;
    clear: both;
}
.num{
    float: right;
    font-size: 12px;
    position: relative;
    left:-15px;
    top: -25px;
    color:#888;
}
.anonymous{
    float: left;
    margin-left: 84%;
    margin-right: 3%;
    margin-top: 52px;
}
.anonymous_1{
    float: left;
    margin-left: 87%;
    margin-right: 3%;
    margin-top: 52px;
}
.publish{
    float: left;
    margin-top: 30px;
}
.publish button{
    width: 100px;
    height: 30px;
    background: #E64441;
    color: white;
    border: 0;
    cursor: pointer;
}
.publish_1{
    float: left;
    margin-top: 30px;
}

.publish_1 button{
    width: 34px;
    height: 22px;
    background: #E64441;
    color: white;
    border: 0;
    cursor: pointer;
    font-size: 12px;
}
.star{
    float: left;
    margin-left: 30px;
    margin-top: -10px;
}

/* 学校详情评论 */
.pinglun {
    width: 1200px;
    margin: 0 auto;
    max-width: 1920px;
    /*background-color: #FFF;*/
    /*height: 1000px;*/
    box-sizing: border-box;
    padding: 43px 0;
}

.pinglun .pinglun_header {
    position: relative;
    width: 100%;
    height: 80px;
    /*background-color: #FFF;*/
    margin-bottom: 20px;
}

.pinglun .pinglun_header .pinglun_header_left {
    position: relative;
    float: left;
    clear: both;
    width: 153px;
    height: 100%;
    display: flex;
}

.pinglun_header_left .header_left_img {
    width: 110px;
    height: 77px;
    margin-right: 20px;
    vertical-align: center;
}

.pinglun_header_left .header_left_name {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
}

.pinglun_header_center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 910px;
    left: 152px;
    height: 68px;
}
.pinglun_header_center li{
    float: left;

}
