@charset "UTF-8";
/* CSS Document */
body{
	background: #ebebeb;
}
h2{
	font-size: 1.6VW;
	font-family: 'Humanst 521',"Microsoft YaHei";
}
span9{
	display: none;
}
.shouji_nav{
	display: none;
}
/*nav*/

h2{ font-family:"Humanst 521"; color: #af9356;
}
p{font-size:1.6em; color:#868686; letter-spacing: 0px;
}
h1{ color: #caa961; font-family:'Humanst 521'; font-size: 3.2em; text-transform: uppercase;
}


.SSnav_bigbox{
	box-shadow:0px 1px 6px rgba(0,0,0,0.1);
		-webkit-box-shadow:0px 1px 6px rgba(0,0,0,0.1);
			-moz-box-shadow:0px 1px 6px rgba(0,0,0,0.1);
				-o-box-shadow:0px 1px 6px rgba(0,0,0,0.1);
}

/*banner==================================================*/


/*xuanxian==================================================*/

.xuanxian_box{
	position: relative;
	margin-top: 1vw;
	
}
.xuanxian_box > div{
	width: 98%;
	margin-left: 1%;
	position: relative;
	box-shadow:0px 0px 6px rgba(0,0,0,0.2);
		-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.2);
	overflow: hidden;
	margin-bottom: 1vw;

}

.xuanxian > div{
	width:20vw;
	height: 100vh;
	background: rgba(0,0,0,0.1);
	position:absolute;
	left: 0;
	top:0;
	z-index: 2;
	overflow: hidden;
	
}

.border_box{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	display: table;
	text-align: center;
	background: url(../../img/noise-pattern.png);
	letter-spacing: 0.5px;

}
.xuanxian_wenan{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	position: relative;
	z-index: 2;
}
.xuanxian_wenan h2{
	margin: 4vw auto 1vw auto;
}


.bottom{
	-webkit-animation: bottom 0.25s linear forwards;
	animation: bottom 0.25s linear forwards;

}

@-webkit-keyframes bottom{
	0%{
		bottom:4vw;
	}
	100%{
		bottom:3vw;
	}
}
@keyframes bottom{
	0%{
		bottom:4vw;
	}
	100%{
		bottom:3vw;
	}
}

.bottom_fx{
	-webkit-animation: bottom_fx 0.3s linear forwards;
	animation: bottom_fx 0.3s linear forwards;

}

@-webkit-keyframes bottom_fx{
	0%{
		bottom:3vw;
	}
	100%{
		bottom:4vw;
	}
}
@keyframes bottom_fx{
	0%{
		bottom:3vw;
	}
	100%{
		bottom:4vw;
	}
}

/*平板*/
.bottom1{
	-webkit-animation: bottom1 0.25s linear forwards;
	animation: bottom1 0.25s linear forwards;

}

@-webkit-keyframes bottom1{
	0%{
		bottom:6vw;
	}
	100%{
		bottom:5vw;
	}
}
@keyframes bottom1{
	0%{
		bottom:6vw;
	}
	100%{
		bottom:5vw;
	}
}

.bottom_fx1{
	-webkit-animation: bottom_fx1 0.3s linear forwards;
	animation: bottom_fx1 0.3s linear forwards;

}

@-webkit-keyframes bottom_fx1{
	0%{
		bottom:5vw;
	}
	100%{
		bottom:6vw;
	}
}
@keyframes bottom_fx1{
	0%{
		bottom:5vw;
	}
	100%{
		bottom:6vw;
	}
}


.link_qt h3{
	margin: 0.6vw auto 0 auto;
	color:#666;
	font-family: 'Humanst 521',"Microsoft YaHei";
	font-size: 0.9vw;
	letter-spacing: 0.5px;
}
.link_qt h3:hover{
	color:#af9356;
	cursor:pointer;
}
.link_qt hr{
	width:18vw;
	border: none;
	height:1.5px;
	background: rgba(157,147,86,0.2);
	margin: 1vw 0 1vw 0;
}
.link_qt{
	position:fixed;
	left: 2%;
	bottom: 4vw;
	width: 90%;
	z-index: 99;
}
.xuanxian .link_qt_yd{
	position:absolute;
	left: 5%;
	width: 90%;
	z-index: 99;
}
.link_qt .download{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; color:#af9356;
	font-size: 0.85vw;
}


.xuanxian_wenan p{
	font-size: 0.9vw;
	font-weight: 300;
}
.xuanxian_wenan hr{
	width:7vw;
	border: none;
	height:1.5px;
	background: rgba(157,147,86,0.2);
	margin: 1vw 0 1.5vw 0;
	
}


.zi_xuanxian a{
	color:rgba(0,0,0,0.5);
	font-size: 1vw;
	line-height: 2;
	display: block;
	font-weight: 500;
}

.zi_xuanxian a:hover{
	color:#af9356;
	cursor: pointer;
}


.xuanxian_img{
	position: absolute;
	bottom:0;
	left: 0;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.xuanxian_img >img{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/*内容=============================================*/



.content_box{
	width:78vw;
	position: relative;
	background: #fff;
	top:0;
	left: 20vw;
	overflow: hidden;
	
}

.content_box > div > div{
	margin-left: auto;
	margin-right: auto;
}
.content_banner{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.zhezhao{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/noise-pattern.png);
	z-index: 9;
}
.content_banner > img{
	position: relative;
	z-index: 1;
		width: 100%;
}


.box{
	padding: 4vw 0;
	position: relative;
	text-align: center;
}
#Wood{
	background: #fffcf8;
}
#Glass{
	background:#f4faff;
}


