﻿body
{
	background-color: #fff;
	padding: 0;
	font-family:新宋体, Arial, Helvetica, sans-serif;
	margin: 0px auto auto auto;
	color: #424849;
	font-size: 12px;
	text-align: left;
    min-width:320px;
}
h1
{
	font-size: 16px;
	font-weight: bold;
	font-family:新宋体, Arial, Helvetica, sans-serif;
	color: #1a5114;
	width: 180px;
	padding: 15px 5px 2px 5px;
	margin: auto;
	text-decoration: none;
	border-bottom: 1px #CCCCCC dashed;
}
h2
{
	font-size: 18px;
	font-weight: bold;
	font-family:新宋体, Arial, Helvetica, sans-serif;
	/*color: #63a130;*/
	width: auto;
	padding: 0px 5px 0px 10px;
	margin: auto;
	/*font-style: italic;*/
	text-decoration: none;
}
img.img_left
{
	float: left;
	padding: 0px 8px 8px 0px;
}
#header
{
	position: fixed;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	z-index: 1000;
	left: 0;
	top: 0;
	clear: both;
	width: 100%;
	height: 130px;
	background: #9f7a33 url(../images/topbg.jpg) repeat-x top right;
}
#main_container
{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0px;
	clear: both;
}
/*------------------------------main content-----------------------*/
#main_content
{
	width: 95%;
	padding-left: 20px;
	padding-top: 125px;
	padding-bottom: 50px;
	margin: auto;
	float: left;
	clear: both;
	/*background: url(images/right_tab_bg.jpgg') no-repeat top left;*/
}
#full_container
{
	width: 100%;
	height: 100%;
	background: url(../images/full_bg.png) repeat-x;
}
#full_top
{
	width: 100%;
	height: 98px;
	background: url(../images/topbg.png) repeat-x right;
}

.search_field
{
	padding: 5px;
}

input
{
	color: #333;
}
.search_button
{
	border: #cccccc 1px solid;
	color: #333;
	font-size: 12px;
	padding: 2px 8px 0 8px;
	background: url(../images/normal_button_bg.png) repeat-x;
	line-height: 16px;
	cursor: pointer;
}


.button_mouseout
{
	border: #cccccc 1px solid;
	color: #333;
	font-size: 12px;
	padding: 2px 8px 0 8px;
	background: url(../images/normal_button_bg.png) repeat-x;
	line-height: 16px;
	cursor: pointer;
}

.button_mousedown
{
	border: #cccccc 1px solid;
	color: #333;
	font-size: 12px;
	padding: 2px 8px 0 8px;
	background: url(../images/normal_button_down_bg.png) repeat-x;
	line-height: 16px;
	cursor: pointer;
}

/*---------------- menu tab----------------------*/
#menu_tab
{
	width: auto;
	height: 35px;
	margin: auto;
	padding-top: 66px;
    border: 0;
    padding-left: 260px;
}

#submenu_tab
{
	width: auto;
	height: 30px;
	clear: both;
	margin-top: 20px;
}

.menu
{
	width: 100%;
}

ul.menu
{
	list-style-type: none;
	display: block;
	width: auto;
	margin: auto;
	margin-left: 20px;
	padding: 0px;
	background: none;
}

ul.sub_menu
{
	list-style-type: none;
	display: block;
	width: auto;
	margin: auto;
	margin-left: 20px;
	padding: 0px;
}

ul.menu li
{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.sub_menu
{
	clear: both;
	width: 100%;
}

ul.sub_menu li
{
	display: inline;
	font-size: 12px;
	font-weight: bold;
	line-height: 31px;
}

.first_nav
{
	margin-left: 20px;
}

a.nav:link, a.nav:visited
{
	display: block;
	float: left;
	text-align: center;
	width: 123px;
	margin: 0;
	height: 31px;
	padding-top: 2px;
	margin-right: 5px;
	text-decoration: none;
	background: url(../images/navbg.jpg) no-repeat top left;
	color: #666;
}

a.nav_selected:link, a.nav_selected:visited
{
	display: block;
	float: left;
	text-align: center;
	width: 123px;
	margin: 0;
	height: 31px;
	padding-top: 2px;
	margin-right: 5px;
	text-decoration: none;
	background: url(../images/navbg.jpg) no-repeat top left;
	color: #5a6000;
}

a.nav:hover
{
	background: url(../images/navbg.jpg) no-repeat top left;
	color: #5a6000;
}

a.sub_nav:link, a.sub_nav:visited
{
	display: block;
	float: left;
	padding: 0px 15px 0px 15px;
	margin: 0;
	height: 30px;
	font-weight: normal;
	text-decoration: none;
	background: none;
	color: #666666;
}

a.sub_nav_selected:link, a.sub_nav_selected:visited
{
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0;
	height: 30px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/snavbg.jpg) repeat-x;
	color: #5a6000;
}

a.sub_nav:hover
{
	color: #5a6000;
	background: url(../images/snavbg.jpg) repeat-x;
}


/*------------------------middle_content-----------*/
.center_content
{
	height: auto;
	clear: both;
}
.center_content table
{
	border-collapse: collapse;
	table-layout: fixed;
}

.center_content th
{
	padding-top: 3px;
	text-align: center;
	margin: 0px;
	border-bottom: #cccccc 1px solid;
	background: #f7f7f7 repeat-x center;
	color: #000;
}

