﻿*
{
    margin: 0;
    padding: 0;
}
body
{
    margin: auto;
    padding: auto;
    text-align: center;
    width: 1000px;
}
html, body, table, thead, td
{
    font-size: 12px;
    color: #000;
    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: #000;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #0340dc;
    position: relative;
    left: 1px;
    top: 1px;
}
/*--------------------------------top-----------------------------------*/
.top
{
    background: url(../DefaultTheme/images/top_bg.jpg);
    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;
    padding-top: 8px;
    color: #006cb0;
}
.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: 1000px;
}
.menu_l
{
    background: url(images/menu_l.jpg) no-repeat top left;
    width: 190px;
	text-align:center;
}
.menu_l span{ color:#fff; }
.menu_r
{
    text-align: center;
    margin: 10px 0px 0 0px;
}
.menu_r td
{
    line-height: 18px;
}
.menu_r td a
{
    width: 60px;
    text-align: center;
    display: inline-block;
}
.menubtm
{
    background: url(images/menubtm_bg.jpg) repeat;
    line-height: 6px;
    width: 1000px;
    margin: 0 auto;
}
/*--------------------------------content layout-----------------------------------*/
.ctLayoutleft
{
    width: 20%;
    padding-right:2px;
}
.ctLayoutcenter
{
    width: 60%;
    padding:0px 3px;
}
.ctLayoutright
{
    width: 20%;
    padding-left:2px;
}
/*--------------------------------列表控件-----------------------------------*/
/* 每个控件的最外层TABLE的样式 */
.outerbg
{
    background-color: #fff;
    width: 100%;
}
/* 每个控件最外层TABLE下第一个TD的样式 */
.outerpadding
{
    padding: 3px 0px 3px 0px;
}
/* 控件中第二层TABLE中TD的样式 */
.innerbg
{
    background-color: #fff;
    border: solid 1px #e4e4e4;
    border-top: none;
    padding: 11px 0 10px 0;
    text-align: center;
    vertical-align:top;
}
/* 控件中第三层TABLE的样式(标题) */
.titlebg
{
    height: 28px;
}
/*更多*/
.more
{
    padding-right: 10px;
    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_d.gif) no-repeat top left;
    width: 33px;
}
/* 控件中第三层TABLE中第三个TD的样式(标题) */
.titlebg_02
{
    background: url(images/titlebg_02.gif) no-repeat top right;
    width: 4px;
}
/* 控件中第三层TABLE中第二个TD的样式(标题) */
.titlebg_03
{
    background: url(images/titlebg_03.gif) repeat-x top center;
}
/* 控件中最里层TABLE中TD第二TD的样式(标题) */
.titlebg_03_title,.titlebg_03_title_d
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-indent: 5px;
    vertical-align: bottom;
    padding-top: 1px;
	padding-right:20px;
    height: 27px;
	vertical-align:top;
	width:80px;
    background: url(images/titlebg_03_d.gif) no-repeat top right;
}
.titlebg_03_title_d{width:110px;}
.titlebg_03_title span{ 
	float:left;
}
/* 控件中最里层TABLE中TD的样式(标题图标) */
.titlebg_03_icon
{
   /* background: url(images/iconban.jpg) no-repeat center center;*/
    width: 0px;
}
/* 列表控件的样式 */
.list_table
{
}
.list_table td
{
    border-bottom: 1px #ccc dotted;
}
.icon
{
    background: url(images/icon.gif) no-repeat center center;
    width: 20px;
    vertical-align: middle;
}
.list
{
}
/*--------------------------------登录控件-----------------------------------*/
.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;
}
.titlebg_login
{
    height: 34px;
}
.titlebg_01_login
{
    background: url(images/titlebg_01_login.gif) no-repeat top left;
    width: 9px;
}
.titlebg_02_login
{
    background: url(images/titlebg_02_login.gif) no-repeat top right;
    width: 7px;
}
.titlebg_03_login
{
    background: url(images/titlebg_03_login.gif) repeat-x top left;
    height: 41px;
}
.titlebg_03_title_login
{
    background: url(images/titlebg_03_title_login.gif) no-repeat top right;
    color: #fff;
    font-size: 14px;
    text-align: left;
    text-indent: 5px;
    width: 159px;
    height: 41px;
	font-weight:bold;
}
.titlebg_03_icon_login
{
    background: url(images/titlebg_03_icon_login.gif) no-repeat top left;
    width: 27px;
    height: 41px;
}
.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-color: #fff;
    border: solid 1px #d2dac2;
    border-top: none;
    padding: 3px 6px;
    text-align: center;
}
.innerbg_tongzhi td
{
    border-bottom: solid 1px #d2dac2;
}
.titlebg_03_icon_tongzhi
{
    background: url(images/titlebg_03_icon_tongzhi.gif) no-repeat top right;
    width: 34px;
    height: 41px;
}
.titlebg_03_title_tongzhi{
    background: url(images/titlebg_03_title_tongzhi.gif) no-repeat top left;
    width: 141px;
    height: 43px;

}
.tongzhi_title
{
    color: #FF0000;
}
.titlebg_tongzhi
{
    height: 43px;
}
.titlebg_01_tongzhi
{
    background: url(images/titlebg_01_tongzhi.gif) no-repeat top left;
    width: 5px;
}
.titlebg_02_tongzhi
{
    background: url(images/titlebg_02_tongzhi.gif) no-repeat top right;
    width: 4px;
}
.titlebg_03_tongzhi
{
    background: url(images/titlebg_03_tongzhi.gif) repeat-x top left;
    height: 41px;
}
/*--------------------------------多页签的控件-----------------------------------*/
.outerbg_x
{
    background-color: #fff;
    width: 100%;
}
.outerpadding_x
{
    padding: 3px 0px 3px 0px;
}
.innerbg_x
{
    background-color: #fff;
    border: solid 1px #e4e4e4;
    border-top: none;
    padding: 11px 0px 10px 0;
    text-align: center;
}
.titlebg_x
{
    height: 28px;
}
.titlebg_01_x
{
    background: url(images/titlebg_01.jpg) no-repeat top left;
    width: 5px;
}
.titlebg_02_x
{
    background: url(images/titlebg_02.jpg) no-repeat top right;
    width: 5px;
}
.titlebg_03_x
{
    background: url(images/titlebg_03.jpg) repeat-x top center;
}
.titlebg_03_title_x
{
    color: #d28900;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 30px;
    vertical-align: bottom;
    background: url(images/lable_over.jpg) no-repeat bottom left;
    padding-top: 1px;
    height: 28px;
    width: 122px;
}
.titlebg_03_title_x a:link, .titlebg_03_title_x a:active, .titlebg_03_title_x a:visited, .titlebg_03_title_x hover
{
    color: #d28900;
}
.titlebg_03_title_x2 a:link, .titlebg_03_title_x2 a:active, .titlebg_03_title_x2 a:visited, .titlebg_03_title_x2 hover
{
    color: #FFF;
}
.titlebg_03_title_x2
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 30px;
    vertical-align: bottom;
    padding-top: 1px;
    height: 28px;
    width: 122px;
}
.list_table_x td
{
    border-bottom: 1px #ccc dotted;
}
.icon_x
{
    background: url(images/icon.jpg) no-repeat center center;
    width: 20px;
    vertical-align: middle;
}
.datatext
{
    text-align: right;
}
/*--------------------------------单页签的控件-----------------------------------*/
.outerbg_d
{
    background-color: #fff;
    width: 100%;
}
.outerpadding_d
{
    padding: 3px 0px 3px 0px;
}
.innerbg_d
{
    background-color: #fff;
    border: solid 1px #e4e4e4;
    border-top: none;
    padding: 11px 0px 10px 0;
    text-align: center;
}
.titlebg_d
{
    height: 28px;
}
.titlebg_01_d
{
    background: url(images/titlebg_01_d.gif) no-repeat top left;
    width: 33px;
}
.titlebg_02_d
{
    background: url(images/titlebg_02_d.gif) no-repeat top right;
    width: 33px;
}
.list_table_d td
{
    border-bottom: 1px #ccc dotted;
}
.icon_d
{
    background: url(images/icon.gif) no-repeat center center;
    width: 20px;
    vertical-align: middle;
}
/*--------------------------------搜索控件-----------------------------------*/
.innerbg_search_sy
{
    background-color: #f8f8f8;
    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;*/
	background-color:#fff;
}
.searchselect
{
    line-height: 10px;
    font-size: 10px;
}
/*--------------------------------市场行情控件-----------------------------------*/
.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;
    vertical-align:top;
}
.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.gif);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 26px;
    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.gif) no-repeat top center;
    width: 26px;
    height: 21px;
}
.titlebg_03_title2_xl
{
    background: url(images/titlebg_03_title2_xl.gif) no-repeat;
    height: 23px;
}
.list_table_gongqiu
{
    text-align: center;
}
.list_table_gongqiu td
{
    text-align: center;
    border-bottom: 1px #ccc dotted;
}
/*--------------------------------种植信息控件-----------------------------------*/
.innerbg_zzjs
{
    background-color: #fffbf5;
    border:  1px #e4e4e4 solid;
    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-size: 12px;
    font-weight: bold;
    padding: 5px;
}

