﻿#top{
    height: 70px;
    background-color: #535353;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px rgba(0,0,0,.2);
    z-index: 10;
}
#top-body{
    width: 1200px;
    margin: 0 auto;
}
.top-left{
    float: left;
    width: 303px;    
}
.logo{
    margin-top:3px;
    height: 64px;
    float: left;
}
.logo-text{
    line-height: 50px;
    font-size: 20px;
    float: left;
    color: #eff0f0;
}
.cur-city{
    float: left;
    line-height: 22px;
    font-size: 14px;
    margin-top: 14px;
    color: #eff0f0;
    border-left: 1px #999 solid;
    margin-left: 10px;
    padding-left: 10px;
    cursor: pointer;
}
.top-mid {
    float: left;
    font-size: 14px;
    margin-left: 60px;
    margin-top: 25px;
    width: 400px;    
}
.nav-red {
    float: left;
    margin-right: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
.bgred {
    width: 125px;
    background-color: #e82b37;
    border-radius: 5px;    
    height: 40px;
    position: relative;
}
.top-mid img {    
    margin:6px 5px 0px 20px;    
}
.bgred a {
    position: absolute;    
}

.top-right {
    width: 430px;
    float: right;
    margin-top: 20px;
}
.top-item{
    color: #999;
    line-height: 20px;
    float: right;
    margin-left: 10px;
}
.kefu {
    padding-top:2px;
}
.top-item img {
    vertical-align: middle;
}
#banner{
    font-size: 14px;
    height: 300px;
    /*background: url("../Images/banner.png") no-repeat;
    background-position: center center;*/
}
.banner-body{    
    margin: 0 auto;
}
.banner-left {
    position: relative;
}
/*幻灯片 */
.fullSlide {
    width: 100%;
    position: relative;
    height: 300px;
}

    .fullSlide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .fullSlide .bd ul {
            width: 100% !important;
        }

        .fullSlide .bd li {
            width: 100% !important;
            height: 300px;
            overflow: hidden;
            text-align: center;
        }

            .fullSlide .bd li a {
                display: block;
                height: 300px;
            }

    .fullSlide .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
    }

        .fullSlide .hd ul {
            text-align: center;
        }

            .fullSlide .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 42px;
                height: 11px;
                margin: 1px;
                overflow: hidden;
                background: #000;
                filter: alpha(opacity=50);
                opacity: 0.5;
                line-height: 999px;
            }

            .fullSlide .hd ul .on {
                background: #f00;
            }

    .fullSlide .prev, .fullSlide .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -30px;
        left: 2%;
        z-index: 1;
        width: 40px;
        height: 60px;
        background: url(../Images/slider-arrow.png) -126px -137px #000 no-repeat;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
        display: none;
    }

    .fullSlide .next {
        left: auto;
        right: 2%;
        background-position: -6px -137px;
    }
#banner-right {
    width: 250px;
    height: 260px;    
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    filter: alpha(opacity=90); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.9; /*Firefox私有，透明度50%*/
    opacity: 0.9; /*其他，透明度50%*/
    position: absolute;
    top: 20px;
}
.login-title{
    font-size: 14px;
    color:#e83428;
    margin-top: 15px;
    margin-left: 20px;
}
.login-input{
    margin-top: 15px;
    margin-left: 20px;
    height: 35px;
}
.login-input input{
    width: 200px;
    height: 33px;
    border-radius: 5px;
    border: 1px #ccc solid;
    padding-left: 8px;
}
.login-valid{
    margin-top: 15px;
    margin-left: 20px;
    height: 35px;
}
.login-valid input{
    width: 90px;
    height: 33px;
    border-radius: 5px;
    border: 1px #ccc solid;
    padding-left: 8px;
}
.valid-input{
    float: left;
}
.valid-img{
    float: right;
    margin-right: 20px;
}
.login-btn{
    width: 210px;
    height: 33px;
    color: #fff;
    line-height: 33px;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px #d11421 solid;
    background-color: #e82b37;
    cursor: pointer;
    float:left;
}
#content{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-item{
    width: 450px;
    height: 280px;
    float: left;
    border: 1px #ccc solid;    
}
.first {    
    width: 735px;
}
.news-redain {
    height: 280px;
    margin-top: 10px;
    border: 1px #ccc solid;
}
.redian-title {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px #ccc dotted;
}
    .redian-title a {
        color: #e82b37;
        position: absolute;
    }
