﻿*
{
    margin: 0;
    padding: 0;

}
body
{
    margin: auto;
    padding: auto;
    text-align: center;
    width: 960px;
	background:url(images/bg.gif) #efefef repeat-y center;
}
html, body, table, thead, td
{
    font-size: 12px;
    color: #000100;
    font-family: "宋体";
    text-align: left;

}
table, td, th
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    line-height: 22px;
}
img
{
    border: 0px;
}
a, a:visited, a:active
{
    color: #000100;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #ff8900;
    position: relative;
    left: 1px;
    top: 1px;
}
/*--------------------------------top-----------------------------------*/
.top
{
    background:#f3f5f6;
    height: 26px;
    padding-right: 30px;
}
/*.top a
{
    display: block;
    width: 68px;
    float: right;
    background: url(../DefaultTheme/images/top_icon2.jpg) no-repeat;
    text-indent: 12px;
    padding-top: 8px;
    color: #006cb0;
}
.top a:hover
{
    color: #ff0000;
}
.top a:visited
{
    color: #006cb0;
}*/
.date
{
    width: 300px;
    float: left;
	line-height:26px;
    padding-left:50px;
}
.top_search
{
    float:right;
	width:500px;
	padding-right:10px;
	line-height:26px;
}
.top_search_btn
{ 
    background:url(images/icon_top_search.gif) no-repeat; 
	width:45px; 
	height:17px; 
	border:none; 
	margin-bottom:3px; 
	cursor:pointer;
}
.top_hsearch_btn
{
    background:url(images/icon_top_hsearch.gif) no-repeat; 
	width:70px; 
	height:17px;
	border:none;
	margin-bottom:3px;
	cursor:pointer;
}
/*.dateIco
{
    background: url(../DefaultTheme/images/top_icon1.jpg) no-repeat 28px 0;
    width: 60px;
    float: left;
    text-align: center;
    padding-top: 8px;
}*/
/*--------------------------------menu-----------------------------------*/
.menu
{
    background: url(images/menu_bg.jpg);
    height: 50px;
    width: 942px;
}
.menu_l
{
    background: url(images/menu_l.jpg) no-repeat top left;
    width: 127px;
}
.menu_r
{
    text-align: center;
    margin: 10px 0px 0 0px;
}
.menu_r td
{
    line-height: 18px;
}
.menu_r td a
{
     
    text-align: center;
    display: inline-block;
}
.menubtm
{
    background: url(../DefaultTheme/images/menubtm_bg.jpg) repeat;
    line-height: 6px;
    width: 942px;
    margin: 0 auto;
}
/*--------------------------------content layout-----------------------------------*/
.ctLayoutleft
{
    width: 26%; padding-left:5px;
}
.ctLayoutcenter
{
    width: 74%; padding-left:8px; padding-right:5px;
}
/*.ctLayoutright
{
    width: 22%;
}*/





/*--------------------------------列表控件-----------------------------------*/
/* 每个控件的最外层TABLE的样式 */
.outerbg
{
    background-color: #fff;
    width: 100%;
}
/* 每个控件最外层TABLE下第一个TD的样式 */
.outerpadding
{
    padding: 3px 0px 3px 0px;
}
/* 控件中第二层TABLE中TD的样式 */
.innerbg
{
    background-color: #f3f3ef;
/*    border: solid 1px #e4e4e4;
    border-top: none;*/
    padding: 11px 0 20px 0;
    text-align: center;
 

}
.innerbg table{	margin:0 auto;}

/* 控件中第三层TABLE的样式(标题) */
.titlebg
{
    height: 35px;
}
/*更多*/
.more
{
    padding-right: 0px;
    text-align: right;
}
.more a
{
    font-size: 12px;
    color: #fff;
    font-family: "宋体" , "Arial";
}
.more_color
{
    padding-right: 10px;
    text-align: right;
}
.more_color a
{
    font-size: 12px;
    color: #0081cf;
    font-family: "宋体" , "Arial";
}
.more_color_y
{
    padding-right: 10px;
    text-align: right;
}
.more_color_y a
{
    font-size: 12px;
    color: #0081cf;
    font-family: "宋体" , "Arial";
}
/* 控件中第三层TABLE中第二个TD的样式(标题) */
.titlebg_01
{
    background: url(images/titlebg_01.jpg) no-repeat top left;
    width: 16px;

}
/* 控件中第三层TABLE中第三个TD的样式(标题) */
.titlebg_02
{
    background: url(images/titlebg_02.jpg) no-repeat top right;
    width: 20px;
}
/* 控件中第三层TABLE中第二个TD的样式(标题) */
.titlebg_03{background: url(images/titlebg_03.jpg) repeat-x top center;}
/* 控件中最里层TABLE中TD第二TD的样式(标题) */
.titlebg_03_title
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 20px;
	padding-right:15px;
	background:url(images/titlebg_03_title_bg.jpg) no-repeat right; 
	width:180px;
	height:35px;
}
.titlebg_03_title div{  padding-top:6px;}
/* 控件中最里层TABLE中TD的样式(标题图标) */
.titlebg_03_icon
{
    background: url(images/iconban.jpg) no-repeat center top;
    width: 7px;
	height:35px;

}
/* 列表控件的样式 */
.list_table
{
}
.list_table td
{
   border-bottom: 1px #acabac dashed; line-height:26px;
}
.icon
{
    background: url(images/icon_list.gif) no-repeat center center;
    width: 22px;
    vertical-align: middle;
}
.icon_on
{
    background: url(images/icon_list_on.gif) no-repeat center center;
    width: 22px;
    vertical-align: middle;
}
.list,GcRow
{
}
.liston{ font-weight:bold;}
/*--------------------------------登录控件-----------------------------------*/
.outerbg_login
{
    background-color: #fff;
    width: 100%;
}
.outerpadding_login
{
    padding: 3px 0px 3px 0px;
}
.innerbg_login
{
    background-color: #f8f8f8;
    border: solid 1px #e4e4e4;
    border-top: none;
    padding: 3px 0 6px 0;
    text-align: center;
}
.innerbg_login table
{	
    margin:0 auto;
}
.titlebg_login
{
    height: 33px;
}
.titlebg_01_login
{
    background:url(images/titlebg_01_login.jpg) no-repeat top left;
    width: 11px;
}
.titlebg_02_login
{
    background: background:#fff;
    width: 0px;
}
.titlebg_03_login
{
  /*  background: url(../0/images/titlebg_03_login.jpg) repeat-x top left;*/
    background:#fff;
    height: 33px;
}
.titlebg_03_title_login
{
    background: url(images/titlebg_03_title_login.jpg) no-repeat top left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 10px;
/*    width: 180px;*/
    height: 33px;

}
.titlebg_03_title_login span
{ 
    padding-top:5px; 
	display:block;
}
.titlebg_03_icon_login
{
    background: url(images/titlebg_03_icon_login.jpg) no-repeat top left;
    width: 37px;
    height: 34px;
}
.login td
{
    height: 25px;
}
.loginfont
{
    text-align: center;
}
.loginText
{
    width: 80%;
    border: 1px #cdcdcd solid;
    background: url(../0/images/text_bg.jpg) repeat-x top;
}
.loginBtn
{
    text-align: center;
    line-height: 40px;
}
/*-------------------------登录页面样式----------------------*/
.login_WebBg
{
    background: url(../DefaultTheme/images/loginbg.jpg);
}
.login_WebText2
{
    line-height: 18px;
    height: 18px;
    border: 1px #7f9db9 solid;
    background-color: #fff;
}
.login_WebBtn
{
    border: 1px #7f9db9 solid;
    background-color: #fff;
    font-size: 12px;
    font-family: "宋体";
    height: 20px;
    line-height: 20px;
}
/*--------------------------------通知通告控件-----------------------------------*/
.innerbg_tongzhi
{
     background:url(images/list_bg.gif) #fff repeat-x;
    border: solid 1px #e4e4e4;
    border-top: none;
    padding: 3px 20px 6px 20px;
   /* text-align: center;*/

}
.innerbg_tongzhi table
{	
    margin:0 auto;
}
.innerbg_tongzhi td
{ 
    line-height:20px;
}
.titlebg_03_icon_tongzhi
{
    background: url(images/titlebg_03_icon_tongzhi.jpg) no-repeat top left;
    width: 20px;
    height: 33px;
}
.tongzhi_title
{
    color: #000; border-bottom:1px dashed #7f7e7f;  
	padding:14px 0px; 
}
.br_more
{ 
    text-align:right;  
	padding-top:15px; 
	padding-right:5px; 
	padding-bottom:6px;
}
/*--------------------------------单页签的控件-----------------------------------*/
.outerbg_d
{
    background-color: #fff;
    width: 100%;
}
.outerpadding_d
{
    padding: 0px 5px 0px 0px;
}
.innerbg_d
{
    background:url(images/list_bg.gif) #fff repeat-x;
    border: solid 1px #fff;
    border-top:solid 2px #fff;
    padding: 11px 0px 10px 0;
    text-align: center;
}
.innerbg_d table
{	
    margin:0 auto;
}
.titlebg_d
{
    height: 29px;
}
.titlebg_01_d
{
    background: url(images/titlebg_01_d.jpg) no-repeat top left;
    width: 27px;
}
.titlebg_02_title_d
{
    background: url(images/titlebg_02_d.jpg) no-repeat top right;
    width: 43px;
}
.titlebg_03_title_d
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 10px;
	width:168px;
   
    height: 29px;
    background: url(images/titlebg_03_d.jpg) repeat-x top center;
}
.titlebg_03_d
{ 
    background:#fff;
}
.titlebg_02_d
{
    background: background:#fff;
    width: 8px;
}
.list_table_d td
{
    border-bottom: 1px #acabac dashed; line-height:29px;
}
.icon_d
{
    background: url(images/icon_list.gif) no-repeat center center;
    width: 22px;
    vertical-align: middle;
}

