@charset "utf-8";
/*
*	****************************************
*	*           index style               
*	****************************************
*/
/*head*/




#head{
	height: 60px;
	background: #422827;
	position: relative;
	-webkit-box-shadow: 0 -3px 3px 0 #f2f2f2 inset;
	box-shadow: 0 -3px 3px 0 #f2f2f2 inset;
	text-align: center;
}
#head .logo{
	width: 30%;
	display: block;
	margin: 0 auto;
	padding:10px 0;
}
#head .logo img{
	display: block;
	width: 100%;
}
#head a.lng{
	display: block;
	height: 60px;
	position: absolute;
	left: 11px;
	top: 0;
	overflow: hidden;
	font-size: 0;
}
#head a.lng img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	font-size: 16px;
	font-family: Arial;
}
#head a.lng span{
	display: inline-block;
	font-size: 16px;
	color: #333;
	vertical-align: middle;
	padding-left: 5px;
	line-height: 60px;
}

/* public title */

@font-face{
	font-family: "xiaoze";
	src:url(../font/LCALLIG.TTF);
}
.title{
	height: 46px;
	font-family: "xiaoze";
	padding: 0 3.125%;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	line-height: 46px;
	font-family: "xiaoze";
}
.title strong{
	font-size: 20px;
	color: #1c1c1c;
}
/*products*/
.products{
	margin-bottom: 5%;
	padding:10% 2% 0 2%;
}

.products h2{
	text-align: center;
	color: #fff;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.products ul{
	width: 100%;
	margin-top: 6%;
}
.products li{
	width: 48%;
	margin:1%;
	float: left;
	height: 100%;
}
.products li a{
	display: block;
}

.products li img{
	width: 100%;
	border:1px solid #cccccc;
	display: block;
}
.products li p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*background:#422827;*/
}

/*首页*/
.setBg{
	background:url("../images/indexbg.jpg") repeat-y left top;
}
.indexlogo{
	width: 76%;
	margin:30px auto;
  text-align: center;
}
img{
	max-width: 100%;
	margin:0 auto;
  display: inline-block;
}
.index strong{
	width: 80%;
	display: block;
	font-size: 16px;
	color: #fff;
	margin:0 auto;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 6%;
}
.index  .flkf{
	width:80%;
	margin:20px auto  40px auto;
}
.index  .intro{
	width: 100%;
	padding: 3% 2%;
	color: #fff;
	/*text-align: center;*/
	font: 14px/30px "Arial";
	text-indent: 2em;
}
