﻿* {
    padding: 0;
    margin: 0;
}

.productList ul li a {
    color: #333333
}

    .productList ul li a:hover {
        color: #337ab7
    }

.footer a:hover {
    text-decoration: underline;
}

#silderBox {
    width: 100%;
    position: relative;
    text-align: center;
}

    #silderBox:hover #btnSilder {
        /*display: block;*/
        display: none;
    }

.SilderRow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    padding: 34px;
}

.leftImg {
    position: relative;
}

#silderBox .SilderRow {
    padding: 0;
}

#silderBox #btnSilder {
    top: 194px;
    display:none;
}

.animate-out .leftImg {
    left: 20%;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.animate-in .leftImg {
    left: 10%;
    /*width: 71%;*/
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.rightText {
    position: absolute;
    width: 40%;
    left: 50%;
}

.animate-out .rightText {
    left: 40%;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.animate-in .rightText {
    left: 50%;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.animate-out.SilderRow {
    z-index: 1;
}

.animate-in.SilderRow {
    z-index: 100;
}

#btnSilder {
    position: absolute;
    left: 0px;
    right: 0;
    z-index: 200;
    top: 110px;
    display: none;
}

    #btnSilder .prev {
        float: left;
        color: #ffffff;
        padding: 10px 0;
        margin-left: 20px;
    }

    #btnSilder .next {
        float: right;
        color: #ffffff;
        padding: 10px 0;
        margin-right: 20px;
    }

#silderBox2 #btnSilder .next, #silderBox2 #btnSilder .prev {
    background: #000000;
    opacity: 0.38;
    filter: alpha(opacity=38);
}

#silderBox2 #btnSilder a img {
    width: 40px;
}

#arcSilder {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 200;
}

    #arcSilder > a {
        display: inline-block;
        background: #dddddd;
        width: 15px;
        height: 15px;
        font-size: 12px;
        color: #fff;
        line-height: 16px;
        text-decoration: none;
        border-radius: 50%;
    }

        #arcSilder > a.active {
            background: #0ea8e6;
        }
/*产品*/
.banner_box img {
    width: 100%;
    /*width:71%;*/
}

.nav_Content {
    border-bottom: none;
}

.Departments_nav_title > span {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    line-height: 54px;
}

.Departments_nav_title span.text {
    position: absolute;
    display: inline-block;
    top: 29px;
    left: 34px;
    color: white;
    font-size: 26px;
    font-family: '微软雅黑','宋体';
}

.Departments_nav_title span.line {
    position: absolute;
    display: inline-block;
    top: 22px;
    left: 58px;
    color: white;
    font-size: 26px;
    font-family: '微软雅黑','宋体';
    border-bottom: 2px solid #ffffff;
    width: 100px;
    height: 54px;
}