.mid{
    margin-left:10px;
}
.news-title{
    height: 35px;    
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;    
    background-color: #efeeec;
    border-bottom: 1px #ccc dotted;
}
.title-left {
    float: left;        
    vertical-align: middle;
    margin-left:15px;
    width:240px;
    
}
.news-title a {
    color: #e82b37;
    position:absolute;
}
.news-content{
    padding:10px 10px 0px 15px;
}
.news-content li {
    height: 28px;
    line-height: 28px;
    list-style-position: inside;
    font-size: 12px;
    color: #e82b37;
    list-style-type: disc;
}
.news-content li span {
    color: #AAA;
    padding-left: 20px;
    float:right;
}
.news-content2 {
    float: left;

}
    .news-content2 li {
        float: left;
        width: 558px;
        height: 28px;
        line-height: 28px;
        list-style-position: inside;
        font-size: 12px;
        color: #e82b37;
        list-style-type: disc;
        border-right: 1px dotted #ccc;
        padding: 0px 20px;
    }
.news-content2 li span {
            color: #AAA;
            padding-left: 20px;
            float: right;
        }
.Nmore {
    color: #e71f19;
    float: right;
    width:55px;
    height: 20px; 
    line-height:20px;    
    margin-right: 10px;
    margin-top:8px;
    font-size: 12px;
    background-color: #e82b37;
    border-radius: 10px;
}
    .Nmore a {
        color: #fff;
        padding-left: 8px;
    }

        .Nmore a:visited {
            color: #fff;
        }

        .Nmore a:hover {
            color: #ccc;
        }

        .Nmore a:active {
            color: #fff;
        }
#ad{
    background-color: #f7f8f8;
    overflow: hidden;
    padding-bottom: 10px;
}
#ad img{
    background-color: #f7f8f8;
    overflow: hidden;
    padding-bottom: 10px;
    border:none;
}
.ad-one{
    width: 595px;
    height: 80px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.ad-two{
    width: 393px;
    height: 80px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #ccc;
}
.adfirst{
    margin-right: 11px;
}
.hot-left{
    width: 310px;
    float: left;
    margin-right: 20px;
}
.posort-list{
    width: 310px;
    border-top: 4px #e82b37 solid;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.posort-list-title{
    margin:0 10px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px #e5e5e5 solid;
}
.posort-list-body{
    padding:10px;
    overflow: hidden;
    padding-bottom: 20px;
}
.posort-body-item{
    float: left;
    width: 130px;
    color: #666;
    line-height: 35px;
    font-size: 14px;
    margin-right: 10px;
}
.hot-right{
    width: 870px;
    float: left;
    overflow: hidden;
}
.position-list{    
    width: 838px;
    padding: 15px;
    border:1px #e5e5e5 solid;
    margin-bottom: 10px;
    overflow:hidden;
}
.position-left{
    width: 571px;    
    float: left;
    border-right: 1px #ccc dotted;
}
.position-right{
    float: left;
    width: 266px;
}
.poname{
    font-size: 18px;
    color:#e82b37;
    overflow: hidden;
    margin-bottom: 10px;
}
.poinfo{
    overflow: hidden;
}
.text-warning{
    padding-right: 10px;
    line-height: 25px;
    display: inline;
    font-size: 16px;
    color: #db3f5b;
    float: left;
    border-right: 1px #ccc solid;
}
.poinfo-item{
    display: inline;
    padding: 0 10px;
    line-height: 25px;
    font-size: 14px;
    float: left;
    color: #666;
    border-right: 1px #ccc solid;
}
.infolast{
    border-right:none;
}
.salary{
    display: inline;
    line-height: 25px;
    font-size: 16px;
    float: left;
    color: #666;
    margin-top: 15px;
}
.createdate{
    height: 30px;
    float: left;
    line-height: 30px;
}
.salary-list{
    height: 30px;
    width: 80px;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    background-color: #db3f5b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}
.unitname{
    font-size: 15px;
    color: #666;
    padding-left: 10px;
    line-height: 30px;
}
.unittrade{
    font-size: 15px;
    color: #db3f5b;
    padding-left: 10px;
    margin-top: 10px;
}
 #HuiYuanDengLu
{
             width:250px;
	float: left;
	margin-right: 10px;
}
#HuiYuanDengLu .Title
{
	height: 40px;
	line-height: 40px;    
}
    #HuiYuanDengLu .Title .BQ {
        width: 50%;
        height: 40px;
        float: left;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
        color: #e83428;
    }
    #HuiYuanDengLu .Title .BQ_A {
        width: 50%;
        height: 40px;
        float: left;
        text-align: center;
        background: #FFF;
        font-size: 14px;
        cursor: pointer;
        color: #e83428;
        background-color: #ddd;
        font-weight: bold;
        border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
    }
        #HuiYuanDengLu .Title .BQ_B {
        width: 50%;
        height: 40px;
        float: left;
        text-align: center;
        background: #FFF;
        font-size: 14px;
        cursor: pointer;
        color: #e83428;
        background-color: #ddd;
        font-weight: bold;
        border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
    }
