.menu_tags {
    float: none;
}

.child_menu {
    text-align: center;
}

/* 产业项目投资 start */
.project_top {
    background: #fff url(../images/project_top_bg.png) 100% 100% no-repeat;
    overflow: hidden;
    box-shadow: 0px 7px 27px 0px 
        rgba(96, 96, 96, 0.18);
    width: 100%;
    padding: 30px 43px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.project_top.bg2 {
    background: #fff url(../images/imagesproject_top_bg02.jpg) 100% 100% no-repeat;
}

.project_top.bg3 {
    background: #fff url(../images/imagesproject_top_bg03.png) 100% 100% no-repeat;
}

.top_left {
    width: 10%;
    padding-right: 30px;
    border-right: 2px solid #b59868;
    float: left;
    box-sizing: border-box;
    margin-right: 4%;
}

.top_tit {
    font-size: 30px;
    color: #b59868;
    margin-bottom: 20px;
}
.top_tit_integ{
    margin-bottom:0;
}
.top_txt {
    font-size: 18px;
	color: #b59868;
}
.top_right {
    width: 86%;
    float: left;
    font-size: 18px;
	line-height: 30px;
	color: #666;
}
.project_box {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 70px;
}

.project_item {
    width: 30%;
    box-sizing: border-box;
    padding: 30px 60px 30px 30px;
    background: #fafafa;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    margin-right: 5%;
    float: left;
    height: 128px;
}

.project_item.end{
    margin-right: 0px;
}

.project_item:hover {
    box-shadow: 0px 9px 32px 0px 
        rgba(134, 96, 32, 0.29);
        background: #b59868;
}

.item_title {
    font-size: 20px;
	font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    width: 100%;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden; 
}

.item_descript {
    font-size: 16px;
	color: #999;
    width: 100%;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden; 
    height: 20px;
}

.item_cover {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
    overflow: hidden;
    display: none;
}

.project_item:hover .item_cover {
    display: block;
}

.cover_inner {
    width: 40%;
    float: right;
    background: #b59868;
    opacity: 0.2;
    /* /透明度兼容ie8及以下/ */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    position: relative;
    height: 100%;
}

.item_cover img {
    width: 45px;
    height: 43px;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    right: 15px;
    z-index: 10;
}

.item_cover img:hover {
    background: #dddddd;
}

.project_item:hover .item_title {
    color: #fff;
}

.project_item:hover .item_descript {
    color: #ebe4d9;
}

.project_top.center .top_left {
        width: 26%;
}

.project_top.center .top_right {
    width: 70%;
    padding-top: 15px;
}

.key_list li {
    width: 100%;
    position: relative;
    height: 300px;
    margin-bottom: 33px;
    cursor: pointer;
}

.key_list li.left:hover  .key_content{
    background: #b59868;
}

.key_list li.left:hover  .key_title , .key_list li.left:hover .key_text{
    color: #fff;
}
.key_list li.right:hover  .key_content{
    background: #b59868;
}

.key_list li.right:hover  .key_title {
    color: #fff;
}
 .key_list li.right:hover .key_text{
    color: #fff;
}
.key_list li.right:hover .key_content_inner {
    border: solid 1px #cbcbcb;
}

.key_list li img {
    width: 600px;
    height: 300px;
    position: absolute;
    top: 0px;
}

.key_list li.left img {
    left: 0px;
}
.key_list li.right img {
    right: 0px;
}

.key_content {
    width: 630px;
    height: 260px;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    top: 20px;
    text-align: left;
}

.key_content_inner {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 50px;
    height: 100%;
}

.right .key_content{
    left: 0px;
    /*background: #b59868;*/
    /*background: #fff;*/
    background: #fafafa;

}
.left .key_content{
    right: 0px;
    background: #fafafa;
}

.left .key_content_inner {
    border: solid 1px #cbcbcb;
}

.right .key_content_inner {
    border: solid 1px #cbcbcb;
}

.key_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    width: 100%;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden; 
}

.left .key_title {
    color: #333;
}

.right .key_title {
    color: #333;
}

.key_line {
    width: 70px;
    margin-bottom: 28px;
}
.left  .key_line {
    border-bottom: 1px solid #e4e4e4;
}
.right  .key_line {
    border-bottom: 1px solid #e4e4e4;
}


