﻿html{
    overflow: visible\0\9 !important;
}

body {
    margin: 0;
    background-color: #ffffff;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    body > a {
        display: none;
    }

.no-padding {
    padding: 0 !important;
}

.logo {
    position: absolute;
    height: 10%;
    background-color: transparent;
    z-index: 10;
    top: 5%;
    left: 5%;
}

.red {
    color: #34c36d;
}

.white {
    color: #fff;
}

.gray {
    color: #999;
}

.deep-gray {
    color: #666;
}

.vertical-middle {
    display: inline-block;
    vertical-align: middle;
    height: inherit;
}

.title-decorate-square-line:before, .title-decorate-square-line:after {
    content: "";
    height: 1px;
    display: inline-block;
    width: 18%;
    background-image: linear-gradient(to right, rgba(200, 200, 200, 0.1), rgba(153, 153, 153, 0.8));
    top: 50%;
    vertical-align: middle;
    margin: 0 1.5rem;
}

.title-decorate-square-line:after {
    background-image: linear-gradient(to left, rgba(153, 153, 153, 0.2), rgba(153, 153, 153, 0.8));
}

.toptiplist {
    position: fixed;
    top: 0;
    width: 40%;
    height: 50px;
    left: 50%;
    margin: 0 -20%;
    z-index: -1;
}

.toptip {
    position: absolute;
    top: -50px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}

    .toptip.error {
        background-color: #d43f3a;
    }

    .toptip.success {
        background-color: #4cae4c;
    }

/**** 顶部菜单 ****/
.hy-nav {
    color: #000;
    border: none;
    height: 7rem;
    z-index: 10;
    text-align: right;
    padding: 0 10%;
    width: 100%;
}

.hy-pc-nav, .hy-mobile-nav {
    width: 100%;
    height: 100%;
}

    .hy-pc-nav > .nav-item, .hy-pc-nav > .nav-item-btn {
        display: inline-block;
        padding: 0 2%;
        position: relative;
        height: inherit;
        cursor: pointer;
    }

        .hy-pc-nav > .nav-item:hover, .hy-nav > .nav-item.active, .hy-pc-nav > .nav-item.active {
            /*background-color: rgba(0, 0, 0, 0.3);*/
            color: #34c36d;
        }

.dropmenu-icon {
    position: absolute;
    margin: 0 10%;
    transition: top linear 0.2s;
    font-size: 1rem;
    top: 40%;
}

.hy-pc-nav > .nav-item:hover > .dropmenu-icon {
    top: 55%;
}

.hy-pc-nav > .nav-block {
    height: 5%;
    width: 5%;
    background-color: #34c36d;
    display: block;
    border-radius: 5rem;
    position: absolute;
    transition: left linear 0.2s, width linear 0.2s;
    bottom: 0.5%;
    z-index: -1;
}

.nav-item-children {
    position: absolute;
    display: none;
    background-color: #fff;
    min-width: 100%;
    text-align: left;
    border: 1px solid #999;
    border-radius: 0.2rem;
    color: #777;
    box-shadow: 0 0 0.5rem 0.05rem rgba(0, 0, 0, 0.5);
    width: 200%;
    cursor: pointer;
    left: 0;
    z-index: 1;
}

.hy-pc-nav > .nav-item:hover > .nav-item-children {
    display: block;
}

.nav-item-children > div {
    border-bottom: 1px solid #ccc;
    padding: 1.5rem;
}

    .nav-item-children > div:hover {
        color: #34c36d;
    }

.news-btn {
    padding: 10%;
    border: 1px solid rgba(0, 0, 0, 0.8);
    cursor: pointer;
    position: relative;
    z-index: 0;
    min-width: 80px;
}

    .news-btn > div {
        font-size: 1.5rem;
    }

    .news-btn:after {
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: width linear 0.3s, background linear 0.3s;
        z-index: -1;
    }

    .news-btn:hover {
        color: #fff;
    }

        .news-btn:hover:after {
            width: 100%;
            background-color: #666;
        }

.hy-mobile-mune-btn {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
}

.hy-mobile-mune {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    text-align: left;
    overflow: auto;
    height: 0;
    transition: height 0.3s linear;
    z-index: 1;
}

    .hy-mobile-mune > .item {
        padding: 1rem 2rem;
    }

