/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/*高颜值办公室*/
img.gtz{
   display:block;
   margin:60px auto 40px;
}
.z-off{
    width:100%;
	padding:20px 0px;
	background-image:url(../images/z-7.png);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.z-off-con{
    width:1100px;
	margin:0 auto;
	text-align:center
}
.z-off-con ul{
    margin:60px 0px 40px;
}
.z-off-con ul li{
    margin:14px;
}
.z-off-con p{
    width:1000px;
	text-align:left;
	font-size:18px;
	color:#fff;
	margin:0px auto 60px;
}


/*装修服务流程*/
.z-serv-con{
   width:1100px;
   margin:0 auto;
}
    /*标题*/
        h3.bt-title {
            color: #F2AE11;
            font-size: 1.3em;
            margin-bottom: 2em;
            text-align: center;
            font-weight: 500;
            line-height: 1.1;
        }
        h3.bt-title span {
            display: block;     /*设置为块级元素会独占一行形成上下居中的效果*/
            font-size: 1.6em;
            color: #212121;
			padding-top: 3px;
            position: relative;   /*定位横线（当横线的父元素）*/
        }
        h3.bt-title span:before, h3.bt-title span:after {
            content: '';                 /*CSS伪类用法*/
            position: absolute;         /*定位背景横线的位置*/
            top: 52%;        
            background: #0061b3;/*宽和高做出来的背景横线*/
            width: 17%;
            height: 2px;
        }
        h3.bt-title span:before{
            left: 25%;        /*调整背景横线的左右距离*/
        }
        h3.bt-title span:after {
            right: 25%;
        }
.z-serv{
    margin:50px 0px;
}
.z-serv-texthide{
    height:0%;
	color:transparent;
	position: absolute;
	transition: all 0.5s ;
}
.z-serv-con ul li:nth-child(1) .z-serv-texthide,.z-serv-con ul li:nth-child(3) .z-serv-texthide,.z-serv-con ul li:nth-child(5) .z-serv-texthide{
   background: rgba(96,93,92,0.9);
}
.z-serv-con ul li:nth-child(2) .z-serv-texthide,.z-serv-con ul li:nth-child(4) .z-serv-texthide,.z-serv-con ul li:nth-child(6) .z-serv-texthide{
   background: rgba(237,114,10,0.9);
}
.z-serv-texthide div{
    width:140px;
	position:relative;
	float:right;
	padding-top: 30px;
}
.z-hide-p{
    width:100%;
	float: right;
	padding:10px;
}
.z-serv-texthide div img{
   display:none;
}
.z-serv-texthide div p{
    font-size:18px;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:30px;
	border-top:1px solid transparent;
} 
.z-serv-con{
   padding-top:30px;
   
}
.z-serv-con ul li{
    width:180px;
	float:left;
	padding-left:0px;
	padding-right:0px;
	position: relative;
	transition: all 0.5s ;
}
.z-serv-con ul li:nth-child(1),.z-serv-con ul li:nth-child(3),.z-serv-con ul li:nth-child(5){
	border-top: 2px solid #595656;
	border-bottom: 2px solid #57bbbb;
	background: #fff;
	position: relative;
}
.z-serv-con ul li:nth-child(2),.z-serv-con ul li:nth-child(4),.z-serv-con ul li:nth-child(6){
	border-top: 2px solid #ed6c00;
	border-bottom: 2px solid #ed6c00;
	background: #f2f2f2;
	position: relative;
}
.z-serv-text{
    padding-top: 30px;
    width:140px;
	float:right;
}
.z-serv-text p{
    font-size:18px;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:30px;
	border-top:1px solid #b0b0b0;
}
.z-imgtit{
    width: 140px;
	margin-bottom: 40px;

}
.z-serv-con ul li:hover .z-serv-texthide{
    height:100%;
	color:#fff
}
.z-serv-con ul li:hover .z-serv-texthide div img{
    display:block;
}
.z-serv-con ul li:hover .z-serv-texthide div p{
	border-top:1px solid #fff;
}


/*办公装修案例*/
.z-case{
   width:100%;
   margin:150px auto 0px;
   padding-bottom: 100px;
   padding-top:40px;
   	background-image:url(../images/z-bg.png);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size:100% 100%;
}
    /*标题*/
        h3.pro-title {
            color: #F2AE11;
            font-size: 1.3em;
            margin-bottom: 2em;
            text-align: center;
            font-weight: 500;
            line-height: 1.1;
        }
        h3.pro-title span {
            display: block;     /*设置为块级元素会独占一行形成上下居中的效果*/
            font-size: 1.6em;
            color: #fff;
			padding-top: 3px;
            position: relative;   /*定位横线（当横线的父元素）*/
        }
        h3.pro-title span:before, h3.pro-title span:after {
            content: '';                 /*CSS伪类用法*/
            position: absolute;         /*定位背景横线的位置*/
            top: 52%;        
            background: #fff;/*宽和高做出来的背景横线*/
            width: 17%;
            height: 2px;
        }
        h3.pro-title span:before{
            left: 25%;        /*调整背景横线的左右距离*/
        }
        h3.pro-title span:after {
            right: 25%;
        }
.z-case-con{
    width:1100px;
	padding-top: 40px;
	margin:0 auto;
}
.z-case-con ul li{
    border:5px solid #fff;
	width:31%;
	margin:0.5%;
	float:left;
	position:relative;
	overflow:hidden;
	transition: all 0.5s ease-in-out;
}		
.z-case-con ul li img{
    width:100%;
	position:relative;
}		
.z-case-hide{
    position:absolute;
	z-index:11;
	bottom:0;
	width:100%;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:18px;
	padding:0px 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background:rgba(19,113,175,0.78);
	transition: all 0.5s ease-in-out;
}	
.z-case-con ul li:hover .z-case-hide{
   height:100%;
   padding-top:25%;
}		
		
		
		
		
		
		
		
		
		
		
