@charset "utf-8";


/* 公共样式 */
body, h1, h2, h3, h4, h5, h6, p, ul, li, table, tr, td, span,dt,dd {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	font-size: 15px;
	font-family: "微软雅黑";
}
body{
	background: url(../images/bg.jpg) repeat;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #f00;
}
.main{
	width: 1280px;
/*	height: 5000px; */	
	margin: 0px auto;
	padding-top: 12px;
}
/* 头部样式 */
.head{
	background: url("../images/hbg.png") no-repeat;
	height: 165px;

}
.head_up{
	height: 112px;
}
.logo{
	float: left;
	margin: 20px;

}
.langue{
	float: right;
	width: 170px;
	    padding-top: 22px;
}
.langue_t{
	height: 40px;
	text-align: right;
	padding-right: 27px;
}
.langue_l{
	background: url("../images/ico2.png") no-repeat;
	height: 25px;
}
.w{
	width: 24px;
	height: 24px;
}
.k{
	display: block;
	float: left;
}
.i2{
	margin-left: 7px;
}
.i3{
	margin-left: 6px;
}
.i4{
	margin-left: 8px;
}
.i5{
	margin-left: 7px;

}
/* 导航样式 */
.nav{
	height: 50px;
	line-height: 42px;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	color: #bda061;
	font-size: 18px;
	display: block;
	width: 212px;
	text-align: center;

}
.nav ul li a:hover, .cur{
	background:url("../images/ahover.png") no-repeat 40px -1px;
	height: 48px;
	color: #f00;
}
.warp{
	background: url("../images/mbg.png") repeat-y;
}
/* 幻灯片样式 */
.banner{
	margin-top: -1px;
}
/* 产品系列style */
.proxilie{
	padding: 20px;
}
.proxilie ul li{
	width: 394px;
	height: 480px;
	float: left;
	margin-right: 28px;
	margin-bottom:25px;
}
.proxilie ul li h1{
	color: #000;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;

}
.proxilie ul li p{
	line-height: 25px;
	margin-top: 10px;
	    height: 105px;
    word-break: break-all;
    overflow: hidden;

}
.cmore{
    background-color: #452E20;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    width: 150px;
    margin: 0px auto;
}
.cler{
	clear: both;
}
/*底部样式*/
.foot{
	background: url("../images/fbg.png") no-repeat;
	height: 236px;

}
.foot_c{
	width: 1200px;
	height: 213px;
	margin: 0px auto;
	padding-top: 20px;
}
.about{
	float: left;
	width: 455px;
	color: #fff;
}
.about h1, .lianxi h1, .message h1{
font-size: 20px;
    margin-bottom: 12px;
    font-weight: normal;
}
.about p, .lianxi p{
	line-height: 25px;
}
.lianxi{
	float: left;
	color: #fff;
	    margin-left: 68px;
	    width: 350px;
}
.message{
	float: right;
	color: #fff;
}
.iput1{
	background: url("../images/submit.png");
	width: 80px;
	height: 28px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	border: 0px;
	margin-right: 15px;
}
.iput2{
	background: url("../images/submit.png") 80px;
	width: 80px;
	height: 28px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	border: 0px;
}
.icp{
	text-align: center;
	padding: 20px 0px;
	background: #3A2719;
	color: #fff;
}