/*
*定义默认样式
*/
/*body体默认样式*/
BODY {
	
	SCROLLBAR-FACE-COLOR: #322509; 
	SCROLLBAR-HIGHLIGHT-COLOR: #322509; 
	SCROLLBAR-SHADOW-COLOR: #322509; 
	SCROLLBAR-3DLIGHT-COLOR: #322509; 
	SCROLLBAR-ARROW-COLOR: #463926; 
	SCROLLBAR-TRACK-COLOR: #463926; 
	SCROLLBAR-DARKSHADOW-COLOR: #322509; 

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(images/bg.jpg);背景图片*/
	FONT-SIZE: 12px; 
	/*COLOR: black;*/
	
	color: #666666; 
	BACKGROUND-COLOR: #322509;/* 背景颜色*/
}

/*
*   scrollbar-face-color表示滚动条面的颜色 
*   scrollbar-shadow-color表示滚动条右斜面的颜色 
*   scrollbar-highlight-color表示滚动条左斜面的颜色 
*   scrollbar-3dlight-color表示滚动条上边和左边边沿的颜色 
*   scrollbar-darkshadow-color表示滚动下边和右边边沿的颜色 
*   scrollbar-track-color表示滚动条底板的颜色 
*   scrollbar-arrow-color表示滚动条两端箭头的颜色 
*/
/*select体默认样式*/
select{width:73px;height:18px;}
/*table体默认样式*/
TABLE {FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial,宋体,sans-serif; LINE-HEIGHT:22px;}


/*tr体默认样式*/
TR {FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial,宋体,sans-serif}


/*tr体默认样式*/
TD {FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial,宋体,sans-serif;}

/*br体默认样式*/
BR {FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial,宋体,sans-serif}

/*div体默认样式*/
DIV {FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial,宋体,sans-serif}