.datatext , .GcRow_time
{
    text-align: right; padding-right:10px; color:#f6830b;
}
.datatext a, .GcRow_time a, .datatext a:visited, .GcRow_time a:visited, .datatext a:active, .GcRow_time a:active, .datatext a:hover, .GcRow_time a:hovre,
{
    text-align: right; padding-right:10px; color:#f6830b;
}

/*--------------------------------灰色控件-----------------------------------*/
.innerbg_gray
{
    background:url(images/list_bg.gif) #fff repeat-x;
    border: solid 1px #e4e4e4;
   
    padding: 11px 10px 10px 10px;
    /*text-align: center;*/
}
.innerbg_gray table
{	
    margin:0 auto;
}
/*.titlebg_01_gray
{
    background:url(images/titlebg_01_gray.jpg) no-repeat top left;
    width: 11px;
}
.titlebg_02_grey
{
     background: background:#fff;
     width: 0px;
}
.titlebg_03_gray
{
  
     background:#fff;
     height: 33px;
}
.titlebg_03_title_gray
{
    background: url(images/titlebg_03_title_gray.jpg) no-repeat top left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 10px;
    height: 33px;

}
.titlebg_03_title_gray span
{ 
    padding-top:5px;
	display:block;
}
.titlebg_03_icon_gray
{
    background: url(images/titlebg_03_icon_gray.jpg) no-repeat top left;
    width: 20px;
    height: 33px;
}
.innerbg_gray .icon
{ 
    background: url(images/icon_list_gray.gif) no-repeat center center;
    width: 22px;
    vertical-align: middle;
}*/

.titlebg_01_gray
{
    background:url(images/titlebg_01_login.jpg) no-repeat top left;
    width: 11px;
}
.titlebg_02_grey
{
     background: background:#fff;
     width: 0px;
}
.titlebg_03_gray
{
  
     background:#fff;
     height: 33px;
}
.titlebg_03_title_gray
{
    background: url(images/titlebg_03_title_login.jpg) no-repeat top left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 10px;
    height: 33px;

}
.titlebg_03_title_gray span
{ 
    padding-top:5px;
	display:block;
}
.titlebg_03_icon_gray
{
   background: url(images/titlebg_03_icon_tongzhi.jpg) no-repeat top left;
    width: 20px;
    height: 33px;
}
.innerbg_gray .icon
{ 
    background: url(images/icon_list_gray.gif) no-repeat left center;
    width: 10px;
    vertical-align: middle;
}

/*--------------------------------组织机构-----------------------------------*/
.innerbg_org
{
    background:url(images/org_bg.jpg) #fff repeat-x;
    border: solid 1px #e4e4e4;
/*    border-top:solid 2px #fff;*/
    padding: 11px 10px 10px 10px;
    text-align: center;
}
.innerbg_gray table
{	
    margin:0 auto;
}
.org_photo
{
    width:120px; 
}
.org_photo img
{ 
    border:1px solid #fff;
	width:100px; 
	height:120px;
}
.org_title
{
    font: bold 14px/180% "宋体";
}
.org_name
{
     font: bold 14px/180% "宋体"; 
	 color:#cc0200; 
}
.org_name a, .org_name a:visited, .org_name a:active, .org_name a:hover
{
    color:#cc0200; 
}
.org_info
{
    padding:5px 0; 
	line-height:20px; 
	height:50px; 
	overflow:hidden; 
	text-overflow: ellipsis;
}


/*--------------------------------搜索控件-----------------------------------*/
.innerbg_search_sy
{
    background-color: #f0efed;
   /* border: solid 1px #e4e4e4;*/
    padding: 3px 0 6px 5px;
}
.outerpadding_search_sy
{
    padding: 3px 0px 3px 0px;
}
.searchText_sy
{
    width: 98%;
    /*border: 1px #cdcdcd solid;
    background: url(images/text_bg.jpg) repeat-x top;*/
}
.searchselect
{
    line-height: 10px;
    font-size: 10px;
}
.font_search
{ 
     font: bold 14px/120% "宋体"; 
	 color:#ff271c; 
	 padding-left:5px;
}
.search_td1
{ 
    width:15%;
	text-align:right
}
.search_td2
{
    width:13%
}
.search_td3
{
    width:54%
}
.search_td4
{
     width:18%
}
/*--------------------------------市场行情控件-----------------------------------*/
.innerbg_schq
{
    background: url(images/list_bg.jpg) repeat-x;
    border: solid 1px #e4e4e4;
    padding: 2px 0 10px 0px;
    text-align: center;
}
.list_table_schq
{
    text-align: center;
}
.list_table_schq td
{
    border-bottom: 1px #ccc dotted;
    text-align: center;
}
/*--------------------------------供求信息控件-----------------------------------*/
.btn_spldmd_blue
{
    cursor: hand;
    height: 24px;
    width: 79px;
    color: #fff;
    border: 1px none #ffffff;
    padding-top: 1px;
    background: url(../BGAdminTheme/images/ann034.gif) no-repeat center center;
    text-decoration: blink;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bolder;
}
.outerpadding_xl
{
    padding: 3px 0px 3px 0px;
}

