@media screen and  (max-width: 1920px) {
}


@media screen and  (max-width: 1680px) {
    .flickerplate {
        height: 823px;
    }
    .page-banner {
        height: 543px;
    }
    .home-research-info {
        padding: 30px 0 0;
        width: 44%;
    }
    .home-research-title a {
        margin: 15px 0;
    }
    .home-research-title-en a {
        margin: 0;
    }
    .home-research li .container {
        min-height: 349px;
    }
    .home-info {
        padding: 55px 0;
    }
    .home-research-white {
        left: 46.4%;
    }
    .home-research li:nth-child(2n) .home-research-white {
        left: 53.6%;
    }

    .research-img img {
        width: 428px;
        height: 266px;
    }
}


@media screen and (max-width: 1440px) {
    .flickerplate {
        height: 705px;
    }
    .page-banner {
        height: 465px;
    }
    .home-research-introduce {
        margin-bottom: 15px;
    }
    .home-research-title a {
        margin: 15px 0 0;
    }
    .home-research-title-en a {
        margin: 0;
        line-height: initial;
    }
    .home-research li .container {
        min-height: 297px;
    }
    .home-research-imgs,
    .home-research-imgs img {
        width: 74px;
        height: 66px;
    }
    .home-info {
        padding: 50px 0;
    }
    .home-news-info h3 {
        margin: 0 0 35px;
    }
    .home-research,
    .home-news{
        padding-bottom: 50px;
    }
    .home-partners {
        padding-bottom: 0;
    }
    .column-info {
        margin: 50px 0;
    }
    .contact-text {
        margin-top: 30px;
    }
    #l-map {
        margin: 45px 0 50px;
    }
    .about-one,
    .about-two{
        padding: 50px 0;
    }
    .about-three {
        margin: 50px 0;
    }
    .home-research-white {
        left: 47.1%;
    }
    .home-research li:nth-child(2n) .home-research-white {
        left: 52.9%;
    }

    .research-img img {
        width: 357px;
        height: 222px;
    }
}


@media screen and (max-width: 1366px) {
    .flickerplate {
        height: 669px;
    }
    .page-banner {
        height: 441px;
    }
    .home-partners .row {
        margin-left: 0;
        margin-right: 0;
    }
    .home-research li .container {
        min-height: 281px;
    }
    .home-partners li {
        margin-bottom: 50px;
    }
    .home-research-white {
        left: 47.3%;
    }
    .home-research li:nth-child(2n) .home-research-white {
        left: 52.7%;
    }
    .home-research-info {
        padding: 15px 0 0;
    }
    .home-research-title a {
        line-height: initial;
    }

    .research-img img {
        width: 336px;
        height: 208px;
    }
}


@media screen and (max-width: 1280px) {
    .flickerplate {
        height: 627px;
    }
    .page-banner {
        height: 413px;
    }
    .home-research li .container {
        min-height: 262px;
    }
    .friendship-link li a {
        padding-right: 30px;
        margin-right: 30px;
    }
    .footer-up .left span {
        font-size: 12px;
    }
    .home-research-white {
        left: 47.4%;
    }
    .home-research li:nth-child(2n) .home-research-white {
        left: 52.6%;
    }

    .research-img img {
        width: 310px;
        height: 192px;
    }
}

@media screen and (max-width: 1199px) {
    .flickerplate {
        height: 588px;
    }
    .page-banner {
        height: 388px;
    }

    .research-img img {
        width: auto;
        height: initial;
    }
}

