@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%;
}
.products ul{
	padding:0 3.125%;
}
.products li{
	width: 48%;
	margin-top: 3.125%;
	float: left;
}
.products li a{
	display: block;
}
/*.products li a:active p{
  background-color: #ba0000;
  color: #fff;
}*/
.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") no-repeat left top;
}*/
.indexlogo{
	width: 50%;
	text-align: center;
	margin:30px auto;
}
img{
	max-width: 100%;
	margin:0 auto;
}
.index strong{
	width: 80%;
	display: block;
	font-size: 16px;
	/*color: #fff;*/
	text-align: center;
	margin:0 auto;
	padding-bottom: 4%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.index  .flkf{
	width:80%;
	margin:20px auto  40px auto;
}
.index  .intro{
	width: 85%;
	margin:20px auto;
	line-height: 24px;
	/*color: #fff;*/
	/*text-align: center;*/
	font: 14px/30px;
}
.index  .threedot{
	width: 1.8%;
	margin:0 auto;
}
.index  .newpro{
	width:60%;
	display: block;
	margin:20px auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 16px 9px;
	border-radius: 5px;
	background-color: #009900;
}
.index  .enter{
	display: block;
	width: 42%;
	color: #fff;
	padding: 16px 9px;
	border-radius: 5px;
	margin:0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #009900;
}