html,
body {
    background: #e7fcff;
}

body {
    font-size: 14px;
    color: #5e5e5e;
    line-height: 1.8;
}

.content {
    position: relative;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.banner {
    margin: 30px 0;
    width: 100%;
    min-width: 1200px;
    height: 300px;
    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 #4c9bde;
}

    .main-cont .tab span {
        display: inline-block;
        width: 150px;
        height: 32px;
        border-radius: 10px 10px 0px 0px;
        background: #ffd233;
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffd233, endcolorstr=#ffd233, gradientType=0);
        /*IE*/
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffd233, endcolorstr=#ffd233, gradientType=0);
        /*IE8*/
        background: -o-linear-gradient(top, #ffd233 0%, #ffd233 30%);
        /*opera*/
        background: -moz-linear-gradient(top, #ffd233, #ffd233 25%);
        /*firefox*/
        background: -webkit-gradient(linear, 0 0, 0 200, from(#ffd233), to(#ffd233));
        /*chrome, safari*/
        background-image: linear-gradient(0deg, #ffd233 0%, #ffd233 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: #5db5ff;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5db5ff, endcolorstr=#4794d5, gradientType=0);
    /*IE*/
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5db5ff, endcolorstr=#4794d5, gradientType=0);
    /*IE8*/
    background: -o-linear-gradient(top, #5db5ff 0%, #4794d5 30%);
    /*opera*/
    background: -moz-linear-gradient(top, #5db5ff, #4794d5 25%);
    /*firefox*/
    background: -webkit-gradient(linear, 0 0, 0 200, from(#5db5ff), to(#4794d5));
    /*chrome, safari*/
    background-image: linear-gradient(0deg, #4794d5 0%, #5db5ff 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: #4580f5;
}

/* 福利列表 */
.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: 130px;
    height: 302px;
    background: url(../images/sidebar.png) no-repeat center;
    position: fixed;
    top: 300px;
    right: 0px;
}
.side-bar .collect {
    display: block;
    width: 120px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
}
.side-bar .enlist {
    display: block;
    width: 90px;
    height: 60px;
    margin: 30px auto 0;
}
.side-bar .share-box {
    display: block;
    width: 90px;
    height: 60px;
    margin: 18px auto 0;
    cursor: pointer;
    position: relative;
}
.side-bar .share-box:hover .share {
    display: block;
}
.side-bar .share {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    width: 176px;
    background: #ffffff;
    border: solid 1px #c4c4c4;
    padding: 12px;
}
.side-bar .share .top {
    position: absolute;
    top: -21px;
    right: 25px;
}
.side-bar .share a {
    margin: 8px;
}
.social-share .icon-wechat .wechat-qrcode {
    left: -132px !important;
    top: -205px !important;
}
.social-share .icon-wechat .wechat-qrcode:after {
    left: 75% !important;
}


/* 投递成功 */
.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;
}