﻿/***********本样式表用于基础性绿色清爽型.韩从迎***************/
html {
	scrollbar-face-color: #dee3e7;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #dee3e7;
	scrollbar-3dlight-color: #d1d7dc;
	scrollbar-arrow-color: #007500;
	scrollbar-track-color: #007500;
	scrollbar-darkshadow-color: #98aab1;
}
body {
	margin: 6px;
	text-align:center;
	background: #007500;
	font-size: 12px;
	font-family: Arial;
}
a {
	color: #9A6600;
	text-decoration: none;
}
a:hover {
	color: green;
	text-decoration: underline;
}
div {
	margin:auto;
}
ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
li {
	padding:0px;
	margin:0px;
	list-style:none;
}
pre {
	white-space: pre-wrap; /* css-3 */;
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */;
	white-space: -pre-wrap; /* Opera 4-6 */;
	white-space: -o-pre-wrap; /* Opera 7 */;
	word-wrap: break-word;  /* Internet Explorer 5.5+ */
}
/*************页眉部分样式*******************************************************************/
.totop {
	position:relative;
	width: 990px;
	height: 18px;
	overflow:visible;
}
.webtop {
	width: 990px;
	height: 240px;
	background-color: white;
	background-image: url('images/webtopbg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.date {
	width: 210px;
	height: 37px;
	line-height: 37px;
	float: left;
	color: #FAF2D3;
	text-align: center;
	background-color: #005E00;
}
/*************顶部导航菜单样式*******************************************************************/
.topmenu {
	width: 990px;
	height: 37px;
	overflow: hidden;
	background-color: #006A00;
}
.topmenu ul {
	height: 33px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
.topmenu ul li {
	float: left;
	height: 33px;
	width: 83px;
	margin-right: 20px;
}
.topmenu ul li a {
	float: left;
	display: block;
	height: 33px;
	line-height: 33px;
	width: 83px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "微软雅黑","黑体","幼圆";
}
.topmenu ul li a:hover {
	color: #804000;
	background-image: url('images/topmenulibg.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.topmenu ul li a.nochange {
	float: left;
	display: block;
	height: 33px;
	line-height: 33px;
	width: 83px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: "微软雅黑","黑体","幼圆";
	color: #804000;
	background-image: url('images/topmenulibg.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}
/**********主体部分样式**********************************************************************/
.content {
	width: 990px;
	margin-bottom: 4px;
	overflow: hidden;
	text-align:left;
	clear:both;
}
.content_side {
	width: 210px;
	text-align: left;
	float: left;
	overflow: hidden;
	background-color: #FEF7ED;
	margin-bottom: -32767px;
	padding-bottom: 32767px;
}
/**********边上样式**********************************************************************/
.sidetitle {
	width: 210px;
	height: 40px;
}
.sidetitle img {
	padding-top: 10px;
}
.sidenotice {
	line-height: 180%;
	color: #000000;
	font-size: 12px;
}
.sidenotice ul {
	width: 180px;
	margin: 5px 0px 5px 15px;
	padding: 0px;
	list-style-type: none;
}
.sidenotice ul li {
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url('images/go_side.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
	padding-left: 14px;
	border-bottom: 1px #DFCBA6 dashed;
}
.sidenotice ul li a {
	color: #000000;
	text-decoration: none;
}
.sidenotice ul li a:hover {
	color: red;
	text-decoration: underline;
}
.sidepro {
	width: 180px;
	font-size: 12px;
	text-align: center;
}
.sidepro ul {
	width: 180px;
	margin: 5px auto;
}
.sidepro ul li {
	height: 22px;
	line-height: 22px;
	margin: 5px 0px;
}
.sidepro ul li a {
	display: block;
	width: 170px;
	height: 20px;
	line-height: 20px;
	color: #663300;
	font-size: 12px;
	text-align:center;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px #DFCBA6 solid;
	background-image: url('images/listbg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}
.sidepro ul li a:hover {
	color: #000000;
	border: 1px #007500 solid;
	background-image: url('images/listoverbg.jpg');
}
.sidelink {
	width: 180px;
	font-size: 12px;
	text-align: center;
}
.sidelink ul {
	width: 172px;
	margin: 5px auto;
	padding: 0px;
	list-style-type: none;
}
.sidelink ul li {
	width: 172px;
	margin: 2px 0px 2px 0px;
}
.sidelink ul li a {
	width: 172px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sidelink ul li img {
	width: 170px;
	height:38px;
	border: 1px #DFCBA6 solid;
}
/**********主要内容样式**********************************************************************/
.content_main {
	width: 780px;
	float: left;
	overflow: hidden;
	text-align:left;
	background-color: #FFFFFF;
	margin-bottom: -32767px;
	padding-bottom: 32767px;
}
.index_title {
	width: 480px;
	height: 30px;
	line-height: 30px;
	color: #9A6600;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	margin-top: 23px;
	background-image: url('images/indtitbg.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
.index_title span {
	width: 30px;
	height: 30px;
	line-height: 34px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 350px;
}
.index_zxdt {
	width: 470px;
	height: 140px;
	float: left;
	padding: 15px 0px 15px 15px;
	text-align: center;
}
.index_zxdt ul {
	margin-left: 20px;
	margin-top:10px;
	padding: 0px;
	list-style-type: none;
}
.index_zxdt ul li {
	width: 470px;
	height: 24px;
	line-height: 24px;
	color: #9A6600;
	text-align: left;
	font-size: 12px;
	list-style-type: square;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_zxdt ul li a {
	text-decoration: underline;
}
.index_zxdt ul li a:hover {
	text-decoration: none;
	color: #000000;
}
.index_zxdt ul li span {
	color: #666666;
	padding-left: 10px;
}
.index_gsjj {
	width: 480px;
	float: left;
	display: inline;
	padding: 15px 0px 15px 15px;
	text-align: left;
}
.tuwen {
	width: 490px;
	height:270px;
	padding: 15px 0px 10px 7px;
	line-height: 200%;
	color: #9A6600;
	overflow:hidden;
}
.tuwen img {
	float: left;
	margin: 4px 10px 4px 0px;
	width: 160px;
	height: auto;
}
/**********产品联系部分样式******************************************************************/
.rightwindow {
	position: absolute;
	right:6px;
	top: 301px;
	width: 240px;
	text-align:left;
	border-left: 1px #DFCBA6 dashed;
}
.side_title {
	width: 210px;
	height: 30px;
	line-height: 30px;
	color: #9A6600;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin-left: 10px;
	background-image: url('images/indtitbg.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
.side_title span {
	width: 30px;
	height: 30px;
	line-height: 34px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 100px;
}
/*********首页产品滚动样式******************************************************************/
#movepro {
	width: 210px;
	height: 160px;
	overflow: hidden;
	margin: 18px 0px 18px 18px;
	border: 3px #DFCBA6 solid;
}
#movepro ul {
	width:2100px;/*这里修改首页滚动产品的数目：数目乘以210像素*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#movepro li {
	height: 160px;
	width: 210px;
	float: left;
	margin: 0px;
	list-style-type: none;
}
#movepro li a {
	width: 210px;
	height: 140px;
	line-height:140px;
	display: block;
	vertical-align: middle;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	*display: block;
   	*font-size: 120px;/*约为高度的0.873，200*0.873 约为175*/
    	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
#movepro li img {
	height: 140px;
	border: 1px silver solid;
	max-width: 210px;
	max-height: 140px;
	vertical-align: middle;
	*width: expression(this.width>210&&this.width>this.height?140:auto);
}
#movepro li span {
	display:block;
	height: 18px;
	width:210px;
	font-size:12px;
	line-height: 20px;
	text-align:center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	color:#666666;
	background-color:#E1E0D9;
	border-top:1px #FFFFFF solid;
}
.indexcontact {
	width: 210px;
	height:240px;
	overflow: hidden;
	font-size: 12px;
	color: #9A6600;
	line-height: 150%;
	padding: 5px;
	margin: 10px 0px 10px 15px;
	background-image:url('images/contbg.jpg');
	background-position:right center;
	background-repeat:no-repeat;
	white-space:pre;
}
.indexcontact img {
	width:210px;
	clear:both;
	padding-bottom:5px;
}
/**********页脚部分样式**********************************************************************/
.webbottom {
	width: 990px;
	height: 56px;
	z-index: 10;
	background-color: #FFFFFF;
	clear:both;
}
.webbottom div {
	float: left;
	height: 56px;
}
.botmenu {
	width: 697px;
	display: inline;
	padding-top: 4px;
	font-size: 12px;
	color: #276E38;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
}
.botmenu a {
	text-decoration: none;
	font-size: 12px;
	color: #276E38;
	font-weight: bold;
}
.botmenu a:hover {
	color: gray;
	text-decoration: underline;
}
/**********内页样式**********************************************************************/
.Nyside_title {
	width: 184px;
	height: 24px;
	line-height: 30px;
	color: #9A6600;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	margin:14px 0px 10px 14px;
	background-image: url('images/NySideBg.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
/**********内页侧边产品导航样式**********************************************************************/
.Nysidepro {
	width: 180px;
	font-size: 12px;
	text-align: center;
}
.Nysidepro ul {
	width: 180px;
	margin: 5px 0px;
}
.Nysidepro ul li {
	height: 22px;
	line-height: 22px;
	width: 180px;
	margin: 1px 0px 1px 0px;
}
.Nysidepro ul li a {
	display: block;
	width: 177px;
	height: 22px;
	line-height: 22px;
	color: #9A6600;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url('images/NyProListBg.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
.Nysidepro ul li a:hover {
	color: #FFFFFF;
	background-image: url('images/NyProListOverBg.gif');
}
.Nysidepro ul li a.nochange {
	display: block;
	width: 177px;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 12px;	
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: url('images/NyProListOverBg.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
/**********内页侧边图片链接样式**********************************************************************/
.NySideImg{
	width:150px;
	text-align:center;
	margin-bottom:20px;
}
.NySideImg ul li img{
	border:none;
	width:150px;
	height:50px;
	display:block;
}
.NySideImg ul li a{
	text-decoration:none;
}
/**********内页主要内容样式**********************************************************************/
.mybody{
	width:660px;
	margin:30px 0px 40px 50px;
}
.Nytitle{
	width:640px;
	height:34px;
	line-height:34px;
	color: #9A6600;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom:20px;
	background-image:url('images/Nttitlebg.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}
.contentbody{
	width:660px;
	line-height:200%;
	font-size:14px;
	color:black;
	font-family:Arial;
}
/**************内容部分-页数统计样式*************/
.RecordTotal{
	width:100%;
	padding:3px;
	text-align:right;
	color:gray;
	font-size:12px;
}
/**************内容部分-分页样式*************/
.Pagination{
	width:100%;
	padding:3px;
	text-align: right;
}
.Pagination a{
	margin-right:10px;
	padding: 3px 10px 2px 10px;
	border: 1px gray solid;
	background-color: #FFFFFF;
	color: black;
	text-decoration: none;
	font-size:12px;
}
.Pagination a:hover{
	color:green;
	border:1px green solid;
	background-color:#FDFBD5;
}
/**************内容部分-后退按钮样式*************/
.Back{
	text-align:center;
}
.Back a{
	margin-right:10px;
	padding: 3px 10px 2px 10px;
	border: 1px gray solid;
	background-color: #FFFFFF;
	text-decoration: none;
	color: black;
}
.Back a:hover{
	color:green;
	border:1px green solid;
	background-color:#FDFBD5;
}

/**************内容部分-文字列表样式*************/
.ContentTextList{
	list-style: none;
	margin:10px 0px;
	line-height: 30px;
}
.ContentTextList li{
	width:640px;
	height:30px;
	white-space: nowrap;
	overflow: hidden;
	border-bottom:1px #CCCCCC dotted;
}
.ContentTextList span{
	float: left;
	display:block;
	width:140px;
	color:gray;
	font-size:12px;
}
.ContentTextList a{
	display: block;
	float: left;
	text-decoration: none;
	width:500px;
	font-size:14px;
	letter-spacing:1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ContentTextList a:hover{
	color: #AA0000;
}
/**************内容部分-图标列表样式*************/
.ContentIcoList{
	text-align: center;
}
.ContentIcoList{
	text-align: center;
}
.ContentIcoList li{
	display: block;
	float: left;
	width: 132px;
	padding-left:4px;
	margin-right:15px;
	margin-bottom:10px;
	white-space: normal;
}
.ContentIcoList img{
	border: 1px #999999 solid;
	width: 130px;
	height: 110px;
}
.ContentIcoList span{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top:10px;
	width: 120px;
}
.ContentIcoList a{
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
.ContentIcoList a:hover{
	color: #0066CC;
}
/**************内容部分-新闻样式*************/
.NewsTitle {
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	color:green;
}
.NewsFrom {
	font-size: 12px;
	color: #666666;
	margin-bottom: 20px;
}
.NewsContent {
	text-align: left;
	margin-bottom: 20px;
}
/**************内容部分-产品样式*************/
.ProdTitle {
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color:green;
}
.ProdContent {
	text-align: left;
	margin-bottom: 20px;
}
/**************在线订单*************/
/*表格内文字样式*/
#order_online {
	text-align: center;
}
#order_online table {
	font: 9pt Verdana;
	color: #707070;
}
#order_online td {
	padding: 5px;
	text-align: center;
}
/*单数行颜色*/
#order_online .order_tr1 {
	background-color: #F7F7F7;
}
/*双数行颜色*/
#order_online .order_tr2 {
	background-color: #EEEEEE;
}
/*输入框样式*/
#order_online .order_testinput {
	font-family: Verdana;
	font-size: 9pt;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
/*按钮样式*/
.button {
	padding-top: 3px;
}
/*留言回复区域*/
.Msg {
	border: 1px #428817 solid;
	font-size: 12px;
}
.Msg .MsgTitle, .Msg .MsgRef {
	background-color: #FAFEE2;
	border-bottom: 1px #428817 solid;
	padding-left: 10px;
}
.Msg .MsgContent, .Msg .MsgRefContent {
	background-color: #F7FFFF;
	padding: 5px;
}
.Msg .MsgRef {
	border-top: 1px solid #428817;
	font-size: 12px;
	color: olive;
	font-weight: bold;
}
/*留言分页*/
.MsgPagination {
	width: 640px;
	text-align: right;
	margin: 10px 0px;
}
.MsgPagination a {
	font-size: 12px;
	text-decoration: none;
	color: black;
	margin-left: 10px;
	padding: 3px 10px 0px 10px;
	border: 1px gray solid;
	background-color: #FFFFFF;
}
.MsgPagination a:hover {
	color: green;
	border: 1px green solid;
	background-color: #FDFBD5;
}
/*留言表单提交*/
.MsgForm {
	font-size: 12px;
	border: 1px #428817 solid;
}
.MsgForm form {
	margin: 0px;
}
.MsgForm table {
	margin:0px;
	width:640px;
}
.MsgForm td{
	padding:5px;
	text-align:center;
}
.MsgTitle {
	color:olive;
	font-size:12px;
	letter-spacing: 2px;
	margin-bottom:20px;
	border-bottom:1px #C0C0C0 dashed;
}
.MsgForm .MsgName {
	font-size: 12px;
	width:100px;
}
.MsgForm .MsgEmail {
	font-size: 12px;
	width:100px;
}
.MsgForm .MsgUrl {
	font-size: 12px;
	width:100px;
}
.MsgContent {
	width:500px;
	height:120px;
	font-size: 14px;
	line-height:150%;
	color:red;
	background-color: #F2F2F2;
}
.MsgSubmit {
	font-size: 12px;
	margin: 0px 10px 0px 10px;
}
.MsgReset {
	font-size: 12px;
	margin: 0px 10px 0px 10px;
}