﻿/*本样式表已通过IE6、IE7、IE8、火狐、遨游、360浏览器测试，页面可正常浏览。韩从迎(2010年5月)*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #0a6A1d;
	scrollbar-darkshadow-color: #ffffff;
}
body {
	margin: 0px;
	font-size: 12px;
	font-family: Tahoma,Verdana;
	background: #013300 url('tlbackground.jpg') center top no-repeat;
}
div {
	overflow: hidden;
	margin: 0px auto;
}
ul, li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6720;
	text-decoration: underline;
}
select {
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
}
input {
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	margin:2px;
}
table {
	width:100%;
	border-collapse: collapse;
}
tr:hover {
	background-color:#F1F1F1;
}
td {
	padding:0px 2px;
	border:1px gray solid;
	text-align:center;
}
img {
	border: 0;
	vertical-align: middle;
}
hr {
	margin: 0px;
	padding: 5px 0px;
	font-size: 1px;
}
h3 {
	font-size: 17px;
	color:green;
	line-height: 40px;
	text-align:left;
	font-weight:500;
	letter-spacing:1px;
	font-family:"微软雅黑","幼圆","黑体";
}
strong {
	font-weight: bold;
}
.floatleft {
	float: left;
	padding-right: 5px;
	clear: both;
}
.floatright {
	float: right;
	padding-left: 5px;
	clear: both;
}
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+ */
}
/*页面顶部*/
.topbar {
	width:1004px;
	height:104px;
	background:green url('topbg.jpg') top left no-repeat;
}
/*导航菜单*/
#topmenu {
	position:relative;
	width: 1004px;
	height: 51px;
	text-align: center;
	background:#04570F url('menubg.jpg') 0px 0px repeat-x;
	overflow: visible;
	z-index:2010;
}
#topmenu ul {
	position:absolute;
	top:0px;
	left:12px;
	width:980px;
	height:39px;
}
#topmenu ul li {
	float: left;
	width: 98px;
	height: 39px;
}
#topmenu ul li a {
	display: block;
	width: 98px;
	height: 39px;
	line-height:39px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial;
	text-decoration: none;
	background: url('menubar.gif') center right no-repeat;
}
#topmenu ul li a:hover {
	color: #C3D6C3;
	background: url('menuover.gif') center right no-repeat;
}
#topmenu ul li ul {
	display: none;
	position: relative;
	top: 0px;
	left: -3px;
	_left: -1px;
	width: 94px;
	height: auto;
	border-bottom: 1px #357D3D solid;
	z-index:2;
}
#topmenu ul li ul li {
	width: 94px;
	height: 24px;
	text-align: center;
	border-left: 2px #357D3D solid;
	border-right: 2px #357D3D solid;
	border-bottom: 1px #357D3D solid;
}
/*二级下拉菜单有小图标样式（可选）
#topmenu ul li ul li a {
	display: block;
	width: 94px;
	height: 24px;
	line-height:24px;
	color: #C3D6C3;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	font-weight:normal;
	text-indent: 18px;
	background: #06551A url('icon1.gif') 5px 48% no-repeat;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#topmenu ul li ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #034217 url('icon1.gif') 5px 48% no-repeat;
}
*/
#topmenu ul li ul li a {
	display: block;
	width: 94px;
	height: 24px;
	line-height:24px;
	color: #C3D6C3;
	font-size: 12px;
	font-family: Arial;
	text-align:center;
	font-weight:normal;
	text-decoration: none;
	background-color: #06551A;
	background-image:none;/*防止继承上一级联样式背景图片*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#topmenu ul li ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #034217;
	background-image:none;/*防止继承上一级联样式背景图片*/
}
#topmenu ul li ul li ul {
	display: none;
}
/*覆盖掉菜右侧露出的背景图片*/
.overit {
	position:absolute;
	width:2px;
	height:51px;
	right:12px;
	top:0px;
	background:green url('menubg.jpg') top left repeat-x;
}
/*横向滚动带倒影的照片展示*/
.myview {
	width:1004px;
	height:400px;
	clear:both;
}
/*首页主体*/
.indexmain {
	position:relative;
	width:1004px;
	height:auto;
	font-size:12px;
	color:#666666;
	margin:10px auto;
}
/*首页简介*/
.indexabout {
	position:absolute;
	left:18px;
	top:55px;
	width:355px;
	height:150px;
	text-align:left;
	line-height:150%;
} 
/*首页产品滚动*/
#indexprod {
	position:absolute;
	left:402px;
	top:62px;
	width: 331px;
	height:137px;
}
#indexprod table {
	border-collapse:collapse;
	border:0px;
}
#indexprod table td {
	padding: 0px 3px;
	text-align:center;
	border:0px;
}
#indexprod table td img {
	display:block;
	width:auto;
	height:117px;
}
#indexprod table td span {
	display: block;
	width:auto;
	height: 18px;
	line-height:18px;
	text-align: center;
	overflow: hidden;
	color:#FFFFFF;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color:#77B837;
}
/*首页企业邮局登录*/
.indexlogin {
	position:absolute;
	left:782px;
	top:99px;
	width: 190px;
	height:95px;
	text-align:left;
	line-height:22px;
}
/*首页销售网点*/
.indexsaling {
	position:absolute;
	left:18px;
	top:260px;
	width: 160px;
	height:130px;
	text-align:left;
	line-height:150%;
}
/*页面底部导航*/
.footmenu {
	position:relative;
	width:1004px;
	text-align:center;
}
.footmenu ul {
	width:970px;
	height:20px;
	padding:10px 17px;
	border-top:5px #5D9742 solid;
}
.footmenu ul li {
	float:left;
	width:97px;
	height:20px;
	background:url('footmenubar.gif') right 48% no-repeat;
}
.footmenu ul li a {
	color:#FFFFFF;
	font-size:12px;
}
.footmenu ul ul {
	display:none;
}
.totop {
	position:absolute;
	right:1px;
	top:6px;
	width:27px;
	height:27px;
}
/*页面底部宣传图*/
.footpic {
	width:1004px;
	height:90px;
}
.footbar {
	width:1004px;
	height:auto;
	padding:10px 0px;
	text-align:center;
	color:#5D9740;
	font-size:12px;
	line-height:150%;
}
.footbar a {
	color:#5D9740;
	text-decoration:none;
}
.footbar a:hover {
	color:orange;
	text-decoration:none;
}
/*内页样式开始*/
#content {
	position:relative;
	width:1004px;
	height:auto;
	margin:10px auto;
	background:#FFFFFF url('contentbg.gif') 5px top repeat-y;
}
.rtnook {
	width:1004px;
	height:17px;
	background:#FFFFFF url('rtbg.gif') top right no-repeat;
}
.lbnook {
	position:absolute;
	left:0px;
	bottom:0px;
	width:226px;
	height:25px;
}
.sidebar {
	float:left;
	width:221px;
	padding:0px 5px 20px 5px;
}
.sidemenu {
	position:relative;
	width:221px;
	height:311px;
	background:url('sidemenu.jpg') no-repeat;
}
.sidemenu ul {
	position:absolute;
	left:36px;
	top:116px;
	width:150px;
	height:165px;
	overflow:hidden;
}
.sidemenu ul li {
	width:150px;
	height:32px;
	line-height:32px;
	text-align:left;
	font-size:12px;
	text-indent:18px;
	letter-spacing:1px;
	border-bottom:1px #BFBFBF dotted;
	background: url('sidemenubar.gif') 0px 48% no-repeat;
}
.sidetype {
	width:176px;
	line-height:150%;
	color:#666666;
	text-align:left;
}
.sidelink {
}
.sidelink ul {
	width:184px;
	margin:5px auto;
}
.sidelink ul li {
	width:184px;
	height:54px;
}
.mybody {
	float:left;
	width:724px;
	height:auto;
	padding:0px 0px 20px 15px;
}
.mytitle {
	width:724px;
	height:35px;
	line-height:35px;
	text-align:left;
	text-indent:45px;
	font-size:12px;
	color:#999999;
	background: url('mytitbg.png') no-repeat;
}
.mytitle a {
	color:#999999;
	text-decoration:none;
}
.mytitle a:hover {
	color:green;
	text-decoration:none;
}
.main {
	width:720px;
	height:auto;
	padding:15px 2px;
	line-height:200%;
	font-size:12px;
	color:#666666;
}
/*内容部分-图标列表干栏目*/
.ColumnsListName {
	float: left;
	width: 500px;
	height: 20px;
	line-height: 20px;
	background-color: #F2F2F2;
	font-weight: bold;
	font-size: 12px;
	text-indent: 20px;
	margin-top: 15px;
}
.ColumnsListMore {
	float: left;
	width: 100px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	background-color: #DDDDDD;
	text-align: center;
	margin-top: 15px;
}
/*模板栏目图标样式*/
.ColumnsList_Ico {
	clear: both;
	width: 100%;
	text-align: center;
}
.ColumnsList_Ico ul li {
	float: left;
	width: 192px;
	height: 220px;
	text-align: center;
	margin: 15px 2px;
	overflow: hidden;
	_display: inline;
}
.ColumnsList_Ico .img {
	width: 190px;
	height: 190px;
	display: table-cell;
	font-size:150px;
	vertical-align: middle;
	text-align: center;
	border: 1px #DDDDDD solid;
}
.ColumnsList_Ico .img a{
	width:190px;
	height:190px;
	display:block;
	vertical-align:middle;
}
.ColumnsList_Ico .img img{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	max-width:190px;
	max-height:190px;
	vertical-align:middle;
	*width: expression(this.width > 190 && this.width > this.height ? 190 : true);
	*height: expression(this.height > 190 ? 190 : true);
	*vertical-align:middle;
}
.ColumnsList_Ico .name {
	width: 190px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color:#F2F2F2;
	border: 1px #DDDDDD solid;
}
.ColumnsList_Ico .details {
	display: none;
	width: 190px;
	height: 30px;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
/*模板栏目文本样式*/
.ColumnsList_text {
	width: 720px;
	clear: both;
}
.ColumnsList_text ul li {
	text-align: left;
	height: 24px;
	width: 710px;
	line-height: 24px;
	text-indent: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url('icon_1.gif');
	background-position: 15px 48%;
	background-repeat: no-repeat;
	border-bottom: 1px gray dashed;
}
/*产品列表页面*/
.ProdRecordTotal {
	margin: 20px 0px;
	height: 20px;
	color: gray;
	text-align: center;
	line-height: 20px;
	clear: both;
}
.ProdList {
	clear: both;
	text-align: center;
}
.ProdList li {
	float: left;
	width: 192px;
	height:212px;
	_display:inline;
	margin:10px 2px;
}
.ProdList .img{
	width:190px;
	height:190px;
	line-height:190px;
	font-size:150px;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	border:1px #DDDDDD solid;
}
.ProdList .img a{
	width:190px;
	height:190px;
	display:block;
	vertical-align:middle;
	background-color:#FFFFFF;
}
.ProdList .img img{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	max-width:190px;
	max-height:190px;
	vertical-align:middle;
	*width: expression(this.width > 190 && this.width > this.height ? 190 : true);
	*height: expression(this.height > 190 ? 190 : true);
	*vertical-align:middle;
}
.ProdList .name {
	width: 190px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color:#F2F2F2;
	border: 1px #DDDDDD solid;
}
.ProdList .desc {
	display: none;
}
.ProdList .details {
	display: none;
}
/**********************产品不分栏列表***************************/
.RecordTotal{
	padding-bottom:20px;
	color:gray;
	clear: both;
}
.ProdList{
	margin: 0;
	padding:0;
	list-style:none;
	text-align: center;
}
.ProdList li {
	float: left;
	width: 302px;
	height:184px;
	margin:10px;
	_display:inline;
}
.ProdList .Image{
	width: 300px;
	height: 163px;
	overflow:hidden;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	border:1px #E0E0E0 solid;
}
.ProdList .Image:hover{
	background-color: #F0FBF0;
}
.ProdList .Image img{
	border:0px;
	width: 300px;
	height: 163px;
}
.ProdList .Name{
	width:300px;
	height: 20px;
	line-height: 20px;
	color:black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ProdList .Desc{
	display:none;
}
.ProdList .Details{
	display:none;
}
/*页面跳转按钮样式*/
.ProdPagination {
	display:none;
	margin: 20px 0px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	background-color: #F7F7F7;
	text-align: center;
	clear: both;
}
.ProdPagination a {
	margin-right: 10px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.ProdPagination a:hover {
	background-color: #FFFFFF;
	color: black;
}
.ProdCount {
	display:none;
}
/*产品内容页面*/
.ProdTitle {
	display:none;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #003399;
}
.ProdContent {
	text-align: left;
	margin-bottom: 20px;
}
.ProdBack {
	text-align: center;
	margin:20px auto;
	clear:both;
}
.ProdBack a {
	margin-right: 10px;
	padding: 2px 10px 1px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.ProdBack a:hover {
	background-color: #FFFFFF;
	color: black;
}
/*产品跳转按钮样式*/
.ProdListPagination {
	display:none;
	margin: 20px 0px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	background-color: #F7F7F7;
	text-align: center;
	clear: both;
}
.ProdListPagination a {
	margin-right: 10px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.ProdListPagination a:hover {
	background-color: #FFFFFF;
	color: black;
}
/*新闻列表页面*/
.NewsRecordTotal {
	margin: 20px 0px;
	height: 20px;
	line-height: 21px;
	background-color: #F7F7F7;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: gray;
}
.NewsList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.NewsList li {
	border-bottom: 1px #CCCCCC dotted;
	height: 30px;
	line-height: 30px;
}
.NewsList li:hover {
	background-color: #F7F7F7;
}
.NewsList .Name {
	float: left;
	width: 70%;
	background-image: url('icon2.gif');
	background-position: 15px 48%;
	background-repeat: no-repeat;
	text-indent: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.NewsList .Name a {
	display: block;
	font-size: 12px;
	color: black;
}
.NewsList .Name a:hover {
	color: #0000CC;
	background-color: transparent;
}
.NewsList .Time {
	float: left;
	width: 28%;
	text-align: right;
	color: #808080;
}
.NewsPagination {
	margin: 20px 0px;
	height: 25px;
	line-height: 25px;
	background-color: #F7F7F7;
	text-align: center;
}
.NewsPagination a {
	margin-right: 10px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.NewsPagination a:hover {
	background-color: #FFFFFF;
	color: black;
}
/*新闻内容页面*/
.NewsTitle {
	display:none;
	font-size: 14px;
	color: #B00000;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px;
}
.NewsFrom {
	font-size: 12px;
	color: #666666;
	font-family: Verdana;
	text-align: center;
	margin: 10px 0px;
}
.NewsContent {
	margin: 20px 0px;
}
.NewsBack {
	text-align: center;
}
.NewsBack a {
	margin-right: 10px;
	padding: 2px 10px 1px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color: gray;
}
.NewsBack a:hover {
	background-color: #FFFFFF;
	color: black;
}

.ProdRecordTotal {
	height: 20px;
	line-height: 20px;
	padding-top:10px;
	margin-top:20px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color:gray;
	border-top:1px gray dashed;
	clear:both;
}
.ProdRecordTotal a {
	padding:2px 5px 1px 5px;
	border:1px silver solid;
	background-color: #F7F7F7;
	margin:0px 3px;
	height: 18px;
	line-height: 20px;
	text-decoration:none;
}
.ProdRecordTotal a:hover {
	background-color: #FFFFFF;
	border:1px #0065CA solid;
	color:#0065CA;
}
/*客户留言样式*/
.MsgForm{
	text-align:center;
}
.MsgFormTitle{
	font-size:12px;
	font-weight:bold;
	width:720px;
	text-align:left;
	background-color:#D9F8FF;
	text-indent:20px;
	height:30px;
	line-height:30px;
	border:1px  solid #A6D3EE;
}
.MsgForm table{
	width:720px;
	font-size:12px;
	border-collapse:collapse;
	text-align:left;
}
.MsgForm td{
	padding:3px;
	/*border:1px black solid;*/
}
.MsgForm td.td1{
	width:70px;
	text-align: center;
}
.MsgForm input.text1{
	width:200px;
}
.MsgForm textarea.text1{
	width:98%;
}
.MsgForm .submit{
	text-align: center;
}

.MsgTable {
	text-align:center;
}
.MsgTableTitle{
	font-size:12px;
	font-weight:bold;
	width:720px;
	text-align:left;
	background-color:#D9F8FF;
	text-indent:20px;
	height:30px;
	line-height:30px;
	border:1px solid #A6D3EE;
}
.MsgTable table{
	width:720px;
	font-size:12px;
	line-height:18px;
	border-collapse:collapse;
	margin:3px 0px;
}
.MsgTable td{
	padding:5px;
	border:1px  solid  #45A8E2;
}
.MsgTable .td1 div{
	text-align: center;
}
.MsgTable td.td1{
	width:100px;
	background-color:#EBF5FA;
}
.MsgTable td.td2{
	text-align:right;
	background-color:#EBF5FA;
}
.MsgTable td.td3{
	text-align:left;
	background-color:#EBF5FA;
}
.MsgTable td.td4{
	width:100px;
	font-weight:bold;
	text-align: center;
	background-color:#DAEDF5;
}
.MsgTable td.td5{
	font-weight:bold;
	text-align:right;
	background-color:#DAEDF5;
}
.MsgTable td.td6{
	font-weight:bold;
	text-align:left;
	background-color:#DAEDF5;
}
.MsgTable .Pagination td{
	border:0px;
}