@media screen and (max-width: 1024px) {
    .flickerplate {
        height: 501px;
        margin-top: 70px;
    }
    .page-banner {
        height: 331px;
        margin-top: 70px;
    }

    .n_header {
        position: fixed;
    }
    .header.w1200_header .header02{display: none!important;}
    .n_header .header01{display: none!important;}
    /*移动端导航*/
    .header .header01{display: none;}
    .header .header02{display: none;}
    .header.w1200_header .header02{display: none;}

    .n_header.scroll_h{height: 70px;}
    .header03{display: block;}
    .header03{/*position: static;*/height: 70px;background-color: #fff;}
    .header03 .logo{float: left;margin:15px 0 0 20px;}
    .header03 .logo a{display: block;width: 200px;}
    /*.header03 .logo a img{width: 129px;height: 40px;}*/
    /*导航按钮*/
    .header03 .nav_btn{display:block;float: right;margin: 20px 20px 0 0;cursor:pointer;height: 32px;width: 30px;position: relative;}
    .header03 .nav_btn span{display: inline-block;width: 30px;height: 2px;background-color: #000;
        position: absolute;top: 16px;left: 0px;
        transition:background-color 0.3s ease-out 0.1s;
    }
    .header03 .nav_btn span:after{content:'';display: inline-block;width: 30px;height: 2px;
        background-color: #000;position: absolute;top: 8px;left:0px;
        transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
        transform: rotate(0deg);
    }
    .header03 .nav_btn span:before{content:'';display: inline-block;width: 30px;height: 2px;
        background-color: #000;position: absolute;top: -8px;left:0px;
        transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
        transform: rotate(0deg);
    }
    .header03.btn_click .nav_btn span{background-color: transparent;}
    .header03.btn_click .nav_btn span:after{
        transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        transform: rotate(-45deg);top: 0px;
    }
    .header03.btn_click .nav_btn span:before{
        transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        transform: rotate(45deg);top: 0px;
    }
    /*内容样式*/
    .header03{position: relative;z-index: 10;}
    .header03 .nav{
        position: fixed;
        top:70px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: #fff;
        visibility: hidden;
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity:0;
        transition:all 0.5s;
    }
    .header03.btn_click .nav{
        visibility: visible;
        filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity:1;
        top:70px;
    }
    .header03 .nav>ul {
        overflow-y: auto;
    }
    .header03 .nav>ul>li{
        border-top: 1px solid #dcdcdc;
    }
    .header03 .nav>ul>li:last-child{
        border-bottom: 1px solid #dcdcdc;
    }
    .header03 .nav>ul>li.d_en {
        border-top: 5px solid #bebebe;
    }
    .header03 .nav li a{
        color: #000;
        display:block;
        width: 100%;
        text-align: center;
        height: 100%;
    }
    .header03 .nav li>a{
        padding:25px 0;
    }
    .header03 .nav>ul>li>a{
        font-size: 16px;
    }
    .header03 .nav>ul>li>a em{
        font-size: 14px;
        padding-left: 5px;
        color: #333;
    }
    .header03 .nav>ul .nav_er{
        display: none;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: #dcdcdc;
    }

    .header03 .nav_er .div_dl li {
        border-top: 1px solid #dcdcdc;
    }
    .header03 .nav_er .div_dl li a{
        color:#000;
        display: block;
        /*float: left;*/
        width: 100%;
        padding:20px 0;
    }
    .header03 .nav_er .div_dl li:last-child{
        /*border-top: none;*/
    }

    .home-about .home-info {
        padding: 50px 0 20px;
    }
    .home-about-more {
        margin: 50px auto;
    }
    .home-research li:nth-child(2n) .home-research-img {
        left: 0;
        right: auto;
    }
    .home-research li:nth-child(2n) .home-research-info {
        float: initial;
    }
    .home-research-img {
        right: auto;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .home-research-white {
        display: none;
    }
    .home-research li .container {
        min-height: auto;
        background: rgba(0,0,0,.5);
        text-align: center;
        padding: 15px;
        z-index: 2;
    }
    .home-research-info {
        padding: 0;
        width: auto;
    }
    .home-research-title a {
        color: #fff;
    }
    .home-research-introduce {
        color: #fff;
    }
    .home-research-more {
        color: #fff;
        border: 1px solid #fff;
    }
    .home-news-info h3 {
        margin-bottom: 25px;
    }
    .home-partners li {
        padding: 0 20px;
    }
    footer .left {
        width: 342px;
    }
    footer .right {
        width: 64%;
    }
    footer .right p span {
        padding: 0 5px;
    }
    .about-one .column-en,
    .about-two .column-en {
        margin-bottom: 30px;
    }
    .research-info {
        width: 95%;
        margin: 50px auto 0;
    }
    .research-info .row {
        margin-left: 0;
        margin-right: 0;
    }
    .research-info li {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .news-info {
        margin-top: 50px;
    }
    .page-pagination {
        margin: 40px 0 0;
    }
    .home-about p {
        width: auto;
    }
    .foot span {
        padding: 0 15px;
    }

    .introduce-date {
        padding-bottom: 20px;
        margin: 15px 0 30px;
    }
    .introduce-up {
        padding-top: 30px;
        margin: 50px 0 40px;
    }
    .pager {
        width: 100%;
        margin: 0;
    }
    .back {
        width: 185px;
        position: initial;
        float: initial;
        margin: 30px auto 0;
    }

    .recruit-nav tr {
        font-size: 16px;
    }
    .recruit-info > li > div {
        font-size: 12px;
    }
    .talents-view {
        margin-top: 30px;
    }
    .talents-view .title {
        font-size: 18px;
    }

    #carousel {
        display: none;
    }
    .mobile-carousel {
        display: block;
    }
}

@media screen and (max-width: 959px) {
    .flickerplate {
        height: 470px;
    }
    .page-banner {
        height: 310px;
    }
    .home-about-more {
        margin: 30px auto;
    }
    .home-news-info .left,
    .home-news-info .right {
        width: auto;
        float: inherit;
    }
    .home-news-info .right {
        margin-top: 30px;
    }
    .home-info {
        padding: 50px 0 30px;
    }
    .home-news-info li {
        padding-bottom: 20px;
    }
    .friendship-link h3 {
        margin-right: 10px;
    }
    .friendship-link li a {
        padding-right: 3px;
        margin-right: 3px;
    }
    footer .right p span {
        padding: 0 3px;
    }
    footer .left {
        width: 40%;
    }
    .footer-up-img {
        width: 140px;
        /* height: 160px; */
    }
    .footer-up-imga img {
        width: 140px;
         height: 159px;
    }
    footer .right {
        width: 60%;
    }
    .research-info li {
        padding: 0 15px;
    }
    .news-list .home-news-number {
        width: 12%;
    }
    .news-list .home-news-text {
        width: 85%;
    }
    .contact-info li {
        width: 33.333333%;
    }
    .pager-img.p1 {
        padding-right: 15px;
        margin-right: 15px;
    }
    .pager-img.p2 {
        padding-left: 15px;
        margin-left: 15px;
    }
    .pager a {
        padding: 18px 15px;
    }
    .pager-imgs {
        margin-right: 0 !important;
    }
    .pager-text {
        width: 50%;
    }
    #l-map {
        margin: 0 0 50px;
        height: 320px;
    }

    .recruit-nav {
        display: none;
    }
    .recruit-info > li {
        line-height: 40px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    .recruit-yc .recruit-info li div{
        float: inherit;
        width: 100% !important;
        border: 1px solid #eee;
        border-bottom: none;
        position: relative;
        padding-left: 20%;
    }
    .recruit-yc .recruit-info li div:last-child {
        padding-left: 20px;
    }
    .recruit-yc .recruit-info li div:before{
        position: absolute;
        left: 6px;
        width: 20%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .recruit-yc .recruit-info .n1:before { content: "招聘职位"; }
    .recruit-yc .recruit-info .n2:before { content: "部门名称"; }
    .recruit-yc .recruit-info .n3:before { content: "招聘人数"; }
    .recruit-yc .recruit-info .n4:before { content: "最低学历"; }
    .recruit-yc .recruit-info .n5:before { content: "发布时间"; }
    .recruit-yc .recruit-info .n6:before { content: "职位介绍"; }

    .research-infos .left {
        width: 17%;
    }
}

@media screen and (max-width: 767px) {
    .flickerplate {
        height: 376px;
    }
    .page-banner {
        height: 248px;
    }

    .home-about .home-info,
    .home-info{
        padding: 30px 0 20px;
    }
    .home-research,
    .home-news {
        padding-bottom: 30px;
    }
    .home-news-info h3 {
        margin-bottom: 15px;
    }
    .home-news-info li,
    .news-list li{
        padding-bottom: 12px;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .home-news-title {
        font-size: 16px;
        line-height: 24px;
    }
    .home-news-introduce {
        line-height: 24px;
    }
    .home-partners li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    .friendship-link {
        height: auto;
        line-height: 24px;
        padding: 10px 0;
    }
    .friendship-link h3 {
        line-height: 24px;
        margin: 0;
        float: initial;
    }
    .friendship-link li {
        width: 50%;
        text-align: center;
    }
    .friendship-link ul {
        float: initial;
    }
    .friendship-link li a:before {
        display: none;
    }
    .footer-up {
        padding: 20px 0;
        text-align: center;
    }
    footer .left {
        width: 100%;
    }
    footer .right {
        float: initial;
        width: auto;
    }
    footer .right p span {
        display: block;
    }
    .foot {
        height: auto;
        line-height: 24px;
        text-align: center;
    }
    .foot span {
        display: block;
    }

    .page-nav {
        display: none;
    }

    .about-one,
    .about-two{
        padding: 30px 0;
    }
    .about-three {
        margin: 30px 0;
    }
    .about-one .column-en,
    .about-two .column-en {
        margin-bottom: 20px;
    }
    .research-img {
        text-align: center;
    }
    .research-text {
        padding: 12px 0;
    }
    .research-title {
        font-size: 16px;
    }
    .research-info li {
        padding: 0;
    }
    .column-info {
        margin: 30px 0;
    }
    .news-info {
        margin-top: 20px;
    }
    .news-list {
        float: initial;
        width: auto;
    }
    .news-year {
        float: initial;
        width: auto;
        margin-bottom: 30px;
    }
    .page-pagination {
        margin: 30px 0 0;
    }
    .introduce-title {
        font-size: 18px;
        line-height: initial;
    }
    .introduce-date {
        padding-bottom: 8px;
        margin: 8px 0 15px;
    }
    .introduce-up {
        padding-top: 30px;
        margin: 30px 0;
    }
    .pager-img.p2 {
        float: left !important;
        padding-left: 0;
        margin-left: 0;
        padding-right: 15px;
        margin-right: 15px;
    }
    .pager-img.p2:before {
        left: auto;
        right: 0;
        border-left: none;
        border-right: 1px solid #cbcbcb;
    }
    .pager-imgs {
        float: left !important;
    }
    .back {
        width: 140px;
        font-size: 16px;
        padding: 10px 15px;
    }
    .contact-text {
        margin-top: 20px;
    }
    .contact-text p {
        font-size: 20px;
    }
    .contact-info li {
        width: 100%;
        min-height: auto;
        background: none;
        border-top: 1px solid #cbcbcb;
    }
    .contact-img {
        margin: 15px 0;
    }
    .contact-title {
        margin-bottom: 10px;
    }
    .contact-info {
        margin-bottom: 30px;
    }
    #l-map {
        margin: 0 0 30px;
        height: 245px;
    }

    .friendship-link {
        display: none;
    }

    .mobile-carousel .row {
        margin: 0;
    }
    .mobile-carousel li {
        padding: 0 10px;
        margin-top: 20px;
    }

    .research-infos .left,
    .research-infos .right {
        float: initial;
        width: auto;
    }
    .research-infos .left {
        margin-bottom: 30px;
    }
    .research-infos {
        margin: 30px 0;
    }

    footer .left {
        text-align: center;
    }
    .footer-up-img {
        float: initial;
        /*display: inline-block;*/
        margin: 0 auto;
    }
    .footer-up-imga {
        float: initial;
        display: inline-block;
        margin: 10px 0 30px;
    }
}


@media screen and  (max-width: 479px) {
    .flickerplate {
        height: 235px;
    }
    .page-banner {
        height: 155px;
    }

    .home-news-number {
        width: 60px;
    }
    .news-list .home-news-number {
        width: 60px;
    }
    .home-news-text {
        margin-left: 15px;
        width: 78%;
    }
    .news-list .home-news-text {
        margin-left: 15px;
        width: 78%;
    }

    #foot-form {
        width: 100%;
    }
}

@media screen and  (max-width: 320px) {
    .home-news-text,
    .news-list .home-news-text {
        margin-left: 15px;
        width: 75%;
    }
}