/*-------------------------------地图-----------------------------------*/
.outerpadding_map
{
    padding: 3px 0px 3px 0px;
}
.titlebg_01_map
{
    background: url(images/t_l.gif) no-repeat;
    width: 6px;
    height: 40px;
}
.titlebg_02_map
{
    background: url(images/t_r.gif) no-repeat;
    width: 8px;
    height: 40px;
}
.titlebg_03_map
{
    background: url(images/t_bg.gif) repeat-x;
    text-align: left;
}
.titlebg_03_title_map{ 
	/*width:192px;*/
	background: url(images/titlebg_03_title_map.gif) no-repeat top right;
}
.titlebg_03_title_map td{ 
	color: #407500;
    font-size: 14px;
    font-weight: bold;
}
.titlebg_03_03_title_map{
    height: 40px;
	text-align: left;
	 background: url(images/titlebg_03_title_map.gif) repeat-x}

.titlebg_03_icon_map
{
    background: url(images/titlebg_03_icon_map.gif);
    width: 67px;
    height: 40px;
}
.titlebg_03_02_map
{
  /*  background: url(images/titlebg_03_02_map.jpg);*/
    width: 0px;
    height: 40px;
}
.bodybg_l_map
{
    background: url(images/c_l.gif);
}
.bodybg_r_map
{
    background: url(images/c_r.gif);
}
.footbg_l_map
{
    background: url(images/b_l.gif);
    width: 6px;
    height:26px;
}
.footbg_c_map
{
    background: url(images/b_bg.gif);
    height: 26px;
}
.footbg_r_map
{
    background: url(images/b_r.gif);
    width: 8px;
    height: 26px;
}
.list_map td
{
    height: 36px;
    text-align: center;
    color: #999999;
	border-bottom:1px #b3b3b3 dotted;
}
.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;
}
/*-------------------------------会员管理-----------------------------------*/
.web_dh
{
    width: 1000px;
    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: #e4e4e4;
    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 top right;
    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: #000;
}
.qgsc_midbg
{
    width: 100%;
    border-left: 4px #73f85e solid;
    border-right: 4px #73f85e solid;
}
.qgsc_midbg td{ text-align:center;}
.qgsc_b1
{
    background: url(rss/qgsc_b1.jpg) no-repeat;
    height: 20px;
    width: 10px;
}
.qgsc_b2
{
    background: url(rss/qgsc_b2.jpg) no-repeat;
    height: 20px;
    width: 9px;
}
.qgsc_b3
{
    background: url(rss/qgsc_b3.jpg) repeat-x;
    height: 20px;
    line-height: 9px;
}
.qgsc_line
{
    background-color: #73f85e;
    height: 2px;
}
.rss_t2
{
    background: url(rss/rss_t2.jpg) no-repeat;
    height: 38px;
    width: 60px;
}
/*-------------  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=#c18401,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: #e4e4e4 solid 2px;
    border-left: #e4e4e4 solid 2px;
    border-right: #e4e4e4 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;
	text-align:right;
}
.jingpin_n li
{
    float: right;
    width: 65px;
    margin-right: 8px;
}
.jingpin_n li a
{
    float: right;
    width: 65px;
    color: #000;
    text-align: center;
    line-height: 20px;
    padding: 2px 2px;
    text-decoration: none;
}
.jingpin_n li a:hover
{
    line-height: 20px;
    text-decoration: none;
}
.jingpin_p1 a:hover, .jingpin_p1 a:active
{
    background: url(images/btn_bg.gif) no-repeat 0px 2px;
	color:#407500;
	font-weight:bold;
}
/*==============  多级菜单  ==============*/
.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
{
    background: url(second/second_menu_001.jpg) no-repeat;
    width: 77px;
    height: 51px;
}
.s_menu_02
{
    background: url(second/second_menu_002.jpg) repeat-x;
    height: 51px;
    font-size: 14px;
    font-weight: bold;
    color: #043752;
    text-indent: 1em;
}
.s_menu_03
{
    background: url(second/second_menu_003.jpg) no-repeat;
    width: 9px;
    height: 51px;
}
.s_menu_04
{
    background: url(second/second_menu_004.jpg) repeat-y;
    width: 10px;
}
.s_menu_05
{
    background-color: #fcf0db;
}
.s_menu_06
{
    background: url(second/second_menu_005.jpg) repeat-y;
    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.jpg) no-repeat;
    width: 10px;
    height: 28px;
}
.s_list_02
{
    background: url(second/second_menu_td02.jpg) no-repeat;
    width: 9px;
    height: 28px;
}
.s_list_03
{
    background: url(second/second_menu_td03.jpg) repeat-x;
    height: 28px;
}
.s_list_icon
{
    background: url(second/second_menu_tdicon.jpg) no-repeat right center;
    width: 35px;
    height: 18px;
}
.s_list_title
{
    font-weight: bold;
    text-indent: 10px;
}


