/**** 人才招聘 ***/
.recruitbox {
    max-width: 1200px;
    width: 75%;
}

.recruit-top {
    overflow: hidden;
    background: #1c2c43;
    padding: 1em 0 2em 9.9em;
    position: relative;
}

.recruit-top .title {
    position: absolute;
    left: 2.6em;
    top: 8px;
    font-size: 1.2em;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid #11ab8f;
    line-height: 2.667em;
}

.recruit-top .item {
    float: left;
    width: 28%;
    margin-right: 4%;
}

.recruit-top .item .name {
    font-size: 16px;
    opacity: 0.8;
    line-height: 31px;
    color: #fff;
}

.recruit-top .item .cont {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.recruit-top .item select {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #999999;
    padding: 0 9px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(/Img/images/recruit-selectbg.png) no-repeat right 9px center;
    background-size: 10px;
    cursor: pointer;
}

.recruit-top .item .txt {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #999999;
    padding: 0 9px;
    padding-right: 50px;
}

.recruit-top .item .txt::-webkit-input-placeholder {
    color: #999999;
}

.recruit-top .item .sou {
    position: absolute;
    width: 41px;
    height: 100%;
    right: 0;
    top: 0;
    background: #11ab8f url(/Img/images/recruit-search.png) no-repeat center center;
    background-size: 18px;
}

.recruit-top .item:last-child {
    margin-right: 0;
}

.recruit-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #1a1a1a;
    float: left;
}

.recruit-list {
    overflow: hidden;
    padding: 0 11px;
    margin-top: 2em;
}

.recruit-list li {
    float: left;
    border: 1px solid #e6e6e6;
    padding-top: 14px;
    width: 23.8%;
    margin-right: 1.6%;
    margin-bottom: 1em;
    background: #fff;
}

.recruit-list li:nth-child(4n) {
    margin-right: 0;
}

.recruit-list .cont {
    padding: 0 1.1em;
}

