﻿@charset "utf-8";
/******************IE 滚动条样式设置,设定在 html 内,不要设定在 body 内*******************/
html {
	/*scrollbar effect Begin*/
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #efffff;
	SCROLLBAR-SHADOW-COLOR: #799AE1;
	SCROLLBAR-DARKSHADOW-COLOR: #799AE1;
	SCROLLBAR-3DLIGHT-COLOR: #799AE1;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #efffff;/*scrollbar effect end*/
}
/******************* css 全局设置 ********************/
html, body {
	height:100%;
	font-size: 12px;
	background-color: #fff;
}
body, a, strong, input, select, button {
	/*此处最好不要定义字体大小,以免影响 a 的大小*/
	font-family: "Tahoma", Courier, monospace;
}
body, form, menu, dir, fieldset, blockquote, pre {
	/*此处不要定义UL 和Li, 以免影响 在线编辑器的列表功能, 也不要用 * 来定义全部元素 */
	padding:0;
	margin:0;
}
div, p {
	display:block;
}
img {
	border:0;
}
/*******************默认a 链接样式********************/
a { /*最好不要定义a 的大小,暂时没需要定义 active 和 visited 后的样式;*/
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body {
	text-align: center; /*为了使 ie5.5 或以下浏览器居中; 在页面后面的结构div 内再加上text-align 各自定义自身的文本对齐方式*/
}
/********************功能性 Class,主要用于对浮动的处理*******************/
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/********************功能性 Class,主要用于对浮动的处理********************/


/*******结构HTML 多为 ID, 前面加 类别标识,以避免缓存等冲突, 不通用********/

.xinhong #container {
	height: auto;
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.xinhong #logo {
	float: left;
}
.xinhong #menutop {
	float:right;
}
.xinhong #menutop img {
	padding:0 10px;
}
.xinhong #flash {
	height: 154px;
	width: 1003px;
	position: absolute;
	z-index: 999;
	left: auto;
	top: 80px;
	text-align:right;
}
.xinhong #pagebody {
	background-image: url(img/bodybg.jpg);
	margin: 0px;
	padding: 0px;
	width: 1003px;
	padding-top:40px;
	margin-top:20px;
	overflow:hidden;
}
.xinhong #left, .xinhong #right {
	padding-bottom:100000px;
	margin-bottom:-100000px;
}
.xinhong #left {
	float:left;
	width:200px;
	padding-top:40px;
 b/ackground-color: #FFFFCC;
	overflow:hidden;
}
.xinhong #content {
	background-image: url(img/contentbg.gif);
	float:left;
	padding: 0px;
	width: 608px;
	height:600px;
	height:auto!important;
	min-height:600px;
	background-repeat: no-repeat;
	margin:0px;
	text-align:left;
	overflow:hidden;
	padding-bottom:10px;
}
#content p {
	padding:20px;
	text-align:left;
	text-indent:0;
}
.content {
	text-align:left;
	text-indent:20px;
	padding:0px;
	width:608px;
	height:500px;
	background-image: url(img/detailbg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.detail{
width:90%;
margin:0 auto; 
margin-bottom:40px;
height:600px;
height:auto!important;
min-height:600px;
}
.xinhong #right {
	float:right;
	width:190px;
	padding-top:160px;
 b/ackground-color: #CCCCCC;
	overflow:hidden;
}
.xinhong #footer {
	background-image: url(img/footerbg.jpg);
	background-repeat: repeat-x;
	height: 98px;
}
.xinhong #footer p {
	margin:0;
	padding:0;
}
/********************UL 产品列表,注意浮动和高度,高度对ie6 影响尤为大;********************/
.recommendproducts {
	padding:0;
	margin:0;
	list-style: none;
	width:180px;
	height:auto!important;
	margin-top: 0;
}
.recommendproducts ul {
	margin:0;
	padding:0;
	list-style: none;
	width:180px;
	display:block;
}
.recommendproducts ul li {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:160px;
	height:130px;
	text-align:center;
}
.recommendproducts ul li a {
	color:#000000;
	display:block;
	text-align:center;
}
.loopunit {
	text-align:center;
	width:140px;
	height:120px;
 background-color: #;
}
.thumbnail {
	width:120px;
	height:90px;
	border: 3px solid #fff;
	text-align:center;
}
.bigpic {
	border:2 solid #FFFFFF;
	padding:0;
	width:300px;
	max-width:400px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*********************竖导航栏,一般为产品分类列表栏********************/
.vlevel1 {
	margin:0;
	text-align:left;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
ul.vlevel1 {
	list-style-position: inside;
	float:left;
	padding-left:0px;
	margin-left:25px;
}
ul.vlevel1 li {
	background-image: url(img/line.jpg);
	height:50px;
	display:block;
	width:130px;
	padding-left: 20px;
	background-repeat: repeat-x;
	background-position: bottom;
	line-height:50px;
 0list-style-image: url(img/listicon.gif);
}
ul.vlevel1 li a {
	background-image: url(img/listicon.gif);
	color:#fff;
	display:block;
	line-height:50px;
	font-size:14px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent:20px;
}
ul.vlevel2 {
	margin:0;
	padding-left:0px;
	text-align:left;
	list-style:none;
	background-color: #b3cdcb;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
ul.vlevel2 li a {
	color:#000;
	margin-bottom:3px;
	line-height:120%;
	height:20px;
	text-indent:10px;
}
.title {
	text-align:left;
	font-size:16px;
	font-weight:bold;
	margin-top:60px;
	margin-bottom:15px;
	margin-right:5px;
	margin-left:10px;
	width:120px;
	float:left;
	height:80px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #7C940C;
	vertical-align: text-bottom;
}
.pagnation {
	padding:0;
	margin:0;
	list-style: none;
	width:490px;
	height:auto!important;
	margin-top: 0;
}
.pagnation ul {
	margin:0;
	padding:0;
	list-style: none;
	width:490px;
	display:block;
	margin-top:20px;
}
/* panation */
.pagnation ul li {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:160px;
	height:140px;
	text-align:center;
}
.pagnation ul li a {
	color:#000000;
	display:block;
	text-align:center;
}

#demo {/*产品无缝滚动ID*/
	overflow:hidden;
	height:500px;
	width:190px;
	color:#ffffff;
	text-align:center;
}
