@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}

body{
	font-family:"SimSun","Arial Black",Helvetica,sans-serif,Gadget,sans-serif;
	color:#000;
	padding:0; 
	margin:0;
	list-style:none;
	background:#efefef;
	}
	
/* ~~ 元素/标签选择器 ~~ */
ul, ol, dl { /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 删除上边距可以解决边距会超出其包含的 div 的问题。剩余的下边距可以使 div 与后面的任何元素保持一定距离。 */
	padding-right: 15px;
	padding-left: 15px; /* 向 div 内的元素侧边（而不是 div 自身）添加填充可避免使用任何方框模型数学。此外，也可将具有侧边填充的嵌套 div 用作替代方法。 */
}
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
	border: none;
	text-decoration:none;
	outline:none;
	color:#000;
}

/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* 除非将链接设置成极为独特的外观样式，否则最好提供下划线，以便可从视觉上快速识别 */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */
	text-decoration: none;
}

/* ~~ 此容器包含所有其它 div，并依百分比设定其宽度 ~~ */


.container{
	max-width:1900px;/* 可能需要最大宽度，以防止此布局在大型显示器上过宽。这将使行长度更便于阅读。IE6 不遵循此声明。 */
	min-width:1002px;/* 可能需要最小宽度，以防止此布局过窄。这将使侧面列中的行长度更便于阅读。IE6 不遵循此声明。 */
	margin:0 auto;
	overflow:hidden;
}


/*首页*/
.contain{
	width:1002px;
	min-height:550px;
	margin:0 auto;
	background:#FFF;
	overflow:hidden;
	}

.header{
	width:1002px;
	height:190px;
	margin:0 auto;
	background:#bc9961;
	}

.hl{
	width:352px;
	height:190px;
	float:left;
	}

.hl img{
	width:352px;
	height:76px;
	margin-top:100px;
	}	
	
	
.hr{
	width:650px;
	height:190px;
	float:left;
	}

.hr iframe{
	width:650px;
	height:189px;
	}
	
.containL{
	width:200px;
	min-height:550px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	border-right:1px solid #d1b992;
	}	

.L1{
	width:200px;
	height:62px;
	float:left;
	text-align:center;
	}
	
.L1 img{
	width:187px;
	height:62px;
	}	
		
.L2{
	width:160px;
	min-height:100px;
	padding:0px 20px;
	float:left;
	}

.L2 ul li{
	width:160px;
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #d1b992;
	list-style:none;
	font-size:14px;
	}

.L2 ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	}
	
.L2 ul li a:hover{
	color:#000;
	background:url(../img/page/choose.jpg) 0px 10px no-repeat;
	}	
	
.L2 ul li span{
	width:20px;
	height:40px;
	float:left;
	}	

.topline{border-top:1px dashed #d1b992;}

#choose{
	color:#000;
	background:url(../img/page/choose.jpg) 0px 10px no-repeat;
	}

.L3{
	width:160px;
	min-height:150px;
	margin:20px 19px;
	float:left;
	border:#e1e1e1 1px solid;
	}

.L3 ul li{
	width:160px;
	min-height:35px;
	list-style:none;
	font-size:14px;
	line-height:35px;
	text-align:center;
	}
	
.L3 ul li a{
	color:#000;
	text-decoration:none;
	}	
	
.L3 ul li a:hover{
	color:#bc9961;
	}	

#L3{ background:url(../img/page/sy2.jpg) no-repeat; color:#FFF; text-align:center;}



.containR{
	width:770px;
	min-height:500px;
	margin-top:10px;
	padding:0px 10px 0px 20px;
	float:left;
	}	
	
.L4{
	width:160px;
	min-height:100px;
	margin:0px 19px;
	float:left;
	}
	
.L4 p{
	font-size:14px;
	padding-bottom:5px;
	text-align:center;
	}	

.L4 p img{
	outline:none;
	}		

#title{
	font-size:18px;
	color:#bc9961;
	font-weight:bolder;
	margin-left:-15px;
	}
	
	
/* ~~ 导航 ~~ */
.nav{
	width:760px;
	height:35px;
	float:left;
	}

.nav ul li{
	float:left;
	padding:0px 5px;
	height:35px;
	line-height:35px;
	font-size:14px;
	font-family:"Arial Black", Gadget, sans-serif;
	text-align:center;
	list-style:none;
	font-weight:bolder;
	}

.nav ul li a{
	color:#000;
	text-decoration:none;
	}


.nav ul li a:hover{
	color:#bc9961;
	}



/* ~~ 公司简介 ~~ */
.about_info{
	width:530px;
	height:540px;
	float:left;
	font-size:12px;
	line-height:25px;
	overflow-x:hidden;
	overflow-y:auto;
	}

.picbox{
	width:230px;
	height:230px;
	float:right;
	margin-top:320px;
	}

.picbox_cp{
	width:230px;
	height:230px;
	float:right;
	margin-top:70px;
	background:#666;
	}

/* ~~ 产品 ~~ */
.L3_cp{
	width:180px;
	min-height:150px;
	margin:20px 9px;
	float:left;
	border-top:1px dashed #bc9961;
	}

.L3_cp ul li{
	width:180px;
	min-height:35px;
	list-style:none;
	font-size:14px;
	line-height:35px;
	border-bottom:1px dashed #bc9961;
	}
	
.L3_cp ul li a{
	color:#000;
	text-decoration:none;
	display:block;
	}	
	
.L3_cp ul li a:hover{
	color:#bc9961;
	background:url(../img/page/choose.jpg) 0px 3px no-repeat;
	}	


.L3_cp ul li span{
	width:20px;
	height:35px;
	float:left;
	}
	
