/*总体描述，以下为常用CSS样式表，主要针对页面中的文本部分及表单部分加以定义，如出现其他需求，请自行按照
命名规则在该样式表内加入
命名规则：（应用属性）+ （应用区域或属性）+ （编号）
                a     +          nav      +    01 

*/




/* 文字部分 */
td {
	font-size: 12px;
	text-decoration: none;
	line-height: 22px;
	color: #666666;
} /* 全局字体控制*/


.fontc12{
	font-size: 12px;
	text-decoration: none;
	color: #786262;
}/* 中文字体，12象素大小，样式1*/
.fontc14red {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}


.fontc12b{
	font-size: 12px;
	text-decoration: none;
	color: #EE7D22;
}
.contact {
	font-size: 12px;
	line-height: 35px;
	color: #666666;
	text-decoration: none;
}

.fontc12c {
	font-size: 12px;
	color: #4AA420;
	text-decoration: none;
}

.fontc12a{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}/* 中文字体，12象素大小，样式2*/
.fontc12d {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.fontcw {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


 /* 对于字体属性部分，当页面出现过多不同样式时，则在字号后加入字母编号加以区别。例如：.fontc12a...........fontc12x  */



.fontc14{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}/* 中文字体，14象素大小*/


.fontc16{
	font-size: 16px;
	color: #786262;
}/* 中文字体，16象素大小*/


.fonte9 {
	font-size: 9px;
	font-height: 90%;
	line-height:15px;
	text-decoration: none;
	color: #786262;
	font-family: "Arial";
}/* 英文字体，9象素大小*/


.fonte11 {
	font-size: 11px;
	font-height: 100%;
	line-height:15px;
	text-decoration: none;
	color: #999999;
	font-family: Arial;
}/* 英文字体，11象素大小*/


.fontleft {
	font-size: 12px;
	line-height: 25px;
	padding-top: 0px;
	padding-left: 21px;
	padding-right: 10px;
}/* 控制文本排列属性，上下左右边距等*/




	
/* 链接部分 */
a:visited {font-size: 12px; color: #356A00; text-decoration: none}
a:active {font-size: 12px; color: #356A00;text-decoration: none}
a:link {font-size: 12px; color: #5F5F5F;text-decoration: none;}
a:hover {font-size: 12px; color: #5F5F5F; text-decoration: underline} 

a.en:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
/* 全局文字链接属性*/

a.a_black:visited {  font-size: 12px; color: #356A00; text-decoration: none}
a.a_black:active {font-size:12px; color: #356A00;text-decoration:none}
a.a_black:link {font-size: 12px; color: #000000;text-decoration:none}
a.a_black:hover {font-size: 12px; color: #000000; text-decoration: underline}
/* 标题文字链接属性*/

a.a_nav:visited {font-size: 12px; color: #FBE3C8; text-decoration: none}
a.a_nav:active {font-size: 12px; color: #FBE3C8;text-decoration: none}
a.a_nav:link {font-size: 12px; color: #FDF1E3;text-decoration: none;}
a.a_nav:hover {font-size: 12px; color: #FBC1B5; text-decoration: none} 
/* 导航文字链接属性*/

a.a_title:visited {  font-size: 12px; color: #299F11; text-decoration: underline}
a.a_title:active {font-size:12px; color: #299F11;text-decoration:none}
a.a_title:link {font-size: 12px; color: #309013;text-decoration:underline}
a.a_title:hover {font-size: 12px; color: #4FB223; text-decoration: none}
/* 标题文字链接属性*/
a.a_yellow:visited {  font-size: 12px; color: #CC6600; text-decoration: none}
a.a_yellow:active {font-size:12px; color: #CC6600;text-decoration:none}
a.a_yellow:link {font-size: 12px; color: #FF8306;text-decoration:underline}
a.a_yellow:hover {font-size: 12px; color: #FFA346; text-decoration: underline}

a.l:visited {font-size: 12px; color: #000000F; text-decoration: none}
a.l:active {font-size: 12px; color: #666666;text-decoration: none}
a.l:link {font-size: 12px; color:#000000;text-decoration: none;}
a.l:hover {font-size: 12px; color:#FFFFFF; text-decoration: underline} 

a.more:visited {
	font-size: 10px;
	color: #CC6600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
a.more:active {
	font-size:10px;
	color: #CC6600;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
a.more:link {
	font-size: 10px;
	color: #FF8306;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
a.more:hover {
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


/* 标题文字链接属性*/
/* 链接部分的命名方式为：(a.)+(英文属性描述) 例如：a.nav 就是应用与导航文字的样式*/



/*背景部分*/
.bg {
	background-image: url(../../images/index_79.jpg);
	background-repeat: repeat-y;
	height: 26px;
	text-indent: 15px;
}
.bg1 {
	background-image: url(../../images/bg.gif);
	height: 21px;
	text-indent: 15px;
	background-repeat: repeat-y;
}
.bg3 {
	background-image: url(../../images/1_29.jpg);
	background-repeat: repeat-x;
}
.bg4 {
	background-image: url(../../images/bg1.gif);
	background-repeat: repeat-y;
	height: 30px;
}
.bg5 {
	background-image: url(../../images/1_26.jpg);
	background-repeat: no-repeat;
}


.bd {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C7C7C5;
	border-right-color: #C7C7C5;
	border-bottom-color: #C7C7C5;
	border-left-color: #C7C7C5;
}



/* 控制td内背景属性，例如非循环出现背景等等*/






/* 表单部分*/
.input {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	height: 17px;
	color:#666666;
	font-size:12px
}/* 控制文本字段属性，边线粗细，背景色等等；其中的color用来指定输入文本颜色*/




.button {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	height: 18px;
}
/*控制提交按钮样式*/


.select{
	border-top: 1px solid AD9B9B;
	border-right: 1px solid AD9B9B;
	border-bottom: 1px solid AD9B9B;
	border-left: 1px solid AD9B9B;
	color:#310800;
	height: 19px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}/* 控制下拉列表属性，边线粗细，背景色等等；其中的color用来指定文本颜色*/
.fonte11a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	color: #4AA420;
	text-decoration: none;
}

.fonte11b {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	color: #666666;
	text-decoration: none;
}
