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 {
	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;
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.table-responsive {
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.center_content.table,
.table.center_content {
	display: block;
}

.center_content table {
	border-collapse: collapse;
	table-layout: auto;
	width: max-content;
	min-width: 100%;
}

.center_content th {
	padding-top: 3px;
	text-align: center;
	margin: 0px;
	border-bottom: #cccccc 1px solid;
	background: #f7f7f7 repeat-x center;
	color: #000;
	white-space: nowrap;
}

.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;
	white-space: nowrap;
}

.center_content tbody tr:nth-child(even) {
	background-color: #f6f8f9;
}

.center_content tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

.center_content tbody tr:hover {
	background-color: #e6f1fb;
}

.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: 10;
	width: 100%;
	height: 41px;
	clear: both;
	font-size: 11px;
	background: #222222;
	display: flex;
}

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) {

	#header .container-fluid>.navbar-header,
	#header .container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	#header .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.sitename {
		line-height: 50px;
		margin-top: 0px;
		font-size: 20px;
	}

	.nav {
		margin-top: 0px;
		height: 34px;
		float: none;
	}

	.nav li {
		background: none;
		margin-right: 0;
		width: 100%;
		float: left;
	}

	.nav li a {
		padding: 5px;
	}

	.nav li.active {
		background: url(../images/arr.png) no-repeat;
		background-position: calc(100%) 20%;
		/* 78px is 22px less than 100% */
	}

	.subnav li.on a,
	.subnav li a:hover {
		border-bottom: none;
	}

	.container {
		padding: 10px 10px;
		margin-top: 0px;
		zoom: 1;
		margin-left: 0px;
		height: calc(100vh - 171px);
		overflow: auto;
	}

	ul.menu {
		width: 100%;
		padding: 0px;
		margin: 0px;
		background: none;
	}




	.navbar-toggle {
		position: absolute;
		top: 8px;
		right: 15px;
		margin: auto;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}

	fieldset {
		width: 95%;
		/*min-width:260px;*/
		margin-top: 20px;
	}

	.col-sm-4 {
		width: 100%;
	}

	#subNav {
		background: #222222;
		/*        margin-left:0px!important;
        margin-right:0px!important;*/
		float: left;
		width: 50%;
		padding: 0px;
		margin: 0px;
	}

	#subNav2 {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	.subnav {
		background: #222222;
		width: 100%;
		margin: 0px;
		float: right;
	}

	.subnav ul {
		width: 100%;
	}

	.subnav li {
		float: left;
		margin: 0px;
		display: inline;
		width: 100%;
	}

	.subnav li a {
		color: azure;
		font-size: small;
	}

	.table table tr th,
	.table table tr td {
		padding: 2px 5px;
		font-size: 10px;
		border: 1px solid #cccccc;
	}

	#toper {
		background: #222222;
		width: 50%;
		position: absolute;
		right: 0;
		top: 50px;
		margin: 0px;
		padding: 0px;
		height: calc(100vh - 50px);
		transition: all 0.3s ease;
		/* Optional for smooth transition */
		z-index: 1001;
	}

	.header,
	.navbar-default {
		height: 50px;
	}

	#menu_tab {
		padding: 0px;
		margin: 0px;
		float: left;
		width: 50%;
	}

	#header {
		z-index: 1000;
		clear: both;
		width: 100%;
		height: 50px;
	}

	.container {
		height: calc(100vh - 100px);
	}

	.center_content td {
		font-size: 10px !important;
	}

	.leftmenu {
		display: none;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.nav li {
		margin-right: 0 !important;
	}
	.container {
		height: calc(100vh - 171px);
	}
	.col-sm-4 {
		width: 31%;
		padding-right: 0;
	}
}

@media screen and (min-width:992px) {
	.container {
		height: calc(100vh - 171px);
	}
}

.container {
	width: 100vw;
	margin: auto;
	overflow: auto;
	zoom: 1;
	z-index: 999;
}