.center_content td
{
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding-left: 2px;
	margin: 0px;
	color: #000;
	font-family: 宋体 !important;
	font-size: 10pt !important;
}

.center_content td a:link, .center_content td a:visited
{
	color: #0568b2;
}

.center_content td a:hover
{
	color: #06538d;
	text-decoration: none;
}

.even_line
{
	background-color: #f6f8f9;
}

.odd_line
{
	background-color: #ffffff;
}
.css_mouseover_tr
{
	background-color: #AFFAA9;
}
.css_mouseselected_tr
{
	background-color: #64F358 !important;
}

.left_content
{
	width: 410px;
	float: left;
	margin-right: 5px;
}
.left_box
{
	background: url(../images/center_box_bg.jpg) no-repeat center;
	width: 409px;
	height: 213px;
}
p.left_text
{
	padding: 25px 20px 20px 20px;
	font-size: 11px;
	text-align: justify;
}
img.right_img
{
	float: right;
	padding: 17px 0 10px 10px;
}

.right_content
{
	width: 321px;
	height: auto;
	border: 1px #f6f5f5 solid;
	border-left-width: 3px;
	border-left-color: #E8E8E8;
	float: left;
	margin-top: 18px;
	background: url(../images/right_tab_bg.jpg) no-repeat top center;
}
.right_box
{
	padding: 10px 10px 0px 10px;
	margin: auto;
}
.box_title
{
	background: url(../images/leaf.gif) no-repeat left;
	background-position: 0px 0px;
	padding-left: 25px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
}
p.right_box
{
	padding: 5px;
	text-align: justify;
	font-size: 11px;
	clear: both;
}
.right_bottom
{
	padding: 10px 5px 0 0;
	text-align: right;
}

.prod_box
{
	padding: 5px;
	border: 1px #C2CA91 solid;
	float: left;
	text-align: center;
	font-size: 11px;
	margin: 10px;
}
div.pagination
{
	padding: 5px;
	margin: 5px;
	text-align: center;
	float: left;
	font-size: 10px;
}

div.pagination a
{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #88AF3F;
}
div.pagination a:hover, div.pagination a:active
{
	border: 1px solid #85BD1E;
	color: #fff;
	background-color: #519F31;
}
div.pagination span.current
{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #B2E05D;
	font-weight: bold;
	background-color: #519F31;
	color: #FFF;
}
div.pagination span.disabled
{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}
/*-----------------------------------------------*/
.contact_tab
{
	width: 270px;
	height: auto;
	padding: 30px;
	background-color: #f4f6f9;
	margin: 5px auto 5px auto;
}
#fields label
{
	width: 260px;
	display: block;
	padding: 0px;
}
#fields input
{
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
}
#fields textarea
{
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
	height: 63px;
}
#send input
{
	width: 80px;
	height: 25px;
	margin: 0px;
}


/*-------------------footer------------------------*/
#footer
{
	position: fixed;
	left: 0px;
	bottom: 0;
	_position: absolute;
	_top: expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);
	width: 100%;
	height: 41px;
	clear: both;
	font-size: 11px;
	background:#222222;
}
ul.footer_menu
{
	list-style: none;
	float: right;
	display: block;
	width: 520;
	margin: 0px;
	padding: 9px 20px 0 0px;
}

ul.footer_menu li
{
	display: inline;
	font-size: 11px;
	line-height: 16px;
}

a.nav_footer
{
	display: block;
	float: left;
	padding: 7px 5px 5px 20px;
	margin: 0;
	background: url(images/exit.png) no-repeat left center;
	line-height: 16px;
	text-decoration: none;
	color: #333;
	height: 16px;
}

a.nav_footer:hover
{
	text-decoration: underline;
}

.footer_copyright
{
	float: left;
	padding: 10px 10px 10px 0px;
	background: url(images/logo_16.png) no-repeat left center;
	margin-left: 10px;
	margin-top: 4px;
	padding-left: 21px;
	height: 16px;
	line-height: 16px;
}

.footer_msg
{
	float: left;
	font-size: 13px;
	overflow: hidden;
	height: 24px;
	margin-top: 5px;
	color: #e8641b;
}
.footer_msg ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 32px;
}
.footer_msg ul li
{
	width: auto;
	float: left;
	display: inline;
	height: 24px;
	line-height: 24px;
	color: #e8641b;
}

@media screen and (min-width:320px) and (max-width:767px) {
    #menu_tab {
        width: auto;
        height: 35px;
        margin: auto;
        padding-top: 0px;
        margin-top: 50px;
        padding-left: 0px;
    }

    #header
    {
	    position: fixed;
	    _position: absolute;
	    _top: expression(eval(document.documentElement.scrollTop));
	    z-index: 1000;
	    left: 0;
	    top: 0;
	    clear: both;
	    width: 100%;
	    height: 50px;
	    background: #9f7a33 url(../images/topbg.jpg) repeat-x top right;
    }

    #footer
    {
	    position: static;
	    left: 0px;
	    bottom: 0;
	    _position: absolute;
	    _top: expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);
	    width: 100%;
	    height: 41px;
	    clear: both;
	    font-size: 11px;
	    background:#222222;
    }
    .center_content td {
        font-size: 10px !important;
    }


}
