@charset "utf-8";
	* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.main {
	width: 1000px;
	margin: 20px auto;
	clear: both;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
body {
	font-size: 12px;
	width: 100%;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", Segoe, Tahoma, Arial, Verdana, sans-serif;
	background: #f4f4f4 url(footer.jpg) no-repeat center bottom;
}
header,footer,nav,section,article {
	display: block;
}
section {
	margin: 0px;
	clear: both;
	overflow: hidden;
}
header {
	height: 140px;
	clear: both;
	overflow: hidden;
	background-color: #FFF;
}
#head {
	width: 1000px;
	margin: 0px auto;
	clear: both;
	top: 40px;
	overflow: hidden;
	position: relative;
}
#head h1 {
	font-size: 20px;
	color: #333;
	position: absolute;
	top: 25px;
	left: 200px;
	text-transform: Capitalize;
	width: 500px;
}
#head p {
	font-size: 14px;
	color: #999;
	left: 200px;
	top: 60px;
	width: 500px;
	position: absolute;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#logo {
	}
#lang {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 27px;
	background: #dbdbdb;
}
#lang div {
	width: 1000px;
	margin: 0px auto;
}
#lang p {
	float: right;
}
#lang span {
	float: left;
	font-size: 12px;
	width: 60px;
	font-weight: bold;
	text-align: right;
	padding: 3px 8px 0 0;
}
#lang a img {
	float: left;
	margin: 6px;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
