
  @charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	min-width: 1300px;
	}
p,div,li{
	font-family:"Microsoft YaHei", "微软雅黑","arial", "宋体";
}
a {
	font-family:"Microsoft YaHei", "微软雅黑","arial", "宋体";
	text-decoration: none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, ul, li, p {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}

.clear {
	clear: both;
}
/*头部*/
.header-full{
	width:100%;
	height:130px;
	position: fixed;
	top:0;
	left:0;
	z-index:999;
	border-bottom:3px solid #D3A243;
	background-color:#fff;
	
	}
.header{
	width:1200px;
	margin:0 auto;
	}
.header-l{
	float:left;
	}
.header-l img{
	margin-top:52px;
	border:0;
	border-style:none;
	}
.header-c{
	float:right;	
	}
.header-c ul{
	float:left;
	margin-left:200px;
	margin-top:80px;
	}
.header-c ul li{
	float:left;
	margin-left:40px;
	margin-right:40px;
	
	}
.header-c ul li a{
	font-size:16px;
	color:#000;
	letter-spacing:1px;
	}
.header-c ul li a:hover{
	color:#D3A243;
	}

/*底部*/
.foot-full{

	width:100%;
	height:auto;
	float:left;
	background-color:#FF9D00;


	}
.foot{
	width:1300px;
	margin:0 auto;
	}
.foot-l,.foot-c,.foot-r{
	float:left;
	}
.foot-l{
	width:380px;
	float:left;
	text-align:center;
	}
.foot-l .foot-logo img{
	margin-top:90px;	
	}
.foot-c,.foot-r{
	width:280px;
	float:left;
	margin-top:85px;
	margin-left:180px;
	}
.foot-c p,.foot-r p{
	width:280px;
	margin:0 auto;
	}
.foot-c-en p{
	font-size:14px;
	}
.foot-c p.title,.foot-r p.title{
	font-size:26px;
	color:#fff;
	line-height:66px;
	}
.foot-c p a,.foot-r p a{
	color:#fff;
	line-height:30px;
	}
#goTopBtn {
	position: fixed;
	line-height: 48px;
	width: 48px;
	bottom: 48px;
	height: 48px;
	cursor: pointer;
	display: none;
	background: url(../images/index/arrow.png) no-repeat;
}
/*产品中心左边栏目导航*/
.cont .cont-l{
	width:210px;	
	float:left;
	}
.cont .cont-l p.title{
	font-size:16px;
	font-weight:bold;
	}
.cont .cont-l ul{
	margin-top:30px;
	border-top:1px solid #ccc;
	}
.cont .cont-l ul li{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	}
.cont .cont-l ul li a{
	color:#666;
	}
.cont .cont-l ul li a:hover{
	color:#D3A243;
	}
.cont .cont-l-en ul li a{
	font-size:14px;
	}
.cont .cont-l-en ul li.qwjs{
	height:60px;
	line-height:30px;
	}