body{
    background-color: #23ACDE;
    margin: 0;
    padding: 0;
}
.header{
    background-color:white;
}
#bg{
    border: 1px solid #23ACDE;
    max-width: 1200px;
    background-size: cover;
    height: 5800px;
    margin: 0 auto;
    position: relative;
}
/* 就业数据展示 */
#jobdata{
    position: relative;
    width: 94%;
    margin-top: 740px;
    left: 3%;
}
.jobDataBg{
    width: 100%;
}
#jobDataInfo{
    position: absolute;
    width: 80%;
    height: 50%;
    top: 38%;
    left: 10%;
}
#jobDataTips{
    position: absolute;
    bottom: 9%;
    color: #FF6600;
    left: 10%;
}
.askBtn{
    position: absolute;
    bottom: 4%;
    left: 36%;
    width: 28%;
    transition: 1s;
    cursor: pointer;
}
.askBtn:hover{
    transform: scale(1.1);
}
div#jbLeft {
    float: left;
    width: 30%;
    height: 100%;
}
.dataTitle .title {
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    color: white;
    background-color: #1F02BD;
    margin-left: 5px;
    border-radius: 10px;
    margin-bottom: 0;
    width: 256px;
    float: left;
    cursor: pointer;
}

.dataTitle {
    margin: 5px;
    overflow: hidden;
}

.dataTitle .inner {
    width: 260px;
    margin-left: 5px;
    height: 0;
    float: left;
    transition: 1s;
}

div#jbRight {
    float: right;
    width: 69%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #0066FF;
    position: relative;
}
#jbRight img{
    width: 100%;
    position: absolute;
}
#jbRight div{
    position: absolute;
    top: 59px;
    width: 100%;
    height: 607px;
    overflow: hidden;
}
/* 就业明星 */
img.starTitle,.thTitle{
    width: 38%;
    margin: 21px auto;
    display: block;
}

div#starBox {
    /* border: 1px solid black; */
    width: 95%;
    margin: 0 auto;
}
img.starImg {
    width: 80%;
}

#starBox .swiper-slide {
    text-align: center;
}
#starBox .btnRight{
    background-image: unset;
    right: 38px;
}

#starBox .btnLeft{
    background-image: unset;
}

/* 13年就业服务 */
.thTitle{
    width: 38%;
    margin: 21px auto;
    display: block;
    margin-top: 35px;
}
#thBox{
    width: 85%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}
.thBg{
    width: 100%;
}
#thWaper{
    position: absolute;
    /* border: 1px solid black; */
    top: 4.8%;
    width: 79%;
    left: 7.2%;
    height: 77%;
    /* padding: 9% 12%; */
}
img.thImg {
    /* width: 100%; */
    height: 100%;
    position: relative;
    left: 6%;
    top: 9.5%;
}
/* #thBox .swiper-slide {
    margin-left: 17%;
    margin-top: 12%;
} */
#thBox .thBtnRight{
    background-image: unset;
    right: 38px;
}

#thBox .thBtnLeft{
    background-image: unset;
}
#thBox2{
    width: 85%;
    margin: 0 auto;
    position: relative;
}

#thBox2 .thBtnRight2{
    background-image: unset;
    right: 38px;
}

#thBox2 .thBtnLeft2{
    background-image: unset;
}
#thWaper2{
    position: absolute;
    /* border: 1px solid black; */
    top: 4.8%;
    width: 79%;
    left: 7.2%;
    height: 77%;
    /* padding: 9% 12%; */
}
img.thImg2 {
    /* width: 100%; */
    height: 88%;
    position: relative;
    left: 7%;
    top: 12%;
}

.thInfoTitle {
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.thInfoTitle:before {
    height: 20px;
    width: 20px;
    background-color: white;
}

/* 就业服务流程 */
.lcTitle{
    width: 38%;
    margin: 21px auto;
    display: block;
    margin-top: 35px;
}
div#lcBox {
    width: 80%;
    margin: 40px auto;
    position: relative;
}

#lcBox img {
    width: 100%;
}
#lcBox div {
    position: absolute;
    cursor: pointer;
    /* border: 1px solid; */
    height: 27%;
    width: 16.5%;
}
#lcBox div img{
    width: 100%;
    height: 100%;
    display: none;
}
.infoBox1 {
    top: 0%;
    left: 0.5%;
}
.infoBox2 {
    top: 0%;
    left: 28.5%;
}
.infoBox3 {
    top: 0%;
    left: 54.5%;
}
.infoBox4 {
    top: 0%;
    left: 83.5%;
}
.infoBox5 {
    top: 62.5%;
    left: 83.5%;
}
.infoBox6 {
    top: 62.5%;
    left: 54.5%;
}
.infoBox7 {
    top: 62.5%;
    left: 28.5%;
}
.infoBox8 {
    top: 62.5%;
    left: 0%;
}
/* 就业特色 */
img.teseInner {
    width: 80%;
    display: block;
    margin: 47px auto;
}

div#tese {
    position: relative;
}