.recruit-list .num {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.recruit-list .name {
    font-size: 1.2em;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1.3em;
    height: 3.9em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    margin-top: 1em;
}

.recruit-list .name a {
    color: #1a1a1a;
}

.recruit-list .name .bg {
    position: relative;
    top: -2px;
    width: 14px;
    margin-right: 9px;
}

.recruit-list .time {
    margin-top: 1.2em;
    padding: 0 1.1em;
    border-top: 2px solid #e6e6e6;
}

.recruit-list .time i {
    color: #999999;
    display: block;
    font-size: 14px;
    line-height: 49px;
    font-style: normal;
}

.recruitbox .pagebox {
    margin-top: 2em;
}

.recruit.liblayout {
    padding-bottom: 5.35em;
    background: #fafafa;
}

.pop-boxs {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.pop-boxs .pop-main-cont {
    position: fixed;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1100px;
    min-height: 300px;
    padding: 1.75em 3.4em 3.25em 3.4em;
    border: 1px solid #dadada;
}

.pop-boxs .pop-main-cont .close-btn {
    position: absolute;
    right: -81px;
    top: -1px;
    text-align: center;
    background: #11ab8f;
    color: #fff;
    width: 80px;
    height: 80px;
    padding-top: 19px;
}

.pop-boxs .pop-main-cont .close-btn span {
    display: inline-block;
    width: 49px;
    line-height: 40px;
    font-size: 16px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.pop-boxs .hr-top {
    overflow: hidden;
    border-bottom: 1px solid #11ab8f;
    color: #4c4c4c;
    font-size: 14px;
}

.pop-boxs .names {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    float: left;
    line-height: 64px;
}

.pop-boxs .right {
    float: right;
    max-width: 70%;
    line-height: 64px;
    text-align: right;
}

.pop-boxs .right span {
    margin-left: 37px;
}

.pop-boxs .names {
    font-size: 24px;
    font-weight: bold;
    line-height: 64px;
    color: #1a1a1a;
}

.pop-boxs .cont-box {
    padding: 0 16px;
    padding-top: 8px;
    max-height: 54vh;
    overflow: hidden;
}

.pop-boxs .cont-box .mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.pop-boxs .cont-box .item {
    margin-top: 16px;
}

.pop-boxs .cont-box .item .title {
    font-size: 18px;
    font-weight: bold;
}

.pop-boxs .cont-box .item .doc {
    font-size: 16px;
    line-height: 30px;
    margin-top: 7px;
}

.pop-boxs .download {
    margin-top: 1.6em;
    padding: 0 16px;
}

.pop-boxs .download a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #11ab8f;
    line-height: 40px;
    padding: 0 24px;
}

.pop-boxs .download a:hover {
    opacity: 0.8;
}

.pop-boxs .bottom-close {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    left: 50%;
    margin-left: -0.2rem;
    bottom: -0.6rem;
    display: none;
}

@media screen and (max-width:1366px) {
    .pop-boxs .right span {
        margin-left: 16px;
    }

    .pop-boxs .names {
        font-size: 22px;
    }
}

@media screen and (max-width:768px) {
    .pop-boxs .right {
        max-width: 100%;
    }

    .pop-boxs .cont-box {
        height: 35vh;
    }

    .recruitbox {
        padding: 0;
    }

    .recruit-top {
        padding: 1.11rem 0.18rem 0.24rem 0.18rem;
    }

    .recruit-top .title {
        font-size: 0.21rem;
        line-height: 0.46rem;
        top: 0.33rem;
        left: 0.18rem;
        color: #11ab8f;
    }

    .recruit-top .item select {
        height: 0.5rem;
        line-height: 0.5rem;
        padding: 0 0.18rem;
        background: #fff url(/Img/images/recruit-selectbg.png) no-repeat right 0.2rem center;
        background-size: 10px;
    }

    .recruit-top .item .txt {
        height: 0.5rem;
        line-height: 0.5rem;
        padding-left: 0.18rem;
        padding-right: 0.7rem;
    }

    .recruit-top .item .sou {
        width: 0.57rem;
    }

    .recruit-top .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.25rem;
    }

    .recruit-top .item .name {
        display: none;
    }

    .recruit-title {
        font-size: 0.19rem;
        padding: 0;
        line-height: 0.56rem;
    }

    .recruit-cont-box {
        padding: 0 0.18rem;
    }

    .recruit-list {
        padding: 0;
        margin-top: 0.3rem;
    }

    .recruit-list li {
        width: 47.5%;
        margin-right: 5%;
        padding-top: 0.12rem;
        margin-bottom: 0.17rem;
    }

    .recruit-list .num {
        font-size: 13px;
    }

    .recruit-list .cont {
        padding: 0 0.12rem;
    }

    .recruit-list .time {
        padding: 0 0.12rem;
        border-top: 1px solid #e6e6e6;
        margin-top: 0.5em;
    }

    .recruit-list .time i {
        line-height: 0.3rem;
        font-size: 13px;
    }

    .recruit-list li:nth-child(4n) {
        margin-right: 4%;
    }

    .recruit-list li:nth-child(2n) {
        margin-right: 0;
    }

    .recruit-list .name {
        height: 2.6em;
        -webkit-line-clamp: 2;
        font-size: 0.18rem;
        margin-top: 0.1rem;
    }

    .recruit-list .name .bg {
        width: 9px;
        margin-right: 6px;
    }

    .pop-boxs .pop-main-cont {
        width: 94%;
        padding: 0.3rem 0.2rem;
        padding-top: 0.1rem;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        top: 12%;
        left: 3%;
    }

    .pop-boxs .names {
        font-size: 0.22rem;
        line-height: 0.45rem;
        float: none;
        width: 100%;
    }

    .pop-boxs .right {
        float: none;
        width: 100%;
        line-height: 0.3rem;
        text-align: left;
        padding: 0.1rem 0;
    }

    .pop-boxs .right span {
        margin-left: 0;
        display: inline-block;
        width: 49%;
    }

    .pop-boxs .right span:nth-child(1) {
        width: 100%;
    }

    .pop-boxs .pop-main-cont .close-btn {
        display: none;
    }

    .pop-boxs .cont-box .item .title {
        font-size: 0.18rem;
    }

    .pop-boxs .cont-box .item .doc {
        font-size: 0.16rem;
        line-height: 0.24rem;
    }

    .pop-boxs .bottom-close {
        display: block;
    }
}

/**** 人才标准 ***/
.liblayout.standard .global-inner {
    max-width: 1300px;
}

.liblayout.standard {
    padding-bottom: 0;
}

.hnorm-sec1 {
    padding-bottom: 4.7em;
    padding-top: 1em;
}

.hnorm-sec1-list {
    overflow: hidden;
    margin: 0 -1.3% -1em;
    position: relative;
}

.hnorm-sec1-list li {
    padding: 0 1.3%;
    margin-bottom: 1em;
}

.hnorm-sec1-list li:nth-child(3n+1) {
    animation-delay: .2s;
}

.hnorm-sec1-list li:nth-child(3n+2) {
    animation-delay: .3s;
}

.hnorm-sec1-list li:nth-child(3n+3) {
    animation-delay: .4s;
}

.hnorm-sec1-list li:hover .item-image .image {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.hnorm-sec1-list .item-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hnorm-sec1-list .item-image .image {
    width: 100%;
    height: 12em;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hnorm-sec1-list .item-image img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.hnorm-sec1-list .item-bd {
    width: 100%;
    height: 7.95em;
    overflow: hidden;
    position: relative;
    padding: 2.8em 1.3em 1em 1.3em;
    background: #f2faf9;
    line-height: 30px;
    color: #1a1a1a;
}

.hnorm-sec1-list .item-bd span {
    font-size: 16px;
}

.hnorm-sec1-list .item-bd .line {
    width: 2.9em;
    height: 2px;
    display: block;
    background: #5ab6b7;
    position: absolute;
    left: 1.3em;
    top: 1.5em;
}

.hnorm-sec1-list .item-bd .scrollbox {
    max-height: 3.428em;
    overflow: hidden;
}

.hnorm-sec2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 4.6em 0 4.25em;
    background: no-repeat center center;
    background-size: cover;
}

.hnorm-sec-list {
    overflow: hidden;
    position: relative;
    margin: 0 -1% -1.5em;
}

.hnorm-sec-list li {
    padding: 0 1%;
    margin-bottom: 1.5em;
    position: relative;
}

.hnorm-sec-list .item-inner {
    width: 100%;
    height: 20.2em;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
    padding: 2em 0 1.6em;
    position: relative;
}

.hnorm-sec-list .bd {
    padding: 0 8.9%;
}

.hnorm-sec-list .item-icon {
    width: 27.85%;
    max-width: 62px;
    display: block;
    margin: 0 auto;
    -webkit-transition: 800ms;
    transition: 800ms;
}

.hnorm-sec-list li:hover .item-icon {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.hnorm-sec-list .item-tit {
    display: block;
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    color: #1a1a1a;
    font-weight: bold;
    margin-top: 1.4em;
}

.hnorm-sec-list .item-doc {
    overflow: hidden;
    font-size: 16px;
    line-height: 2em;
    color: #1a1a1a;
    margin-top: 1.1em;
    height: 185px;
}

.hnorm-sec-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #999;
}

.hnorm-sec3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 4.5em 0 5em;
}

.hnorm-sec3 .image-box {
    padding: 0;
}

.hnorm-sec3 .image-box img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.hnorm-sec3 .image-box .image {
    height: 29.4em;
    background: no-repeat center center;
    background-size: cover;
}

.hnorm-sec3 .right {
    min-height: 29.4em;
    padding: 0;
    background: #1ba196;
    padding-top: 0.5em;
}

.hnorm-sec3 .levl {
    width: 100%;
    height: 4.07em;
    overflow: hidden;
    font-size: 1.3em;
    line-height: 4.07em;
    color: #fff;
    font-weight: bold;
    padding-left: 1.538em;
    /*    background: url(/Img/images/hnorm_06.jpg) no-repeat right center #30a3a3;
    background-size: cover;*/
}

.hnorm-sec3 .bd {
    background: #1ba196;
    padding: 0 15.3% 1.375em 2em;
}

.hnorm-sec3 .bd li {
    margin-bottom: 1em;
}

.hnorm-sec3 .bd li:last-child {
    margin-bottom: 0;
}

.hnorm-sec3 .line {
    width: 1.95em;
    height: 3px;
    background: #fff;
}

.hnorm-sec3 .tit {
    display: block;
    font-size: 19px;
    line-height: 1.2em;
    color: #fff;
    margin-top: 0.9em;
    font-weight: bold;
}

.hnorm-sec3 .doc {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-top: 0.7em;
}

@media screen and (max-width: 1450px) {
    .hnorm-sec3 .image-box .image {
        height: 32em;
    }

    .hnorm-sec3 .right {
        min-height: 32em;
    }

    .hnorm-sec-list .item-inner {
        height: 24em;
    }
}

@media screen and (max-width: 991px) {
    .hnorm-sec3 .levl {
        height: 4.2em;
        line-height: 4.2em;
    }

    .hnorm-sec-list .item-inner {
        height: 4.2rem;
    }
    .hnorm-sec1-list .item-bd .scrollbox{
        max-height: 3rem;
    }

}

.hnorm-sec4 {
    position: relative;
    overflow: hidden;
    padding: 6.875em 0;
}

.hnorm-sec4 .lbg {
    position: absolute;
    width: 34%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.hnorm-sec4 .rbg {
    position: absolute;
    width: 66%;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.hnorm-sec4 .left {
    width: 34%;
}

.hnorm-sec4 .right {
    width: 66%;
}

.hnorm-sec4 .left .left-con {
    max-width: 293px;
    width: 100%;
}

.hnorm-sec4 .left h5 {
    font-size: 1.5em;
    line-height: 1.6em;
    color: #fff;
    position: relative;
    margin-left: -1.6em;
    max-width: 205px;
    margin-bottom: 0.55em;
    margin-top: 2em;
    font-weight: bold;
}

.hnorm-sec4 .left h5 .quot {
    width: 0.93em;
    display: block;
    position: absolute;
    left: 0;
    top: -0.4em;
    display: none;
}

.hnorm-sec4 .left ul {
    margin-left: -2.4em;
    padding-top: 1em;
}

.hnorm-sec4 .left ul li {
    font-size: 1em;
    margin-top: 1em;
}

.hnorm-sec4 .left ul li span {
    display: inline-block;
    color: #fff;
    line-height: 1.6;
    padding-right: 3.5em;
    cursor: pointer;
}

.hnorm-sec4 .left ul li.on span {
    background: url(/Img/images/hnorm_bg1.png) no-repeat right center;
    background-size: 3.05em;
}

.hnorm-sec4 .right li {
    display: none;
}

.hnorm-sec4 .right .on {
    display: block;
}

.hnorm-sec4 .right .right-con {
    width: 100%;
    max-width: 928px;
    background: rgba(255, 255, 255, 0.88);
    padding: 1.875em 10px 3.75em 2.25em;
}

.hnorm-sec4 .right .right-con .mCSB_scrollTools .mCSB_dragger {
    background: #b2b2b2;
}

.hnorm-sec4 .right ul {
    height: 20.3em;
    overflow: hidden;
}

.hnorm-sec4 .right ul h6 {
    font-size: 1.2em;
    color: #30a3a3;
    font-weight: bold;
    line-height: 1.455;
}

.hnorm-sec4 .right ul .txt {
    color: #333333;
    line-height: 2;
    max-height: 22em;
    overflow: hidden;
    margin-top: 1.25em;
    font-size: 16px;
}

.hnorm-sec4 .right .mCSB_inside>.mCSB_container {
    margin-right: 2em;
}

.hnorm-sec4 .right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #b2b2b2;
}

.hnorm-sec4 .right ul .txt p {
    margin-top: 0.875em;
}

@media screen and (max-width: 991px) {
    .hnorm-sec4 .left {
        float: none;
        width: 92%;
        margin: 0 auto;
        position: relative;
    }

    .hnorm-sec4 .left .left-con {
        float: none;
        max-width: 86%;
        margin: 0 auto;
        padding: 20px 0 10px;
    }

    .hnorm-sec4 .left ul {
        overflow: hidden;
        margin: 0 -10px;
    }

    .hnorm-sec4 .left h5 {
        max-width: inherit;
        margin: 0;
    }

    .hnorm-sec4 .left ul li {
        float: left;
        padding: 0 10px;
        margin: 0.8em 0;
    }

    .hnorm-sec4 .lbg {
        width: 100%;
    }

    .hnorm-sec4 .right {
        float: none;
        width: 92%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .hnorm-sec4 .right .right-con {
        padding: 1.375em 5% 1.375em;
        background: #f6f6f6;
    }

    .hnorm-sec4 .right .mCSB_inside>.mCSB_container {
        margin-right: 0.03rem;
    }

    .hnorm-sec4 .right ul {
        height: inherit;
    }

    .hnorm-sec4 .right ul .txt {
        max-height: inherit;
    }

    .hnorm-sec3 {
        padding-bottom: 0;
    }

    .hnorm-sec4 {
        padding: 3em 0;
    }
}

.hnorm-sec4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #d7d7d7;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
}


/**** 人才政策 ***/
.hpolicy-box {
    width: 100%;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.875em;
    color: #333;
    padding-bottom: 4.625em;
    font-size: 16px;
}

.hpolicy-box .global-inner {
    max-width: 1300px;
}

.hpolicy-box .b {
    font-weight: bold;
    margin-top: 0.625em;
}

.hpolicy-box .matter-list {
    overflow: hidden;
    margin: 1em -0.625em 0;
    font-size: 1em;
    line-height: 1.75em;
    color: #fff;
}

.hpolicy-box .matter-list li {
    padding: 0 0.625em;
    margin-bottom: 0.625em;
}

.hpolicy-box .matter-list .inner {
    width: 100%;
    min-height: 25.875em;
    overflow: hidden;
    background: #30a3a3;
    position: relative;
    padding: 2.875em 1.25em 2.875em 1.875em;
}

.hpolicy-box .matter-list .tit {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: bold;
    margin-bottom: 0.5em;
    position: relative;
    z-index: 10;
}

.hpolicy-box .matter-list .doc {
    position: relative;
    z-index: 10;
    max-height: 15.75em;
    overflow: hidden;
}

.hpolicy-box .mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.hpolicy-box .matter-list .en {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    opacity: 0.1;
    filter: alpha(opacity=10);
    font-size: 5em;
    line-height: 1;
    position: absolute;
    left: 20%;
    bottom: -0.25em;
    z-index: 1;
    display: none;
}

.hpolicy-box .matter-row {
    width: 100%;
    overflow: hidden;
    margin-top: 2em;
    line-height: 2.1875em;
}

.hpolicy-box .matter-tit {
    font-size: 1.375em;
    color: #30a3a3;
    font-weight: bold;
}

.hpolicy-box .matter-doc {
    overflow: hidden;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .hpolicy-box {
        font-size: 14px;
    }
}

/**** 人才规划 ***/
.hplan-sec1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 4em;
    padding-top: 2em;
}

.page-hr-plan .global-inner {
    max-width: 1300px;
}

.hplan-sec1 .global-inner {
    display: table;
}

.hplan-sec1 .left {
    width: 54.6%;
    display: table-cell;
    vertical-align: top;
    padding: 2.11em 4.18% 0 0;
}

.hplan-sec1 .title {
    display: block;
    font-size: 1.875em;
    line-height: 1em;
    color: #000000;
    font-weight: bold;
    display: none;
}

.hplan-sec1 .subtitle {
    display: block;
    font-size: 1.625em;
    line-height: 1.2em;
    color: #2a8d8d;
    position: relative;
    margin-top: 0 !important;
}
.hplan-sec1 .subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1.3em;
    width: 67px;
    height: 3px;
    background: #419b98;
}