.Departments_product_title {
    float: left;
    /*width: 150px;*/
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.Departments_product {
    border-bottom: 1px solid #cccccc;
    height: 36px;
}

    .Departments_product .Navigation {
        float: right;
        width: 400px;
        text-align: right;
    }

.Product_Content {
    margin-top: 20px;
    padding: 20px;
}

.develop_brief img {
    float: left;
}

.Product_Content .briefLeft {
    float: left;
    width: 300px;
}

    .Product_Content .briefLeft img {
        max-width: 294px;
    }

.Product_Content .briefRight {
    float: left;
    width: 540px;
    font-size: 15px;
    color: #666666;
    margin-left: 30px;
    line-height: 26px;
}

.productList {
    margin-top: 20px;
}

    .productList ul li {
        float: left;
        width: 298px;
        height: 280px;
        border: 1px solid #cccccc;
        margin-left: 8px;
        margin-top: 20px;
    }

        .productList ul li.active {
            margin-left: 0;
        }

        .productList ul li .productList_img {
            margin-top: 30px;
            text-align: center;
        }

        .productList ul li .product_text {
            padding: 0 30px;
            line-height: 30px;
            font-size: 13px;
            margin-top: 15px;
        }

.product_dec_title {
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.Product_Content_A {
    margin-top: 20px;
}

.product_dec_name {
    color: #0062ac;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.product_dec_content {
    margin-top: 20px;
}

.productNext {
    line-height: 35px;
    color: #333333;
    text-indent: 42px;
}

.productName {
    font-weight: bold;
}

.product_dec_pic {
    width: 238px;
    float: right;
    margin-left: 100px;
}

.newList {
    margin-top: 20px;
}

p {
    margin: 0;
}

.newList ul li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .newList ul li .productList_img {
        float: left;
        width: 278px;
    }

    .newList ul li .productList_img_next {
        float: left;
        width: 110px;
    }

    .newList ul li .product_text {
        float: left;
        margin-left: 30px;
        width: 600px;
    }

    .newList ul li .product_text_next {
        float: left;
        margin-left: 30px;
        width: 766px;
    }

.productList_img > img {
    max-width: 100%;
}

.newlist_title {
    line-height: 45px;
    color: #333333;
    font-size: 16px;
}

.newlist_desic {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.newlist_time {
    font-size: 12px;
    color: #888888;
    margin-top: 12px;
}

    .newlist_time > img {
        margin-right: 10px;
    }

.new_Month {
    width: 100px;
    height: 64px;
    line-height: 64px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    background: #e4eaf0;
    margin-top: 14px;
}

.new_year {
    width: 100px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #333333;
    background: #e4eaf0;
    margin-top: 10px;
}

.newlist_desic_next {
    height: 44px;
}

.patry_left_content > ul li:hover, .patry_left_content > ul li.active {
    background: #d7100d;
}

.person_text {
    text-indent: 30px;
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
}

.about_img {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.patry_left_content > ul li a {
    color: #333333;
}

.product_text a:hover .newlist_time, .newList ul li .product_text a:hover {
    text-decoration: none;
}

.newList ul li a:hover .newlist_title, .newList ul li a:hover .newlist_desic, .product_Brief a:hover .briefRight {
    color: #337ab7
}

.log_right a {
    color: #333333;
}
/*发展历程*/
.develop_brief {
    height: 1246px;
    width: 870px;
    background: url("../images/bg_07.jpg") no-repeat left top;
}

.develop_content {
    line-height: 35px;
    margin-bottom: 56px;
}

.develop_title {
    color: #0062ac;
    font-size: 28px;
}

    .develop_title i {
        width: 20px;
        height: 17px;
        display: inline-block;
        background: url("../images/sanjiao.png") no-repeat center;
    }

.develop_text {
    font-size: 16px;
    color: #000000;
    padding-left: 25px;
}
/*行业新闻*/
.industry_new {
    /* margin-top: 10px;*/
}

    .industry_new ul li {
        padding: 15px 0;
        border-bottom: 1px solid #cccccc;
    }

.industry_left {
    float: left;
    width: 123px;
}

.industry_date {
    text-align: center;
    width: 123px;
    height: 126px;
    border: 1px solid #cccccc;
}

.industry_year {
    font-size: 22px;
    line-height: 40px;
}

.industry_mounth {
    font-size: 52px;
    color: #ffffff;
    background: #b1b0b0;
    line-height: 85px;
}

.industry_text {
    color: #666666;
    line-height: 30px;
    margin-top: 6px;
    height: 68px;
    overflow: hidden;
}

.industry_title {
    color: #010101;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.industry_right {
    float: left;
    width: 722px;
    margin-left: 25px;
}
/*新闻详情*/
.new_detail_title {
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

.new_detail_source {
    font-size: 12px;
    color: #999999;
    text-align: center;
    line-height: 35px;
}

.new_detail_text {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    line-height: 30px;
    text-indent: 32px;
    margin-top: 20px;
}

.new_detail_img {
    margin-top: 40px;
    text-align: center;
}

    .new_detail_img p {
        line-height: 30px;
    }

.new_detail_turn {
    padding: 10px;
    border: 1px solid #cccccc;
    background: #f0f0f0;
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    margin-top: 50px;
}

.new_detail_next {
    color: #333333
}

.new_detail_turn > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
}

.silder_shade {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px;
    background: #07080ae6;
    position: absolute;
    bottom: 4px;
    z-index: 200;
}

#silderBox2 #arcSilder {
    text-align: right;
    padding-right: 30px;
    bottom: 13px;
}

    #silderBox2 #arcSilder > a {
        width: 7px;
        height: 7px;
    }

        #silderBox2 #arcSilder > a.active {
            background: #dc1319
        }

.ProductsOne .Scientific_box {
    background: url("../images/technology_03.jpg") no-repeat top center;
    BACKGROUND-SIZE: 331px 404px;
}

.ProductsTwo .Scientific_box {
    background: url("../images/001.png") no-repeat top center;
    BACKGROUND-SIZE: 331px 404px;
}

.ProductsThree .Scientific_box {
    background: url("../images/002.png") no-repeat top center;
    BACKGROUND-SIZE: 331px 404px;
}

.ProductFour .Scientific_box {
    background: url("../images/003.png") no-repeat top center;
    BACKGROUND-SIZE: 331px 404px;
}

.Scientific_box {
    position: relative;
    width: 337px;
    height: 404px;
}

.ProductsBox ul li > a:hover .Products_Shade {
    display: block;
}

.Products_Shade {
    position: absolute;
    width: 100%;
    height: 404px;
    background: #ac0c0c;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}

.Departments_nav_menu {
    line-height: 55px;
    background: #0062ac;
    font-size: 18px;
    color: #ffffff;
    padding-left: 20px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}

.Departments_nav_box ul {
    display: none;
}

    .Departments_nav_box ul li {
        padding-left: 52px;
    }

        .Departments_nav_box ul li a {
            color: #333333
        }

        .Departments_nav_box ul li:hover a, .Departments_nav_box ul li.active a {
            color: #337ab7;
        }

.xchange_left {
    width: 277px;
}

.xchange_right {
    width: 568px;
}

.clock_time {
    color: #999999;
    font-size: 12px;
    line-height: 35px;
}

    .clock_time i {
        font-style: normal;
    }

.new_detail_introduction {
    font-size: 20px;
    color: #3a3a3a;
    line-height: 50px;
    margin-bottom: 30px;
}

.case_box {
    margin-top: 0px;
}

.industry_new .case_box li {
    float: left;
    width: 296px;
    height: 270px;
    border: 1px solid #cccccc;
    margin-left: 30px;
    margin-top: 15px;
    padding: 0;
}

.academic_pic img {
    max-width: 100%;
    max-height: 100%;
}

.academic_text {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#silderBox2 #btnSilder {
    top: 284px;
}

#silderBox2:hover #btnSilder {
    display: block
}

.research_text {
    text-align: center;
    margin-top: 20px;
    float: left;
}

    .research_text p {
        margin-top: 10px;
    }

.oranization_logo {
    text-align: center;
}

.oranization_title {
    color: #3a3a3a;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.oranization_img {
    margin-top: 20px;
    text-align: center;
}
/*反应技术*/
.reaction_left {
    margin-top: 20px;
    width: 300px;
    float: left;
}

    .reaction_left > span {
        font-size: 14px;
        color: #333333;
        padding: 0 10px
    }

    .reaction_left > .reaction_hot {
        color: #da635f;
        font-size: 12px;
        padding: 0
    }

.reaction_left {
    margin-top: 33px;
    width: 700px;
    float: left;
}

.reaction_right {
    margin-top: 20px;
    width: 410px;
    float: left;
    margin-left: 240px;
}

.reaction_search {
    width: 330px;
    height: 42px;
    position: relative;
    border: 1px solid #cccccc;
    float: left;
}

    .reaction_search img {
        float: left;
        position: absolute;
        left: 5px;
        top: 15px;
    }

    .reaction_search input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: none;
        padding-left: 30px;
        font-size: 14px;
    }

