/* 
* @Author: Marte
* @Date:   2018-07-20 10:46:18
* @Last Modified by:   Marte
* @Last Modified time: 2018-10-22 18:12:14
*/
body{
    background-color: #eceef1;
}
.banner{
    width: 100%;
    /*margin: 0 0 12px;*/
    min-height: 470px;
    max-height: 674px;
    height:36vw;
    position:relative;
}

/*新banner*/

.fullSlide{
    width: 100%;
    height:36vw;
    min-height: 470px;
    max-height: 674px;
    margin: 0 auto;
    position:relative;
}
.fullSlide .bd{
    margin:0 auto;
    position:relative;
    z-index:0;
    overflow:hidden;
    width: 100%;
    max-height: 674px;
    min-height: 470px;
    height:36vw;
     
}
.fullSlide .bd ul{
    width:100% !important;
    min-height: 470px;
    max-height: 674px;
     height:36vw;
}
.fullSlide .bd li{
    width:100% !important;
     min-height: 470px;
    max-height: 674px;
    height:36vw;
    overflow:hidden;
    text-align:center;
    position: relative;
}
.fullSlide .bd li a{
    min-height: 470px;
    max-height: 674px;
    width: 100%;
     height:36vw;
    display:block;
    background:  url(../images/index/banner1.jpg) center center no-repeat;
    background-size: cover;
}
.fullSlide .bd li:nth-of-type(2) a{
    background-image: url(../images/index/banner2.jpg);
}
.fullSlide .bd li:nth-of-type(3) a{
    background-image: url(../images/index/banner3.jpg);
}
.fullSlide .bd li:nth-of-type(4) a{
    background-image: url(../images/index/banner4.jpg);
}


.fullSlide .hd{
    width:100%;
    position:absolute;
    z-index:1;
    bottom:65px;
    left:0;
    height:30px;
    line-height:30px;
    text-align:center;
}
.fullSlide .hd ul{
    text-align:center;
    padding-top:5px;
}
.fullSlide .hd ul li{
    cursor:pointer;
    display:inline-block;
    zoom:1;
    width:60px;
    height:2px;
    margin:5px 8px;
    background-color: rgba(255, 255, 255, .5);
    overflow:hidden;
    line-height:9999px;
}
.fullSlide .hd ul .on{
   background-color: #ffd100;
   width: 60px;
}
.fullSlide .hd ul li:hover{
     background-color: #ffd100;
}
.banner .fullSlide .prev,
.banner .fullSlide .next{
    position:absolute;
    left:50px;
    top:50%;
    display:block;
    width:70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
    text-align: center;
    line-height: 70px;
    text-align: center;
    padding-top: 10px;
    z-index: 10;
    transform:translate(0, -50%);
}
.banner .fullSlide .prev:hover,
.banner .fullSlide .next:hover{
    background-color: #ffd100;
}
.banner .fullSlide .next{
    left:auto;
    right:50px;
}
.banner .fullSlide .prevStop{
    display:none;
}
.banner .fullSlide .nextStop{
    display:none;
}

