/*总体描述，以下为常用CSS样式表，主要针对页面中的文本部分及表单部分加以定义，如出现其他需求，请自行按照
命名规则在该样式表内加入
命名规则：（应用属性）+ （应用区域或属性）+ （编号）
                a     +          nav      +    01 

*/




/* 文字部分 */
td {
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	color: #666666;
} /* 全局字体控制*/


.fontc12{
	font-size: 12px;
	text-decoration: none;
	color: #786262;
}/* 中文字体，12象素大小，样式1*/


.fontc12a{
	font-size: 12px;
	text-decoration: none;
	color: #786262;
}/* 中文字体，12象素大小，样式2*/
 /* 对于字体属性部分，当页面出现过多不同样式时，则在字号后加入字母编号加以区别。例如：.fontc12a...........fontc12x  */



.fontc14{
	font-size: 14px;
	color: #786262;
}/* 中文字体，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: #786262;
	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: #000000; text-decoration: none}
a:active {font-size: 12px; color: #000000;text-decoration: none}
a:link {font-size: 12px; color: #000000;text-decoration: none;}
a:hover {font-size: 12px; color: #666; text-decoration: none} 
/* 全局文字链接属性*/


a.a_nav:visited {font-size: 12px; color: #FDF1E3; text-decoration: none}
a.a_nav:active {font-size: 12px; color: #FDF1E3;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: #3A0808; text-decoration: none}
a.a_title:active {font-size:12px; color: #3A0808;text-decoration:none}
a.a_title:link {font-size: 12px; color: #3A0808;text-decoration:none}
a.a_title:hover {font-size: 12px; color: #666666; text-decoration: none}
/* 标题文字链接属性*/
/* 链接部分的命名方式为：(a.)+(英文属性描述) 例如：a.nav 就是应用与导航文字的样式*/



/*背景部分*/
.bg {
	background-image: url(/images/index_09.jpg);
	background-repeat: no-repeat;
}
/* 控制td内背景属性，例如非循环出现背景等等*/






/* 表单部分*/
.input {
	border: 0px solid ##B8B4AF;
	background-color: #3A0808;
	height: 17px;
	width: 135px;
	color:#FDF1E3;
	font-size:12px
}/* 控制文本字段属性，边线粗细，背景色等等；其中的color用来指定输入文本颜色*/




.button {  border-color: #CCCCCC #666666 #666666 #CCCCCC; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
/*控制提交按钮样式*/


.select{
	border-top: 1px solid AD9B9B;
	border-right: 1px solid AD9B9B;
	border-bottom: 1px solid AD9B9B;
	border-left: 1px solid AD9B9B;
	color:#310800;
	width:165px;
	height: 19px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}/* 控制下拉列表属性，边线粗细，背景色等等；其中的color用来指定文本颜色*/.btable {
	padding-left: 64px;
}
.fontc12b {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #2b72ba;
}
a.fontc12b:visited {  font-size: 12px; color: #2b72ba; text-decoration: none}
a.fontc12b:active {font-size:12px; color: #2b72ba;text-decoration:none}
a.fontc12b:link {font-size: 12px; color: #2b72ba;text-decoration:none}
a.fontc12b:hover {font-size: 12px; color: #2b72ba; text-decoration: none}
.fontc14 {
	font-family: "宋体";
	font-size: 14px;
	color: #FFFFFF;
}
.second_title {
	padding-left: 80px;
}
.right_co {
	padding-right: 33px;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 42px;
}
.co-title {
	font-family: "宋体";
	font-size: 14px;
	color: #ff6600;
}
a.fontc12f:visited {  font-size: 12px; color: #2D70BF; text-decoration: none}
a.fontc12f:active {font-size:12px; color: #2D70BF;text-decoration:none}
a.fontc12f:link {font-size: 12px; color: #2D70BF;text-decoration:none}
a.fontc12f:hover {font-size: 12px; color: #2D70BF; text-decoration: none}