#lang a.cur img {
	margin: 5px;
	opacity: 1;
	border: #427802 1px solid;
	filter: alpha(opacity=100);
}
#search {
	position: absolute;
	top: 35px;
	width: 1000px;
}
#search p {
	float: right;
	color: #65AF24;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
}
#search p a {
	color: #65AF24;
	text-decoration: none;
}
#search form {
	float: right;
	padding: 0px 10px;
	clear: both;
}
#q {
	width: 200px;
	height: 23px;
	line-height: 23px;
	padding: 5px 10px;
	float: left;
	display: inline;
	outline: 0px;
	color: #333;
	font-size: 12px;
	background-color: #FFF;
	border-radius: 5px 0px 0px 5px;
	border-bottom: #63A132 1px solid;
	border-top: #63A132 1px solid;
	border-left: #63A132 1px solid;
	border-right: 0px;
	-webkit-box-shadow: 0px 3px 3px #ccc;
	box-shadow: 0px 3px 3px #ccc;
}
#search .but {
	width: 40px;
	height: 35px;
	float: left;
	display: inline;
	background: url(search.png) no-repeat 10px 7px;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
	border-bottom: #63A132 1px solid;
	border-top: #63A132 1px solid;
	border-right: #63A132 1px solid;
	border-left: 0px;
	outline: 0px;
	-webkit-box-shadow: 0px 3px 3px #ccc;
	box-shadow: 0px 3px 3px #ccc;
}
#qrc {
	background: url(qrc.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 10px;
}
#qrcd {
	z-index: 9999;
	position: absolute;
	right: 45px;
	top: 40px;
	width: 200px;
	height: 200px;
	background-color: #f4f4f4;
	padding: 15px;
	display: none;
}
/****menu****/
	nav {
	width: 100%;
	height: 80px;
	margin: 0px;
	clear: both;
	background-color: #63A132;
	z-index: 9998;
	-webkit-box-shadow: 0px 3px 3px #ccc;
	box-shadow: 0px 3px 3px #ccc;
}
nav ul ul {
	display: none;
	z-index: 9999;
}
nav ul li:hover> ul {
	display: block;
}
nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: "";
	clear: both;
	display: block;
}
nav ul li {
	float: left;
	margin: 0px 10px;
}
nav ul li:hover {
	background: #65AF24;
	border-radius: 6px;
}
nav ul li:hover a {
	color: #fff;
}
nav ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: Uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0px 12px;
}
nav ul ul {
	background: #65AF24;
	border-radius: 0px 6px 6px 6px;
	padding: 10px 0px 10px 0px;
	position: absolute;
	top: 35px;
}
nav ul ul li {
	float: none;
	border-top: 1px solid #65AA36;
	border-bottom: 1px solid #65AA36;
	position: relative;
}
nav ul ul li a {
	padding: 0px 20px;
	color: #fff;
}
nav ul ul li a:hover {
	background: #63A132;
	border-radius: 6px;
}
nav .ved {
	background: #65AF24;
	color: #FFF;
	border-radius: 6px;
}
nav div {
	width: 1000px;
	margin: 0px auto;
	padding: 20px 0px;
}
/**banner**/
	#abys {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin: 0px;
}
#abys ul {
	height: 500px;
	position: absolute;
	overflow: hidden;
}
#abys ul li {
	float: left;
	height: 500px;
	overflow: hidden;
	position: relative;
	list-style-type: none;
}
#abys ul li div {
	width: 980px;
	margin: 0px auto;
	line-height: 22px;
}
#abys ul li div p {
	position: relative;
	color: #333;
	font-size: 14px;
	background: #FFF;
	border-radius: 10px;
	padding: 20px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#abys ul li a {
	color: #333;
	padding: 0px 5px;
	font-weight: bold;
	display: inline-block;
}
#abys ul li a:hover {
	color: #63A132;
}
#abys .ba {
	background: url(../media/images/ba.jpg) no-repeat center center;
}
#abys .ba div p {
	left: 10px;
	top: 90px;
	width: 280px;
}
#abys .bb {
	background: url(../media/images/bb.jpg) no-repeat center center;
}
#abys .bb div p {
	left: 10px;
	top: 40px;
	width: 350px;
}
#abys .bc {
	background: url(../media/images/bc.jpg) no-repeat center center;
}
#abys .bc div p {
	left: 450px;
	top: 30px;
	width: 350px;
}
#abys .btn {
	position: relative;
	width: 1000px;
	height: 20px;
	margin: 450px auto 0px auto;
	bottom: 0px;
	text-align: center;
}
#abys .btn a {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 20px;
	height: 20px;
	_font-size: 0;
	margin-left: 10px;
	text-align: center;
	cursor: pointer;
	background: #63A132;
}
/**main**/
	.w_min {
	width: 280px;
	float: left;
	margin: 0px 5px;
	padding: 0px 10px;
	background: #FFF;
	border-radius: 6px;
}
.w_max {
	width: 660px;
	float: left;
	margin: 0px 5px;
	padding: 0px 10px;
	background: #FFF;
	border-radius: 6px;
}
.ico {
	background: url(ico.png) no-repeat 5px 0px;
	text-indent: 22px;
}
.i_title {
	margin: 20px auto;
	clear: both;
	overflow: hidden;
	text-transform: Uppercase;
	color: #72B021;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px;
}
.i_title a {
	color: #72B021;
	text-decoration: none;
}
.i_img {
	width: 256px;
	float: left;
	height: 144px;
	padding: 0px 20px 0px 0px;
}
.i_p {
	font-size: 14px;
	line-height: 24px;
	padding-right: 30px;
}
.i_p a {
	padding: 0px 4px;
	color: #333;
	font-weight: bold;
}
.i_p a:hover {
	color: #65AF24;
	text-decoration: underline;
}
.i_sort {
	margin: 0px;
	height: 506px;
	clear: both;
	overflow: hidden;
}
.i_sort li {
	list-style: none;
	float: left;
	display: black;
	width: 318px;
	height: 506px;
	background: #65AF24;
}
.i_sort li img {
	width: 318px;
}
.i_sort h3 {
	font-size: 18px;
	text-align: center;
	line-height: 42px;
	text-transform: Uppercase;
}
.i_sort a {
	color: #FFF;
	text-decoration: none;
}
.mb {
	margin: 0px 20px;
}
.h_list {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	height: 300px;
	color: #FFF;
	margin: 0px 9px;
	overflow: hidden;
	clear: both;
}
.h_list li {
	list-style: none;
	float: left;
	width: 140px;
	margin: 3px 5px;
	height: 135px;
	text-align: center;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.h_list li img {
	width: 140px;
	border-radius: 3px;
}
.h_list a:hover {
	color: #00522C;
	text-decoration: none;
}
.i_news {
	margin: 0px;
	clear: both;
	overflow: hidden;
}
.i_news li {
	list-style: none;
	float: left;
	display: black;
	width: 320px;
	overflow: hidden;
}
.i_news time {
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-right: #cccccc 1px solid;
	padding-right: 15px;
}
.i_news time span {
	clear: both;
	font-size: 16px;
	display: block;
	margin: 2px 0px;
}
.i_news h5 {
	float: left;
	display: inline;
	width: 240px;
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	padding: 3px 0px 0px 15px;
}
.i_news p {
	display: block;
	font-size: 12px;
	clear: both;
	overflow: hidden;
	color: #999;
	line-height: 20px;
	height: 60px;
	padding: 5px 0px 0px 0px;
}
.i_news a {
	text-decoration: none;
	display: black;
	color: #333;
}
.i_news a:hover {
	color: #FF0000;
}
/*position*/
	#position {
	width: 980px;
	margin: 20px auto;
	clear: both;
	overflow: hidden;
	text-transform: capitalize;
	color: #333;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	padding: 0 10px;
}
#position a {
	text-decoration: none;
	padding: 0 3px;
	color: #333;
}
#position a:hover {
	color: #6e5d59;
}
.caption {
	margin: 20px auto;
	clear: both;
	overflow: hidden;
	text-transform: capitalize;
	color: #999;
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	padding: 0px 10px 5px 10px;
	border-bottom: #CCC 1px dashed;
}
.caption h2,.caption h3 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}
.caption a {
	color: #666666;
	text-decoration: none;
}
.caption a:hover {
	text-decoration: none;
	color: #65AF24;
}
/*locations*/
	.locations {
	clear: both;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
.locations a {
	color: #000;
	text-decoration: none;
}
.locations a:hover {
	color: #65AF24;
	text-decoration: underline;
}
.locations h2 {
	font-size: 14px;
	color: #000;
	margin: 10px 0px 2px 0px;
	text-transform: uppercase;
}
.locations h3 {
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
}
.locations p {
	margin: 5px 0px;
	overflow: hidden;
	clear: both;
}
.locations span {
	font-weight: bold;
	font-size: 13px;
	color: #333;
	padding: 0px 5px 0px 0px;
}
.uline {
	border-bottom: #ececec 1px dashed;
}
.desp {
	padding: 20px 10px;
	font-size: 12px;
	color: #666;
}
.m_desp {
	text-align: center;
	color: #ff0000;
	margin: 50px 0px;
	font-size: 14px;
	line-height: 30px;
}
.c_desp {
	color: #333;
	margin: 20px 5px;
	font-size: 13px;
	line-height: 22px;
	clear: both;
	overflow: hidden;
}
.pro_desp {
	line-height: 20px;
	margin: 0px;
}
.pro_desp span {
	font-weight: bold;
	color: #65AF24;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
	display: block;
}
.fpdf {
	height: 20px;
	margin: 10px 0px;
}
.fpdf a {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	background: url(pdf.jpg) no-repeat 0px 0px;
	padding: 0px 25px;
	display: block;
	float: left;
	text-decoration: none;
	color: #046811;
	font-weight: bold;
}
.fpdf a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#clist {
	width: 660px;
	margin: 0px;
	clear: both;
	overflow: hidden;
}
#clist li {
	list-style: none;
	float: left;
	width: 151px;
	margin: 3px 7px 10px 7px;
	height: 140px;
	text-align: center;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#clist li img {
	width: 151px;
	border-radius: 3px;
}
#clist a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
#nlist {
	width: 660px;
	margin: 0px;
	clear: both;
	overflow: hidden;
}
#nlist li {
	list-style: none;
	margin: 16px 0px;
	line-height: 22px;
}
#nlist p {
	margin: 2px 0px;
}
#nlist .t {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
#nlist .t a {
	color: #333;
}
#nlist .d {
	color: #666;
	font-size: 14px;
	padding: 0px 5px;
}
#nlist .u {
	color: #333;
	font-size: 14px;
}
#nlist .u a {
	text-decoration: none;
	color: #008000;
	padding-right: 20px;
}
/**sitemap**/
	.sitemap {
	text-transform: capitalize;
	font-weight: bold;
	margin: 10px 0px;
	clear: both;
	overflow: hidden;
}
.sitemap ul {
	margin: 0 0 0 14px;
}
.sitemap li {
	margin: 0 0 0 16px;
	line-height: 20px;
}
.sitemap a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.sitemap a:hover {
	color: #ffae00;
}
/**product DS**/
	.pmdr {
	float: right;
	width: 350px;
}
.pmdl {
	float: left;
	width: 300px;
}
.pmb {
	color: #000;
	margin: 10px 0px;
	padding: 10px;
	line-height: 30px;
	font-size: 13px;
}
.pmb span {
	color: #046811;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}
/*enquiry button*/
	#enquirybut {
	float: left;
	color: #FFF;
	height: 30px;
	font-size: 13px;
	cursor: pointer;
	font-weight: bold;
	line-height: 30px;
	padding: 0 15px;
	margin: 15px 0px 0px 10px;
	border: 1px solid #65AF24;
	background-color: #65AF24;
	border-radius: 5px 5px 5px 5px;
}
#enquiryform {
	clear: both;
	width: 100%;
}
#m_list {
	padding: 0px 10px;
	clear: both;
	overflow: hidden;
}
#m_list li {
	list-style: none;
	height: 24px;
	margin: 10px 0px;
}
#m_list li a {
	display: block;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-indent: 20px;
}
#m_list li a:hover {
	color: #65AF24;
}
.m_news {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.m_news li {
	list-style: none;
	float: left;
	display: black;
	width: 280px;
	height: 48px;
	padding: 5px 0px;
	overflow: hidden;
	border-bottom: #ececec 1px dashed;
}
.m_news time {
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	line-height: 48px;
	color: #ccc
}
.m_news p {
	float: right;
	display: inline;
	width: 230px;
	font-size: 14px;
	overflow: hidden;
	padding: 4px 0px;
	line-height: 20px;
	height: 40px;
}
.m_news a {
	text-decoration: none;
	display: black;
	color: #333;
}
.m_news a:hover {
	color: #65AF24;
}
.min-h {
	min-height: 1100px;
}
#h_list {
	padding: 0px;
	width: 280px;
	clear: both;
	overflow: hidden;
}
#h_list li {
	list-style: none;
	float: left;
	width: 130px;
	margin: 3px 5px;
	height: 125px;
	text-align: center;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#h_list li img {
	width: 130px;
	border-radius: 3px;
}
#h_list a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
/**footer**/
	#footer {
	background: #DADADA;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 100%;
	padding: 20px 0px;
}
#footer .box {
	clear: both;
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
}
#ev {
	float: left;
	width: 280px;
}
#ev time {
	margin-top: 15px;
	width: 90px;
	height: 76px;
	display: block;
	line-height: 76px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	float: left;
	background: #fff;
}
#ev p {
	margin-top: 15px;
	float: right;
	width: 175px;
	line-height: 20px;
	font-size: 13px;
	height: 60px;
	padding: 8px 0px 8px 15px;
	overflow: hidden;
	background: #EEE;
}
#ev a {
	text-decoration: none;
	color: #000;
}
#ev a:hover {
	color: #FF0000;
}
#ce {
	float: left;
	width: 360px;
	margin: 0px 40px;
}
#cu {
	float: right;
	width: 280px;
}
.stp {
	margin: 5px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-transform: Uppercase;
}
.stp a {
	color: #000;
	text-decoration: none;
}
.ctt {
	font-size: 13px;
	line-height: 24px;
	color: #000;
	padding: 0px 5px;
}
.ctt a {
	color: #000;
	text-decoration: none;
}
.ctt span {
	font-weight: bold;
	color: #000;
	padding: 0px 10px 0px 0px;
}
.ctt img {
	margin-top: 5px;
}
.me {
	float: right;
	padding-right: 10px;
	text-transform: Capitalize;
}
#sidemovie {
	text-align: center;
	margin: 0px 0px 10px 0px;
}
#foot {
	margin: 0px auto;
	width: 1000px;
}
#fmenu {
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
#fmenu a {
	color: #FFF;
	padding: 0 16px;
	text-decoration: none;
}
#fmenu a:hover {
	color: #65AF24;
}
.copy {
	clear: both;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	height: 55px;
	line-height: 55px;
}
#partner {
	margin: 0px auto;
	width: 1000px;
	clear: both;
	color: #333;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
