html, body {
    background-color: #2931d6;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center 60px;
}
.container {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

/* 头部导航 */
.header{
	height: 60px;
	background: #fff;
}
.header .logo a{
	float: left;
    display: block;
    width: 110px;
    height: 45px;
    margin-top: 7px;
    background: url(../images/logo.jpg) no-repeat center;
    text-indent: -9999px;
    overflow: hidden;
}
.header .nav{
	margin-left: 65px;
}
.nav li{
	position: relative;
    float: left;
}
.nav li a{
	display: block;
    padding: 24px 10px 13px 10px;
    margin-left: 40px;
    color: #333;
    font-size: 16px;
}
.nav li:hover a{
	color: #2c78d9;
    border-bottom: 2px solid #2c78d9;
}

/* 页面导航 */
.page-nav {
    font-size: 0;
    text-align: center;
    padding-bottom: 60px;
}
.page-nav a {
    display: inline-block;
    width: 206px;
    height: 66px;
    background: url(../images/btn_bg.png) no-repeat center;
    margin: 0 36px;
    text-align: center;
    line-height: 60px;
    font-family: SourceHanSansCN-Regular;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.page-nav a.page-active {
    background: url(../images/btn_bg_active.png) no-repeat center;
}

.open-foreshow {
    position: absolute;
    right: 90px;
    top: 120px;
}
.main {
    padding-top: 546px;
}
.box .title {
    text-align: center;
    padding-bottom: 50px;
}
.box .list {
    width: 1160px;
    overflow: hidden;
}
.box .list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 270px;
    border-radius: 8px;
    background-color: #c1f0fc;
    overflow: hidden;
    position: relative;
}
.box .list li .top-box {
    width: 270px;
    height: 140px;
    padding: 15px;
    background-color: #fff;
}
.box .list li .company-logo {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 10px;;
}
.box .list li img {
    display: inline-block;
    vertical-align: middle;
    max-height: 70px;
    max-width: 210px;
}
.box .job-box {
    padding: 0 30px;
    height: 96px;
    margin: 12px 0;
    overflow: hidden;
}
.box .job-box .item {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #161616;
    line-height: 24px;
}
.box .job-box .item .l {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #161616;
}
.box .more {
    text-align: center;
    padding-bottom: 15px;
}
.box .more a {
    font-size: 14px;
    color: #161616;
    line-height: 24px;
}
.train {
    margin-bottom: 50px;
}
.train .company {
    display: block;
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.train .company:hover {
    color: #2931d6;
}
.city {
    margin-bottom: 40px;
}
.city .title {
    height: 110px;
    background: url(../images/title_bg.png) no-repeat center top;
}
.city .title span {
    font-family: MicrosoftYaHei;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 6px;
	color: #ffffff;
    text-shadow: 0px 4px 8px rgba(0, 108, 210, 0.53);
}
.city li {
    background-color: #fff !important;
    box-shadow: 0.5px 0.9px 8px 0px rgba(29, 103, 234, 0.15);
}
.city li .job-box a:hover {
    color: #2931d6 !important;
}
.city .company {
    width: 270px;
    height: 60px;
    text-align: center;
    background-color: #ff7200;
    padding: 18px 15px;
}
.city .company a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.city .job-box {
    background-color: #fff;
}
.city .job-box .item,
.city .job-box .item .l {
    color: #000;
}
.city .more {
    background-color: #fff;
}
.city .more a {
    color: #000000;
}
.see-more {
    padding-top: 16px;
    text-align: center;
}
.see-more a {
    display: inline-block;
    width: 120px;
    height: 28px;
    line-height: 28px;
	border-radius: 14px;
    border: solid 1px #c1f0fc;
    font-size: 14px;
    color: #c1f0fc;
}
.footer {
    padding: 20px 0 160px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
}
.footer a {
    color: #ffffff;
}
.footer img {
    display: inline-block;
}

/* 底部悬浮 */
.bottom{
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
	color: #fff;
    z-index: 99999;	
}
.bottom .mb {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.bottom .container {
    padding-top: 20px;
}
.roll{
	width: 600px;
	height: 100px;
    float: left;
    overflow: hidden;
}
.roll-list li{
	float:left;
	width: 300px;
	font-size: 14px;
	line-height: 32px;
}
.roll-list li a{
	color: #fff;
}
.roll-list li span{
	float: left;
    width: 25%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bot-btns {
    margin-left: 600px;
}
.bot-btns span{
	display: inline-block;
	width: 180px;
    height: 62px;
	/* background-color: #fff249; */
    line-height: 62px;
    text-align: center;
    margin: 15px 30px;
}
.bot-btns span a {
    font-family: AlibabaPuHuiTiM;
    font-size: 26px;
    color: #1b1b1b;
}
.bottom .code {
    float: right;
    width: 105px;
    margin-top: -12px;
    margin-right: 25px;
}
.bottom .code img {
    width: 105px;
    height: 105px;
}
.bottom .code p {
    padding-top: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.bottom .close {
    position: absolute;
    top: 10px;
    right: -50px;
    width: 31px;
    height: 32px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}
#btmOpen {
    position: fixed;
    left: -176px;
    bottom: 10px;
    cursor: pointer;
    z-index: 10009;
}
.gotop {
    display: none;
    bottom: 160px;
    position: fixed;
    right: 60px;
    width: 60px;
}
.gotop a {
    display: block;
    width: 53px;
    height: 53px;
    background: url(../images/top.png) no-repeat center;
}
/* 侧边栏 */
.side-bar {
    width: 97px;
    height: 282px;
    background: url(../images/sidebar.png) no-repeat center;
    position: fixed;
    top: 180px;
    right: 50px;
    display: none;
}
.side-bar span.poi {
    display: block;
    width: 68px;
    height: 46px;
    margin: 28px 0 0 18px;
}
.side-bar .share {
    width: 50px;
    margin-top: 36px;
    margin-left: 30px;
}
.side-bar .share a {
    margin: 6px;
}
/* .social-share .icon-wechat .wechat-qrcode {
    left: -84px !important;
    top: -200px !important;
} */

/* 条件搜索 */
.search-box {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ff5bfd;
}
.search-box .left dl {
    /* display: block; */
    overflow: hidden;
    margin-bottom: 25px;
}
.search-box .left dt,
.search-box .left dd {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.search-box .left dd a {
    color: #ffffff;
}
.search-box .left dd.active a,
.search-box .left dd:hover a {
    color: #ff5bfd;
}
.search-box .right {
    width: 330px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 18px;
    font-size: 0;
    overflow: hidden;
}
.search-box .right .search {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 36px;
    line-height: 36px;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.search-box .right .search-btn {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    font-size: 14px;
    color: #2c2c2c;
    border: none;
    cursor: pointer;
    margin-left: 12px;
    padding-left: 20px;
    background: url(../images/search.jpg) no-repeat left center;
}
/* 职位列表 */
.place-list {
    width: 1176px;
    padding: 40px 0 30px;
    overflow: hidden;
    border-bottom: 1px solid #ff5bfd;
}
.place-list li {
    float: left;
    width: 550px;
	height: 117px;
	background-color: #ffffff;
	box-shadow: 0.5px 0.9px 8px 0px rgba(29, 103, 234, 0.15);
	border-radius: 10px;
    margin-right: 38px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
}
.place-list li .left {
    float: left;
    width: 290px;
}
.place-list li .place-name {
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.place-list li .place-name a {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}
.place-list li .info {
    font-size: 0;
    padding-top: 10px;
}
.place-list li .info span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-left: 1px solid #cccccc;
    font-size: 14px;
    color: #000000;
}
.place-list li .info span.one {
    padding-left: 0;
    border-left: 0;
}
.place-list li .info span.two {
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.place-list li .info span.money {
    color: #fe0000;
}
.place-list li .right {
    height: 100%;
    margin-left: 290px;
    position: relative;
}
.place-list li .firm-name {
    padding-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.place-list li .firm-name a {
    font-size: 18px;
    color: #000000;
}
.place-list li .time {
    padding-top: 10px;
    font-size: 14px;
    color: #000;
}
.place-list li .right .more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #000000;
}

/* 简历列表 */
.resume-list {
    width: 1180px;
    overflow: hidden;
    padding: 40px 0;
    border-bottom: 1px solid #ff5bfd;
}
.resume-list li {
    float: left;
    width: 550px;
    height: 90px;
    margin-right: 40px;
    margin-bottom: 20px;
    box-shadow: 0.5px 0.9px 8px 0px rgba(29, 103, 234, 0.15);
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
}
.resume-list li .right {
    float: right;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
	background-color: #c1f0fc;
    border-radius: 4px;
    margin-top: 6px;
    font-size: 14px;
    color: #000000;
}
.resume-list li .cont {
    margin-right: 100px;
}
.resume-list li .cont p {
    font-size: 0;
}
.resume-list li .cont .name {
    display: inline-block;
    vertical-align: middle;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}
.resume-list li .cont .name:hover {
    color: #ff5bfd;
}
.resume-list li .cont span {
    font-size: 14px;
    color: #000000;
    padding: 0 15px;
    border-right: 1px solid #cccccc;
    display: inline-block;
    vertical-align: middle;
}
.resume-list li .cont .school {
    border-right: 0;
}
.resume-list li .cont .wid {
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.resume-list li .cont .btm {
    padding-top: 8px;
}
.resume-list li .cont .btm span {
    padding: 0 15px;
}
.resume-list li .cont .btm .salary {
    color: #fe0000;
    padding-left: 0;
}
.resume-list li .cont .place {
    display: inline-block;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.resume-list li .cont .no-border {
    border-right: 0;
}
/* 无数据 */
.no-data {
    display: none;
    text-align: center;
    padding: 150px 0;
}

/* 登录态 */
.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 {
    cursor: pointer;
    font-size: 14px;
    color: #000;
}
.login-info .head img {
    width: 30px;
    height: 30px;
}
.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;
}

/* 分页 */
.m-page {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.m-page ul li {
    float: left;
}
.m-page ul li.on a {
    background: #ff5bfd;
    color: #ffffff;
    border: none;
    transition: background-color 0.3s;
}
.m-page ul li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 2px;
    color: #ff5bfd;
    border: solid 1px #ff5bfd;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.placeholder{
    position:relative;
 }
 .placeholder::after{/*伪元素模拟placeholder*/
    content:'多关键词请用空格分隔';
    position:absolute;
    color:#757575;
    font-size:14px;
    top:0;
    left:15px;
 }
 .placeholder.resume::after {
    content:'多关键词请用空格分隔';
 }

 /* 预告 */
.foreshow-banner {
     width: 100%;
     min-width: 1140px;
     height: 500px;
     background: url(../images/foreshow_banner.jpg) no-repeat center;
     position: relative;
 }
 .foreshow-banner a {
     position: absolute;
     left: 50%;
     bottom: 70px;
     width: 271px;
     height: 53px;
     margin-left: -135px;
     -webkit-animation:jumpY 1.5s .4s ease;
	-moz-animation:jumpY 1.5s .4s ease;
	-webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
 }
 @-webkit-keyframes jumpY {
    from {
      -webkit-transform:scale(0.9);
      transform:scale(0.9);
    }
    50% {
     -webkit-transform:scale(1);
      transform:scale(1);
    }
    to {
      -webkit-transform:scale(0.9);
      transform:scale(0.9);
    }
}  
@keyframes jumpY {
    from {
        -webkit-transform:scale(0.9);
        transform:scale(0.9);
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    to {
        -webkit-transform:scale(0.9);
        transform:scale(0.9);
    }
}
.foreshow-bg-one {
    text-align: center;
    padding: 70px 0 90px;
    background: url(../images/foreshow_bg1.png) no-repeat center top;
}
.foreshow-bg-one p {
    padding-top: 50px;
    font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #2a2927;
}
.foreshow-bg-one p b {
    color: #4e45d1;
}
.foreshow-bg-two {
    background: #f2f2f7;
    padding: 50px 0 60px;
}
.foreshow-bg-two .title {
    padding-bottom: 30px;
    text-align: center;
    font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2a2927;
}
.foreshow-bg-three {
    padding-top: 75px;
    background: url(../images/foreshow_bg2.png) no-repeat center bottom;
}
.foreshow-bg-three .info {
    text-align: center;
}
.foreshow-bg-three .name {
    padding-bottom: 35px;
    font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2a2927;
}
.foreshow-bg-three .name span {
    color: #4e45d1;
}
.foreshow-bg-three .tip {
    padding: 25px 0 50px;
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2a2927;
}