.hplan-sec1 .quot {
    width: 0.9em;
    position: absolute;
    left: 0;
    top: 5px;
}

.hplan-sec1 .quot img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.hplan-sec1 .doc {
    overflow: hidden;
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    color: #545454;
    max-height: 270px;
}

/*.hplan-sec1 .doc p {*/
/*margin-top: 10px;*/
/*}*/
.hplan-sec1 .right {
    width: 45.4%;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.hplan-sec1 .right img {
    width: 100%;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 1500px) {
    .hplan-sec1 .doc {
        max-height: 240px;
    }
}

@media screen and (max-width: 800px) {
    .hplan-sec1 {
        padding-bottom: 4em;
    }

    .hplan-sec1 .left {
        width: 100%;
        display: block;
    }

    .hplan-sec1 .subtitle {
        margin-top: 0.5em;
    }

    .hplan-sec1 .right {
        width: 100%;
        display: block;
        margin-top: 1em;
    }
}

.hplan-sec2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
}

.hplan-sec2 .bd {
    width: 50%;
    max-width: 590px;
    height: 37.5em;
    background: url(/Img/images/hplan_bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    float: right;
    padding: 11.875em 5.7% 3em 4.8%;
    color: #fff;
}

.hplan-sec2 .title {
    display: block;
    font-size: 1.875em;
    line-height: 1.3em;
    font-weight: bold;
}

.hplan-sec2 .doc {
    font-size: 18px;
    line-height: 36px;
    margin-top: 1.2em;
}

@media screen and (max-width: 740px) {
    .hplan-sec2 .bd {
        width: 100%;
        padding: 4em 5.7% 3em 4.8%;
    }

    .hplan-sec2 .doc {
        font-size: 0.18rem;
        line-height: 0.32rem;
    }

    .hplan-sec1 .doc {
        font-size: 0.16rem;
        line-height: 0.32rem;
        max-height: inherit;
    }
}

.hplan-sec3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
    padding: 4.625em 0 5.125em;
}