#HuiYuanDengLu .Content
{
	padding: 10px 20px;
}
#HuiYuanDengLu #GeRenHuiYuanContent
{
	padding: 25px 20px 0px 20px;
}
#HuiYuanDengLu #QiYeHuiYuanContent
{
	padding: 25px 20px 0px 20px;
	display: none;
}
#HuiYuanDengLu .WangJiMiMa
{
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
    margin-left:20px;
	display: inline-block;
}
#HuiYuanDengLu input
{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCC;
	width: 180px;
	padding-left: 30px;
	margin-bottom: 10px;
	background-image: url(../Images//icon2.png);
	background-repeat: no-repeat;
}
#HuiYuanDengLu #YongHuMing
{
	background-position: 0px 0px;
}
#HuiYuanDengLu #QiYeYongHuMing
{
	background-position: 0px -240px;
}
#HuiYuanDengLu #MiMa
{
	background-position: 0px -30px;
}
#HuiYuanDengLu #QiYeMiMa
{
	background-position: 0px -30px;
}
#ZhuCe {
    height: 30px;
	line-height: 30px;
	margin-top: 10px;
    margin-left:20px;
	display: inline-block;
}
#ZhuCeQiYeHuiYuan {
    height: 30px;
	line-height: 30px;
	margin-top: 10px;
    margin-left:20px;
	display: inline-block;
}
.TouXiang {    
    text-align:center;
    margin-top:20px;    
}
.LoginInfo {
    text-align:center;
    line-height:25px;
}
.LoginInfoBottom {
    text-align:center;
    color: #e83428;
    margin-top:5px;
}
#xszp{
    overflow:hidden; 
    margin-top:10px;
    border:1px #ccc solid;
}
    #xszp .xszp-title {
        line-height:35px;
        background-image:url(../Images/xs-icon.png);
        background-repeat:no-repeat;
        padding-left:40px;
        font-size:14px;
        background-position-x:5px;
    }

/*首页搜索框 */
#searchwork {
    width: 1200px;
    margin: 0 auto;    
}
.s-content {
    height: 30px;
    width:860px;
    margin:20px 0px 20px 170px;
    float:left;
}
.s-box {
    float: left;
    
}
    .s-box input {
        padding-left:5px;
        height: 30px;
        width: 700px;
        border: 1px solid #e82b37;
    }
.s-work {
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    width: 150px;
    background-color: #e82b37;
    border-radius: 0px 5px 5px 0px;
    position: relative;
    vertical-align: middle;
}
.s-work img {
    margin: 3px 10px 0px 30px;
}

.s-work span {
    position: absolute;
}
/*最新职位*/
#hot-position {
    border: 1px solid #ccc;
    width:1198px;
    float: left;
    margin-bottom:10px;
}
.pos-title {
    height: 35px;
    width: 1198px;
    line-height: 35px;
    font-size: 14px;
    background-color: #efeeec;
    border-bottom: 1px #ccc dotted;
    float: left;
}
.hongx {
    width: 4px;
    height: 25px;
    background-color: #ff0000;
    margin-top: 5px;
    margin-left:20px;
    float: left;
}
.pos-title a {
    position: absolute;
    float: left;
    margin-left: 15px;
    font-size:16px;
}

.PosMore {
    color: #e71f19;
    float: right;
    width: 85px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 8px;
    font-size: 12px;
    background-color: #e82b37;
    border-radius: 10px;
    margin-bottom:10px;
}

.PosMore a {
        color: #fff;
        padding-left: 10px;
    }
    .PosMore a:visited {
        color: #fff;
    }

    .PosMore a:hover {
        color: #ccc;
    }

    .PosMore a:active {
        color: #fff;
    }
.pos-content {
    margin-left: 20px;
}
.zhiwei2 {
    height: 50px;
    width: 410px;
    float: left;
    border: 1px dotted #ccc;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
    overflow: hidden;
}
.zhiwei2-left {
    float: left;
    width:200px;
}
.zhiwei2-right {
    float: right;
    width:160px;
    text-align:right;
}
.zhiwei {
    height: 50px;
    width: 555px;
    float: left;
    border: 1px dotted #ccc;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.zhiwei-left {
    float: left;
    width: 250px;
}

