@charset "utf-8";
/* 联系我们 */
.color-b0 {
    color: #767171;
}
.contactus{
    width: 1200px;
    margin-top: 50px;
    box-sizing: border-box;
    font-family: PingFangSC-Medium;
}
.contactus li{
    width: 300px;
    text-align: center;
}
.contactus li a {
    display: block;
}
.mapbox{
    width: 1200px;
    height:476px;
    margin: 60px 0;
    margin-bottom: 80px;
}
.mapbox img{
    width: 1200px;
    height:476px;
}
/* 实际地图div */
#container{
    width: 1200px;
    height:476px;
    margin: 50px 0;
    margin-bottom: 160px;
}
/* 招贤纳士 */
.jobvacancy-box{
    width: 1200px;  
    margin: 30px auto 0 auto;
    text-align: center;
    position: relative;
}
.jobvacancy-box .prev,.jobvacancy-box .next{ position:absolute; top:9px}
.jobvacancy-box .prev{left:110px}
.jobvacancy-box .next{right:86px}
.jobvacancy{display: inline-block;}
.jobvacancy a.img{
    margin-left: 50px;
    line-height: 40px;
}
.jobvacancy li{
    width: 108px;
    height: 34px;
    padding: 0 10px;
    margin-left: 28px;
    text-align: center;
    line-height: 34px;
    color: #343434;
    border: 1px solid #D9D9D9;
    border-radius: 17px;
    box-sizing: border-box;
    cursor:pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jobvacancy li.on,.jobvacancy li:hover{
    background: #FF853C;
    border-radius: 17px;
    color: #FFFFFF;
    border:  1px solid #FF853C;
}
.jobinstructions{
    width: 1180px;
    min-height: 740px;
    padding: 20px 30px 30px 30px;
    border-radius: 8px 5px;
    box-sizing: border-box;
    font-family: PingFangSC-Semibold;
    letter-spacing: 0;
    color: #343434;
    font-size: 16px;
    margin: 8px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.jobinstructions .jobtit{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding-bottom: 19px;
}
.jobinstructions .jobresponsibility{
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.jobinstructions .positionexplains{
    margin-bottom: 4px;
}
.jobinstructions .positionexplains p{
    line-height: 26px;
    font-size: 16px;
    color: #524D4F;
}
.jobinstructions .btn{
    width: 168px;
    height: 48px;
    margin-top: 40px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    background: #FF853C;
}
.joinus {
    margin-bottom: 80px;
}
.joinus .bd {
    margin-top: 20px;
}
.joinus-title {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
    font-size: 26px;
    color: #272727;
}