.reaction_search_btn {
    height: 42px;
    width: 80px;
    font-size: 14px;
    color: #ffffff;
    background: #da635f;
    line-height: 42px;
    float: left;
    text-align: center;
}

.new_titles {
    font-size: 28px;
    color: #0062ac;
    line-height: 40px;
    margin-bottom: 7px;
    font-weight: bold;
}

    .new_titles > span {
        color: #999999;
        font-size: 12px;
        margin-left: 5px;
        line-height: 40px;
        display: inline-block;
    }

.new_boxs ul li {
    float: left;
    width: 412px;
    margin-right: 20px;
}

.new_contain {
    margin-top: 20px;
    line-height: 30px;
}

.new_lists ul li {
    padding-bottom: 8px;
}

.new_day {
    float: left;
    width: 52px;
    height: 52px;
    text-align: center;
    color: #ffffff;
    background: #3381bd;
}

.new_day_data {
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    line-height: 30px;
}

.new_day_month {
    font-size: 12px;
    line-height: 20px;
}

.new_contents {
    width: 366px;
    float: left;
    margin-left: 15px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
}

.view_more {
    color: #3381bd;
    line-height: 30px;
}

.notification_box ul li {
    float: left;
    background: #f0f4f7;
    width: 416px;
    height: 100px;
    padding: 10px;
    padding-right: 30px;
}