.zhiwei-right {
    float: right;
    width: 305px;
    text-align: right;
}
.zhiwei-yuexin {
    width: 305px;
}
.zhiwei-youhuo {
    width: 305px;
}
.zwitem {
    display: inline;
    margin-right: 8px;
    padding-right:8px;
    line-height: 14px;
    font-size: 14px;
    float: left;
    color: #666;
    border-right: 1px #ccc solid;
}

/**颜色*/
.colorRed {
    color: #e82b37;
}
.colorCcc {
    color: #666;
}
.font14 {
    font-size:14px;
}
.font16 {
    font-size: 16px;
}
.top5 {
    margin-top: 5px;
    overflow: hidden;
    height: 20px;
}
.top8 {
    margin-top:8px;
}
.top10 {
    margin-top: 8px;
}
/**相关职位*/
.pos-contentXG {
    margin-left: 20px;
}

.zhiweiXG {
    height: 50px;
    width: 555px;
    float: left;
    border: 1px dotted #ccc;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.zhiwei-leftXG {
    float: left;
    width: 250px;
}

.zhiwei-rightXG {
    float: right;
    width: 305px;
    text-align: right;
}
.colorRedXG {
    color: #e82b37;
}

.colorCccXG {
    color: #666;
}

.talentlist {
    width: 1200px;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom:1px solid #ccc;
}
.talentlist-left {
    height:200px;
    line-height:200px;
    width: 250px;
    float: left;
    text-align:center;
}
    .talentlist-left img {
        margin-top: 45px;
        width: 110px;
        height: 110px;
        border-radius: 110px;
        border: 0;
    }
.talentlist-mid {
    height: 200px;
    width: 620px;
    float: left;
}
.talentlist-mid-left {
    float:left;
    width: 510px;
    padding-top: 55px;
}
.talentlist-mid-right {
    float: left;
    height: 100px;
    line-height:100px;
    width: 100px;
    margin-top:50px;
    border-right: 1px solid #ccc;
}
.midlist {
    height: 30px;
    line-height: 30px;
    width: 500px;
    float: left;
}
.talentlist-right {
    height: 200px;
    width: 300px;
    float: left;
    overflow: hidden;
}
.talentlist-right {
    height: 200px;
    margin-left: 30px;
    float: left;
}
.tj-left {
    width:150px;
    float: left;
    margin-top:60px;
}
.tj-nei {
    margin-top:5px;
    font-size:14px;
    width: 100%;
    float: left;
}
.tj-right {
    float: left;
    margin-left:10px;
}
/**二级页面*/
.adclass {
    width: 1200px;
    height:101px;
    overflow:hidden;
    background-color: #fff;
}
    .adclass img {
        width:390px;
        height:101px;
       margin-right:10px;
    }

.pos-content ul li {
    list-style: none;
    float: left;
    width: 165px;
    height:30px;
    font-size:14px;
}
/*全部职位*/
.bor {
    width:1000px;
    margin-top: 10px;
    border: 1px solid #dcdcdc;
    background: #fff;
}
.title {
    border-bottom: 1px solid #dcdcdc;
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding-left: 19px;
}
    .title h2 {
        color: #333;
    }
.posCont {
    position:relative;
}
.posCont ul {
    list-style: none;
}

.posCont .siderbar-left {
    width: 280px;
}

    .posCont .sidebar-left .sidebar {
        display: block;
        width: 260px;
        height: 42px;
        line-height: 42px;
        padding-left: 19px;
        background: #f5f5f5;
        color: #333;
        border: solid #dcdcdc;
        border-width: 1px 1px 0 0;
        cursor:pointer;
    }

.posCont .sidebar-left .nobor {
    border-top: none
}

.posCont .sidebar-left a:hover {
    border-right: none;
    background: 0 0;
    color: red
}

.posCont .sidebar-left .curSel {
    border-right: none;
    background: 0 0;
    color: red;
}

.posCont .sidebar-right {
    padding: 10px 0 11px 10px;
    width: 880px;
}

    .posCont .sidebar-right li {
        line-height: 28px;
        margin: 6px 0;
        float: left;
    }

        .posCont .sidebar-right li a {
            margin: 0 11px;
            display: inline-block
        }

    .posCont .sidebar-right strong a {
        color: #333
    }

.clear {
    height: 0;
    overflow: hidden;
    clear: both
}

a {
    text-decoration: none;
    color: #15c
}

    a:hover {
        text-decoration: none;
        color: red
    }

.fl {
    float: left;
}

.fr {
    float: right
}

.clearfix {
    zoom: 1;
}
.lihuan {
    width:850px;
    height:30px;


}
#floatPanel {
    position: absolute;
    z-index: 9999999;
    left: 60px;
    top: 180px;
    width: 250px;
    height: 143px;
}
 