.banner{
    width: 100%;
	min-width:1348px;
    height:700px;
    background: url(../img/CAREERS-banner.jpg) center center no-repeat;
    background-size: cover;
}
.wrap a{
    color: #000;
    cursor: pointer;

}
.btn-group{
    margin-top:40px;
    margin-bottom: 20px;
}
.btn-group a{
     width: 80px;
     height:40px;
     display: inline-block;
     background: rgba(229,230,231,1);
     color: #a3a3a3;
     line-height: 40px;
     text-align: center;
    cursor: pointer;

}
.btn-group a:first-child{
   font-family: "pFont";
}
.btn-group a:last-child{
    font-family: "MicrosoftYaHei Regular";
    color: #fff;
    background-color: #2b8fff;
    margin-left: -5px;
}

.tab {
    width: 100%;
}

.tab ul{
    position: relative;
    top: 1px;
    width:1000px;
}

.tab ul li {
    width:191px;
    float: left;
    text-align: center;
	height:100px;
    line-height: 100px;
    cursor: pointer;
    color: #d7d7d7;
    font-size: 30px;
    font-family: 'MicrosoftYaHei Regular';
    border-bottom: 2px solid #d7d7d7;

}
.tab{
    min-height: 200px;
}
.tab ul li.active {
    color: #333333;
    font-size: 48px;
    border-bottom: 2px solid #333;
}

.tab .center-tab {
    display: none;
    color: #000;
    margin-top: 40px;
}


.tab div.active {
    display: block;
}
.tab .haiwai{
    width:170px;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    font-family: "MicrosoftYaHei Regular";
    color: #333;

    border-bottom: 2px solid #ffcc00;
}
.center p{
    display: block;
    width: 1000px;
    font-size: 16px;
    font-family: "MicrosoftYaHei Regular";
    line-height: 32px;
    color: #333333;
}
.btn-send{
    margin-top: 50px;
}
.btn-send a{
    display: block;
    width:240px;
    height:70px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    font-family:  "MicrosoftYaHei Bold";
    text-align: center;
    line-height: 70px;
    cursor: pointer;

}
.btn-send a:hover{
    border: 1px solid #2b8fff;
    background-color: #2b8fff;
    color:#fff;
}
.btn-send a img{
    vertical-align: middle;
    margin-right:20px;
}
.buchong{
    font-family: "MicrosoftYaHei Regular";
    margin-top: 30px;
    margin-bottom: 100px;
}
.buchong a{
    color: #2b8fff;
    font-weight: bold;
    cursor: pointer;

}