﻿/*系统样式，CMS定义*/
body {
	font-family: "arial";
	font-size: 12px;
	color: #72776D;
	margin:0px;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	background-color: #F0F8E9;
	overflow-x: hidden;
	overflow-y: auto;
}

td {
	font-family:"arial";
	font-size: 12px;
	color: #72776D;
}

.bt {
	BORDER:  1px solid #448806;
	PADDING-top: 3px;
	FONT-SIZE: 12px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #7EBE44;
	height: 19px;

}
.input {
	COLOR: #333333;
	BACKGROUND-COLOR: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border:1px solid #C5DEAF;
	background-color:#F6FAF2;
	height:20px;

}
.input2 {
	font-family:Verdana;
	font-size:11px;
	COLOR: #333333;
	text-decoration: none;
	width: 100%;
	height:20px;
	line-height:18px;
	border:1px solid #C5DEAF;
	background-color:#F3F7F0;

}

a:link {
	color: #72776D;
	text-decoration: none;
}
a:visited {
	color: #72776D;
	text-decoration: none;
}
a:hover {
	color: #31211A;
	text-decoration: underline;
}

/*中文*/
.cnfont{
	font-size: 12px;
}
/*英文*/
.enfont{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:link{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:visited{
	font-family:"Tahoma";
	font-size: 11px;
}

/*当前样式*/
.this {
	COLOR: #DD0009;
	font-weight: bold;
}
/*加粗*/
.bold{
	font-weight:bold;
}


/*以下自定义*==============================/

/*内容行高样式*/
.h18{
	line-height: 18px;
	WORD-WRAP: break-word;
	word-break:break-all;
}
.h22 {
	line-height: 22px;
	WORD-WRAP: break-word;
	word-break:break-all;
}
.font14{
font-size:14px;
}
/*整体文字色定义*/
.font1{
	COLOR: #FFFFFF;
	text-decoration: none;
}
.font1 a:link{
	COLOR: #FFFFFF;
	text-decoration: none;
	}
.font1 a:visited{
	COLOR: #FFFFFF;
	text-decoration: none;
}
.font1 a:hover{
	COLOR: #FFFFFF;
	text-decoration: underline;
}

.font2{
	COLOR: #FEFF01;
	text-decoration: none;
}
.font2 a:link{
	COLOR: #FEFF01;
	text-decoration: none;
	}
.font2 a:visited{
	COLOR: #FEFF01;
	text-decoration: none;
}
.font2 a:hover{
	COLOR: #FFFFFF;
	text-decoration: none;
}	

.font3{
	COLOR: #1E6C2D;
	text-decoration: none;
}
.font3 a:link{
	COLOR: #1E6C2D;
	text-decoration: none;
	}
.font3 a:visited{
	COLOR: #1E6C2D;
	text-decoration: none;
}
.font3 a:hover{
	COLOR: #EC5300;
	text-decoration: none;
}	


.font4{
	COLOR: #EC5300;
	text-decoration: none;
}
.font4 a:link{
	COLOR: #EC5300;
	text-decoration: none;
	}
.font4 a:visited{
	COLOR: #EC5300;
	text-decoration: none;
}
.font4 a:hover{
	COLOR: #EC5300;
	text-decoration: none;
}	


/*白色透影*/
.whitety {
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
	text-decoration: none;
}


/*轮显图片样式*/
.pcboximg{
	width:220px;
	height:150px;
	border: 1px solid #000000
}
.show_on{
	color:#ffffff;
	width:13px;
	height:13px;
	line-height:13px;
	font-size: 11px;
	font-weight:bold;
	cursor: pointer;
	background-color: #DB0000;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.show_off{
	color:#ffffff;
	width:13px;
	height:13px;
	line-height:13px;
	font-size: 10px;
	cursor: pointer;
	background-color: #000;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*结束*/
.banner-side{
	border:1px solid #E7EFE0;
	background-color:#ffffff;
}
.banner-side2{
	border:1px solid #F0F8E9;
}
.pcside{
	border:1px solid #006F22;
	background-color:#ffffff;
}


.banner{
border:1px solid #FFFFFF;
background-color:#ffffff;
}
.bg-left {
	background-color: #FFFFFF;
	background-image: url(z_bg_left.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border:1px solid #E7EFE0;
}

.line{
border-bottom:1px solid #EEF8E5;
}
.line2{
border-bottom:1px dotted #C4E7A5;
}
