/* 头部 开始 */
#header {
    border-top: 1px solid #fff;
    /*margin-top: -1px;       /!* 解决margintop值传递 *!/*/
}
.header-top {
    /*position: fixed;*/
    /*z-index: 30;*/
    width: 100%;
    height: 34px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.top-mid {
    width: 1200px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
}
.top-mid-left {
    height: 34px;
}
.top-login {
    height: 18px;
    background-image: url("../image/login-head.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top: 5px;
    margin-right: 20px;
    line-height: 2;
}
.top-login>a{
    color: #ff5400;
}
.top-login-name {
    font-size: 14px;
    color: #ff5400;
}
.top-left-li {
    border-left: 1px solid #eee;
    padding-left: 20px;
    padding-right: 20px;
    height: 16px;
    line-height: 16px;
    margin-top: 9px;
}
.top-left-each-a {
    font-size: 14px;
    color:#000000;
}
.top-left-each-a:hover{
    color: #ff5400;
    cursor: pointer;
}
.top-mid-right {
    height: 34px;
}
.menu-item {
    position: relative;
    height: 34px;
}
.has-sele {
    position: relative;
}
.each-start {
    position: relative;
    height: 34px;
    line-height: 34px;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: transparent;
}
.each-start-a {
    font-size: 14px;
    line-height: 1;
    color:#000000;
}
.mess-tip {
    position: absolute;
    top: 3px;
    left: 66px;
    padding: 2px 3px;
    background-color: #c60000;
    color: #fff;
    line-height: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.gray-tran {
    width: 7px;
    height: 5px;
    background-image: url("../image/tran.png");
    vertical-align: middle;
}
.pad-right-none {
    padding-right: 0!important;
}
/*.has-sele:hover {*/
    /*background-color: #aaa;*/
    /*border-color: #eee;*/
/*}*/
/* 下拉分类 开始 */
.hx {
    display: none;
    position: absolute;
}
.my_wz {
    padding: 10px 0 10px 15px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    /*top: 35px;*/
    z-index: 12;
}
.my_wz_01 {
    width: 150px;
    left: -55px;
}
.my_wz_01>li{
    width: 60px !important;
    padding: 0 !important;
}
.my_wz_02 {
    width: 250px;
    left: -95px;
}
.my_wz li {
    width: 96px;
    float: left;
    border-left: none;
    text-align: center;
    padding-left: 20px;
}
.my_wz li + li {
    border-left: 1px solid #f1f1f1;
}
.my_wz li h4 {
    font-size: 14px;
}
.shallow_red {
    color: #f4535b;
}
.sea_blue {
    color: #61a6e7;
}
.my_wz li a {
    color: #333;
    font-size: 12px;
    display: block;
    line-height: 25px;
}
/* 下拉分类 结束 */
.header-search {
    /*margin-top: 34px;*/
    width: 100%;
    background-color: #fff;
    height: 77px;
    padding-top: 23px;
}
.search-mid {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.hx-logo-wrap {
    width: 134px;
    height: 55px;
}
.hx-logo-img {
    display: block;
    width: 134px;
    height: 55px;
}
.city-switch {
    width: 90px;
    margin-left: 25px;
}
.sec-wrap {
    position: relative;
    width: 673px;
    margin-left: 40px;
}
.search-frame {
    width: 580px;
    height: 38px;
}
.search-wrap {
    width: 480px;
    height: 36px;
    border: 1px solid #ff5400;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("../image/fang.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}
.inner-inp {
    width: 280px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #666;
    margin-left: 30px;
    border: none;
}
.inner-sub {
    width: 78px;
    height: 38px;
    border: none;
    font-size: 18px;
    color: #fff;
    background-color: #ff5400;
    cursor: pointer;
    background-image: url("../image/fang-sub.png");
    background-repeat: no-repeat;
    background-position: center;
}
.sec-tab {
    padding: 7px 10px;
    color: #999;
    line-height: 1;
    margin-top: 6px;
    border-radius: 20px;
    cursor: pointer;
}
.sec-tab-active {
    /*background-color: #ff9900;*/
    color: #ff5400;
}
.sec-list {
    position: absolute;
    z-index: 12;
    top: 38px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}
.sec-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    background-image: url("../image/hot-close.png");
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.sec-close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.lately-sec {
    width: 258px;
}
.lately-sec-title {
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    background-color: #eee;
    font-size: 12px;
    color: #999;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.lately-sec-result {
    border-right: 1px solid #efefef;
}
.sec-none {
    width: 100%;
    height: 250px;
    background-image: url("../image/index-rabbit-sad.png");
    background-repeat: no-repeat;
    background-position: center 45px;
}
.sec-none-txt {
    text-align: center;
    font-size: 16px;
    color: #bbb;
    margin-top: 150px;
}
.hot-sec {
    width: 258px;
}
.hot-sec-title {
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    background-color: #fff;
    font-size: 12px;
    color: #999;
}
.sec-have {
    height: 250px;
    position: relative;
}
.hot-have-tab,
.lately-have-tab {
    width: 100%;
    position: absolute;
    display: none;
}
.sec-result-li {
    width: 48px;
    padding-left: 5px;
    padding-right: 5px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #e4e4e4;
    margin-left: 15px;
    margin-top: 12px;
}
.phone-call {
    background-image: url("../image/phone1.png");
    background-repeat: no-repeat;
    height: 40px;
    margin-left: 20px;
}
.phone-top {
    color: #666;
    font-size: 20px;
    margin-left: 50px;
    line-height: 1;
    margin-top: 2px;
}
.phone-bot {
    color: #ff5400;
    font-size: 14px;
    margin-left: 50px;
    line-height: 1;
    margin-top: 2px;
}

/* 滚动出现头部 */
#fixed-header {
    width: 100%;
    display: none;
}
.fixed-search {
    width: 100%;
    height: 50px;
    background-color: #ff5400;
}
.fixed-search-mid {
    width: 1200px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}
.hx-logo-img-small {
    display: block;
    margin-top: 12px;
    margin-right: 15px;
}
.fixed-nav-item {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    margin-left: 35px;
}
.fixed-search-frame {
    position: relative;
    width: 400px;
    height: 20px;
    border-bottom: 1px solid #fff;
    margin-left: 50px;
    margin-top: 15px;
    padding-bottom: 4px;
}
.fixed-se-ul {
    display: none;
    position: absolute;
    top: 35px;
    left: -28px;
    width: 80px;
    background-color: #ff5400;
    padding-top: 3px;
    padding-bottom: 3px;
}
.fixed-se-li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.fixed-se-li:hover {
    background-color: #f22d00;
}
.get-val-wrap {
    cursor: pointer;
}
.get-val {
    height: 20px;
    line-height: 20px;
    color: #fff;
}
.search-arrow {
    width: 7px;
    height: 7px;
    background-image: url("../image/fixed-arrow.png");
    background-repeat: no-repeat;
    background-position: 0 -33px;
    margin-left: 8px;
    cursor: pointer;
}
.search-arrow-up {
    background-position: 0 0;
}
.fixed-search-inp {
    width: 320px;
    height: 20px;
    border: none;
    color: #fff;
    margin-left: 10px;
}
.fixed-search-sub {
    width: 18px;
    height: 18px;
    background-image: url("../image/fang-sec.png");
    cursor: pointer;
}
.fixed-phone-call {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 50px;
    line-height: 50px;
}
/* 头部 结束 */

/* 底部 开始 */
.footer-top {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 50px;
    color: #FFFFFF;
}

.bgG {
    background-color: #313131;
}

.footer-top-li-esp {
    margin-left: -20px;
}
.footer-top-li {
    width: 230px;
    min-height: 178px;
}
.footer-top-li-inner {
    padding-left: 20px;
}
.inline-any {
    color: #8f8f8f;
    height: 30px;
    line-height: 30px;
}
.inline-any-a {
    line-height: 1;
    color: #eee;
    font-size: 14px;
}
.sao-wrap {
    width: 113px;
}
.app-code {
    display: block;
    width: 150px;
    height: 150px;
    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: #fff;
    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;
}
/* 底部 结束 */

/* 导航 */
#top_nav {
    position: relative;
    width: 100%;
    color: #999;
    font-size: 12px;
    z-index: 9;
}

/* 横向导航 */
.main-nav {
    width: 100%;
    height: 33px;
    padding-right: 0;
    white-space: nowrap;
    position: relative;
    /*font-size: 0;*/
    padding-top: 0;
    border-bottom: 3px solid #ff5400;
    background-color: #fff;
}
.main-nav .inner-con0 {
    height: 33px;
    line-height: 33px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.main-nav .inner-con1 {
    width: 1200px;
    margin: 0 auto;
}
.main-nav .inner-con1 .inner-con2 {
    /*width: 800px;*/
    margin-left: 225px;
}
.main-nav a {
    height: 33px;
    cursor: pointer;
    float: left;
    padding: 0 22px;
    /*font-weight: bold;*/
    font-size: 15px;
    display: block;
    color: #333;
    word-spacing: normal;
    position: relative;
    letter-spacing: normal;
    vertical-align: top;
}
.main-nav a:hover,
.main-nav-active {
    color: #ff5400;
}
/*.main-nav a img {
    width: 90px;
    height: 39px;
    display: block;
}*/
/* 横向导航 完成 */

/* 纵向导航 */
.category-con {
    position: relative;
    /*height: 500px;*/
    width: 100%;
}
@media (max-width: 1200px) {
    .category-con .category-inner-con {
        width: 982px;
        padding-right: 0;
    }
}
.category-con .category-inner-con {
    width: 1200px;
    position: relative;
    height: 0;
    /*z-index: 9;*/
    margin: 0 auto;
}
.category-con .category-type {
    width: 200px;
    float: left;
    height: 33px;
    color: #fff;
    background-color: #ff5400;
    position: absolute;
    /*z-index: 9;*/
    margin-top: -36px;
    line-height: 39px;
    cursor: pointer;
}

.category-con .category-type .job-type {
    float: left;
    display: inline-block;
    margin: 9px 0 0 14px;
}
.category-con .category-type .text {
    display: inline-block;
    font-size: 16px;
    margin-left: 8px;
    font-weight: 700;
}

/* 一级子目录 */
.category-con .nav-list{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.category-con .nav-con {
    width: 200px;
}
.category-con .nav-con .normal-nav {
    background-color: #fff;
    width: 196px;
    position: relative;
    /*z-index: 9;*/
    border: 2px solid #ff5400;
    border-top: 0;
    min-height: 503px;
}
.category-con .nav-con .normal-nav .nav-item {
    height: 49px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 9px;
    border-bottom: 1px solid #e8e8e8;
}
/*.category-con .nav-con .normal-nav .nav-item:hover {*/
    /*background-color: #ff5400;*/
/*}*/
.category-con .nav-con .normal-nav .nav-item:last-child{border-bottom: 0;}

.category-con .nav-con .normal-nav .nav-item .arrow{
    display: inline-block;
    width: 10px;
    height: 16px;
    margin: 17px 0 -10px;
    background: url("https://i.houxue.com/asset/images/course/arrow.png") no-repeat 0 0;
}
.category-con .nav-con .normal-nav .nav-item > a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin: 2px 0 0 4px;
}
.category-con .nav-con .normal-nav .nav-item > i {
    float: left;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 2px 0 0 4px;
    background-image: url("https://i.houxue.com/asset/images/course/job_style.png");
    background-repeat: no-repeat;
}
.job_style1{background-position: 0 -75px;}
.job_style2{background-position: 0 -50px;}
.job_style3{background-position: 0 -100px;}
.job_style4{background-position: 0 -150px;}
.job_style5{background-position: 0 -125px;}
.job_style6{background-position: 0 -25px;}
.job_style93{background-position: 0 -175px;}
.job_style104{background-position: 0 0;}
.job_style105{background-position: 0 -200px;}
.job_style114{background-position: 0 -225px;}
.job_style655{background-position: 0 -225px;}








.category-con .nav-con .normal-nav .nav-item .recommend{
    clear: both;
    font-size: 12px;
    white-space: nowrap;
}
.category-con .nav-con .normal-nav .nav-item .recommend > a{
    display: inline-block;
    margin-left: 10px;
    color: #999;
}
.category-con .nav-con .normal-nav .nav-item.selected{
    color: #fff;
    background-color:#ff5400;
}
.category-con .nav-con .normal-nav .nav-item.selected > i{
    background-position-x: -25px;
}
.category-con .nav-con .normal-nav .nav-item.selected > a {
    color: #fff;
}
.category-con .nav-con .normal-nav .nav-item.selected .recommend >a{
    color: #fff;
}
.category-con .nav-con .normal-nav .nav-item.selected .arrow{
    display: none;
}
/* 一级子目录 完成 */

/* 二级子目录 */
@media (max-width: 1200px) {
    .pannel-con {
        width: 782px;
    }
}
.pannel-con {
    position: absolute;
    top: 0;
    left: 198px;
    display: none;
    width: 758px;
    height: auto;
    min-height: 499px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.j_CategoryMenuPannel_1{  background-image: url("https://i.houxue.com/asset/images/category/category_bg_1.png");  }
.j_CategoryMenuPannel_2{  background-image: url("https://i.houxue.com/asset/images/category/category_bg_2.png");  }
.j_CategoryMenuPannel_3{  background-image: url("https://i.houxue.com/asset/images/category/category_bg_3.png");  }
.j_CategoryMenuPannel_4{  background-image: url("https://i.houxue.com/asset/images/category/category_bg_4.png");  }
.j_CategoryMenuPannel_5{  background-image: url("https://i.houxue.com/asset/images/category/category_bg_5.png");  }
.j_CategoryMenuPannel_6{  background-image: url("https://i.houxue.com/asset/images/category/category_bg_6.png");  }
.j_CategoryMenuPannel_93{  background-image: url("https://i.houxue.com/asset/images/category/category_bg_93.png");  }
.j_CategoryMenuPannel_104{  background-image: url("https://i.houxue.com/asset/images/category/category_bg_104.png");  }
.j_CategoryMenuPannel_105{  background-image: url("https://i.houxue.com/asset/images/category/category_bg_105.png");  }
.j_CategoryMenuPannel_114{  background-image: url("https://i.houxue.com/asset/images/category/category_bg_114.png");  }
.j_CategoryMenuPannel_655{  background-image: url("https://i.houxue.com/asset/images/category/category_bg_655.png");  }
.sub_type_con {
    padding: 15px 115px 15px 15px;
}
.sub_type_dl {  margin-bottom: 7px;  }
.sub_type_dl dt {
    float: left;
    position: relative;
    width: 100px;
    text-align: right;
    padding-right: 15px;
    margin-top: 4px;
    line-height: 14px;
}
.sub_type_dl dt a {
    font-size: 12px;
    color: #ff5400;
    line-height: 14px;
}
.sub_type_dl dt .sm_arrow{
    position: absolute;
    right: 0;
    top: 5px;
    width: 10px;
    height: 6px;
    background: url("https://i.houxue.com/asset/images/course/arrow.png") no-repeat -12px -102px;
}
.sub_type_dl .cell {
    padding-bottom: 7px;
    margin-left: 125px;
    border-bottom: 1px dashed #ddd;
}
.sub_type_dl dd em {
    border-right: 1px solid #ccc;
    float: left;
    font-style: normal;
    height: 14px;
    line-height: 14px;
    margin: 5px 0;
    padding: 0 8px;
    font-size: 12px;
}
.sub_type_dl dd em:last-child {  border: none;  }
.sub_type_dl dd em a {
    color: #666;
    font-size: 12px;
    line-height: 14px;
}
.sub_type_dl dd em .highlight {
    color:#ff5400
}
.sub_type_dl dd em a:hover,
.hot-active {
    color: #ff5400;
}
/* 二级子目录 完成 */
/* 纵向导航 完成 */
/* 导航 完成 */


/*城市选择*/
.search_city {
    width: 100px;
    margin-left: 38px;
    margin-top: 5px;
    position: relative;
    z-index: 25;
}

.search_city .city {
    font-size: 16px;
    color: #333;
    display:inline-block;
}

.search_city .city .triangle_down{
    display: inline-block;
    width: 8px;
    height: 6px;
    background: url("../image/sprite_header1.png") no-repeat 0px -94px;
    overflow: hidden;
}



.search_city .city_choice {
    font-size: 12px;
    color: #999;
    width: 58px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #eee;
    margin-top: 5px;
    display: block;
}

.city_box .city_box_top {
    position: absolute;
    top: -5px;
    left: -10px;
    font-size: 16px;
    color: #56b02a;
    width: 96px;
    height: 22px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 4px 0px 0px 9px;
    background: #fff;
    z-index: 20;
    cursor: pointer;
}

.city_box .city_box_top .triangle_up {
    display: inline-block;
    width: 8px;
    height: 6px;
    background: url("../image/sprite_header1.png") no-repeat -46px -94px;
    padding-left: 5px;
    overflow: hidden;
}

.city_show {
    width: 454px;
    height: auto;
    min-height: 212px;
    position: absolute;
    left: -10px;
    top: 21px;
    background: #fff;
    border: 1px solid #dedede;
    padding: 10px;
    z-index: 19;
}

.city_search_name {
    float: left;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}

.city_show .city_search {
    width: 202px;
    height: 25px;
    line-height: 25px\9;
    border: 1px solid #ddd;
    text-indent: 5px;
    font-size: 12px;
    outline: none;
}

.city_show .city_m li {
    float: left;
}

.city_show .city_m li a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    margin-right: 10px;
}

.city_tab .tab_up {
    width: 100%;
    height: 24px;
    border-bottom: 1px solid #ccc;
    line-height: 24px;
}

.city_tab .tab_up a {
    display: block;
    float: left;
    border-top: 2px solid #fff;
    width: 66px;
    text-align: center;
    height: 23px;
    font-size: 12px;
}

.city_tab .tab_up .one {
    border-top: 2px solid #ed232f;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    color: #ed232f;
    font-weight: bold;
}

.tab_down {
    display: none;
}

.tab_down_one {
    display: block;
}

.city_tab .city_m {
    margin-top: 10px;
    line-height: 25px;
}

.city_tab .city_m .before {
    color: #ed232f;
    font-size: 12px;
    width: 30px;
    float: left;
}

.city_tab .city_m .afte {
    width: 424px;
    float: left;
}

.city_tab .city_m .afte_one {
    width: 454px;
}
/* 样式覆盖 开始 */
.HXAreaDialogPopMidTab a {
    color: #666;
}
.HXAreaDialogPopTop span {
    color: #ff5400 !important;
}
/*.HXAreaDialogPopMidTab a.on {*/
    /*border-top: 2px solid #ff9900 !important;*/
    /*color: #ff9900 !important;*/
/*}*/
/*.HXAreaDialogPopMidContItemLiL {*/
    /*color: #ff9900 !important;*/
/*}*/
/* 样式覆盖 结束 */
/*城市选择*/