﻿* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body {
    background: #f2f6f9;
}

.header1 {
    width: 100%;
}

.header {
    background-color: #f2f6f9;
    padding: 30px 0;
}

.header1 .nav {
    margin-left: 150px;
}

    .header1 .nav li {
        float: left;
        padding: 0;
        margin-right: 62px;
        border-bottom: 4px solid #f2f6f9;
    }

        .header1 .nav li:hover {
            border-bottom: 4px solid #1c438b;
        }

        .header1 .nav li.active {
            border-bottom: 4px solid #1c438b;
            font-weight: 600;
        }

    .header1 .nav a {
        font-family: 'YouYuan';
        padding: 17px 0;
        font-size: 20px;
        color: #7d7d7d;
        margin-right: 0;
    }

        .header1 .nav a:hover {
            background: none;
            color: #333333;
            font-weight: 600;
        }

.header {
    overflow: visible;
    display: block;
    padding: 30px 0;
    width: 85%;
}

.header1 {
    overflow: visible;
    height: 70px;
}

.chban {
    position: absolute;
    left: -15px;
    top: 80%;
    z-index: 1;
    width: 100%;
    display: none;
}

.nav li:hover .chban {
    display: block;
}

.chban li {
    position: relative;
    width: 100%;
    background: none;
}

.header1 .nav .chban li {
    border-bottom: 0;
}

.chban li a {
    display: block;
    color: #fff;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    width: 80px;
}

.header1 .nav .chban a {
    padding: 15px 15px;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
}

    .header1 .nav .chban a:hover {
        background: #f2f6f9;
        color: #333;
        font-family: '微软雅黑';
        font-weight: normal;
    }

.ban1 {
    background: url('../img/banner1.jpg') 50% 0px no-repeat;
}

.ban2 {
    background: url('../img/banner2.jpg') 50% 0px no-repeat;
}

.ban3 {
    background: url('../img/banner3.jpg') 50% 0px no-repeat;
}


.logopicsty {
    width: 400px;
    /*margin-left: 30px;*/
}

.footer {
    background: url(../img/footer.jpg) center center no-repeat;
    background-size: 100% 100%;
}

    .footer .foot {
        width: 95%;
        border-bottom: 1px solid #686978;
        overflow: auto;
    }

    .footer .ewm {
        margin-top: 0;
    }

    .footer .blogo ul {
        padding-top: 0;
    }

.ewmfl > div {
    float: left;
}

.footer .blogo div {
    padding-right: 0;
}

.footer .blogo .ewmbl > div {
    float: none;
}

.ewmbl {
    padding: 15px 10px;
}

    .ewmbl > div {
        float: none;
        font-size: 20px;
    }

.footer .blogo div.ewmim {
    padding-right: 20px;
}

.ewmim {
    padding: 25px 20px;
}

.footer .blogo {
    overflow: visible;
}

.blogox > div {
    float: left;
}

.footer {
    overflow: visible;
}

.blogoul {
    margin-top: 30px;
    margin-left: 200px;
}

.footer .blogo .blogoul h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: SimHei;
    margin-bottom: 30px;
}

.footer .blogo .blogoul ul li {
    height: 35px;
    line-height: 35px;
}

    .footer .blogo .blogoul ul li a {
        font-family: "Microsoft YaHei";
        font-size: 15px;
        line-height: 35px;
    }

.container {
    width: 1700px;
}

.bq {
    height: 100px;
    background: none;
}

    .bq p {
        font-size: 15px;
        line-height: 70px;
        height: 100px;
        color: #fff;
    }

        .bq p a {
            color: #fff;
        }

strong h3 {
    background: url(../img/xian.png) no-repeat center center;
}

strong samp {
    text-transform: capitalize;
}

.index_about {
    width: 88%;
}

.ArticleList_Box__2bTvs {
    position: relative;
    min-height: 580px;
}

