.header .open-box {
    display: none;
    position: absolute;
    float: right;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 5px;
}

.open-box .icon-bar:first-child {
    margin-top: 0;
}

.open-box .hd-open {
    padding: 9px 10px;

    display: block;
}

.open-box .icon-bar {
    margin: auto;
    display: block;
    margin-top: 4px;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
}

.nav-m-list {
    transform: translate3d(0, -100%, 0);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 100px 20px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .76);
    z-index: 99;
}

.nav-m-list a {
    display: none;
    color: #454545;
    display: block;
    border-bottom: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}

/* 顶部动画 */
.nav-show {
    -webkit-animation: bounceInDown .5s 0s ease-in-out both;
    -moz-animation: bounceInDown .5s 0s ease-in-out both;
    -ms-animation: bounceInDown .5s 0s ease-in-out both;
    animation: bounceInDown .5s 0s ease-in-out both;
}

.nav-hide {
    -webkit-animation: fadeOutUp .5s 0s ease-in-out both;
    -moz-animation: fadeOutUp .5s 0s ease-in-out both;
    -ms-animation: fadeOutUp .5s 0s ease-in-out both;
    animation: fadeOutUp .5s 0s ease-in-out both;
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: .01;
        filter: alpha(opacity=1);
        transform: translate3d(0, -100%, 0);
    }

    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate3d(0, 15px, 0);
    }

    75% {
        transform: translate3d(0, -8px, 0);
    }

    90% {
        transform: translate3d(0, 4px, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate3d(0, 0%, 0);

    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate3d(0, -100%, 0);
        display: none;
    }
}

.section {
    height: 100%;
    width: 100%;
    display: none;
    overflow: hidden;
}

.screen1 {
    position: relative;
    display: block;
}

.screen2 {
    background-image: linear-gradient(to top, #dfe9f3 0%, #fff 100%);
}

.screen3 {
    background-image: linear-gradient(to top, #fff 0%, #dfe9f3 100%);
}

/* banner */
.banner {
    position: relative;
    top: -90px;
    width: 100%;
    height: 100%;
    background: url("../images/index_banner_bg.jpg") no-repeat top center;
}

.banner-text {
    position: absolute;
    top: 210px;
    left: 390px;
    color: #fff;
}

.current .banner-text {
    animation: fadeLeft .6s .2s ease-out both;
}

.banner-text h3 {
    font-size: 50px;
    padding-bottom: 40px;
}

.banner-text p {
    font-size: 30px;
    height: 70px;
}

/* 通用标题 */
.com-title {
    position: relative;
    height: 100px;
}

.com-title h2 {
    border-left: 4px solid #d81209;
    padding-left: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 43px;
    line-height: 43px;
    width: 400px;
    z-index: 2;
    font-size: 38px;
    color: #3b3b3b;
}


.com-title h2 span {
    color: #a5a5a5;
    font-size: 16px;
}

.news .w1200 {
    padding-top: 20px;
    height: 100%;
}

.current .news-column {
    animation: zoomIn 1s ease-out both;
}

.news-column {
    position: relative;
    /* opacity: 0; */
    box-sizing: border-box;
    margin-top: 18px;
    padding: 12px;
    width: 100%;
    height: 160px;
    /* background-color: #fff; */
    background-color: rgba(255, 255, 255, .7);
    z-index: 2;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    transition: all .2s linear;
}

.news-column>a {
    display: block;
    width: 100%;
    height: 100%;
}

/* .news-column:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
} */

.news-column img {
    width: 205px;
    float: left;
    height: 100%;
}

.news-text {
    overflow: hidden;
    border-right: 1px dashed #bbb;
    width: 810px;
    height: 100%;
    padding-left: 20px;
    float: left;
}

.news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 16px;
    height: 25px;
    font-size: 20px;
    color: #48484e;
}

.news-description {
    line-height: 23px;
    color: #a5a5a5;
}

.news-time {
    position: absolute;
    bottom: 12px;
    color: #a5a5a5;
    font-size: 12px;
}

.new-link {
    position: absolute;
    width: 140px;
    height: 136px;
    float: left;
}

.new-link img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 26px;
    transition: all .5s ease;
}

.new-link:hover img {
    margin-left: 46px;
}


/* 招聘 */
.job {
    padding-top: 10px;
}

.job-wrap {
    margin-top: 44px;
    width: 100%;
    min-height: 400px;
}

.current .job-wrap li {
    animation: zoomInUp 1.6s ease-out both;
}


.job-wrap li {
    text-indent: 40px;
    margin-bottom: 50px;
    line-height: 83px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    transition: all .3s linear;
    background-color: rgba(255, 255, 255, .3);
}

