@charset "utf-8";
.fullSlide{
    width: 100%;
    position: relative;
    height: 500px;
    margin: 0 auto;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    height: 500px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 500px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    background: url(../images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1;
    width: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
}
.fullSlide .hd ul .on {
    background: #e62129;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.fullSlide .prev {
    left: 3%;
    background: url(../images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(../images/right.png) no-repeat right;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}


/*广告图标*/
.bannertb{
    display: flex;
    margin-top: 20px;
}
.bannertb ul{
    display:table;
    margin:auto;
}
.bannertb ul li{
    float: left;
    margin-left: 200px;
}
.bannertb ul li:first-child{
    margin-left: 0;
}
.bannertb ul li i{
    display: block;
    background: #f00;
    padding: 25px;
    border-radius: 20px;
    /* -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2); */
    width: 55px;
    height: 56px;
    margin: auto;
}
.bannertb ul li i.banbja{
    background: #02D09C;
}
.bannertb ul li i.banbjb{
    background: #F5C816;
}
.bannertb ul li i.banbjc{
    background: #FF7404;
}
.bannertb ul li i.banbjd{
    background: #0B49A2;
}
.bannertb ul li i img{
    display: block;
    width: 55px;
    margin: auto;
}
.bannertb ul li dl{
    text-align: center;
    margin-top: 5px;
}
.bannertb ul li dl dt{
    font-size: 24px;
    line-height: 35px;
}
.bannertb ul li dl dd{
    font-size: 16px;
    line-height: 25px;
}


/*标题*/
.itit{
    text-align: center;
    margin-bottom: 30px;
}
.itit .itit-t1{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.itit .itit-t2{
    font-size: 16px;
}
.itit-fff{
    color: #fff;
}


/*关于我们*/
.iabout{
    margin-top: 50px;
}
.iabout-img{
    width: 470px;
}
.iabout-img img{
    display: block;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 5px #e0e0e0;
    box-shadow: 0px 0px 5px 5px #e0e0e0;
}
.iabout-con{
    width: 700px;
}
.iabout-brief{
    width: auto;
}
.iabout-brief p{
    line-height: 25px;
    color: #666;
    text-indent: 2em;
    font-size: 16px;
    text-align: justify;
}
.iabout-tb{
    margin-top: 20px;
}
.iabout-tb ul{
    display:table;
    margin:auto;
}
.iabout-tb ul li{
    float: left;
    width: 70px;
    margin: 0 50px;
}
.iabout-tb ul li i{
    width: 62px;
    height: 62px;
    display: block;
    margin: auto;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}
.iabout-tb ul li i.iabtb01{
    background: url(../images/iaab-tb01on.png) center no-repeat;
}
.iabout-tb ul li i.iabtb02{
    background: url(../images/iaab-tb02on.png) center no-repeat;
}
.iabout-tb ul li i.iabtb03{
    background: url(../images/iaab-tb03on.png) center no-repeat;
}
.iabout-tb ul li i.iabtb04{
    background: url(../images/iaab-tb04on.png) center no-repeat;
}
.iabout-tb ul li:hover i.iabtb01{
    background: url(../images/iaab-tb01.png) center no-repeat;
}
.iabout-tb ul li:hover i.iabtb02{
    background: url(../images/iaab-tb02.png) center no-repeat;
}
.iabout-tb ul li:hover i.iabtb03{
    background: url(../images/iaab-tb03.png) center no-repeat;
}
.iabout-tb ul li:hover i.iabtb04{
    background: url(../images/iaab-tb04.png) center no-repeat;
}
.iabout-tb ul li p{
    font-size: 16px;
    color: #666;
    margin-top: 5px;
    text-align:center;
}
.iabout-tb ul li:hover p{
    color: #e62129;
}


/*服务行业*/
.iindustry{
    margin-top: 50px;
}
.iindustry-list{
    background: url(../images/ifwxy-tu.png) center center no-repeat;
    height: 452px;
    position: relative;
    padding: 110px 0;
}
.iindustry-list dl{
    position: absolute;
}
.iindustry-list dl.iind-dl01{
    top: 0;
    left: 490px;
}
.iindustry-list dl.iind-dl02{
    right: 40px;
    top: 135px;
}
.iindustry-list dl.iind-dl03{
    right: 125px;
    top: 296px;
}
.iindustry-list dl.iind-dl04{
    right: 25px;
    bottom: 121px;
}
.iindustry-list dl.iind-dl05{
    bottom: 0;
    left: 505px;
}
.iindustry-list dl.iind-dl06{
    top: 227px;
    left: 60px;
}
.iindustry-list dl dt{
    font-size: 28px;
    color: #104a9f;
    font-weight: bold;
}
.iindustry-list dl dd{
    color: #333;
    font-size: 22px;
}


/*猎聘流程*/
.iprocess{
    margin-top: 50px;
}
.iprocess ul li{
    float: left;
    width: 140px;
    margin-left: 125px;
    position: relative;
}
.iprocess ul li:before{
    content:"";
    position: absolute;
    background: url(../images/lc-jt.png) center no-repeat;
    width: 54px;
    height: 40px;
    left: -87px;
    top: 50px;
}
.iprocess ul li:first-child:before{
    display:none;
}
.iprocess ul li:first-child{
    margin-left:0;
}
.iprocess ul li img{
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 10px;
}
.iprocess ul li p{
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #666;
}
.iprocess ul li p span{
    font-size: 18px;
    color: #333;
}


/*名企合作*/
.ipartner{
    margin-top: 50px;
}
.ipartner-list{
   position:relative;
}
.ipartner-list .prev,.ipartner-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    top: 40px;
    height: 63px;
    width: 31px;
}
.ipartner-list .prev{
    background: url(../images/ileft.png) center no-repeat;
    left: -5px;
}
.ipartner-list .prev:hover{
    background: url(../images/ilefton.png) center no-repeat;
}
.ipartner-list .next{
    background: url(../images/iright.png) center no-repeat;
    right: -5px;
}
.ipartner-list .next:hover{
    background: url(../images/irighton.png) center no-repeat;
}
.ipartner-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.ipartner-list .bd ul li{
    width: 182px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    margin: 0 15px;
    position: relative;
    border: 1px solid rgba(88, 218, 86, 0);
    padding: 5px;
}
.ipartner-list .bd ul li .bigimg{
    border-radius: 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.ipartner-list .bd ul li:hover .bigimg{
    border: 1px solid #e62129;
}
.ipartner-list .bd ul li img{
    width:180px;
    /* height: 180px; */
    display: block;
}
.ipartner-list .bd ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.ipartner-list .bd .tempWrap{
    display: block;
    margin:auto;
}
.ipartner-list .bd ul li p{
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    color: #666;
}
.ipartner-list .bd ul li:hover p{
    color:#e62129;
}


/*猎头顾问*/
.iconsultant{
    margin-top: 50px;
}
.iconsultant ul li{
    width: 150px;
    float: left;
    position: relative;
    overflow: hidden;
}
.iconsultant ul li .icon-img{
    width: 150px;
}
.iconsultant ul li .icon-img img{
    width: 150px;
    display: block;
    height: 167px;
}
.iconsultant ul li dl{
    position: absolute;
    background: rgba(9, 78, 175, 0.9);
    padding: 20px 10px;
    color: #fff;
    height: 127px;
    bottom: -285px;
    transition: all .5s;
    -moz-transition:all .5s;    /* Firefox 4 */
    -webkit-transition:all .5s; /* Safari å’Œ Chrome */
    -o-transition:all .5s;  /* Opera */
}
.iconsultant ul li:hover dl{
    bottom: 0;
}
.iconsultant ul li dl i{
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
}
.iconsultant ul li dl i img{
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.iconsultant ul li dl dt{
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
    font-size: 12px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
}
.iconsultant ul li dl dd{
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
}


/*成功案例*/
.icase{
    margin-top: 50px;
}
.icase ul{
    position: relative;
}
.icase ul:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #efefef;
    position: absolute;
    left: 600px;
}
.icase ul li{
    float: left;
    margin-right: 80px;
    width: 545px;
    line-height: 45px;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}
.icase ul li:before{
    content:"";
    width: 5px;
    height: 5px;
    background: #999;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 20px;
}
.icase ul li span{
    margin-left:10px;
}


/*公司荣誉*/
.ihonor{
    margin-top: 50px;
}
.ihonor ul li{
    float: left;
    border: solid 1px #eee;
    width: 280px;
    margin-right: 24px;
    margin-bottom: 20px;
}
.ihonor ul li img{
    display: block;
    width: 280px;
}
.ihonor ul li p{
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}



/*新闻资讯*/
.inews{
    margin-top: 50px;
}
.inews-list{
    float: left;
    width: 580px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.inews-list-img{
    float: left;
    width: 260px;
}
.inews-list-img img{
    display: block;
    width: 260px;
    height: 190px;
}
.inews-list dl{
    float: left;
    margin-left: 20px;
    width: 300px;
}
.inews-list dl dt{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    color: #094b93;
    font-size:18px;
    font-weight:bold;
}
.inews-list dl dt a{
    color: #094b93;
    font-size: 16px;
}
.inews-list dl dt a:hover{
    text-decoration: underline;
}
.inews-list dl dd{
    color: #666;
    line-height: 31px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-list dl dd a{
    color: #666;
}
.inews-list dl dd a:hover{
    color: #094b93;
}