@charset "utf-8";

/* CSS Document */
* {
    padding: 0;
    margin: 0;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
    border: 0;
    font-weight: normal;
}

img,
input {
    border: none;
    vertical-align: middle;
    outline: none;
}

body {
    font-family: "微软雅黑", "Microsoft YaHei";
    font-size: 12px;
    background: #FFF;
    color: #333;
}

html {
    overflow-y: scroll;
}

ul,
ol {
    list-style-type: none;
}

th,
td,
input {
    font-size: 12px;
}

h3 {
    font-size: 14px;
}

select {
    outline: none;
}

button {
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

select,
textarea,
input {
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #05A6FA;
    text-decoration: none
}

.nmr {
    margin-right: 0;
}

.lf {
    float: left
}

.rt {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block !important
}

/********************首页*******************/
/*顶部*/
.top {
    width: 100%;
    height: 40px;
    background-color: #222329;
}

.topBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.topBox .TBlf {
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-indent: 12px;
}

.topBox .TBlf span {
    color: #05A6FA;
}

.topBox .TBrt {
    float: right;
    width: 500px;
    line-height: 40px;
}

.TBlf i {
    font-style: normal;
}

.iam > ul > li {
    width: 100px;
    height: 100%;
    font-size: 14px;
    float: left;
    color: #666;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.iam > ul > li img {
    margin-left: 5px;
}

.siam {
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    box-shadow: 1px 2px 1px #ddd;
    display: none;
}

.siam > li {
    line-height: 2.2;
    font-size: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.siam > li > a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.siam > li:hover {
    background-color: #05A6FA;
}

.siam > li:hover a {
    color: #fff;
}

.topBox .TBrt .sig {
    margin-left: 20px;
    float: right;
}

.topBox .TBrt .sig ul li {
    float: left;
    margin-right: 15px;
    height: 100%;
    text-align: center;
}

.topBox .TBrt .sig ul li a {
    color: #fff;
}

.topBox .TBrt .sig ul li:hover {
    text-decoration: underline;
    /* background-color: #eee; */
}

.topBox .TBrt .sig ul li img {
    margin-top: -4px;
    margin-right: 5px;
}

/*顶部搜索框*/
.lookBox,
.centerTop {
    width: 1200px;
    min-height: 56px;
    margin: 0 auto;
    padding: 10px 0px;
}

.logo {
    width: 200px;
    height: 75px;
    display: inline-block;
}

.logo img {
    width: 100%;
    height: 100%;
}

.chCity {
    width: 120px;
    color: #05A6FA;
    margin-top: 8px;
    /*margin-left: 15px;*/
    float: left;
    position: relative;
}

.chCity > span {
    margin: 0 5px;
    font-size: 14px;
}

.chCity img {
    margin-top: -6px;
}

.chCity > a:hover {
    color: #05A6FA;
}

.change_box {
    position: absolute;
    top: 25px;
    left: 0;
    width: 365px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #05A6FA;
    box-sizing: border-box;;
    padding: 15px 0 15px 15px;
    line-height: 2;
    display: none;
    z-index: 1;
}

.change_box a {
    margin-right: 15px;
    white-space: nowrap;
}

.change_show {
    display: block;
}

.search {
    width: 800px;
    height: 40px;
    float: right;
    /*margin-top: 44px;*/
}

.sea1,
.sea2 {
    float: right;
}

.search .sea1,
.search .sea2 {
    width: 115px;
    line-height: 45px;
    background-color: #FE6C00;
    text-align: center;
    font-size: 15px;
    font-weight: 550;
    margin-left: 20px;
    margin-top: 15px;
}

.search .sea1 a,
.search .sea2 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.search .sea1 a img,
.search .sea2 a img {
    margin-right: 8px;
    margin-top: -3px;
}

/*.search .sea2{
    width: 160px;
    height: 100%;
     background-color: #05A6FA;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 20px;
}
.search .sea2 a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.search .sea2 a img{
    margin-right: 8px;
    margin-top: -3px;
}*/
.search .sea3 {
    width: 470px;
    height: 100%;
}

.search .sea3 .in {
    display: block;
    width: 370px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-right: none;
    float: left;
    box-sizing: border-box;
    text-indent: 20px;
    font-size: 14px;
    border-radius: 3px 0 0 3px;
}

.in::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b6b6b6;
}

.in::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b6b6b6;
}

.in:-ms-input-placeholder {
    color: #b6b6b6;
}

.in::-webkit-input-placeholder {
    color: #b6b6b6;
}

.search .sea3 .look {
    display: block;
    width: 100px;
    height: 40px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 16px;
    background-color: #05A6FA;
    /*background-image: url(../images/t6.png);
    background-repeat: no-repeat;
    background-position: 22px 15px;
    box-sizing: border-box;
    padding-left: 22px;
    border-radius: 0 3px 3px 0;*/
    cursor: pointer;
}

/*导航栏*/
.nav {
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #05A6FA;
    height: 45px;
}

.navBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.navBox .navList {
    float: left;
}

.navBox .navList li {
    width: 115px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-right: 3px;
    border-radius: 3px 3px 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navBox .navList li.hot a:after {
    content: url(../images/hot.png);
    position: absolute;
    margin-top: -5px;
    margin-left: 2px
}

.navBox .navList li:hover {
    background-color: #05A6FA;
}

.navBox .navList li:hover a {
    color: #fff;
}

.navBox .navList .nActive {
    background-color: #05A6FA;
}

.navBox .navList .nActive a {
    color: #fff;
}

.navBox .navList li a {
    color: #383838;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.extension {
    display: block;
    float: right;
    font-size: 16px;
    color: #05A6FA;
    line-height: 45px;
}

.extension img {
    margin-top: -3px;
    margin-right: 5px;
}

/*主体*/
.main {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 70px;
    /*overflow: hidden;*/
}

.cMain {
    width: 1200px;
    margin: 0 auto;
}

.business {
    width: 100%;
    height: 616px;
}

.biBox1 {
    width: 810px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.biTit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #383838;
    background-color: #fff;
    margin-top: 15px;
}

.biTit img {
    margin-right: 5px;
}

.biInner {
    width: 100%;
    margin-top: 15px;
    background-color: #fff;
}

.cerList {
    width: 100%;
    height: 540px;
}

.cerList li {
    width: 135px;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    float: left;
}

.cerList .nbr {
    border-right: none;
}

.cerList li div {
    width: 100%;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 16px;
}

.cerList li div span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #05A6FA;
    margin-bottom: 4px;
}

.cerList li div a {
    display: block;
    color: #999;
    line-height: 2.2;
}

.cerList li div a:hover {
    color: #05A6FA;
}

.cer1,
.cer3,
.cer4,
.cer7,
.cer8,
.cer9,
.cer11,
.cer13 {
    border-bottom: 1px solid #eee;
}

.cerList li .cer1 {
    height: 360px;
}

.cerList li .cer2 {
    height: 180px;
}

.cerList li .cer3 {
    height: 240px;;
}

.cerList li .cer4 {
    height: 150px;
}

.cerList li .cer5 {
    height: 150px;
}

.cerList li .cer6 {
    height: 100%;
}

.cerList li .cer7 {
    height: 150px;
}

.cerList li .cer8 {
    height: 120px;
}

.cerList li .cer9 {
    height: 150px;
}

.cerList li .cer10 {
    height: 120px;
}

.cerList li .cer11 {
    height: 270px;
}

.cerList li .cer12 {
    height: 270px;
}

.cerList li .cer13 {
    height: 300px;
}

.cerList li .cer14 {
    height: 240px;
}

.biBox2 {
    width: 375px;
    float: left;
    margin-left: 15px;
}

.biInnerbox1,
.biInnerbox2 {
    width: 100%;
    height: 293px;
}

.agencyList,
.trainList {
    width: 100%;
    height: 232px;
}

.agencyList li,
.trainList li {
    width: 125px;
    height: 100%;
    text-align: center;
    float: left;
    box-sizing: border-box;
    padding-top: 10px;
    line-height: 2.6;
}

.agencyList li a,
.trainList li a {
    display: block;
    font-size: 14px;
    color: #999;
}

.agencyList li a:hover {
    color: #05A6FA;
}

.trainList li a:hover {
    color: #05A6FA;
}

.recruitInf,
.aptitudeInf {
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
}

.infTit {
    width: 1170px;
    height: 45px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    line-height: 45px;
}

.infTit span {
    display: block;
    float: left;
    font-size: 16px;
    color: #05A6FA;
    font-weight: bold;
}

.infTit a {
    display: block;
    font-size: 14px;
    float: right;
    color: #05A6FA;
}

.infTit a img {
    margin-left: 5px;
    margin-top: -4px;
}

.infList {
    width: 100%;
    height: 439px;
    box-sizing: border-box;
}

.infList ul {
    width: 600px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
}