.job-wrap li::before {
    content: "";
    margin: 34px 50px 0 0;
    float: right;
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 15px solid #b8b8b8;
    transition: all .3s linear;
}

.job-wrap li.current::before {
    transform: rotate(180deg);
    border-bottom-color: #d81209;

}

.job-wrap li.current,
.job-wrap li.current .position-list {
    background-color: #f6f7fb;
}

.job-wrap li>span {
    display: block;
    font-size: 24px;
    color: #3b3b3d;
    cursor: pointer;
}

.position-list {
    display: none;
    border-top: 1px solid #b8b8b8;
}

.position-list a {
    position: relative;
    display: block;
    border-bottom: 1px dashed #b8b8b8;
    font-size: 16px;
    color: #a5a5a5;
}

.position-list a:hover {
    background-color: #f9f9fe;
}

.position-list a::before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    border-right: .1rem solid #ababab;
    border-bottom: .1rem solid #ababab;
    margin-right: 50px;
    float: right;
    width: 12px;
    height: 12px;
    transform: translateY(-50%) rotate(-45deg);
}

.position-list a:last-child {
    border-bottom: none;
}

/* 动画 */
@keyframes fadeTop {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeBottom {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    63% {
        transform: scale(1.1);
        opacity: .7;
    }

    100% {
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.fade-top {
    animation: fadeTop .6s ease-out both;
}

.fade-bottom {
    animation: fadeBottom .6s ease-out both;
}

.fade-left {
    animation: fadeLeft .6s ease-out both;
}

.fade-right {
    animation: fadeRight .6s ease-out both;
}

.fade-in {
    animation: fadeIn .6s ease-out both;
}

.no_select {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    cursor: default;
}


/* 媒体查询 */
@media screen and (max-width: 767px) {
    .w1200 {
        min-width: 320px;
    }
    .header .open-box {
        display: block;
    }

    .nav-m-list {
        display: block;
        /* z-index: 99; */
    }

    .banner-text h3 {
        font-size: 36px;
        padding-bottom: 20px;
    }

    .banner-text p {
        font-size: 24px;
        height: 40px;
    }

    .w1200 {
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
    }

    .banner-text {
        left: 30px;
    }

    .nav {
        display: none;
    }

    .news-column:last-child {
        display: none;
    }

    .news-column img {
        width: 40%;
        float: left;
        height: 100%;
    }

    .news-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-bottom: 16px;
        height: 25px;
        font-size: 20px;
        color: #48484e;
    }

    .news-description {
        text-indent: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 23px;
        color: #a5a5a5;
    }

    .news-text {
        box-sizing: border-box;
        width: 60%;
        border-right: none;
    }

    .new-link {
        display: none;
    }


    .news-column {
        width: 100%;
        height: 160px;
    }

    .job-wrap {
        margin-top: 20px;
    }

    .job-wrap li {
        margin-bottom: 26px;
    }

    .job-wrap ul li:last-child {
        display: none;
    }

    .footer .logo {
        display: none;
    }

    .copyrighgt {
        padding: 0;
        border-left: none;
        float: none;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .nav a {
        margin-left: 11px;
        width: 81px;
    }

    .nav .line {
        margin-left: 11px;
    }
    .w1200 {
        box-sizing: border-box;
        padding: 0 40px;
        width: 100%;
    }

    .banner-text {
        left: 170px;
    }

    .news-text {
        width: 439px;
        border-right: none;
    }

    .news-column {
        width: 100%;
        margin: 29px auto 0;
    }

    .new-link {
        display: none;
    }

    .footer .logo {
        display: none;
    }

    .copyrighgt {
        border-left: none;
        padding: 0;
        float: none;
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .w1200 {
        box-sizing: border-box;
        padding: 0 40px;
        width: 100%;
    }

    .banner-text {
        left: 170px;
    }

    .news-column {
        width: 100%;
        margin: 29px auto 0;
    }

    .news-column:last-child {
        display: none;
    }

    .news-column img {
        width: 25%;
        float: left;
        height: 100%;
    }

    .news-text {
        border-right: none;
        box-sizing: border-box;
        width: 75%;
    }

    .new-link {
        display: none;
    }

    .job-wrap li {
        margin-bottom: 26px;
    }

    .job-wrap ul li:last-child {
        display: none;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .banner-text {
        position: absolute;
        top: 210px;
        left: 390px;
        color: #fff;
    }

    .news-column {
        margin-top: 29px;
    }

    .news-column:last-child {
        display: none;
    }

    .job-wrap li {
        margin-bottom: 36px;
    }

    .job-wrap ul li:last-child {
        display: none;
    }

    .job.w1200 {
        padding: 0 0 100px;
    }
}