@charset "utf-8";
/*主体样式*/
.ibox {
	overflow: hidden;
}
.ibox .con {
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.ibox h2 {
	display: block;
	line-height: 48px;
	color: #333;
	font-size: 30px;
	text-align: center;
	padding: 50px 0 40px;
}
.ibox h2 span {
	display: block;
	line-height: 32px;
	color: #999;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.ibox a.more {
	display: block;
	width: 200px;
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #249857;
	border-radius: 18px;
	margin: 54px auto 56px;
}
.ibox a.more:hover {
	background: #c08f20;
}
.box1 {
	position: relative;
}
.box1 .con {
	position: relative;
	z-index: 3;
}
.box1 ul {
	display: block;
	overflow: hidden;
}
.box1 ul li {
	display: block;
	overflow: hidden;
	position: relative;
}
.box1 ul li:first-child {
	margin-bottom: 22px;
}
.box1 ul li a.pic {
	display: block;
	position: relative;
	float: left;
}
.box1 ul li a.pic img {
	display: block;
	width: 348px;
	height: 232px;
}
.box1 ul li a.pic em {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 22px;
	background-color: #fb1010;
	background-image: linear-gradient(to right, #fb1010, #ed4e4e);
	border-radius: 0 15px 15px 0;
	position: absolute;
	left: 0;
	top: 14px;
	box-shadow: 0 4px 10px 5px rgba(0,0,0,0.1);
}
.box1 ul li .box {
	padding: 16px 20px 16px;
	border: 1px solid #ddd;
	border-left: 0;
	overflow: hidden;
}
.box1 ul li .box a {
	display: block;
	line-height: 34px;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box1 ul li .box span.rz {
	display: block;
	line-height: 26px;
	color: #c08f20;
	font-size: 13px;
	background: #f4efd7;
	padding: 0 10px 0 0;
	border-radius: 13px;
	float: left;
	cursor: pointer;
	position: relative;
	margin: 16px 0;
}
.box1 ul li .box span.rz img {
	display: block;
	font-size: 26px;
	float: left;
	margin: 0 6px 0 0;
}
.box1 ul li .box span.rz i {
	display: none;
	width: 262px;
	line-height: 16px;
	color: #333;
	font-size: 12px;
	background: #fff;
	padding: 6px 8px;
	border: 1px solid #e6d09d;
	border-radius: 3px;
	box-shadow: 0 0 0 2px rgba(233,202,129,0.25);
	position: absolute;
	left: -12px;
	bottom: 28px;
}
.box1 ul li .box span.rz:hover i {
	display: block;
}
.box1 ul li .box p {
	display: block;
	height: 52px;
	line-height: 26px;
	color: #999;
	font-size: 14px;
	clear: both;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.box1 ul li .box span.price {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #999;
	font-size: 18px;
	font-family: Arial;
	overflow: hidden;
	margin: 10px 0 0;
}
.box1 ul li .box span.price i {
	color: #c08f20;
	font-size: 30px;
	padding: 0 4px 0 2px;
}
.box1 ul li:hover .box {
	border-color: #c08f20;
}
.box1 ul li .box a:hover {
	color: #c08f20;
}
.box1 .slider {
	width: 530px;
	overflow: hidden;
	margin: 0 24px 0 0;
	position: relative;
	float: left;
}
.box1 .slider .bd {
	position: relative;
	z-index: 0;
}
.box1 .slider .bd ul {
	display: block;
	transition: all;
}
.box1 .slider .bd ul li {
	display: block;
	width: 100%;
	position: relative;
}
.box1 .slider .bd ul li:first-child {
	margin: 0;
}
.box1 .slider .bd ul li a.pic {
	float: none;
}
.box1 .slider .bd ul li a.pic img {
	width: 530px;
	height: 352px;
}
.box1 .slider .bd ul li .box {
	padding: 12px 20px 10px;
	border: 1px solid #ddd;
	border-top: 0;
	overflow: visible;
}
.box1 .slider .bd ul li .box span.rz {
	float: right;
	margin: 4px 0;
}
.box1 .slider .bd ul li .box span.rz i {
	left: auto;
	right: -12px;
}
.box1 .slider .bd ul li .box p {
	height: 28px;
	line-height: 28px;
	-webkit-line-clamp: 1;
}
.box1 .slider .bd ul li .box span.price {
	height: 49px;
	margin: 0;
}
.box1 .slider .bd ul li .box:hover {
	border-color: #c08f20;
}
.box1 .slider a.prev, .box1 .slider a.next {
	display: block;
	width: 38px;
	height: 80px;
	position: absolute;
	top: 136px;
}
.box1 .slider a.prev {
	background: url(../images/prev1.png) center no-repeat;
	left: 0;
}
.box1 .slider a.next {
	background: url(../images/next1.png) center no-repeat;
	right: 0;
}
.box2 {
	background: #e9f5ee;
	padding: 50px 0 0;
}
.box2 ul.tab {
	display: block;
	width: 1198px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #249857;
	position: relative;
	z-index: 3;
	margin: 0 auto;
}
.box2 ul.tab li {
	display: block;
	width: 50%;
	line-height: 30px;
	color: #999;
	font-size: 18px;
	text-align: center;
	padding: 12px 0 12px;
	cursor: pointer;
	position: relative;
	float: left;
}
.box2 ul.tab li em {
	display: block;
	line-height: 36px;
	color: #333;
	font-size: 24px;
}
.box2 ul.tab li.cur {
	color: #a6f7c8;
	background: #249857;
}
.box2 ul.tab li.cur em {
	color: #fff;
}
.box2 .tbox {
	display: none;
	width: 1200px;
	overflow: hidden;
	margin: 54px auto 0;
}
.box2 .tbox ul {
	display: block;
	overflow: hidden;
	margin: 0 -18px;
}
.box2 .tbox ul li {
	display: block;
	width: 33.33%;
	float: left;
	overflow: hidden;
	position: relative;
}
.box2 .tbox ul li a.pic {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 18px;
}
.box2 .tbox ul li a.pic img {
	display: block;
	width: 100%;
	height: 250px;
}
.box2 .tbox ul li a.pic em {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 22px;
	background-color: #fb1010;
	background-image: linear-gradient(to right, #fb1010, #ed4e4e);
	border-radius: 0 15px 15px 0;
	position: absolute;
	left: 0;
	top: 14px;
	box-shadow: 0 4px 10px 5px rgba(0,0,0,0.1);
}
.box2 .tbox ul li .box {
	background: #fff;
	padding: 12px 20px 10px;
	border: 1px solid #ddd;
	border-top: 0;
	margin: 0 18px;
}
.box2 .tbox ul li .box a {
	display: block;
	line-height: 34px;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box2 .tbox ul li .box span.rz {
	display: block;
	line-height: 26px;
	color: #c08f20;
	font-size: 13px;
	background: #f4efd7;
	padding: 0 10px 0 0;
	border-radius: 13px;
	float: right;
	cursor: pointer;
	position: relative;
	margin: 4px 0;
}
.box2 .tbox ul li .box span.rz img {
	display: block;
	font-size: 26px;
	float: left;
	margin: 0 6px 0 0;
}
.box2 .tbox ul li .box span.rz i {
	display: none;
	width: 262px;
	line-height: 16px;
	color: #333;
	font-size: 12px;
	background: #fff;
	padding: 6px 8px;
	border: 1px solid #e6d09d;
	border-radius: 3px;
	box-shadow: 0 0 0 2px rgba(233,202,129,0.25);
	position: absolute;
	right: -12px;
	bottom: 28px;
}
.box2 .tbox ul li .box span.rz:hover i {
	display: block;
}
.box2 .tbox ul li .box p {
	display: block;
	line-height: 28px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box2 .tbox ul li .box span.price {
	display: block;
	height: 49px;
	line-height: 44px;
	color: #999;
	font-size: 18px;
	font-family: Arial;
	overflow: hidden;
}
.box2 .tbox ul li .box span.price i {
	color: #c08f20;
	font-size: 30px;
	padding: 0 4px 0 2px;
}
.box2 .tbox ul li:hover .box {
	border-color: #c08f20;
}
.box2 .tbox ul li .box a:hover {
	color: #c08f20;
}
.liucheng {
	width: 1198px;
	overflow: hidden;
	border: 1px solid #d1e1d8;
	margin: 64px auto 0;
}
.liucheng h2 {
	display: block;
	line-height: 94px;
	color: #249857;
	font-size: 30px;
	text-align: center;
	padding: 0 0 6px;
}
.liucheng ul {
	display: block;
	overflow: hidden;
	margin: 0 -1px;
	position: relative;
}
.liucheng ul li {
	display: block;
	width: 200px;
	text-align: center;
	float: left;
	position: relative;
	z-index: 3;
}
.liucheng ul li.line {
	width: 1000px;
	height: 1px;
	background: #249857;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 38.5px 0 0 -500px;
	z-index: 1;
}
.liucheng ul li img {
	display: block;
	margin: 0 auto;
}
.liucheng ul li em {
	display: block;
	line-height: 28px;
	color: #333;
	font-size: 18px;
	padding: 20px 0 0;
}
.liucheng ul li span {
	display: block;
	line-height: 18px;
	color: #999;
	font-size: 14px;
	padding: 3px 0;
}
.liucheng a.tel {
	display: block;
	width: 264px;
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #249857;
	border-radius: 18px;
	margin: 30px auto 40px;
}
/*日式搬家价格*/
.pr {
	width: auto;
	border: 0;
	background: #e9f5ee;
	margin: 52px 0 46px;
}
.pr h2 {
	color: #333;
}
.prtese {
	padding: 0 0 80px;
}
.prtese ul {
	display: block;
	overflow: hidden;
	margin: 0 -12px;
}
.prtese ul li {
	display: block;
	width: 278px;
	background: #e9f5ee;
	padding: 0 0 20px;
	margin: 0 14px;
	float: left;
}
.prtese ul li img {
	display: block;
	width: 100%;
	height: 160px;
}
.prtese ul li span {
	display: block;
	line-height: 64px;
	color: #333;
	font-size: 18px;
	text-align: center;
}
.prtese ul li .txt {
	height: 104px;
	line-height: 26px;
	color: #999;
	font-size: 14px;
	padding: 4px 24px 0;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.prtese ul li a {
	display: block;
	width: 192px;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #249857;
	border-radius: 5px;
	margin: 26px auto 0;
}
.prtese ul li a:hover {
	background: #c08f20;
}