.infList ul li {
    width: 565px;
    height: 110px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.infList ul .nbb {
    border-bottom: none;
}

.infList ul li .infJob {
    width: 100%;
    font-size: 14px;
    color: #383838;
    margin-bottom: 16px;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infList ul li .infJob a {
    color: #383838;
}

.infList ul li .infJob a:hover {
    color: #05A6FA;
}

.infList ul li .infSaraly {
    width: 100%;
}

.infList ul li .sa1 {
    float: left;
    margin-right: 20px;
}

.infList ul li .sa1 span {
    display: block;
    font-size: 16px;
    color: #05A6FA;
    line-height: 1;
}

.infList ul li .sa1 i {
    display: block;
    width: 100%;
    font-style: normal;
    font-size: 14px;
    color: #b1b1b1;
    margin-top: 10px;
    line-height: 1;
}

.infList ul li .sa2 {
    float: left;
    font-size: 14px;
    color: #b1b1b1;
    line-height: 1.6;
}

.infList .il1 {
    width: 599px;
    position: relative;
}

.infList .il1:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    width: 1px;
    height: 404px;
    background-color: #eee;
}

/*推荐公司*/
.recommend {
    width: 100%;
    margin-top: 15px;
    background-color: #fff;
}

.recList {
    margin-top: 15px;
}

.recList ul li {
    width: 170px;
    height: 135px;
    float: left;
    margin: 0 15px 20px 15px;
}

.recList ul li:hover dl dt .recName a {
    color: #05A6FA;
}

.recList ul li dl dd {
    width: 100%;
    height: 90px;
}

.recList ul li dl dd img {
    width: 100%;
    height: 100%;
}

.recList ul li dl dt {
    width: 100%;
}

.recList ul li dl dt .recName {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recList ul li dl dt .recName a {
    color: #666;
}

.recList ul li dl dt .recAd {
    width: 100%;
    font-size: 12px;
    color: #b1b1b1;
    margin-top: 3px;
}

.recList ul li dl dt .recAd img {
    margin-right: 5px;
    margin-top: -1px;
}

/*行业资讯*/
.news {
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
}

.newsKind {
    width: 1170px;
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding-top: 15px;
}

.newsKind ul {
    width: 100%;
    height: 30px;
}

.newsKind ul li {
    width: 70px;
    height: 100%;
    border-radius: 3px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #383838;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newsKind ul li:hover {
    color: #fff;
    background-color: #05A6FA;
}

.newsKind ul .nActive {
    background-color: #05A6FA;
    color: #fff;
}

.newsBrief {
    width: 100%;
    height: 265px;
}

.newsBox {
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
}

.nLf {
    width: 50%;
    box-sizing: border-box;
    padding: 35px 35px 0 15px;
    float: left;
}

.nLf ul li {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.nLf ul li span {
    display: block;
    width: 367px;
    height: 14px;
    box-sizing: border-box;
    border-left: 3px solid #05A6FA;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    float: left;
}

.nLf ul li em {
    display: block;
    float: right;
    font-size: 14px;
    color: #b1b1b1;
    font-style: normal;
    line-height: 1;
}

.nRt {
    width: 50%;
    padding-top: 19px;
    float: left;
}

.nRt ul li {
    width: 280px;
    height: 88px;
    float: left;
    margin: 10px 20px 20px 0;
}

.nRt ul .nmr {
    margin-right: 0;
}

.nRt ul li dl {
    width: 100%;
    height: 100%;
}

.nRt ul li dl dd {
    width: 142px;
    height: 100%;
    float: left;
}

.nRt ul li dl dd img {
    width: 100%;
    height: 100%;
}

.nRt ul li dl dt {
    width: 138px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.nRt ul li dl dt a {
    font-size: 14px;
}

.nRt ul li dl dt i {
    display: block;
    width: 100%;
    color: #b1b1b1;
    font-style: normal;
    position: absolute;
    bottom: 0;
}

.nRt ul li dl dt i img {
    margin-right: 5px;
    margin-top: -2px;
}

/*友情链接*/
.link {
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
}

.linkBox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    padding-bottom: 15px;
}

.linkBox span {
    display: inline-block;
    font-size: 14px;
    margin-right: 21px;
    margin-top: 15px;
}

.linkBox .nmr {
    margin-right: 0;
}

/*底部*/
.foot {
    width: 100%;
}

.footBox {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 35px 0;
    font-size: 14px;
    color: #000;
    line-height: 2;
}

.footBox .footLf {
    float: left;
}

.footLf a {
    color: #000;
}

.footLf a:hover {
    color: #05A6FA;
}

.footLf span {
    margin: 0 15px;
}

.footLf i {
    font-style: normal;
    margin-right: 30px;
}

.footRt {
    width: 170px;
    height: 104px;
    float: right;
}

.footRt img {
    width: 104px;
    height: 104px;
}

.macbox {
    width: 104px;
    height: 100%;
    float: left;
}

.wx {
    width: 66px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding-top: 22px;
    padding-left: 9px;
    line-height: 1;
}

.wx i {
    display: block;
    margin-top: 17px;
    font-style: normal;
}

/********************登录*******************/
.signTop {
    width: 100%;
    height: 140px;
}

.STbox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    line-height: 140px;
}

.STbox .STboxfl {
    float: left;
    height: 70px;
    font-size: 24px;
    color: #383838;
}

.STbox .STboxfl a {
    display: block;
    width: 200px;
    height: 70px;
    float: left;
    margin-top: 35px;
}

.STbox .STboxfl a img {
    display: block;
    width: 100%;
    height: 100%;
}

.STbox .STboxfl span {
    display: block;
    float: left;
    margin-left: 10px;
}

.STbox .STboxrt {
    float: right;
}

.STbox .STboxrt a {
    margin-left: 20px;
    font-size: 16px;
    color: #383838
}

.STbox .STboxrt a:hover {
    color: #05A6FA;
}

.STbox .STboxrt a img {
    margin-right: 5px;
}

/*登录*/
.sign {
    width: 100%;
    height: 380px;
    background-color: #fff;
    margin-top: 90px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 40px 30px;
}

.signImg {
    width: 580px;
    height: 300px;
    float: left;
}

.signImg img {
    width: 100%;
    height: 100%;
}

.signBox {
    width: 380px;
    height: 300px;
    float: left;
    margin-left: 110px;
    padding-top: 30px;
}

.signBox .inp {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 20px;
}

.signBox .inp input {
    display: block;
    width: 318px;
    height: 100%;
    float: left;
    text-indent: 20px;
    font-size: 14px;
    box-sizing: border-box;
}

.signBox .inp label {
    display: block;
    width: 60px;
    height: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.signBox .subBox {
    width: 100%;
    height: 45px;
}

.signBox .subBox input {
    width: 270px;
    height: 100%;
    line-height: 45px;
    background-color: #05A6FA;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.signBox .subBox a {
    margin-left: 18px;
    font-size: 14px;
    color: #05A6FA;
}

.signBox .goRegister {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 30px;
}

.signBox .goRegister a {
    color: #05A6FA;
}

/********************注册分类*******************/
.rKind {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #fff;
}

.rkindTit {
    width: 100%;
    font-size: 18px;
    color: #383838;
    text-align: center;
}

.rKindInf {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #05A6FA;
    margin-top: 18px;
}

.rKindBox {
    width: 900px;
    margin: 0 auto;
    margin-top: 40px;
}

.rKindBox ul li {
    width: 240px;
    height: 300px;
    float: left;
    margin: 0 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #fff;
    padding: 30px 20px 0 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rKindBox ul li:hover {
    box-shadow: 0 0 10px #ddd;
}

.rKindBox ul li .h3 {
    margin-top: 20px;
}

.rKindBox ul li .h3 a {
    font-size: 18px;
    color: #383838;
    line-height: 1;
}

.rKindBox ul li .h3 a:hover {
    color: #05A6FA;
}

.rKindBox ul li span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #05A6FA;
    margin: 0 auto;
    margin-top: 15px;
}

.rKindtext {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 15px;
}

/********************注册详情*******************/
.register {
    width: 100%;
    margin-top: 40px;
    background-color: #fff;
    padding: 40px 0 20px 0;
}

.register ul {
    width: 100%;
    box-sizing: border-box;
    padding-left: 35px;
}

.register ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
}

.fillName {
    width: 95px;
    height: 35px;
    float: left;
    font-size: 14px;
    color: #666;
}

.fillName span {
    display: inline-block;
    width: 7.5px;
    color: red;
}

.fillName i {
    font-style: normal;
    margin: 0 8.5px;
}

.fillInner {
    float: left;
    position: relative;
    color: #000;
}

.fillInner a {
    display: inline-block;
    width: 140px;
    height: 45px;
    background-color: #f1f1f1;
    color: #bebdbd;
    text-align: center;
    font-size: 14px;
    margin-right: 18px;
    border-radius: 3px;
    cursor: default;
}

.fillInner .sigActive {
    background-color: #05A6FA;
    color: #fff;
}

.fillInner > input {
    display: block;
    width: 460px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    text-indent: 5px;
    font-size: 14px;
    float: left;
    padding-left: 15px;
}

.fillInner label {
    font-size: 14px;
    color: #666;
    margin-right: 40px;
}

.fillInner .testCode,
.fillInner .messageCode {
    width: 290px;
}

.fillInner .TCbox,
.fillInner .send {
    width: 150px;
    height: 45px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.fillInner .TCbox img {
    width: 100%;
    height: 100%;
}

.fillInner .send {
    background-color: #05A6FA;
    color: #fff;
}

.fillInner em {
    float: left;
    font-style: normal;
    color: #05A6FA;
    font-size: 12px;
    margin-left: 20px;
}

.fillInner select {
    display: block;
    width: 230px;
    height: 35px;
    float: left;
    font-size: 14px;
    color: #666;
    border-color: #e4e4e4;
    box-sizing: border-box;
    padding-left: 15px;
}

.fillInner .province {
    border-right: none;
    border-radius: 3px 0 0 3px;
}

.fillInner .city {
    border-radius: 0 3px 3px 0;
}

.fillInner .confirm {
    background-color: #05A6FA;
    color: #fff;
    cursor: pointer;
}

.agreeBox {
    font-size: 14px;
    color: #999;
    margin-left: 95px;
}

.agreeBox input {
    display: none;
}

.agreeBox a {
    color: #05A6FA;
}

.agreeBox label {
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    margin-top: 12px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.agreeBox label span {
    display: block;
    width: 24px;
    height: 22px;
    background-position: 0 0;
    position: absolute;
    top: -5px;
    left: 0;
}

.agreeBox .checked span {
    background-image: url(../images/agree.png);
}

.agreeBox .agreement {
    float: left;
}

/********************找回密码*******************/
.find {
    width: 100%;
    background-color: #fff;
    margin-top: 40px;
    padding: 40px 0;
}

.findTit {
    width: 100%;
    font-size: 18px;
    color: #383838;
    text-align: center;
}

.findBox {
    width: 900px;
    margin-top: 70px;
    margin-left: 300px;
}

.step1,
.step2 {
    width: 287px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    float: left;
    background-repeat: no-repeat;
}

.findBox .step1 {
    margin-right: 35px;
    color: #fff;
    background-image: url(../images/find1.png);
}

.findBox .step2 {
    color: #666;
    background-image: url(../images/find2.png);
}

.findBox ul {
    width: 100%;
    margin-top: 45px;
}

.findBox ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
}

.nextStep input {
    display: block;
    width: 290px;
    height: 45px;
    border-radius: 3px;
    background-color: #05A6FA;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

/********************选择类型*******************/
.topBox .TBrt .state {
    float: right;
}

.topBox .TBrt .state a {
    color: #ffffff;
}

.topBox .TBrt .state > ul {
    float: right;
}

.topBox .TBrt .state > ul > li {
    float: left;
    width: 80px;
    height: 100%;
    text-align: center;
}

.topBox .TBrt .state > ul > li:hover {
    background-color: #eee;
}

.topBox .TBrt .state > ul > li:hover a {
    color: #666666;
}

.topBox .TBrt .state > ul > li img {
    margin-top: -3px;
    margin-right: 5px;
}

.accountInf {
    width: 140px;
    float: right;
    text-align: right;
    position: relative;
    cursor: pointer;
}

.accountInf > span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #383838;
}

.accountInf > span img {
    margin: 0 5px;
    margin-top: -3px;
}

.accountInf ul {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    position: absolute;
    top: 40px;
    right: 0;
    display: none;
    z-index: 5;
}

.accountInf ul li {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
}

.accountInf ul li:hover {
    background-color: #05A6FA;
}

.accountInf ul li:hover a {
    color: #fff !important;
}

.accountInf ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666 !important;
}

.pubStep {
    width: 100%;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    color: #383838;
    text-align: center;
}

.pubStep span {
    display: inline-block;
}

.pubStep span i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #666;
    text-align: center;
    line-height: 30px;
    font-style: normal;
    margin-right: 8px;
}

.pubStep span .pActive {
    background-color: #05A6FA;
    color: #fff;
}

.pubStep img {
    margin: 0 64px;
}

.pubStep span em {
    font-style: normal;
}

.pubStep span a {
    color: #05A6FA;
    margin: 0 10px 0 15px;
}

.pubType {
    width: 100%;
    height: 568px;
    background-color: #fff;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 80px 0 0 238px;
}

.pubType .nmr {
    margin-right: 0;
}

.ptBox {
    width: 180px;
    float: left;
    margin-right: 129px;
}

.ptTit {
    width: 100%;
    font-size: 18px;
    color: #383838;
}

.ptTit img {
    margin-right: 20px;
}

.ptFlist {
    width: 100%;
    box-sizing: border-box;
    padding-left: 69px;
    margin-top: 12px;
}

.ptFlist > li {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.ptFlist > li:hover {
    background-color: #f6f6f6;
}

.ptFlist > li a {
    display: block;
    width: 100%;
    color: #05A6FA;
    font-weight: bold;
}

.ptSlist {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100px;
    display: none;
}

.ptSlist > li {
    background-color: #f6f6f6;
    font-size: 14px;
}

.ptFlist > li:hover .ptSlist {
    display: block;
}

/********************选择分类*******************/


.category {
    background-color: #fff;
    padding: 45px 65px;
    font-size: 14px;
}

.category li {
    width: 130px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 400px;
    position: relative;
    text-indent: 20px;
    border: 1px solid #FFF;
    border-right: none;
    background-color: #fff;
    z-index: 998;
    overflow: hidden
}

.category .category_title {
    display: block;
    background-color: #fff;
    position: absolute;
    width: 140px;
    z-index: 1000
}

.category li:hover {
    border: 1px solid #05A6FA;
    border-right: none;
    overflow: visible
}

.category .child {
    position: absolute;
    width: 320px;
    height: auto;
    left: 130px;
    top: -1px;
    border: 1px solid #05A6FA;
    z-index: 999;
    background-color: #fff;
    max-height: 320px;
    overflow: scroll;
    overflow-x: hidden
}

.category .child a {
    width: 150px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    overflow: hidden
}

.pubKind {
    width: 100%;
    padding: 45px 0 45px 65px;
    background-color: #fff;
    box-sizing: border-box;
}

.pkBox {
    float: left;
}

.pkList {
    font-size: 14px;
}

.pkList li {
    width: 135px;
    text-indent: 30px;
    margin-right: 400px;
    line-height: 40px;
    float: left;
    height: 40px;
    position: relative;
    overflow: hidden
}

.pkList li:hover {
    border: 1px solid #05A6FA
}

.pkList .child {
    position: absolute;
    left: 100px;
}


/********************选择分类详细类别*******************/
.kindDet {
    width: 100%;
    box-sizing: border-box;
    padding: 26px 0 280px 140px;
    background-color: #fff;
}

.kindDet .pkList {
    width: 93px;
}

.kindDet .pkList ul li {
    padding-left: 9px;
}


.kindDet .pkShow {
    width: 256px;
    float: left;
}

/********************填写发布信息（个人）*******************/
.fill,
.fillDemand,
.fillHead {
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
}

.fill ul li,
.fillDemand ul li,
.fillHead ul li {
    width: 100%;
    line-height: 35px;
    min-height: 35px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 40px;
}

.fill ul .fillTit,
.fillDemand ul .fillTit,
.fillHead ul .fillTit {
    height: 65px;
    font-size: 16px;
    color: #05A6FA;
    line-height: 80px;
}

.fill .fillName {
    width: 100px;
    padding-right: 20px;
    text-align: right;
    color: #777;
}

.fill .fillInner select {
    box-sizing: border-box;
    padding-left: 25px;
}

.filinner .situation {
    min-width: 120px;
    height: 45px;
}

.radioBox {
    min-width: 120px;
    float: left;
    font-size: 16px;
    color: #666;
}

.radioBox span {
    display: block;
    float: left;
}

.radioBox label {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-image: url(../images/circle.png);
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 9px;
}

.radioBox label i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(../images/spot.png);
    background-size: 100% 100%;
    position: absolute;
    top: 4px;
    left: 4px;
    display: none;
}

.radioBox .rActive i,
.radioBox .dateShow {
    display: block;
}

.radioBox input {
    display: none;
}

.radioBox .stateDate,
.graduationDate,
.birthday {
    width: 170px;
    height: 40px;
    border: 1px solid #ddd;
    float: left;
    font-size: 14px;
    color: #999;
    text-indent: 10px;
    letter-spacing: 2px;
    margin-left: 15px;
}

.fillInner .priceUnit {
    float: left;
    font-size: 14px;
    color: #666;
    margin-left: 19px;
}

.fillInner .graduationDate {
    width: 230px;
    margin-left: 0;
}

.fillText {
    height: 150px;
}

.fill ul .fillText .fillInner,
.fillDemand ul .fillText .fillInner,
.fillHead ul .fillText .fillInner {
    line-height: 1;
}

.fillInner .explain,
.fillInner .special {
    max-width: 615px;
    max-height: 160px;
    min-width: 615px;
    min-height: 160px;
    text-indent: 0;
    box-sizing: border-box;
    padding: 14px 15px;
    margin: 0;
    font-size: 14px;
    color: #5d5d5d;
    border-color: #e4e4e4;
    border-radius: 3px;
    outline: none;
}

.innerText {
    float: left;
}

.fill ul .cut,
.fillDemand ul .cut,
.fillHead ul .cut {
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 40px;
    margin-bottom: 0;
}

.fillInner .tureName {
    width: 180px;
}

.sexBox {
    float: left;
}

.sexBox span,
.birDate span {
    display: inline-block;
    width: 50px;
    height: 45px;
    margin-left: 40px;
    font-size: 16px;
    color: #666;
}

.sexBox select {
    width: 80px;
    height: 45px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.birDate span {
    width: 75px;
    margin-left: 53px;
    float: left;
}

.birDate .birthday {
    margin-left: 0;
}

.fillInner .pubNum,
.fillInner .pubPassword {
    width: 300px;
}

.fillInner .pubMessageCode {
    width: 161px;
    border-right: 0;
    box-sizing: border-box;
}

.fillInner .publishing {
    background-color: #05A6FA;
    color: #fff;
    cursor: pointer;
    width: 300px;
}

.fillInner .pubSend {
    width: 140px;
    height: 37px;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 0 3px 3px 0;
}

.plaseSignPerson,
.plaseSignHead {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    display: none;
}

.PSPbox,
.PSHbox {
    width: 660px;
    height: 375px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -187.5px;
    margin-left: -330px;
}

.PSPboxInner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 112px;
    padding-left: 160px;
    position: relative;
}

.PSPbox ul li {
    width: 100%;
    min-height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    margin-bottom: 20px;
}

.PSPbox ul li div {
    float: left;
}

.psName {
    width: 77px;
    height: 40px;
}

.psName em {
    font-style: normal;
    color: #05A6FA;
    margin-right: 5px;
}

.psContent input {
    display: block;
    width: 240px;
    height: 40px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 5px;
    float: left;
}

.psContent .psSub {
    background-color: #05A6FA;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.psBack {
    width: 37px;
    height: 37px;
    background-color: #05A6FA;
    background-image: url(../images/back3.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/********************填写发布信息（企业）*******************/
.fillDemand {
    padding-top: 10px;
    padding-bottom: 70px;
}

.fillDemand ul .fillInf {
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-top: -20px;
}

.fillInner .demandNum {
    width: 231px;
}

.fillInner .contactPeople,
.fillInner .companyName {
    width: 300px;
}

/********************填写发布信息（猎头）*******************/
.fillHead {
    padding-top: 40px;
}

.fillInner .headTittle {
    width: 560px;
}

.PSHbox {
    width: 493px;
    height: 375px;
    margin-left: -246.5px;
}

.PSHtit {
    width: 100%;
    font-size: 14px;
    color: #05A6FA;
}

.PSHboxinner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 15px 0 0 15px;
}

.PSHboxinner ul {
    margin: 5px 0 0 60px;
}

.PSHboxinner ul li {
    width: 100%;
    min-height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    margin-bottom: 10px;
}

.PSHbox ul li div {
    float: left;
}

.psContent .psTestcode {
    width: 140px;
    border-radius: 3px 0 0 3px;
    border-right: none;
}

.psContent .psGetcode {
    width: 100px;
    border-radius: 0 3px 3px 0;
    padding: 0;
    background-color: #ededed;
    color: #05A6FA;
    cursor: pointer;
}

/********************发布完成*******************/
.pubSuccess {
    width: 100%;
    height: 495px;
    background-color: #fff;
    margin-top: 10px;
    box-sizing: border-box;
    padding-top: 70px;
}

.psBox {
    width: 450px;
    margin: 0 auto;
}

.psBox .psTip {
    width: 100%;
    height: 118px;
    line-height: 118px;
}

.psBox .psTip span {
    display: inline-block;
    margin-left: 40px;
    font-size: 18px;
    color: #05A6FA
}

.psBox .psTip img {
    margin-left: 30px;
}

.linkTips {
    width: 100%;
    margin-top: 40px;
}

.linkTips a {
    display: block;
    float: left;
    width: 130px;
    height: 40px;
    background-color: #05A6FA;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin: 0 10px;
}

/********************个人管理中心*******************/
.centerTit {
    display: inline-block;
    font-size: 16px;
    color: #383838;
    margin-left: 9px;
    background: #fff;
    padding: 3px 5px;
    vertical-align: middle;
}

.functions {
    min-width: 300px;
    height: 40px;
    float: right;
}

.fun1,
.fun2 {
    width: 112px;
    height: 100%;
    background-color: #05A6FA;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 20px;
    float: right;
}

.fun1 a,
.fun2 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.fun1 a img,
.fun2 a img {
    margin-right: 8px;
    margin-top: -3px;
}

.manageCenter {
    width: 100%;
}

/*左侧列表*/
.mcLeft {
    width: 200px;
    float: left;
}

.mcTit {
    width: 100%;
    height: 46px;
    background-color: #05A6FA;
    line-height: 46px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.mcTit:hover {
    background-color: #05A6FA;
}

.mcTit:hover a {
    color: #fff;
}

.mcTit:after {
    content: "";
    display: block;
    width: 196px;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #fff;
    top: 2px;
    left: 2px;
    z-index: 1;
}

.mcTit a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    padding-left: 25px;
    top: 0;
    left: 0;
    z-index: 2;
}

.mcTitDeputy {
    background-color: #fff;
}

.mcTitDeputy a {
    color: #666;
}

.mcList {
    width: 100%;
    min-height: 435px;
    border-bottom: 3px solid #05A6FA;
    background-color: #fff;
}

.mcContent {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
    color: #666;
    padding-left: 25px;
    line-height: 46px;
    position: relative;
    cursor: pointer;
}

.mcContent:hover {
    background-color: #05A6FA;
    color: #fff;
}

.mcContent:hover a {
    color: #fff;
}

.mcContent a {
    display: block;
    width: 100%;
}

.mcContent:after {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    background-image: url(../images/arrowRight1.png);
    background-size: 100% 100%;
    position: absolute;
    top: 16px;
    right: 36px;
}

.mcActive {
    background-color: #05A6FA;
    color: #fff;
}

.mcActive a {
    color: #fff;
}

/*.mcActive:after{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}*/
.contentList {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0 15px 38px;
    font-size: 14px;
    line-height: 2;
    display: none;
}

.clActive {
    border-bottom: 1px solid #e4e4e4;
}

.contentList span {
    display: block;
    margin: 4px 0;
    width: 107px;
    text-align: center;
}

.contentList a {
    color: #999;
}

.contentList span:hover a,
.contentList .aChecked a {
    color: #fff;
}

.contentList span:hover,
.contentList .aChecked {
    background: #05A6FA;
}

/*公告栏*/
.notice {
    width: 100%;
    min-height: 274px;
    border-bottom: 3px solid #05A6FA;
    background-color: #fff;
    margin-top: 15px;
}

.notice .noticeTit {
    height: 45px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 46px;
    font-size: 16px;
}

.notice .noticeTit img {
    margin: -2px 5px 0 15px;
}

.notice ul {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.notice ul li {
    width: 100%;
    margin: 4px 0;
    line-height: 28px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}

.notice ul li a {
    color: #999;
}

.notice ul li a:hover {
    color: #05A6FA;
}

/*右侧*/
.mcRight {
    width: 985px;
    float: left;
    margin-left: 15px;
    background: #fff;
}

.mcShow {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    position: relative;
}

.mcShow .mcTage {
    width: 98px;
    height: 36px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
    color: #383838;
    line-height: 36px;

    top: 15px;
    left: 0;
}

/*简历栏目*/
.columnTit {
    width: 100%;
    height: 45px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #666;
}

.coiumnList {
    width: 100%;
    padding: 12px 0;
}

.coiumnList ul li {
    width: 100%;
    line-height: 36px;
    text-align: center;
    margin: 2px 0;
    font-size: 14px;
    color: #999;
}

.coiumnList ul li span {
    margin: 0 4px;
}

.coiumnList ul li i {
    font-style: normal;
    margin-left: 15px;
}

.coiumnList ul li a {
    color: #999;
}

.coiumnList ul li a:hover {
    color: #05A6FA;
}

.professionalName {
    width: 200px;
}

.registration {
    width: 180px;
}

.location {
    width: 210px;
}

.updateTime {
    width: 230px;
}

.operation {
    width: 135px;
}

/*推荐职位*/
.recommendJob {
    margin-top: 15px;
}

.recommendJob ul li {
    cursor: pointer;
}

.recommendJob ul li a {
    color: #999;
}

.recommendJob ul .rjActive {
    background-color: #f2f2f2;
    color: #05A6FA;
}

.recommendJob ul .rjActive a {
    color: #05A6FA;
}

.rjTit {
    width: 390px;
}

.rjPrice {
    width: 125px;
}

.rjInf {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*公开度设置*/
.opennessSet {
    width: 354px;
    height: 190px;
    position: fixed;
    top: 180px;
    right: -354px;
    background-color: #fff;
    box-shadow: 1px 1px 5px #ccc;
    display: none;
}

.osBox {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 29px;
    overflow: hidden;
}

.osBack {
    width: 25px;
    height: 25px;
    background-image: url(../images/back.png);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #05A6FA;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.osTit {
    width: 100%;
    font-size: 16px;
    color: #383838;
    margin-top: 30px;
}

.osChoice {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    color: #666;
}

.osChoice input {
    width: 15px;
    height: 15px;
    margin-top: -2px;
    cursor: pointer
}

.osChoice label {
    margin-right: 23px;
    cursor: pointer
}

.complete {
    width: 100%;
    margin-top: 33px;
}

.complete input {
    width: 120px;
    height: 36px;
    background-color: #05A6FA;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    cursor: pointer;
}

/********************个人信息*******************/
.headPortrait {
    width: 100px;
    height: 145px;
    margin-top: 15px;
    float: left;
}

.hpImg {
    width: 100px;
    height: 100px;
}

.upload {
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    margin-top: 15px;
}

.upload label {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.upload input {
    display: none;
}

/*备注*/
.remarks {
    width: 855px;
    height: 145px;
    margin-top: 15px;
    float: left;
    box-sizing: border-box;
    padding-left: 88px;
    padding-top: 15px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}

.remarks span {
    display: block;
    color: #05A6FA;
    margin-bottom: 9px;
}

/* 修改个人信息*/
.modifyInf {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 230px;
}

.modifyInf ul li {
    width: 315px;
    height: 40px;
    margin-bottom: 20px;
    line-height: 40px;
    float: left;
    margin-right: 65px;
}

.modifyInf ul li label {
    display: block;
    width: 75px;
    height: 100%;
    font-size: 14px;
    color: #666;
    text-align: center;
    float: left;
}

.modifyInf ul li input {
    display: block;
    width: 240px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    color: #666;
    padding-left: 30px;
    float: left;
}

.modifyInf ul li select {
    display: block;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    float: left;
    font-size: 14px;
    color: #666;
    padding-left: 30px;
}

.modifyInf ul li .saveMod {
    color: #fff;
    background-color: #05A6FA;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

/*******************修改简历**********************/
.modifyBox ul {
    width: 100%;
    box-sizing: border-box;
}

.modifyBox ul li {
    width: 100%;
    line-height: 45px;
    min-height: 45px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.modifyBox .fillName {
    width: 112px;
}

.fillInner .finish {
    width: 231px;
    height: 45px;
    background-color: #05A6FA;
    color: #fff;
    cursor: pointer;
}

/**************投递记录*************/
.records {
    width: 955px;
    margin: 0 auto;
    padding-top: 50px;
}

.recordsKind {
    width: 100%;
    height: 45px;
    background-color: #f2f2f2;
}

.recordsKind div {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 45px;
    text-align: center;
}

.positionNumber,
.recordsDate1 {
    width: 225px;
}

.corporateName,
.recordsDate2 {
    width: 310px;
}

.deliveryTime,
.seeTime,
.recordsDate3,
.recordsDate4 {
    width: 210px;
}

.recordsList {
    width: 100%;
}

.recordsList ul li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
}

.recordsList ul li div {
    float: left;
    text-align: center;
}

.recordsList ul .dateHover {
    background-color: #f9f9f9;
    border-color: #fff !important;
}

.recordsList ul .dateHover div {
    color: #05A6FA;
}

.package {
    width: 100%;
    height: 36px;
    margin-top: 60px;
    text-align: center;
}

.package ul {
    display: inline-block;
    margin-right: 10px;
}

.package ul li {
    display: inline-block;
    width: 50px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 8px;
}

.package ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.package ul li:hover a {
    background-color: #05A6FA;
    color: #fff;
}

.package .active {
    background-color: #05A6FA;
}

.package .active span {
    color: #fff;
}

.package .disabled {
    background-color: #F7F7F7
}

.package span {
    display: inline-block;
    font-size: 12px;
    color: #999;
}

.packRemarks {
    font-size: 12px;
    color: #05A6FA;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 15px;
}

/********************企业管理中心*******************/
.screen {
    width: 955px;
}

.screenTit {
    display: block;
    font-size: 16px;
    color: #666;
}

.screenBox {
    width: 100%;
    height: 60px;
    background-color: #f2f2f2;
    margin-top: 15px;
    box-sizing: border-box;
    padding-top: 12px;
}

.screenInner {
    height: 36px;
    line-height: 36px;
    color: #666;
    float: left;
}

.screenInner span {
    display: block;
    min-width: 40px;
    height: 100%;
    float: left;
    font-size: 16px;
    margin-left: 15px;
}

.screenInner .ipt {
    display: block;
    width: 260px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    float: left;
    color: #666;
    padding-left: 10px;
}

.screenInner .btn {
    width: 112px;
    height: 100%;
    background-color: #05A6FA;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 20px;
    float: right;
    color: #fff;
}

.seek {
    width: 955px;
    margin-top: 30px;
}

.seekKind {
    width: 100%;
    height: 45px;
    background-color: #f7f7f7;
}

.seekKind div {
    float: left;
    height: 100%;
    line-height: 45px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.skName1 {
    width: 122px;
}

.seekKind .skName2 {
    width: 679px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 110px;
}

.skName3 {
    width: 154px;
}

.seekList {
    width: 100%;
}

.seekList ul li {
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #e4e4e4;
}

.seekList ul li > div {
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    float: left;
}

.seekList ul li .slDate1 {
    width: 122px;
    padding-left: 20px;
    padding-top: 33px;
    color: #999;
    line-height: 25px;
}

.seekList ul li .slDate2 {
    width: 679px;
    color: #383838;
    line-height: 28px;
    padding-left: 40px;
    padding-top: 14px;
    overflow: hidden;
}

.seekList ul li .slDate2 span {
    color: #999;
    padding-right: 15px;
}

.seekList ul li .slDate3 {
    width: 154px;
}

.seekList ul li .slDate3 .lookRequre {
    width: 108px;
    height: 36px;
    background-color: #05A6FA;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    margin-left: 26px;
    margin-top: 39px;
    cursor: pointer;
}

.slDate4 {
    width: 500px;
    height: 385px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -192px;
    z-index: 2;
    display: none;
    border: 1px solid #e4e4e4;
}

.slDteail {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
}

.slDteail .sdBack {
    width: 25px;
    height: 25px;
    background-image: url(../images/back.png);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #05A6FA;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.slDteail .sdTit {
    width: 100%;
    font-size: 16px;
    color: #383838;
}

.sdInner {
    font-size: 14px;
    color: #383838;
    margin-top: 15px;
    margin-left: 15px;
}

.sdInner .sdList {
    margin-bottom: 8px;
}

.sdInner span {
    color: #999;
}

.sdInner span i {
    margin: 0 7px;
    font-style: normal;
}

/*弹框背景*/
.lookBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
    display: none;
}

.seekRemarks {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #05A6FA;
    margin-top: 25px;
}

.seek .package {
    margin-top: 18px;
    margin-bottom: 45px;
}

.seek .package ul li:hover a {
    background-color: #05A6FA;
    color: #fff;
}

/********************猎头管理中心*******************/
.headInf {
    width: 100%;
    background-color: #fff;
    padding-bottom: 10px;
}

.headInfBox {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 0 15px;
    margin-bottom: 30px;
}

.headInfImg {
    width: 90px;
    height: 90px;
    margin-top: 10px;
}

.headInfImg img {
    width: 100%;
    height: 100%;
}

.headInfContnet {
    font-size: 14px;
    color: #999;
    padding-top: 18px;
    line-height: 30px;
    margin-left: 47px;
}

.headInfContnet span {
    margin-right: 30px;
}

.headInfContnet span img {
    margin-left: 5px;
    margin-top: -2px;
}

.headInfContnet a {
    color: #05A6FA;
}

.headTagBox {
    /*display: inline-block;
    line-height: 36px;
    background-color: #00cdaf;
    border-left: 5px solid #05A6FA;*/
    font-size: 16px;
    color: #05A6FA;
    padding: 0 16px;
}

.balance {
    width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 25px;
    text-align: center;
}

.balance ul li {
    width: 200px;
    height: 90px;
    float: left;
    font-size: 14px;
    text-align: left;
    margin: 0 23px;
}

.balance ul li .balanceTit {
    color: #666;
}

.balance ul li .balancePperation {
    margin-top: 18px;
    color: #999;
}

.balance ul li .balancePperation a {
    color: #05A6FA;
}

.balance ul li .balancePperation span {
    margin: 0 5px;
}

.releaseInf {
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    margin-top: 15px;
}

.releaseInfBox {
    width: 100%;
    margin-top: 55px;
    box-sizing: border-box;
    padding: 0 15px;
}

.releaseInfKind {
    width: 100%;
    height: 45px;
    background-color: #f2f2f2;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.releaseInfKind div {
    float: left;
}

.releaseInfKind1,
.releaseInfData1 {
    width: 353px;
}

.releaseInfKind2,
.releaseInfData2 {
    width: 345px;
}

.releaseInfKind3,
.releaseInfData3 {
    width: 173px;
}

.releaseInfList {
    width: 100%;
}

.releaseInfList div {
    float: left;
    height: 100%;
    color: #999;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
}

.releaseInfList .releaseInfData1 {
    text-align: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.releaseInfList ul li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e4e4e4;
}

.releaseInfList ul .nbb {
    border-bottom: none;
}

.releaseInfList ul li a {
    color: #999;
}

.releaseInfList ul li a:hover {
    color: #05A6FA;
}

/******************猎头VIP管理中心****************/
.headInfVip {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin-left: 45px;
}

.headInfVip ul li a {
    color: #05A6FA;
}

.headInfVip ul li i {
    font-style: normal;
}

.headInfVip ul li span {
    margin-right: 25px;
}

.headInfViprt {
    margin-left: 10px;
}

.headInfVip ul li .download,
.headInfVip ul li .renew {
    display: inline-block;
    background-color: #05A6FA;
    color: #fff;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 3px;
}

.accountProfile {
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    padding: 20px 0;
}

.accountProfileBox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.accountProfileList {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.accountProfileList ul li {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding-top: 11px;
}

.accountProfileList ul li > div {
    float: left;
    height: 100%;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.accountProfileList ul li .accountAddTit {
    color: #05A6FA;
}

.accountProfileList ul li span {
    color: #05A6FA;
}

.accountProfileData1 {
    width: 400px;
}

.accountProfileData2 {
    width: 314px;
}

.accountProfileData3 {
    width: 231px;
    text-align: center;
}

.accountProfileData3 a {
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background-color: #05A6FA;
    border-radius: 3px;
    margin-top: 11px;
}

.smartReleaseInf {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 70px;
    background-color: #fff;
    margin-top: 15px;
}

.smartReleaseInfBox {
    width: 100%;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
}

.SRIkind {
    width: 100%;
    height: 45px;
    background-color: #f2f2f2;
}

.SRIkind div {
    float: left;
    height: 100%;
    line-height: 45px;
    color: #666;
    text-align: center;
}

.SRIkind1,
.SRIdata1 {
    width: 170px;
}

.SRIkind2,
.SRIdata2 {
    width: 275px;
}

.SRIkind3,
.SRIdata3 {
    width: 205px;
}

.SRIkind4,
.SRIdata4 {
    width: 160px;
}

.SRIkind5,
.SRIdata5 {
    width: 145px;
}

.SRIlist ul li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e4e4e4;
}

.SRIlist ul .nbb {
    border-bottom: none;
}

.SRIlist ul li div {
    float: left;
    height: 100%;
    line-height: 60px;
    text-align: center;
    color: #999;
}

.SRIlist ul li a {
    color: #999;
}

.SRIlist ul li a:hover {
    color: #05A6FA;
}

/****************置顶挂靠信息*****************/
.topedInf {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
}

.topedInfForm {
    width: 720px;
    box-sizing: border-box;
    padding-left: 15px;
    margin-top: 20px;
}

.topedInfForm ul li {
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.topedInfForm ul li span {
    color: #999;
    margin-left: 25px;
}

.topedName {
    width: 90px;
    height: 14px;
}

.topedContent {
    width: 615px;
}


.topedContent label {
    margin-bottom: 25px;
    float: left;
    width: 200px;
    overflow: hidden;
}

.topedContent em {
    font-style: normal;
    color: #05A6FA;
}

.topedTime label {
    margin-bottom: 0;
    width: 100px;
}

.topedContent .atOnceToped {
    display: inline-block;
    width: 120px;
    height: 40px;
    color: #fff;
    background-color: #05A6FA;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

/****************置顶挂靠信息修改*****************/
.topedContent i {
    font-style: normal;
    margin: 0 25px;
}

.topedContent select {
    width: 517px;
    height: 28px;
    color: #666;
    border-color: #ddd;
    border-radius: 3px;
}

/****************管理中心挂靠信息*****************/
.centerAchore {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 53px;
}

.centerAchoreBox {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 15px;
}

.screenBox .screenInner select {
    width: 130px;
    height: 36px;
    border: 1px solid #e4e4e4;
}

.screenTit a {
    margin: 0 17px;
}

.screenTit .sChecked {
    color: #05A6FA;
}

.centerAchoreInf {
    width: 100%;
    margin-top: 30px;
}

.caiTable {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
}

.caiTable a {
    display: inline-block;
    padding: 0 16px;
    line-height: 40px;
    color: #666;
    background-color: #f7f7f7;
    border-radius: 3px 3px 0 0;
    margin-right: 3px;
}

.caiTable .caiActived {
    background-color: #05A6FA;
    color: #fff;
}

.caiList {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 10px;
}

.caiList ul li {
    width: 100%;
    height: 86px;
    border-bottom: 1px solid #e4e4e4;
}

.caiList ul .nbb {
}

.caiList ul li div {
    float: left;
    font-size: 14px;
    color: #999;
    height: 100%;
    box-sizing: border-box;
}

.caiList ul li div a {
    color: #999;
}

.caiList ul li div a:hover {
    color: #05A6FA;
}

.caiData1 {
    width: 35px;
    padding-top: 20px;
}

.caiData1 label {
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.caiList ul .nbb span {
    margin-right: 50px;
    color: #999;
}

.caiList ul .nbb p span a {
    font-size: 14px;
    font-weight: bold;
    color: #0b76ac
}

.caiData1 input {
    display: none;
}

.caiData1 .caiChecked {
    background-image: url(../images/check.png);
}

.caiData2 {
    width: 640px;
}

.caiData2,
.caiData4,
.caiData5,
.caiData6 {
    line-height: 32px;
    padding-top: 14px;
}

.caiData2 span {
    color: #666;
}

.caiData2 span i {
    font-style: normal;
    color: #05A6FA;
}

.caiData2 span em {
    font-style: normal;
    color: #05A6FA;
}

.caiData3 {
    width: 310px;
}

.caiData4 {
    width: 75px;
}

.caiData5 {
    width: 80px;
}

.caiData6 {
    width: 80px;
}

.centerAchoreInf .seekRemarks {
    margin-top: 50px;
}

.centerAchoreInf .package {
    margin-top: 15px;
}

.centerAchoreInf .package ul li:hover a {
    background-color: #05A6FA;
}

.centerTip {
    margin-top: 40px;
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 1;
    box-sizing: border-box;
    padding: 0 20px;
}

.centerTip ul li {
    margin-bottom: 17px;
}

.centerTip ul li span {
    color: #05A6FA;
}

/****************管理中心挂靠信息修改***************/
.centerAnchoreModify {
    width: 100%;
    min-height: 820px;
    box-sizing: border-box;
    padding-top: 20px;
    background-color: #fff;
}

.camBox {
    width: 100%;
    padding-left: 43px;
    margin-top: 50px;
    box-sizing: border-box;
}

.camBox ul li {
    width: 100%;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.camName {
    width: 100px;
    height: 38px;
    line-height: 38px;
}

.camName em {
    font-style: normal;
    color: red;
    margin-right: 5px;
}

.camContent input,
.camContent select {
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 1px;
    height: 38px;
    color: #666;
    font-size: 16px;
}

.camContent label {
    margin-right: 15px;
}

.camContent .camTit {
    width: 400px;
    padding-left: 5px;
}

.camContent select {
    width: 133px;
    float: left;
}

.camContent .camRadio {
    width: 120px;
    height: 38px;
    float: left;
    margin-left: 10px;
}

.camContent .camRadio span {
    display: block;
    float: left;
    height: 100%;
    line-height: 38px;
}

.camContent .camSituation1,
.camContent .camSituation2,
.camContent .camPurpose1,
.camContent .camPurpose2 {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 10px;
    cursor: pointer;
    float: left;
}

.camContent .camPrice {
    width: 400px;
}

.camContent textarea {
    max-width: 590px;
    max-height: 180px;
    min-width: 590px;
    min-height: 180px;
    border-color: #ddd;
    outline: none;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding: 10px;
    display: block;
}

.camContent .camSave {
    width: 200px;
    height: 45px;
    background-color: #05A6FA;
    color: #fff;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    border-radius: 3px;
}

/*****************下载的简历*****************/
.downloadResume,
.receivedResume {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 53px;
}

.downloadResume .caiList,
.receivedResume .caiList {
    padding: 0;
    margin-top: 0;
}

.downloadResume .caiList ul li:hover {
    background-color: #f9f9f9;
}

.caiKind {
    width: 100%;
    height: 45px;
    background-color: #f7f7f7;
}

.caiKind div {
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 45px;
    box-sizing: border-box;
}

.caiKind1 {
    width: 650px;
    padding-left: 145px;
}

.caiKind2,
.caiData7 {
    width: 260px;
    text-align: center;
}

.caiData7 {
    padding-top: 36px;
}

.caiData7 select {
    display: block;
    width: 80px;
    height: 30px;
    background-color: #05A6FA;
    color: #fff;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    padding-left: 5px;
    float: left;
    margin-right: 10px;
}

.caiList ul li .caiData7 a {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #05A6FA;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
}

.caiList ul li .caiData7 a:hover {
    color: #fff;
}

.downloadResume .caiList ul li .caiData1,
.receivedResume .caiList ul li .caiData1 {
    width: 55px;
    padding-left: 20px;
}

/*****************收到的简历*****************/
.caiKind .caiKind3,
.caiList ul li .caiData8 {
    width: 110px;
    float: right;
    text-align: center;
}

.caiList ul li .caiData8 {
    padding-top: 35px;
}

.caiList ul li .caiData8 a {
    display: inline-block;
    width: 70px;
    height: 30px;
    color: #fff;
    background-color: #05A6FA;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

.caiList ul li .caiData8 a:hover {
    color: #fff;
}

.receivedResume .caiList ul li:hover {
    background-color: #f9f9f9;
}

/****************企业寻证（猎头）***************/
.headFind {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
}

.headFindBox {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 15px 60px 15px;
}

.headFindBox .screen .screenInner select {
    width: 150px;
}

.headFindBox .slDate3 {
    padding-top: 14px;
}

.slDate3 .downloadDemand {
    display: block;
    width: 108px;
    height: 36px;
    background-color: #05A6FA;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    margin: 0 auto;
}

.slDate3 .downloadDemandTip {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

.slDate3 .downloadDemandTip span {
    color: #05A6FA;
}

/******************企业资料******************/
.enterpriseInf {
    width: 100%;
    min-height: 1479px;
    background-color: #fff;
    padding-top: 20px;
}

.enterpriseLogo {
    width: 610px;
    margin: 30px 0 40px 15px;
}

.elTIt {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #666;
    margin-bottom: 18px;
}

.elImg {
    width: 200px;
    height: 100px;
}

.elImg img {
    width: 100%;
    height: 100%;
}

.elChoice {
    width: 380px;
    margin-left: 30px;
}

.elFile label {
    display: block;
    width: 120px;
    height: 36px;
    background-color: #05A6FA;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.elFile input {
    display: none;
}

.elChoiceTip {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin-top: 10px;
}

.baseInf {
    width: 100%;
    margin-top: 20px;
}

.baseInf ul li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #666;
}

.baseInfBox {
    margin-left: 20px;
    margin-right: 30px;
    min-width: 370px;
}

.baseInfName {
    min-width: 85px;
    height: 40px;
    line-height: 40px;
}

.baseInfName em {
    font-style: normal;
    color: red;
    margin-right: 3px;
}


.baseInfContent label {
    margin-right: 15px;
    line-height: 40px;
}

.baseInfContent input[type=text],
.baseInfContent input[type=submit],
.baseInfContent select {
    width: 260px;
    height: 40px;
    display: block;
    float: left;
    border: 1px solid #ddd;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 15px;
}

.baseInfContent select {
    color: #666;
}

.baseInfContent .areaNum {
    width: 100px;
    border-right: none;
}

.baseInfContent .telNum {
    width: 250px;
    border-right: none;
}

.baseInfContent .extensionNum {
    width: 127px;
}

.baseInfBox span {
    color: #999;
    margin-left: 25px;
    line-height: 40px;
}

.baseInfContent textarea {
    max-width: 653px;
    max-height: 163px;
    min-width: 653px;
    min-height: 163px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    outline: none;
    padding: 5px;
    font-size: 14px;
}

.baseInfContent .BICaddress1,
.baseInfContent .BICaddress2 {
    width: 100px;
    border-right: none;
}

.baseInfContent .BICaddress3 {
    width: 454px;
}

.mapMarking {
    width: 653px;
    height: 163px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.baseInfContent .EIsub {
    width: 140px;
    background-color: #05A6FA;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 3px;
    padding: 0;
    cursor: pointer;
}

/******************企业模板******************/
.enterpriseTemplate {
    width: 100%;
    min-height: 903px;
    background-color: #fff;
    padding-top: 20px;
}

.enterpriseTemplateBox {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    margin-top: 30px;
}

.etbTips {
    width: 100%;
}

.etbTips span {
    margin-right: 100px;
}

.etbTips a {
    color: #05A6FA;
    margin-right: 55px;
}

.etbList {
    width: 100%;
    margin-top: 30px;
}

.etbList ul li {
    width: 100%;
    height: 150px;
    margin-bottom: 50px;
}

.etbList ul li div {
    box-sizing: border-box;
    height: 100%;
}

.etbData1 {
    width: 80px;
    line-height: 150px;
    font-size: 18px;
    color: #666;
    padding-left: 10px;
}

.etbData2 {
    width: 657px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
}

.etbData2 img {
    width: 100%;
    height: 100%;
}

.etbData3 {
    width: 160px;
}

.etbData3 a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    display: block;
    background-color: #adadad;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
}

.etbData3 .etbChecked {
    background-color: #05A6FA;
}

/******************营业执照认证******************/
.enterpriseLicense {
    width: 100%;
    min-height: 902px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 1px;
}

.enterpriseLicenseBox {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    padding-left: 40px;
}

.elbTips {
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-bottom: 35px;
    line-height: 1;
}

.elbTips span {
    color: #05A6FA;
}

.enterpriseLicenseBox ul li {
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.LUlabel {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #05A6FA;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.licenseUpdata {
    display: none;
}

.enterpriseLicenseBox ul li span {
    color: red;
}


.licenseImg {
    width: 278px;
    height: 370px;
}


.licenseImg img {
    width: 100%;
    height: 100%;
}

.licenseText {
    width: 360px;
    height: 370px;
    line-height: 34px;
    box-sizing: border-box;
    padding-top: 160px;
    padding-left: 20px;
}

.elbCompanName {
    width: 500px;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding-left: 5px;
}

.elbCare {
    line-height: 34px;
}

.elbSub {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #05A6FA;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

/******************员工列表******************/
.staffList {
    width: 100%;
    min-height: 1044px;
    padding: 20px 0;
    background-color: #fff;
}

.staffListTit {
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    margin-top: 30px;
}

.staffListTable {
    width: 905px;
    margin-top: 36px;
    margin-left: 20px;
}

.sltKind {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    background-color: #fb95b1;
}

.sltKind > div {
    float: left;
    text-align: center;
    height: 100%;
    line-height: 90px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}

.sltKind .nbr {
    border-right: none;
}

.sltKind1,
.sltKind4,
.sltData1,
.sltData4 {
    width: 100px;
}

.sltKind2,
.sltData2 {
    width: 120px;
}

.sltKind3,
.sltData3 {
    width: 80px;
}

.sltKind5,
.sltKind6,
.sltData5,
.sltData6 {
    width: 160px;
}

.sltKind7,
.sltData7 {
    width: 185px;
}

.sltKind > div > div {
    box-sizing: border-box;
    line-height: 45px;
}

.sltKind > div .SKsecondTit {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #fff;
}

.sltKind > div .SKsecond1 {
    width: 50%;
    border-right: 1px solid #fff;
}

.sltKind > div .SKsecond2 {
    width: 50%;
}

.sltList {
    width: 100%;
}

.sltList ul li {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    margin-top: 5px;
}

.sltList ul li > div {
    float: left;
    text-align: center;
    height: 100%;
    line-height: 45px;
    box-sizing: border-box;
    border-right: 1px solid #e4e4e4;
    color: #666;
    font-size: 14px;
}

.sltList ul li .nbr {
    border-right: none;
}

.sltList ul li > div > div {
    width: 50%;
    line-height: 45px;
    box-sizing: border-box;
}

.SDsecond1 {
    border-right: 1px solid #e4e4e4;
}

.sltData7 {
    width: 183px;
}

.sltData7 select {
    width: 100px;
    height: 30px;
    background-color: #7fdcd5;
    color: #fff;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    padding-left: 10px;
}

/*分配资源弹框*/
.distribution {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    display: none;
}

.distributionBox {
    width: 420px;
    height: 340px;
    border: 1px solid #ddd;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -210px;
    background-color: #fff;
}

.distributionInner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
    position: relative;
}

.distributionTit {
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 1;
}

.distributionTit span {
    display: block;
    width: 72px;
    height: 3px;
    background-color: #05A6FA;
    margin-top: 14px;
}

.distributionInner ul li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    margin-bottom: 7px;
}

.distributionInner ul {
    margin-top: 20px;
}

.distributionInner ul .dbButton {
    margin-top: 15px;
}

.distributionInner ul li > div {
    float: left;
    height: 100%;
}

.distributionInner ul li span {
    margin-right: 20px;
}

.distributionInner ul li em {
    font-style: normal;
    color: #05A6FA
}

.dbName {
    width: 80px;
}

.dbCheck {
    margin-right: 30px;
    height: 100%;
}

.nmr {
    margin-right: 0;
}

.dbCheck i {
    font-style: normal;
}

.dbCheck label {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #acacac;
    border-radius: 50%;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.dbCheck .dbChecked {
    background-image: url(../images/spot.png);
}

.dbCheck input {
    display: none;
}

.dbResources {
    display: block;
    width: 277px;
    height: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
    padding-left: 5px;
}

.dbSub {
    display: block;
    width: 130px;
    height: 100%;
    line-height: 36px;
    text-align: center;
    background-color: #05A6FA;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.dbBack {
    width: 25px;
    height: 25px;
    background-image: url(../images/back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #05A6FA;
    position: absolute;
    top: -1px;
    right: -1px;
    cursor: pointer;
}

/******************关联员工******************/
.staffRelation {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 78px;
    background-color: #fff;
}

.staffRelationTit {
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    line-height: 1;
    margin: 30px 0 20px 0;
}

.staffRelationForm {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
}

.staffRelationForm ul li {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.staffRelationForm ul .srfTips {
    font-size: 16px;
}

.staffRelationForm ul li label {
    display: block;
    width: 43px;
    height: 100%;
    float: left;
}

.staffRelationForm ul li input {
    display: block;
    width: 380px;
    height: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    float: left;
    font-size: 14px;
    padding-left: 5px;
    box-sizing: border-box;
}

.staffRelationForm ul li .srfSub {
    width: 130px;
    height: 36px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    background-color: #05A6FA;
    color: #fff;
    border-radius: 3px;
    margin-left: 43px;
    border: none;
    cursor: pointer;
}

.staffRelationExplain {
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    line-height: 36px;
    margin-top: 15px;
}

/*****************排名对比******************/
.ranking {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #fff;
}

.rankWays {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
    color: #999;
    margin-top: 30px;
    line-height: 24px;
}

.rankWays .RWname {
    color: #666;
    margin-right: 30px;
}

.rankWays .RWradio {
    margin-right: 10px;
}

.rankWays .RWradio input {
    width: 15px;
    height: 15px;
}

.rankWaysRt .RWdate {
    color: #666;
    margin-right: 10px;
}

.rankWaysRt a {
    display: block;
    float: left;
    padding: 0 8px;
    height: 24px;
    background-color: #f2f2f2;
    color: #666;
    margin-right: 10px;
}

.rankWaysRt .rwChange {
    background-color: #05A6FA;
    color: #fff;
}

.rankingImg {
    width: 100%;
    padding: 0 20px 0 60px;
    box-sizing: border-box;
    margin: 40px 0;
}

.rankingImg img {
    max-width: 100%;
}

.detailReporting {
    width: 680px;
    margin-left: 60px;
    margin-top: 45px;
    font-size: 16px;
}

.reportingKind {
    width: 100%;
    height: 45px;
    border-bottom: 2px solid #999;
}

.reportingKind div {
    float: left;
    text-align: center;
    color: #666;
    box-sizing: border-box;
    height: 100%;
    line-height: 45px;
}

.reportingKind1,
.reportingData1 {
    width: 142px;
}

.reportingKind2,
.reportingData2 {
    width: 240px;
}

.reportingKind3,
.reportingData3 {
    width: 188px;
}

.reportingList {
    width: 100%;
}

.reportingList ul li {
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #e4e4e4;
}

.reportingList ul li div {
    float: left;
    height: 100%;
    line-height: 54px;
    text-align: center;
    color: #999;
}

/******************我的余额*******************/
.myBalance {
    width: 100%;
    min-height: 931px;
    padding-top: 20px;
    background-color: #fff;
}

.myBalanceLook {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 20px;
}

.myBalanceLook ul li {
    width: 100%;
    height: 90px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}

.myBalanceLook ul li div {
    width: 25%;
    height: 100%;
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    padding-left: 70px;
    padding-top: 9px;
    box-sizing: border-box;
}

.myBalanceLook ul li div a {
    color: #05A6FA;
}

.myBalanceLook ul li div span {
    color: #e4e4e4;
    margin: 0 5px;
}

.myBalanceLook ul li div em {
    font-style: normal;
}

/*积分兑换弹窗*/
.exchange {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.exchangeBox {
    width: 500px;
    height: 245px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -122.5px;
    margin-left: -250px;
}

.exchangeinner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 55px 0 55px;
    position: relative;
}

.exchangeTit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
    color: #666;
}

.exchangeTit em {
    display: block;
    width: 60px;
    height: 3px;
    background-color: #05A6FA;
    margin: 0 auto;
    margin-top: -1px;
}

.exchangeForm {
    width: 100%;
}

.exchangeForm ul li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #666;
    margin-top: 40px;
}

.exchangeForm ul li label {
    display: block;
    width: 63px;
    height: 100%;
    float: left;
}

.exchangeForm ul li input {
    display: block;
    float: left;
    margin-right: 20px;
    height: 100%;
}

.exchanging {
    width: 150px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding-left: 5px;
}

.exTips span {
    color: #05A6FA;
}

.sureSub,
.exCancel {
    width: 120px;
    border-radius: 3px;
    color: #fff;
    background-color: #05A6FA;
    cursor: pointer;
}

.sureSub {
    margin-left: 63px;
}

.exCancel {
    background-color: #bdbdbd;
    text-align: center;
}

.exchangeBack {
    width: 30px;
    height: 30px;
    background-color: #05A6FA;
    background-image: url(../images/back3.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -1px;
    right: -1px;
    cursor: pointer;
}

/*****************积分会员*****************/
.vipUp {
    width: 100%;
    padding-top: 20px;
    min-height: 1233px;
    background-color: #fff;
}

.integralCare {
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    line-height: 1;
    margin-top: 18px;
}

.integralCare img {
    margin-right: 10px;
    margin-top: -3px;
}

.payStep {
    width: 100%;
    margin-top: 35px;
    box-sizing: border-box;
    padding: 0 20px;
}

.payStepBox {
    width: 289px;
    height: 50px;
    line-height: 50px;;
    background-image: url(../images/payStep1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
}

.payStepBox .payStepOrder {
    width: 50px;
    height: 100%;
    float: left;
    font-size: 24px;
    color: #05A6FA;
    text-align: center;
}

.payStepBox .payStepContent {
    width: 234px;
    height: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.payStepFild {
    background-image: url(../images/payStep2.png);
}

.payStepFild .payStepOrder {
    color: #d2d2d2;
}

.vipPrice {
    width: 100%;
    box-sizing: border-box;
    padding-left: 145px;
    line-height: 1;
    margin-top: 39px;
}

.vipPriceTip {
    width: 100%;
    font-size: 16px;
    color: #666;
}

.vipPriceTip span {
    color: #05A6FA;
}

.vipPriceoPtion {
    width: 540px;
    /*margin-left: 20px;*/
    margin-top: 8px;
}

.vipPriceoPtion ul li {
    width: 100%;
    height: 63px;
    box-sizing: border-box;
    border: 1px solid #797979;
    margin-bottom: 16px;
}

.vipPriceoPtion ul li div {
    float: left;
    height: 100%;
    box-sizing: border-box;
}

.vipType {
    width: 145px;
    border-right: 1px solid #797979;
}

.vipType label {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 63px;
    font-size: 16px;
    color: #999;
    position: relative;
    cursor: pointer;
}

.vipType label:after {
    content: "";
    width: 40px;
    height: 35px;
    background-image: url(../images/check2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: none;
}

.vipType label span {
    color: #05A6FA;
}

.vipType input {
    display: none;
}

.vtChecked {
    border-color: #05A6FA;
}

.vtChecked label:after {
    display: block;
}

.vipEffectiveTime {
    width: 250px;
    font-size: 14px;
    color: #666;
    line-height: 72px;
    padding-left: 30px;
}

.vipEffectiveTime img,
.vipContent img {
    width: 10px;
    height: 10px;
}

.vipContent {
    width: 320px;
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

.vipContent span {
    margin-right: 45px;
}

.vipContent img {
    margin-right: 5px;
}

.payBill {
    width: 213px;
    margin-left: 100px;
    margin-top: 60px;
}

.payBill ul li {
    width: 100%;
    min-height: 16px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #383838;
}

.payBill ul li div {
    text-align: right;
}

.payName {
    width: 126px;
}

.payNum {
    width: 75px;
}

.payNum span {
    color: #05A6FA;
    margin-right: 5px;
}

.payBill ul li input {
    display: block;
    width: 140px;
    height: 40px;
    background-color: #05A6FA;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-left: 71px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}

.rechargeResults {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
    display: none;
}

.rrBox {
    width: 500px;
    height: 186px;
    background-color: #05A6FA;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -93px;
    margin-left: -250px;
    box-sizing: border-box;
    padding: 5px;
}

.rrTit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
}

.rrTip {
    width: 100%;
    height: 137px;
    background-color: #fff;
    overflow: hidden;
}

.rrTipTit {
    font-size: 14px;
    color: #666;
    line-height: 1;
    margin-top: 27px;
    margin-left: 15px;
}

.rrTipSelect {
    margin-top: 27px;
    box-sizing: border-box;
    padding-left: 20px;
}

.rrTipSelect a {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    margin-right: 7px;
    border-radius: 3px;
}

.rrTipSelect span {
    font-size: 12px;
    color: #666;
}

.rrTipSelect .rechargeSuccess {
    background-color: #05A6FA;
    color: #fff;
}

.rrTipSelect .rechargeQuestion {
    background-color: #f0f0f0;
    color: #666;
}

/*****************积分体系******************/
.exchangeInteral {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #fff;
}

.EItit {
    line-height: 1;
    margin-left: 20px;
    font-size: 16px;
    color: #383838;
    margin-top: 30px;
}

.EIwindow {
    width: 500px;
    height: 245px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 34px;
    margin-left: 110px;
}

.EIwindow ul {
    margin-top: 63px;
    margin-left: 58px;
}

.EIwindow ul li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}

.EIwindow ul li em {
    font-style: normal;
    color: #05A6FA;
}

.EIwindow ul .EIbalance {
    margin-bottom: 10px;
}

.eiwNum {
    width: 150px;
    height: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    padding-left: 5px;
}

.eiwSub {
    width: 120px;
    height: 100%;
    background-color: #05A6FA;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    margin-left: 52px;
    cursor: pointer;
}

.getCoin {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #fff;
    margin-top: 15px;
}

.getCoinBox {
    font-size: 14px;
    color: #999;
    line-height: 32px;
    margin-left: 88px;
    margin-top: 20px;
}

.getCoinBox span {
    font-size: 16px;
    color: #383838;
}

.getIntegral {
    width: 100%;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #fff;
    position: relative;
}

.RewardRules {
    width: 750px;
    margin-left: 20px;
    margin-top: 20px;
}

.rulesTit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.rulesKind {
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e4e4e4;
}

.rulesKind div,
.rulesList ul li div {
    float: left;
    height: 100%;
    line-height: 45px;
    text-align: center;
}

.rulesKind1,
.rulesData1 {
    width: 149px;
}

.rulesKind2,
.rulesData2 {
    width: 135px;
}

.rulesKind3,
.rulesData3 {
    width: 105px;
}

.rulesKind4,
.rulesData4 {
    width: 360px;
}

.rulesList {
    width: 100%;
    font-size: 14px;
    color: #999;
}

.rulesList ul li {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #e4e4e4;
}

.PunishRules {
    width: 750px;
    margin-left: 20px;
    margin-top: 40px;
}

.PunishRules .rulesKind3,
.PunishRules .rulesData3 {
    width: 466px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 22px;
}

.getOperation {
    width: 100px;
    position: absolute;
    top: 150px;
    right: 75px;
}

.getOperation ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-color: #f7f7f7;
    text-align: center;
    margin-bottom: 20px;
}

.getOperation ul li:hover {
    background-color: #05A6FA;
}

.getOperation ul li:hover a {
    color: #fff;
}

.getOperation ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

/*****************简历套餐*****************/
.resumePackage {
    width: 100%;
    min-height: 890px;
    padding-top: 20px;
    background-color: #fff;
}

.resumePackage .headTagBox,
.vipUp .headTagBox {
    float: left;
}

.resumePackage .packageVip,
.vipUp .packageVip {
    /*width: 94px;
    height: 36px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 36px;*/
    float: left;
    margin-left: 20px;
    font-size: 16px;
}

.resumePackage .packageVip a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
}

.resumePackageTips {
    width: 945px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    margin: 0 auto;
    margin-top: 19px;
    border-bottom: 1px solid #ddd;
}

.resumePackageTips em {
    font-style: normal;
    color: #05A6FA;
}

.resumePackageTips span {
    margin-right: 20px;
    margin-left: 10px;
}

.resumePackageTips a {
    display: inline-block;
    margin-right: 0;
    color: #999;
    height: 36px;
}

.resumePackageBox {
    width: 900px;
    margin-left: 20px;
    margin-top: 45px;
}

.rplKind {
    width: 100%;
    height: 50px;
    background-color: #f6f6f6;
}

.rplKind div {
    height: 100%;
    float: left;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 50px;
}

.rplKind1,
.rplData1 {
    width: 202px;
}

.rplKind2,
.rplData2 {
    width: 398px;
}

.rplKind3,
.rplData3 {
    width: 258px;
}

.resumePackageList {
    width: 100%;
}

.resumePackageList ul li {
    width: 100%;
    height: 40px;
    line-height: 180%;
    border-bottom: 1px solid #f6f6f6;
    padding: 20px 0px;
    display: block;
}

.resumePackageList ul li div {
    float: left;
    height: 100%;
    color: #666;
    text-align: center;
    font-size: 14px;
}

.rplData1 label {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    background-size: 12px 9px;
    border-radius: 2px;
    cursor: pointer;
    margin: 3px 5px 0 5px;
}

.rplData1 span {
    display: block;
    float: left;
}

.rplData1 .rpChecked {
    background-image: url(../images/check.png);
}

.rplData1 input {
    display: none;
}

.resumePackageBox em {
    font-style: normal;
    color: #f00;
}

.balanceTips {
    width: 100%;
    margin-top: 72px;
    line-height: 1;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.balanceTips span {
    margin: 0 35px;
}

.balanceTips em {
    font-style: normal;
    color: #05A6FA;
}

.rpSub {
    display: block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #05A6FA;
    font-size: 14px;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 43px;
    cursor: pointer;
}

.rpClause {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

.rpClause a {
    color: #05A6FA;
}

.rpClause input {
    margin-top: -2px;
}

/******************账户充值******************/
.recharge {
    width: 100%;
    min-height: 1017px;
    background-color: #fff;
    padding-top: 20px;
}

.rechargeBox {
    width: 100%;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 18px;
}

.rechargeCare {
    line-height: 1;
}

.rechargeWays {
    width: 100%;
    margin-top: 50px;
}


.rechargeWays ul li {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}

.rechargeWays ul li > div {
    height: 100%;
    line-height: 50px;
    box-sizing: border-box;
}

.rwName {
    width: 127px;
    height: 100%;
    padding-right: 22px;
    text-align: right;
}

.rechargeWays ul li label {
    display: block;
    width: 150px;
    height: 50px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #666;
    margin-right: 30px;
    position: relative;
}

.rechargeWays ul li label:after {
    content: "";
    width: 32px;
    height: 28px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-image: url(../images/check2.png);
    display: none;
}

.rechargeWays ul li .rwChecked {
    border-color: #05A6FA;
}

.rechargeWays ul li .rwChecked:after {
    display: block;
}

.rechargeWays ul li input {
    box-sizing: border-box;
    display: none;
}

.rechargeWays ul .rwMoney label {
    width: 50px;
    height: 50px;
    background-color: #f2f2f2;
    border: none;
    margin: 0;
}

.rechargeWays ul .rwMoney input {
    display: block;
    width: 170px;
    height: 100%;
    border: 1px solid #666;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.rechargeWays ul .rwModify input {
    display: block;
    width: 170px;
    height: 45px;
    background-color: #05A6FA;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

/******************修改密码*****************/
.modifyPassword {
    width: 100%;
    padding-top: 20px;
    background-color: #fff;
    min-height: 829px;
}

.modifyPasswordBox {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 35px 20px 0 177px;
}

.modifyPasswordBox ul {
    width: 360px;
}

.modifyPasswordBox ul li {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.modifyPasswordBox ul li div {
    height: 30px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
}

.mpbName {
    width: 77px;
}

.modifyPasswordBox ul li input {
    display: block;
    box-sizing: border-box;
    width: 280px;
    height: 100%;
    border: 1px solid #ddd;
    font-size: 16px;
    padding-left: 5px;
}

.modifyPasswordBox ul li .mpbSub {
    background-color: #05A6FA;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 0;
}

/******************消费明细*****************/
.cost {
    width: 100%;
    min-height: 593px;
    background-color: #fff;
    padding: 20px 0;
}

.costBox {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 20px;
}

.costType {
    width: 100%;
    height: 40px;
}

.costType > div {
    height: 100%;
    line-height: 40px;
    color: #666;
}

.costTypeLf span {
    font-size: 16px;
    margin-right: 20px;
}

.costTypeLf select {
    width: 286px;
    height: 100%;
    border-color: #ddd;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding-left: 30px;
    border-radius: 2px;
}

.costTypeRt label {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 11px 5px 0 30px;
}

.costTypeRt .ctChecked {
    background-image: url(../images/spot3.png);
}

.costTypeRt input {
    display: none;
}

.costTypeRt span {
    display: block;
    float: left;
    font-size: 14px;
}

.costListBox {
    font-size: 14px;
    color: #666;
    margin-top: 30px;
}

.costkind {
    width: 100%;
    height: 45px;
    background-color: #f2f2f2;

}

.costkind div,
.costList ul li div {
    height: 100%;
    float: left;
    line-height: 45px;
    text-align: center;
}

.costkind1,
.costData1 {
    width: 85px;
}

.costkind2,
.costData2 {
    width: 153px;
}

.costkind3,
.costkind4,
.costData3,
.costData4 {
    width: 108px;
}

.costkind5,
.costData5 {
    width: 100px;
}

.costkind6,
.costData6 {
    width: 250px;
}

/*.costkind7,.costData7{
    width: 229px;
}*/
.costList {
    width: 100%;
}

.costList ul li {
    width: 100%;
    height: 45px;
}

.costList ul .costBg {
    background-color: #f2f2f2;
}

/*****************站内消息*****************/
.webNews {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
    background-color: #fff;
}

.webNewsBox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 30px;
    font-size: 14px;
}

.webNewsKind {
    width: 100%;
    height: 45px;
    background-color: #f2f2f2;
    color: #666;
}

.webNewsKind div,
.webNewsList ul li div {
    height: 100%;
    float: left;
    line-height: 45px;
    text-align: center;
    box-sizing: border-box;
}

.webNewsKind1,
.webNewsData1 {
    width: 106px;
}

.webNewsKind .webNewsKind2,
.webNewsList ul li .webNewsData2 {
    text-align: left;
    width: 570px;
    padding-left: 52px;
}

.webNewsKind3,
.webNewsData3 {
    width: 269px;
}

.webNewsList ul li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e4e4e4;
}

.webNewsList ul .wnlHover {
    background-color: #f9f9f9;
    border-color: #fff !important;
}

.webNewsList ul .wnlHover a {
    color: #05A6FA;
}

.webNewsList ul li div {
    line-height: 60px;
    color: #999;
}

.webNewsList ul li div a {
    color: #999;
}

.webNewsList ul li div a:hover {
    color: #05A6FA;
}

.webNewsBox .package {
    margin-top: 15px;
}

.webNewsBox .seekRemarks {
    margin-top: 30px;
}

/****************站内消息详情***************/
.webNewsDetail {
    width: 100%;
    padding-top: 20px;
    background-color: #fff;
}

.webNewsDetailBox {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 30px;
}

.wndTit {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #383838;
    text-align: center;
}

.wndTime {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 34px;
}

.wndTime span {
    margin: 0 14px;
}

.wndTime img {
    margin-top: -2px;
    margin-right: 5px;
}

.wndText {
    min-height: 510px;
    font-size: 14px;
    color: #999;
    margin-top: 28px;
    line-height: 32px;
    padding-bottom: 20px;
}

.wndFlip {
    width: 100%;
    height: 60px;
    line-height: 45px;
    font-size: 14px;
    color: #999;
    border-top: 15px solid #f2f2f2;
    box-sizing: border-box;
    padding: 0 20px;
}

.wndFlip a {
    color: #999;
}

.wndFlip a:hover {
    color: #05A6FA;
}

/*****************挂靠栏目******************/
.address {
    font-size: 14px;
    color: #999;
    padding-top: 7px;
    margin-left: 15px;
}

.filterTable {
    width: 100%;
    background-color: #fff;
    margin-top: 12px;
    box-sizing: border-box;
    padding: 0 15px;
}

.filterTable ul li {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    color: #383838;
    line-height: 30px;
    padding: 7px 0;
}

.filterTable ul .nmb {
    border-bottom: 0;
}

.filterTable ul li .ftName {
    width: 65px;
    float: left;
}

.filterTable ul li .ftOption {
    max-width: 1105px;
    float: left;
}

.ftOption a {
    display: inline-block;
    color: #383838;
    margin-right: 5px;
    padding: 0 8px;
    border: 1px solid #fff;
}

.ftOption a:hover {
    color: #05A6FA;
}

.ftOption .ftChecked {
    border-radius: 3px;
    color: #FFF;
    background-color: #05A6FA;
}

.ftOption .ftChecked:hover {
    color: #fff
}

.jobInf {
    width: 100%;
    height: 30px;
    margin: 15px 0px;
    border-bottom: 3px solid #05A6FA;
}

.infChose {
    height: 100%;
    float: left;
    font-size: 18px;
    line-height: 1;
}

.infChose > div {
    float: left;
    height: 100%;
    margin-right: 30px;
    box-sizing: border-box;

    color: #666;
    cursor: pointer;
}

.infChose a {
    line-height: 180%;
    padding: 0px 10px;
    font-size: 16px;
}

.infChose .icChecked {
    background-color: #05A6FA;
}

.infChose .icChecked a {
    color: #FFF;
}

.order {
    float: right;
    font-size: 14px;
    color: #666;
    margin-right: 15px;
}

.order a {
    margin-left: 23px;
}

.jobList {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
}

.jlKind {
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    color: #383838;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 11px;
    padding-bottom: 6px;
}

.jlName1,
.jlName2,
.jlName3,
.jlName4 {
    float: left;
}

.jlName1,
.jlDate1 {
    text-align: left;
    width: 535px;
}

.jlName2,
.jlDate2 {
    width: 290px;
    text-align: center;
    overflow: hidden;
    height: 46px;
}

.jlName3,
.jlDate3 {
    width: 190px;
    text-align: center;
}

.jlName4,
.jlDate4 {
    width: 155px;
    text-align: center;
}

.jlBox {
    width: 100%;
    padding-bottom: 60px;
}

.jlBox > ul > li {
    width: 100%;
    height: 49px;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
}

.jlBox > ul > li:hover {
    background-color: #f7f7f7;
}

.jlBox > ul > li:hover div {
    color: #05A6FA;
}

.jlBox > ul > li:hover div a {
    color: #05A6FA;
}

.jlBox > ul > li div {
    float: left;
    font-size: 14px;
    color: #666;
}

.jlDate1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jlDate1 a {
    color: #05A6FA;
    font-size: 14px;
}

.jlDate1 a:hover {
    text-decoration: underline
}

.jlDate2 span {

    height: 15px;
    line-height: 15px;
    padding: 0 2px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    margin-left: 9px;
}

.jlDate2 .testTag {
    background-color: #05A6FA;
}

.vipTag {
    display: inline-block;
    width: 28px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    background: url("../images/vip.png") no-repeat center;
    background-size: 30px 15px;
}

/*******************挂靠栏目详情*******************/
.TBlf span {
    margin-right: 20px;
}

.TBlf a {
    margin-left: 28px;
}

.currentLocation {
    width: 500px;
    font-size: 14px;
    color: #999;
    margin-top: 50px;
    margin-left: 20px;
    float: left;
}

.currentLocation img {
    margin-top: -3px;
    margin-right: 10px;
}

.currentLocation span i {
    font-style: normal;
    color: #05A6FA;
    line-height: 28px;
}

/*左侧*/
.anchoredLf {
    width: 850px;
    float: left;
    margin-top: 15px;
}

.apply {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
}

.applyTit {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

.applyTit .at1 {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #383838;
    margin-top: 16px;
}

.applyTit .at1 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.applyTit .at2 {
    font-size: 12px;
    color: #999;
    padding: 5px 25px;

}

.applyTit .at2 span {
    margin-left: 24px;
}

.atNumber1 i {
    font-style: normal;
    color: #05A6FA;
}

.atNumber2 i {
    font-style: normal;
    color: #05A6FA;
}

.applyBox {
    padding-top: 39px;
}

.applyBox ul li {
    line-height: 1;
    font-size: 14px;
    color: #999;
    margin-bottom: 24px;
}

.applyBox ul li span {
    color: #666;
}

.applyBox ul li span em {
    font-style: normal;
    color: #05A6FA;
}

.applyBox ul li span em img {
    margin-top: -5px;
}

.applyBox ul li span i {
    font-style: normal;
    color: #05A6FA;
}

.abLf {
    float: left;
    margin-left: 65px;
}

.abRt {
    float: left;
    margin-left: 145px;
}

.applyBox ul li .applyFor {
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #05A6FA;
    border-radius: 3px;
}

.QRcode {
    width: 160px;
    height: 90px;
}

.QRcode img {
    width: 90px;
    height: 90px;
    float: left;
}

.codeInf {
    float: right;
    width: 57px;
    margin-top: 16px;
}

.description {
    width: 100%;
    margin-top: 15px;
    background-color: #fff;
    padding: 30px 0 25px 0;
}

.desTit {
    box-sizing: border-box;
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    padding-left: 65px;
    line-height: 1;
}


.desBox {
    margin-top: 30px;
    margin-left: 65px;
    padding-bottom: 50px;
    font-size: 14px;
    color: #666;
    line-height: 180%;
    width: 700px;
}

.desBox ul li {
    margin-bottom: 15px;
    width: 330px;
    float: left;
    overflow: hidden;
    padding-right: 20px;
    list-style-type: disc;
}

.desBox ul li span {
    float: right;
}

.desImg {
    margin-left: 40px;
    margin-top: 30px;
}

.desImg img {
    width: 230px;
    height: 140px;
    margin-right: 16px;
}

.care {
    margin-left: 40px;
    margin-top: 30px;
    font-size: 14px;
    color: #999;
}

.care span {
    color: #05A6FA;
}

.vipCompany {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 15px;
}

.vcTit {
    width: 820px;
    height: 30px;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.vcTit ul {
    margin-left: 25px;
}

.vcTit ul li {
    float: left;
    font-size: 16px;
    margin-right: 30px;
    height: 30px;
    box-sizing: border-box;
}

.vcChecked {
    color: #05A6FA;
    border-bottom: 3px solid #05A6FA;
}

.vcList {
    box-sizing: border-box;
    padding: 0 25px;
}

/*右侧*/
.anchoredRt {
    width: 335px;
    float: left;
    margin-left: 15px;
}

.asideCompany {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 30px 15px;
    background-color: #fff;
    margin-top: 15px;
}

.asideCompany dl {
    width: 100%;
}

.asideCompany dd {
    width: 132px;
    height: 70px;
    float: left;
}

.asideCompany dd img {
    width: 100%;
    height: 100%;
}

.asideCompany dt {
    width: 173px;
    height: 70px;
    font-size: 14px;
    color: #999;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}

.asideCompany dt ul li {
    margin-bottom: 15px;
    line-height: 1;
}

.asideCompany dt ul li span {
    color: #05A6FA;
}

.asideCompany dt ul .nmb {
    margin-bottom: 0;
}

.asideName {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.asideName i {
    line-height: 22px;
    display: inline-block;
    border-radius: 3px;
    padding: 0 15px;
    font-style: normal;
    color: #fff;
    margin-left: 2px;
}

.licenseTag {
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    color: #fff;
    background: url("../images/yyzz.png") no-repeat center;
    background-size: 17px 17px;
    text-indent: 100%;
    overflow: hidden;

}

.signTime {
    font-size: 14px;
    color: #999;
    margin-top: 16px;
}

.similar {
    width: 100%;
    box-sizing: border-box;
    padding: 22px 15px 23px 15px;
    background-color: #fff;
    margin-top: 15px;
}

.similarTit {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ddd;
}

.similarTit span {
    font-size: 14px;
    color: #383838;
    line-height: 1;
}

.similarTit span img {
    margin-top: -3px;
    margin-right: 10px;
}

.similarTit a {
    font-size: 14px;
    float: right;
    color: #999;
    margin-top: 1px;
}

.similarTit a:hover {
    color: #05A6FA;
}

.similarList {
    width: 100%;
    margin-top: 10px;
}

.similarList ul li {
    width: 100%;
    height: 84px;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding-top: 14px;
}

.similarList ul .nbb {
    border-bottom: none;
}

.similarList ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.salary {
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.salary span {
    margin-right: 35px;
}

.salary span i {
    font-style: normal;
    color: #05A6FA;
}

.industryNews {
    width: 100%;
    box-sizing: border-box;
    padding: 22px 15px 10px 15px;
    background-color: #fff;
    margin-top: 15px;
}

.inList {
    margin-top: 25px;
}

.inList ul li {
    width: 100%;
    margin-bottom: 20px;
}

.inList ul li:hover dl dd {
    border: 1px solid #05A6FA;
}

.inList ul li:hover dl dt a {
    color: #05A6FA;
}

.inList ul li dl dd {
    width: 150px;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #fff;
    float: left;
}

.inList ul li dl dd img {
    width: 100%;
    height: 100%;
}

.inList ul li dl dt {
    width: 155px;
    height: 80px;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}

.inList ul li dl dt a {
    display: block;
    font-size: 14px;
    color: #383838;
}

.date {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}

.date img {
    margin-top: -2px;
    margin-right: 10px;
}

/******************公司简介*******************/
.profileBox {
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 32px;
    padding-top: 50px;
}

.imgBox {
    width: 100%;
    margin: 19px 0;
}

.imgBox img {
    max-width: 100%;
}

.lineCut {
    width: 100%;
    height: 12px;
}

/*******************推广服务******************/
.otherTop .topBox {
    background-color: #fff;
}

.topBg {
    width: 100%;
    background-color: #f2f2f2;
}

.topImg {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
}

.memberBusiness {
    width: 100%;
    margin-top: 40px;
    background-color: #fff;
    padding-top: 30px;
}

.vipTage {
    width: 98px;
    height: 36px;
    box-sizing: border-box;
    border-left: 5px solid #05A6FA;
    background-color: #ffedf2;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 36px;
}

.vipBusiness {
    box-sizing: border-box;
    padding: 0 20px;
}

.businessBox {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.bbLf {
    width: 220px;
    height: 220px;
    background-color: #05A6FA;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    line-height: 1;
    float: left;
}

.bbLf .h3 {
    font-size: 24px;
    margin-top: 55px;
}

.bbLf span {
    display: block;
    font-size: 14px;
    margin-top: 16px;
}

.bbLf a {
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 32px;
    font-size: 14px;
}

.bbRt {
    width: 940px;
    height: 220px;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.privilege {
    width: 100%;
    font-size: 16px;
    color: #666;
    position: relative;
}

.privilege a {
    color: #05A6FA;
    margin-left: 10px;
}

.explain {
    width: 489px;
    height: 150px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 12px 20px 44px 20px;
    font-size: 14px;
    color: #666;
    /*line-height: 32px;
    z-index: 999;
    box-shadow: 0 0 7px #ddd;
    display: none;position: absolute;top: 0;left: 230px;*/
}

.explain span {
    color: #05A6FA;
}

.explainTit {
    margin-bottom: 15px;
}

.privilegeList {
    width: 100%;
    margin-top: 22px;
}

.privilegeList ul li {
    width: 230px;
    height: 175px;
    float: left;
    text-align: center;
    line-height: 1;
}

.privilegeList ul li img {
    width: 80px;
    height: 80px;
    margin-top: 22px;
}

.privilegeList ul li .h3 {
    font-size: 18px;
    color: #383838;
    margin-top: 10px;
}

.privilegeList ul li span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #05A6FA;
    margin: 0 auto;
    margin-top: 10px;
}

.privilegeList ul li .plText {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}

.addService {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 23px;
}

.addService .asTit {
    font-size: 20px;
    color: #383838;
}

.asList {
    width: 100%;
}

.asList > ul > li {
    border-bottom: 1px solid #ddd;
}

.asList > ul > li .businessBox {
    margin-top: 40px;
}

.asList > ul .nbb {
    border-bottom-color: #fff;
}

.dateUp {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 40px;
}

.dateUp {
    width: 100%;
    padding-top: 40px;
    background-color: #fff;
}

.dateTable {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 25px;
}

.dateTable img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.dateText {
    width: 100%;
    font-size: 18px;
    color: #383838;
    text-align: center;
    margin-top: 25px;
}

.flowPath {
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    padding: 40px 0;
}

.fpBox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.konwMore {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #666;
}

.konwMore span {
    color: #05A6FA;
}

.pathImg {
    width: 100%;
    height: 207px;
    text-align: center;
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding-top: 30px;
    margin-top: 30px;
}

/*****************网站公告******************/
.bulletin {
    width: 100%;
    padding-bottom: 25px;
}

.bulletinKind {
    width: 100%;
    height: 45px;
    background-color: #f2f2f2;
}

.bulletinKind div {
    float: left;
    height: 100%;
    font-size: 14px;
    color: #666;
    line-height: 45px;
    text-align: center;
}

.bulletinKind .bk1,
.bulletinDate1 {
    width: 110px;
}

.bulletinKind .bk2,
.bulletList ul li .bulletinDate2 {
    width: 575px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 50px;
}

.bulletinKind .bk3,
.bulletinDate3 {
    width: 270px;
}

.bulletList {
    width: 100%;
}

.bulletList ul .dateHover {
    background-color: #f9f9f9;
    border-color: #fff !important;
}

.bulletList ul .dateHover div {
    color: #05A6FA;
}

.bulletList ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e4e4e4;
}

.bulletList ul li div {
    float: left;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.bulletin .package {
    margin-top: 0;
}

/********************招聘英才********************/
.talent {
    width: 100%;
    margin-top: 8px;
}

.talentTit {
    font-size: 14px;
    color: #999;
    line-height: 2;
}

.talentTag {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #05A6FA;
    color: #fff;
    font-size: 16px;
    margin-top: 17px;
}

.talentBox {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding-bottom: 52px;
}

.talentBox span {
    display: block;
    font-size: 16px;
    color: #05A6FA;
    margin-top: 25px;
}

.talentBox i {
    display: block;
    font-style: normal;
    color: #383838;
}

/********************网站地图********************/
.webMap {
    width: 100%;
    line-height: 1;
    margin-top: 15px;
    padding-bottom: 55px;
}

.webMap ul li {
    margin-bottom: 35px;
}

.webMap .totalKind {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.webMap span {
    font-size: 14px;
    color: #999;
    margin-right: 28px;
}

/********************联系我们********************/
.contactWay {
    width: 100%;
    margin-top: 10px;
}

.contactWay ul {
    width: 100%;
}

.contactWay ul li {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #383838;
    line-height: 1;
    margin-bottom: 30px;
}

.contactWay ul li img {
    margin-right: 8px;
}

.CompanyAddress {
    width: 100%;
    height: 345px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.CompanyAddress iframe {
    width: 100%;
    height: 100%;
}

/*********************简历举报********************/
.report {
    width: 100%;
    height: 566px;
    background-color: #fff;
    margin-top: 40px;
    box-sizing: border-box;
    padding-top: 30px;
    position: relative;
}

.reportBox {
    width: 580px;
    margin: 0 auto;
}

.reportTit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    color: #666;
    text-align: center;
}

.reportTit span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #05A6FA;
    margin: 0 auto;
    margin-top: -1px;
}

.reportContent {
    margin-top: 75px;
}

.reportContent ul li {
    width: 580px;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1;
}

.reportContent ul li span {
    display: block;
    margin-right: 21px;
    float: left;
}

.reportContent ul li em {
    display: block;
    float: left;
    font-style: normal;
}

.reportContent ul li em textarea {
    display: block;
    max-width: 470px;
    max-height: 200px;
    min-width: 470px;
    min-height: 200px;
    border-color: #ddd;
    font-size: 14px;
    color: #666;
    outline: none;
    box-sizing: border-box;
    padding: 10px;
}

.reportContent ul li em input {
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #05A6FA;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    margin-top: 30px;
    cursor: pointer;
}

.report .lfTop {
    position: absolute;
    top: 89px;
    left: 0;
}

.report .rtBottom {
    position: absolute;
    bottom: 50px;
    right: 40px;
}

/********************举报列表********************/
.reportMain {
    width: 100%;
    background-color: #fff;
    margin-top: 40px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
}

.reportBox2 {
    width: 1000px;
    margin: 0 auto;
}

.reportInner {
    width: 100%;
}

.reportInner .reportKind {
    width: 100%;
    background-color: #f8f8f8;
    margin-top: 30px;
}

.reportInner .reportKind div,
.reportList ul li div {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    text-align: center;
    float: left;
}

.rk1,
.rk3,
.reportDate1,
.reportDate3 {
    width: 240px;
}

.rk2,
.reportDate2 {
    width: 145px;
}

.rk4,
.reportDate4 {
    width: 215px;
}

.rk5,
.reportDate5 {
    width: 160px;
}

.reportInner .reportKind span {
    display: block;
}

.reportList ul li {
    width: 100%;
    height: 50px;
}

.reportList ul li:hover {
    background-color: #f8f8f8;
}

.reportBox .package {
    margin-top: 60px;
}

.reportBox .packRemarks {
    margin-top: 5px;
    margin-bottom: 0;
}

/*********************简历举报详情********************/
.reportOverview {
    width: 100%;
    min-height: 500px;
    margin-top: 30px;
}

.reportOverview ul li {
    font-size: 16px;
    color: #383838;
    line-height: 30px;
    margin-bottom: 6px;
}

.reportOverview ul li span {
    font-size: 14px;
    color: #999;
}

.pageTurning {
    width: 1170px;
    height: 50px;
    margin: 0 auto;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #666;
    line-height: 50px;
    margin-top: 15px;
}

.pageTurning div {
    width: 50%;
    box-sizing: border-box;
}

.pageTurning div img {
    margin-top: -1px;
    margin-right: 5px;
}

.pageTurning .prev {
    padding-left: 20px;
}

.pageTurning .next {
    text-align: right;
    padding-right: 20px;
}

.reportBack {
    width: 60px;
    height: 60px;
    background-image: url(../images/back2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.reportBack a {
    display: block;
    width: 100%;
    height: 100%;
}

/******************404页面*******************/
.undenfind {
    width: 1200px;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
}

.undenfindBg {
    width: 967px;
    height: 568px;
    margin: 0 auto;
    margin-top: 194px;
    background-image: url(../images/404.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.undenfind a {
    display: block;
    width: 170px;
    height: 50px;
    background-color: #62e0ff;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    position: absolute;
    top: 670px;
    left: 50%;
    margin-left: -85px;
    border-radius: 3px;
}

/*********************简历库列表**********************/
.address img {
    margin-right: 10px;
}

.resumeBox {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 15px 50px 15px;
}

.resumeKind {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
}

.resumeKind div,
.resumeList div {
    text-align: center;
    float: left;
    font-size: 16px;
    color: #383838;
}

.resumeKind1,
.resumeKind3,
.resumeKind5,
.resumeKind6,
.resumeDate1,
.resumeDate3,
.resumeDate5,
.resumeDate6 {
    width: 165px;
}

.resumeKind2,
.resumeDate2 {
    width: 160px;
}

.resumeKind4,
.resumeDate4 {
    width: 170px;
}

.resumeList {
    width: 100%;
}

.resumeList ul li {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #e4e4e4;
}

.resumeList ul li:hover {
    background-color: #f7f7f7;
}

.resumeList ul li:hover div {
    color: #05A6FA;
}

.resumeList ul li div {
    font-size: 14px;
    color: #666;
    line-height: 45px;
}

.resumeDate1 img {
    margin-right: 5px;
}

.resumeBox .packRemarks {
    display: inline-block;
    margin: 0;
}

/*******************简历库详情********************/
.resumeDetail,
.otherInt {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    margin-top: 0px;
}

.rdTit {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.rdTit:after {
    content: "";
    width: 30px;
    height: 22px;
    background-color: #05A6FA;
    position: absolute;
    left: -40px;
    top: 2px;
}

.rdTitLf {
    font-size: 24px;
    color: #383838;
    line-height: 1;
}

.rdTitRt {
    margin-top: 18px;
}

.rdTitRt span {
    font-size: 12px;
    margin-right: 25px;
}

.resumeInf {
    width: 100%;
    margin-top: 40px;
}

.resumePhoto {
    width: 150px;
    height: 150px;
}

.resumePhoto img {
    width: 100%;
    height: 100%;
}

.resumeAbout {
    margin-left: 20px;
    font-size: 16px;
    box-sizing: border-box;
    padding-top: 24px;
}

.resumeAbout .raName {
    color: #666;
}

.resumeAbout .raName img {
    margin-left: 10px;
}

.resumeAbout .raInf {
    margin-top: 20px;
}

.resumeAbout .raInf span {
    margin: 0 10px;
}

.resumeAbout .raState {
    margin-top: 15px;
}

.resumeAbout .raState span {
    margin-right: 52px;
}

.certificateInf {
    width: 100%;
    min-height: 100px;
    position: relative;
}

.certificateInf .ciBox {
    width: 100%;
    font-size: 16px;
    color: #999;
}

.certificateInf .ciBox ul li {
    margin-bottom: 24px;
    line-height: 1;
}

.certificateInf .ciBox ul li span {
    color: #666;
}

.certificateInf .lookContact {
    width: 150px;
    height: 45px;
    font-size: 14px;
    color: #fff;
    background-color: #05A6FA;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    position: absolute;
    top: 48px;
    left: 364px;
    cursor: pointer;
}

.certificateInf .lookContactBox {
    width: 340px;
    height: 200px;
    position: absolute;
    top: -31px;
    left: 613px;
    box-shadow: 0 0 5px #ddd;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 24px;
    font-size: 16px;
    color: #999;
    display: none;
}

.certificateInf .show {
    display: block;
}

.certificateInf .lookContactBox ul li {
    line-height: 1;
    margin-bottom: 24px;
}

.certificateInf .lookContactBox span {
    color: #383838;
}

.otherInt {
    padding-bottom: 40px;
}

.otherInt .desBox,
.otherInt .care {
    margin-left: 0;
}

/*会员登录弹框*/
.signBoxBg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    display: none;
}

.vipSignin {
    width: 570px;
    height: 324px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -162px;
    margin-left: -285px;
    box-shadow: 0 0 5px #ddd;
    background-color: #fff;
    border-radius: 3px;
}

.vsTit {
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #383838;
    font-size: 18px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    position: relative;
}

.vsTit:after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #05A6FA;
    position: absolute;
    top: 35px;
    left: 50px;
}

.vsForm {
    width: 460px;
    margin: 0 auto;
    margin-top: 30px;
}

.vsForm .vsFormLf,
.vsForm .vsFormRt {
    width: 200px;
}

.vsForm .vsFormLf {
    position: relative;
}

.vsForm .vsFormLf:after {
    content: "";
    width: 1px;
    height: 150px;
    background-color: #ddd;
    position: absolute;
    top: -6px;
    right: -32px;
}

.vsForm .vsFormLf input {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #383838;
    padding-left: 20px;
}

.vsForm .vsFormLf .vsSub {
    background-color: #05A6FA;
    color: #fff;
    text-align: center;
    border: none;
    padding: 0;
}

.vsForm .vsFormRt {
    font-size: 14px;
    color: #999;
}

.vsFree,
.vsFind {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin-top: 20px;
}

.vsForm .vsFormRt .vsFree {
    background-color: #e4e4e4;
    color: #383838;
}

.vsForm .vsFormRt .vsFind {
    background-color: #05A6FA;
    color: #fff;
}

.vsFindPass {
    width: 100%;
    text-align: center;
    margin-top: 23px;
    font-size: 14px;
}

.vsFindPass a {
    color: #05A6FA;
}

/*******************企业库********************/
.companyBox {
    width: 100%;
    margin-top: 15px;
}

.cbLf {
    width: 850px;
}

.companyKind {
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 15px;
}

.companyKind a {
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #666;
    background-color: #f2f2f2;
    margin-right: 3px;
}

.companyKinda:hover {
    color: #05A6FA;
}

.companyKind .cbChecked {
    background-color: #05A6FA;
    color: #fff;
}

.companyKind .cbChecked:hover {
    color: #fff;
}

.companyList {
    width: 100%;
    margin-top: 15px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 15px 0 15px;
}

.companyList ul li {
    width: 100%;
    height: 145px;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 20px 0;
}

.companyList ul .nbb {
    border-bottom: none;
}

.companyList ul li:hover .companyImg {
    border-color: #05A6FA;
}

.companyList ul li:hover .companyEnter a {
    background-color: #05A6FA;
    color: #fff;
}

.companyImg {
    width: 200px;
    height: 105px;
    box-sizing: border-box;
    border: 1px solid #fff;
    overflow: hidden;
}

.companyImg a {
    display: block;
}

.companyImg img {
    width: 100%;
    height: 100%;
}

.companyInf {
    width: 495px;
    height: 105px;
    box-sizing: border-box;
    padding-left: 10px;
    border-right: 1px solid #e4e4e4;
}

.ciName,
.ciMajor {
    font-size: 16px;
    color: #383838;
    margin-bottom: 16px;
}

.ciName span,
.ciMajor span {
    font-size: 14px;
    padding: 0 10px;
    background-color: #05A6FA;
    color: #fff;
    margin-left: 8px;
}

.ciName .headColor {
    background-color: #05A6FA;
}

.ciContact {
    font-size: 14px;
    color: #999;
}

.ciContact span {
    margin-right: 25px;
}

.ciContact span img {
    margin-top: -4px;
    margin-right: 5px;
}

.companyEnter {
    width: 120px;
    height: 105px;
}

.companyEnter a {
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-top: 39px;
    margin-left: 29px;
}

.packageBox {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 1px;
}

.companyBox .package {
    margin-top: 15px;
    margin-bottom: 60px;
}

.companyBox .package ul li :hover {
    background-color: #05A6FA;
}

.packRemarks {
    margin: 0;
}

.cbrt {
    border-bottom: 3px solid #05A6FA;
}

.recommendCompany {
    width: 100%;
    box-sizing: border-box;
    padding: 22px 15px 10px 15px;
    background-color: #fff;
}

.recommendCompany .inList {
    margin-top: 0;
}

.recommendCompany .inList ul li {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0;
}

.recommendCompany .inList ul .nbb {
    border-bottom: none;
}

/**********************企业首页************************/
.topCompany {
    background-color: #383838;
    height: 60px;
    box-sizing: border-box;
    padding-top: 10px;
}

.topCompany .topBox {
    background: none;
}

.topCompany .TBlf span {
    color: #fff;
}

.topCompany .TBlf a {
    color: #fff;
}

.topCompany .accountInf > span {
    color: #fff;
}

.topCompany .accountInf ul {
    top: 50px;
}

.topCompany .accountInf ul li:hover a {
    background-color: #05A6FA;
}

.topCompany .topBox .TBrt .state > ul li:hover {
    background-color: #383838;
}

.topCompany .topBox .TBrt .state > ul li a {
    color: #fff;
}

/*顶部图*/
.companyTopImg {
    width: 100%;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.companyTit {
    width: 1200px;
    height: 80px;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 20px 0px;
}

.companyMain {
    width: 100%;
    background-color: #f2f2f2;
    padding-bottom: 80px;
}

.companyCmain {
    width: 1200px;
    margin: 0 auto;
}

.ctLf {
    height: 100%;
}

.companyLogo {
    width: 160px;
    height: 80px;
    margin-top: -15px;
}

.companyLogo a {
    display: block;
}

.companyLogo img {
    width: 100%;
    height: 100%;
}

.companyCall {
    height: 80px;
    margin-left: 20px;
    line-height: 1;
}

.companyCall .ccName {
    font-size: 24px;
    color: #383838;
    margin: 13px 0;
}

.companyCall .lookTimes {
    font-size: 14px;
    color: #666;
}

.companyCall .lookTimes span {
    margin-right: 30px;
}

.ctRt {
    height: 100%;
}

.ctRt span {
    display: block;
    width: 110px;
    height: 34px;
    margin-top: 23px;
    font-size: 14px;
    margin-right: 20px;

}

.ctRt span img {
    margin-right: 5px;
}

.companyNav {
    width: 100%;
    background-color: #A2A2A2;
    box-sizing: border-box;
}

.companyNav ul li {
    width: 171px;
    height: 40px;
    line-height: 40px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.companyNav ul li:hover {
    overflow: visible
}

.companyNav ul li ul {
    background-color: #05A6FA;
    position: absolute;
    top: 40px;
}

.companyNav ul li ul li {
    height: 40px;
}

.companyNav ul li a {
    display: block;
    margin: 0 auto;
    color: #fff;
}

.companyNav ul .cnChecked a {
    background-color: #05A6FA;
}

.companyNav ul .nbr {
    border-right: none;
}

.companyBrief {
    width: 100%;
    margin-top: 15px;
}

.briefLf {
    width: 850px;
    min-height: 386px;
    background-color: #fff;
}

.innerTag {
    width: 1140px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    position: relative;
    margin-top: 30px;
    box-sizing: border-box;
    padding-left: 30px;
    font-weight: bold;
}

.innerTag img {
    margin-top: -4px;
    margin-right: 5px;
}

.briefText {
    width: 790px;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin-top: 14px;
}

.textCut {
    width: 100%;
    height: 16px;
}

.briefLf > a {
    display: block;
    width: 120px;
    height: 36px;
    background-color: #05A6FA;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    margin-left: 30px;
    margin-top: 32px;
}

.briefRt {
    width: 335px;
    height: 386px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 15px 0 15px;
}

.contactInf {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
    color: #05A6FA;
}

.contactInf img {
    margin-top: -2px;
    margin-right: 5px;
}

.contactInfBox {
    padding-left: 25px;
    font-size: 16px;
    color: #383838;
    margin-top: 16px;
}

.contactInfBox ul li {
    margin-bottom: 14px;
}

.contactInfBox ul li span {
    color: #999;
}

.recruitmentListBox {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 50px;
    padding-top: 1px;
    background-color: #fff;
    margin-top: 15px;
}

.recruitmentBox {
    width: 100%;
    margin-top: 18px;
    box-sizing: border-box;
    padding: 0 30px;
}

.recruitmentKind {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
}

.recruitmentKind div,
.recruitmentList ul li div {
    float: left;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #666;
}

.recruitmentKind1,
.recruitmentDate1 {
    width: 490px;
}

.recruitmentKind .recruitmentKind1 {
    padding-left: 124px;
    box-sizing: border-box;
    text-align: left;
}

.recruitmentKind2,
.recruitmentDate2 {
    width: 180px;
}

.recruitmentKind3,
.recruitmentDate3 {
    width: 295px;
}

.recruitmentKind4,
.recruitmentDate4 {
    width: 175px;
}

.recruitmentList {
    width: 100%;
}

.recruitmentList ul li {
    width: 100%;
    height: 60px;
}

.recruitmentList ul .recBg {
    background-color: #f9f9f9;
}

.recruitmentList ul li div {
    color: #999
}

.recruitmentList ul li .recruitmentDate1 {
    text-align: left;
}

.recruitmentList ul li .recruitmentDate1 a {
    color: #999;
}

.recruitmentList ul li .recruitmentDate1 a:hover {
    color: #05A6FA;
}

.moreJob {
    width: 140px;
    height: 45px;
    border-radius: 3px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    float: right;
}

.moreJob a {
    display: block;
    width: 100%;
    height: 100%;
    color: #05A6FA;
}

/*******************公司简介详情*********************/
.briefTextImg {
    width: 100%;
    height: 200px;
    margin: 30px 0;
}

.briefTextImg div {
    width: 380px;
    height: 100%;
}

.briefTextImg div img {
    width: 100%;
    height: 100%;
}

/*********************招聘信息*********************/
.companySelect {
    width: 100%;
    height: 115px;
    box-sizing: border-box;
    padding-top: 15px;
    margin-top: 15px;
    background-color: #fff;
}

.innerTagBox {
    width: 100%;
}

.innerTagBox .innerTag {
    margin-top: 0;
}

.jobWorking {
    font-size: 16px;
    color: #999;
    line-height: 40px;
}

.companySelecttion {
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 0 30px;
}

.companySelecttion select {
    width: 220px;
    height: 38px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
    border-color: #ddd;
    border-radius: 1px;
    margin-right: 13px;
}

.companySelecttion .btn {
    height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFF;
    border-color: #ddd;
    border-radius: 1px;
    margin-right: 13px;
    background-color: #05A6FA;
    padding: 0px 15px;
}

.companyRecruitmentList {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 60px 30px;
    margin-top: 15px;
    background-color: #fff;
}

.companyRecruitmentList .recruitmentList {
    border-bottom: 1px solid #eee;
}

.companyRecruitmentList .package ul li:hover a {
    background-color: #05A6FA;
}

/*******************联系我们********************/
.companyContactBox {
    width: 100%;
    margin-top: 15px;
    background-color: #fff;
    padding-top: 1px;
}

.companyContactInf {
    margin-top: 27px;
    box-sizing: border-box;
    padding: 0 30px;
}

.companyContactInf ul li {
    width: 360px;
    height: 100px;
    box-shadow: 0 0 4px #ddd;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
    padding-left: 55px;
}

.companyContactInf ul .nmr {
    margin-right: 0;
}

.cciImg {
    width: 35px;
    line-height: 100px;
    text-align: center;
    margin-right: 15px;
}

.cciText {
    height: 100%;
    box-sizing: border-box;
    padding-top: 38px;
    line-height: 26px;
}

.cciDobule {
    padding-top: 27px;
}

.companyContactMap {
    width: 100%;
    height: 440px;
    box-sizing: border-box;
    padding: 0 30px 40px 30px;
}

.companyContactMap iframe {
    width: 100%;
    height: 100%;
}

/*********************证书评价*******************/
.valuationAddress {
    width: 100%;
    height: 45px;
    background-color: #fff;
    margin-top: 15px;
}

.valuationAddress .address {
    font-size: 16px;
    color: #666;
    margin-top: 0;
    height: 100%;
    line-height: 45px;
}

.valuationBox {
    width: 100%;
    height: 375px;
    background-image: url(../images/topImg3.jpg);
    background-repeat: no-repeat;
    margin-top: 15px;
    box-sizing: border-box;
    padding-top: 37px;
}

.startValuation {
    width: 855px;
    margin: 0 auto;
}

.startValuation select {
    width: 220px;
    height: 40px;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding-left: 20px;
    display: block;
    float: left;
    margin-right: 18px;
}

.startValuation input {
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    display: block;
    float: left;
    background-color: #05A6FA;
    border-radius: 3px;
}

.valuationShow {
    width: 855px;
    height: 210px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    margin-top: 48px;
    border-radius: 5px;
    position: relative;
}

.valuationShowMajor {
    width: 612px;
    height: 89px;
    background-color: #05A6FA;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -306px;
    box-shadow: 5px 5px 5px #ccc;
    z-index: 2;
    text-align: center;
    color: #fff;
    line-height: 1;
}

.valuationShowMajor:after {
    content: "";
    width: 4px;
    height: 7px;
    background-image: url(../images/angle.png);
    position: absolute;
    top: 0px;
    right: -4px;
}

.valuationShowMajor .h3 {
    font-size: 24px;
    margin: 18px 0;
}

.valuationShowMajor span {
    display: block;
    font-size: 14px;
}

.valuationShowDate {
    width: 612px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: absolute;
    left: 122px;
    bottom: 40px;
}

.valuationShowDate div {
    width: 50%;
    height: 100%;
    font-size: 20px;
    color: #666;
    text-align: center;
    box-sizing: border-box;
    padding-top: 16px;
    line-height: 1;
}

.valuationShowDate div span {
    font-size: 26px;
    color: #05A6FA;
}

.vsd1 {
    position: relative;
}

.vsd1:after {
    content: "";
    width: 4px;
    height: 22px;
    position: absolute;
    top: 19px;
    right: -2px;
    background-color: #05A6FA;
}

.valuationPs {
    width: 100%;
    height: 45px;
    background-color: #fff;
    margin: 15px 0;
    font-size: 14px;
    color: #666;
    line-height: 45px;
    text-align: center;
}

.valuationPs span {
    margin-left: 35px;
}

.valuationPs span i {
    font-style: normal;
    color: #05A6FA;
}

.valuationPs span img {
    margin-right: 5px;
}

.valuationTable {
    width: 900px;
    height: 508px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 15px 0 15px;
}

.valuationTableTit {
    width: 100%;
    font-size: 14px;
    color: #383838;
}

.vttrt {
    color: #666;
    margin-right: 120px;
}

.vttrt span {
    margin-left: 30px;
}

.vttrt span img {
    margin-right: 15px;
}

.valuationTableImg {
    width: 785px;
    text-align: right;
    margin-top: 30px;
}

.valuationTableImg img {
    max-width: 100%;
}

.newAddBox {
    width: 284px;
    height: 508px;
    background-color: #fff;
}

.newAdd {
    width: 100%;
    height: 243px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 27px;
    position: relative;
}

.newAddTit {
    font-size: 24px;
    color: #383838;
    line-height: 1;
}

.newAddTit span {
    color: #05A6FA;
}

.newAddNumber {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-image: url(../images/addBg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 19px;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
    padding-top: 25px;
}

.newAddNumber span {
    display: block;
    font-size: 30px;
    color: #05A6FA;
    margin-bottom: 4px;
}

.newAddTag {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.newAdd > a {
    display: block;
    width: 144px;
    height: 40px;
    background-color: #05A6FA;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 13px;
}

.newAddBox .cutLine {
    width: 200px;
    height: 2px;
    background-color: #ddd;
    margin: 0 auto;
    margin-bottom: 10px;

}

.dateExplain {
    width: 100%;
    height: 130px;
    background-color: #fff;
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    padding: 21px 15px 0 15px;
    line-height: 32px;
}

.dateExplain span {
    color: #05A6FA;
}

.recommendTable {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 15px 30px 15px;
    margin-top: 15px;
}

.recommendTableInner {
    width: 100%;
    display: none;
    opacity: 0;
}

.recommendTableTit {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #00cccc;
}

.recommendTableTit ul li {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
    float: left;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
}

.recommendTableTit ul .rttChecked {
    background-color: #00cccc;
    color: #fff;
}

.recommendTableKind {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e4e4e4;
}

.recommendTableKind div,
.recommendTableList ul li div {
    height: 100%;
    float: left;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.rtk1,
.rtlDate1 {
    width: 275px;
}

.rtk2,
.rtlDate2 {
    width: 210px;
}

.rtk3,
.rtk4,
.rtlDate3,
.rtlDate4 {
    width: 240px;
}

.rtk5,
.rtlDate5 {
    width: 145px;
}

.recommendTableList {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 2px;
    box-sizing: border-box;
    padding: 11px 0;
}

.recommendTableList ul li div {
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    color: #999;
}

.recommendTableList ul li div span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/time2.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}

.recommendTableList ul li div a {
    color: #999;
}

.recommendTableList ul li:hover div {
    color: #05A6FA;
}

.recommendTableList ul li:hover div span {
    background-image: url(../images/time3.png);
}

.recommendTableList ul li:hover div a {
    color: #05A6FA;
}

/*****************资讯中心******************/
.newsNavBg {
    width: 100%;
}

.newsNav {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
}

.testKind {
    width: 240px;
    height: 100%;
    position: relative;
    z-index: 5;
}

.testKind .testKindTit {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #666;
    line-height: 60px;
}

.testKind .testKindTit img {
    margin-right: 5px;
}

.testKind .testKindList {
    width: 100%;
    height: 206px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
}

.testKind .testKindList ul li {
    width: 50%;
    line-height: 36px;
    font-size: 14px;
    float: left;
    text-align: center;
}

.newsNavBox {
    height: 100%;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 12px;
}

.newsNavBox a {
    display: inline-block;
    padding: 0 15px;
    line-height: 36px;
    color: #666;
    border-radius: 3px;
}

.newsNavBox a:hover {
    background-color: #05A6FA;
    color: #fff;
}

.newsNavBox .nnbChecked {
    background-color: #05A6FA;
    color: #fff;
}

.newsBanner {
    width: 390px;
    height: 340px;
    margin-top: 15px;
    position: relative;
}

.newsBanner img {
    width: 390px;
    height: 340px;
}

.newsBanner .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    bottom: 12px;
    left: 0;
    text-align: center;
    line-height: 11px;
}

.newsBanner .hd ul li {
    display: inline-block;
    width: 33px;
    height: 11px;
    line-height: 11px;
    background-image: url(../images/bannerTag1.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    cursor: pointer;
    margin: 0 4px;
}

.newsBanner .hd ul .on {
    background-image: url(../images/bannerTag2.png);
}

.headlinesNews {
    width: 380px;
    height: 340px;
    background-color: #fff;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 10px 20px 0 20px;
    margin-left: 20px;
}

.headlinesNewsTit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #383838;
    border-bottom: 1px solid #ddd;
}

.headlinesNewsTit img {
    margin-top: -1px;
    margin-right: 5px;
}

.headlinesNewsShow {
    width: 100%;
    height: 98px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding-top: 5px;
}

.headlinesNewsBox {
    width: 100%;
    height: 37px;
    line-height: 37px;
}

.headlinesNewsBox .hnb1 {
    font-size: 14px;
    color: #383838;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headlinesNewsBox .hnb1 a {
    color: #383838;
}

.headlinesNewsBox .hnb1 a:hover {
    color: #05A6FA;
}

.headlinesNewsBox .hnb1 img {
    margin-top: -2px;
    margin-right: 5px;
}

.headlinesNewsBox .hnb2 {
    font-size: 14px;
    color: #999;
}

.headlinesNewsText {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.headlinesNewsText a {
    color: #05A6FA;
}

.newsContnet {
    width: 100%;
    height: 310px;
    background-color: #fff;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 5px 15px 0 15px;
}

.newsContnet .newsContnetBox {
    margin-left: 19px;
}

.newsContnet .nml {
    margin-left: 0;
}

.newsContnetBox {
    width: 376px;
}

.newsContnetTit {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.newsContnetTit .nct1 {
    font-size: 16px;
    color: #383838;
    line-height: 16px;
    padding-left: 10px;
    margin-top: 12px;
}

.newsContnetTit .nct1 span {
    float: right;
}

.newsContnetTit .nct1 span a {
    color: #05A6FA
}


.newsContentHot {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
}

.newsContentHot img {
    width: 140px;
    height: 80px;
}

.newsContentHot dl dd {
    width: 140px;
    height: 80px;
}

.newsContentHot dl dd a {
    display: block;
}

.newsContentHot dl dt {
    width: 236px;
    height: 80px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.newsContentHot dl dt a {
    color: #05A6FA;
}

.newsContentHot dl dt span {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #383838;
}

.newsContentHot dl dt span:hover {
    color: #05A6FA;
}

.newsContentHot dl dt span a {
    color: #383838;
}

.newsContentHot dl dt span a:hover {
    color: #05A6FA;
}

.newsContentList {
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    margin-top: 10px;
}

.newsContentList li .ncl1 {
    max-width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsContentList li .ncl1 a {
    color: #666;
}

.newsContentList li .ncl1 a:hover {
    color: #05A6FA;
}

.newsContentList li .ncl2 {
    color: #999;
}

.hotPosition {
    width: 100%;
    height: 333px;
    background-color: #fff;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 4px 15px 0 15px;
    position: relative;
}

.hotPosition .newsContnetTit {
    height: 48px;
}

.hotPosition .newsContnetTit .nct1 {
    margin-top: 16px;
}

.hotPosition .newsContnetTit .nct2 {
    padding: 0 15px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    background-color: #7de1d9;
    margin-top: 10px;
    margin-left: 20px;
    position: relative;
}

.hotPosition .newsContnetTit .nct2:after {
    content: "";
    width: 6px;
    height: 9px;
    background-image: url(../images/angle2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: -6px;
}

.hotPositionLsit {
    width: 100%;
    font-size: 14px;
    color: #999;
}

.hplLf,
.hplRt {
    width: 555px;
    position: relative;
}

.hplLf:after {
    content: "";
    width: 1px;
    height: 230px;
    background-color: #ddd;
    position: absolute;
    top: 20px;;
    right: -30px
}

.hplLf ul li,
.hplRt ul li {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 55px;
}

.hplLf ul .nbb,
.hplRt ul .nbb {
    border-bottom: none;
}

.hplLf ul li .hplLfText,
.hplRt ul li .hplLfText {
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hplDate1,
.hplDate2,
.hplDate3,
.hplDate4 {
    float: left;
}

.hplDate1,
.hplDate2,
.hplDate3 {
    color: #666;
}

.hplDate1 {
    width: 135px;
}

.hplDate2 {
    width: 225px;
}

.hplDate3 {
    width: 90px;
}

.hplDate4 {
    width: 105px;
    text-align: right;
    color: #999;
}

.more {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/more.png);
}

.more a {
    display: block;
    width: 100%;
    height: 100%;
}

.newest ul li:hover {
    background-color: #f9f9f9;
}

.newest ul li:hover > a div {
    color: #05A6FA;
}

/*******************建筑考试********************/
.newsAddress {
    width: 100%;
    height: 58px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    padding-top: 15px;
}

.newsAddress .address {
    width: 1200px;
    margin: 0 auto;
    color: #666;
}

.testCenterLf {
    width: 850px;
}

.testCenterLf .filterTable {
    margin-top: 0;
}

.testNewsBox {
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 15px 60px 15px;
}

.testNewsList {
    width: 100%;
}

.testNewsList ul li {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border-bottom: 1px solid #F3F2F2;
    padding: 20px 0;
}

.testNewsList ul li:hover .testNewsimg {
    border-color: #05A6FA;
}

.testNewsList ul li:hover .testNewsTit a {
    color: #05A6FA;
}

.testNewsimg {
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #fff;
    overflow: hidden;
}

.testNewsimg a {
    display: block;
}

.testNewsimg a img {
    width: 100%;
    height: 100%;
}

.testNewsText {
    /*width: 595px;*/
    box-sizing: border-box;
    padding-left: 20px;
}

.middleContent{
    font-size: 14px;
    padding-bottom: 10px;
}

.testNewsTit {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
}

.testNewsTit a {
    color: #383838;
}

.testNewsContent {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    color: #999;
}

.testNewsAbout {
    font-size: 14px;
    color: #999;
    line-height: 19px;
    margin-top: 13px;
}

.testNewsAbout span {
    margin-right: 20px;
}

.testNewsAbout span img {
    margin-right: 5px;
}

.testNewsAbout a {
    display: inline-block;
    line-height: 20px;
    padding: 0 6px;
    color: #fff;
    background-color: #05A6FA;
    border-radius: 3px;
}

.testNewsBox .package {
    margin-top: 15px;
}

.testNewsBox .package ul li:hover a {
    background-color: #05A6FA;
}

.testCenterRt {
    width: 335px;
    margin-top: 15px;
}

.jobKind {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px 0 15px;
    background-color: #fff;
    border-bottom: 3px solid #05A6FA;
    margin-bottom: 15px;
}

.jobKind .asideList {
    margin-top: 9px;
}

.asideTit {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
}

.asideTit .atLf {
    height: 100%;
    font-size: 16px;
    color: #383838;
}

.asideTit .atLf img {
    margin-right: 5px;
    margin-top: -1px;
}

.asideList {
    width: 100%;
}

.asideList ul li {
    width: 100%;
}

.asideListDate1,
.asideListDate2,
.asideListDate3 {
    color: #666;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    padding-right: 30px;
    white-space: nowrap;

}

.asideListDate3 {
    width: 101px;
}

.articleRanking {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 15px 13px 15px;
    margin-bottom: 15px;
    border-bottom: 3px solid #05A6FA;
}

.atRt ul li {
    display: inline-block;
    width: 50px;
    height: 24px;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 24px;
    margin-left: 8px;
    cursor: pointer;
}

.atRt ul .rankChecked {
    background-color: #05A6FA;
    color: #fff;
}

.articleRanking .asideList {
    margin-top: 5px;
}

.asideListBox {
    width: 100%;
    display: none;
    opacity: 0;
}

.articleRanking .asideList ul li {
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 43px;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
}

.articleRanking .asideList ul .nbb {
    border-bottom: none;
}

.articleRanking .asideList ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
    box-sizing: border-box;
    padding: 0 6px;
}

.articleRanking .asideList ul li:hover a {
    background-color: #f7f7f7;
    color: #05A6FA;
}

.articleText {
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotJob {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 15px;
    border-bottom: 3px solid #05A6FA;
}

.hotJob .asideTit {
    height: 46px;
}

.hotJob .asideTit .atLf {
    line-height: 46px;
}

.hotJob .aisdeList {
    width: 100%;
    margin-top: 3px;
}

.hotJob .aisdeList ul li {
    width: 100%;
    height: 79px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.hotJob .aisdeList ul .nbb {
    border-bottom: none;
}

.hotJob .aisdeList ul li:hover {
    background-color: #f7f7f7;
}

.hotJob .aisdeList ul li:hover .hotJobText a {
    color: #05A6FA;
}

.hotJobText {
    font-size: 14px;
    color: #666;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    margin-top: 15px;
}

.hotJobAbout {
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
}

.hotJobAbout .hja1 {
    color: #999;
}

.hotJobAbout .hja1 img {
    margin-top: -2px;
    margin-right: 5px;
}

.hotJobAbout .hja2 {
    color: #05A6FA;
}

/******************建筑考试详情*****************/
.newsDetail {
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 19px 15px 20px 15px;
    background-color: #fff;
}

.newsDetailTit {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #383838;
}

.newsDetailAbout {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.newsDetailBox {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    margin-top: 23px;
}

.newsDetailImg {
    width: 100%;
    height: 230px;
    margin: 12px 0;
}

.newsDetailImg img {
    max-width: 100%;
}

.newsDetailImg div {
    width: 400px;
    height: 230px;
}

.newsDetailImg div img {
    width: 100%;
    height: 100%;
}

.newsDetailBox .keyword {
    color: #05A6FA
}

.keyWord {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    color: #666;
}

.keyWord a {
    color: #05A6FA;
    margin-right: 12px;
}

.flip {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    margin-top: 15px;
    font-size: 14px;
    color: #383838;
    box-sizing: border-box;
    padding: 0 15px;
}

.flip a {
    color: #999;
}

.flip a:hover {
    color: #05A6FA;
}

.aboutArticle {
    background-color: #fff;
    padding-bottom: 10px;
}

.aboutArticle .newsContnetBox {
    width: 400px;
}

.aboutArticle .newsContentHot dl dt {
    width: 260px;
    margin-bottom: 10px;
}

.hotArticle {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 15px 15px 15px;
    border-bottom: 3px solid #05A6FA;
}

.hotArticle .asideList ul li {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.hotArticle .asideList ul .nbb {
    border-bottom: none;
}


/*
 *云恋风
 *
 *
 * */

.mcRight_body {
    padding: 20px 12px;
    min-height: 960px;
}

.daily_tasks_top {
    font-size: 16px;
}

.daily_tasks {
    margin-top: 37px;
}

.daily_tasks table {
    border-collapse: collapse;
}

.daily_tasks th,
.daily_tasks td {
    text-align: center;
    font-size: 14px;
    height: 29px;
    border: solid 1px #d7d7d7;
}

.daily_tasks th {
    background: #e4e4e4;
}

.daily_tasks .daily_tasks_th1 {
    width: 128px;
}

.daily_tasks .daily_tasks_th2 {
    width: 86px;
}

.daily_tasks .daily_tasks_th3 {
    width: 97px;
}

.daily_tasks .daily_tasks_th4 {
    width: 404px;
}

.daily_tasks .daily_tasks_th5 {
    width: 160px;
}


.daily_tasks td label {
    width: 110px;
    height: 24px;
    border: solid 1px #05A6FA;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: #05A6FA;
    display: inline-block;
    cursor: pointer;
}

.daily_tasks td span {
    width: 110px;
    height: 24px;
    border: solid 1px #797979;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: #000;
    display: inline-block;
}

.daily_tasks .daily_tasks_th6 {
    width: 566px;
}

.daily_tasks .daily_tasks_th7 {
    width: 180px;
}

.invitation {
    height: 160px;
    padding: 30px 0px 30px 264px;
    background: url(../images/invitation.jpg);
    background-repeat: no-repeat;
    margin-top: 30px;
    font-size: 14px;
    line-height: 30px;
}

.invitation p {
    height: 30px;
}

.invitation #invite_code {
    width: 466px;
    height: 30px;
    border: solid 1px #a6a6a6;
}

.invitation .copy_invite {
    width: 65px;
    height: 30px;
    background-color: #05A6FA;
    border-radius: 5px;
    color: #fff;
}

.invitation .invitation_h {
    font-size: 16px;
}

.invitation_r {
    color: #fa6041;
}

.invitation_b {
    height: 51px;
    background-color: #fff5e5;
    line-height: 51px;
    font-size: 17px;
    text-align: center;
}

.vipDetails {
    float: left;
    width: 63px;
    text-align: center;
}

.vipDetails p {
    font-size: 14px;
    line-height: 20px;
    color: #adadad;
    margin-top: 8px;
}

.vipDetails span {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}


/*index*/
.banner {
    /* background: #f7f7f7 url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center 6px;
    height: 720px;
    position: relative;
    margin-bottom: 20px; */
}

.ban_top {
    text-align: center;
    padding: 30px 0px;
    color: #fff;
}

.ban_top p {
    font-size: 26px;
    line-height: 52px;
    height: 52px;
    color: #ffffff;
}

.ban_top a {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    display: inline-block;
}

.ban_top span {
    display: inline-block;
    height: 24px;
    background: url(../images/ban_line.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 82px;
    vertical-align: middle;
}

.ban_table_t {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 80px;
}

.ban_table_t div {
    /*width: 400px;*/
    height: 76px;
    width: 100%;
    background-color: #d7d7d7;
    text-align: center;
    line-height: 76px;
    font-size: 16px;
    color: #666;
}

.ban_table_t div.actice {
    height: 80px;
    background-color: #ffffff;
    line-height: 80px;

}

.ban_table_t div span {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: bottom;
    color: #000;
}

.ban_table_b {
    /* height: 455px; */
    background: #fff;
}

#ban_recruitment,
#ban_qualification,
#ban_demand {
    padding: 40px;
}

.ban_recruitment_t,
.ban_qualification_t {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
}

.ban_recruitment_b,
.ban_qualification_b {
    margin-bottom: 30px
}

.ban_recruitment_b select,
.ban_qualification_b select {
    height: 46px;
    width: 180px;
    border: 1px solid #05A6FA;
    margin-right: 15px;
    line-height: 46px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.ban_recruitment_b button,
.ban_qualification_b button {
    width: 110px;
    height: 48px;
    background: #05A6FA;
    color: #fff;
    font-size: 16px;
}

.ban_recruitment_f,
.ban_qualification_f {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.ban_recruitment_f div,
.ban_qualification_f div {
    width: 140px;
    line-height: 30px;
    margin-bottom: 30px;
    max-height: 120px;
    overflow: hidden;
}

.ban_recruitment_f div p {
    font-size: 16px;
    color: #000;
}

.ban_recruitment_f div a {
    display: block;
    font-size: 14px;
    color: #818181;
}

.ban_qualification_f div {
    text-align: center;
}

.ban_qualification_f div a span {
    display: block;
    height: 75px;
    line-height: 75px;
}

.ban_qualification_f div a p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

#ban_demand form {
    margin-left: 35px;
}

#ban_demand form div {
    margin-bottom: 13px;
}

#ban_demand form div .ban_demand_s {
    width: 90px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    color: #333;
}


.ban_demand_s em {
    color: red
}

#ban_demand form div input {
    height: 28px;
    width: 250px;
    line-height: 28px;
    border: 1px solid #a6a6a6;
}

#ban_demand form div select {
    height: 28px;
    width: 150px;
    line-height: 28px;
    border: 1px solid #a6a6a6;
}

#ban_demand form div input[type="radio"] {
    height: 14px;
    width: 14px;
    vertical-align: -webkit-baseline-middle;
}

#ban_demand form div label {
    display: inline-block;
    width: 110px;
    vertical-align: -webkit-baseline-middle;
}

#ban_demand form div textarea {
    width: 430px;
    height: 66px;
    border: 1px solid #a6a6a6;
    resize: none;
}

#ban_demand form div #sms_verification {
    width: 140px;
}

#ban_demand form div .dx_code {
    display: inline-block;
    height: 30px;
    color: #fff;
    background: #05A6FA;
    text-align: center;
    width: 72px;
    line-height: 30px;
    vertical-align: bottom;
    margin-left: 20px;
}

#ban_demand form div button {
    width: 137px;
    height: 40px;
    background: #05A6FA;
    color: #fff;
}

#ban_demand .sms_verification .msg-box {
    margin-left: 100px;
}

.main_classify {
    margin-bottom: 20px
}

.main_classify_t {
    height: 40px;
}

.main_classify_t span {
    width: 89px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #05A6FA;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.main_classify_t a {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    float: right;
    margin-top: 17px;
}

.main_classify_b {
    background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px 0px;
}

.main_classify_b div {
    border-left: 1px solid #e4e4e4;
}

.main_classify_b ul li {
    width: 560px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    float: left;
    padding: 0px 20px;
}

.main_classify_b ul li a {
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_classify_b ul li span {
    float: right;
    color: #b5b5b5;
}

.blogroll {
    background: #fff;
    padding: 17px;
}

.blogroll p {
    line-height: 40px;
    font-size: 17px;
}

.blogroll div a {
    line-height: 30px;
    font-size: 14px;
    margin-right: 20px;
    white-space: nowrap;
}

/*

 * 注册页等，
 * */
.login {
    background: url(../images/bg2.jpg);
    background-repeat: repeat-x;
    height: 862px;
}

.login_body {
    width: 644px;
    padding-top: 48px;
    margin: auto;
}

.login_logo {
    width: 103px;
    height: 62px;
}

.login_logo img {
    width: 100%;
    height: 100%;
}

.login_s {
    width: 100%;
    background: #fff;
    margin-top: 12px;
    border: solid 1px #b9b9b9;
    min-height: 375px;
}

.login_s_top {
    text-align: center;
    padding: 20px 0px;
}

.login_s_top a {
    margin: 0px 27px;
    display: inline-block;
    width: 107px;
    height: 37px;
    line-height: 37px;
    background: #e4e4e4;
    border: solid 1px #f7f7f7;
    text-align: center;
    color: #333;
    font-size: 16px;

}

.login_s_top a.Lactive {
    background: #05A6FA;
    color: #fff;
}

.login_s_f form {
    display: block;
    width: 100%;
    font-size: 16px;
}

.login_s_f form p {
    height: 36px;
    line-height: 34px;
    margin-bottom: 10px;
    position: relative;
}

.login_s_f form p .login_s_span {
    width: 115px;
    margin-left: 69px;
    display: inline-block;
}

.login_s_f form p .msg-box {
    left: 493px;
    top: 5px;
}

.login_s_f form p .login_s_span i {
    color: #fa6041;
    margin-right: 5px
}

.login_s_f form p .login_inp {
    width: 300px;
    height: 34px;
    border: solid 1px #a6a6a6;
}

.login_s_f form p .login_inp_s {
    width: 177px;
    height: 34px;
    border: solid 1px #a6a6a6;
}

.login_s_f form p label {
    margin-right: 25px;
    font-size: 16px;
    margin-left: 4px;
    vertical-align: bottom;
}

.login_s_f form p .tp_code {
    width: 113px;
    height: 34px;
    border: solid 1px #a6a6a6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.login_s_f form p .dx_code {
    width: 113px;
    height: 34px;
    border: solid 1px #a6a6a6;
    display: inline-block;
    background: #05A6FA;
    vertical-align: middle;
    margin-left: 4px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.login_s_f form p select {
    width: 149px;
    height: 31px;
    border: solid 1px #a6a6a6;
    display: inline;
}

.login_s_f form button {
    width: 129px;
    height: 40px;
    border: solid 1px #f7f7f7;
    background: #05A6FA;
    color: #fff;
    margin-left: 189px;
}

.service_agreement {
    display: block;
    text-indent: 186px;
    font-size: 14px;
    line-height: 24px;
    color: #fa6041;
    margin-bottom: 51px
}

.pwd_Retrieve {
    font-size: 14px;
    line-height: 24px;
    color: #fa6041;
}

.login_inp_s_mt {
    padding-top: 30px;
}

.retrieve_s_top a {
    display: block;
    background: url(../images/retrieve.png) no-repeat;
    width: 93px;
    height: 17px;
    line-height: 17px;
    font-size: 16px;
    color: #00b38a;
    margin: 34px 0px 34px 430px;
}

.retrieve_steps {
    display: flex;
    justify-content: space-between;
    width: 290px;
    background: url(../images/line.jpg) no-repeat center 15px;
    margin-left: 127px;
    margin-bottom: 20px;
}

.retrieve_steps div {
    width: 72px;
    text-align: center;
}

.retrieve_steps div p {
    font-size: 26px;
    color: #999999;
}

.retrieve_steps div span {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #a0a0a0;
}

.retrieve_steps div.rectharge p {
    color: #00b38a;
}

.retrieve_steps div.rectharge span {
    color: #00b38a;
}

.login_s_f form .retrieve_bt {
    background-color: #f2f2f2;
    color: #000000;
}

.integralCare {
    font-size: 14px;
}

.integralCare span {
    color: #05A6FA;
}

.Validform_wrong {
    background: none
}

.Validform_checktip {
    position: unset;
    font-size: 14px;
}


.topico {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    margin-top: -3px;
    background: url("../images/top.gif");
}

.secureico {
    display: inline-block;
    width: 31px;
    height: 19px;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    margin-top: -3px;
    background: url("../images/fangx.png");
}

.vip_span {
    color: #FF6600;
    font-weight: bold;
    background: url("../images/vip_icon.png") no-repeat left;
    margin-left: 50px;
    padding-left: 20px;
}


.caidan_shengji {
    padding: 8px 20px 8px 45px;
    background-image: url(../img/shengji.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 12px center;
    cursor: pointer;
    background: linear-gradient(270deg, #FF4242 0%, #FF9900 100%);
    border-radius: 19px;
    color: #fff;
    position: relative;
    float: right;
}

.caidan_shengji:hover {
    color: #fff;
}

.caidan_shengji::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/shengji.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    top: 50%;
    margin-top: -12px;
    left: 12px;
    position: absolute;

}