/*---------  新闻滚动条  -----------*/
.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: #fcefdc;
}
.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;
}
/*-------------------------------foot-----------------------------------*/
.foot
{
    background: url(images/foot_bg.jpg) repeat-x;
    height: 110px;
    width: 1000px;
}
.foot_menu
{
    text-align: center;
    height: 30px;
    vertical-align: bottom;
    padding-bottom: 5px;
    letter-spacing: 1px;
}
.foot_font
{
    color: #000;
	line-height:16px;
}
.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;
}

/*------------------------------- 视频点播 -----------------------------------*/
#large{position:absolute;display:none;z-index:999;}
.innerbg img{
	float:left;
	list-style:none;
	padding:2px;
	margin:2px 0;
}
.innerbg_hidden{
	position:absolute; 
	width:215px; 
	height:150px; 
	float:left; 
	z-index:8; 
	left:220px; 
	top:700px; 
	visibility: hidden;
}
.innerbg_hidden img{
	width:215px; 
	height:150px;
}
.btn_bofang,.btn_bofangover{
	background: url(images/btn_bofang.gif) no-repeat 0 0;
	width:60px;
	height:25px;
	border:none;
}
.btn_bofangover{background: url(images/btn_bofang.gif) no-repeat 0 -25px;}
/*------------------------------- 特色产业 -----------------------------------*/
.title_ts
{
	background:url(images/tscy_title_bg.gif) repeat-x;
}
.title_ts_text
{
	background:url(images/tscy_title.gif) no-repeat;
	height:28px;
	padding-left:20px;
	font-family:"黑体";
	font-size:14px;
	font-weight:bold;
}
.title_ts_content
{
	border-bottom:2px solid #d5d5d5;
	padding:6px 5px 2px 5px;
}
.title_ts_content li
{ 
	float:left;
	text-align:center;
	list-style:none;
	width:135px;
	height:95px;
}
/*------------------------------- 农特产品展示 -----------------------------------*/
.title_nt_bg{
	background:url(images/ncp_title_bg01.gif) repeat-x;
}
.title_nt_icon{
	background:url(images/ncp_title_icon.gif) no-repeat;
	height:44px;
	width:46px;
}
.title_nt_text{
	background:url(images/ncp_title_bg.gif) repeat-x;
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-indent: 5px;
    padding-top:7px;
	height:44px;
	width:100px;
}
.title_nt_right{
	background:url(images/ncp_title_right.gif) no-repeat;
	width:21px;
}
.ncp_left{
	background:url(images/ncp_left.gif) no-repeat;
	width:13px;
	height:182px;
}
.ncp_right{
	background:url(images/ncp_right.gif) no-repeat;
	width:15px;
	height:182px;
}
.ncp_content{
	*height:130px !important;
	_height:130px;
	height:134px;
	border-bottom:1px solid #d4dac0;
}
.ncp_content li{
	*height:126px !important;
	_height:126px;
	height:134px;
	border-bottom:1px solid #d4dac0;
}
.ncp_mover{
	overflow: hidden; 
	width:525px; 
	height:125px;
}
.ncp_mover_cell{border:1px solid #ddd;}
.ncp_mover_cell img{
	width:140px;
	height:100px;
}
.ncp_mover_cell01{
	width:140px;
	height:100px;
	padding:3px;
}
.ncp_mover_cell02{
	background:#f2f2f2;
	font-size:13px; 
	font-weight:bold; 
	text-align: center; 
	line-height:20px; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	word-break: keep-all;
}
/*------------------------------- 网站推荐 -----------------------------------*/
.web_link{
	background:url(images/link_web_bg.gif) repeat-x;
	border:1px solid #cfd7bf;
	margin:5px 0px;
	height:42px;
}
.web_link td{
	text-align:center;
	font-size:15px;
	font-family:"黑体";
	font-weight:bold;
	font-style:italic;
}
.web_link select{width:120px;}
/*------------------------------- 天气预报 -----------------------------------*/
.weather,.modern{
	background:url(images/link_web_bg.gif) repeat-x;
	border:1px solid #cfd7bf;
	margin:3px 0px;
}
.weather td,.modern td{
	padding:0 5px;
	height:30px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	word-break: keep-all;
}
.weather span{color:red;}
/*------------------------------- 专家在线服务 -----------------------------------*/
.online_icon{
	background:url(images/online_icon.gif) no-repeat;
	width:45px;
	height:35px;
}
.online_title_bg{
	background:url(images/online_title_bg.gif) repeat-x;
	height:35px;
	color:#4a7b05;
	font-size:14px;
	font-weight: bold;
	margin-top:3px;
}
.online_title_right{
	background:url(images/online_title_right.gif) no-repeat;
	width:5px;
}
.online_sub{margin-top:5px;}
.online_sub01{
	background:url(images/online_sub01.gif) no-repeat;
	width:34px;
	height:5px;
	line-height:5px;
}
.online_sub02{
	background:url(images/online_sub02.gif) repeat-x;
	line-height:5px;
}
.online_sub03{
	background:url(images/online_sub03.gif) no-repeat;
	width:6px;
	height:5px;
	line-height:5px;
}
.online_sub04{
	background:url(images/online_sub04.gif) repeat-y;
	color:#ff7c00;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.online_sub04 p{line-height:20px;}
.online_sub05{background:url(images/online_sub05.gif) repeat-y;}
.online_sub06{
	background:url(images/online_sub06.gif) no-repeat;
	width:34px;
	height:5px;
	line-height:5px;
}
.online_sub07{
	background:url(images/online_sub07.gif) repeat-x;
	line-height:5px;
}
.online_sub08{
	background:url(images/online_sub08.gif) no-repeat;
	width:6px;
	height:5px;
	line-height:5px;
}
.online_sub_content{
	padding:3px;
	vertical-align:top;
}
.online_sub_content p{padding:5px;}
.online_sub_content span{color:red;}
