.central{
    width:1200px;
    height: 100%;
    margin:auto;
}
/* 工程案例 */

.central_eng{
    height:500px;
    /* background:yellow; */
}

/* 最火的工程案例 */
.central_eng_fire{
    width:760px;
    height:428px;
    /* background:red; */
    position: relative;
    margin-top:10px;
    overflow: hidden;
}
.central_eng_fire img{
    width:760px;
    height:428px;
    display:block;
    position: absolute;
    top:0;
    left:0;
}
.central_eng_fire ul{
    position: absolute;
    left: 380px;
    top:391px;
    z-index:4;
}
.central_eng_fire ul li{
    float:left;
    padding:0 5px;
    font-size:24px;
    cursor: pointer;
    color:#fff;
}
.central_eng_fire span{
    display:block;
    width:100%;
    height:40px;
    position: absolute;
    left:0;
    bottom:0px;
    background:#333;
    filter:alpha(opacity=30);  /* ie 有效*/
    -moz-opacity:0.3; /* Firefox  有效*/
    opacity: 0.3; /* 通用，其他浏览器  有效*/ 
    z-index:2;
}
.central_eng_fire strong{
    position: absolute;
    left:10px;
    bottom:10px;
    color: #fff;
    z-index:2;
}
/* 最新的工程案例 */
.central_eng_new{
    width:401px;
    height:428px;
    background:#f9f9f9;
    margin-top:10px;
    border:1px solid #eaeaea;
    position:relative;
    border-radius: 5px 5px 5px 5px;  /*半圆*/
    font-family: "微软雅黑";
}
.central_eng_new .span{
    width:100%;
    height:30px;
    display:block;
    background:#000;
    position: absolute;
    z-index: 1;
    line-height:30px;
    /* padding-left:20px; */
    filter:alpha(opacity=50);  /* ie 有效*/
    -moz-opacity:0.5; /* Firefox  有效*/
    opacity: 0.5; /* 通用，其他浏览器  有效*/ 
}
.central_eng_new strong{
    position:absolute;
    line-height: 30px;
    padding-left:10px;
    font-size: 14px;
    color:#fff;
    z-index: 2;
}
.central_eng_new_Top{
    width:90%;
    height:90%;
    /* background:red; */
    margin:auto;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    /* overflow:hidden; */
}
.central_eng_new_Top img{
    width:359px;
    height:184px;
}

.central_eng_new_Top p{
    line-height: 30px;
    color:#666;
}
.central_eng_new_Top .color_cade{
    margin-top:10px;
    margin-bottom:5px;
    color:#000;
}
.central_eng_new_Top .color_cade a:hover{
    color:rgb(230, 57, 60);
}
.central_eng_new_Top .central_eng_new_Top_color{
    width:100%;
    height:50px;
    border-top:1px solid #ccc;
    margin-top:20px;
}
.central_eng_new_Top .central_eng_new_Top_color p{
    margin-top:18px;
    color:#666666;
}

.central_eng_new_Top ul li{
    height:50px;
    /* background:red; */
    line-height: 50px;
    border-bottom:1px solid #ccc;
    color:#666;
    font-size: 14px;
}
.central_eng_new_Top ul li span{
    float: right;
}
.central_eng_new_Top ul li a:hover{
    color:rgb(230, 57, 60);
    text-decoration:underline;
}

/* 党的建设 */
.central_The{
    height:440px;
    /* background: red; */
}
.central_The .central_laye{
    width:40%;
    height:86%;
    background:#f9f9f9;
    margin-top:10px;
    overflow:hidden;
    float:left;
}
.central_The .central_laye ul li{
    width:100%;
    height:130px;
    border-bottom:1px solid #ccc;
    /* background:#f9f9f9; */
    color:#717171;
    overflow:hidden;
    margin-top:10px;
}
.central_The .central_laye ul li a{
     color:#717171;
}
/* .central_The .central_laye ul a:hover{
    width:100%;
    height:130px;
    display:block;
    background: red;
} */
.central_The .central_laye ul li img{
    width:190px;
    height:120px;
    float:left;
}
/* .central_The .central_laye ul li p{
    float:right;
} */
.central_The .central_laye .central_laye_img{
    width:200px;
    height: 120px;
    /* background: #000; */
}
.central_The .central_laye .central_laye_p{
    width:280px;
    height: 120px;
    /* background: red; */
}
.central_The .central_laye ul li .central_laye_title{
    color:#343434;
    font-weight: bold;
    font-size:16px;
    margin-bottom:10px;
    margin-top: 10px;
}
.central_The .central_laye ul li .central_laye_zi{
    line-height: 25px;
    color:#717171;
}
.central_The .central_laye ul li .central_laye_right{
    float:right;
    margin-right:5px;
    margin-top:10px;
}


