
.details_box{
	width: 100%;
	padding-top: 63px;
	padding-bottom: 40px;
}
.details{
	width: 1200px;
	margin: 0 auto;
	
}
.headImg{
	width:422px ;
	height: 500px;
	margin-right: 17px;
	position: relative;
}
.liner{
	width: 42px;
	height: 42px;
	border-right: 3px solid #89c5c2;
	border-bottom: 3px solid #89c5c2;
	position: absolute;
	bottom: -6px;
    right: -6px;
}
.headImg img{
	width: 100%;
	height: 100%;
}
.detailsWord{
	width: 755px;
}
.name{
	color:#333333;
	font-size: 22px;
	margin-bottom: 10px;
}
.detailsWord .text{line-height: 26px;overflow: hidden;font-family: NotoSansHansLight;}
.detailsWord p{
	font-size: 16px;
	color: #666;
	margin-bottom: 20px !important;
	
}
.detailsWord .text p{
    margin-bottom: 0 !important;
}
.order_btn{
    display: none;
	margin-top: 60px;
	color: #f7f4eb;
	font-size: 18px;
	width: 214px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background-color: #c2a65e;
}
.details h5{
    display: none;
	width: 100%;
	height: 24px;
	margin-top: 55px;
	float: left;
	font-weight: normal;
}
.works_box{
    display: none;
	width: 100%;
	height: 880px;
	background: url(../images/index/worksbg.png) no-repeat center;
	background-size: cover;
}
.works_list_box{
	width: 1200px;
	margin: 0 auto;
}
.works_list_box ul{
	padding-top: 30px;
}
.works_list_box ul li{
	width: 287px;
	height: 333px;
	border-radius: 4px;
	background:url(../images/index/pag5_bac.png) repeat;
	float: left;
	margin-right: 16px;
	margin-bottom: 40px;
	
}
.works_list_box ul{
	margin-right: -16px;
}
.img_box{
	overflow: hidden;
}
.works_list_box ul li img{
	display: block;
	transition: all 0.6s;  
}
.works_list_box ul li:hover img{
	 transform: scale(1.2);  
}
.mark_box{
	width: 255px;
	margin: 0 auto;
	border-top: 1px solid #979797;
	margin-top: 17px;
}
.mark_box p{
	font-size: 18px;
	color: #d9d9d9;
	margin-top: 24px;
}






