@media only screen and (max-width:1660px) {}

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:414px) {
    .header {
        display: none;
    }
    .mini_header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        background-color: #fff;
        border-bottom: 1px #f5f5f5 solid;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
    }
    .mini_logo {
        width: 290px;
        padding: 0 15px;
    }

    .mini_header_right {
        display: flex;
        align-items: center;
    }
    .mini_header_right i {
        font-size: 20px;
        color: #333;
    }
    .menu {
        width: 50px;
        height: 50px;
        margin-left: 20px;
        position: relative;
    }
    .menu span {
        display: block;
        width: 20px;
        height: 3px;
        background-color: #333;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .menu span:before,
    .menu span:after {
        display: block;
        content: '';
        width: 20px;
        height: 3px;
        background-color: #333;
        position: absolute;
        left: 0;
        transition: all 0.3s;
    }
    .menu span:before {
        top: -6px;
    }
    .menu span:after {
        top: 6px;
    }
    .menu.on span {
        background-color: transparent;
    }
    .menu.on span:before {
        transform: rotate(-45deg);
        top: 0;
    }
    .menu.on span:after {
        transform: rotate(45deg);
        top: 0;
    }
    .mini_header_margin {
        display: block;
    }
    .mini_search {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: #fff;
        position: fixed;
        top: -100%;
        left: 0;
        z-index: 180;
        transition: all 0.3s;
    }
    .mini_search.move {
        top: 60px;
    }
    .mini_search_row {
        display: flex;
    }
    .mini_search input[type="text"] {
        flex: 1;
        padding: 0 20px;
        height: 42px;
        border: 1px #e6e6e6 solid;
        border-right: none;
    }
    .mini_search input[type="submit"] {
        width: 70px;
        height: 42px;
        background: url(../images/zoom.png) no-repeat center center #099c1a;
        cursor: pointer;
    }
    
    .mini_search input[type="button"] {
        width: 70px;
        height: 42px;
        background: url(../images/zoom.png) no-repeat center center #099c1a;
        cursor: pointer;
    }
    .mini_nav {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 30px;
        padding-top: 100px;
        background-color: #fff;
        position: fixed;
        top: -100%;
        left: 0;
        z-index: 180;
        transition: all 0.3s;
    }
    .mini_nav_link {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        font-size: 14px;
        color: #333;
        position: relative;
    }
    .mini_nav_link.on {
        color: #099c1a;
    }
    .mini_nav_link.on:after {
        display: block;
        width: 30px;
        height: 3px;
        content: '';
        background-color: #099c1a;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .float {
        display: none;
    }
    .banner_slide {
        margin-bottom: 10px;
        max-width: 100%;
        max-height:240px;
        height: auto;
    }
    .banner_item img{
        min-width: 100%;
        width: 100%;
        position: static;
        margin-left: 0;
        height: auto;
        max-height: 240px;
    }
    .today {
        margin-bottom: 10px;
        padding: 0 60px;
        padding-right: 30px;
        height: 60px;
    }
    .today img {
        width: 50px;
        height: 50px;
    }
    .today span {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .today p {
        font-size: 12px;
        color: #666;
    }
    .index_news {
        margin-bottom: 10px;
    }
    .news_slide {
        width: 100%;
        height: 400px;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
    }
    .news_slide p {
        height: 60px;
        padding: 10px 15px;
        font-size: 14px;
        line-height: 23px;
    }
    .news_box {
        width: 100%;
        padding: 10px;
    }
    .index_title {
        margin-bottom: 10px;
        height: 40px;
    }
    .index_title_left h3 {
        margin-left: 6px;
        font-size: 18px;
    }
    .index_title a.moren {
        width: 60px;
        height: 24px;
        font-size: 12px;
    }
    .news_link {
        height: 48px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
    }
    .news_list li {
        padding: 6px 15px;
        padding-right: 0;
        font-size: 14px;
    }
    .pj_check {
        padding: 0 10px;
    }
    .projet {
        margin-bottom: 10px;
    }
    .projet a {
        width: 32%;
        height: 100px;
        font-size: 16px;
    }
    .projet img {
        width: 35px;
        height: 35px;
    }
    .long_banner {
        margin-bottom: 20px;
    }
    .cop_wrap {
        padding: 0 10px;
    }
    .cop_slide {
        height: 140px;
        margin-bottom: 30px;
    }
    .cop_item {
        padding: 4px;
        height: 70px;
    }
    .cop_item img {
        height: 60px;
    }
    .link {
        padding: 20px 10px 10px;
    }
    .link_item {
        width: 49%;
        margin-bottom: 10px;
    }
    .footer_inner {
        display: none;
    }
    .mini_footer_inner {
        display: block;
    }
    .copyright {
        padding: 0 10px;
    }
    /* 项目中心 */
    .pj_slide {
        margin-bottom: 10px;
    }
    .recom p {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .recom a {
        width: 120px;
        height: 32px;
        font-size: 16px;
    }
    .pj_nav_list li {
        margin: 0 20px;
    }
    .pj_nav_list a {
        height: 45px;
        font-size: 18px;
    }
    .pj_nav_list a:after {
        height: 2px;
    }
    .pj_center {
        padding: 10px;
    }
    .sort {
        width: 100%;
    }
    .pj_name {
        width: 100px;
        height: 40px;
        font-size: 14px;
    }
    .sort_name {
        font-size: 14px;
    }
    .spec_list span {
        padding: 5px 12px;
        font-size: 14px;
    }
    .spec_list input {
        width: 100px;
    }
    .pj_tab {
        width: 100%;
    }
    .pj_ti li a {
        width: 100px;
        height: 40px;
        font-size: 14px;
    }
    .pj_more {
        font-size: 14px;
    }
    .pj_list ul {
        width: 100%;
    }
    .pj_list li {
        padding: 15px;
        font-size: 14px;
    }
    /* 项目详情 */
    .inside_info {
        padding: 0 20px;
    }
    .inside_info h3 {
        font-size: 28px;
    }
    .inside_info p {
        font-size: 16px;
    }
    .pj_container {
        padding-bottom: 40px;
    }
    .pj_top {
        padding: 20px;
        height: 130px;
    }
    .pj_top h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .pj_top p {
        font-size: 14px;
    }
    .pj_top span {
        margin: 0 20px;
    }
    .pj_content {
        padding: 20px;
        overflow: hidden;
    }
    /* 通知公告 */
    .inside_container {
        margin-bottom: 40px;
    }
    .sub_nav {
        display: none;
    }
    .mini_sub_nav {
        display: block;
    }
    .sub_title {
        padding: 0 20px;
        height: 60px;
        font-size: 18px;
    }
    .sub_title h3 {
        font-size: 18px;
    }
    .sub_nav li a {
        display: flex;
        align-items: center;
        padding-left: 60px;
        height: 60px;
        background-color: #fff;
        font-size: 16px;
        color: #333;
        position: relative;
    }
    .sub_nav li a:before {
        width: 6px;
        height: 6px;
        display: block;
        content: '';
        background-color: #099c1a;
        position: absolute;
        top: 50%;
        left: 36px;
        margin-top: -3px;
    }
    .inside_right {
        width: 100%;
    }
    .inside_title {
        padding: 0 20px;
        height: 60px;
        font-size: 18px;
    }
    .inside_title h3 {
        font-size: 18px;
    }
    .notice_list {
        padding: 0 20px;
    }
    .notice_list li {
        height: 60px;
    }
    .notice_link {
        width: 75%;
        padding-left: 20px;
    }
    /* 网络竞价 */
    .auction_btn {
        margin: 30px auto;
        width: 200px;
        height: 60px;
        font-size: 16px;
    }
    .auction_nav {
        height: 60px;
        padding: 0 20px;
    }
    .auction_nav a {
        margin-right: 20px;
        font-size: 14px;
    }
    /* 自助问答 */
    .qa_list {
        padding: 0 20px 20px;
    }
    .wen_row {
        height: 60px;
        font-size: 14px;
    }
    .wen_row img {
        margin-right: 10px;
    }
    .wen_row.on {
        color: #099c1a;
    }
    .answer_slide {
        display: none;
        padding: 20px;
    }
    .answer_slide img {
        margin-right: 10px;
    }
    .answer_info {
        width: 89%;
    }
    /* 党建工作 */
    .party_list {
        padding: 0 20px 20px;
    }
    .party_list li {
        padding: 20px 0;
    }
    .party_img {
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }
    .party_img img {
        width: 100%;
        height: 250px;
    }
    .party_info {
        width: 100%;
    }
    .party_name {
        margin-bottom: 20px;
        font-size: 18px;
        color: #333;
        overflow: hidden;
        /*text-overflow: ellipsis;*/
        /*white-space: nowrap;*/
    }
    .party_name a {
        color: #333;
    }
    .party_info span {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 16px;
        color: #999;
    }
    .party_dec {
        margin-bottom: 15px;
        height: 40px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .party_more {
        display: flex;
        justify-content: flex-end;
    }
    .party_more a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px;
        height: 32px;
        background-color: #6c6c6c;
        color: #fff;
    }
    .party_more a:hover {
        background-color: #099c1a;
        color: #fff;
    }
    .party_more img {
        margin-left: 10px;
    }
    /* 交易指南详情 */
    .deal {
        padding: 0 20px;
    }
    .deal_top {
        height: 120px;
        margin-bottom: 30px;
    }
    .deal_top h3 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .deal_top p {
        font-size: 14px;
    }
    .deal_top span {
        margin: 0 20px;
    }
    .deal_content {
        padding-bottom: 30px;
        border-bottom: 1px #e6e6e6 solid;
    }
    .deal_pages {
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .deal_left {
        width: 100%;
    }
    .btn_wrap {
        width: 100%;
        padding-top: 20px;
        display: flex;
        justify-content: flex-end;
    }
    /* 联系我们 */
    .contact {
        padding: 20px;
    }
    .contact_info {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .contact_left {
        width: 60%;
    }
    .contact_left h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .contact_left p {
        padding: 3px 0;
        font-size: 14px;
    }
    .map_box {
        height: 380px;
    }
}

@media only screen and (max-width:375px) {}