.hplan-sec3 .sec-tit {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 1.875em;
    line-height: 1.3em;
    color: #000;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .hplan-sec3 {
        padding: 4em 0;
    }
}

.hplan-list {
    overflow: hidden;
    margin: 2.75em -3% -1em;
}

@media screen and (max-width: 768px) {
    .hplan-list {
        margin-top: 2em;
    }
}

.hplan-list>li {
    padding: 0 3% 1em;
    overflow: hidden;
    float: left;
}

.hplan-list>li:nth-child(3n+1) {
    animation-delay: .2s;
}

.hplan-list>li:nth-child(3n+2) {
    animation-delay: .3s;
}

.hplan-list>li:nth-child(3n+3) {
    animation-delay: .4s;
}

.hplan-list .inner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hplan-list .item-hd {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #30a3a3;
}

.hplan-list .item-hd .cn {
    width: 100%;
    display: block;
    position: relative;
    font-size: 1.5em;
    line-height: 3.3em;
    color: #fff;
    font-weight: bold;
    z-index: 10;
}

.hplan-list .item-hd .en {
    font-size: 2.5em;
    line-height: 1;
    color: #fff;
    opacity: 0.1;
    filter: alpha(opacity=10);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: -3px;
    bottom: -5px;
    z-index: 1;
    display: none;
}

