﻿body {
    font-family: "Microsoft YaHei" ! important;


}

.title {
    color: #333;
}
.title2 h2{
    font-size: 34px;
}
.title.white {
    color: #fff;
}

.title p {
    color: #bcbcbc;
    font-size: 34px;
    text-transform: uppercase;
}

.title h2 {
    line-height: 1.5em;
    font-size: 34px;
    font-weight: bold;
}

.title .line {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 6px;
    background: url(../images/title-line.png) no-repeat center center;
}

/* 核心业务 */
.core-blue {
    width: 114px;
    height: 80px;
    padding-top: 15px;
    border-radius: 5px;
    background: #0e84c8;
    text-align: center;
    margin: 0 auto;
    position: relative;
    bottom: -40px;
    max-width: 100%;
}

.core-blue img {
    width: 50px;
    height: 50px;
}

.core-box {
    border: 1px solid #ddd;
    line-height: 2em;
    color: #666;
}

.core-box h3 {
    color: #333;
}

.core-box .bx-text-p4 {
    line-height: 2em;
    height: 8em;
}

/* 核心业务结束 */

/* 关于搜贤 */
.about-sy-info {
    line-height: 2em;
    color: #666;
}

.about-sy-info h3 {
    color: #fff;
    line-height: 2em;
}
.about-sy-info .bx-text-p5 {
    color: #fff;
    line-height: 2em;
    height: 10em;
}

.col-md-25 {
    width: 33.333333%;
    float: left;
}
@media (max-width: 992px) {
    .about-sy-info h3 {
        text-align: center;
    }
    .about-sy-info .bx-text-p5 {
        display: block;
        height: auto;
        text-align: left;
    }
    .about-sy-info{
        text-align: center;
    }
    .about-sy-info .btn {
        margin-top: 20px;
    }
}


@media (min-width: 992px) {
    body .col-md-25 {
        width: 20%;
    }
}

.culture-sy {
    margin: 0 -2.5%;
    overflow: hidden;
}

.culture-sy li {
    text-align: center;
}

.culs-img {
    width: 95%;
    max-width: 240px;
    margin: 0 auto;
}

.culs-img img {
    border-radius: 50%;
    overflow: hidden;
}

.culs-info {
    width: 95%;
    max-width: 180px;
    margin: 0 auto;
    color: #666;
}

.culs-info h3 {
    color: #333;
    line-height: 2em;
}

.culs-info p {
    line-height: 1.7em;
}

html body .btn {
    width: 130px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    background: #0e84c8;
    color: #fff;
    border-radius: 0;
    padding: 0;
    text-shadow: none;
    border: 1px solid #0e84c8;
}

html body .white .btn {
    background: transparent;
    border-color: #fff;
}

html body .white .btn.active,
html body .white .btn:hover {
    color: #fff;
    background: #0e84c8;
    border-color: #0e84c8;
}

/* 关于搜贤结束 */


/* 团队介绍 */
.team-sy {
    background: url(../images/bg0.jpg) no-repeat center center;
    background-size: cover;
}

@media (min-width: 992px) {
    body .team-img {
        width: 45%;
    }

    body .team-info {
        width: 55%;
    }
}

body .team-img img {
    display: none;
}

body .team-info .team-text {
    display: none;
    color: #fff;
    padding-top: 20px;
}

.team-text h3 {
    line-height: 1.7em;
    font-size: 18px;
    padding-top: 20px;
}

.team-text p {
    line-height: 1.7em;
    font-size: 16px;
}

/* 团队介绍结束 */

/* 擅长领域 */
.areas li h3 {
    color: #333;
}

.areas li img {
    width: 100%;
}

/* 擅长领域结束 */

/* 合作伙伴 */
.bx-about02 {
    background: #f5f5f5;
}
.bx-about02 ul{
    text-align: center;
}
.bx-about02 ul li {
    width: calc(20% - 4px);
    display: inline-block;
    vertical-align: middle
}
.bx-about02 ul li a {
    box-shadow: 5px 5px 20px #ccc;
    display: block;
    background-color: #fff;
    width: 68%;
    height: 0px;
    padding-bottom: 68%;
    transform: rotateZ(45deg);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: all 0.5s
}
.bx-about02 ul.ul1 {
    padding-top: 80px;
}

.bx-about02 ul li img {
    position: absolute;
    transform: rotateZ(-45deg);
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s
}