#partner a {
	color: #333;
	text-decoration: none;
	padding: 0 0 0 10px;
	font-weight: normal;
}
/*share*/
	#share {
	height: 30px;
	clear: both;
	overflow: hidden;
}
#share a {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin: 6px 6px;
	background: url(icons_24.png);
	background-repeat: no-repeat;
}
#share .s_fb {
	background-position: -24px 0px;
}
#share .s_fb:hover {
	background-position: 0px 0px;
}
#share .s_tt {
	background-position: -24px -52px;
}
#share .s_tt:hover {
	background-position: 0px -52px;
}
#share .s_lin {
	background-position: -24px -156px;
}
#share .s_lin:hover {
	background-position: 0px -156px;
}
#share .s_tu {
	background-position: -24px -208px;
}
#share .s_tu:hover {
	background-position: 0px -208px;
}
#share .s_goo {
	background-position: -24px -104px;
}
#share .s_goo:hover {
	background-position: 0px -104px;
}
/*page*/
	#page {
	clear: both;
	margin: 20px 10px 90px 10px;
	font-size: 12px;
}
#page a {
	border: 1px solid #999;
	display: block;
	float: left;
	text-decoration: none;
	padding: 2px 6px;
	margin: 5px 3px;
	background-color: #FFF;
}
#page a:hover {
	background-color: #CCC;
	color: #ff0000;
}
#page span {
	border: 1px solid #999;
	color: #FFF;
	background-color: #ccc;
	display: block;
	float: left;
	text-decoration: none;
	padding: 2px 6px;
	margin: 5px 3px;
}
#page .total {
	background-color: #65AF24;
	border: 1px solid #999;
}
/*table from*/
	#free_sample {
	width: 280px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	clear: both;
	overflow: hidden;
}
#free_sample .msg {
	color: #ff0202;
	font-weight: bold;
}
#sample {
	margin: 5px 0px;
}
#sample div {
	float: right;
	width: 100%;
	height: 26px;
	text-align: right;
	padding: 6px 0 0 0;
	overflow: hidden;
}
#sample dl {
	width: 280px;
	float: left;
	line-height: 22px;
	padding: 6px 0 0 0;
	overflow: hidden;
}
#sample .centertxt {
	text-align: center;
	height: 48px;
}
#sample dt {
	float: left;
	text-align: right;
	padding: 0 5px 0 0px;
	width: 100px;
}
#sample dt span {
	display: none;
}
#sample dd {
	float: left;
	width: 165px;
	text-align: left;
}
#sample dd input[type="text"] {
	padding: 2px 5px;
}
#table_form {
	width: 630px;
	clear: both;
	padding: 15px 20px 5px 18px;
	margin: 5px auto;
}
#table_form div {
	float: right;
	width: 100%;
	height: 24px;
	line-height: 22px;
	text-align: right;
	padding: 6px 0 0 0;
	margin: 6px 0 0 0;
	overflow: hidden;
}
#table_form dl {
	width: 100%;
	float: left;
	line-height: 22px;
	padding: 6px 0 0 0;
	margin: 6px 0 0 0;
	overflow: hidden;
}
#table_form .lefttxt {
	text-align: left;
	text-indent: 25px;
}
#table_form .title_bj {
	background-color: #E2E6E9;
	line-height: 18px;
	font-weight: bold;
	color: #666;
}
#table_form .centertxt {
	text-align: center;
	margin: 0 0 20px 0;
	height: 68px;
}
#table_form .img {
	padding: 1px 5px;
	cursor: pointer;
}
#table_form dt {
	float: left;
	text-align: right;
	padding: 0 5px 0 0px;
	width: 195px;
	font-weight: bold;
	color: #666;
}
#table_form dt span {
	color: #ff0202;
	font-weight: bold;
	padding: 0 5px;
}
#table_form dd {
	float: left;
	width: 430px;
	text-align: left;
}
#table_form dd input[type="text"] {
	padding: 2px 5px;
}
#table_form dd select {
	padding: 2px 5px;
}
#table_form dd textarea {
	padding: 2px 5px;
}
.button {
	cursor: pointer;
	font-size: 12px;
	height: 28px;
	font-weight: bold;
	line-height: 26px;
	padding: 0px 15px;
	margin: 10px 0px 0px 10px;
}
.singlepage {
	background: #fff;
}
.cen,.conbox.cen {
	margin-left: auto;
	margin-right: auto;
}
.attrimg {
	width: 430px;
	height: 310px;
	float: left;
}
.attrbox {
	width: auto;
	margin-left: 450px;
}
.attrbox h2 {
	font-size: 20px;
}
.attrbox .attrinf {
	margin-top: 10px;
	font-size:16px;
	line-height: 26px;
}
.attrbox .attrinf span {
	font-size: 16px;
	font-weight: bold;
	margin-right:10px;
}
.attrbox .attricon {
	line-height: 35px;
	margin-top: 40px;
	margin-top:47px;
}
.attrbox .attricon img {
	margin-left: 5px;
	width: 35px;
	height: 35px;
	vertical-align: bottom;
}
#enquiry-btn {
	margin-top: 30px;
}
#enquiry-btn a {
	line-height: 55px;
	display: block;
	background-color: #63a132;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.module-box {
	margin-top: 40px;
}
.module-box .titbox {
	position: relative;
	line-height: 50px;
	width: 100%;
	padding-bottom: 30px;
}
.module-box .titbox .titbg {
	width: 100%;
	height: 5px;
	background-color: #63a132;
	position: absolute;
	z-index: 1;
	top: 25px;
}
.module-box .titbox h4 {
	font-size: 32px;
	color: #222;
	display: table;
	padding: 0 20px;
	background-color: #f4f4f4;
	position: relative;
	z-index: 2;
	font-weight: normal;
}
.conbox {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	margin-left: 10px;
	margin-right: 10px;
}
.raw {
	}