.search{
    position:absolute;
    left:50%;
    top:55%;
    transform:translate(-50%,0);
    z-index: 10;
}
.search input{
    width: 540px;
    height: 40px;
    background:#f3f3f3 url(../images/index/search.png) 500px center  no-repeat;
    padding-left: 10px;
    border-radius: 3px;
}
.hotSearch{
    color:#fff;
    padding-top: 10px;
}
.hotSearch>span{
    margin-right: 10px;
}
/*任务展示*/
.task{
    background-color: #fcfcfc;
}
.tabBox{
    padding-bottom: 70px;
}
.indexTitle{
    padding-top: 60px;
    padding-bottom: 35px;
}
.showTitle{
    font-size: 30px;
    color:#333;
}
.showTitle>span{
    padding:0 20px;
}
.eg{
    font-size: 20px;
    color:#666;
    padding-top: 10px;
}
.taskTab{
    padding-bottom: 10px;
}
.taskTab>a{
    color:#999;
    font-size: 18px;
    padding:0 10px 18px;
    margin-right: 10px;
    display:inline-block;
}
.taskTab>a:hover{
    color:#333;
}
.taskTab>a.active{
    color:#333;
    border-bottom: 2px solid #333;
}
.task>ul>li{
    width: 260px;
    background-color: #fff;
    border-radius: 3px;
    margin:20px 20px 0;
    float: left;
}
.task>ul>li:hover{
    box-shadow: 0px 0px 14px rgba(0,0,0,0.2);
}
.task>ul>li>a{
    color:#666;
}
.taskCenter{
    padding:15px;
    border-bottom: 1px solid #eeeeee;
}
.taskBottom{
    padding:15px 15px 10px;
}
.taskBottom img{
    vertical-align: middle;
    margin-right: 5px;
}
.aboutTask{
    color:#999;
    font-size: 12px;
    padding-top: 20px;
}
.aboutTask img{
    vertical-align: middle;
}
.aboutTask span{
    margin-right: 10px;
}
.taskMoney{
    color:#f41111;
}
.taskCenter h5{
    font-size: 16px;
    color:#333;
    font-weight: normal;
    padding-bottom: 10px;
    width: 150px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lookMore>a{
    color:#f41111;
    border: 1px solid #f41111;
    border-radius: 30px;
    padding:16px 45px;
    display:inline-block;
}
.lookMore{
    padding:40px 0 60px;
    background-color: #fafafa;
}
/*抢人才*/
.eliteList{
    background-color: #edf4f5;
    /*padding-bottom: 20px;*/
}
.eliteList .xsbanner {
    width: 1088px;
    height: 278px;
    margin: 0 auto ;
    border-radius: 10px;
}

.eliteList .xsbanner .slideBox{
    width:1088px;
    height:300px;
    /*overflow:hidden;*/
    position:relative;
}
.eliteList .xsbanner .slideBox .bd{
    position:relative;
    height:100%;
    width:100%;
    z-index:0;
    overflow:hidden;
}
.eliteList .xsbanner .slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    height:100%;
    width:1088px!important;
}

.eliteList .xsbanner .slideBox .prev,
.eliteList .xsbanner .slideBox .next{
    position:absolute;
    left:-6%;
    top:50%;
    margin-top:-40px;
    display:block;
    width:46px;
    height: 82px;
    border-radius: 3px;
    background-color: #ccc;
    text-align: center;
    line-height: 82px;
    padding-top: 10px;
}
.eliteList .xsbanner .slideBox .next{
    left:auto;
    right:-6%;
}
.eliteList .xsbanner .slideBox .prev:hover,
.eliteList .xsbanner .slideBox .next:hover{
    background-color: #ffd100;
}
.eliteList .xsbanner .slideBox .prevStop{
    display:none;
}
.eliteList .xsbanner .slideBox .nextStop{
    display:none;
}
.elliteListBox{
    width: 250px;
    float: left;
    position:relative;
}
.elliteListBox+.elliteListBox{
    margin-left: 28px;
}
.elliteListBox a{
    color:#333;
    font-size: 12px;
    line-height: 20px;
}
.elliteListBoxTop{
    padding:20px 0 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}
.elliteListBoxBottom{
    padding:16px;
    background-color: #ffd100;
     border-radius:0 0 5px 5px ;
}
.elliteListBoxBottom>.elliteListContent{
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height:60px;
}
.elliteListBoxTop h5{
    font-size: 18px;
    padding: 10px 0 5px;
}
.elliteListER{
    width: 100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    padding-top: 50px;
    display:none;
}
.elliteListBox:hover .elliteListER{
    display:block;
}
/*合作伙伴*/
.partners{
    background-color: #f6f6f6;
    padding-bottom: 40px;
}
.eachPartners>ul>li{
    float: left;
    margin-right:1.2%;
    width:15.6666%;
    /*background-color: #fcf;*/
    margin-bottom: 20px;
}
.eachPartners>ul>li>img{
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.eachPartners>ul>li:nth-of-type(6n){
    margin-right: 0;
}
.welcome{
    width: 100%;
    height:416px;
    background:  url(../images/index/welcome.png) center center no-repeat;
    text-align: center;
    font-size: 18px;
    color:#a8a9a9;
    padding-top: 122px;
}
.slogan{
    font-size: 36px;
    padding-bottom: 20px;
    color:#fff;
}
.goNow{
    padding:28px 0;
}
.goNow>a{
    display:inline-block;
    color:#ffd100;
    border: 1px solid #ffd100;
    border-radius: 5px;
    padding:15px 45px;
}