.innerbg_xl
{
    background-color: #f8f8f8;
    border: solid 1px #e4e4e4;
    border-left: none;
    padding: 5px 4px 8px 0px;
    text-align: center;
}
.title_xl
{
    text-align: left;
    width: 28px;
    vertical-align: top;
}
.titlebg_xl
{
    width: 28px;
    text-align: left;
}
.titlebg_01_xl
{
    background: url(../0/images/titlebg_01_xl.jpg) no-repeat;
    height: 10px;
}
.titlebg_02_xl
{
    background: url(../0/images/titlebg_02_xl.jpg) no-repeat bottom center;
    height: 6px;
}
.titlebg_03_xl
{
    background: url(../0/images/titlebg_03_xl.jpg) repeat;
}
.titlebg_03_title_xl
{
    background: url(images/titlebg_03_title_xl.jpg);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 28px;
    height: 68px;
    line-height: 16px;
    vertical-align: top;
}
.titlebg_03_more_xl
{
    text-align: center;
    height: 46px;
    vertical-align: bottom;
}
.titlebg_03_icon_xl
{
    background: url(images/titlebg_03_icon_xl.jpg) no-repeat top center;
    width: 28px;
    height: 29px;
}
.titlebg_03_title2_xl
{
    background: url(images/titlebg_03_title2_xl.jpg) no-repeat;
    height: 18px;
}
.list_table_gongqiu
{
    text-align: center;
}
.list_table_gongqiu td
{
    text-align: center;
    border-bottom: 1px #ccc dotted;
}
/*--------------------------------种植信息控件-----------------------------------*/
.innerbg_zzjs
{
    background-color: #f5fbff;
    border: solid 1px #7cceff;
    padding: 5px 4px 6px 0px;
    text-align: center;
}
.bt
{
    background: url(images/bt_bg.jpg) no-repeat;
    width: 86px;
    height: 22px;
}
.bt a, .bt a:active, .bt a:hover, .bt a:visited
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-indent: 22px;
}
.bt_n
{
    height: 35px;
    vertical-align: middle;
}
.bt_end
{
    vertical-align: top;
    height: 26px;
}
/*--------------------------------天气预报-----------------------------------*/
.innerbg_tq
{
    background-color: #fff;
    border: solid 1px #e4e4e4;
    border-left: none;
    padding: 11px 0px 10px 0;
    text-align: center;
}
.titlebg_03_title_tqyb
{
    background: url(images/titlebg_03_title_xl.jpg);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    text-align: center;
    height: 30px;
    line-height: 16px;
    vertical-align: top;
}
/*--------------------------------旅游-----------------------------------*/
.lvfont
{
    color: #ff7007;
    font-weight: bold;
    font-size: 9pt;
    padding: 0px 5px;
    height: 25px;
    line-height: 25px;
    background: url(images/t03_news.gif) repeat-x left top;
}

/*-------------------------------地图-----------------------------------*/
.outerpadding_map
{
    padding: 3px 0px 3px 0px;
}
.titlebg_01_map
{
    background: url(images/t_l.jpg) no-repeat;
    width: 7px;
    height: 32px;
}
.titlebg_02_map
{
    background: url(images/t_r.jpg) no-repeat;
    width: 7px;
    height: 32px;
}
.titlebg_03_map
{
    background: url(images/t_bg.jpg) repeat-x;
    text-align: center;
}
.titlebg_03_title_map
{
    color: #0079be;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    background: url(images/titlebg_03_map.jpg) repeat-x;
    text-align: center;
}
.titlebg_03_icon_map
{
    background: url(images/titlebg_03_icon_map.jpg);
    width: 41px;
    height: 32px;
}
.titlebg_03_02_map
{
    background: url(images/titlebg_03_02_map.jpg);
    width: 10px;
    height: 32px;
}
.bodybg_l_map
{
    background: url(images/c_l.jpg);
}
.bodybg_r_map
{
    background: url(images/c_r.jpg);
}
.footbg_l_map
{
    background: url(images/b_l.jpg);
    width: 7px;
    height: 7px;
}
.footbg_c_map
{
    background: url(images/b_bg.jpg);
    height: 7px;
}
.footbg_r_map
{
    background: url(images/b_r.jpg);
    width: 7px;
    height: 7px;
}
.list_map td
{
    height: 36px;
    text-align: center;
    color: #999999;
}
.list_map a
{
    color: #000;
}
.list_map a:visited
{
    color: #000;
}
.list_map a:active
{
    color: #000;
}
.list_map a:hover
{
    text-decoration: none;
    color: #f00;
    position: relative;
    left: 1px;
    top: 1px;
}
/*-------------------------------会员管理-----------------------------------*/
.titlebg_03_icon_mem
{
    background: url(images/titlebg_03_icon_mem.jpg);
    width: 41px;
    height: 32px;
}
.web_dh
{
    width: 100%;
    height: 30px;
    background-color: #f7f6f6;
    text-indent: 10px;
    margin: 0 auto;
}
.MemLayoutleft
{
    padding-right: 10px;
    width: 23%;
}