.raw img {
	width: 390px;
	height: 296px;
	float: left;
	margin-top: 15px
}
.raw h5 {
	font-size: 30px;
	color: #222;
	margin-left: 400px;
	font-weight: normal;
	padding-bottom: 20px
}
.raw p {
	margin-left: 400px;
	word-spacing: 1px;
}
.compostion p {
	word-spacing: 3px;
}
.compostion .attrlist {
	margin-top: 15px;
}
.compostion .attrlist li {
	float: left;
	width: 25%;
	list-style: none;
}
.quality {
	position: relative;
}
.quality ul {
	position: relative;
	height: 470px;
}
.quality li a {
	text-decoration: none;
	line-height: 30px;
	color: #000;
}
.quality li p {
	font-size: 18px;
	text-align: center;
	display: none;
}
.quality li p img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: bottom;
}
.quality .btn {
	width: 48px;
	height: 82px;
	background: url(attrlistbtn.png);
	position: absolute;
	top: 35%;
	z-index: 5;
}
.quality .btn.btnl {
	background-position: 0 0;
	left: 16%;
}
.quality .btn.btnr {
	background-position: -48px 0;
	right: 16%;
}
.quality li {
	position: absolute;
	transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	list-style: none;
}
.quality li img {
	width: 100%;
	height: 100%;
}
.quality li:nth-child(3) p {
	display: block
}
.quality li:nth-child(1) {
	width: 206px;
	height: 266px;
	left: 88px;
	top: 75px;
	z-index: 2;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
}
.quality li:nth-child(2) {
	width: 268px;
	height: 346px;
	left: 200px;
	top: 34px;
	z-index: 3;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}