.bx-about02 ul li:hover a {
    /* box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5); */
}

.bx-about02 .ttitle-ab h3 {
    color: #fff
}
.bx-about02 .ttitle-ab h4 {
    color: #444e5b
}
.bx-about02 ul.ul2 ,
.bx-about02 ul.ul3 {
    position: relative;
    margin-top: -20px;
}
@media (max-width: 1000px){
    .bx-about02 ul.ul1 {
        padding-top: 40px;
    }
    .bx-about02 ul.ul2 ,
    .bx-about02 ul.ul3 {
        position: relative;
        margin-top: -10px;
    }

}
/* 合作伙伴结束 */



/* footer */
.bx-footer-four ul{
    line-height: 30px;
}
.bx-ul li{
    line-height: 30px;
}
body .bx-footer-four ul li a {
    color: #fff;
}
body .bx-footer-four p {
    color: #fff;
}
body .bx-footer-four a {
    color: #fff;
}
@media (min-width: 992px){
    body .bx-footer-four ul li a {
        padding: 0 12px;
    }
}
.ewm img {
    width: 130px;
    height: 130px;
}
.ewm img:not(:last-of-type){
    margin-right: 10px;
}
/* footer结束 */


/* aside */
body .bx-sideBar ul li:hover .div-fc p {
    color: #666;
}



/* 首页结束 */



/* ====关于搜贤==== */
.about-nav{
}
.about-nav li{
    padding: 10px 0;
}
.about-nav li a{
    display: inline-block;
    width: 62%;
    line-height: 26px;
    box-shadow: 1px 3px 15px #ccc;
}

@media (max-width: 992px) {
    .about-nav li a{
        width: 90%;
        box-shadow: 1px 3px 5px #ccc;
    }
}
.about-nav li a:hover,
.about-nav li a.active{
    color: #fff;
    background: #0e84c8;
}

/* 企业文化 */
.cul-list li {
    position: relative;
    height: 0;
    padding-bottom: 66.666666%;
    background: #f1f1f1;
    /* float: none;
    display: inline-block;
    margin-right: -3px !important; */
}