/*链接默认样式*/
A:active  { COLOR: #97906E;  FONT-SIZE: 12px; TEXT-DECORATION: none }
A:visited { COLOR: #666;  FONT-SIZE: 12px; TEXT-DECORATION: none }
A:link    { COLOR: #666;  FONT-SIZE: 12px; TEXT-DECORATION: none }
A:hover   { COLOR: #97906E;  FONT-SIZE: 12px; TEXT-DECORATION: none }


/*INPUT默认样式*/
INPUT {FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial,宋体;}


/*AREA默认样式*/
AREA {FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial,宋体;}



/* 表格边线的颜色 */
table.bgcolor{font-size:12px;line-height:22px;background-color:#cecece;font-family:"宋体";}

/* textfield,option,select,textarea中默认字体的样式 */

textfield,option,select,textarea{font-size:12px;font-family:"宋体";}

/* 输入框的样式，read样式用在从日历选择时间回显日期的输入框中 */

input {font-size:12px;font-family:"宋体";}

input.read{
	font-size:12px; 
	background-color: #FAF7F7;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}
input.readcenter{
	font-size:12px;  
	background-color: #FAF7F7;text-align: center;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}
input.readleft{
	font-size:12px;
	background-color: #FAF7F7;text-align: left;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}
input.readright{
	font-size:12px;
	background-color: #FAF7F7;text-align: right;
 	border-left: medium none; border-right: medium none;
  border-top: medium none; border-bottom:black 1px solid;
  font-family:"宋体";
}


/* 单元格中作为标题的字体的样式 */
td.titlebold{
	font-size:12px;line-height:22px;background-color:#466ABB;color:#ffffff;font-weight: bold;text-align:left;font-family:"宋体";}

td.titleboldcenter{
	font-size:12px;line-height:22px;background-color:#466ABB;color:#ffffff;font-weight:bold;text-align:center;font-family:"宋体";}
	
td.titleboldright{
	font-size:12px;line-height:22px;background-color:#ffcc00;color:#ffffff;font-weight:bold;text-align:right;font-family:"宋体";}
	
/* 单元格中字体的样式 */
td {font-size:12px;line-height:22px;word-break:break-all;font-family:"宋体";}

/* 单元格中粗体的样式 */
td.bold{border-left: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0;}

td.left {
	font-size:12px;line-height:22px;background-color:#ffffff;color:#000000;text-align:left;font-family:"宋体";}
td.right {
	font-size:12px;line-height:22px;background-color:#ffffff;color:#000000;text-align:right;font-family:"宋体";}
td.center {
	font-size:12px;line-height:22px;background-color:#ffffff;color:#000000;text-align:center;font-family:"宋体";}
td.bold{
	font-size:12px;line-height:22px;background-color:#ffffff;color:#000000;font-weight:bold;text-align:left;font-family:"宋体";}

/* 表单的样式 */
form {
	border:0px; PADDING:0px;font-size:12px;margin:0px;font-family:"宋体";}

font{
	font-size:12px;letter-spacing:0px;font-family:"宋体";}
	
/* 后台页面按钮的样式 */
	
.buttonPop{background-color:#4269BD;color:#FFFFFF;border:1px solid #4269BD;font-size:12px;font-family:"宋体"}

/* 后台中定义表格的一行的样式 */
tr.title{font-size:12px;line-height:22px;background-color: #466ABB;COLOR: #ffffff; text-align: center;font-family:"宋体";}

/* 后台页面左侧链接的样式 */
.left1 { letter-spacing:0px;font-family:"宋体";} 



/*用层实现的下拉列表，selectOn未选择时的css,selectOff选择时的css*/
.selectOff {
	background-color: transparent; border-bottom: #aaaaaa 1px solid; border-left: medium none; border-right: medium none; border-top: medium none; cursor: default; font-size: 12px; overflow: hidden;font-family:"宋体";
}
.selectOn {
	background-color: #f0f0f0; border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; border-top: 1px solid; cursor: default; font-family: "宋体"; font-size: 12px; left: -1000px; overflow: hidden; position: absolute; top: -1000px; visibility: hidden; width: 0px; z-index: 1
}
.ednonedisable {
	background-color: transparent; border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; color: #777777; font-size: 12px;font-family:"宋体";
}

/* texterea 无边的样式 */
.coolscrollbar 
	{
		overflow-x:hidden;
		overflow-y:hidden;
		border-style: solid; 
		border-top-width: 0px; 
		border-right-width: 0px; 
		border-bottom-width: 0px; 
		border-left-width: 0px;
		font-size:12px;
		letter-spacing:0px;
		border-color:#ffffff;
		font-family:"宋体";		
	}
/* form的样式 */

.fm1 {
	border-right: 1px inset; border-top: 1px inset; vertical-align: text-bottom; border-left: 1px inset; border-bottom: 1px inset; background-color: #f0f0e8;font-family:"宋体";
}
.fm2 {
	border-right: 1px ridge; border-top: #ffffff 1px ridge; border-left: #ffffff 1px ridge; border-bottom: 1px ridge; background-color: #cccccc;font-family:"宋体";
}
.noneborder{
    border-top-width: 0px; 
		border-right-width: 0px; 
		border-bottom-width: 0px; 
		border-left-width: 0px;
		font-family:"宋体";
}


/*边框线样式*/
.biankuang_main {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #463926;
	border-right-color: #463926;
	border-bottom-color: #463926;
	border-left-color: #463926;
}

.biankuang_left_right {
	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: none;
	border-left-style: solid;
	border-top-color: #463926;
	border-right-color: #463926;
	border-bottom-color: #463926;
	border-left-color: #463926;
}
.biankuang_hong {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8A3A31;
	border-right-color: #8A3A31;
	border-bottom-color: #8A3A31;
	border-left-color: #8A3A31;
}
.biankuang_hong_x {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8A3A31;
	border-right-color: #8A3A31;
	border-bottom-color: #8A3A31;
	border-left-color: #8A3A31;
}
.biankuang_bottom_xx {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8A3A31;
}

.biankuang_right_xx {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #8A3A31;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A3A31;
	text-decoration: none;
}

.biankuang_main_xx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A3A31;
	text-decoration: none;
	border: 1px dotted #8A3A31;
}


/*首页样式*/
.hong_button { COLOR: #8A3A31;  FONT-SIZE: 12px; TEXT-DECORATION: none; line-height: 18px; }
.bai15   {COLOR: #fff;FONT-SIZE: 17px;line-height: 22px;font-family: Arial, Helvetica, sans-serif;	 font-weight: bold; }
.hong15 {COLOR: #B24343;FONT-SIZE: 17px;line-height: 22px;font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;}
 
 .style_1 {COLOR: #999966;FONT-SIZE: 14px;line-height: 22px;font-family: Arial, Helvetica, sans-serif; font-weight: none;}
  .style_2 {COLOR: #73734D;FONT-SIZE: 12px;line-height: 19px;font-family: Arial, Helvetica, sans-serif;}
 
 
 
.juhong      { COLOR: #CA7900;  FONT-SIZE: 12px; TEXT-DECORATION: none; line-height: 22px; }
.juhong13     { COLOR: #CA7900;  FONT-SIZE: 13px; TEXT-DECORATION: none; line-height: 22px; }
.hei12      { COLOR: #000;  FONT-SIZE: 12px; TEXT-DECORATION: none; line-height: 22px; }
.lan12      { COLOR: #0569B2;  FONT-SIZE: 12px; TEXT-DECORATION: none; line-height: 22px; }
.title           { COLOR: #333; FONT-SIZE: 15px; TEXT-DECORATION: none; line-height: 30px;
 font-weight: bold; }
 .title01        { COLOR: #333; FONT-SIZE: 25px; TEXT-DECORATION: none; line-height: 30px;
 font-weight: bold; }
A.atitle:active  { COLOR: #333;  FONT-SIZE: 15px; TEXT-DECORATION: none; line-height: 30px;  font-weight: bold;}
A.atitle:visited { COLOR: #333;  FONT-SIZE: 15px; TEXT-DECORATION: none; line-height: 30px;  font-weight: bold;}
A.atitle:link    { COLOR: #333;  FONT-SIZE: 15px; TEXT-DECORATION: none; line-height: 30px;  font-weight: bold;}
A.atitle:hover   { COLOR: #333;  FONT-SIZE: 15px; TEXT-DECORATION: underline; line-height: 30px;  font-weight: bold;}

A.apro_t:active  { COLOR: #0569B2;  FONT-SIZE: 12px; TEXT-DECORATION: none; line-height: 22px; }
A.apro_t:visited { COLOR: #0569B2;  FONT-SIZE: 12px; TEXT-DECORATION: none; line-height: 22px; }
A.apro_t:link    { COLOR: #0569B2;  FONT-SIZE: 12px; TEXT-DECORATION: none; line-height: 22px; }
A.apro_t:hover   { COLOR: #0569B2;  FONT-SIZE: 12px; TEXT-DECORATION: underline; line-height: 22px; }

A.next_1:active  { COLOR: #999966;  FONT-SIZE: 14px; TEXT-DECORATION: none; line-height: 22px; }
A.next_1:visited { COLOR: #999966;  FONT-SIZE: 14px; TEXT-DECORATION: none; line-height: 22px; }
A.next_1:link    { COLOR: #999966;  FONT-SIZE: 14px; TEXT-DECORATION: none; line-height: 22px; }
A.next_1:hover   { COLOR: #999966;  FONT-SIZE: 14px; TEXT-DECORATION: underline; line-height: 22px; }

A.amage:active  { COLOR: #999966;  FONT-SIZE: 13px; TEXT-DECORATION: none; line-height: 22px; }
A.amage:visited { COLOR: #999966;  FONT-SIZE: 13px; TEXT-DECORATION: none; line-height: 22px; }
A.amage:link    { COLOR: #999966;  FONT-SIZE: 13px; TEXT-DECORATION: none; line-height: 22px; }
A.amage:hover   { COLOR: #999966;  FONT-SIZE: 13px; TEXT-DECORATION: underline; line-height: 22px; }
/*左边导航菜单样式*/


/*用户管理*/


/*新闻样式*/


/*产品样式*/


/*供求信息样式*/


/*修改密码样式*/


/*用户注册样式*/


/*招商招标信息样式*/


/*企业样式*/


/*搜索框样式*/
.Search{
	height:20px;
	width:80px;
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	background-color: #3C3120;
	line-height: 19px;
}

.Search01{
	height:20px;
	width:150px;
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	background-color: #3C3120;
	line-height: 18px;
}

.Search02{
	height:20px;
	width:250px;
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	background-color: #3C3120;
	line-height: 18px;
}
.Search03{
	height:100px;
	width:400px;
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	background-color: #3C3120;
	line-height: 18px;
}
.Search04{
	height:20px;
	width:60px;
	font-size: 12px;
	color: #666;
}
.Search05{
	height:20px;
	width:160px;
	font-size: 12px;
	color: #666;
}

.Search06{
	height:290px;
	width:400px;
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	background-color: #3C3120;
	line-height: 18px;
}
.Search07{
	height:100px;
	width:250px;
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	background-color: #3C3120;
	line-height: 18px;
}
/*input 样式例子

.input{color:black;BORDER-BOTTOM: silver 1px solid; BORDER-LEFT: silver 1px solid; BORDER-RIGHT: silver 1px solid; BORDER-TOP: silver 1px solid; FONT-SIZE: 10pt; height:18px;font-family:宋体} 
.input_bottom{color:black;BORDER-BOTTOM: silver 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 10pt; height:18px;font-family:宋体} 
.input_none{color:black;BORDER-BOTTOM: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 10pt; height:18px;font-family:宋体}

*/