.logoAndstock {
    position: absolute;
    width: 320px;
    text-align: left;
}

    .logoAndstock > img {
        height: 60px;
        display: inline-block;
        margin: 5px 20px 5px 0;
        padding-right: 30px;
        border-right: 1px solid #ccc;
        width: 40%\0;
    }

    .logoAndstock > div {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

        .logoAndstock > div > font {
            font-size: 18px;
            font-family: auto;
            vertical-align: middle;
        }

.hy-mobile-nav > .logoAndstock > img {
    margin: 10px;
    padding-right: 18px;
}

.hy-mobile-nav > .logoAndstock > div > font {
    font-size: 12px;
}

/*** 底部信息 ***/
.hy-nav-width {
    width: 1200px;
}

.hy-committed {
    background-color: #fff;
    padding: 32px 0;
}

.hy-bottom-info {
    background-color: #000;
    color: #686868;
}

.hy-bottom-info > .info {
    height: 90%;
    color: #FFF;
    line-height: 3;
    background-color: #242424;
}

.hy-bottom-info > .record {
    font-size: 12px;
    color: #999;
    background-color: #242424;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.vertical-line {
    height: 100%;
    width: 1px;
    background-color: #ffffff;
    float: left;
    opacity: 0.2;
    position: absolute;
    right: 2rem;
    top: 0;
}

.hy-bottom-info-block {
    font-size: 1.1em;
    font-weight: bold;
    height: 100%;
}

    .hy-bottom-info-block a {
        font-size: 0.8em;
        font-weight: normal;
        color: #fff;
    }

/*** 右下角按钮 ***/
.btn-bottom-ground {
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 2;
}

    .btn-bottom-ground > a {
        display: block;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 0;
        padding: 10px 15px;
        font-size: 16px;
    }

/**** 滚动图 ****/
.top-slide {
    width: 100%;
    height: 412px;
    overflow: hidden;
    margin-bottom: 50px;
}

.slide-item {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
}

    .slide-item.active {
        display: block;
        right: 0;
        transition: right linear .5s;
    }

    .slide-item.out {
        display: block;
        right: 100%;
        transition: right linear .5s;
    }

.slide-block {
    position: absolute;
    bottom: 41%;
    width: 100%;
    height: 4.5px;
    text-align: center;
}

    .slide-block > .item {
        width: 0.5rem;
        height: 100%;
        background-color: #666;
        border-radius: 10rem;
        display: inline-block;
        margin: 0 3px;
        transition: width linear .2s, background-color linear .2s;
        cursor: pointer;
    }

        .slide-block > .item.active {
            width: 1.6rem;
            background-color: #fff;
        }

/**** 标题 ****/
.hy-committed {
    background-color: #fff;
    padding: 30px 0;
}

.hy-hr-title > span {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    vertical-align: middle;
    color: #333;
    line-height: 1.5;
}

.hy-hr-title > div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1rem;
}