.notification {
    margin-top: 30px;
}

.notification_box ul .notification_box_title {
    font-size: 28px;
    color: #ffffff;
    background: #0062ac;
    width: 101px;
    text-align: center;
    padding: 10px;
    margin-right: 0;
}

.notification_box_date {
    color: #666666;
    font-size: 40px;
    float: left;
    width: 120px;
    line-height: 80px;
}

.notification_box_month {
    font-size: 45px;
    color: #333333;
}

.notification_box_day {
    font-size: 30px;
    color: #333333;
}

.notification_box_text {
    float: left;
    width: 237px;
    font-size: 18px;
    line-height: 33px;
    margin-top: 10px;
    height: 66px;
    overflow: hidden;
}

.product_show_text {
    color: #ffffff;
    background: #000000;
    opacity: 1;
    font-size: 18px;
    padding: 0 10px;
    filter: alpha(opacity=50);
    height: 40px;
    position: absolute;
    width: 410px;
    bottom: 0;
    line-height: 40px;
}

.product_show {
    margin-top: 30px;
    background: #f0f4f7;
    padding: 40px 0;
}

.product_show_box {
    margin-top: 20px;
}

    .product_show_box ul li {
        width: 412px;
        position: relative;
        float: left;
        margin-left: 57px;
    }

    .product_show_box ul .first-product {
        margin-left: 0px;
    }

.product_show_box_img img {
    max-width: 100%;
}

.Party_building {
    height: 467px;
    background: url("../images/linkbg_02.jpg") no-repeat center;
}

.Party_building_box {
    padding: 40px 0;
}

.Party_building_one {
    float: left;
    width: 412px;
}

.Party_building_two {
    float: left;
    width: 467px;
    margin-left: 25px;
    margin-top: 58px;
}

.Party_building_three {
    float: left;
    width: 421px;
    margin-left: 25px;
}

.Party_building_one_left {
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
}

    .Party_building_one_left i {
        font-style: normal;
        font-size: 14px;
        margin-left: 5px;
        font-weight: normal;
    }

.Party_building_one_right {
    float: right;
    margin-top: 10px;
}

.Party_building_one_img {
    margin-top: 20px;
}

.Party_building_one_text {
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 10px;
}

.Party_building_two_item {
    float: left;
    width: 50px;
    text-align: center;
    border-right: 1px solid #8fb1c9;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.Party_building_two_text {
    float: left;
    width: 400px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    margin-left: 10px;
    height: 48px;
    overflow: hidden;
}

.Party_building_two ul li {
    padding-bottom: 32px;
}

.blogroll {
    margin-top: 30px;
    padding-bottom: 30px;
}

