﻿


/*焦点图*/
.focus .slider-top{}
.focus .slider-top-pic {}
.focus .slider-top-pic span {display:block;margin:192px 0 0;}
.slider-top {width: 100%;margin:0 auto;overflow:hidden;position:relative;}
.slider-top-pic {position:relative;height: auto;overflow:hidden;}
.slider-top-pic li {position:relative;float:left;width: 100%;}
.slider-top-pic li img{width:100%; height:auto; display:block;}
.slider-top-pic span {display:none;position:absolute;background-color:rgba(000,000,000,0.6);height: 28px;line-height:28px;width: 100%;overflow:hidden;text-align:center;color:#fff; bottom:0;}
.focus .slider-top-doc{padding:0 2px;height:10px;background:rgba(0,0,0,.6);position:absolute;bottom:28px;right:0px;overflow:hidden;border-radius:2px 0 0 0;}
.slider-top-doc i{float:left;height: 6px;width:6px;border-radius:3px;background:#fff;margin:2px;background:rgba(255,255,255,.6);}
.slider-top-doc .current {background:#fff;}
.slider-top-wrap {overflow:hidden;position:relative;}

/*tab选项卡*/
.tab-title {
    clear: both;
	overflow:hidden;
	background:#f3f3f3;
	padding:0 10px 0 10px;
	height:42px;
	line-height:42px;
}
.tab-title ul {
    padding: 0;
    width: 100%;
}
.tab-title li {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 50%;
}
.tab-title li.active {
    border-bottom: 4px solid #f26b01;
	color: #f26b01;
	height:38px;
	line-height:38px;
}

/*搜索框*/
.search_bg
{
    width: 95%;
    position: relative;
    z-index: 11;
    margin: auto;
    margin-top: 15px;
	margin-bottom:15px;
}

.search_input
{
	border-radius: 5px;
    width: 100%;
    height: 38px;
    color: #333;
    font-size: 15px;
    background: #FFF;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 0 70px 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: inset 0 2px 2px #f1f1f1,inset 2px 0 2px #f1f1f1;
    -webkit-box-shadow: inset 0 2px 2px #f1f1f1,inset 2px 0 2px #f1f1f1;
    -o-box-shadow: inset 0 2px 2px #f1f1f1,inset 2px 0 2px #f1f1f1;
    -ms-box-shadow: inset 0 2px 2px #f1f1f1,inset 2px 0 2px #f1f1f1;
    box-shadow: inset 0 2px 2px #f1f1f1,inset 2px 0 2px #f1f1f1;
}
.select
{
    width: 69px;
    position: absolute;
    right: -2px;
    top: 2px;
    border-left: 1px solid #e0e0e0;
    height: 36px;
}
.select:after
    {
        content: '';
        width: 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-left: 5px solid transparent;
        border-top: 5px solid #767676;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        position: absolute;
        right: 10px;
        top: 15px;
    }
.selectbox1
{
    width: 53px;
    height: 34px;
    line-height: 34px;
    border: none;
    display: block;
    cursor: pointer;
    color: #333;
    background: #f1f1f1;
    padding-left: 12px;
    position: relative;
    font-size: 14px;
}

.selectbox-wrapper
{
    position: absolute;
    right: 2px;
    width: 66px;
    border: 1px solid #ccc;
    border-top: none;
    margin-top: 0;
    position: absolute;
    text-align: left;
    background-color: #ffffff;
}
.selectbox-wrapper ul, ol, li
    {
        margin: 0;
        padding: 0;
        list-style: none;
    }
.selectbox-wrapper ul li
        {
            padding-left: 10px;
            cursor: pointer;
            line-height: 30px;
            font-size: 14px;
        }
.selectbox-wrapper ul li.selected
            {
                background-color: #eee;
            }
.search_city{width:95%; margin:0 auto;}

/*更多条件*/
.search_more{position: relative; width: 95%; margin: auto; margin-top:5px;}
.searchParm
{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    height: 40px;
    position: relative;
}
.searchParm span{margin-left: 20px;}
.searchParm .plus:before
    {
        background: none repeat scroll 0 0 #5B6E8E;
        content: " ";
        font-size: 0;
        height: 2px;
        left: 3px;
        position: absolute;
        top: 6px;
        width: 8px;
    }
.searchParm .plus:after
    {
        background: none repeat scroll 0 0 #5B6E8E;
        content: " ";
        font-size: 0;
        height: 8px;
        left: 6px;
        position: absolute;
        top: 3px;
        width: 2px;
    }
 .searchParm .minus:before
    {
        background: none repeat scroll 0 0 #5B6E8E;
        content: " ";
        font-size: 0;
        height: 2px;
        left: 3px;
        position: absolute;
        top: 6px;
        width: 8px;
    }
.searchParm i
    {
        border: 1px solid #8C8C8C;
        border-radius: 2px 2px 2px 2px;
        height: 14px;
        left: 0;
        position: absolute;
        top: 12px;
        width: 14px;
    }
.search_select{width: 95%; margin: auto; margin-bottom: 10px; display: none;}

/*搜索按钮*/
.search_btn
{
    width: 95%;
    margin: auto;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f26b01;
    vertical-align: middle;
    position: relative;
	margin-top:5px;
	border:1px solid #f26b01;
}
.search_btn .search_click
    {
        margin-right: 2px;
        cursor: pointer;
		font-size:18px;
    }
.search_btn .search_history
    {
        position: absolute;
        top: 0;
        width: 35px;
        right: 0;
        background: #F35F06;
        /*background: -moz-linear-gradient(top,#0066CC,#0055a9);
        background: -webkit-gradient(linear, left top, left bottom, from(#0066CC), to(#0055a9));*/
        text-align: center;
        display: block;
        z-index: 1;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
		border-radius:0 5px 5px 0;
    }
.search_btn .search_history img{margin-top:10px;}
.search_btn .search_history_open
    {
        position: absolute;
        top: 0;
        width: 35px;
        right: 0;
       background: #F35F06;       
        text-align: center;
        display: block;
        z-index: 1;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
    }
.search_btn .search_history_open img{margin-top:10px;}
.history_record
{
    width: 95%;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    border-color: #cccccc;
    margin: auto;
    display: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.history_record .item
    {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        cursor: pointer;
        text-indent: 10px;
        letter-spacing: 2px;
    }
.history_record .clear_history
    {
        background: none repeat scroll 0 0 #eeeeee;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        color: #545454;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        padding-left: 10px;
        position: relative;
        cursor: pointer;
    }
 .history_record .clear_history span img
        {
            margin-right: 5px;
            margin-top: 10px;
			vertical-align:top;
        }
		
/*首页标题*/
.index_title
{
    width: 95%;
    height: 36px;
    margin: auto;
	background:#f3f3f3;
    font-size: 15px;
   color: #f26b01;
    position: relative;
	margin-top:15px;
	border-left:3px solid #f26b01;
	line-height:36px;
	text-indent:10px;
}
		
/*热门职位*/
.hotJobs_content
{
    overflow: hidden;
    width: 100%;
    position: relative;
    clear: both;
    margin-top: 12px;
}
.hotJobs_content .job_list
    {
        float: left;
        width: 100%;
        display: block;
        text-align: center;
    }
.hotJobs_content .job_list span
        {
            display: inline-block;
            width: 21%;
            text-align: center;
            border: 1px solid #E4E4E4;
            margin: 3px;
        }
.hotJobs_content .job_list .hot a
        {
            background: #F8EBDB;
            color: #fc6e03;
        }
.hotJobs_content .job_list a
        {
            font-size: 14px;
            display: block;
            line-height: 30px;
            height: 30px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }


.hotJobs_content .job_list2
    {
        float: left;
        width: 100%;
        display: block;
        text-align: center;
    }
.hotJobs_content .job_list2 span
        {
            display: inline-block;
            width: 29%;
            text-align: center;
            border: 1px solid #E4E4E4;
            margin: 3px;
        }
.hotJobs_content .job_list2 .hot a
        {
            background: #F8EBDB;
            color: #fc6e03;
        }
.hotJobs_content .job_list2 a
        {
            font-size: 14px;
            display: block;
            line-height: 30px;
            height: 30px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.job_page{text-align: center;}
.job_page span
    {
        width: 12px;
        height: 12px;
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
        display: inline-block;
        background: #cccccc;
        cursor: pointer;
        border-radius: 10px;
    }
.job_page .active{background: #ff6600;}

/*职位特点*/
.job_feature{width: 95%;overflow:hidden; clear:both; margin:auto; margin-top:7px; margin-bottom:15px;}
.job_feature ul{overflow:hidden; clear:both;}
.job_feature li{float:left;width:50%;overflow:hidden;font-size:15px;}
.job_feature li a {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
	 margin:8px 5px 0 5px;
}

/*最新人才*/
.newres ul{width:95%; margin:auto;}
.newres ul li{width:100%;padding:11px 0;line-height:22px;overflow:hidden;border-bottom:#f2f2f2 1px solid;font-size:15px;}
.newres ul li a{display:block;width:100%;overflow:hidden; color:#666666;}
.newres ul li a span{float:left;font-size:15px; width:85%; overflow:hidden; height:22px;}
.newres ul li a img{float:right;margin:5px 0 0 0;width:6px;height:12px;}
.newres ul li a span em{color: #f26b01; padding:0 8px 0 0;}


/*三模块*/
.bottom-module{clear:both; overflow:hidden; margin-bottom:12px;}
.bottom-module li{float:left; width:33.3%;}
.bottom-module a{display:block; color:#ffffff;  height: 35px;
    line-height: 35px;
    text-align: center;
	 margin:0 5px 0 5px;}
.bottom-module a.bm-job{background-color:#178fff;}
.bottom-module a.bm-hurry{background-color:#6cb71e;}
.bottom-module a.bm-resume{background-color:#f26b01;}


/*登录提示*/
.logintips {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    height: 70px;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    position: fixed;
    width: 100%;
	z-index:10;
}
.logintips .tipsclose {
    background: none repeat scroll 0 0 #828282;
    border-radius: 28px;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-style: normal;
    height: 56px;
    left: -30px;
    line-height: 86px;
    position: absolute;
    text-align: center;
    top: -38px;
    transform: rotate(-45deg);
    width: 56px;
    z-index: 1;
}
.logintips{text-align:center;}
.logintips span{float:left;  height:30px; line-height:30px;width:33.33%;text-align:center;}
.logintips a.lgall{width:auto;}
.logintips a{border-radius:5px;display:block;height:30px;color:#ffffff;}
.logintips span a{display:block;margin:0 5px;}
.logintips a.lgqq{background:#3298cc;}
.logintips a.lgwb{background:#cd3232; }
.logintips a.lgreg{background:#00cd34;border-radius:5px;padding: 0 10px;height:30px; line-height:30px;}
.logintips a.lgwx{background:#609700;}
.logintips em{color:#fff; line-height:30px;}
.lgbtn1{clear:both;overflow:hidden;margin:0 24px;}
.lgbtn2{clear:both; overflow:hidden;margin:10px auto 0;text-align:center}
.lgbtn2 a{margin:0 10px 0 10px;display:inline-block;}


.hotCtiy {padding:15px;background:#fff}
.hotCtiy .list{padding:5px 0px}
.hotCtiy .list a{display:inline-block;background:#fdf1e3;padding:3px 2%;margin:5px;border-radius:25px;color:#666}
.hotCtiy .list a:active{color:#ea5404}




