.search-box {
    position: relative;
    background: #f5f5f5;
    height: 200px;
}

/*main*/
.main {
    overflow: hidden;
    background-color: #fff;
    background-image: url(../images/bg.png), url(../images/bg1.png), url(../images/bg2.png), url(../images/bg3.png);
    background-position: center bottom, center top, left center, right 90%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 100% auto, 100% auto, 20% auto, 20% auto;
    /* background: #fff url(../images/bg.png) no-repeat bottom/100%; */
    /* background-size: auto 100%; */
}

.search {
    width: 700px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 350px);
    font-size: 18px;
}

.search p {
    width: 210px;
}

.search input {
    outline: none;
    border: 1px solid #ed9729;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.search input::placeholder {
    color: #c1c1c1;
}

.search button {
    background-color: #ed9729;
    color: #fff;
    border: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    cursor: pointer;
}

.search button img {
    width: 15px;
    margin-right: 10px;
}

.jh-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
}

.jh-box div {
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #eee;
    width: 25%;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    letter-spacing: 5px;
}

.jh-box div:hover,
.jh-box .on {
    background: #ed9729;
    color: #fff;
}

p.wz {
    text-indent: 2em;
    padding: 0 30px;
}

.dx {
    padding: 0 30px;
}

.dx p {
    position: relative;
    padding-left: 20px;
}

.dx p span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.dx p::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ed9729;
    position: absolute;
    left: 0;
    top: 12.5px;
    border-radius: 5px;
}

.dd,
.dq {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0 30px;
}

.dd {
    display: none;
}

.dd span,
.dq span {
    margin-right: 20px;
    cursor: pointer;
}

.dd span:hover,
.dd span.on,
.dq span:hover,
.dq span.on {
    color: #ed9729;
}

.joblist {
    padding: 0 30px;
    display: none;
}

.joblist li {
    margin-bottom: 30px;
}

.joblist .job-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #d4d4d4;
    cursor: pointer;
}

.joblist .job-top.on {
    color: #ed9729;
}

.job-top.on .name {
    font-weight: bolder;
}

.zk {
    width: 25px;
    height: 25px;
    margin-right: 30px;
    background: url(../images/zk0.png) no-repeat center/100%;
}

.tit {
    position: relative;
    cursor: pointer;
}

.tit .zk {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;

}

.tit.on .zk,
.job-top.on .zk {
    background: url(../images/zk1.png) no-repeat center/100%;
}

.detail {
    padding: 30px 30px;
    overflow: hidden;
    display: none;
    position: relative;
    padding-bottom: 50px;
}

a.apply {
    display: inline-block;
    background: #ed9729;
    color: #fff;
    padding: 0 10px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.jh-item {
    display: none;
}

img.lc {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.page-box {
    display: none;
}

.page-box>div {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-info {
    margin: 0 20px;
}