.central_The .central_pic{
    width:57%;
    height:85%;
    /* background:yellow; */
    float:right;
    margin-top:10px;
}
.central_pic .central_pic_now,.central_pic_tow{
    float:left;
    width:315px;
    height: 365px;
    margin-left:20px;
    position: relative;
    overflow:hidden;
}
.central_pic img{
    width:315px;
    height: 365px;
    cursor:pointer;
}
.central_pic span{
    position: absolute;
    width:100%;
    height:80px;
    bottom:-80px;
    display:block;
    background:#000;
    filter:alpha(opacity=50);  /* ie 有效*/
    -moz-opacity:0.5; /* Firefox  有效*/
    opacity: 0.5; /* 通用，其他浏览器  有效*/ 
}

.central_pic strong{
    position: absolute;
    bottom:-80px;
    color:#fff;
    left:20px;
    font-size: 12px;
    font-weight: 100;
}
.central_pic strong .central_pic_tow_08{
    font-size:16px;
    margin-bottom:10px;
}

/* 工程案例 */
.central_case{
    width:100%;
    height:220px;
    /* background: red; */
    /* margin-bottom:20px; */
}
.central_case_now{

    height: 155px;
    /* background:yellow; */
    margin-top:15px;
    overflow:hidden;
    /* border:1px solid #ccc; */
    position: relative;
}
.central_case_now ul{
    position: absolute;
    width:1500px;
}
.central_case_now ul li{
    width:170px;
    height:155px;
    /* border:1px solid #000; */
    text-align: center;
    float:left;
    /* margin-left:17px; */
    font-size: 12px;
}
.central_case_now ul li a {
    width:150px;
    height:113px;
    display: block;
    /* background: red; */
    margin:0 auto;
    border:1px solid #fff;
    /* border:1px solid yellow; */
    padding-top:5px;
    border:1px solid #ccc;
    margin-top:8px;
    margin-bottom:7px;
}
.central_case_now ul li a img{
    width:136px;
    height:95%;
}
.central_case_now ul li a:hover{
    border:1px solid #ee7700;
    color: #ee7700;
}

/* 公司建设 */
.central_dynamic{
    width:100%;
    height:280px;
    /* background:red; */
    margin-top:20px;
    position:relative;
    overflow:hidden;
    margin-bottom:30px;
}
.central_dynamic .central_title_ul{
    width:55%;
    height: 100%;
    /* background:yellow; */
    border:1px solid #ccc;
    float:left;
    height:auto !important; overflow:visible;
    border-bottom:none;
}
.central_title_ul ul a{
    display:block;
    /* width: 99.2%; */
    height: 40px;
    border-bottom:1px #ccc solid;
    line-height: 40px;
    padding-left:5px;
}
/* .central_dynamic central_title_ulul a:last-child{
    border-bottom:none;
} */
.central_title_ul ul a:hover{
    widows: 99.2%;
    height: 40px;
    display:block;
    background: #eee;
    color: red;
}
.central_title_ul ul li span{
    float:right;
    padding-right:5px;
}
.central_dynamic .central_dynamic_tow{
    width:43%;
    /* background:orange; */
    float:right;
    float:14px;
    overflow:hidden;   
    border:1px solid #ccc;
    padding-bottom:10px;
}
.central_dynamic .central_dynamic_tow p{
    padding-left:5px;
    padding-top:5px;
    line-height:25px;
    text-indent: 2em;
}
.central_div{
    padding:0 5px;
    overflow: hidden;
}
.central_dynamic .central_dynamic_tow .central_div div{
    text-align: center;
    margin-top:10px;
}

/* .central_div p{
    text-indent: 2em;
    line-height: 25px;
    margin-top:10px;
    padding:0 10px;
}
.central_div p.title_left{
    padding-left:80px;
}
.central_div div{
    text-indent:1em;
    margin-top:10px;
}
.central_div span{
    font-size:16px;
    padding-right:5px;
} */



.central_title .central_title_a a{
    display: block;
    width:115px;
    height: 100%;
    background:#dfdfdf;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #000;
    /* font-weight: bold; */
    float: left;
    border-right:1px solid #999;
}
.central_title .central_title_a a.central_title_abak{
    border-right:none;
}
.central_title .central_title_a a:hover{
    background:#0d72b8;
}
.central_title .central_title_span{
    width:2px;
    height:30px;
    background:url(../../images/tab-line.jpg);
    float: left;
}

.central_title_ul{
    display:none;
}

/* 最新修改的 */
.central_left{
    height:500px;
    width:39%;
    border:1px solid #ccc;
    float:left;
    margin-bottom:20px;
    overflow: hidden;
}
.central_right{
    height:500px;
    width:60%;
    border:1px solid #ccc;
    float:right;
    margin-bottom:20px;
}
.central_right .central_title_ul a{
    height: 40px;
    border-bottom:1px solid #ccc;
    display: block;
    line-height: 40px;
    text-indent:10px;
}
.central_right .central_title_ul a:hover{
    color:red;
    background:#dfdfdf;
}
.central_right .central_title_ul a li  span{
    float:right;
    padding-right: 10px;
}

.central_two_lun{
    margin-top:10px;
}