﻿

/* index */
.main{
	margin-bottom: 30px;
}
.itemBox{
	padding: 26px 30px;
	background-color: #fff;
	margin-top: 30px;
}
.itemTitle h5{
	font-size: 28px;
	color: #0f0f0e;
	line-height: 46px;
	font-weight: bold;
}
.itemTitle a{
	font-size: 16px;
	color: #838383;
	line-height: 46px;
}

.infoTop h5{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 36px;
}
.infoTips{
	margin: 8px 10px;
}
.infoStar p {
	font-size: 16px;
	color: #838383;
	line-height: 38px;
}
.infoStar li{
	margin-left: 6px;
	margin-top: 11px;
}
.infoStar b {
	font-size: 15px;
	color: #999;
	line-height: 38px;
	margin-left: 10px;
}
.infoMid{
	margin-top: 34px;
}
.infoMid_text{
	margin-right: 30px;
}
.infoMid_text p{
	font-size: 20px;
	color: #393d49;
	line-height: 30px;
	text-align: center;
	font-weight: 700;
}
.infoMid_text b {
	font-size: 16px;
	color: #838383;
	line-height: 30px;
	text-align: center;
}
.infoTel h3{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	line-height: 36px;
	margin-left: 10px;
}
.infoLoad{
	padding: 15px 0;
	font-size: 16px;
	color: #838383;
	line-height: 24px;
}
.infoLoad span{
	padding-right: 6px;
}
.infoBtm{
	margin-top: 22px;
}
.infoBtm p{
	font-size: 16px;
	color: #838383;
	line-height: 50px;
	margin-left: 20px;
}
.infoBtm p span{
	background-color: #ffe300;
}
.infoBtn{
	width: 120px;
	height: 50px;
	background-color: #ffe300;
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 50px;
	position: relative;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;  
	border-radius: 4px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	cursor:pointer;
}
.banner{
	width: 594px;
	position: relative;
	padding-bottom: 30px;
}
.myloopto{
	height: 294px;
	width: 594px;
}
.myloopto img{
	width: 594px;
	height: 294px;
}
.banner .pagination{
	position: absolute;
	bottom: 40px;
	height: 12px;
	width: auto;
	z-index: 9999;
	width: 100%;
	text-align: center;
}
.banner .pagination span{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px 0 0;
	background-color: #ffe300;
	cursor: pointer;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.banner  .pagination .swiper-active-switch{
	background-color: #000;
	width: 12px;
	height: 12px;
}

.index-case{
	margin-top: 15px;
}
.index-caselist{
	float: left;
	width: 270px;
	margin-right: 20px;
	margin-top: 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-caselist:nth-child(4n){
	margin-right: 0;
}

.index-caseimage{
	display: block;
	width: 270px;
	height: 210px;
	position: relative;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;  
	border-radius: 7px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-caseimage img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
/* .index-caseimage:hover>img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
} */
.index-casetext{
	height: 70px;
}
.index-casetitle{
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-casetext dl dd{
	font-size: 16px;
	color: #838383;
	line-height: 26px;
	margin-right: 4px;
}
.index-caselist:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-caselist:hover>.index-casetext .index-casetitle{
	/* color: #0E3EAD; */
	background-color: #ffe300;
}

.itemLeft{
	width: 880px;
}
.itemRight{
	width: 300px;
}

.index-team{
	padding: 20px 0 0;
}
.index-teamlist{
	margin-left: 35px;
	width: 136px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-teamlist:first-child{
	margin-left: 0;
}
.index-teamimage{
	display: block;
	width: 136px;
	height: 136px;
	margin: 0 auto;
	position: relative;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;  
	border-radius:50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-teamimage img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-teambox{
	margin-top: 15px;
	text-align: center;
}
.index-teamname{
	/* display: block; */
	font-size: 16px;
	color: #000;
	line-height: 18px;
	text-align: center;
}
.index-teambox p{
	font-size: 14px;
	color: #838383;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-teamimage:hover>img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-teamlist:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-teamlist:hover>.index-teambox .index-teamname{
	/* color: #0E3EAD; */
	background-color: #ffe300;
}

.index-gdlist{
	padding: 20px 0 0;
	border-top: 1px solid #f5f5f5;
}
.index-gdlist:first-child{
	border: none;
}
.index-gdpic{
	display: block;
	width: 88px;
	height: 60px;
	margin-right: 20px;
	/* -moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;  
	border-radius: 7px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc); */
	overflow: hidden;
}
.index-gdpic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-gdpic:hover>img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
/* .index-gdtext{
	width: 614px;
} */
.index-gdname{
	display: block;
	font-size: 18px;
	color: #838383;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-gdname font{
	color: #ffe300;
	/* margin-left: 4px; */
}
.index-gdname span{
	color: #000;
}
.index-gdinforlist{
	font-size: 16px;
	color: #838383;
	line-height: 40px;
	margin-right: 4px;
}
.index-gdphasewrap{
	margin: 12px 0;
	position: relative;
	z-index: 2;
}
.index-gdphaseline{
	width: 738px;
	height: 1px;
	background-color: #eaeaea;
	position: absolute;
	top: 10px;
	left: 41px;
	z-index: -1;
}
.index-gdphase{
	position: relative;
}
.index-gdphaselist{
	width: 82px;
}
.index-gdphaselist:first-child{
	margin-left: 0 !important;
}
.index-gdphasecircle{
	width: 20px;
	height: 20px;
	border: 2px solid #838383;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;  
	border-radius:50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-gdphasecircle span{
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 2px;
	position: relative;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;  
	border-radius:50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-gdphaselist p{
	font-size: 14px;
	color: #838383;
	text-align: center;
	line-height: 40px;
}
.index-gdphasecolor .index-gdphasecircle{
	border: 2px solid #ffe300;
}
.index-gdphasecolor .index-gdphasecircle span{
	background-color: #ffe300;
}
.index-gdphasecolor p{
	color: #000;
	font-weight: 700;
}
.index-gdphasebtn{
	width: 120px;
	height: 36px;
	margin-top: 6px;
	background-color: #ffe300;
	font-size: 14px;
	color: #000;
	line-height: 36px;
	text-align: center;
	/* border: 1px solid #0E3EAD;
	box-sizing: border-box; */
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	cursor: pointer;
}
.index-gdname:hover{
	color: #FCAF3D;
}
/* .index-gdphasebtn:hover{
	background-color: #0E3EAD;
	color: #fff;
} */
.index-tablist{
	font-size: 18px;
	color: #838383;
	line-height: 36px;
	text-align: center;
}
.index-tablist span{
	display: block;
	width: 30px;
	height: 4px;
	background-color: #fff;
	margin: 0 auto;
}
.index-tabchoose{
	color: #000;
}
.index-tabchoose span{
	background-color: #ffe300;
}
.index-tabhide{
	display: none;
}
.index-tabhide-list{
	margin-top: 20px;
}
.index-tabhide-list p{
	font-size: 16px;
	color: #393d49;
	line-height: 26px;
}
.index-tabhide-list b{
	display: block;
	font-size: 16px;
	color: #838383;
	line-height: 24px;
}
.index-tabhide-list .index-tabhide-more{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.index-bj{
	padding: 0 7px;
}
.index-bjtitle{
	padding: 14px 0 0;
}
.index-bjtitle p{
	font-size: 18px;
	color: #393d49;
	line-height: 26px;
	text-align: center;
}
.index-bjtitle p font{
	font-weight: bold;
}
.index-bjipt{
	margin-top: 18px;
	position: relative;
}
.index-bjipt input{
	width: 100%;
	height: 46px;
	padding: 8px 15px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	outline: none;
	position: relative;
	border: 1px solid #c9c9c9;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-bjxy label{
	font-size: 12px;
	color: #8e8e93;
	line-height: 32px;
}
.index-bjxy label input{
	vertical-align: middle;
	margin-right: 6px;
}
.index-bjxy a{
	font-size: 12px;
	line-height: 32px;
	color: #0E3EAD;
}
.index-bjbtn{
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 18px;
	background-color: #ffe300;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 50px;
	border: none;
	outline: none;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	position: relative;
}
.index-bjzhu{
	font-size: 12px;
	color: #8e8e93;
	line-height: 16px;
	margin-top: 14px;
}

.index-pjbox{
	/* margin-top: 20px; */
}
.index-pjlist{
	/* padding-top: 25px; */
	margin-bottom: 25px;
}
.index-pjhead{
	width: 60px;
	height: 60px;
	position: relative;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;  
	border-radius:50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	margin-top: 25px;
}
.index-pjhead img{
	width: 100%;
	height: 100%;
}
.index-pjline{
	width: 1060px;
	padding-top: 26px;
	border-top: 1px dashed #e5e5e5;
}
.index-pjlist:first-child>.index-pjline {
	border: none;
}
.index-pjname h5{
	font-size: 18px;
	color: #393d49;
	line-height: 24px;
	font-weight: 700;
}
.index-pjname h5 span{
	float: right;
	background-color: #ffe300;
	font-size: 12px;
	color: #000;
	line-height: 24px;
	padding: 0 6px;
	margin-left: 10px;
	position: relative;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-pjname b{
	font-size: 14px;
	color: #838383;
	line-height: 24px;
}
.index-pjstar{
	font-size: 0;
	line-height: 40px;
	margin-right: 32px;
}
.index-pjstar font{
	display: inline-block;
	font-size: 14px;
	color: #838383;
	line-height: 40px;
	margin-right: 10px;
}
.index-pjstar img{
	width: 12px;
	height: 12px;
	margin-right: 4px;
	display: inline-block;
}
.index-pjtext{
	font-size: 16px;
	color: #838383;
	line-height: 25px;
	max-height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.index-pjbtn{
	display: inline-block;
	font-size: 14px;
	color: #838383;
	line-height: 30px;
	padding: 0 15px;
	position: relative;
	background-color: #f5f5f5;
	margin-top: 16px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-pjbtn:hover{
	color: #fff;
	background-color: #0E3EAD;
}

/* 设计团队 */
._teamBox{
	background-color: #fff;
	padding: 0 26px;
}
._teamList{
	padding: 40px 0 30px;
	border-top: 1px solid #eee;
}
._teamList:first-child{
	border: none;
}
._teamHead{
	width: 80px;
	height: 80px;
	position: relative;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;  
	border-radius:50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
._teamHead img{
	width: 100%;
	height: 100%;
}
._teamInfo{
	width: 240px;
	margin-left: 20px;
}
._teamInfo h5{
	font-size: 20px;
	color: #000;
	line-height: 32px;
	font-weight: bold;
}
._teamInfo h5 span{
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
	background-color: #ffe300;
}
._teamText li{
	font-size: 14px;
	color: #393d49;
	line-height: 30px;
}
._teamText b{
	color: #999;
	padding-right: 6px;
}
._teamRight{
	width: 484px;
}
._teamImg{
	width: 150px;
	height: 140px;
	margin-right: 16px;
	position: relative;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
._teamImg img{
	width: 100%;
	height: 100%;
	
}
._teamImg:nth-child(3){
	margin-right: 0;
}
._teamMask{
	position: absolute;
	width: 150px;
	height: 140px;
	bottom: -140px;
	left: 0;
	z-index: 3;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
._teamMask span{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	filter: alpha(opacity=40);
	background: #131812;
	z-index: -1;
}
._teamMask p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	width: 100%;
	padding: 0 14px;
	position: absolute;
	bottom: 14px;
	left: 0;
}
._teamImg:hover>._teamMask{
	bottom: 0;
}

/* 设计师主页 */
.dp-personbox{
	/* padding: 30px 0; */
	margin-bottom: 50px;
	overflow: hidden;
}
.dp-person-head{
	width: 124px;
	height: 124px;
	position: relative;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;  
	border-radius:50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.dp-person-head img{
	width: 100%;
	height: 100%;
}
.dp-person-text{
	width: 660px;
	margin-left: 30px;
}
.dp-person-text h5{
	font-size: 22px;
	color: #393d49;
	font-weight: bold;
	line-height: 42px;
}
.dp-person-text h5 font{
	margin-left: 20px;
	font-size: 14px;
}
.dp-person-text dl dd{
	font-size: 14px;
	color: #393d49;
	line-height: 30px;
}
.dp-person-text dl dd font{
	margin-left: 30px;
}
.dp-person-btm{
	margin-top: 20px;
}
.dp-person-btn{
	width: 120px;
	height: 40px;
	background-color: #ffe300;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 40px;
	border: none;
	outline: none;
	position: relative;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	cursor: pointer;
}
.dp-person-btm p{
	margin-left: 14px;
	font-size: 14px;
	color: #393d49;
	line-height: 40px;
}
._teamTitle h5{
	font-size: 18px;
	color: #000;
	line-height: 46px;
	position: relative;
}
._teamTitle h5 span{
	height: 4px;
	width: 20px;
	background-color: #ffe300;
	position: absolute;
	left: 0;
	bottom: 0;
}

._teamTitle p{
	font-size: 14px;
	color: #000;
	line-height: 46px;
}
.team-caselist{
	float: left;
	width: 260px;
	margin-right: 20px;
	margin-top: 15px;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.team-caselist:nth-child(3n) {
	margin-right: 0;
}
.team-caseimage{
	display: block;
	width: 260px;
	height: 200px;
	position: relative;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.team-caseimage img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.team-caselist:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.team-caselist:hover>.index-casetext .index-casetitle{
	/* color: #0E3EAD; */
	background-color: #ffe300;
}

/* 关于我们 */

.dp-aboutlogo{
	width: 100px;
	height: 60px;
	overflow: hidden;
}
.dp-aboutlogo img{
	width: 100%;
	height: 100%;
}
.dp-aboutright{
	/* width: 1075px; */
	max-width: 650px;
	margin-left: 50px;
}
.dp-aboutname h5{
	font-size: 26px;
	color: #000;
	font-weight: bold;
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 600px;
}
.dp-aboutmain{
	position: relative;
	padding: 32px 0;
}
.dp-aboutext{
	/* height: 224px; */
	overflow: hidden;
}
.dp-aboutext p{
	font-size: 16px;
	color: #838383;
	line-height: 32px;
	padding: 12px 0;
}
.dp-company-kb{
	margin-top: 6px;
}
.dp-company-kblist{
	font-size: 16px;
	color: #838383;
	line-height: 20px;
	margin-right: 6px;
}
.dp-company-kblist img{
	width: 16px;
	height: 16px;
	margin: 2px 0;
}
.dp-company-kbNum{
	font-size: 15px;
	color: #999;
	line-height: 20px;
	margin-left: 6px;
}
/* .dp-about-kf{
	padding: 36px 0;
} */
.dp-contact-box{
	padding: 20px 0;
	width: 1080px;
}
.dp-contact-online{
	display: inline-block;
}
.dp-contact-online font{
	font-size: 16px;
	color: #0E3EAD;
	line-height: 30px;
}
.dp-contact-online img{
	margin: 6px 0 0 6px;
}
.dp-contact-infor{
	font-size: 16px;
	color: #393d49;
	line-height: 30px;
	margin-right: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.aboutSwipe{
	width: 240px;
	position: relative;
	padding-bottom: 30px;
	margin-top: 20px;
}
.myloop{
	width: 240px;
	height: 190px;
}
.myloop img{
	width: 240px;
	height: 190px;
}
.aboutSwipe .pagination{
	position: absolute;
	bottom: 10px;
	left: 0;
	height: 12px;
	width: 240px;
	z-index: 9999;
	text-align: center;
}
.aboutSwipe .pagination span{
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 2px;
	background-color: #ffe300;
	cursor: pointer;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.aboutSwipe  .pagination .swiper-active-switch{
	background-color: #000;
	width: 7px;
	height: 7px;
}


.dp-menulist{
	padding: 10px 0;
}
.dp-menulist p{
	width: 64px;
	font-size: 16px;
	color: #999;
	line-height: 32px;
}
.dp-menu-box{
	position: relative;
	padding-right: 40px;
	max-width: 1070px;
	height: 32px;
}
.dp-menu-name{
	margin-right: 50px;
	line-height: 32px;
}
.dp-menu-name a{
	
	font-size: 16px;
	color: #333;
	line-height: 18px;
}
.dp-menu-color a{
	background-color: #ffe300;
}
.dp-menu-name a:hover{
	background-color: #ffe300;
}
.dp-menu-more{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 4px;
}
.dp-menu-more img{
	width: 16px;
	height: 16px;
	margin: 4px;
	display: none;
}
.dp-pub-title h5{
	font-size: 30px;
	color: #393d49;
	font-weight: bold;
	line-height: 50px;
}
.dp-pub-title dl dd{
	font-size: 16px;
	color: #838383;
	line-height: 30px;
	margin-right: 34px;
}
.dp-houseinfor{
	background-color: #f6f6f6;
	margin: 30px 0;
	padding: 15px 20px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	-webkit-border-radius: 13px;
	-ms-border-radius: 13px;
	border-radius: 13px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.dp-houseimg{
	height: 40px;
	line-height: 40px;
	width: 210px;
	border-right: 1px solid #e5e5e5;
	margin: 5px 0;
	font-size: 0;
}
.dp-houseimg img{
	display: inline-block;
	vertical-align: middle;
}
.dp-houseinfor-box{
	padding-left: 30px;
	max-width: 570px;
}
.dp-houseinfor-list{
	font-size: 14px;
	color: #838383;
	line-height: 25px;
	cursor: default;
}
.dp-detail-list{
	padding-bottom: 20px;
}
.dp-detail-list h5{
	display: inline-block;
	font-size: 20px;
	color: #393d49;
	font-weight: bold;
	line-height: 24px;
	margin: 12px 0;
	background-color: #ffe300;
}
.dp-detail-list p{
	font-size: 14px;
	color: #838383;
	line-height: 26px;
}
.dp-detail-list img{
	margin: 10px auto;
}
.dp-detail-text{
	margin: 10px 0;
}
.dp-detail-text p{
	font-size: 16px;
	color: #cacaca;
	line-height: 30px;
	text-align: right;
}
.dp-case-design{
	margin-top: 30px;
}
.dp-case-designhead{
	width: 75px;
	height: 75px;
	-moz-border-radius: 50%;
	-o-border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius:50%;  
	border-radius:50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.dp-case-designhead img{
	width: 100%;
	height: 100%;
}
.dp-case-designtext{
	margin-left: 12px;
	max-width: 150px;
}
.dp-case-designtext h5{
	font-size: 18px;
	color: #0f0f0f;
	font-weight: bold;
	line-height: 28px;
}
.dp-case-designtext p{
	font-size: 14px;
	color: #838383;
	line-height: 22px;
}
.dp-case-designbtm{
	margin-top: 10px;
}
.dp-case-designbtm li{
	max-width: 240px;
	font-size: 14px;
	color: #0f0f0f;
	line-height: 30px;
	margin-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dp-case-order h5{
	font-size: 20px;
	color: #0f0f0f;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 4px;
}
.dp-case-order h5 b{
	font-size: 14px;
	color: #838383;
}
.dp-case-order h5 b font{
	color: #ffe300;
}
.dp-case-ipt{
	margin-top: 14px;
	position: relative;
}
.dp-case-ipt input{
	width: 240px;
	height: 44px;
	outline: none;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #bababa;
	line-height: 20px;
	padding: 12px 20px;
	position: relative;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.dp-case-btn{
	width: 240px;
	height: 50px;
	background-color: #ffe300;
	font-size: 18px;
	color: #0f0f0f;
	text-align: center;
	line-height: 50px;
	outline: none;
	border: none;
	position: relative;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-freebj-label{
	font-size: 12px;
	color: #8e8e93;
	line-height: 42px;
	-ms-user-select: none; 
	-khtml-user-select: none; 
	user-select: none;
	-moz-user-select: none; 
	-webkit-user-select: none; 
}
.index-freebj-label label input{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.index-freebj-label a{
	color: #0E3EAD;
}
/* shouhou */
.dp-shbox h5{
	font-size: 20px;
	color: #0f0f0f;
	line-height: 28px;
}
.dp-shbox p{
	font-size: 16px;
	color: #838383;
	line-height: 34px;
}
.dp-shbox textarea{
	display: block;
	margin-top: 24px;
	width: 100%;
	height: 230px;
	border: 1px solid #d2d2d2;
	outline: none;
	padding: 16px 20px;
	background-color: #fff;
	font-size: 16px;
	color: #838383;
	line-height: 30px;
	position: relative;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	resize: none;
}
.dp-shbox input{
	width: 100%;
	height: 70px;
	margin-top: 30px;
	border: 1px solid #d2d2d2;
	outline: none;
	padding: 20px;
	font-size: 16px;
	color: #838383;
	line-height: 30px;
	position: relative;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.dp-shwran{
	font-size: 16px;
	color: #838383;
	line-height: 73px;
}
.dp-shwran img{
	width: 17px;
	height: 17px;
	margin: 28px 10px 0 0;
}
.dp-shbtn{
	display: block;
	width: 200px;
	height: 62px;
	margin: 20px auto 50px;
	background-color: #ffe300;
	border: none;
	outline: none;
	font-size: 18px;
	color: #0f0f0f;
	line-height: 62px;
	text-align: center;
	position: relative;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	cursor: pointer;
}

/* activity */
.dp-activity-list{
	padding: 25px 0;
	border-top: 1px solid #f5f5f5;
}
.dp-activity-list:first-child{
	border: none;
}
.dp-activity-left{
	display: block;
	width: 250px;
	height: 150px;
	position: relative;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.dp-activity-left img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.dp-activity-left:hover>img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.dp-activity-right{
	width: 550px;
}
.dp-activity-title{
	display: inline-block;
}
.dp-activity-title font{
	max-width: 480px;
	font-size: 18px;
	color: #393d49;
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dp-activity-title img{
	margin-left: 10px;
	margin-top: 14px;
}
.dp-activity-text{
	height: 44px;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.dp-activity-date{
	margin-top: 20px;
}
.dp-activity-date dd{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-right: 40px;
}
.dp-activity-list:hover>.dp-activity-right .dp-activity-title font{
	color: #ffe300;
}
.dp-activity-ending .dp-activity-right .dp-activity-title font{
	color: #b7b7b7;
}
.dp-activity-ending .dp-activity-right .dp-activity-text{
	color: #b7b7b7;
}
.dp-activity-ending .dp-activity-right .dp-activity-date dd{
	color: #b7b7b7;
}
.dp-activity-ending:hover>.dp-activity-right .dp-activity-title font{
	color: #b7b7b7;
}
.quanBOX{
	margin-top: 20px;
}
/* .quanBOX img{
	width: 100%;
	height: auto;
} */
.myQuan{
	width: 240px;
	height: 158px;
}
.dp-activity-box {
    width: 240px;
    height: 158px;
    background: url(../image/activity-bg.png) no-repeat center;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
    overflow: hidden;
}
.dp-activity-top {
	height: 88px;
	padding: 16px 0 0;
}
.dp-activity-rmb{
	width: 40px;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	text-align: right;
}
.dp-activity-num{
	width: 190px;
}
.dp-activity-num h5{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 44px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dp-activity-num p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dp-activity-btm{
	height: 54px;
	text-align: center;
	line-height: 54px;
}
.dp-activity-btn{
	width: 90px;
	height: 32px;
	background-color: #fff;
	border: none;
	outline: none;
	font-size: 16px;
	color: #d5b392;
	line-height: 32px;
	text-align: center;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	cursor: pointer;
}
/* 优惠详情 */
.dp-gdetail{
	padding-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
}
.dp-activedetail-pic{
	width: 300px;
	height: 180px;
	position: relative;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.dp-activedetail-pic img{
	width: 100%;
	height: 100%;
}
.dp-activedetail-box p{
	font-size: 16px;
	color: #999;
	line-height: 36px;
}
.dp-activedetail-box button{
	width: 108px;
	height: 42px;
	margin-top: 20px;
	background-color: #ffe300;
	/* border: 1px solid #0E3EAD; */
	font-size: 18px;
	color: #0f0f0f;
	line-height: 42px;
	text-align: center;
	outline: none;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	cursor:pointer;
}
.dp-activedetail-title font{
	max-width: 450px;
	font-size: 20px;
	color: #393d49;
	font-weight: bold;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dp-activedetail-title img{
	margin-left: 10px;
	margin-top: 10px;
}
/* .dp-activedetail-box button:hover{
	background-color: #0E3EAD;
	color: #fff;
} */
.dp-activedetail-last{
	padding: 15px 0;
}

.dp-gldetail-main p{
	font-size: 14px;
	color: #838383;
	line-height: 26px;
	padding: 15px 0;
}
.dp-gldetail-main img{
	margin: 20px auto;
}

.dp-article-more{
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
}
.dp-article-list a{
	display: block;
	font-size: 16px;
	color: #b7b7b7;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dp-article-list a:hover{
	color: #ffe300;
}
.dp-activedetail-box{
	width: 490px;
}
.dp-activedetail-text{
	font-size: 14px;
	color: #838383;
	line-height: 34px;
}
/* 工地详情 */
.dp-gdetail-jd p{
	font-size: 16px;
	color: #393d49;
	line-height: 20px;
	font-weight: bold;
	margin: 12px 0;
	background-color: #ffe300;
}
.dp-gdetail-jd font{
	font-size: 14px;
	color: #838383;
	line-height: 44px;
	margin: 0 20px;
}
.dp-gdetail-jd b{
	font-size: 14px;
	color: #838383;
	line-height: 44px;
}
.dp-gdetail-jdtext{
	font-size: 16px;
	color: #838383;
	line-height: 20px;
	padding-bottom: 12px;
}
.dp-gdetail-jdpic{
	width: 145px;
	height: 110px;
	margin-right: 15px;
	margin-bottom: 20px;
	position: relative;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.dp-gdetail-jdpic img{
	width: 100%;
	height: 100%;
}

/* 装修攻略 */
.dp-glist{
	padding: 25px 0;
	border-top: 1px solid #f5f5f5;
}
.dp-glist:first-child{
	border-top: none;
}
.dp-glist-pic{
	display: block;
	width: 150px;
	height: 130px;
	position: relative;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.dp-glist-pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.dp-glist-text{
	width: 650px;
}
.dp-glist-title{
	/* display: block; */
	font-size: 18px;
	color: #393d49;
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dp-glist-main{
	height: 44px;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.dp-glist-date{
	margin-top: 26px;
}
.dp-glist-date dd{
	font-size: 14px;
	color: #bbb;
	line-height: 26px;
	margin-right: 30px;
}
.dp-glnopic .dp-glist-pic{
	display: none;
}
.dp-glnopic .dp-glist-text{
	width: auto;
}
.dp-glist:hover>.dp-glist-text .dp-glist-title{
	/* color: #0E3EAD; */
	background-color: #ffe300;
}
.dp-glist-pic:hover>img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.dp-gldetail{
	background-color: #f6f6f6;
	margin: 30px 0;
	padding: 24px 0 20px 20px;
	position: relative;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	-webkit-border-radius: 13px;
	-ms-border-radius: 13px;
	border-radius: 13px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.dp-gldy{
	width: 48px;
	height: 20px;
	margin-top: 6px;
}
.dp-gldetail-text{
	font-size: 14px;
	color: #838383;
	line-height: 22px;
	max-width: 720px;
	margin-left: 20px;
}
.index-zx{
	padding-top: 10px;
}
.index-zxlist{
	padding: 10px 0;
}
.index-zximage{
	display: block;
	width: 64px;
	height: 50px;
	position: relative;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-zximage img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.index-zximage:hover>img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-zxtext{
	width: 166px;
	margin-left: 10px;
}
.index-zxtitle{
	/* display: block; */
	font-size: 14px;
	color: #393d49;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
}
.index-zxtext p{
	font-size: 12px;
	color: #bbb;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-zxlist:hover>.index-zxtext .index-zxtitle{
	/* color: #0E3EAD; */
	background-color: #ffe300;
}
.index-zxnopic .index-zximage{
	display: none;
}
.index-zxnopic .index-zxtext{
	margin: 0;
	width: auto;
}

/* 查看大图 */
.gd-mask{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.gd-mask-bg{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.gd_main{
	width: 725px;
	height: 500px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	/* overflow: hidden; */
}
.gd-mask-close {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -30px;
	right: -30px;
	font-size: 0;
	line-height: 40px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.gd-mask-close img{
	display: inline-block;
	vertical-align: middle;
}
.mySwiper{
	width: 725px;
	height: 500px;
	overflow: hidden;
}
.mySwiper img{
	width: 100%;
	height: 100%;
	max-width: 725px;
	max-height: 500px;
}
.gd_main .pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 12px;
    width: 100%;
	text-align: center;
    z-index: 9999;
}
.gd_main .pagination span{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px 0 0;
	background-color: #ffe300;
	cursor: pointer;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.gd_main .pagination .swiper-active-switch {
	background-color: #000;
	width: 12px;
	height: 12px;
}

/* index装修攻略 */
.index-glbox{
	padding-top: 15px;
}
.index-glist{
	padding: 15px 0;
	width: 395px;
	margin-right: 30px;
}
.index-glist:nth-child(2n){
	margin-right: 0;
}
.index-glimage{
	display: block;
	width: 145px;
	height: 110px;
	position: relative;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;  
	border-radius: 3px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
}
.index-glimage img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.index-glimage:hover>img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
}
.index-gltext{
	width: 240px;
}
.index-glname{
	display: inline-block;
	font-size: 18px;
	color: #0f0f0f;
	line-height: 20px;
	margin: 7px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-glword{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-gltime{
	margin-top: 10px;
}
.index-gltime dd{
	font-size: 14px;
	color: #bbb;
	line-height: 28px;
}
.index-glist:hover>.over .index-gltext .index-glname{
	/* color: #ffe300; */
	background-color: #ffe300;
}
.index-glnoimg .index-glimage{
	display: none;
}
.index-glnoimg .index-gltext{
	width: 395px;
}

.form_cityBox{
	background-color: #fff;
	padding: 20px 0;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 300px;
	border: 1px solid #eee;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(https://haolejia-static.oss-cn-beijing.aliyuncs.com/xh17/CompanyTheme/theme5/css/css/PIE.htc);
	overflow: hidden;
	display: none;
}
.city_province,
.city_city{
	width: 50%;
	height: 100%;
	max-height: 270px;
	padding: 0px 10px;
	overflow: auto;
}
.form_cityBox ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	cursor: pointer;
}

.index-caseNone{
	margin-right: 0;
}
/* 兼容ie8 */
/* index */

