html, body {
    background: #f8f3ef url(../images/bg.png) no-repeat center bottom;
}
body {
    font-size: 14px;
    color: #5e5e5e;
    line-height: 1.8;
}
.content {
    position: relative;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.banner {
    margin-top: 15px;
    width: 100%;
    min-width: 1200px;
    height: 353px;
    background: url(../images/banner.png) no-repeat center;
}

/* 头部 */
.head {
    height: 60px;
    background: #fff;
}
.head .content {
    width: 1110px;
    margin: 0 auto;
}
.head img {
    display: block;
    height: 45px;
    margin: 8px 40px 0 0;
}
.nav-list a {
    font-size: 16px;
    color: #737373;
    margin-left: 40px;
    line-height: 60px;
}
/* 登录态 */
.in-login {
    margin-top: 15px;
}
a.anh66 {
    width: 66px;
    text-align: center;
    height: 29px;
    color: #fff;
    display: inline-block;
    line-height: 29px;
    margin: 0 5px;
    font-size: 14px;
    text-decoration: none;
    background-color: #276bf2;
}
a.anx66 {
    width: 66px;
    text-align: center;
    height: 29px;
    color: #666;
    display: inline-block;
    line-height: 29px;
    font-size: 14px;
    text-decoration: none;
    background-color: #f0f0f0;
}
.login-info {
    position: relative;
    padding-top: 15px;
}
.login-info:hover .u-down-box {
    display: block;
}
.login-info .head {
    height: auto;
    cursor: pointer;
    font-size: 14px;
    color: #000;
}
.login-info .head img {
    width: 30px;
    height: 30px;
    margin: 0;
}
.login-info .head img,
.login-info .head span {
    display: inline-block;
    vertical-align: middle;
}
.u-down-box {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    padding: 10px 0;
    background: #fff;
    /* border: 1px solid #edeeef; */
    border-top: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    z-index: 999;
}
.userinfo-list {
    width: 100%;
    min-width: 100px;
}
.userinfo-list .userinfo-item {
    margin-left: 15px;
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 30px;
    color: #2e3238;
    padding-right: 5px;
}
.userinfo-list .userinfo-item:hover {
    color: #276bf2;
}
.userinfo-list .userinfo-item em {
    margin-left: 4px;
    padding: 1px 4px;
    font-style: normal;
    border-radius: 50%;
    background-color: red;
    font-size: 12px;
    color: #fff;
}

/* 公司详情 */
.company-detail .hd {
    color: #5e5e5e;
}
.company-detail .hd h1 {
    font-size: 40px;
    margin: 0;
}
.company-detail .hd h1 span {
    padding-left: 24px;
    font-size: 24px;
}
.company-detail .hd span {
    margin-right: 20px;
}

.main-cont {
    padding-top: 40px;
}
.main-cont .tab {
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #e8a574;
}
.main-cont .tab span {
    display: inline-block;
    width: 150px;
    height: 32px;
    border-radius: 10px 10px 0px 0px;
    background: #f6d8a2;
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f6d8a2,endcolorstr=#f1b487, gradientType=0 );  /*IE*/
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f6d8a2,endcolorstr=#f1b487, gradientType=0 ); /*IE8*/
	background: -o-linear-gradient(top, #f6d8a2 0%, #f1b487 30%);  /*opera*/
	background: -moz-linear-gradient(top, #f6d8a2, #f1b487 25%);   /*firefox*/
	background: -webkit-gradient(linear, 0 0, 0 200, from(#f6d8a2),to(#f1b487) ); /*chrome, safari*/
    background-image: linear-gradient(0deg, #f1b487 0%, #f6d8a2 100%);
    text-align: center;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}
.main-cont .tab span.active {
    background: #f1b587;
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f1b587,endcolorstr=#dd925a, gradientType=0 );  /*IE*/
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f1b587,endcolorstr=#dd925a, gradientType=0 ); /*IE8*/
	background: -o-linear-gradient(top, #f1b587 0%, #dd925a 30%);  /*opera*/
	background: -moz-linear-gradient(top, #f1b587, #dd925a 25%);   /*firefox*/
	background: -webkit-gradient(linear, 0 0, 0 200, from(#f1b587),to(#dd925a) ); /*chrome, safari*/
    background-image: linear-gradient(0deg, #dd925a 0%, #f1b587 100%);
}

.intro-con {
    overflow: hidden;
    margin: 30px 0;
}
.intro-con.active {
    height: auto !important;
}
.intro-con img {
    max-width: 260px;
    float: left;
    margin: 0px 20px 10px 0px;
}
.intro-con p {
    margin-bottom: 10px;
}
.company-pic .list {
    padding: 10px 0 50px;
    overflow: hidden;
}
.company-pic .list li {
    float: left;
    width: 200px;
    height: 150px;
    margin-right: 10px;
    border: 1px solid #f2f5f7;
}
.company-pic .list li img {
    width: 200px;
    height: 150px;
}

.job-table {
    margin-top: 40px;
    background: #fff;
    border-left: solid 1px #edefef;
    border-top: solid 1px #edefef;
    border-right: solid 1px #edefef;
}
.job-table li {
    border-bottom: 1px solid #edefef;
}
.job-table .line1 {
    font-size: 0;
}
.job-table .line1 span {
    display: inline-block;
    vertical-align: middle;
    width: 136px;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
.job-table .line2 {
    display: none;
    padding: 25px 35px;
    background: #f4f5f6;
}
.job-table .table-hd span {
    font-weight: bold;
}
.job-table .apply-btn {
    width: 110px;
    height: 30px;
    border: none;
    color: #ffffff;
    background: #e69f6b;
}
/* 福利列表 */
.fl-list {
    padding: 10px 0;
    overflow: hidden;
}
.fl-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
	background-color: #e9e9e9;
    border-radius: 2px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #5e5e5e;
}

.tips {
    margin: 40px 0;
    padding: 15px 30px;
    border: 1px #a8a8a8 dotted;
    background: #f4f5f6;
}

.footer {
    padding: 20px 0;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #000000;
    line-height: 34px;
}
.footer a {
    color: #000000;
}
.footer img {
    display: inline-block;
}

/* 侧边栏 */
.side-bar {
    width: 90px;
    height: 240px;
    background: url(../images/sidebar.png) no-repeat center;
    position: fixed;
    top: 350px;
    right: 45px;
}
.side-bar span.red {
    display: none;
}
.side-bar span.zhao {
    display: block;
    width: 90px;
    height: 60px;
    margin: 20px 0 0 0;
}
.side-bar .share {
    width: 50px;
    margin-top: 13px;
    margin-left: 23px;
}
.side-bar .share a {
    margin: 8px;
}
/* 侧边栏，有红包 */
.side-bar.red-envelope {
    width: 113px;
    height: 335px;
    background: url(../images/sidebar2.png) no-repeat center;
    right: 28px;
}
.side-bar.red-envelope span.red {
    display: block;
    width: 113px;
    height: 78px;
    margin: 10px 0 0 0;
}
.side-bar.red-envelope span.zhao {
    display: block;
    width: 90px;
    height: 60px;
    margin: 25px 0 0 10px;
}
.side-bar.red-envelope .share {
    width: 50px;
    margin-top: 15px;
    margin-left: 28px;
}

/* 投递成功 */
.deliver-success {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.deliver-success .cont {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -186px;
}
.deliver-success .cont img {
    display: block;
}
.deliver-success .cont .close {
    position: absolute;
    top: 0;
    right: -30px;
    width: 16px;
    height: 16px;
    background: url(../images/icon_close.png) no-repeat center;
}