.L3_cp2{
	width:170px;
	min-height:20px;
	float:left;
	margin-top:-5px;
	padding-left:10px;
	background:#FFF;
	border-bottom:1px dashed #bc9961;
	}

.L3_cp li .L3_cp2 ul li{
	width:170px;
	min-height:25px;
	list-style:none;
	font-size:12px;
	line-height:20px;
	border-bottom:0px dashed #bc9961;
	overflow:hidden;
	}
	
.L3_cp li .L3_cp2 ul li a{
	color:#000;
	text-decoration:none;
	}	
	
.L3_cp li .L3_cp2 ul li a:hover{
	color:#bc9961;
	background:url(../img/page/choose.jpg) 0px 0px no-repeat;
	}	


.L3_cp li .L3_cp2 ul li span{
	width:20px;
	height:20px;
	float:left;
	}	

.cp{
	width:530px;
	height:460px;
	float:left;
	margin-top:20px;
	}

.cp_info{
	width:160px;
	height:137px;
	padding:0px 8px;
	margin-bottom:20px;
	float:left;
	}

.cp_info ul li{
	list-style:none;
	width:160px;
	min-height:25px;
	line-height:20px;
	text-align:center;
	overflow:hidden;
	font-size:12px;
	}

.cp_info ul li img{
	width:140px;
	height:113px;
	padding:2px;
	}	

#cpbg{
	width:160px;
	height:117px;
	background:url(../img/page/cpbg.jpg) no-repeat;
	}


#choose_cp{
	color:#bc9961;
	background:url(../img/page/choose.jpg) 0px 3px no-repeat;
	}

#choose_cp2{
	color:#bc9961;
	background:url(../img/page/choose.jpg) 0px 0px no-repeat;
	}




/* ~~ 产品详细内容 ~~ */
.cp_content{
	width:530px;
	height:470px;
	float:left;
	font-size:12px;
	line-height:22px;
	overflow-x:hidden;
	overflow-y:auto;
	}

.cp_img{
	width:210px;
	height:170px;
	float:left;
	background:url(../img/page/cpbgs.jpg) no-repeat;
	padding:5px;
	margin-top:60px;
	margin-left:10px;
	}

.cp_img img{
	width:210px;
	height:170px;
	text-align:center;
	outline:none;
	overflow:hidden;
	}




/* ~~ 技術支援 ~~ */
.techbox{
	width:530px;
	min-height:410px;
	float:left;
	}

.techbox ul li{
	width:450px;
	height:30px;
	line-height:30px;
	float:left;
	overflow:hidden;
	list-style:none;
	}

#tl{
	 width:80px;
     height:30px;
	 float:right;
	 text-align:right;
	 }

.techbox ul li span{
	width:20px;
	height:30px;
	float:left;
	}	
	
.techbox ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	background:url(../img/page/choose.jpg) 0px 2px no-repeat;
	}
	
.techbox ul li a:hover{
	color:#bc9961;
	}	
	
	
	
.page{
	width:530px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	color:#000;
	font-size:12px;
	margin-bottom:10px;
	}

.page a{
	padding:4px;
	background:#bc9961;
	color:#FFF;
	text-decoration:none;
	}

.page a:hover{
	padding:3px;
	background:#FFF;
	border:#bc9961 1px solid;
	color:#bc9961;
	}
	
	
	
/* ~~ 新闻资讯详细内容 ~~ */
.newsbox{
	width:530px;
	min-height:300px;
	float:left;
	}
	
.news_title{
	width:510px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	font-size:15px;
	overflow:hidden;
	font-weight:bolder;
	}

.news_date{
	width:510px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:right;
	font-size:12px;
	}

.news_info{
	width:520px;
	height:390px;
	line-height:30px;
	float:left;
	font-size:12px;
	overflow-x:hidden;
	overflow-y:auto;
	padding-right:10px;
	}	
	
	
/* ~~ 新闻资讯 ~~ */	
.newsbox1{
	width:530px;
	height:50px;
	float:left;
	overflow:hidden;
	margin:10px 0px 20px 0px;
	}

.newsbox1_no{
	width:40px;
	height:40px;
	float:left;
	color:#666;
	line-height:40px;
	text-align:center;
	border:1px solid #CCC;
	margin:4px 10px 4px 4px;
	font-size:18px;
	}
	
.newsbox1_info{
	width:465px;
	height:60px;
	float:left;
	}

.newsbox1_title{
	width:465px;
	height:25px;
	line-height:25px;
	float:left;
	overflow:hidden;
	font-size:14px;
	font-weight:bolder;
	font-family:"Arial Black", Gadget, sans-serif;
	}

.newsbox1_more{
	width:60px;
	height:25px;
	line-height:25px;
	float:right;
	font-size:12px;
	text-align:center;
	background:#bc9961;
	}
	
.newsbox1_more a{
	color:#FFF;
	text-decoration:none;
	}	

.newsbox1_content{
	width:390px;
	height:25px;
	float:left;
	font-size:12px;
	line-height:25px;
	overflow:hidden;
	color:#000;
	text-align:left;
	}

	
	
	
/* ~~ 脚注 ~~ */
.foot{
	width:1002px;
	height:35px;
	line-height:35px;
	margin:0 auto;
	background:#bc9961;
	text-align:center;
	color:#FFF;
	font-size:12px;
	font-family:Gadget, sans-serif;
}

.foot a{
	color:#FFF;
	text-decoration:none;
	}
	

/* ~~ 其它浮动/清除类 ~~ */
.fltrt {  /* 此类可用于在页面中使元素向右浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用于在页面中使元素向左浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 如果从 #container 中删除或移出了 #footer，则可以将此类放置在 <br /> 或空 div 中，作为 #container 内最后一个浮动 div 之后的最终元素 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
	
	
	
