/* 设置导航条动态背景位置 */
.slider {
    left: 368px;
  }
  /* 头部图片开始 */
.banner{
    /* 自适应浏览器宽度 */
    width: 100%;
    height: 600px;
    background: url(../images/招聘.jpeg) center no-repeat;
    background-size: 100%;
 }
 /* 头部图片结束 */
 /* foot开始 */
.foot{
    width: 100%;
    height: 260px;
    padding-top: 10px;
    background-color: rgb(209, 209, 209);
}
.foot-qiantao{
    width: 1240px;
    margin: 0 auto;
}
.foot-box{
    font-size: 16px;
    color: black;
    width: 220px;
    height: 230px;
    margin-right: 10px;
    float: left;
    padding-top: 30px;
}
.foot-box2{
    font-size: 16px;
    width: 540px;
    height: 230px;
    float: left;
    padding-top: 30px;
}
.foot-p{
    display: table;
    text-align: left;
    margin: 0 auto;
    line-height: 30px;
}
.foot-biaoti{
    font-size: 20px;
}
/* foot结束 */
/* footer开始 */
.footer{
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #858585;
    /* position:absolute; */
    bottom:0;
    width:100%;
    height:100px;
}
/* footer结束 */
.toubu-biaoti{
    position:absolute;
    top:250px;
    left:220px;
    font-size: 80px;
    color: rgb(255,255,255,0.6);
    /* 设置描边宽度及颜色 */
    text-stroke: 2px #000000;
    /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
    -webkit-text-stroke: 2px #000000;
}
/* 通过属性选择器结合伪元素before 实现文字外描边效果 */
[data-content]::before {
    /* attr()是用来获取被选中元素的某属性值,并且在样式文件中使用 */
    content: attr(data-content);
    /* 实现元素外描边的关键 */
    -webkit-text-stroke: 0;
    /* 文本颜色 */
    color: #fff;
}
/* 内容开始 */
.neirong-nav{
    width: 1240px;
    height: 2060px;
    min-width: 1240px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
.neirong-box1{
    width: 1240px;
    height: 300px;
    margin: 0 auto;
}
.neirong-box1-1{
    width: 240px;
    height: 240px;
    background: url(../images/icon/招聘.svg) no-repeat;
    background-size: 240px;
    float: left;
}
.neirong-box1-2{
    width: 980px;
    height: 240px;
    float: right;
    padding-left: 20px;
    border-left: 1px solid rgb(78, 78, 78);
    border-right: 1px solid rgb(78, 78, 78);
    border-radius: 30px;
}
.neirong-box1-2-1{
    width: 236px;
    height: 240px;
    float: left;
    margin-right: 4px;
    font-size: 18px;
    color: orangered;
}
.neirong-box1-2-2{
    width: 236px;
    height: 240px;
    float: left;
    font-size: 18px;
    color: orangered;
}
.neirong-box1-2-img{
    width: 200px;
    height: 200px;
    border-radius: 20px;
}
.neirong-box2{
    width: 1240px;
    height: 900px;
    margin: 0 auto;
    padding-top: 10px;
    /* background-color: yellowgreen; */
}
.neirong-box2-qiantao{
    width: 1020px;
    height: 320px;
    margin: 0 auto;
    border: 2px dashed rgb(0, 0, 0);
    border-radius: 35px;
    margin-top: 15px;
    /* background-color: pink; */
}
.neirong-box2-1{
    width: 200px;
    height: 200px;

    float: left;
    margin: 0 auto;
}
.neirong-box2-2{
    width: 780px;
    height: 200px;
    float: left;
    margin: 0 auto;
    margin-left: 30px;
    text-align: left;
}
.neirong-box2-1-img{
    padding-top: 50px;
}
.neirong-box3{
    width: 1240px;
    height: 520px;
    margin: 0 auto;
}
.jianligeshi{
    width: 890px;
    height: 360px;
    float: right;
    text-align: left;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid rgb(211, 123, 196);
}
.box3-img{
    width: 320px;
    height: 320px;
    padding-top: 20px;
    float: left;
}
/* 内容结束 */