.blogroll_box ul li {
    float: left;
    width: 25%;
}

.Party_building_one_right .view_more {
    color: #ffffff;
}

.Project_introduction_left {
    float: left;
    width: 457px;
}

.Project_introduction_right {
    float: left;
    width: 862px;
    margin-left: 30px;
}

    .Project_introduction_right p {
        line-height: 35px;
        margin-top: 10px;
        font-size: 18px;
        max-height: 200px;
        overflow: hidden;
    }

    .Project_introduction_right a {
        line-height: 35px;
        font-size: 18px;
        color: #ffffff;
        background: #004a96;
        padding: 3px 20px;
        margin-top: 30px;
        display: inline-block;
    }

.reaction_box {
    background: #f4f4f4;
    padding-bottom: 20px;
}

.Project_introduction {
    margin-top: 30px;
}

.new_titles, .Party_building_one_title {
    margin-bottom: 20px;
}

.intelligent_device_left {
    float: left;
    width: 845px;
}

.intelligent_device_right {
    float: left;
    margin-left: 55px;
}

.intelligent_device {
    margin-top: 30px;
}

.intelligent_device_left > p {
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    max-height: 120px;
    overflow: hidden;
}

.intelligent_device_calculate {
    margin-top: 15px;
}

    .intelligent_device_calculate > div {
        float: left;
    }

.percentage {
    font-size: 70px;
    color: #0062ac
}

.intelligent_device_calculate > div .percentage_next {
    font-size: 28px;
    color: #0062ac;
    padding-bottom: 10px;
}

.intelligent_device_two {
    margin-left: 50px;
    margin-top: 20px;
}

.intelligent_device_three {
    margin-left: 50px;
    margin-top: 30px;
}

.intelligent_device_calculate > div p {
    padding: 0;
    margin: 0;
}

.coal_chemical_box ul li {
    float: left;
    width: 412px;
    margin-left: 57px;
}

.coal_chemical_box ul .first_coal {
    margin-left: 0;
}

.coal_chemical_left {
    float: left;
    width: 69px;
    height: 89px;
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    line-height: 79px;
    background: url("../images/air_bubble.jpg") no-repeat center;
    padding-left: 7px;
}

.coal_chemical_right {
    float: left;
    width: 322px;
    margin-left: 20px;
    margin-top: 10px;
}

.coal_chemical_title {
    font-size: 28px;
    color: #0062ac;
    line-height: 40px;
}

.coal_chemical {
    margin-top: 65px;
    padding-bottom: 40px;
}

.coal_chemical_Text {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-top: 20px;
    height: 120px;
    overflow: hidden;
}

.coal_chemical_see {
    margin-top: 40px;
}

    .coal_chemical_see a {
        background: #02519c;
        color: #ffffff;
        padding: 10px 25px;
        border-radius: 4px;
    }

.development_name {
    font-size: 20px;
    color: #000000;
    line-height: 35px;
    margin-top: 10px;
}

