
/*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.sp3 li{width:33.33%;}
.tab-title li.active {
    border-bottom: 4px solid #f26b01;
	color: #f26b01;
	height:38px;
	line-height:38px;
}
.tab-title.work li{width:33.3%;}

/*搜索框*/
.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-tb{overflow:hidden;border:1px solid #e0e0e0;border-radius:5px; width:95%; margin:auto; display:none }
.search-tb dl{font-size:15px;border-bottom: 1px solid #D6D6D6;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;}
.search-tb dl dt{float:left;font-size:15px;width:80px;}
.search-tb dl dd{margin-left:8px;font-size:15px; overflow: hidden;position: relative;}
.search-text{width:94%; height:35px; line-height:35px; background:#fff;font-size:14px;border:1px solid #e0e0e0;border-radius:5px; color:#777777; padding:0 5px; box-shadow: 2px 2px 2px #F1F1F1 inset;}
.search-sub{width:95%; margin:auto; margin-top:15px; margin-bottom:15px;}
.search-sub input{width:100%; border:none; background:#59b72d; text-align:center; color:#ffffff; font-size:16px;border-radius:5px; height:40px; line-height:40px; font-family:Helvetica,Microsoft YaHei,Microsoft JhengHei;}
.search-select {
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding:0 5px;
    width: 100%;
	box-shadow: 2px 2px 2px #F1F1F1 inset;
	font-size:14px;
	color:#777777;
	 height:36px; line-height:36px;
}
.selectoption {
    border-radius: 2px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
	width:100%;
}
.selectoption select {
    background: none repeat scroll 0 0;
    border: 0 none;
    color: #B0B0B0;
    float: left;
    font-size: 15px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.selectoption input {
    background: none repeat scroll 0 0;
    border: 0 none;
    float: left;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
	font-size:15px;
}
.search-tb .search-r:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #B0B0B0;
    border-image: none;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    height: 6px;
    position: absolute;
    right: 13px;
    top: 12px;
	 -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
    width: 6px;
}
.checkoption{clear:both; overflow:hidden; padding:4px 0 0 0;}
.checkoption p{float:left; display:block; width:100px; line-height:36px;}
.checkoption p input{margin-right:6px;}
.search-tb dl.last{height:auto; border-bottom:none;}

/*人才搜索结果*/
.res-res{padding:0 0 50px 0;}
.res-res-list dl{padding:12px 0 12px 0; clear:both; overflow:hidden;position: relative; width:100%;border-bottom:1px solid #f2f2f2;}
.res-res-list dt{float:left;}
.res-res-list dt h1{padding:0 0 4px 0;}
.res-res-list dt p{font-size:14px; color:#999999; line-height:24px;}
.res-res-list dd{float:right;}
.res-res-list dl a{display:block; margin-left:35px; clear:both; overflow:hidden;}
.res-res-list dd img{margin:40px 10px 0 0;width:6px;height:12px;}
.res-res-list input[type="checkbox"] {border: 1px solid #333333;left: 10px; margin-top: -7px; position: absolute; top: 50%;}
.res-res-list h2{margin-top: 15px; position: absolute;right: 10px;top: 0; color:#666666; font-size:14px;}

/*工作搜索结果*/
.work-res{padding:0 0 50px 0;}
.work-res-list dl{padding:12px 0 12px 0; clear:both; overflow:hidden;position: relative; width:100%;border-bottom:1px solid #f2f2f2;}
.work-res-list dt{float:left;}
.work-res-list dt h1{padding:0 0 4px 0;}
.work-res-list dt p{font-size:14px; color:#999999; line-height:24px;}
.work-res-list dd{float:right;}
.work-res-list dl a{display:block; margin-left:35px; clear:both; overflow:hidden;}
.work-res-list dd img{margin:25px 10px 0 0;width:6px;height:12px;}
.work-res-list input[type="checkbox"] {border: 1px solid #333333;left: 10px; margin-top: -7px; position: absolute; top: 50%;}
.work-res-list h2{margin-top: 15px; position: absolute;right: 10px;top: 50%; color:#666666; font-size:14px;}



/*更多条件*/
.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;}