.quality li:nth-child(3) {
	width: 327px;
	height: 425px;
	left: 337px;
	top: 0px;
	z-index: 4;
	filter: alpha(opacity=100);
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9;
}
.quality li:nth-child(6) {
	width: 149px;
	height: 192px;
	left: 427px;
	top: 115px;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	-khtml-opacity: .0;
	opacity: .0;
}
.quality li:nth-child(4) {
	width: 268px;
	height: 346px;
	left: 532px;
	top: 34px;
	z-index: 3;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}
.quality li:nth-child(5) {
	width: 206px;
	height: 266px;
	left: 707px;
	top: 75px;
	z-index: 2;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
}
.production p {
	word-spacing: 3px;
}
.production .piclist {
	text-align: center;
	margin-top: 30px;
}
.production .piclist img {
	width: 320px;
	height: 194px;
	margin: 0 1px;
}
.logistics {
	width: 835px;
	text-align: center;
}
.logistics .lgs {
	width: 33.33%;
	float: left;
}
.logistics .lgs .img {
	border-right: 1px solid #ccc;
}
.logistics .lgs.last .img {
	border-right: none;
}
.logistics .lgs .img img {
	width: 135px;
	height: 135px;
}
.logistics .lgs .img h5 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 15px;
}
.logistics .lgs p {
	border-bottom: 1px solid #ccc;
}
.advantage {
	text-align: center;
}
.advantage .piclist img {
	margin: 0 19px;
}
.advantage p {
	text-align: left;
}
.service {
	text-align: center;
	padding-bottom: 25px;
}
.service .piclist img {
	margin: 0 25px;
}
.singlelist {
	text-align: center;
	margin-top: 25px;
}
.singlelist li {
	width: 230px;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
}
.singlelist li a {
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
.singlelist li img {
	width: 100%;
	height: 176px;
	display: block;
}
.alertbg {
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}
.alertbox {
	width: 560px;
	position: fixed;
	left: 50%;
	margin-left: -280px;
	top: 15%;
	z-index: 10;
	background: #fff;
}
.alertbox .titbox {
	background: #87b529 url(eml.jpg) no-repeat 10px center;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	text-indent: 60px;
}
.titbox .close-box {
	float: right;
	text-decoration: none;
	color: #fff;
	text-indent: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 36px;
}
.alertbox .conbox {
	line-height: 20px;
	padding-top: 10px;
}
.conbox dl {
	zoom: 1;
	overflow: hidden;
	margin-top: 10px;
}
.conbox dt {
	display: inline-block;
	width: 130px;
	text-align: right;
	font-size: 14px;
	padding-right: 10px;
	line-height:30px;
	vertical-align: top;
}
.conbox dd {
	display: inline-block;
}
.conbox dd input {
	height: 26px;
}
.conbox dd label {
	font-size: 12px;
}
.conbox dd label input {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 5px;
}
#contact {
	padding-bottom: 15px;
}
.frmbtn {
	text-align: right;
}
.frmbtn input {
	width: 100px;
	height: 35px;
	color: #fff;
	font-size: 18px;
	background: #87b529;
	border: 0;
	padding: 0;
}
#single-ad {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #63a132;
	text-align: center;
	z-index: 8;
}
.alertbg,.alertbox {
	display: none;
}
.needfreebox {
	display: none;
}
#Quality.module-box {
	margin-top: 0px;
	padding-top: 40px;
}
.conbox dt span {
	color: red;
}
.attrlist .tit {
	font-weight: bold;
}
.attrlist .tit {
	font-weight: bold;
	clear: both;
}