.ArticleList_resultLayout__1_0mk {
    padding-bottom: 30px;
    margin-right: -3.2%;
}

    .ArticleList_resultLayout__1_0mk .article-item {
        float: left;
        margin-right: 3.2%;
        margin-bottom: 60px;
    }

.ArticleItem_articleContainer__64cqk {
    display: block;
    width: 30%;
    height: 580px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 0 0 rgb(105 123 140 / 20%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ArticleItem_imgbox__1Bz29 {
    position: relative;
}

    .ArticleItem_imgbox__1Bz29 img {
        width: 100%;
        height: 290px;
        border-radius: 10px;
    }

.ArticleItem_content__1P_JF {
    padding: 20px;
    position: relative;
}

    .ArticleItem_content__1P_JF .ArticleItem_time__5sjiM {
        font-size: 16px;
        color: #0b0b0b;
    }

    .ArticleItem_content__1P_JF .ArticleItem_title__va-cp {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 25px;
        color: #0b0b0b;
        margin: 20px 0;
        height: 60px;
        line-height: 1.3;
    }

    .ArticleItem_content__1P_JF .ArticleItem_text__3eUPA {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 18px;
        color: #999;
        line-height: 22px;
        margin: 50px 0;
        height: 46px;
        overflow: hidden;
    }

.ArticleItem_articleContainer__64cqk:hover {
    box-shadow: 0 12px 24px 0 rgba(105,123,140,0.2);
}

.Home_footBtn__w0Sq8 {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-justify-content: center;
    justify-content: center;
}

    .Home_footBtn__w0Sq8 a {
        display: block;
        width: 180px;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
        background-color: #fff;
        font-family: PingFangSC-Regular;
        font-size: 23px;
        color: #1c438b;
        background: #f2f6f9;
        border: 1.5px solid #1c438b;
        border-radius: 25px;
    }

.HomeSolu > a {
    display: block;
    float: left;
    width: 20%;
    height: 780px;
}

/*.HomeSolu > div {
    float: left;
    width: 20%;
    height: 780px;
}*/


/*
.HomeSolu a:hover {
    background: url(../img/plan_bg.jpg) center center no-repeat;
    transition: all 0.5s linear 0s;
}



    .Solubg2 {
        background: url(../img/2.png) center center no-repeat;
        background-size: 100% 100%;
    }

.HomeSolu a.Solubg2:hover {
    background: url(../img/plan_bg.jpg) center center no-repeat;
    transition: all 0.5s linear 0s;
}

    .Solubg3 {
        background: url(../img/3.png) center center no-repeat;
        background-size: 100% 100%;
    }

.HomeSolu a.Solubg3:hover {
    background: url(../img/plan_bg.jpg) center center no-repeat;
    transition: all 0.5s linear 0s;
}

    .Solubg4 {
        background: url(../img/背景图.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

.HomeSolu a.Solubg4:hover {
    background: url(../img/plan_bg.jpg) center center no-repeat;
    transition: all 0.5s linear 0s;
}

    .Solubg5 {
        background: url(../img/5.png) center center no-repeat;
        background-size: 100% 100%;
    }

.HomeSolu a.Solubg5:hover {
    background: url(../img/plan_bg.jpg) center center no-repeat;
    transition: all 0.5s linear 0s;
}
*/
.Solubg > div {
    margin-top: 400px;
    margin-bottom: 100px;
}

    .Solubg > div > div {
        color: #fff;
        font-size: 16px;
        margin: 0 20px;
        margin-top: 10px;
        height: 90px;
        line-height: 30px;
        overflow: hidden;
    }

        .Solubg > div > div.Solubig {
            font-size: 30px;
            height: 90px;
            line-height: 45px;
            margin: 0 20px;
            overflow: hidden;
        }




.banner {
    width: 100%;
    position: relative;
    height: 620px;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    left: 0;
}

    .banner .bd {
        margin: 0 auto;
        height: 100%;
        position: relative;
        z-index: 0;
    }

        .banner .bd ul {
            height: 100%;
            width: 100%;
        }

        .banner .bd li {
            height: 700px;
            overflow: hidden;
            text-align: center;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
        }

    .banner .prev, .banner .next {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 5%;
        z-index: 1;
        width: 50px;
        height: 50px;
        background: url(../img/slideprev.png) no-repeat;
        background-size: 50px;
        cursor: pointer;
        *filter: alpha(opacity=50);
        *opacity: .5;
        display: none;
    }

    .banner .next {
        left: auto;
        right: 5%;
        background: url(../img/slidenext.png) no-repeat;
        background-size: 50px;
    }

.bannertext {
    position: absolute;
    /*right: 15%;*/
    margin-left: 1000px;
    top: 150px;
    width: 600px;
}

.bannertit {
    font-size: 50px;
    color: #fff;
    text-align: left;
    font-family: SimHei;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 0 5px #1c438b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bannercon {
    font-size: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 0 5px #1c438b;
}

.bannerhref {
    display: block;
    width: 135px;
    padding: 8px 0;
    border: 2.5px solid #fff;
    margin: 0;
    margin-top: 40px;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    background-color: rgba(255,255,255,0.5);
    text-shadow: 0 0 5px #1c438b;
}

a.bannerhref:hover {
    color: #1c438b;
}

.banner .hd ul {
    margin-left: 950px;
}

    .banner .hd ul li {
        margin-top: -150px;
    }

        .banner .hd ul li li {
            display: inline-block;
            width: 230px;
            height: 3px;
            border-radius: 0;
            opacity: .9;
            background: #F9FAFB;
            color: rgba(0,0,0,0);
            line-height: 2px;
        }

            .banner .hd ul li li.on {
                display: inline-block;
                position: relative;
                opacity: 1;
                height: 5px;
                line-height: 3px;
            }


.mbx {
    width: 85%;
}

.news_page {
    width: 85%;
}

    .news_page .news_page_lib {
        width: 73%;
    }

        .news_page .news_page_lib ul li {
            width: 100%;
            padding: 25px;
        }

.index_news_right {
    width: 25%;
}

    .index_news_right .index_news_right_cont ul li {
        padding-left: 10px;
    }

        .index_news_right .index_news_right_cont ul li span {
            padding-right: 20px;
            color: #24498f;
        }

    .index_news_right .index_news_right_tit {
        background: #e7ecf3;
        height: 80px;
        line-height: 80px;
        border-bottom: 0;
    }

        .index_news_right .index_news_right_tit a {
            color: #24498f;
            font-size: 25px;
            font-weight: 600;
        }

            .index_news_right .index_news_right_tit a.active {
                border-bottom: 0;
            }

    .index_news_right .index_news_right_cont {
        background: #feffff;
    }

        .index_news_right .index_news_right_cont ul li {
            border-bottom: 2px solid #d8d8d8;
            font-size: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .index_news_right .index_news_right_cont ul li a {
                font-size: 18px;
            }

    .index_news_right .index_news_right_cont {
        height: 1090px;
    }

.news_page .news_page_lib ul li img {
    width: 210px;
    height: 170px;
}

.mbx {
    font-size: 15px;
}

    .mbx span font {
        background: url(../img/icon_11.png) no-repeat center left;
        background-size: 18px 18px;
    }

    .mbx span a {
        font-size: 15px;
    }

        .mbx span a:last-child {
            color: #1d438b;
        }

.news_page .news_page_lib ul li div.news_info h3 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_page .news_page_lib ul li div.news_info span {
    font-size: 18px;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_page .news_page_lib ul li div.news_info samp {
    padding-left: 0;
    background: none;
    font-size: 18px;
    font-family: SimHei;
}

.page {
    text-align: center;
}

    .page a {
        padding: 10px 24px;
        border-radius: 3px;
        font-family: SimHei;
        font-size: 20px;
    }

        .page a.pamid {
            padding: 10px 5px;
        }

        .page a:hover {
            background: #1c438b;
            transition: all 0.5s linear 0s;
        }

        .page a.on {
            color: #FFF;
            background: #1c438b;
        }

.news_page .news_page_lib ul li {
    box-shadow: 0 0 0 #ccc;
}

.page_ban {
    height: 220px;
    padding-top: 150px;
    margin-top: 40px;
}

    .page_ban h3 {
        font-size: 38px;
        font-family: SimHei;
        color: #fff;
    }

    .page_ban span {
        text-transform: capitalize;
        color: #cfcdd1;
        font-size: 22px;
    }

.nobor {
    border-radius: 0;
}

    .nobor img {
        border-radius: 0;
        object-fit: cover;
    }

.ArticleItem_content__1P_JF .Arttitle_news {
    -webkit-line-clamp: 1;
    height: 30px;
}

.ArticleItem_content__1P_JF .Arttext_news {
    height: 45px;
    margin: 30px 0;
}

.Artarti_news {
    height: 430px;
}

.ArticleList_resultLayout__1_0mk .Artarti_news {
    margin-bottom: 30px;
}

.ArtBox_news {
    min-height: initial;
}

.Artimg_news img {
    height: 230px;
}

.bd1 {
    z-index: auto;
    width: 500px;
    height: 5px;
    justify-content: space-between;
    /*margin: 130px 0 0 620px;*/
    margin: 30px auto;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.section3 {
    z-index: 8;
    width: 35px;
    height: 5px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.section4 {
    z-index: 9;
    width: 35px;
    height: 5px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
}

/*--news--start--*/

.news_page_con {
    background: #fff;
}

    .news_page_con .content p {
        text-indent: 50px;
    }

        .news_page_con .content p img {
            margin-left: -50px;
        }


        .news_page_con .content p img {
            max-width: 100%;
        }

    .news_page_con .content section img {
        max-width: 100%;
    }

    .news_page_con .content section img {
        width: 70%;
    }

    .news_page_con .content section video {
        max-width: 100%;
    }

    .news_page_con .content section video {
        width: 70%;
    }


    .news_page_con .content p span {
        font-size: 36px;
    }

    .news_page_con .contentxs p img {
        margin-left: 0;
    }

.content {
    margin: 0px 50px 50px 50px;
}

    .content > p {
        margin: 30px 0;
    }

        .content > p > img {
            max-width: 100%;
        }

.ptit {
    text-align: center;
    font-size: 18px;
    margin: 40px 0;
    line-height: 70px;
}

.news_topcon {
    padding-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D8D8D8;
}

.news_toptit {
    font-size: 45px;
    font-family: PingFangSC-Medium;
    margin-bottom: 30px;
}

.news_topdate {
    font-size: 18px;
    margin-bottom: 20px;
}

.conend {
    text-align: center;
    padding: 30px 0;
}

/*--news--end--*/

/*--kjcx--start--*/

.pagep {
    padding-top: 0;
}

/*--kjcx--end--*/

/*--jjfa--start--*/

.news_page .jjfa_page_lib ul li {
    width: 100%;
    padding: 25px 0;
    margin: 50px 0;
}

.news_page .jjfa_page_lib {
    width: 100%;
}

    .news_page .jjfa_page_lib ul li {
        border-radius: 15px;
    }

        .news_page .jjfa_page_lib ul li img {
            width: 700px;
            height: 390px;
        }

        .news_page .jjfa_page_lib ul li div.news_info {
            width: 750px;
            padding-right: 30px;
            padding-left: 50px;
        }

            .news_page .jjfa_page_lib ul li div.news_info h3 {
                font-size: 47px;
                font-family: PingFangSC-Medium;
                padding-top: 30px;
                padding-bottom: 90px;
            }

            .news_page .jjfa_page_lib ul li div.news_info span {
                margin: 40px 0;
                font-family: PingFangSC-Regular;
            }

            .news_page .jjfa_page_lib ul li div.news_info samp {
                font-size: 24px;
            }

/*--jjfa--end--*/


/*--zsfh--start--*/
.news_page_con .content p span {
    font-size: 18px;
    color: #666;
}

.contit {
    font-size: 35px;
    font-weight: 600;
    font-family: PingFangSC-Regular;
}

/*--zsfh--end--*/

/*--hygk--start--*/

.hygkcon p span {
    font-size: 21px;
    color: #666;
    line-height: 40px;
}

.hygkttop {
    background: #fff;
    padding: 50px;
}

.hygktit {
    float: left;
    width: 39%;
    padding-right: 6%;
}

.hygkpic {
    float: left;
    width: 54%;
}

/*--hygk--end--*/

/*--lxwm--start--*/

.lxwmtop {
    background: #fff;
    padding: 50px;
}

.lxwmtit {
    font-size: 37px;
    color: #1F458C;
    font-weight: 600;
    margin-bottom: 30px;
}

.lxwmtext {
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
    font-weight: 600;
}

.lxwmcon {
    font-size: 18px;
    color: #666666;
}
/*--lxwm--end--*/

/*--jrwm--start--*/

.news_page .jrwm_page_lib {
    width: 100%;
}

    .news_page .jrwm_page_lib ul li {
        border-radius: 15px;
        padding: 50px;
        width: 93%;
        margin-bottom: 50px;
    }

        .news_page .jrwm_page_lib ul li > div {
            float: left;
        }

            .news_page .jrwm_page_lib ul li > div > h3 {
                font-size: 30px;
                margin-bottom: 30px;
            }

.jrwmcon {
    display: flex;
}

    .jrwmcon div {
        margin-right: 105px;
        width: 195px;
    }

        .jrwmcon div span {
            line-height: 35px;
            display: inline-block;
            width: auto;
            text-align: left;
        }

.news_page .news_page_lib ul li .jrwmcon div img {
    width: 25px;
    height: 25px;
    margin: 5px;
}

.news_page .jrwm_page_lib ul li > div.jrwmconhref {
    margin-top: 0;
    padding-top: 20px;
    float: right;
    margin-bottom: 20px;
}

.news_page .news_page_lib ul li .jrwmconhref img {
    width: auto;
    height: auto;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

/*--jrwm--end--*/

/*--gwxq--start--*/

.gwxqtit {
    font-size: 37px;
    color: #1F458C;
    font-weight: 600;
    margin-bottom: 10px;
}

.gwxqcon {
    font-size: 20px;
    color: #666666;
    line-height: 45px;
}

.gwxqtext {
    margin-bottom: 30px;
}

    .gwxqtext div {
        font-size: 25px;
        font-weight: 600;
        line-height: 60px;
    }

    .gwxqtext p {
        font-size: 20px;
        line-height: 40px;
    }

/*--gwxq--end--*/

/*--qjyc--start--*/

.ycsty {
    height: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ycsty > div {
        width: 600px;
        height: 600px;
    }

        .ycsty > div p {
            color: #6E6E6E;
            font-size: 32px;
            margin: 50px 0;
            text-align: center;
        }

/*--qjyc--end--*/

/*--jbyc--start--*/

.jbycsty {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .jbycsty > ul {
        width: 60%;
        height: 600px;
    }

        .jbycsty > ul p {
            color: #6E6E6E;
            font-size: 32px;
            margin: 120px 0;
            text-align: center;
        }

.index_news_right .jbycsty ul li {
    border: 0;
}

/*--jbyc--end--*/

/*--bzzd--start--*/

.bzzd_topcon {
    padding-top: 50px;
    margin-bottom: 50px;
    font-weight: 600;
}

.bzzdcontent {
    /*margin: 50px;*/
}

.news_page_con .bzzdcontent p.bzzdind {
    text-indent: 50px;
}

.news_page_con .bzzdcontent p span {
    font-size: 18px;
    color: #666;
}

.bzzdcontent > div {
    margin: 30px 80px;
}

.bzzdcontent > p {
    margin: 30px 80px;
}
/*--bzzd--end--*/

/*岗位详情*/

.gwxq_page_lib {
    padding-top: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D8D8D8;
}

    .gwxq_page_lib h3 {
        font-size: 42px;
        margin-bottom: 40px;
    }

.gwxqic div {
    float: left;
    width: 30%;
    margin-bottom: 40px;
}

    .gwxqic div img {
        width: 25px;
        height: 25px;
        margin: 5px;
    }

.news_page_con .contentxs p {
    text-indent: 0;
}

@media screen and (max-width:1830px) {
    .header1 .nav li {
        margin-right: 42px;
    }

    .Solubg > div > div {
        margin-left: 20px;
    }

    .news_page .jjfa_page_lib ul li img {
        width: 580px;
        height: 350px;
    }
}

@media screen and (max-width:1680px) {
    .blogoul {
        margin-top: 30px;
        margin-left: 150px;
    }

    .bq {
        width: 90%;
    }

    .header1 .nav {
        margin-left: 100px;
    }

        .header1 .nav li {
            margin-right: 20px;
        }

    .bannertext {
        margin-left: 800px;
    }

    .banner .hd ul {
        margin-left: 750px;
    }

    .Solubg > div > div.Solubig {
        font-size: 28px;
    }

    .Solubg > div > div {
        font-size: 16px;
    }

    .HomeSolu > a {
        height: 600px;
    }

    .Solubg > div {
        margin-top: 340px;
    }

    .Artimg_news img {
        height: 200px;
    }

    .ArticleItem_articleContainer__64cqk {
        height: 520px;
    }

    .ArticleItem_imgbox__1Bz29 img {
        height: 255px;
    }

    .jrwmcon div {
        margin-right: 80px;
    }

    .news_page .jjfa_page_lib ul li img {
        width: 450px;
        height: 250px;
        margin-top: 50px;
    }

    .news_page .jjfa_page_lib ul li div.news_info {
        width: 650px;
    }

    .news_page .news_page_lib ul li div.news_info {
        width: 600px;
    }
}

@media screen and (max-width:1440px) {
    body > div {
        width: 1200px;
        margin: 0 auto;
    }

    .blogoul {
        margin-top: 30px;
        margin-left: 100px;
    }

    .logopicsty {
        width: 300px;
    }


    .bannertext {
        margin-left: 700px;
    }

    .banner .hd ul {
        margin-left: 600px;
    }

    .Solubg > div > div {
        font-size: 16px;
    }

    .HomeSolu > a {
        height: 480px;
    }

    .Solubg > div {
        margin-top: 240px;
    }

    .Artimg_news img {
        height: 160px;
    }

    .ArticleItem_articleContainer__64cqk {
        height: 450px;
    }

    .ArticleItem_imgbox__1Bz29 img {
        height: 180px;
    }

    .jrwmcon div {
        margin-right: 30px;
    }

    .news_page .jjfa_page_lib ul li img {
        width: 350px;
        height: 180px;
        margin-top: 80px;
    }

    .news_page .jjfa_page_lib ul li div.news_info {
        width: 550px;
    }

    .news_page .news_page_lib ul li div.news_info {
        width: 450px;
    }
}

@media screen and (max-width:1300px) {

    .header1 .nav {
        margin-left: 20px;
    }

    .bannertext {
        margin-left: 500px;
    }

    .banner .hd ul {
        margin-left: 400px;
    }

    .blogoul {
        margin-left: 70px;
    }
}

@media screen and (max-width:768px) {

    .jrwmcon div span {
            line-height: 35px;
            display: inline-block;
            width: 50%;
            text-align: left;
        }

    body > div {
        width: 100%;
        margin: 0 auto;
    }

    .banner {
        display: block;
    }

    body > div.am-footer {
        width: 100%;
        padding: 1rem 0;
    }

    .header {
        display: none;
    }

    .m_header {
        display: block;
    }

        .m_header .menu_icon {
            background: url(../img/icon_16.png) no-repeat center center;
        }

    .logow {
        width: 25rem;
        height: 4.5rem;
    }

    .m_header {
        height: 4.5rem;
    }

        .m_header .logo img {
            height: 4.5rem;
        }

        /*--原导航栏--start--*/

        .m_header .menu_icon {
            padding-right: 6rem;
        }

        .m_header .menu {
            width: 50%;
            right: 0;
            margin-right: 3rem;
            padding: 0;
        }

            .m_header .menu li {
                padding-left: 0;
                line-height: 5rem;
                border-bottom: 1px solid #fff;
            }

                .m_header .menu li:first-child {
                    width: 100%;
                }

                    .m_header .menu li:first-child + li {
                        width: 100%;
                    }

                        .m_header .menu li:first-child + li + li {
                            width: 100%;
                            padding-left: 0;
                        }

                .m_header .menu li:last-child {
                    width: 100%;
                }

    /*--原导航栏--end--*/

    /*--导航栏--start--*/

    .nav {
        height: auto;
        background: none;
        margin: 0 auto;
    }

    .navbar {
        margin-bottom: 0;
    }

    .navbar-collapse {
        padding-right: 5%;
        padding-left: 5%;
    }

    .container-fluid > .navbar-collapse {
        margin-right: -5%;
        margin-left: -5%;
    }

    .navbar-nav > li > a {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .nav > li > a {
        padding: 5% 5%;
    }

    .scrollspy {
        width: 100%;
        background: #fff;
        margin-left: -10%;
    }

    .navbar-toggle {
        background: rgba(0,122,204,0.3);
        margin-right: 2rem;
    }

        .navbar-toggle .icon-bar {
            background: #999;
        }

    .navbar-nav .open .dropdown-menu > li > a {
        background: #eee;
        line-height: 40px;
        border-bottom: 1px solid #ddd;
    }

    .dropdown > a {
        background: url(../img/choCity_icon_chose.png) no-repeat;
        background-position: 50% 50%;
        background-size: 9px 5px;
        position: absolute;
        line-height: 1;
        color: #555;
        border-top: 1px solid #ccc;
    }

    .dropdown-menu {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDownSmall;
        animation-name: fadeInDownSmall;
        padding: 0;
        transition: all 0.3s linear 0s;
    }

    .dropdown > a.dropdowntogm {
        background: none;
    }

    .dropdown {
        -webkit-overflow-scrolling: touch;
    }

    .open > .dropdown-menu {
        -webkit-animation-name: fadeIn; /*动画名称*/
        -webkit-animation-duration: 1s; /*动画持续时间*/
        -webkit-animation-iteration-count: 1; /*动画次数*/
        -webkit-animation-delay: 0s; /*延迟时间*/
        -webkit-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
        transition: all 1s cubic-bezier(0, 1, 0.5, 1);
        -webkit-overflow-scrolling: touch;
        transition: all 1s linear 0s;
    }

    .open > a.dropdowntogm {
        color: #555;
        background-color: #e7e7e7;
    }

    .dropdowntogm {
        width: 70%;
        float: left;
    }

    .dropdowntogd {
        width: 10%;
        float: left;
        height: 20px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: #eee;
        line-height: 40px;
        border-bottom: 1px solid #ddd;
    }

    /*--导航栏--end--*/

    .banner {
        height: 23rem;
    }

        .banner .bd li {
            height: 20rem;
            background-size: 200% auto;
        }

        .banner .hd ul li {
            margin-top: -80px;
            margin-left: -300px;
        }

            .banner .hd ul li li {
                margin-left: -50px;
                width: 120px;
            }

    .bannertext {
        display: none;
    }

    .ArticleItem_articleContainer__64cqk {
        width: 95%;
        height: 37rem;
    }

    body > div div.HomeSo {
        width: 100%;
        overflow: auto;
    }

    .HomeSolu {
        width: 250%;
    }

        .HomeSolu > a {
            width: 20%;
            height: 30rem;
        }

    .Solubg > div {
        margin-top: 2rem;
        margin-bottom: 5rem;
    }

        .Solubg > div > div {
            line-height: 3rem;
            margin-left: 1rem;
        }

            .Solubg > div > div.Solubig {
                font-size: 2.1rem;
            }

    .ArticleItem_content__1P_JF .ArticleItem_title__va-cp {
        margin: 1.5rem 0;
    }

    .ArticleItem_content__1P_JF .ArticleItem_text__3eUPA {
        margin: 1rem 0;
    }

    /*新闻列表*/

    .index_news_right {
        display: none;
    }

    .news_page {
        width: 95%;
    }

        .news_page .news_page_lib {
            width: 100%;
        }

            .news_page .news_page_lib ul li {
                margin: 0;
                margin-bottom: 2rem;
            }

            .news_page .news_page_lib ul li {
                padding: 0;
            }

                .news_page .news_page_lib ul li img {
                    width: 100%;
                    height: auto;
                }

                .news_page .news_page_lib ul li div.news_info {
                    width: 90%;
                }

                .news_page .news_page_lib ul li div.news_info {
                    padding: 2rem;
                }

    .page a {
        padding: .3rem 1.5rem;
        margin-top: .5rem;
    }

        .page a.pamid {
            padding: .3rem 1.5rem;
        }

    /*新闻详情*/
    .content {
        margin: 1rem;
    }

    .news_toptit {
        font-size: 2.2rem;
    }

    .news_page_con .content p img {
        margin-left: -5rem;
        max-width: 100%;
    }

    .news_page_con .contentxs p img {
        margin-left: 0;
    }

    .news_page_con .content section img {
        max-width: 100%;
    }

    .news_page_con .content section video {
        max-width: 100%;
    }

    .ptit {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    .news_page_con .content p.ptit {
        text-indent: 0;
    }

    .news_page_con .content p span {
        font-size: 1.8rem;
    }

    .news_page_con .content p.conend {
        text-indent: 0;
    }

    /*标准制定*/

    .bzzdcontent > div {
        margin: 1rem .5rem;
    }

    .contit {
        font-size: 2rem;
    }

    .bzzdcontent > p {
        margin: 1rem;
    }

    .news_page_con .bzzdcontent p span {
        font-size: 1.8rem;
    }

    /*解决方案*/

    .news_page .jjfa_page_lib ul li div.news_info h3 {
        font-size: 2.5rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .news_page .jjfa_page_lib ul li div.news_info span {
        margin: 1rem 0;
    }

    .news_page .jjfa_page_lib ul li img {
        margin-top: 1rem;
    }

    /*产业孵化*/

    .ycsty {
        height: auto;
    }

        .ycsty > div p {
            font-size: 2rem;
        }

    /*关于华邮*/

    .hygkttop {
        background: #fff;
        padding: 1rem;
    }

    .hygktit {
        float: left;
        width: 100%;
        padding-right: 0;
    }

    .hygkpic {
        float: left;
        width: 100%;
    }

    .hygkcon p span {
        font-size: 2rem;
    }

    /*联系我们*/
    .lxwmtop {
        background: #fff;
        padding: 1rem;
    }

    .lxwmtit {
        font-size: 2.5rem;
    }

    .lxwmtext {
        font-size: 2rem;
    }

    .lxwmcon {
        font-size: 1.8rem;
    }

    /*加入我们*/
    .news_page .jrwm_page_lib ul li {
        width: 100%;
    }

        .news_page .jrwm_page_lib ul li > div {
            float: inherit;
            text-align: center;
        }

    .news_page .news_page_lib ul li .jrwmcon div img {
        margin-left: 16rem;
    }

    .jrwmcon {
        display: block;
    }

        .jrwmcon div {
            margin-right: 8rem;
            width:90%;
        }

    .news_page .jrwm_page_lib ul li > div > h3 {
        margin-top: 2rem;
    }

    .news_page .jrwm_page_lib ul li > div.jrwmconhref {
        float: inherit;
        clear: both;
    }

    /*岗位详情*/
    .gwxqic div {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }
}