.hplan-list .item-bd {
    width: 100%;
    height: 22.5em;
    display: block;
    background: #fff;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.2em;
    color: #333;
    padding-top: 1.2em;
}

.hplan-list .item-bd .item {
    display: block;
    position: relative;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
}

.hplan-list .item-bd .item .year {
    font-size: 0.8em;
    color: #30787f;
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

.hplan-list .item-bd .item:after {
    content: '';
    width: 100%;
    height: 1.1em;
    display: block;
    background: url(/Img/images/hplan_04.png) no-repeat center bottom;
    background-size: 10px;
}

.hplan-list .item-bd .item:last-child:after {
    display: none;
}

.page-hr-plan {
    font-size: 16px;
}

@media screen and (max-width: 991px) and (min-width: 360px) {
    .page-hr-plan {
        font-size: 12px;
    }
}

@media screen and (max-width: 359px) {
    .page-hr-plan {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .hplan-list .item-bd {
        height: auto;
        padding-bottom: 0.2rem;
    }
}


/**** 人才培训 ***/
.page-hr-train .global-inner {
    max-width: 1300px;
}

.htrain-sec1 {
    width: 100%;
    display: table;
    padding-bottom: 6em;
    padding-top: 1em;
}

.htrain-sec1 .global-inner {
    display: table;
}

.htrain-sec1 .left {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 3.7% 0 0;
    position: relative;
}

.htrain-sec1 .left .title {
    font-size: 1.625em;
    line-height: 1.3em;
    color: #419b98;
    position: relative;
}

.htrain-sec1 .left .title:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1.3em;
    width: 67px;
    height: 3px;
    background: #419b98;
}

.htrain-sec1 .left .quot {
    width: 0.93em;
    display: block;
    position: absolute;
    left: 0;
    top: -0.4em;
    display: none;
}

.htrain-sec1 .left .quot img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.htrain-sec1 .left .doc {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    margin-top: 1em;
}

.htrain-sec1 .right {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-top: 2em;
}

.htrain-sec1 .right .inner {
    width: 100%;
    position: relative;
    text-align: right;
}

.htrain-sec1 .right img {
    width: 94.5%;
    position: relative;
    z-index: 10;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.htrain-sec1 .right .border {
    width: 94.5%;
    height: 100%;
    display: block;
    border: solid 10px #a8d7da !important;
    position: absolute;
    left: 0;
    top: -2em;
    z-index: 5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.htrain-sec1 .right:hover img {
    transform: translate(2px, 2px);
    -webkit-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
}

.htrain-sec1 .right:hover .border {
    transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
}

@media screen and (max-width: 700px) {

    .htrain-sec1 .left,
    .htrain-sec1 .right {
        width: 100%;
        display: block;
    }

    .htrain-sec1 .left .doc {
        margin-top: 1em;
        font-size: 0.18rem;
        line-height: 0.32rem;
    }

    .htrain-sec1 .right {
        margin-top: 1em;
    }
}

.htrain-sec2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 5.625em 0;
    background: url(/Img/images/htrain_03.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    border-bottom: 8px solid #419794;
}

.htrain-sec2 img {
    max-width: 100%;
}

@media screen and (max-width: 700px) {
    .htrain-sec2 {
        padding: 4em 0;
    }
}

@media screen and (max-width: 767px) {
    .htrain-sec2 {
        background: url(/Img/images/htrain_03.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .htrain-sec1 {
        padding-top: 0.5rem;
    }
}

.page-hr-train {
    font-size: 16px;
}

@media screen and (max-width: 991px) and (min-width: 360px) {
    .page-hr-train {
        font-size: 12px;
    }
}

@media screen and (max-width: 359px) {
    .page-hr-train {
        font-size: 12px;
    }
}

/**** 搜索结果 ***/
.company-news .global-inner {
    /* max-width: 1300px;*/
}

.company-news ul {
    margin-bottom: 65px;
}

.company-news ul.ul_lf {
    min-height: 150px;
}

.company-news ul li {
    padding: 3.35%;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transtion: all 0.3s;
    transition: all 0.3s;
}

.company-news ul li>a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: block;
}

.company-news li .div1,
.company-news li .div2,
.company-news li .div3 {
    position: relative;
    z-index: 100;
}

.company-news li .div1 {
    width: 7.537%;
}

.company-news li .div1 .p1 {
    font-size: 42px;
    height: 50px;
    line-height: 50px;
    color: #999999;
    border-bottom: 1px solid #999999;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    box-sizing: content-box;
}

.company-news li .div1 .p2 {
    color: #999999;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.company-news li .div1 .p2 em {
    font-style: normal;
    display: none;
}

.company-news li .div2 {
    width: 23.62%;
    margin-left: 2.66%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.company-news li .div2 .div2-img {
    display: none;
}

.company-news li .div2 img {
    width: 100%;
}

.company-news li .div3 {
    width: 88%;
}

.company-news li .div3.on {
    width: 89.81%;
}

.company-news li .div3 .p1 {
    color: #333;
    font-size: 22px;
    max-height: 1.4em;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.company-news li .div3 .p1 span,
.company-news li .div3 .p2 span{
    color: #05ad8e;
}
.company-news li .div3 .p2 {
    color: #4c4c4c;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
    box-sizing: content-box;
    height: 48px;
    overflow: hidden;
}
.company-news li .view{
    width: 180px;
    height: 45px;    
    line-height: 45px;
}
.company-news li .view span{
    margin: 11% 0 0 10px;
}
.company-news li .div4 {
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.company-news li .p-link {
    display: block;
    font-size: 14px;
    width: 6.571em;
    height: 2.428em;
    margin-top: 20px;
    line-height: 2.428;
    color: #666666;
    border: 1px solid #fff;
    padding-left: 2em;
    box-sizing: content-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #e0e0e0 url(/Img/images/index-btn-arr666.png) no-repeat right 2em center;
}

@media screen and (min-width: 992px) {
    .company-news li:hover {
        left: -10px;
    }

    .company-news li:hover .div1 .p1 {
        color: #30a3a3;
        border-bottom: 1px solid #30a3a3;
    }

    .company-news li:hover .div1 .p2 {
        color: #30a3a3;
    }

    .company-news li:hover .div3 .p1 {
        color: #ff8f00;
    }

    .company-news li:hover .p-link {
        padding-left: 2.85em;
        color: #fff;
        background: #30a3a3 url(/Img/images/index-btn-arr.png) no-repeat right 2em center;
    }

    .company-news li:hover .div4 {
        background: #f5f5f5;
    }
   
}

@media screen and (min-width: 991px) {
    .company-news li .view {
        width: 1.5rem;
        height: 0.48rem;
        line-height: 0.48rem;
    }
    .company-news li .view span {
        margin: 13.5% 0 0 0.1rem;
    }
}

.company-news .inner-pages {
    margin: 0 auto 110px;
}

.company-news .inner-pages>.inner-pages {
    margin: 0 auto;
}

.lf {
    float: left;
}

.rg {
    float: right;
}

@media screen and (max-width: 640px) {
    .company-news ul {
        margin-bottom: 40px;
    }

    .company-news .inner-pages {
        margin: 0 auto 60px;
    }

    .company-news li .div1 {
        float: none;
        overflow: hidden;
        width: 100%;
    }

    .company-news li .div1 .p1,
    .company-news li .div1 .p2 {
        float: left;
        padding: 0;
        height: auto;
        font-size: 16px;
        border: none;
        line-height: 32px;
        margin: 0;
    }

    .company-news li .div1 .p2 em {
        display: inline-block;
    }

    .company-news li .div1 .p1 {
        margin-right: 10px;
        display: none;
    }

    .company-news li:hover .div1 .p1 {
        border: none;
    }

    .company-news li .div2 {
        float: none;
        width: 100%;
        margin: 0;
    }

    .company-news li .div3,
    .company-news li .div3.on {
        float: none;
        width: 100%;
    }

    .company-news li .div3 .p1 {
        font-size: 18px;
        margin-top: 10px;
    }

    .company-news li .div2 {
        background: none;
    }

    .company-news li .div2 .div2-img {
        display: block;
    }
}