.cul-text{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cul-c{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 200px;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
}
.cul-pic{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
.cul-list li:nth-of-type(even) .cul-pic{
    position: absolute;
    top: 0;
}
.cul-list li:nth-of-type(even) .cul-text{
    top: 50%;
}
@media (max-width: 992px) {
    .cul-list li {
        height: auto;
        overflow: hidden;
        padding-bottom: 0;
        background: #f1f1f1;
    }
    .cul-text{
        width: 50%;
        height: 0;
        padding-bottom: 50%;
        position: relative;
        float: left;
    }
    .cul-c{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: 200px;
        text-align: center;
        transform: translateY(-50%) translateX(-50%);
    }
    .cul-pic{
        position: static;
        width: 50%;
        float: right;
    }
    .cul-list li:nth-of-type(even) .cul-pic{
        float: left;
    }
    .cul-list li:nth-of-type(even) .cul-text{
        float: right;
    }
}
@media (min-width: 992px) {
    .cul-list li {
        padding-bottom: 40%;
    }
}


/* 团队 */
.team-list {
    margin: 0 -3%;
}
.team-list li{
    padding: 3%;
}
.team-pic{
    background: #323341;
}
.team-pic img{
    width: 100%;
}
.team-mess{
    color: #fff;
    background: #323341;
    padding: 0 15px;
}
.team-mess h3{
    font-size: 30px;
    color: #0e84c8;
    font-weight: bold;
    line-height: 1.7em;
}
/* 团队结束 */



/* ====关于搜贤结束==== */


/* 服务优势 */
.serv1-pic{
    text-align: center;
}
.serv1-pic img{
    border-radius: 50%;
}
.serv1-text{
    max-width: 320px;
    margin: 0 auto;
}
.serv1-text h3{
    color: #333;
    line-height: 1.7em;
}
.serv1-text p{
    color: #666;
}
.serv2{
    background: #5d98d6;
}
.serv2 .title2{
    color: #fff;
}

.serv2-list{
    position: relative;
    height: 0;
    padding-bottom: 83%;
    overflow: hidden;
    background: url(../images/fuwu/serv-bg.png) no-repeat center center;
    background-size: 42% auto;
}
.serv2-list li{
    width: 35%;
    position: absolute;
    color: #fff;
}
.serv2-list li h3{
    color: #3f4553;
    padding: 5px 0;
}
.serv2-list li p{
    line-height: 1.7em;
}
.serv2-list li:nth-of-type(1){
    left: 58%;
    top: 5%;
}
.serv2-list li:nth-of-type(2){
    left: 73%;
    top: 43%;
    width: 27%;
}
.serv2-list li:nth-of-type(3){
    left: 63%;
    top: 75%;
}
.serv2-list li:nth-of-type(4){
    text-align: right;
    right: 58%;
    top: 5%;
}
.serv2-list li:nth-of-type(5){
    text-align: right;
    right: 73%;
    top: 43%;
    width: 27%;
}
.serv2-list li:nth-of-type(6){
    text-align: right;
    right: 63%;
    top: 75%;
}
@media( max-width: 992px){
    .serv2-list{
        height: auto;
        padding-bottom: 0;
        background-image: none;
    }
    .serv2-list li{
        position: static;
        width: 100% !important;
        text-align: left !important;
    }
    .serv2-list li h3{
        padding: 0;
    }
}

/* serv3 */

.serv3-list{
    position: relative;
    height: 0;
    padding-bottom: 73%;
    overflow: hidden;
    background: url(../images/fuwu/serv-bg2.png) no-repeat center 60%;
    background-size: 60% auto;
}
.serv3-list li{
    width: 25%;
    position: absolute;
}
.serv3-list li h3{
    color: #0e84c8;
    padding: 5px 0;
}
.serv3-list li p{
    line-height: 1.7em;
}
.serv3-list li:nth-of-type(1){
    width: 20%;
    top: 50%;
    left: 3%;
}
.serv3-list li:nth-of-type(2){
    top: 32%;
    left: 15%;
}
.serv3-list li:nth-of-type(3){
    top: 20%;
    left: 43%;
}
.serv3-list li:nth-of-type(4){
    top: 32%;
    right: 5%;
}
.serv3-list li:nth-of-type(5){
    width: 20%;
    top: 50%;
    right: 0%;
}
@media( max-width: 992px){
    .serv3-list{
        height: auto;
        padding-bottom: 0;
        background-image: none;
    }
    .serv3-list li{
        position: static;
        width: 100% !important;
        text-align: left !important;
    }
    .serv3-list li h3{
        padding: 0;
    }
}

.serv4-pic img{
    min-width: 30%;
}
@media( max-width: 992px){
    
    .serv4-text p{
        display: block;
        height: auto;
    }
}
/* 服务优势结束 */


/* 产品========== */
.menu{
    width: 200px;
}
.right{
    width: calc( 100% - 210px );
}
.pro-nav{
}
.pro-nav li{
    padding: 5px 0;
}
.pro-nav li a{
    display: inline-block;
    width: 96%;
    line-height: 25px;
    box-shadow: 1px 3px 15px #ccc;
    background: #fff;
}
.pro-nav li a:hover,
.pro-nav li a.active{
    color: #fff;
    background: #0e84c8;
}
body .menu.show {
    transform: translateX(0);
}
.menu-right {
    position: absolute;
    right: -29px;
    top: 0;
    width: 30px;
    line-height: 36px !important;
    text-align:  center;
    border-radius: 0 50% 50% 0;
    background: #0e84c8;
    color: #fff;
    display: none;
}
@media (max-width: 1000px) {
    body .bx-mb-nav p{
        line-height: 34px;
    }
    body .menu{
        position: fixed;
        top: 200px;
        left: 0;
        width: 120px;
        transform: translateX(-100%);
        transition: .5s;
        z-index: 3;
    }
    .menu-right {
        display: block;
    }
    body .menu.show {
        transform: translateX(0);
    }
    .right{
        width: 100%;
    }
    .pro-nav li{
        padding: 0;
    }
    .pro-nav li a{
        width: 100%;
        line-height: 36px;
        box-shadow: 1px 3px 15px #ccc;
        background: #fff;
    }
}
.pro-btns{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -2%;
}
.pro-btns li{
    width: 46%;
    margin-bottom: 4%;
}
.pro-btns li a{
    display: block;
    background: #0e84c8;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
}
.wt-text h3{
    color: #000;
    line-height: 2em;
}
.wt-text p{
    line-height: 2em;
    height: 6em;
    color: #666;
}


/* 猎头服务 */
.hunting-c{
    max-width: 730px;
    margin: 0 auto;
}

/* 人事服务 */
.pre-line{
    white-space: pre-line;
}
.rens{

}
.rens-pic{
    bottom: 0;
    margin-left: .8em;
}
.rens-text h3{
    display: inline-block;
    min-width: 8em;
    text-align: center;
}
.rens-text p{
    color: #999;
    line-height: 1.5em;
}
@media ( max-width: 992px){
    .rens-pic{
        margin: auto;
    }
    .rens-text h3{
        display: block;
        min-width: 0;
    }
}
/* 产品结束========== */



/* 高薪职位============ */
.join-line{
    position: relative;
    min-height: 60px;
}
.join-line .line-tit{
    position: absolute;
    line-height: 20px;
    left: 0;
    top: 0;
}
.line-s{
    padding-left: 5em;   
}
.line-s a{
    display: inline-block;
    color: #000;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 20px;
}
.line-s .active{
    color: #fff;
    background: #0e84c8;
}

.search-line{
    font-size: 14px;
    line-height: 28px;
}
.search-line select,
.search-line input,
.search-line .input{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0;
    vertical-align: middle;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #a0a0a0;
}

.search-line select{
    padding: 0 5px;
    width: 90px;
}
.search-line input.search{
    width: 50%;
}
@media (max-width: 992px){
    .search-line input.search{
        width: calc( 100% - 85px);
    }
    .search-line input{
        margin-top: 20px;
    }
    .search-line .input{
        margin-top: 20px;
    }
}

/* 运营总监3西安冰雪网络科技有限公司西安私营/民营企业20-40万 */

.job-list li{
    padding: 15px 30px;
    border-bottom: 1px solid #c9c9c9;
}
.job-list h3{
    line-height: 1.5em;
}
.job-list .price{
    line-height: 1.4em;
    color: #f7bb54;
}
.job-list .jobn{
    color: #0e84c8;
}
.job-list span{
    color: #666;
    line-height: 1.5em;
}
@media (max-width: 992px){
    .job-list li{
        padding: 10px;
    }
}
body .webdiyerCss .redcss,
body .webdiyerCss .page_go {
    background: #0e84c8;
    border-color: #0e84c8;
}
/* 高薪职位结束============ */

/* 合作伙伴================ */
.partner.bx-about02 ul{
    text-align: left;
}
.partner.bx-about02 ul li{
    margin-bottom: 3%;
    width: calc(16.666666666666666% - 4px);
}
.partner.bx-about02 ul li:nth-of-type(12) ~li {
    display: none;
}
.partner.bx-about02 ul li a {
    width: 80%;
    padding-bottom: 80%;
}
.partner.bx-about02 ul li a,
.partner.bx-about02 ul li img{
    transform: none;
}
@media (max-width: 992px){
    .partner.bx-about02 ul li{
        width: calc( 33% - 4px);
        margin-bottom: 3%;
    }
    .partner.bx-about02 ul li a {
        width: 90%;
        padding-bottom: 90%;
    }
}
/* 高薪职位详情页 */
.border-b{
    border-bottom: 1px solid #d8d8d8;
}

.border-b p{
    line-height: 2em;
    white-space: pre-wrap;
}

.bg-t{
    background: #0e84c8;
    color: #fff;
}
.bg-t h4{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    line-height: 1.5em;
}
.bg-t p{
    line-height: 1.5em;
    padding-bottom: .3em;
}
.toudi-l h3{
    color: #f7bb54;
    line-height: 1.4em;
}
.toudi-l p{
    line-height: 2em;
}
.toudi-l p span{
    padding-left: 20px;
}
.toudi-r{
    width: 19%;
    margin-right: -30px;
}
@media (max-width: 1000px ){
    .toudi-r{
        margin-right: -10px;
    }
}
.toudi-r .btn-td{
    max-width: 230px;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    background: #f7bb54;
    padding: 5px 0;
    display: block;
}

.title-left{
    font-size: 18px;
    line-height: 100%;
    border-left: 3px solid #0e84c8;
    padding-left: 10px;
    margin-left: -10px;
    /* margin-top: 9px; */
    margin-bottom: 9px;
}
.job-mess2{
    display: inline-block;
    width: 270px;
    line-height: 2em;
}
.job-mess2 p{
    padding: 5px 0;
}