/****** 人资首页-人才理念 ******/
.hy-talents {
    margin: 40px 0 0 0;
    padding: 0 20px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.hy-inhy-talents-block {
    margin: 3% 0;
}

    .hy-inhy-talents-block:nth-child(2n) {
        margin: 3% 8%;
    }

.hy-talents-block {
    padding: 20px 0;
}

.hy-talents-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.hy-talents-line {
    width: 100px;
}

    .hy-talents-line:before {
        content: "";
        display: block;
        width: 100px;
        height: 2px;
        margin: 20px 0;
    }

.hy-talents-content {
    color: #333333;
}

.hy-talents-bias:before, .hy-talents-vertical {
    content: "";
    display: block;
    transform: rotate(10deg);
    height: 110px;
    background: #e6e6e6;
    width: 1px;
    right: -30px;
    position: relative;
}

.hy-talents-vertical {
    height: 60%;
    position: absolute;
    right: 0;
    margin: 5% 0;
    transform: rotate(0);
}

/**** 人资首页-员工心声 ****/
.hy-employee-block {
    height: 45rem;
    padding: 40px 0;
}

.hy-employee-headimg {
    width: 100%;
    height: 100%;
    background-color: #878787;
    overflow: hidden;
}

    .hy-employee-headimg > img {
        min-height: 100%;
        min-width: 100%;
        height: 100%;
        width: auto;
    }

.hy-employee-info-right, .hy-employee-info-left {
    height: 50%;
    width: 45%;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    line-height: 2;
}

.hy-employee-info-lady {
    background: rgba(255,0,0,0.77);
}

.hy-employee-info-male {
    background: rgba(0,170,255,0.77);
}

.hy-employee-info-right {
    right: -18%;
}

.hy-employee-info-left {
    left: -18%;
}

    .hy-employee-info-right > .name, .hy-employee-info-left > .name {
        font-size: 1.8em;
        font-style: italic;
        color: #fff;
        text-align: center;
        line-height: 1;
        padding: 0.6em 0;
    }

.hy-employee-info-headimg, .hy-inhongyang-staff-info {
    height: 5.5em;
    text-align: center;
    vertical-align: middle;
    margin: 0.8em 0;
}

    .hy-employee-info-headimg > div, .hy-inhongyang-staff-info > .image {
        display: inline-block;
        width: 5.5em;
        height: 100%;
        border-radius: 50%;
        position: relative;
        box-shadow: 0em 0em 0em 0.1em;
    }

        .hy-employee-info-headimg > div > img, .hy-head-image {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .hy-employee-info-headimg > div > span {
            display: inline-block;
            position: absolute;
            bottom: -0.3em;
            height: 2em;
            width: 2em;
            background-color: #fff;
            border-radius: 50%;
        }

        .hy-employee-info-headimg > div > .right {
            right: -0.3em;
        }

        .hy-employee-info-headimg > div > .left {
            left: -0.3em;
        }

.hy-employee-content {
    height: 60%;
}

    .hy-employee-content::before, .hy-employee-content::after,
    .hy-inhongyang-staff-content::before, .hy-inhongyang-staff-content::after {
        display: inline-block;
        height: 100%;
        width: 20%;
        font-size: 20em;
        position: absolute;
        color: #e6e6e6;
    }

    .hy-employee-content::before {
        content: "\201C";
        text-align: right;
        margin-left: 5%;
        top: -0.3em;
    }

    .hy-employee-content::after {
        content: "\201D";
        right: 0;
        text-align: left;
        bottom: -0.3em;
    }

    .hy-employee-content > div {
        margin: 8% 20% 8% 27%;
    }

        .hy-employee-content > div > .title, .hy-employee-content > div > .content, .hy-bottom-aboutus {
            font-family: MicrosoftYaHei;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
        }

        .hy-employee-content > div > .title {
            font-style: italic;
            font-size: 3em;
            color: #333333;
            padding-bottom: .5em;
        }

        .hy-employee-content > div > .content {
            font-size: 1.4em;
            line-height: 2em;
            color: #666666;
        }

@media (max-width: 768px) {
    .hy-nav {
        padding: 0;
    }

    .hy-nav-width {
        width: 100%;
    }

    .toptiplist {
        width: 100%;
        height: 50px;
        left: 0;
        margin: 0;
        z-index: -1;
    }

    .toptip {
        font-size: 14px;
    }

    .nav-item-btn {
        height: 60%;
        display: inline-block;
    }

        .nav-item-btn .news-btn {
            border: 1px solid #ddd;
        }

    .hy-modal {
        width: 94% !important;
        margin: 3% !important;
    }

    .modal-body {
        padding: 0;
    }

    .top-slide {
        height: 200px;
        margin: 0;
        position: relative;
    }

    .logoAndstock > img{
        height: 5rem;
    }

    .slide-item {
        background-size: auto 100%;
        background-position: 50%;
    }

    .slide-block {
        bottom: 2rem;
    }

    .hy-inhy-block {
        margin: 0 !important;
        padding: 0 3rem;
    }

    .hy-inhy-talents-block {
        padding: 2rem 0;
        min-height: 20rem;
        margin: 3% 0 !important;
    }

    .index-btn {
        width: 60% !important;
    }

    .hy-talents-bias::before {
        height: 1px;
        transform: rotate(0);
        width: 100%;
        right: 0;
        margin-top: 20px;
    }

    .hy-employee-block {
        height: auto !important;
    }

        .hy-employee-block > div {
            padding: 0 !important;
        }

    .hy-employee-content {
        height: auto;
    }

        .hy-employee-content > div {
            margin: 1em 0;
        }

        .hy-employee-content::before, .hy-employee-content::after {
            display: none;
        }

        .hy-employee-content > div > .title {
            font-size: 2em;
        }

    /*** 底部菜单 ***/
    .hy-bottom-info > .info {
        padding: 0;
    }

        .hy-bottom-info > .info > .hy-nav-width {
            height: 100%;
            padding: 0;
        }

    .hy-bottom-info-block-logo {
        height: 4rem;
        overflow: hidden;
    }

        .hy-bottom-info-block-logo > img {
            margin: 0 auto !important;
            height: 5.5rem;
        }

    .hy-bottom-info-block {
        padding: 0;
        line-height: 2.5;
        margin: 1rem 0;
    }

    .vertical-line {
        right: 0rem;
        height: 90%;
    }

    .hy-bottom-info > .record {
        font-size: 0.5em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .hy-nav-width {
        width: 80%;
        margin: 0 10%;
    }

    .hy-nav {
        padding: 0;
    }

    .hy-nav-width {
        width: 100%;
        margin: 0;
    }

    .top-slide {
        height: 200px;
        margin: 0;
        position: relative;
    }

    .slide-item {
        background-size: auto 100%;
        background-position: 50%;
    }

    .slide-block {
        bottom: 2rem;
    }

    .hy-inhy-talents-block {
        margin: 25px 0;
    }

    .hy-bottom-info .hy-nav-width, .hy-bottom-info-block {
        padding: 0;
    }
}

@media only screen and (min-width: 979px) and (max-width: 1366px) {
    .hy-nav{
        padding: 0 5%;
    }

    .hy-nav-width {
        width: 96%;
        margin: 0 2%;
    }

    .top-slide {
        height: 350px;
        margin-bottom: 0;
    }

    .hy-inhy-growup-info > div {
        line-height: 3;
    }

    .hy-inhy-growup-top {
        height: 280px;
    }

    .hy-inhy-growup-bottom {
        height: 300px;
    }

    .hy-pc-nav > .nav-item {
        padding: 0 1.5%;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    .hy-nav-width {
        width: 80%;
        margin: 0 10%;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .hy-nav-width {
        width: 1500px;
    }

    .top-slide {
        margin-bottom: 80px;
    }

    .slide-block {
        bottom: 410px;
    }

    .hy-inhy-growup-bottom {
        height: 380px;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2540 px) {
}