.MemLayoutright
{
    width: 77%;
}
.mem_menu
{
    border-bottom: 1px #ccc dotted;
    text-align: center;
    padding: 5px;
}
.mem_menu a, .mem_menu a:visited, .mem_menu a:active
{
    display: block;
    width: 133px;
    height: 23px;
    background: url(images/mem_menu.jpg) no-repeat top center;
    padding-top: 4px;
    text-align: left;
    text-indent: 30px;
    color: #000000;
}
.mem_menu a:hover
{
    display: block;
    width: 133px;
    height: 23px;
    background: url(images/mem_menu_over.jpg) no-repeat top center;
    padding-top: 4px;
    text-align: left;
    text-indent: 30px;
    color: #000000;
}
.mem_show
{
}
.mem_show th
{
    text-align: left;
    font-weight: normal;
    padding-left: 30px;
}
.graybg
{
    background-color: #f2f2f2;
}
.mem_add
{
}
.mem_add th
{
    text-align: left;
    font-weight: normal;
    padding-left: 30px;
}
.mem_add th
{
    padding-top: 2px;
}
.mem_add input
{
    background-color: #FFFFFF;
    border: 1px #d4d2d2 solid;
    font-size: 12px;
    text-indent: 2px;
}
.mem_add textarea
{
    background-color: #FFFFFF;
    border: 1px #d4d2d2 solid;
    text-indent: 2px;
}
.mem_add select
{
    background-color: #FFFFFF;
    border: 1px #d4d2d2 solid;
    text-indent: 2px;
}
.mem_list
{
}
.mem_list th
{
    text-align: center;
    border: solid 1px #e4e4e4;
    background-color: #f2f2f2;
    height: 20px;
}
.mem_list td
{
    text-align: center;
    border-bottom: solid 1px #e4e4e4;
    background-color: #FFFFFF;
}
.mem_list .btn
{
    text-align: right;
}
/*--------------------------------网际搜索控件 和多项搜索控件-----------------------------------*/
.outerbg_search
{
    background-color: #fff;
    width: 100%;
}
.outerpadding_search
{
    padding: 3px 0px 3px 0px;
}
.innerbg_search
{
    background-color: #fff;
    border: solid 3px #389aed;
    border-top: none;
    padding: 11px 0 10px 0;
    text-align: center;
}
.titlebg_search
{
    height: 28px;
}
.titlebg_01_search
{
    background: url(Search/titlebg_01_search.jpg) no-repeat top left;
    width: 9px;
}
.titlebg_02_search
{
    background: url(Search/titlebg_02_search.jpg) no-repeat top right;
    width: 10px;
}
.titlebg_03_search
{
    background: url(Search/titlebg_03_search.jpg) repeat-x top center;
}
.titlebg_03_title_search
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 5px;
    padding-top: 2px;
}
.titlebg_03_icon_search
{
    background: url(Search/titlebg_03_icon_search.jpg) no-repeat center center;
    width: 33px;
}
.innerbg_search input
{
    background-color: #fff;
    border: solid 1px #7f9db9;
    height: 17px;
}
.line
{
    background-color: #7f9db9;
    height: 1px;
}
/*------------------全国市场 —— Rss -------------------*/
.qgsc_t1
{
    background: url(rss/qgsc_t1.jpg) no-repeat;
    height: 38px;
    width: 10px;
}
.qgsc_t2
{
    background: url(rss/qgsc_t2.jpg) no-repeat;
    height: 38px;
    width: 55px;
}
.qgsc_t3
{
    background: url(rss/qgsc_t3.jpg) repeat-x;
    height: 38px;
    text-indent: 1em;
    font-size: 14px;
    font-weight: bold;
    color: #1f6296;
}
.qgsc_midbg
{
    width: 100%;
    border-left: 4px #a1c3f5 solid;
    border-right: 4px #a1c3f5 solid;
}
.qgsc_midbg td{ text-align:center;}
.qgsc_b1
{
    background: url(rss/qgsc_b1.jpg) no-repeat;
    height: 9px;
    width: 10px;
}
.qgsc_b2
{
    background: url(rss/qgsc_b2.jpg) no-repeat;
    height: 9px;
    width: 9px;
}
.qgsc_b3
{
    background: url(rss/qgsc_b3.jpg) repeat-x;
    height: 9px;
    line-height: 9px;
}
.qgsc_line
{
    background-color: #a1c3f5;
    height: 2px;
}
.rss_t2
{
    background: url(rss/rss_t2.jpg) no-repeat;
    height: 38px;
    width: 55px;
}
/*-------------  menu daohang -------------*/
.sub_title
{
    background: url(Navigation/menu_btn_bg.gif) repeat-x left;
    height: 31px;
    cursor: pointer;
}
.sub_title_left
{
    float: left;
    width: 45px;
    background: url(Navigation/menu_btn_icon.gif) repeat-x right;
    height: 31px;
}
.sub_title_center
{
    float: left;
    width: 100px;
    height: 31px;
    overflow: visible;
}
.sub_title_text
{
    height: 21px;
    padding-top: 8px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    filter: glow(color=#0070a7,strength=3);
}
.sub_title_right
{
    float: right;
    width: 27px;
    background: url(Navigation/menu_btn_open.gif) repeat-x right;
    height: 31px;
}
.sub_body
{
    border-bottom: #8fd4f5 solid 2px;
    border-left: #8fd4f5 solid 2px;
    border-right: #8fd4f5 solid 2px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #FFFFFF;
    padding: 5px 5px 3px 5px;
}

.sub_title_right_close
{
    float: right;
    width: 27px;
    background: url(Navigation/menu_btn_close.gif) repeat-x right;
    height: 31px;
}
.sub_bg
{
    background: url(Navigation/sub_bg.gif);
    line-height: 24px;
    text-align: center;
}
/*------------------专家信息 -------------------*/
.list_top_left
{
    background: url(Navigation/body_top_left.gif) no-repeat left;
    width: 15px;
    height: 31px;
}
.list_top_right
{
    background: url(Navigation/body_top_right.gif) no-repeat left;
    width: 15px;
    height: 31px;
}
.list_body_borter
{
    height: 12px;
    background: url(../DefaultTheme/Images/zj_list_02.gif) repeat-x bottom;
}
.list_borter_bottom
{
    height: 12px;
    background: url(../DefaultTheme/Images/zj_list_07.gif) repeat-x;
    line-height: 12px;
}
.list_borter_left
{
    background: url(../DefaultTheme/Images/zj_list_05.gif) repeat-y;
    width: 12px;
}
.list_borter_right
{
    background: url(../DefaultTheme/Images/zj_list_04.gif) repeat-y;
    width: 12px;
}
.list_table_left
{
    font-size: 12px;
    height: 26px;
    width: 100px;
    text-align: right;
    vertical-align: top;
}
.list_yema
{
    color: #FF0000;
    font-weight: bold;
}
.zj_show
{
    border: #F0F0F0 solid 1px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.list_table_01
{
    background: url(../DefaultTheme/Images/zj_list_01.gif) no-repeat bottom;
    width: 12px;
}
.list_table_02
{
    background: url(../DefaultTheme/Images/zj_list_03.gif) no-repeat bottom;
    width: 12px;
}
.list_table_03
{
    background: url(../DefaultTheme/Images/zj_list_06.gif) no-repeat;
    width: 12px;
}
.list_table_04
{
    background: url(../DefaultTheme/Images/zj_list_08.gif) no-repeat;
    width: 12px;
}
/*------------------- 精品 --------------------- */
.jingpin_n
{
    width: 100%;
    font-size: 12px;
    height: 26px;
}
.jingpin_n li
{
    float: right;
    width: 50px;
    margin-right: 8px;
}
.jingpin_n li a
{
    float: right;
    width: 50px;
    color: #000;
    text-align: center;
    line-height: 21px;
    padding: 2px 2px;
    text-decoration: none;
}
.jingpin_n li a:hover
{
    line-height: 21px;
    text-decoration: none;
}
.jingpin_p1 a:hover, .jingpin_p1 a:active, .jingpin_p2 a:hover, .jingpin_p2 a:active, .jingpin_p3 a:hover, .jingpin_p3 a:active
{
    background: url(Navigation/btn_bg.gif) no-repeat 0px 2px;
}
/*==============  多级菜单  ==============*/
.menu_head1
{
    background: url(../0/images/menu_top_01.jpg) no-repeat;
    width: 5px;
    height: 29px;
}
.menu_head2
{
    background: url(../0/images/menu_top_02.jpg) repeat-x;
    height: 29px;
    font-weight: bold;
    font-size: 16px;
    filter: glow(color=#ff0000,strength=3);
    text-align: center;
    color: #043752;
}
.menu_head3
{
    background: url(../0/images/menu_top_03.jpg) no-repeat;
    width: 8px;
    height: 29px;
}
.menu_form
{
    border-bottom: solid 1px #b2bfdf;
    height: 28px;
    vertical-align: top;
    text-align: center;
}
.menu_border
{
    border: solid 1px #b2bfdf;
    padding: 5px;
    background-color: #f8f9fc;
}
.menu_list
{
    border-left: solid 1px #EAEAEA;
    border-right: solid 1px #EAEAEA;
    border-bottom: solid 1px #EAEAEA;
    background-color: #FFF;
    text-align: center;
}
.menu_icon
{
    background: url(../0/images/menu_icon.jpg) no-repeat;
    width: 34px;
    height: 35px;
}
.menu_top_middle
{
    background: url(../0/images/menu_icon_middle.jpg) repeat-x;
    font-size: 14px;
    color: #043752;
    font-weight: bold;
    text-indent: 1em;
    height: 35px;
}
.menu_top_right
{
    background: url(../0/images/menu_icon_right.jpg) no-repeat;
    width: 32px;
    height: 35px;
}
.menu_btn01
{
    width: 24px;
    height: 24px;
    background: url(../0/images/btn_01.gif) no-repeat;
    background-position: center;
    border-bottom: 1px solid #E4E4E4;
}
.menu_btn01_border{border-bottom: 1px solid #E4E4E4;}
.menu_btn02{
    width: 24px;
    height: 24px;
    background: url(../0/images/btn_02.gif) no-repeat;
    background-position: center;
    border-bottom: 1px dashed #EAEAEA;
}
.menu_btn02_border{border-bottom: 1px dashed #EAEAEA;}
/*--------------  second 二级菜单  --------------*/
.s_menu_01{
    width: 31px;
	height:33px;
    background: url(images/titlebg_01_wsfw.jpg) no-repeat top left;
}
.s_menu_02{
	background: url(images/titlebg_03_title_login.jpg) no-repeat top right;
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.s_menu_03{ width:0px;}
.s_menu_04{
    width: 10px;
	background: url(images/list_bg.gif) repeat top center;
    border-left: solid 1px #eae9ea;
    border-bottom: solid 1px #eae9ea;
}
.s_menu_05{ 
	background: url(images/list_bg.gif) repeat top center;
    border-bottom: solid 1px #eae9ea;
	padding:10px 0px;
}
.s_menu_06{
	background: url(images/list_bg.gif) repeat top center;
    border-bottom: solid 1px #eae9ea;
    border-right: solid 1px #eae9ea;
    width: 9px;
}
/*.s_menu_07
{
    background: url(second/second_menu_006.jpg) no-repeat;
    width: 10px;
    height: 6px;
    line-height: 6px;
}
.s_menu_08
{
    background: url(second/second_menu_007.jpg) repeat-x;
    line-height: 6px;
}
.s_menu_09
{
    background: url(second/second_menu_008.jpg) no-repeat;
    line-height: 6px;
    width: 9px;
}*/
.s_list{margin-top: 3px;}
.s_list_01{
    background: url(second/second_menu_td01.gif) no-repeat;
    width: 10px;
    height: 28px;
}
.s_list_02{
    background: url(second/second_menu_td02.gif) no-repeat;
    width: 9px;
    height: 28px;
}
.s_list_03{
    background: url(second/second_menu_td03.jpg) repeat-x;
    height: 28px;
}
.s_list_title{
    font-weight: bold;
    text-indent: 10px;
}
.s_list_icon{
    background: url(second/second_menu_tdicon.jpg) no-repeat center center;
    width: 15px;
    height:30px;
}


/*---------  新闻滚动条  -----------*/
.roll
{
    background-color: #f8f8f8;
    border: solid 1px #e4e4e4;
    padding: 3px 5px 5px 5px;
}
.roll_bt
{
    background: url(images/menu_btn_bg.gif) repeat-x;
    width: 60px;
    color: White;
    font-weight: bold;
    text-align: center;
}
.roll_zw
{
    text-indent: 1em;
    padding-left: 2px;
    border-bottom: solid 1px #e4e4e4;
    border-right: solid 1px #e4e4e4;
    border-top: solid 1px #e4e4e4;
}
/*-------------  login --------------*/
.login_border
{
    border: solid 1px #e4e4e4;
    border-top: none;
    text-align: center;
    background: url(images/login_under.jpg) no-repeat;
    height: 500px;
}
.form_table_left
{
    height: 30px;
    width: 20%;
    text-indent: 1em;
}
/*------------------------------- 图片友情链接---------------------------*/
.innerbg_pic
{
    background-color: #f8f8f8;
    border: solid 1px #e4e4e4;
}
/*-------------------------在线调查------------------------------*/
.outerbg_zxdc
{
    background-color: #fff;
    width: 100%;
}
.outerpadding_zxdc
{
    padding: 3px 0px 3px 0px;
}
.titlebg_01_zxdc
{
    background: url(Survey/titlebg_01_zxdc.jpg) no-repeat;
    width: 133px;
    height: 66px;
}
.titlebg_02_zxdc
{
    background: url(Survey/titlebg_02_zxdc.jpg) repeat-x;
    height: 66px;
}

.titlebg_03_zxdc
{
    background: url(Survey/titlebg_03_zxdc.jpg) no-repeat;
    width: 15px;
    height: 66px;
}
.titlebg_04_zxdc
{
    background: url(Second/second_menu_004.jpg) repeat-y;
    width: 10px;
}
.titlebg_05_zxdc
{
    background-color: #dbeefa;
}
.titlebg_06_zxdc
{
    background: url(Second/second_menu_005.jpg) repeat-y;
    width: 9px;
}
.titlebg_07_zxdc
{
    background: url(Second/second_menu_006.jpg) no-repeat;
    width: 10px;
    height: 6px;
}
.titlebg_08_zxdc
{
    background: url(Second/second_menu_007.jpg) repeat-x;
}
.titlebg_09_zxdc
{
    background: url(Second/second_menu_008.jpg) no-repeat;
    width: 9px;
}

/*-------------------------------友情链接-----------------------------------*/
.link td{ padding:15px 0px; text-align:center;}
.link img{ border:1px #e6e6e6 solid; }
/*-------------------------------foot-----------------------------------*/
.foot
{
    background: url(images/foot_bg.jpg) #fff repeat-x;
    height: 125px;
    width: 960px;
}
.foot table{ margin:0 auto;}
.foot .t_w{ width:80%;}
.foot_menu
{
    text-align: center;
    height: 40px;
    vertical-align: top;
    padding-top:6px;
    letter-spacing: 1px;
	color:#fff;
	font-weight:bold;
}
.foot_menu a, .foot_menu a:visited, .foot_menu a:active,.foot_menu a:hover{ color:#fff;}
.foot_font
{
    color: #222; text-align:center;
}
.foot_bg_left
{
    background: url(images/foot_l.jpg) repeat-x;
    height: 125px;
    width: 129px;
}

.foot_bg_right
{
    background: url(images/foot_r.jpg) repeat-x;
    height: 125px;
    width: 130px;
}
/*-------------------------------新加导航-----------------------------------*/
.dh{}
.dh_icon{ background:url(images/dh_icon.gif) no-repeat; width:36px; height:34px;}
.dh_title{ background:url(images/dh_bg.gif) repeat-x;}
.dh_r{background:url(images/dh_r.gif) no-repeat; width:15px; height:34px;}


/*-------------------------------新加图片新闻列表 2010-5-6-----------------------------------*/

.zt_title_bg{ background:#ededed; height:39px; width:100%; border-bottom:0px #ccc solid;}
.zt_title_l{ background:url(images/zt_title_lbg.gif) no-repeat; width:20px; height:39px; float:left;}
.zt_title{color: #000; font-size: 14px;  font-weight: bold; float:left; line-height:39px;}
.zt_title_r{background:url(images/zt_title_rbg.gif) no-repeat; width:13px; height:39px; float:right;}

.pic_title_bg{ background:url(images/pic_title_bg.gif) repeat-x; height:42px; width:100%; border-bottom:1px #c2c2c2 solid;}
.pic_title_l{ background:url(images/pic_title_lbg.gif) no-repeat; width:20px; height:42px; float:left;}
.pic_title{color: #000; font-size: 14px;  font-weight: bold; float:left; line-height:42px;}
.pic_title_r{background:url(images/pic_title_rbg.gif) no-repeat; width:13px; height:42px; float:right;}

.ztimgborder{width:100%; padding-top:0px; padding-bottom:10px;  padding-right:0px;background:#ededed; }
.ztimglist{list-style:none;padding:0; margin:0; margin-left:10px; }
.ztimglist li{ list-style:none; float:left;  line-height:14pt; text-align:center;margin:6px; padding:6px; text-align:center; background:#fff;}
.ztimglist li a{ position:static}
.ztimglist li img{ display:block; width:150px; height:100px;border:1px solid #666;}

.ztimglist .lc333{ font-weight:bold;}
.ztimglist li:hover{ background:#888;}
.ztimglist li:hover img{border:1px solid #fff; }
.ztimglist li:hover span{ color:#FFFFFF; }
.borderpic {text-align:center; margin:0 auto;}
.borderpic img{ background:#fff; padding:8px; }
.pic_content{ padding:15px 20px; }
.pic_btn{padding:15px 20px; text-align:center;}
.pic_btn_pre{ background:url(images/pic_pre.gif) no-repeat; width:58px; height:19px; border:none; cursor:pointer;}
.pic_btn_next{background:url(images/pic_next.gif) no-repeat; width:58px; height:19px;border:none;cursor:pointer;}
.pic_btn_all{background:url(images/pic_all.gif) no-repeat; width:58px; height:19px;border:none;cursor:pointer;}
.pic_btnover_pre{ background:url(images/pic_pre_over.gif) no-repeat; width:58px; height:19px; border:none; cursor:pointer;}
.pic_btnover_next{background:url(images/pic_next_over.gif) no-repeat; width:58px; height:19px;border:none;cursor:pointer;}
.pic_btnover_all{background:url(images/pic_all_over.gif) no-repeat; width:58px; height:19px;border:none;cursor:pointer;}

.x li{ background:#ededed;}

.imgborder{  width:100%; padding-top:10px; padding-bottom:10px;  padding-right:0px;}
.imglist{list-style:none;padding:0; margin:0; /*margin-left:10px;*/ }
.imglist li{ list-style:none; float:left; width:196px; height:150px; line-height:14pt; margin:0; padding:0; text-align:center; }
.imglist li img{ display:block; width:150px; height:100px;}
.bdc646{border:1px solid #c2c2c2; padding:5px;}

.td{ text-align:center; }
.td li{ float:none; width:153px;margin-left:auto;margin-right:auto;}
 .wp-pagenavi {
	CLEAR: both; FONT-WEIGHT: bold; FONT-SIZE: 1em; MARGIN-BOTTOM: 15px; TEXT-TRANSFORM: uppercase; TEXT-ALIGN: right
}
.wp-pagenavi A {
	BORDER-RIGHT: #bbbbbb 1px solid; PADDING-RIGHT: 7px; BORDER-TOP: #bbbbbb 1px solid; PADDING-LEFT: 7px; BACKGROUND: url(../images/button_bg.png) #fdfdfd repeat-x 0px 100%; PADDING-BOTTOM: 3px; MARGIN-LEFT: 6px; BORDER-LEFT: #bbbbbb 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bbbbbb 1px solid; TEXT-DECORATION: none
}
.wp-pagenavi .current {
	BORDER-RIGHT: #bbbbbb 1px solid; PADDING-RIGHT: 7px; BORDER-TOP: #bbbbbb 1px solid; PADDING-LEFT: 7px; BACKGROUND: url(../images/button_bg.png) #fdfdfd repeat-x 0px 100%; PADDING-BOTTOM: 3px; MARGIN-LEFT: 6px; BORDER-LEFT: #bbbbbb 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bbbbbb 1px solid; TEXT-DECORATION: none
}
 .wp-pagenavi A:hover {
	BACKGROUND: url(../images/button_bg_hover.png) #fdfdfd repeat-x 0px 100%; COLOR: #232323
}
 .wp-pagenavi .current {
	BACKGROUND: url(../images/button_bg_hover.png) #fdfdfd repeat-x 0px 100%; COLOR: #232323
}
.dede_pages { 
	
}
.dede_pages UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 16px;PADDING-right: 20px;  FLOAT: right;  PADDING-BOTTOM: 12px; PADDING-TOP: 6px; 
}
.dede_pages UL LI {
	FLOAT: left; LINE-HEIGHT: 17px; MARGIN-RIGHT: 0px; FONT-FAMILY: Tahoma
}
.dede_pages UL LI A {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FLOAT: left; PADDING-BOTTOM: 2px; COLOR: #666; PADDING-TOP: 2px; BORDER-BOTTOM: #bbb 1px solid
}
.dede_pages UL LI A:hover {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; COLOR: #000; PADDING-TOP: 2px; BORDER-BOTTOM: #000 2px solid; TEXT-DECORATION: none
}
.dede_pages UL LI.thisclass A {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; PADDING-BOTTOM: 1px; COLOR: #f63; PADDING-TOP: 2px; BORDER-BOTTOM: #f63 2px solid
}
.pagebox UL LI.thisclass A:hover {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; PADDING-BOTTOM: 1px; COLOR: #f63; PADDING-TOP: 2px; BORDER-BOTTOM: #f63 2px solid
}
.dede_pages .pageinfo {
	PADDING-RIGHT: 10px; PADDING-LEFT: 16px; FLOAT: right; PADDING-BOTTOM: 12px; COLOR: #999; LINE-HEIGHT: 21px; PADDING-TOP: 12px
}
.dede_pages .pageinfo STRONG {
	FONT-WEIGHT: normal; MARGIN: 0px 2px; COLOR: #666
}
.pagelist{ list-style:none; margin:0; padding:0;}
    .piclist td
    {
        text-align: center;
    }
/*---   2011-4-6  zch ----*/
/*中山农业信息网样式表移动过来*/
/*--------------------------------信息公开控件-----------------------------------*/
.titlebg_xx
{
    height: 33px;
    background: url(images/titlebg_xx.gif) no-repeat center center;
}
.titlebg_01_xx
{
    width: 31px;
	height:33px;
    background: url(images/titlebg_01_wsfw.jpg) no-repeat top left;
}

.titlebg_02_xx
{
    width: 0px;
}
.titlebg_03_xx
{
	background: url(images/titlebg_03_title_login.jpg) no-repeat top left;
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.titlebg_03_title_xx
{
    font-size: 11pt;
	color:#fff;
    font-weight: bold;
}
.innerbg_xx
{
    background: url(images/list_bg.gif) repeat top center;
    border: solid 1px #eae9ea;
    border-top: none;
    padding: 1px 0 0;
    text-align: center;
}

.innerbg_xx div
{
    margin-top: 5px;
}
/*--------------------------------应用系统控件-----------------------------------*/
.titlebg_yy{
    height: 32px;
}
.titlebg_yy .titlebg_03_title_xx{
    height: 32px;
	color:#fff;
}
.innerbg_yy{
    border: solid 1px #eae9ea;
    border-top: none;
    padding: 0 3px 3px 3px;
    text-align: center;
	background: url(images/list_bg.gif) repeat top center;
}

.innerbg_yy div{ margin-top:5px;}
/*--------------------------------系统链接-----------------------------------*/
.xt_zj{}
.xt_zi{ list-style:none; background:#f6f6f6; border:1px solid #dfdfdf; width:188px; border-top:none;padding-bottom:3px; height:150px; margin:0 auto;}
.xt_zi li{ list-style:none; float:left; width:85px; height:24px; margin:3px 0;_margin:2px 0; margin-left:5px;_margin-left:3px;}

/*--------------------------------网上服务-----------------------------------*/
.textbox{ border:1px #cccccc solid; height:18px;}
.border_filedown .search{  background: url(images/fw_search_bg.gif) repeat-x ; height:28px; padding-left:16px;}
/*.server_web{ padding:3px 0px;}*/
.innerbg_white
{
    background: url(images/list_bg.gif) repeat top center;
    border: solid 1px #eae9ea;
    padding: 11px 0px 10px 5px;
	*padding:11px0px10px0;
	_padding:11px0px10px0;
	text-align:center;
}
.server_web_01
{
    background: url(images/server_web_01.gif) no-repeat;
    width: 185px;
    height: 36px;
    cursor: pointer;
}
.server_web_02
{
    background: url(images/server_web_02.gif) no-repeat;
    width: 185px;
    height: 36px;
    cursor: pointer;
}
.server_web_03
{
    background: url(images/server_web_03.gif) no-repeat;
    width: 185px;
    height: 36px;
    cursor: pointer;
}
.server_web_04
{
    background: url(images/server_web_04.gif) no-repeat;
    width: 185px;
    height: 36px;
    cursor: pointer;
}
.server_web_05
{
    background: url(images/server_web_05.gif) no-repeat;
    width: 185px;
    height: 36px;
    cursor: pointer;
}
/*--------------------------------网上服务-----------------------------------*/
.server_web
{
    padding: 3px 0px;
}
.server_web_01
{
    background: url(images/server_web_01.gif) no-repeat;
    width: 185px;
    height: 36px;
    cursor: pointer;
}
.server_web_02
{
    background: url(images/server_web_02.gif) no-repeat;
    width: 185px;
    height: 36px;
    cursor: pointer;
}
.server_web_03
{
    background: url(images/server_web_03.gif) no-repeat;
    width: 185px;
    height: 36px;
    cursor: pointer;
}
.server_web_04
{
    background: url(images/server_web_04.gif) no-repeat;
    width: 185px;
    height: 36px;
    cursor: pointer;
}
.server_web_05
{
    background: url(images/server_web_05.gif) no-repeat;
    width: 185px;
    height: 36px;
    cursor: pointer;
}
.server_web_title
{
    background: url(images/server_web_title.gif) no-repeat;
    width: 198px;
    height: 52px;
}
.titlebg_03_title_wsfw
{
    color: #fff;
    font-size: 11pt;
    font-weight: bold;
    height: 32px;
    width: 100px;
}
.titlebg_03_title_wsfw a:link, .titlebg_03_title_wsfw a:active, .titlebg_03_title_wsfw a:visited, .titlebg_03_title_wsfw hover
{
    color: #fff;
}
.titlebg_01_x_02{
    background: url(images/titlebg_01_wsfw.jpg) no-repeat top left;
    width: 31px;
	height:33px;
}
.titlebg_02_x_02{
    /*background: url(images/titlebg_03_title_login.jpg) no-repeat top right;
    width: 43px;*/
}
.titlebg_03_x_02{
	background: url(images/titlebg_03_title_login.jpg) no-repeat top left;
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;}
/*---------------------专家视点----------------*/

.zj
{
    background: url(images/zj_01.jpg) no-repeat;
}
.zj_03
{
    padding-top: 100px;
    text-align: center;
    border: 1px solid #eae9ea;
    border-top: none;
}
.zj_03 .icon
{
    background: url(images/icon_list.gif) no-repeat center center;
    width: 15px;
    vertical-align: middle;
}
.zj_03 .list_table
{
    width: 92%;
	margin-bottom:5px;
}
.zj_03 .list_table td
{
    border-bottom: 1px dashed #9b9a95;
}
/*--------------------------------特色服务-----------------------------------*/
.server_web_ts
{
    padding: 5px 0px; *padding:12px0px;_padding:12px0px;margin-bottom:0px;*margin-bottom:7px;_margin-bottom:7px;}
.server_web_ts .title
{
    background: url(images/server_web_ts_title.gif) no-repeat;
    width: 198px;
    height: 30px;
}
.server_web_ts01
{
    background: url(images/server_web_ts01.gif) no-repeat right top;
    height: 76px;
    border: solid 1px #eae9ea;
    border-top: none;
    border-right: none;
}
.server_web_ts02
{
    background: url(images/server_web_ts02.gif) no-repeat left top;
    height: 76px;
    border: solid 1px #eae9ea;
    border-top: none;
    border-left: none;
}

/*---------------------龙头企业----------------*/
.titlebg_01_x_03
{
    width: 31px;
	height:33px;
    background: url(images/titlebg_01_wsfw.jpg) no-repeat top left;
}
.titlebg_02_x_03
{
    background: url(images/titlebg_01_login_right.jpg) no-repeat top right;
	width:5px;
    
}
.titlebg_03_x_03
{
    background: url(images/titlebg_03_title_login_bg.jpg) repeat-x top center;
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.qy
{
    width: 190px;
    margin: 0 auto;
}

.qy .content div
{
    width: 85%;
    background: url(images/icon_list.gif) no-repeat left center;
    padding-left: 15px;
    margin-left: 10px;
}
.qy img
{
    width: 190px;
    height: 90px;
    margin-bottom: 5px;
}
/*.qy div{ margin:5px auto; }*/
.titlebg_02_qy
{
    background: url(images/t02_x.gif) no-repeat top right;
    width: 15px;
}
.titlebg_03_qy
{
    background: url(images/t03_x.gif) repeat-x top center;
}

/*---   2011-4-7  zch ----*/
/*--------------------------------产品展示控件-----------------------------------*/
.outerbg_pics
{
    background-color: #fff;
    width: 100%;
	margin:5px 0px;
}
.outerpadding_pics{/*padding: 3px 0px 3px 0px;*/}
.innerbg_pics
{
    /*background:url(images/pics_bg.gif) #fff repeat-x;*/
    border: solid 1px #cdd4cc;
    border-top: none;
    /*padding: 10px 2px 3px;*/
    text-align: center;
}
.title_pics{ height:31px;}
.t01_pics{background:url(images/t01_pics.gif) no-repeat; width:12px; height:35px;
background: url(images/titlebg_01.jpg) no-repeat top left;
    width: 16px;}
.t02_pics{background: url(images/titlebg_02.jpg) no-repeat top right;
    width: 20px;}
.t03_pics{background: url(images/titlebg_03.jpg) repeat-x top center;  height:35px;}
.t03_01_pics{background: url(images/iconban.jpg) no-repeat center top;
    width: 7px;
	height:35px;}
.t03_02_pics{width:42px; height:35px;}
.t03_03_pics{color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 20px;
	background:url(images/titlebg_03_title_bg.jpg) no-repeat right; 
	width:150px; 
	height:35px;}

.pic_show_mycp td {	/*BORDER: #c2c1c1 1px solid; PADDING: 3px;BACKGROUND-COLOR: #fff;TEXT-ALIGN: center;*/} 
.pic_show_mycp img { border:#c2c1c1 1px solid;height:115px;width:116px; padding:1px;} 
.pic_show_mycp div { margin-top:4px; overflow: hidden; width:116px;	WORD-BREAK: keep-all;WHITE-SPACE: nowrap;TEXT-OVERFLOW: ellipsis; text-align:center;}
/*--------------------------------多页签的控件-----------------------------------*/
.outerbg_x{
    background-color: #fff;
    width: 100%;
}
.outerpadding_x{padding: 3px 0px 3px 0px;}
.innerbg_x{
    /*background:url(images/innerbg_x.gif) #fff  repeat-x;
    border: solid 1px #cdd4cc;
    border-top: none;*/
	background:#f3f4ee;
    padding: 11px 0px 10px 0;
    text-align: center;
}
.titlebg_x{height: 35px;}
.titlebg_01_x{
   background: url(images/titlebg_01.jpg) no-repeat top left;
    width: 10px;
	/*background:#bedb8c;*/
}
.titlebg_02_x{
    background: url(images/titlebg_02.jpg) no-repeat top right;
    width: 15px;
}
.titlebg_03_x{background: url(images/titlebg_03.jpg) repeat-x top center;}
.titlebg_03_title_x{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background:url(images/tab_on_orange.gif) no-repeat bottom left;   
    height: 35px;
    width:100px;
}
.titlebg_03_title_x a:link, .titlebg_03_title_x a:active, .titlebg_03_title_x a:visited, .titlebg_03_title_x hover{color: #fff;}
.titlebg_03_title_x2 a:link, .titlebg_03_title_x2 a:active, .titlebg_03_title_x2 a:visited, .titlebg_03_title_x2 hover{color: #3d3d3d;}
.titlebg_03_title_x2{
    color: #3d3d3d;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
	background:url(images/tab_orange.gif) repeat-x bottom left;   
    height: 35px;
    width:100px;
}
.list_table_x{
	margin:0 10px;
	width:96%;
}
.list_table_x td{border-bottom: 1px #a7a7a7 dashed; height:26px; line-height:26px;}
.icon_x{
    background: url(images/icon_list.gif) no-repeat center center;
    width: 20px;
    vertical-align: middle;
}
.datatext{
    text-align: right;
	color:#8f8f8f;
}
/*--------------------------------多页签的控件  green  -----------------------------------*/
.innerbg_green
{
}
.innerbg_green div{
	background:#f3f4ee;
    padding: 11px 0px 10px 10px;
    /*margin: 0 5px; text-align: center;*/
}
.titlebg_01_green{
   background: url(images/titlebg_01.jpg) no-repeat top left;
    width: 10px; /*background:#bedb8c;*/
}
.titlebg_02_green{
    background: url(images/titlebg_02.jpg) no-repeat top right;
    width: 15px;
}
.titlebg_03_green{background: url(images/titlebg_03.jpg) repeat-x top center;}
.titlebg_03_title_on_green
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center; 
    background:url(images/tab_on_orange.gif) no-repeat bottom left;
    height: 35px;
    width: 100px;
}
.titlebg_03_title_on_green a:link, .titlebg_03_title_on_green a:active, .titlebg_03_title_on_green a:visited, .titlebg_03_title_on_green hover
{
    color: #fff;
}
.titlebg_03_title_green a:link, .titlebg_03_title_green a:active, .titlebg_03_title_green a:visited, .titlebg_03_title_green hover
{
    color: #3d3d3d;
}
.titlebg_03_title_green
{
    color: #3d3d3d;
    font-size: 14px;
    font-weight: bold;
    text-align: center; 
	background:url(images/tab_orange.gif) repeat-x bottom left; 
    height: 35px;
    width: 100px;
}
    /*新增地图边框样式*/
/*.map_k{ padding:0 18px;}
.map_tl{width:0px; height:0px;}
.map_tr{width:0px; height:0px;}
.map_tc{height:0px;}
.map_ml{width:0px;}
.map_mr{width:0px;}
.map_mc{}
.map_bl{width:0px; height:0px;}
.map_br{width:0px; height:0px;}
.map_bc{height:0px;}*/
.map_mc div{background:url(images/list_bg.gif) repeat-x;
    border: solid 1px #e4e4e4;
    border-top: none;}
.map_title_icon{ background:url(images/titlebg_03_icon_tongzhi.jpg) no-repeat; width:20px; height:33px;}
.map_01{ width:10px; background:url(images/titlebg_01_login.jpg) no-repeat; }
.map_03{ height:32px; vertical-align:top;}
.map_02{}
.map_title_title{background:url(images/titlebg_03_title_login.jpg) no-repeat top right;font-weight:bold; font-size:14px; color:#fff;}
.map_title_r{width:0px;}
/*---------------------便民服务----------------*/
.server_bm{
	margin: 0 auto;
	background: url(images/list_bg_bm.gif) repeat top center;
    border-bottom: solid 1px #eae9ea;
}
.bm_title
{
    background: url(images/bm_title.gif) no-repeat top left;
    height: 33px;
	color: #fff;
    font-size: 11pt;
    font-weight: bold;
}
.bm_01{
    background: url(images/bm_01.gif) no-repeat;
    width: 193px;
    height: 45px;
    cursor: pointer;
	margin: 0 auto;
}
.bm_02{
    background: url(images/bm_02.gif) no-repeat;
    width: 193px;
    height: 43px;
    cursor: pointer;
	margin: 0 auto;
}
.bm_03{
    background: url(images/bm_03.gif) no-repeat;
    width: 193px;
    height: 38px;
    cursor: pointer;
	margin: 0 auto;
}
.bm_04{
    background: url(images/bm_04.gif) no-repeat;
    width: 193px;
    height: 45px;
    cursor: pointer;
	margin: 0 auto;
}
.bm_05{
    background: url(images/bm_05.gif) no-repeat;
    width: 193px;
    height: 42px;
    cursor: pointer;
	margin: 0 auto;
}
.bm_bottom{height:5px;}

/*---- 详细页面  管理职能  页面上的样式名在样式表中没有找到  新添加  zch*/
.Lcon{
	background:#F3F4EF;
	margin-top:5px;
}
.Lcon_01{
	background: url(images/titlebg_01.jpg) no-repeat top left;
    width: 16px;
}
.Lcon_title_icon{
	background: url(images/iconban.jpg) no-repeat center top;
    width: 7px;
	height:35px;
}
.Lcon_title_title{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 20px;
	padding-right:15px;
	background:url(images/titlebg_03_title_bg.jpg) no-repeat right; 
    width:180px;
	height:35px;
}
.Lcon_02{
    background: url(images/titlebg_02.jpg) no-repeat top right;
    width: 20px;
}
.Lcon_03{background: url(images/titlebg_03.jpg) repeat-x top center;}








