html *:before,html *:after {
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s
}

.banner {
	width: 100%;
	background: #000
}

.banner img {
	width: 100%
}

.banner .swiper-button-prev {
	width: 22px;
	height: 42px;
	background: url(../images/prev2.png);
	background-position: 0px 0px
}

.banner .swiper-button-next {
	width: 22px;
	height: 42px;
	background: url(../images/next2.png);
	background-position: 0px -44px
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		-ms-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.bannerSign {
	width: 100%;
	margin-top: 30px;
	background: #3e3a39
}

.index_banner_bottom {
	width: 1200px;
	/*height: 150px;*/
	margin: auto;
	padding-bottom: 50px;
}

.index_banner_bottom p {
	color: #fff;
	font-size: 24px;
	line-height: 70px;
	s
}

.index_banner_bottom p em {
	font-size: 24px;
	margin-left: 30px;
	font-style: normal
}

.index_banner_bottom p em span {
	color: #fbca32;
	font-weight: bold
}

.index_banner_bottom div {
	*/
    height: 50px
}

.index_banner_bottom div input,.index_banner_bottom div select {
	width: 200px;
	height: 50px;
	background: #fff;
	border: none;
	color: #aeaeae;
	padding: 0 10px;
	float: left;
	font-size: 16px
}

.index_banner_bottom div select {
	width: 220px;
	height: 50px;
	line-height: 50px
}

.index_banner_bottom div input,.index_banner_bottom div select {
	margin-right: 25px
}

.index_banner_bottom div input::-webkit-input-placeholder {
	color: #727272
}

.index_banner_bottom div button {
	width: 220px;
	height: 50px;
	background: #7a825d;
	color: #fff;
	float: right;
	border: none;
	font-size: 16px;
	cursor: pointer
}

.titleBox {
	margin: auto;
	padding-top: 66px;
	text-align: center
}

.titleBox h3 {
	font-size: 50px;
	line-height: 60px;
}

.titleBox h6 {
	font-size: 21px;
	line-height: 28px
}

.tab {
	width: 525px;
	height: 50px;
	margin: auto;
	border: 1px solid #7a825d;
	margin-top: 20px
}

.tab li {
	text-align: center;
	float: left;
	width: 33.33%;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #7a825d;
	box-sizing: border-box;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	overflow: hidden
}

.tab li:last-child {
	border-right: none
}

.tab li.active {
	background: #7a825d;
	color: #fff
}

.tab li:hover {
	background: #7a825d
}

.wholeBox {
	width: 100%;
	/*height: 720px;*/
	margin-top: 70px
}

.wholeBox .wholeHouse {
	/*height: 720px;*/
	position: relative;
	display: none
}

.wholeBox .wholeHouse .classify {
	width: 100%;
	background: #fff
}

.wholeBox .wholeHouse .classify ul li {
	width: 20%;
	float: left;
	height: 144px;
	line-height: 144px;
	/*border-bottom: 1px solid #d2d2d2;*/
	box-sizing: border-box;
	font-size:20px;
	color: #000;
	text-align: center
}

.wholeBox .wholeHouse .classify ul li:last-child {
	border-bottom: none
}

.wholeBox .wholeHouse .classify ul li:nth-child( 2n+1 ) {
	background: #fff
}

.wholeBox .wholeHouse .classify ul li:nth-child( 2n ) {
	background: #f0f0f0
}

.wholeBox .wholeHouse .classify ul li.active {
	background: #000!important;
	color: #7a825d
}

.wholeBox .wholeHouse .classify ul li.active span {
	position: relative
}


.wholeBox .wholeHouse .classifyPic {
	width: 100%;
	float: right;
	/*height: 720px*/
}

.wholeBox .wholeHouse .classifyPic .Img {
	width: 100%;
	/*height: 720px;*/
	display: none
}

.wholeBox .wholeHouse .classifyPic .Img img {
	width: 100%;
	/*height: 720px*/
}

.wholeBox .wholeHouse .classifyPic .Img div {
	width: 100%;
	/*height: 720px;*/
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}



.index_ruzhu{

}
.index_ruzhu .item_1{
	margin-top: 30px;
}
.index_ruzhu .item_box{
	display: flex;
	align-items: center;
	background: #4d4a52;
	color: #fff
}
.index_ruzhu .item_box:nth-child(2){
	background: #5f6549
}
.index_ruzhu .item_box:nth-child(2) .lt{
	order: 2;
} 

.index_ruzhu .lt,.index_ruzhu .img{
	width: 50%;
}
.index_ruzhu .img{
	/*background: #fff*/
}
.index_ruzhu .item_box .lt .row{
	width: 51%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.index_ruzhu .item_box .lt i{
	margin-top: 60px;
	display: block;
}
.index_ruzhu .item_box .lt i img{
	width: 100%
}
.index_ruzhu .item_box:nth-child(3) .lt i{
	margin-top: 45px
}
.index_ruzhu .item_box .lt h3{
	font-size: 24px;
	font-weight: bold;
}
.index_ruzhu .item_box .lt .txt{
	font-size: 20px;
	line-height: 30px
}
.index_ruzhu .item_box .lt span{
	display:block;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 2px;
	width: 14px;
	height: 9px;
	background: url(../images/icon_down.png);
}
.index_ruzhu  .img img{
	width: 100%;
	height: 100%
}


.picAmt2:before,.picAmt2:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 486px;
	height: 0;
	background: rgba(0,0,0,.3);
	z-index: 1
}

.picAmt2:after {
	top: auto;
	bottom: 0
}

.picAmt2:hover:before,.picAmt2:hover:after {
	height: 145px
}

.custom {
	display: inline-block;
	height: 90px;
	margin: 36px auto
}

.custom li {
	text-align: center;
	float: left;
	width: 105px;
	height: 105px;
	background: #fff;
	border: 1px solid #4d4a52;
	border-radius: 50%;
	box-sizing: border-box;
	margin-left: 68px
}

.custom li:nth-child(1) {
	margin-left: 0
}

.custom li.active {
	background: #7a825d;
	border: 1px solid #7a825d
}

.custom li .img {
	width: 51px;
	height: 51px;
	overflow: hidden;
	margin: 10px auto 0
}
.custom li img.p11{
	display: none;
}
.custom li.active img.p1{
	display: none;
}
.custom li.active img.p11{
	display: block;
}
.custom li p {
	line-height: 28px;
	font-size: 18px;
	color: #4d4a52;
	font-weight: 300
}
.custom li.active p{
	color: #fff;
}
.SpaceBox {
	width: 100%;
	margin: auto;
	position: relative
}

.SpaceBox .swiper-container {
	width: 100%;
	position: initial
}

.SpaceBox .swiper-container .swiper-button-prev {
	width: 50px;
	height: 90px;
	background: url(../images/xprev.png);
	background-size: 100% 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease
}

.SpaceBox .swiper-container:hover .swiper-button-prev {
	opacity: 1
}

.SpaceBox .swiper-container .swiper-button-next {
	width: 50px;
	height: 90px;
	background: url(../images/xnext.png);
	background-size: 100% 100%;
	right: 0;
	opacity: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease
}

.SpaceBox .swiper-container:hover .swiper-button-next {
	opacity: 1
}

.SpacePic {
	/*width: 100%;*/
	margin: auto;
	padding-bottom: 100px;
	margin-left: -10px;
	margin-right: -10px;
}

.SpacePic div {
	float: left
}
.SpacePic div img{
	width: 100%;
	height: 100%
}
.SpacePic div:nth-child(1) {
	box-sizing: border-box;
	width: 57.0%;
	/*height: 470px;*/
	padding-left: 10px;
	padding-right: 10px;
}

.SpacePic div:nth-child(2) {
	box-sizing: border-box;
	/*margin-left: 20px;*/
	width: 43.0%;
	/*height: 470px;*/
	padding-left: 10px;
	padding-right: 10px;
}

.SpacePic div:nth-child(3) {
	box-sizing: border-box;
	width: 45.0%;
	/*height: 470px;*/
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.SpacePic div:nth-child(4) {
	margin-top: 20px;
	box-sizing: border-box;
	width: 55.0%;
	padding-left: 10px;
	padding-right: 10px;
	/*height: 470px*/
}

.jpCase {
	width: 100%;
	/*height: 980px;*/
	background: url(../images/index_jp.jpg) center bottom no-repeat
}

.jpCase .container {
	overflow: unset;
}

.jpCase .caseBox {
	margin: auto;
	position: relative
}

.jpCase .caseBox .swiper-container {
	position: initial;
	padding: 30px 12px 0;
	margin-top: 80px
}

.jpCase .caseBox .swiper-container .swiper-slide {
	width: 486px;
	height: 686px;
	background: #fff;
	/*border: 8px solid #fff;*/
	box-sizing: border-box;
	-moz-box-shadow: 0 0 6px 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 6px 6px rgba(0,0,0,.1);
	box-shadow: 0 0 6px 6px rgba(0,0,0,.1);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease
}

/*.jpCase .caseBox .swiper-container .swiper-slide:hover {
	margin-top: -30px
}*/

.jpCase .caseBox .swiper-container .swiper-slide img {
	width: 462px;
	height: 474px
}

.jpCase .caseBox .swiper-container .swiper-button-prev {
	width: 50px;
	height: 90px;
	background: url(../images/xprev.png) center center no-repeat;
	/*background-size: 100% 100%;*/
	left: -50px
}

.jpCase .caseBox .swiper-container .swiper-button-next {
	width: 50px;
	height: 90px;
	background: url(../images/xnext.png) center center no-repeat;
	/*background-size: 100% 100%;*/
	right: -50px
}

.jpCase .caseBox .swiper-container .swiper-slide img {
	width: 100%;
	height: auto;
}

.jpCase .caseBox .swiper-container .swiper-slide-active {
	/*border: 8px solid #fbc800;*/
	background: #7a825d
}
.jpCase .caseBox .swiper-container .swiper-slide-active h3{
	color: #fff
}
.jpCase .caseBox .swiper-container .swiper-slide-active a{
	color: #fff
}


.jpCase .caseBox .stateBox {
	padding: 16px 0;
	text-align: center
}

.jpCase .caseBox .stateBox h3 {
	font-size: 24px;
	color: #000;
	line-height: 40px
}

.jpCase .caseBox .stateBox p {
	font-size: 14px;
	color: #636363;
	height: 20px;
	line-height: 20px
}

.jpCase .caseBox .stateBox p span {
	padding: 0 20px;
	border-right: 1px solid #8a8a8a
}

.jpCase .caseBox .stateBox p span:last-child {
	border-right: none
}

.jpCase .caseBox .stateBox button {
	width: 200px;
	height: 50px;
	border: 1px solid #000;
	color: #000;
	background: unset;
	font-size: 16px;
	margin-top: 30px
}

.jpCase .caseBox .swiper-slide-active button {
	border: 1px solid #fff;
}

.dh ul {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 620px;
	margin: 60px auto 0
}

.dh ul li {
	float: left;
	width: 12%;
	overflow: hidden;
	height: 100%;
	position: relative;
	cursor: pointer
}

.dh ul li a {
	display: block;
	width: 100%;
	height: 100%
}
.dh ul li.curr a img{
	
}
.dh ul li .layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.dh ul li .layer .p1 {
	position: absolute;
	bottom: 0;
	right: 0
}

.dh ul li .layer .p1 img {
	width: 130px;
	opacity: .6
}

.dh ul li .layer .p2 {
	text-align: center;
	position: absolute;
	color: #fff;
	bottom: 30px;
	right: -200%
}

.dh ul li .layer .p2 b {
	display: block;
	font-size: 28px;
	font-weight: normal;
	line-height: 40px
}

.dh ul li .layer .p2 span {
	display: block;
	font-size: 16px
}

.dh ul li .layer .p1 b,.dh ul li .layer .p1 span {
	display: block;
	font-size: 14px
}

.signUp {
	margin-top: 20px;
	/*padding-bottom: 100px;
	height: 700px;*/
}

.signUp .img {
	width: 63.8%;
	float: left;
	height: 675px;
	position: relative;
	/*position: absolute;*/
	/*right: 500px*/
}

.signUp .img .videoBtn {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4);
	text-align: center;
	line-height: 700px;
	cursor: pointer
}

.signUp .img .videoBtn img {
	width: 64px;
	height: 64px
}

.signUpR {
	/*width: 1500px;
	margin: auto;*/
	position: relative;
		background: #e2e2e2;

}

.signBox {
	text-align: center;
	float: right;
	background: #e2e2e2;
	width: 36.2%;
	height: 100%;
	padding: 55px;
}

.signBox h3 {
	font-size: 26px;
	color: #000;
	line-height: 50px
}

.signBox h4 {
	font-size: 18px;
	color: #8c8c8c;
	line-height: 50px
}

.signBox h4 span {
	color: #fbc800;
	font-weight: bold
}

.signBox p {
	margin-top: 30px;
	position: relative;
	
}

.signBox p.name,.signBox p.phone{
	border: 1px solid #000
}
.signBox .name:before {
	content: '';
	position: absolute;
	left: 12px;
	top: 12px;
	width: 26px;
	height: 26px;
	background: url(../images/xicon_people.png.pagespeed.ic.R3tdmGQf1t.png);
	background-size: 100% 100%;
	z-index: 1
}

.signBox .phone:before {
	content: '';
	position: absolute;
	left: 12px;
	top: 12px;
	width: 26px;
	height: 26px;
	background: url(../images/xicon_phone.png.pagespeed.ic.nmps4BpjDi.png);
	background-size: 100% 100%;
	z-index: 1
}

.signBox p input {
	padding-left: 50px;
	width: 100%;
	height: 48px;
	border: none;
	background: none
}

.signBox p select {
	padding-left: 1%;
	width: 48%;
	height: 50px;
	border: 1px solid #535353;
	background: none;
	color: #000000;
	font-size: 16px
}

.signBox button {
	width: 100%;
	height: 50px;
	background: #7a825d;
	color: #fff;
	font-size: 20px;
	border: none;
	margin-top: 20px
}
.signBox input::-webkit-input-placeholder {
	color: #000
}





@media screen and (max-width:1642px) {
	.jpCase {
		/*height: 850px*/
	}

	.jpCase .caseBox {
		/*width: 1326px;*/
		margin: auto;
		position: relative
	}

	.jpCase .caseBox .swiper-container {
		/*width: 1176px;*/
		position: initial;
		padding: 30px 12px;
		margin-top: 80px
	}

	/*.jpCase .caseBox .swiper-container .swiper-slide {
		width: 378px;
		height: 570px
	}*/

	.jpCase .caseBox .swiper-container .swiper-slide img {
		/*width: 362px;
		height: 366px*/
	}

	/*.jpCase .caseBox .stateBox button {
		margin-top: 24px
	}

	.SpaceBox {
		width: 1170px
	}

	.SpacePic {
		width: 1200px
	}

	.SpaceBox .swiper-container {
		width: 1170px
	}
*/
	./*SpacePic div:nth-child(1),.SpacePic div:nth-child(4) {
		width: 680px;
		height: 374px
	}

	.SpacePic div:nth-child(1) img,.SpacePic div:nth-child(4) img {
		width: 680px;
		height: 374px
	}

	.SpacePic div:nth-child(2),.SpacePic div:nth-child(3) {
		width: 500px;
		height: 374px
	}

	.SpacePic div:nth-child(2) img,.SpacePic div:nth-child(3) img {
		width: 500px;
		height: 374px
	}*/
}

@media screen and (max-width:1520px) {
	.wholeBox {
		width: 1200px;
		/*height: 575px;*/
		margin: 50px auto 0
	}

	.wholeBox .wholeHouse {
		/*height: 575px;*/
		position: relative;
		display: none
	}

	.wholeBox .wholeHouse .classify {
		/*width: 174px;
		height: 575px*/
	}

	.wholeBox .wholeHouse .classify ul li {
		height: 115px;
		line-height: 115px;
		font-size: 14px
	}

	.wholeBox .wholeHouse .classifyPic {
		/*width: 1026px;
		height: 575px*/
	}

	.wholeBox .wholeHouse .classifyPic .Img {
		width: 100%;
		/*height: 575px*/
	}

	.wholeBox .wholeHouse .classifyPic .Img img {
		width: 100%;
		/*height: 575px*/
	}

	.wholeBox .wholeHouse .classifyPic .Img div {
		width: 100%;
		/*height: 575px*/
	}

	.kitchenBox {
		width: 1200px;
		margin: 50px auto 0
	}

	.kitchenBox .picAmt1 {
		width: 590px;
		height: 360px
	}

	.kitchenBox .picAmt1 img {
		width: 590px;
		height: 360px
	}

	.picAmt1:before,.picAmt1:after {
		width: 590px
	}

	.picAmt1:hover:before,.picAmt1:hover:after {
		height: 180px
	}

	.kitchenBox .picAmt2 {
		width: 386px;
		height: 230px
	}

	.kitchenBox .picAmt2 img {
		width: 386px;
		height: 230px
	}

	.picAmt2:before,.picAmt2:after {
		width: 386px
	}

	.picAmt2:hover:before,.picAmt2:hover:after {
		height: 115px
	}

	.dh ul {
		width: 1200px;
		height: 560px
	}

	.dh ul li .layer .p1 img {
		width: 110px
	}

	.signUpR {
		width: 1200px
	}

	.signUp .img {
		width: 1000px
	}
}

@media screen and (max-width:1301px) {
	.titleBox {
		padding-top: 56px
	}

	.titleBox h3 {
		font-size: 40px;
		line-height: 52px
	}
}

@media screen and (max-width:1025px) {
	.titleBox {
		padding-top: 46px
	}

	.titleBox h3 {
		font-size: 36px;
		line-height: 42px
	}
}