.development_Text {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.ability {
    line-height: 35px;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

.recruitment ul li {
    width: 624px;
    padding-left: 90px;
}

    .recruitment ul li a {
        color: #999999;
        font-size: 14px;
    }

.Position {
    margin-top: 20px;
}

    .Position p {
        line-height: 35px;
        color: #ffffff;
    }

        .Position p input {
            border: none;
            background: #ffffff;
            height: 30px;
            line-height: 30px;
            width: 250px;
            color: #333333;
            padding: 0 10px;
        }

.Position_search {
    margin-top: 40px;
}

    .Position_search input {
        background: #797979;
        color: #ffffff;
        border: none;
        padding: 6px 20px;
    }

.Position_building {
    padding-left: 30px;
}

.issue {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .issue > span {
        float: left;
    }

.answer {
    height: 60px;
    overflow: hidden;
}

    .answer > span {
        float: left;
    }

.Position_building_two .Party_building_two_text {
    overflow: inherit;
}

.Position_building_two ul li {
    padding-bottom: 55px;
}

.logo_smart_title {
    font-size: 20px;
    color: #000000;
    margin-top: 34px;
    display: inline-block;
    margin-left: 16px;
    font-weight: bold;
}

    .logo_smart_title i {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        display: inline-block;
    }

.logo_big_title {
    color: #004a96;
    font-size: 30px;
    display: inline-block;
    margin-top: 27px;
    margin-left: 5px;
    font-weight: bold;
}

.logo_next {
    /*width: 500px;*/
    width: 388px;
}

    .logo_next img, .logo_next span {
        float: left;
    }

.Summary_crystallization_title {
    color: #0062ac;
    font-size: 18px;
}

.Summary_crystallization_text {
    margin-top: 20px;
    height: 150px;
    line-height: 30px;
    font-size: 14px;
    text-indent: 32px;
}

.new_crytalliization ul li {
    margin-bottom: 20px;
}

    .new_crytalliization ul li a {
        color: #333333;
    }

.Summary_crystallization_month {
    color: #0062ac;
    font-size: 18px
}

.Summary_crystallization_box ul li {
    width: 623px;
    padding-left: 30px
}

.Summary_crystallization_box .notification_box_date {
    width: 96px
}

.Summary_crystallization_box .notification_box_text {
    width: 465px
}

.Party_building_advantage {
    border-right: none;
    width: 27px;
}

.banner_box {
    text-align: center;
}

    .banner_box img {
        max-width: 100%;
    }

.filter_box ul li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}

.filter_box .filter_item {
    float: left;
    width: 137px;
    height: 33px;
    color: #ffffff;
    font-size: 16px;
    line-height: 33px;
    background: url("../images/blue_bg.jpg") no-repeat center;
    text-align: center;
}

.filter_box .filter_text {
    float: left;
    margin-left: 30px;
    width: 694px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case_box_new {
    line-height: 40px;
    border-bottom: 1px solid #cccccc;
}

    .case_box_new ul {
        border-bottom: none;
        width: 80%;
        float: left;
    }

    .case_box_new a {
        float: right;
        color: #333333;
    }

    .case_box_new ul li {
        height: 40px;
        border: none;
    }

        .case_box_new ul li.active {
            border: none;
            border-bottom: 1px solid #0062ac;
            color: #0062ac;
            height: 40px;
        }

    .case_box_new .tab_main img {
        max-width: 100%;
    }

.Party_building_two_text {
}

.filter_build {
    margin-top: 50px;
}

    .filter_build .Party_building_two_text {
        width: 373px;
        height: 59px;
    }

.filter_two .Party_building_two_text {
    height: auto
}

.filter_two_box .filter_two, .filter_two_box .Party_building_two_text {
    height: auto;
    overflow: inherit;
    white-space: normal;
}

.filter_build li {
    margin-bottom: 20px;
}

.filter_one {
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.filter_two {
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.service_img img {
    max-width: 100%;
}

.new_detail_img ul li {
}

.industry_d {
    color: #999999;
}

    .industry_d img {
        float: left;
        margin-top: -10px;
    }
/*物资物流*/
.product_show_box ul li ul li {
    margin-left: 0px;
}

    .product_show_box ul li ul li .new_contents {
        width: 327px;
    }

.product_show_mater > ul {
    padding: 0px 25px;
}

.product_show_mater > .Tendering_Cent {
    background: #ffffff;
    padding: 35px 25px;
}

.product_show_mater ul li {
    width: 395px
}

.new_list_next {
    margin-bottom: 10px;
}

.down_sl ul li {
    padding-bottom: 24px;
}

    .down_sl ul li a {
        color: #ffffff;
        font-size: 16px;
    }

    .down_sl ul li .down_ico {
        float: left;
        width: 30px;
        height: 22px;
        background: url("../images/materials/down_icon.png") no-repeat 0 0;
    }

.mater_banner {
    text-align: center;
    max-width: 100%;
}

.Party_building_two ul li a:hover {
    text-decoration: underline;
}

.down_sl ul li a:hover {
    text-decoration: underline;
}
