.humanRe .introBox {
    background: #f7f7f7 url(../image/human/humanRe1.jpg) center center no-repeat;
    padding-top: 70px;
}

.humanRe .introBox .textRight {
    text-align: right;
    padding-right: 137px;
}

.humanRe .introBox .textRight p {
    color: #f09888;
    font-size: 30px;
    padding-top: 40px;
}

.humanRe .introBox .textRight span {
    color: #d8d8da;
    font-size: 94px;
    padding-bottom: 60px;
    display: inline-block;
    line-height: 80px;
    font-family: CALIBRI;
}

.humanRe .sliderWrap {
    background: url(../image/human/humanRe6.jpg) center center no-repeat;
}

.humanRe .sliderWrap .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.humanRe .sliderWrap .container .sliderBox {
    margin: 0 -10px;
    position: relative;
}

.humanRe .sliderWrap .container .sliderBox .bd ul li {
    width: 285px;
    font-size: 0;
    margin: 0 10px;
}

.humanRe .sliderWrap .container .sliderBox .bd ul li a {
    height: 363px;
    background: #e6e4e2;
}

.humanRe .sliderWrap .container .sliderBox .bd ul li a img {
    width: 100%;
}

.humanRe .sliderWrap .container .sliderBox .bd ul li a h1 {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    color: #434250;
    padding-bottom: 15px;
}

.humanRe .sliderWrap .container .sliderBox .bd ul li a p {
    padding: 0 25px;
    color: #898989;
    font-size: 13px;
    line-height: 20px;
    height: 105px;
    overflow-y: auto;
}

.humanRe .sliderWrap .container .sliderBox .prev,
.humanRe .sliderWrap .container .sliderBox .next {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    opacity: 0.4;
}

.humanRe .sliderWrap .container .sliderBox .prev:hover,
.humanRe .sliderWrap .container .sliderBox .next:hover {
    opacity: 0.8;
}

.humanRe .sliderWrap .container .sliderBox .prev {
    background: url(../image/human/prev.png) center center no-repeat;
    left: -80px;
}

.humanRe .sliderWrap .container .sliderBox .next {
    background: url(../image/human/next.png) center center no-repeat;
    right: -80px;
}

.humanRe .positionList {
    position: relative;
    background-color: #fff;
    padding-bottom: 20px;
}

.humanRe .positionList .borderBg {
    width: 100%;
    border-top: 2px solid #cccccc;
    position: absolute;
    top: 74px;
    left: 0;
}

.humanRe .positionList .tabList {
    padding-bottom: 40px;
}

.humanRe .positionList .tabList ul {
    text-align: center;
}

.humanRe .positionList .tabList ul li {
    position: relative;
    line-height: 74px;
    font-size: 15px;
    color: #7f7f7f;
    padding: 0 25px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #cccccc;
    cursor: pointer;
}

.humanRe .positionList .tabList ul li .borderRight {
    position: absolute;
    border-left: 2px solid #999999;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    right: 0;
    display: block;
}

.humanRe .positionList .tabList ul li.active,
.humanRe .positionList .tabList ul li:hover {
    border-bottom: 2px solid #eb3c00;
}

.humanRe .positionList .filterBox {
    background-color: #e3e5e6;
    margin-bottom: 20px;
}

.humanRe .positionList .filterBox>ul {
    text-align: center;
    padding: 20px 0;
}

.humanRe .positionList .filterBox>ul>li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 36px;
    background-color: #fff;
    margin: 0 5px;
}

.humanRe .positionList .filterBox>ul>li.selBox {
    position: relative;
    padding-left: 50px;
    background: #fff 20px center no-repeat;
    width: 284px;
    cursor: pointer;
    padding-right: 20px;
}

.humanRe .positionList .filterBox>ul>li.selBox span {
    font-size: 14px;
    opacity: .8;
    color: #3f3e55;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.humanRe .positionList .filterBox>ul>li.selBox img {
    position: absolute;
    right: 18px;
    top: 17px;
}

.humanRe .positionList .filterBox>ul>li.selBox img.up {
    display: none;
}

.humanRe .positionList .filterBox>ul>li.selBox.active img {
    display: none;
}

.humanRe .positionList .filterBox>ul>li.selBox.active .up {
    display: block;
}

.humanRe .positionList .filterBox>ul>li.selBox .pullList {
    position: absolute;
    top: 38px;
    overflow: auto;
    width: 284px;
    left: 0;
    background: #fff;
    z-index: 2;
    height: 0;
    max-height: 188px;
}

.humanRe .positionList .filterBox>ul>li.selBox .pullList ul {
    padding-left: 40px;
    padding-right: 20px;
}

.humanRe .positionList .filterBox>ul>li.selBox .pullList ul li {
    cursor: pointer;
    font-size: 14px;
    color: #3f3e55;
    opacity: 0.6;
    white-space: nowrap;
}

.humanRe .positionList .filterBox>ul>li.searchBox {
    position: relative;
    width: 284px;
    background: #fff;
}

.humanRe .positionList .filterBox>ul>li.searchBox input {
    width: 260px;
    text-indent: 18px;
    padding-left: 18px;
    border: none;
    height: 36px;
    line-height: 36px;
    display: block;
    background: transparent;
    padding-right: 25px;
    font-size: 14px;
    opacity: .8;
    color: #3f3e55;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.humanRe .positionList .filterBox>ul>li.searchBox a {
    position: absolute;
    top: 5px;
    right: 20px;
}

.humanRe .positionList .filterBox>ul>li.searchBox input::-webkit-input-placeholder {
    color: #3f3e55;
    opacity: .8;
}

.humanRe .positionList .filterBox>ul>li.searchBox input:-moz-placeholder {
    color: #3f3e55;
    opacity: .8;
}