.key_text {
    font-size: 18px;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.left .key_text {
    color: #999;
}

.right .key_text {
    color: #999;
}

.key_list {
    margin-bottom: 40px;
    overflow: hidden;
}
/* 产业项目投资 end */


/* 产业载体建设 start */
.project_top.new .top_left {
    width: 37%;
}
.project_top.new .top_right {
    width: 59%;
}

.carrier_box {
    overflow: hidden;
}

.carrier_item {
    width: 31.3%;
    margin-right: 3%;
    float: left;
    margin-bottom: 38px;
    cursor: pointer;
}

.carrier_item:hover .carrier_title{
    color: #b59868;
}

.carrier_item.end {
    margin-right: 0px;
}

.carrier_item img {
    width: 100%;
    height: 215px;
    margin-bottom:25px;
}

.carrier_title {
    font-size: 20px;
	font-weight: bold;
    color: #333;
    margin-bottom:15px;
    width: 100%;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden; 
}

.carrier_txt {
    width: 100%;
    font-size: 16px;
	line-height: 28px;
    color: #999;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 产业载体建设 end */

/* 产业综合服务 start */
.organization_descripe {
    width: 100%;
}

.worth_item {
    width: 31%;
    height: 360px;
    margin-right: 3.5%;
    background: #ffffff;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.worth_img_box {
    height: 90px;
    top: -38px;
}
.worth_text {
    margin-bottom: 30px;
}

.service_text {
    font-size: 18px;
	line-height: 30px;
	color: #666;
}

.service_center {
    background: url(../images/service_center_bg.png) no-repeat;
    background-size: 100% 100%;
}

.worth_img {
    background: transparent;
}

.worth_item .worth_text {
    font-size: 22px;
	color: #333;
}

.leader_top.top {
    margin-top: 38px;
}

.child_list p {
    font-size: 16px;
	line-height: 26px;
	color: #666;
}

.child_list {
    margin-bottom: 40px;
}

.menber_list li {
    border-top: 1px solid #ececec;
    border-bottom: none;
}
/* 产业综合服务 end */


/* 适配 */

@media (max-width: 1199px) {
    
    .menu_tags {
        /*width: 31%;*/
        width:18%;
        /*height: 30px;*/
        /*line-height: 30px;*/
        /*margin-right: 1%;*/
        font-size: 14px;
        margin-bottom: 10px;
    }
    .project_top {
        padding: 20px 20px;
    }
    .key_list li img {
        width: 100%;
        height: auto;
        top: 0px;
        left: 0px;
        position: relative;
    }
    .key_content {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 10px;
        position: relative;
        top: 0px;
        left: 0px;
    }
    
    .left .key_content {
        background: #fafafa;
    }
    .key_list li {
        height: auto;
    }
    .key_content_inner {
        padding: 10px;
    }
    .key_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .key_line {
        margin-bottom: 15px;
    }
    .key_text {
        font-size: 14px;
        line-height: 25px;
    }
    .worth_item {
        width: 100%;
        height: auto;
        margin-right: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .menber_list {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) and (min-width:768px){
    
    .top_right {
        font-size: 14px;
        line-height: 28px;
    }
    .top_tit {
        font-size: 18px;
    }
    .top_txt {
        font-size: 15px;
    }
    .project_item,.project_item.end {
        width: 45%;
        padding: 30px;
        margin-right: 5%;
    }


}

@media (max-width: 767px) {
    .key_list li img{
        min-height:100px;
        height: 170px;
    }
    .top_left {
        width: 100%;
        padding-right: 30px;
        border-right: none;
        margin-right: 0px;
    }
    .top_tit {
        font-size: 22px;
        margin-bottom: 20px;
        display: inline-block;
        margin-right: 20px;
    }
    .top_txt {
        display: inline-block;
    }
    .top_right {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .project_item {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
        margin-right: 0px;
        height: auto;
        border: 1px solid #e5e5e5;
    }
    .item_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .item_descript {
        font-size: 14px;
        height: auto;
    }
    .project_box {
        margin-bottom: 30px;
    }
    .project_top.center .top_left {
        width: 100%;
    }
    .project_top.center .top_right {
        width: 100%;
        padding-top: 15px;
    }
    .project_top.new .top_left {
        width: 100%;
        padding-right: 0px;
    }
    .project_top.new .top_right {
        width: 100%;
    }
    .carrier_item {
        width: 100%;
        margin-right: 0px;
    }
    .carrier_item img {
        width: 100%;
        height: auto;
        margin-bottom:10px
    }
    .carrier_title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .carrier_txt {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .worth_item .worth_text {
        font-size: 18px;
    }
    .worth_text {
        margin-bottom: 15px;
    }
    .service_text {
        font-size: 14px;
        line-height: 24px;
    }
    .menu_tags{
        width:31%;
        margin-right:1%;
    }
    .right .key_content{
        background: #e5e5e5;
    }
}
@media(min-width: 200px) and (max-width:992px){
    .right .key_content,.left .key_content{
        background: #e5e5e5;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .carrier_item{
        width:48.3%;
    }
    .carrier_item:nth-of-type(2n){
        margin-right:0;
    }
    .carrier_item:nth-of-type(3n){
        margin-right:3%;
    }


}
@media (min-width:1200px){
    .top_right_integ{margin-top:5px;}
}