#Amenities,
#Kitchen_Appliances,
#Safety_Powe,
#Door_Windows,
#Paints,
#Stone,
#Steel{
	background: rgba(0,0,0,0.04);
}
#Hygiene,
#Outdoor_Furnitures{
	background: #f5faff;
}
#Lightings{
		background:#fffaf6;
}
#Others{}

.marginTop{
	margin-top:2vw;
}
.marginTop1{
	margin-top:3vw;
}

.biaoti{
	text-align: center;
	margin-bottom: 2vw;
	position: relative;
	z-index: 10;
}
.biaoti h2{
	margin-bottom: 0.6vw;
	font-size:2.2vw;
}
.content_box hr{
	width:5vw;
	border: none;
	height:1.5px;
	background: rgba(0,10,0,0.1);
	margin: 1vw auto 1vw auto;
	
}



.img_box{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 2vw;
	position: relative;
	z-index: 8;
	
}
.img_box img{
	width: 25%;
	float: left;
	display: block;
}
.img_box .img_width_2{
	width:50%;
}
.img_box .img_width_3{
	width:49.9%;
	margin-right: 0.2%;
}
.img_box .img_width_4{
	width:49.9%;
}

.yy_img_box{
	width: 68vw;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom:2vw;
	position: relative;
	z-index: 10;
}
.yy_img_box img{
	width:33.33%;
	float: left;
	display: block;
}


.lest{
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: rgba(0,0,0,0.17);
	display: none;
	
}
.lest > div{
	width:50%;
	float: left;
	display: block;
	
	
}

.lest > div > img{
	width:100%;
	display: block;
	
}
/*foot================================================================*/


.foot{
	-webkit-box-shadow: 0 -1px 6px rgba(0,0,0,0.05);
	box-shadow: 0 -1px 6px rgba(0,0,0,0.05);
}




@media screen and (max-width: 1024px) {
	span9{
		display: inline;
	}

	/*左菜单=======================================================*/
	
	.xuanxian > div{
		width:22vw;	
	}
	
	.xuanxian_wenan h2{
		font-size: 2vw;
	}
	.zi_xuanxian a{
		font-size: 1.4vw;
		line-height: 2.2;
	}
	.link_qt{

		bottom: 6vw;
	}
	
	.link_qt a h3{
		font-size: 1.6vw;
		margin-top: 1vw;
		
	}
	.link_qt .download{
		letter-spacing: 0.5px; font-size: 1.5vw;
	}
	
	
	/*内容=============================================*/

	.content_box{
		width:76vw;
		left: 22vw;	
	}
	
}


@media screen and (max-width: 780px) {
	body{
		background: #c4c4c4;
	}
	
	/*banner==================================================*/
	.content_banner{
		width: 90%;
	}	
	
	/*xuanxian==================================================*/
	.xuanxian_box{
		margin-top: 0vw;	
	}
	.xuanxian_box > div{
		width: 100vw;
		margin-left: 0vw;
		margin-bottom: 3vw;
		box-shadow:0px 0px 6px rgba(0,0,0,0.2);
		-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.2);
		position: relative;
	}
	.xuanxian{

		display: none;
	}
	
	
	
	.shouji_nav{
		display:block;
		width: 12vw;
		height:90vh;
		position:absolute;
		top:0;
		left: 0;
		z-index: 99;
		overflow: hidden;
	}
	.shouji_nav > div{
		width: 10vw;
		height:100%;
		font-size: 3vw;
		display: table;
		text-align: center;
		
		
	}
	.shouji_nav > div > table{
		width: 10vw;
		height:100%;
		display: table;
		vertical-align: middle;
	}
	.shouji_nav > div > table tr{
		border-bottom: 1vw solid #c4c4c4;
		box-sizing: border-box;
		background: #ababab;
		
	}
	
	.shouji_nav > div > table tr:last-child{
		border-bottom:none;
		
	}
	.shouji_nav > div > table td{
		overflow:hidden;list-style:none;
		display: table-cell;vertical-align: middle;
	}
	.shouji_nav > div > table td a{
		display: block; 
		color:rgba(0,0,0,0.6);
	}
	.shouji_nav > div > table td a div{
		float: left; display:inline;width:3.4vw;height:100%;font-size:3.5vw; line-height: 1.1;margin-left: 3.3vw; 
		word-wrap:break-word;word-break:nomal; /*自动换行*/ 
	}

	.shouji_nav td{
		font-size: 10px;
	}
	
	/*内容=============================================*/
	
	.content_box{
		width:88vw;
		top:0;
		left:12vw;
		
	
	}	
	
	
	.box{
		padding: 10vw 0;
	}
	.biaoti h2{
		margin-bottom: 1vw;
		font-size:4.6vw;
	}
	.biaoti p{
		font-size:3.2vw;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.2;
	}
	.box p{
		font-size:3.2vw;
		line-height: 1.2;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.content_box hr{
		width:15vw;
		margin: 3vw auto 6vw auto;
	
	}
	.img_box{
		width:90%;
		margin-bottom:6vw;

	
	}
	.yy_img_box{
		width: 86%;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		margin-bottom:4vw;
	}
	
}