.humanRe .positionList .filterBox>ul>li.searchBox input::-moz-placeholder {
    color: #3f3e55;
    opacity: .8;
}

.humanRe .positionList .filterBox>ul>li.searchBox input:-ms-input-placeholder {
    color: #3f3e55;
    opacity: .8;
}

.humanRe .positionList #container {
    position: relative;
}

.humanRe .positionList #container .positionBox a {
    padding: 25px;
    border: 2px solid #f2f0ec;
}

.humanRe .positionList #container .positionBox a>p {
    font-size: 13px;
    color: #898989;
    line-height: 24px;
}

.humanRe .positionList #container .positionBox h1 {
    font-size: 18px;
    color: #3f3e55;
    padding-bottom: 20px;
}

.humanRe .positionList #container .positionBox .otherInfo {
    padding-bottom: 5px;
}

.humanRe .positionList #container .positionBox .otherInfo p {
    color: #656565;
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
}

.humanRe .bottomBox {
    background: url(../image/human/humanRe7.jpg) center center no-repeat;
    text-align: center;
    color: #fff;
    height: 261px;
}

.humanRe .bottomBox h1 {
    font-size: 20px;
    padding: 90px 0 27px;
}

.humanRe .bottomBox p {
    font-size: 14px;
}

.wonderful .introBox {
    background: #f7f7f7 url(../image/human/humanRe1.jpg) center center no-repeat;
    padding-top: 70px;
}

.wonderful .introBox .textBox {
    padding-top: 40px;
}

.wonderful .introBox .textBox .fl {
    width: 339px;
}

.wonderful .introBox .textBox .fl p {
    font-size: 18px;
    color: #898989;
    padding-bottom: 15px;
    line-height: 35px;
}

.wonderful .introBox .textBox .fl a {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #7e7e7e;
    padding-right: 10px;
}

.wonderful .introBox .textBox .fl a img {
    vertical-align: middle;
    margin-right: 10px;
}

.wonderful .introBox .textBox .textRight {
    text-align: right;
    padding-right: 137px;
}

.wonderful .introBox .textBox .textRight p {
    color: #f09888;
    font-size: 30px;
}

.wonderful .introBox .textBox .textRight span {
    color: #d8d8da;
    font-size: 94px;
    padding-bottom: 60px;
    display: inline-block;
    line-height: 80px;
    font-family: CALIBRI;
}

.wonderful .sliderWrap {
    background: url(../image/human/wonderful6.jpg) center center no-repeat;
}

.wonderful .sliderWrap .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wonderful .sliderWrap .container .sliderBox {
    margin: 0 -10px;
    position: relative;
}

.wonderful .sliderWrap .container .sliderBox .bd ul li {
    width: 285px;
    font-size: 0;
    margin: 0 10px;
}

.wonderful .sliderWrap .container .sliderBox .bd ul li a {
    height: 363px;
    background: #fff;
}

.wonderful .sliderWrap .container .sliderBox .bd ul li a img {
    width: 100%;
}

.wonderful .sliderWrap .container .sliderBox .bd ul li a h1 {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    color: #434250;
    padding-bottom: 15px;
}

.wonderful .sliderWrap .container .sliderBox .bd ul li a p {
    padding: 0 25px;
    color: #898989;
    font-size: 13px;
    line-height: 20px;
    height: 104px;
    overflow-y: auto;
}

.wonderful .sliderWrap .container .sliderBox .prev,
.wonderful .sliderWrap .container .sliderBox .next {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 50%;
    margin-top: -27px;
    opacity: 0.5;
}

.wonderful .sliderWrap .container .sliderBox .prev:hover,
.wonderful .sliderWrap .container .sliderBox .next:hover {
    opacity: 1;
}

.wonderful .sliderWrap .container .sliderBox .prev {
    background: url(../image/industry/left.png) center center no-repeat;
    left: -80px;
}

.wonderful .sliderWrap .container .sliderBox .next {
    background: url(../image/industry/right.png) center center no-repeat;
    right: -80px;
}

.social .introBox .container .ren {
    margin-top: 20px;
    float: left;
}

@media (max-width: 1400px) {

    .humanRe .sliderWrap .container .sliderBox .next,
    .wonderful .sliderWrap .container .sliderBox .next {
        right: 0;
    }

    .humanRe .sliderWrap .container .sliderBox .prev,
    .wonderful .sliderWrap .container .sliderBox .prev {
        left: 0;
    }
}

@media (max-width: 1200px) {

    .humanRe .introBox,
    .wonderful .introBox {
        padding-left: 20px;
        padding-right: 20px;
    }

    .humanRe .introBox .container .ren,
    .wonderful .introBox .container .ren {
        display: none;
    }

    .humanRe .sliderWrap .container .sliderBox,
    .wonderful .sliderWrap .container .sliderBox {
        margin: 0;
    }

    .humanRe .positionList .filterBox>ul li {
        margin-bottom: 10px;
    }
}

@media (max-width: 900px) {

    .humanRe .introBox .textRight,
    .wonderful .introBox .textBox .textRight {
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .humanRe .positionList .borderBg {
        display: none;
    }
}

@media (max-width: 460px) {

    .wonderful .introBox .textBox .textRight,
    .humanRe .introBox .textRight {
        text-align: left;
        float: left;
    }

    .humanRe .introBox .textRight p,
    .wonderful .introBox .textBox .textRight p {
        font-size: 20px;
    }

    .humanRe .introBox .textRight span,
    .wonderful .introBox .textBox .textRight span {
        font-size: 70px;
    }

    .wonderful .introBox .textBox .fl {
        width: auto;
    }

    .humanRe .positionList .tabList ul li {
        padding: 0 10px;
    }

    .humanRe .positionList .filterBox {
        display: none;
    }
}