html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color:#333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.wrapper {
	position: relative;
	float: left;
	width: 100%;
}
.header {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 999;
	position: relative;
	background:#FFF;
	box-shadow: 1px 2px 8px 2px rgba(121, 121, 121, 0.18);
}
.homelogo {
	float: left;
	width: auto;
	height: auto;
	margin-top: 20px;
}
.homelogo a {
	display: block;
	width: 100%;
	height: 100%;
}
.header div {
	-webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.scroll_header {
	z-index:999;
}
.scroll_header .search_area, .scroll_header .header_top_nav li a span.top_btn_txt  {
	display:none;
}
.scroll_header .header_top_nav li a span.top_btn_icon {
	display:block;
}
.scroll_header .header_top_nav {
	margin:10px 0 10px 10px;
	padding-left: 10px;
	border-left: #E7E7E7 1px solid;
}
.scroll_header .homelogo {
	height:40px;
	margin:10px 0;
}
.scroll_header .homelogo img {
	height:100%;
	width:auto;
}
.scroll_header .nav {
	margin-top:0;
}
.main {
	position: relative;
	float: left;
	width: 100%;
	line-height:20px;
	margin-top:-12px;
	color:#838282;
	background:#f2f2f2;
	border-top:#218a63 3px solid;
}
.main a {
	color: #4b4848;
}
.main a:hover {
	color: #e50038;
}
.main img {
	max-width:100%;
	height: auto;
}
.left {
	float:left;
	width:23%;
}
.right {
	position:relative;
	float:right;
	width:73%;
}
/*common*/
.txt_must {
	color: #900;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}
/*header*/
.nav {
	float: right;
	/* width: 650px; */
	font-size: 16px;
}
/*.nav li {
	float:left;
	padding:20px;
	background:url(../images/menu_divider.png) no-repeat right center;
}
.nav li:last-child {
	background:none;
}
.nav li a {
	color:#FFF;
	font-size:15px;
}*/

.social-networks li {
	float: left;
	margin: 0 2px;
}
#slider-wrapper {
	clear: both;
}
strong {
	font-weight: bold;
}
.search_area {
	float: right;
	position: relative;
	z-index:800;
	background: url(../images/search_bg_r.jpg) no-repeat right 0;
	padding-right:5px;
	margin-top:-5px;
}
.search_area .search_query {
	float: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: normal;
	font-style:italic;
	color: #FFF;
	outline: none;
	width: 230px;
	height: 44px;
	padding: 1px 10px;
	background: url(../images/search_bg_l.jpg) no-repeat left 0;
	border:none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:     #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:     #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:     #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:     #fff;
}
.search_area .btn_box {
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}
.btn_box .button {
	background: url("/images/search_icon.png") no-repeat center center;
	height: 44px;
	width: 44px;
	margin: 0;
	padding: 0;
	display: inline-block;
	border: none;
	border-left:#83bda8 1px solid;
}
.btn_box .button:hover {
	
}
/*index*/
.index_banner {
	float: left;
	width: 100%;
	margin-top:-13px;
	background: #DBDBDB;
}
.index_banner .block {
	max-width:inherit;
	padding:0;
}
.sub_banner {
	background: #d3d3d3;
}
.index_banner img {
	width:100%;
	height:auto;
}
.index_main {
	margin-top:-21px;
	padding-top:21px;
	background:#f2f2f2;
}
.index_about {
	float:left;
	width: 60%;
	margin: 2% 0 2% 0;
	line-height: 18px;
}
.index_news {
	float: right;
	width: 30%;
	margin: 2% 0 2% 0;
	line-height: 18px;
}
.index_news li, .news_list li {
	color: #595757;
}
.index_news ul {
	margin-top:-20px;
}
.index_news li {
	background:#FFF;
	padding:10px;
	margin-bottom:1px;
}
.index_news li span.date, .news_list li span.date {
	margin-right: 10px;
	/* font-weight: bold; */
	color:#8a8a8a;
	padding: 2px 5px;
	display:inline-block;
}
.index_news li a, .news_list li a {
	color: #595757;
}
.index_news li a:hover {
	color: #ff9617;
	text-decoration: underline;
}

.index_co {
	width:100%;
	float:left;
	background:#FFF;
	margin: 2% 0;
	padding:0 10px;
	box-sizing:border-box;
}
.index_link {
	float:left;
	width:100%;
	background: url(../images/index_link_bg.gif) repeat;
	padding:50px 0 60px 0;
}
.index_link h4.title {
	color:#000;
	text-align:center;
	border-bottom:none;
	margin-bottom:50px;
}
.index_link .index_link_list {
	float:left;
	width:102%;
	margin-left:-2%;
}
.index_link ul {
	float:left;
	width:18%;
	margin-left:2%;
}
.index_link li {
	font-size:16px;
	color:#0e8352;
	padding:5px 15px;
}
.index_link li a {
	color:#0e8352;
}
.index_link li:first-child {
	font-size:20px;
	border-bottom:#a0abb2 1px dotted;
	padding-bottom:10px;
	margin-bottom:10px;
}

.index_product {
	float: right;
	width: 645px;
}
.index_product li {
	width: 140px;
	float: left;
	margin: 0 10px;
	background: #6a727e;
	border-bottom: 3px solid #424a58;
}
.index_product li:hover {
	background: #008044;
	border-bottom: 3px solid #008044;
}
.index_product li .product_pic {
	filter: alpa(opacity=90);   /* old IE */
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90, FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0, FinishY=16); /*supported by current IE*/
	-moz-opacity: 0.9;          /* Moz + FF */
	opacity: 0.9;
}
.index_product li:hover .product_pic {
	filter: alpa(opacity=100);   /* old IE */
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100, FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0, FinishY=16); /*supported by current IE*/
	-moz-opacity: 1;          /* Moz + FF */
	opacity: 1;
}
.index_product li .product_name {
	padding: 0 10px;
	margin: 10px 0;
	line-height: 18px;
	text-align: center;
}
.index_product li .product_name a {
	color: #fff;
}
.index_product li img {
}
.four_btn_block {
	position:relative;
	z-index: 300;
	float:left;
	width:100%;
	margin-top:-40px;
}
.four_btn_block ul {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.four_btn_block li {
	float:left;
	width:25%;
	height:61px;
	line-height:61px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.four_btn_block li:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.four_btn_block li a {
	display:block;
	margin:0 2px;
	font-size:18px;
	font-style:italic;
	padding:0 5px;
	text-align:center;
	background:url(../images/four_btn_bg.gif) repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.17);
}
.four_btn_block li a img {
	vertical-align:middle;
}
.four_btn_block li.four_btn1 a {
	background-position:0 0;
	color:#9ad100;
}
.four_btn_block li.four_btn2 a {
	background-position:0 -61px;
	color:#FFF;
}
.four_btn_block li.four_btn3 a {
	background-position:0 -122px;
	color:#195b00;
}
.four_btn_block li.four_btn4 a {
	background-position:0 -183px;
	color:#FFF;
}
.left_fix_btn {
	position:fixed;
	left: 0;
	top: 50%;
	width: 60px;
}
.left_fix_btn li {
	float:none;
	position: relative;
	width: 250px;
	left: -190px;
	margin-bottom: 5px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-font-smoothing: subpixel-antialiased;
}
.left_fix_btn li:hover {
	left: -10px;
}
.left_fix_btn li a {
	text-align:right;
}
.left_fix_btn li a img {
	margin:0 10px;
}
/*main*/
.block {
	width: 100%;
	max-width:1100px;
	margin: 0 auto;
	box-sizing:border-box;
}
/*.main .block {
	width:84%;
	padding:0 8%;
}*/
.page_local_bar {
	position:relative;
	float:right;
	width:100%;
	color:#616161;
	z-index:200;
	margin: 30px 0 20px 0;
	padding-bottom: 10px;/* border-bottom: #CCC 1px dotted; */
}
.page_local_bar span {
	color: #842028;
}
h4.title {
	position:relative;
	font-size: 33px;
	line-height:30px;
	color:#218a63;
	margin: 20px 0;
	font-style:italic;
	padding-bottom:20px;
	border-bottom:#218a63 4px solid;
	text-shadow: 2px 2px 3px #A7B2AE;
}
h4.title span {
	color:#505050;
}
h4.search_title {
	font-size: 18px;
	color: #595757;
	font-weight: bold;
	padding-top: 10px;
}
h4.search_title span {
	color: #e50039;
}
span.results {
	font-size: 18px;
	color: #595757;
	font-weight: bold;
	float: right;
	padding-top: 10px;
}
.product_plano {
	padding: 30px 0;
}
.product_plano ul {
	width:102%;
	margin-left:-2%;
}
.product_plano li {
	float: left;
    border: 1PX sOLID #ccc;
    width: 31.33%;
		margin-left:2%;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}
.product_plano li:nth-child(3n) {
 margin-right: 0;
}
.product_plano li a .search_pic {
	display: block;
    float: left;
    height: 82px;
    width: 100px;
		margin-right:10px;
    text-align: center;
    background-color: #FFF;
}
.product_plano li a img {
	width: auto;
	height: 82px;
}
.product_plano span {
	height: 32px;
	font-weight: bold;
	color: #e50039;
}
.product_plano li p {
	font-size: 14px;
	height: 40px;
	overflow: hidden;
}
.product_plano a {
	color: #595757;
}
.product_plano a:hover {
	color: #595757;
}
.btn_box {
	clear: both;
	text-align: center;
}
.btn_box a {
	font-size: 14px;
	display: block;
	color: #e50039;
	padding: 5px 0;
	border: 1px solid #ccc;
}
.btn_box a:hover {
	color: #e50039;
}
span.smallsize_result {
	margin-top: 10px;
	display: block;
}
.search_others_list {
	margin: 30px 0;
	border-top: 1px solid #ccc;
	font-size: 16px;
}
.search_others_list a {
	color: #e50039;
}
.search_others_list li {
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}
.search_others_list li p {
	
}
.product_intro h4.title {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	height: 32px;
	border-bottom: 2px solid #ff9617;
}
.product_intro h4.title img {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.bottom {
	width: 954px;
}
.top {
	width: 954px;
}
/*left*/
.left_nav li {
	width: 100%;
	font-size: 15px;
	/*padding: 0 0 0 25px;
	background: url("../images/marker_002.png") no-repeat left 2px;*/
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.left_nav li ul li {
	padding-left: 6px;
}
.left_nav li span {
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.left_nav li span.no_nav {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_plus.gif") no-repeat left top;
	cursor: pointer;
	position: absolute;
	float: left;
	left: -21px;
}
.left_nav li div span.no_nav {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_minus.gif") no-repeat left top;
	cursor: pointer;
	position: relative;
	float: left;
	left: 20px;
	display: inline-block;
}
.left_nav li .nav_wrap {
	overflow: hidden;
}
.left_nav li div span a {
	padding-left: 3px;
}
.left_nav li div span a:hover {
	padding-left: 5px;
}
.left_nav li span.open, .left_nav li span.close {
	width: 216px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_plus.gif") no-repeat left top;
	cursor: pointer;
	position: absolute;
	float: left;
	left: -21px;
}
.left_nav li span.close {
	background: url("../images/categories_minus.gif") no-repeat left top;
}
.left_nav li span.no_nav {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_minus.gif") no-repeat right top;
	cursor: default;
}
.left_nav li a {
	display: block;
	padding: 10px 15px;
	background:url(../images/arrow.png) no-repeat 0 center;
}
.left_nav li a:hover {
	padding-left: 16px;
}
.left_about img {
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	margin-bottom: 10px;
}
.left_about p {
	line-height: 20px;
	font-size: 14px;
}
.left_box {
	margin-top: 30px;
}
/*right*/
.content {
	position:relative;
	clear: both;
	min-height: 300px;
	line-height: 20px;
	font-size: 14px;
	margin: 10px 0;
}
.content p {
	margin-bottom: 10px;
}
.content img {
}
.content_txt ul, .product_info ul, .product_intro ul {
	list-style: outside;
	padding-left: 20px;
}
.content_txt ol, .product_info ol, .product_intro ol {
	list-style: outside decimal;
	padding-left: 20px;
}
table.contact_txt_block td {
	padding: 5px;
	vertical-align: top;
}
h5 {
	color: #000000;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.news_list li {
	font-size: 15px;
	padding-top: 15px;
}
/*news detail*/
#people {
	float: right;
	margin-top:3px;
	margin-right:5px;
	margin-bottom: 0;
}
#day {
	/* width: 200px; */
	float: right;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
	background: #AEAEAE;
	padding: 5px;
	color: #FFF;
}
#topbutton {
	float: right;
	/* width: 145px; */
	margin-bottom: 0;
}
h4.news_title {
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 30px;
	/* font-weight: bold; */
	color: #000;
}
/*contact form*/
.contact_left_box {
	float:left;
	width:45%;
}
.company_info {
}
.company_info ul {
	float:left;
	width: 102%;
	margin-left: -2%;
	list-style:none;
	padding:0;
}
.company_info li {
	float:left;
	width: 31%;
	margin-left: 2%;
}
a.contact_login_btn {
	float:right;
	color:#FFF;
	padding:5px 15px;
	margin-bottom:15px;
	background:#1c7754;
}
a.contact_login_btn:hover {
	color:#fcff00;
}
.contact_login_txt {
	float:left;
	width:100%;
	box-sizing:border-box;
	  border: #1c7754 1px solid;
	  padding:15px;
	  margin-bottom:15px;
	  color:#333;
	  font-size:15px;
}
.contact_form {
	width: 50%;
	float:right;
	margin-bottom: 35px;
}
.contact_form .field {
	position: relative;
	float:left;
	width:100%;
	margin: 0 0 13px 0;
	vertical-align: top;
}
.contact_form .contact_form_col {
	
}
.contact_form .contact_form_col .field {
	float:left;
	width:100%;
}
.contact_form .contact_form_col .field:first-child, .contact_form .contact_form_col .field:nth-child(4) {
	
}
.contact_form .field span {
	display: block;/* padding-bottom: 5px; */
}
.contact_form input[type="text"], .contact_form textarea {
	width: 100%;
	height: 34px;
	padding: 8px 13px 8px;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #6a727f;
	background: #FFFFFF;
  border: #E4E4E4 1px solid;
}
.contact_form textarea {
	max-height: 120px;
	min-height: 120px;
}
.contact_form .btn_submit {
	width:98%;
}
.contact_form .btn_submit:hover {
}
.err_txt {
	margin-top: 5px;
	color: #f00;
}
.form_icon_ok, .form_icon_no {
	position: absolute;
	top: 8px;
	right: 5px;
}
.contact_form .security_input {
}
.contact_form .float_l {
	width:68%;
}
.contact_form .float_r {
	width:30%;
}
.contact_form .float_r img {
	position:absolute;
}
/*product list*/
a.btn_category_open {
	float: right;
}
.category_open {
	position:absolute;
	top:32px;
	right:0;
}
.btn_category_close {
	/*width: 30px;
	height: 31px;
	background: url("../js/fancybox/fancybox_close.png") no-repeat center;*/
}
.category_txt_content {
	float:left;
	width:100%;
	/*background: #d3f4e8;
	padding: 15px;*/
	margin-top:20px;
	box-sizing:border-box;
}
.category_txt_content img {
	width:100% !important;
	height:auto !important;
}
.pro_topseller_block {
	float:left;
	width:100%;
	margin:30px 0;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	background-color: #FFF;
}
.pro_topseller_block ul {
	width:102%;
	margin-left:-2%;
}
.pro_topseller_block li {
	float:left;
	width:31%;
	margin-left:2%;
}
.pro_topseller_block li:first-child {
	width:32%;
}
.pro_topseller_block li .product_pic {
	width:100%;
	height:150px;
	box-sizing:border-box;
	background-color:#FFF;
}
.pro_topseller_block li .product_name {
	margin:10px 0;
}
.pro_sort_block {
	float:left;
	width:100%;
	padding:10px 0;
	margin:20px 0;
	box-sizing:border-box;
	border-top:#1c7754 2px solid;
	border-bottom:#1c7754 2px solid;
	color:#1c7754;
}
.pro_sort_block select {
	height:25px;
	background:#FFF;
	border:#94CB9D 1px solid;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.product_list ul {
	width: 102%;
	margin-left:-2%;
}
.product_list li {
	position:relative;
	width: 23%;
	float: left;
	margin-left:2%;
	margin-bottom: 2%;
	padding:20px 10px;
	background:#FFF;
	box-sizing:border-box;
	border: 1px solid #ebebeb;
	/*box-shadow: 4px 4px 12px -2px rgba(189, 189, 189, 0.34);*/
}
.product_list li:nth-child(3n) {
 margin-right: 0;
}
.product_list li:hover {
}
.product_icon {
	position:absolute;
	top:0;
	right:0;
	color:#FFF;
	font-size:11px;
	padding:3px 5px;
	background:#1c7754;
	z-index:100;
}
.product_list li .product_pic {
	float: left;
	width: 100%;
	height: 100px;
	box-sizing:border-box;
	background-color:#FFF;
	filter: alpa(opacity=90);   /* old IE */
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90, FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0, FinishY=16); /*supported by current IE*/
	-moz-opacity: 0.9;          /* Moz + FF */
	opacity: 0.9;
}
.product_list li:hover .product_pic {
	filter: alpa(opacity=100);   /* old IE */
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100, FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0, FinishY=16); /*supported by current IE*/
	-moz-opacity: 1;          /* Moz + FF */
	opacity: 1;
}
.product_list li .product_pic img {
}
.product_list_right {
	float: right;
	width: 100%;
	margin-top:5px;
}
.product_list li .product_name {
	margin-top: 10px;
	text-align: center;
	font-size:15px;
	height:60px;
}
.product_list li .product_name a {
	color: #595757;
}
.product_list li .product_name a:hover {
	color: #e50038;
}
.product_list li .product_list_des {
	font-size:15px;
}
.product_list li img {
	width: 100%;
}
.product_list p a {
	color: #e50039;
}
.product_list p a:hover {
	color: #e50039;
}
.product_list {
	
}
.product_list a {
	color: #e50039;
}
.product_list a:hover {
	color: #e50039;
}
a.btn_pro_more {
	color:#1c7754;
}
a.btn_pro_more:hover {
	color:#000;
}
.content_wrapper p {
	padding-top: 20px;
	clear: both;
}
/*product detail*/
.products_detail_box {
	position:relative;
	float:left;
	width:100%;
	background:#FFF;
	margin-top:-10px;
}
.products_detail_box .product_pic {
	float: left;
	text-align: center;
	width: 45%;
}
#image-block {
	width:100%;
	height:400px;
	padding:20px;
	background:#FFF;
	cursor:pointer;
	box-sizing: border-box;
	text-align:center;
}
#image-block span {
	display:block;
	width:100%;
	height:360px;
	background:#FFF;
}
.right_box {
	position:relative;
	float: right;
	width: 48%;
	min-height: 400px;
	padding:40px 0 40px 40px;
	border-left: #E7E7E7 1px solid;
}
.product_name .product_name {
}
.products_detail_box .product_name h4 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	border-bottom:#000 2px solid;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.product_info, .product_intro {
	padding: 10px 0;
	min-height: 80px;
	line-height:23px;
	color:#494949;
}
.product_intro {
	position:relative;
	float:left;
	width:100%;
	margin-top: 10px;
}
.product_info iframe, .product_intro iframe {
	max-width:100%;
	margin:10px 0;
}
.product_info {
	clear: both;
}
.product_price {
	clear: both;
	text-align: right;
	padding: 10px;
	border-top: #ccc 1px dashed;
	border-bottom: #ccc 1px dashed;
	margin-top: 10px;
}
.product_price span {
	font-size: 18px;
	color: #ff9617;
}
img#img_01 {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height:100%;
}
.product_intro img {
	margin: 10px;
}
.product_detail_download {
	position:absolute;
	float:right;
	width:100%;
	background:#FFF;
	padding:3px;
	box-sizing: border-box;
	margin-left: -40px;
	border-top: #E7E7E7 1px solid;
}
.product_detail_download a {
	display:inline-block;
	width:32%;
	text-align:center;
}
.product_detail_download img {
	vertical-align:middle;
	margin:5px 10px 5px 5px;
	width:23px;
	height:auto;
}
.at-share-tbx-element.addthis_20x20_style .at-share-btn, .at-share-tbx-element.addthis_20x20_white_style .at-share-btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.related_product_block {
	float:left;
	width:100%;
	padding:20px 10px;
	margin-top:30px;
	background:#eaeaea;
	box-sizing:border-box;
}
.related_product_block ul {
	width:102%;
	margin-left:-2%;
}
.related_product_block li {
	float:left;
	width:23%;
	margin-left:2%;
}
.related_product_block li:last-child {
	margin-bottom:0;
}
.related_product_block li .product_pic {
	padding:10px;
	background:#FFF;
	border: #DFDFDF 1px solid;
}
.related_product_block li .product_pic a {
	display:block;
	width:100%;
	height:120px;
}
.related_product_block li .product_name {
	font-size:13px;
	margin-top:5px;
}
.related_product_block li .product_name a {
	color:#090;
}
.related_product_block li img {
	width:100%;
	height:auto;
}
.review_list {
	position:relative;
	padding:0 0 10px 70px;
	margin-bottom:20px;
	border-bottom:#CCC 1px dotted;
}
.review_peo_pic {
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:60px;
	background:#eaeaea url(../images/icon_review_pic.png) no-repeat center center;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.review_name span {
	color:#999;
}
.review_name img {
	vertical-align:middle;
	margin:0;
}
.review_title {
	font-size:16px;
	font-weight:bold;
}
.review_content {
	margin-bottom:20px;
}
.review_recommend span {
	display:block;
}
.review_recommend span a {
	background:#CCC;
	padding:0 5px;
	border-right:#FFF 1px dotted;
}
a.btn_recommend {
	float:right;
	margin-top:-25px;
	background:#1c7754;
	padding:2px 10px;
	color:#FFF;
}

/*interest_table*/
.interest_table {
	background:#FFF;
}
.interest_table thead th {
	background: url(../images/th_bg.gif) repeat-x 0 bottom;
  padding: 10px 10px 15px 10px;
  border: #EAEAEA 1px solid;
  border-bottom: none;
  color: #000;
  font-size: 16px;
}
.interest_table tbody td {
	padding:20px 10px;
	vertical-align:top;
	text-align:center;
	border: #EAEAEA 1px solid;
	border-top:none;
}
.interest_table tbody td div {
	margin-bottom:10px;
}
.interest_table tbody td input {
	border:#CCC 1px solid !important;
}
.interest_title, .interest_num {
	text-align:left;
}
.interest_title {
	text-decoration:underline;
	color: #194131;
}
.interest_table td.interest_pic {
	padding:20px 15px;
}
.interest_table td.interest_pic img {
	width:auto;
	max-width:80px;
	height:auto;
	max-height:70px;
}
.icon_delete {
	width:20px;
	height:auto;
}

/*distributor table*/
.distributor_table table {
	width:100%;
	background:#FFF;
}
.distributor_table table thead th {
	background:url(../images/th_bg.gif) repeat-x 0 bottom;
	padding:10px 10px 15px 10px;
	border:#EAEAEA 1px solid;
	border-bottom:none;
	color:#000;
	font-size:16px;
}
.distributor_table table thead th:first-child {

}
.distributor_table table td {
	border:#EAEAEA 1px solid;
	border-top:none;
	padding:5px 10px;
}


/*form block*/
.form_block {
	width:650px;
	overflow:hidden;
}
.fancybox-close {
	right:20px !important;
}
.form_table h4.title {
	border-bottom:#1c7754 3px solid;
	padding-bottom:10px;
	margin-bottom:20px;
}
.form_table p {
	margin:20px 0;
}
.form_table dl {
	position:relative;
}
.form_table dt {
	position:absolute;
	width:130px;
	top:0;
	left:0;
	line-height:40px;
}
.form_table dd {
	margin-left:130px;
}
.form_table dd input, .form_table dd select {
	height:40px;
	width:97%;
	padding:0 1%;
	margin:0;
	outline:none;
	background-color: #f3f8f4;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 5px #91a19e inset,0 0 0 #00b0c0;
  -moz-box-shadow: 1px 1px 5px #91a19e inset,0 0 0 #00b0c0;
  box-shadow: 1px 1px 5px #91a19e inset,0 0 0 #00b0c0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out 0;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.form_table dd select {
}
.dl_radio dt {
	width:100%;
	position: relative;
}
.form_table .form_table_btn {
	text-align:center;
	margin-top:20px;
}
.form_table .form_table_btn a.btn_send {
	width:48%;
}
a.btn_send {
	display:inline-block;
	line-height:30px;
	text-align:center;
	color:#FFF;
	font-size:15px;
	padding:5px 20px;
	box-sizing:border-box;
	color: #FFF;
  border-top: 1px solid #f6f6f6;
  border-left: 1px solid #ecefed;
  border-right: 1px solid #cfd2cf;
  border-bottom: 1px solid #c2c5c3;
  /*background: url("../images/bck_general_btn.png") 0 0 repeat-x;*/
  background:#126F4B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 1px #91a19e;
  -moz-box-shadow: 0px 0px 1px #91a19e;
  box-shadow: 0px 0px 1px #91a19e;
  -webkit-transition: all 0.25s ease-in-out 0;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.btn_send:hover {
	background:#CCC;
	color:#000;
}
.btn_Register_add {
	text-align:center;
	background:#269654;
}
.btn_Register_add a {
	display:block;
	padding:10px 0;
	color:#FFF;
}
.btn_forgotpwd {
	text-align:right;
}
.btn_forgotpwd a {
	color:#666;
}
.btn_forgotpwd a:hover {
	text-decoration:underline;
}
.registration_list {
	border-top:#CCC 1px dashed;
	padding-top:20px;
}
.registration_list.re0 {
	border:0;
	padding:0;
}
.re1 {
	border-top: #DBDBDB 1px dashed;
	padding-top: 15px;
}
#review_jump_block dt, #review_jump_block dd {
	position:relative;
	margin:5px 0;
	width:100%;
}

.privacy_block {
	border-top: #A2D8C3 1px solid;
	border-bottom: #A2D8C3 1px solid;
	padding:0 0 10px 0;
	background:#f2f2f2;
}
a.btn_privacy {
	color:#000;
}
a.btn_privacy span {
	margin-right:10px;
	display: inline-block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#FFF;
	font-size:20px;
	background:#497500;
	margin-top:10px;
}
#privacy_content {
	padding:10px;
	margin:10px;
	height:200px;
	overflow: auto;
}

/*request_table*/
.request_table_col {
	width:104%;
	margin-left:-4%;
}
.request_table dl {
	float:left;
	width:46%;
	margin-left:4%;
	margin-bottom:10px;
}
.request_table dl.w_100 {
	width:96%
}
.request_table dd input, .request_table dd select {
	background:#BBD0B1;
	border:0;
	height:30px;
	width:98%;
	padding:0 1%;
	margin:0;
	border: 1px solid #fff;
}
.request_table dd select {
	width:100%;
}
.request_table .form_table_btn {
/* text-align:right; */
}
.request_table a.btn_send {
	float: right;
	width: 47%;
	display: inline-block;
	margin-top: 26px;
}
.security_code {
	display:block;
	position: relative;
	width: 48%;
	float:left;
	margin-top:10px;
}
.security_txt {
	display:block;
}
.security_input {
	display:block;
	position: relative;
	margin-right:120px;
}
.security_input img {
	position:absolute;
	top:0;
	right: -110px;
}
.security_input input {
	background:#BBD0B1;
	border:0;
	height:30px;
	width:98%;
	padding:0 1%;
	margin:0;
}
/*download_table*/
.download_table thead th {
	background:#D5E4CE;
	padding:10px;
	text-align:center;
	color:#000;
}
.download_table tbody td {
	padding:10px;
	border-bottom:#E8E8E8 1px solid;
	text-align:center;
}
.download_table tbody td a {
	color:#900;
}

/*awards*/
ul.awards_list {
	list-style:none;
	padding-left:0;
	width:102%;
	margin-left:-2%;
}
.awards_list li {
	width:30.33%;
	float:left;
	padding:10px;
	margin-left:3%;
	margin-bottom:3%;
	background:#FFF;
	box-sizing:border-box;
	-moz-box-shadow:1px 2px 8px 2px rgba(231, 231, 231, 0.81);
	-webkit-box-shadow:1px 2px 8px 2px rgba(231, 231, 231, 0.81);
	box-shadow: 1px 2px 8px 2px rgba(231, 231, 231, 0.81);
}
.awards_list li img {
	width:100%;
	height:auto !important;
}

/*sitemap*/
.sitemap_list {
	margin:50px 0 10px 0;
}
.sitemap_list:first-child {
	margin-top:0;
}
.sitemap_list h5 {
	font-size:25px;
}
.sitemap_list ul {
	width:90%;
}
.sitemap_list ul li {
	width:200px;
	display:inline-block;
	margin-right:20px;
	margin-top:10px;
}
/*about*/
#tag-list {
	width: 100%;
	font-family: "Irma Bold 3", STHeiti, Verdana, Sans-serif !important;
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	color: #9d8976;
	font-size: 0.65em;
	letter-spacing: 0.25em;
}
#tag-list .tag-button {
	display: inline-block;
	margin-right: 21px;
	margin-bottom: 10.5px;
	padding: 3.33333px 10px 1.33333px 10px;
	background-color: rgba(0, 0, 0, 0.025);
	border-radius: 4px;
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
	color: #9d8976;
	cursor: pointer;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s
}
#tag-list .tag-button:hover, #tag-list .tag-button.active {
	color: #fff !important
}
#main-container #main-content {
	padding-bottom: 252px;
	width: 700px;
	/* margin-left: 232px !important; */
	min-height: 100px;
	height: auto !important;
	height: 100px;
	overflow: visible;
	visibility: hidden
}
#main-container #main-content ul.boxes {
	list-style: none;
}
#main-container #main-content h3.oupa {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	width: 907px;
	color: #69a569;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #69a569;
	margin-bottom: 21px;
	font-size: 0.65em;
	padding-left: 1px
}
#main-container #main-content h3.oupa span {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content h3.news-top {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #907aa5;
	margin-bottom: 21px;
	font-size: 0.65em;
	padding-left: 1px;
	margin-right: 21px;
	color: #907aa5
}
#main-container #main-content h3.news-top span {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #place {
	width: 675px;
	color: #74471a;
	min-height: 378px
}
#main-container #main-content #place .clear-all {
	width: 100%;
	clear: both
}
#main-container #main-content #place h1 {
	font-size: 3em;
	line-height: 52.5px;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	text-transform: normal;
	text-align: left;
	color: #74471a;
	margin-bottom: 10.5px;
	padding-left: 2.5px
}
#main-container #main-content #place h1.error {
	font-size: 2em;
	color: #9d8976;
	line-height: 42px;
	min-height: 189px;
	padding-left: 211px;
	margin-top: 63px;
	background-image: url('/static/site/css/images/rolha-error.png?cb7c22072d1a');
	background-repeat: no-repeat;
	background-position: top left
}
#main-container #main-content #place h1 em {
	font-weight: 300 !important
}
#main-container #main-content #place h2 {
	font-style: normal !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 31.5px
}
#main-container #main-content #place h2 em {
	font-weight: 300 !important
}
#main-container #main-content #place h3 {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	font-size: 1em;
	padding-left: 1px;
	margin-bottom: 10.5px
}
#main-container #main-content #place h3.title-top {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #74471a;
	margin-bottom: 21px;
	font-size: 0.65em;
	padding-left: 1px
}
#main-container #main-content #place h3.title-top span {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #place h4 {
	font-style: italic !important;
	font-weight: 700 !important;
	font-stretch: normal !important;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 10.5px
}
#main-container #main-content #place h4 em {
	font-weight: 700 !important
}
#main-container #main-content #place p {
	font-style: normal !important;
	font-weight: 400 !important;
	font-stretch: normal !important
}
#main-container #main-content #place p a {
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important
}
#main-container #main-content #place p a:hover {
	text-decoration: underline
}
#main-container #main-content #place p.no-space {
	margin-top: -10.5px
}
#main-container #main-content #place blockquote p {
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	color: #74471a !important;
	font-size: 1.4em !important;
	line-height: 1.5em !important;
	margin-bottom: 0
}
#main-container #main-content #place blockquote p em {
	font-weight: 300 !important
}
#main-container #main-content #place h6 {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	color: #852 !important;
	font-size: 0.75em;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-align: right;
	margin-bottom: 21px;
	margin-top: 10.5px
}
#main-container #main-content #place h6 strong {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #place h6 a {
	text-decoration: none
}
#main-container #main-content #place h6 a:hover {
	text-decoration: underline
}
#main-container #main-content #place div.dois-cols {
	width: 100%;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: 21px;
	margin-bottom: 21px
}
#main-container #main-content #place div.dois-cols div {
	width: 327px;
	margin-right: 21px;
	float: left
}
#main-container #main-content #place div.dois-cols div:last-child {
	margin-right: 0
}
#main-container #main-content #place div.irmao {
	width: 100%;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: 5.25px;
	padding-top: 5.25px;
	margin-bottom: 21px;
	border-top: 1px solid #74471a
}
#main-container #main-content #place div.irmao div.one {
	width: 211px;
	margin-right: 21px;
	float: left
}
#main-container #main-content #place div.irmao div.two {
	width: 443px;
	float: left
}
#main-container #main-content #place div.irmao div.two div {
	width: 211px;
	margin-right: 21px;
	float: left
}
#main-container #main-content #place div.irmao div.two div:last-child {
	margin-right: 0
}
#main-container #main-content #place div.irmao h3 {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.8em;
	border-bottom: 1px solid #74471a;
	margin-bottom: 21px
}
#main-container #main-content #place ul {
	font-style: normal !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	list-style-type: none;
	padding: 0px;
	margin: 0px
}
#main-container #main-content #place ul li {
	background-image: url('/static/site/css/images/bullet.png?cb7c22072d1a') !important;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 14px;
	margin-bottom: 5.25px
}
#main-container #main-content #place ul li:last-child {
	margin-bottom: 21px
}
#main-container #main-content #place ul.btb {
	list-style-image: none;
	background-image: none;
	width: auto;
	overflow: hidden
}
#main-container #main-content #place ul.btb li {
	list-style-image: none;
	display: inline;
	width: 211px;
	background-image: none;
	padding: 0;
	float: left;
	margin-right: 21px;
	margin-bottom: 21px
}
#main-container #main-content #place ul.btb li.no {
	margin-right: 0
}
#main-container #main-content #place ul.btb li p {
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important
}
#main-container #main-content #place ul.btb li p strong {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.75em;
	letter-spacing: 1px
}
#main-container #main-content #place .galleria {
	display: none;
	visibility: hidden
}
#main-container #main-content #place .galleria-wrapper {
	margin-bottom: 21px
}
#main-container #main-content #place .galleria-wrapper .galleria-container {
	width: 100% !important;
	background-color: transparent !important
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-stage {
	margin: 0 !important;
	bottom: 0 !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-stage .galleria-counter {
	display: none !important;
	visibility: collapse
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-stage .galleria-images .galleria-image img {
	top: 1 !important;
	bottom: 0 !important
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-thumbnails-container {
	display: none !important;
	visibility: collapse
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-info {
	display: none !important;
	visibility: collapse
}
#main-container #main-content .continent-tag {
	display: none
}
#main-container #main-content #slideshow-images {
	width: 907px !important
}
#main-container #main-content #counter-calculator {
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
	color: #74471a
}
#main-container #main-content #counter-calculator .content {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	font-size: 0.8em;
	line-height: 1.2em
}
#main-container #main-content #counter-calculator .result {
	width: 100%;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	font-size: 4em;
	color: #d45;
	padding-top: 10.5px;
	padding-bottom: 21px;
	margin-bottom: 10.5px;
	border-bottom: 1px dashed #d54
}
#main-container #main-content #counter-calculator .result #counter-result {
	line-height: 1em
}
#main-container #main-content #counter-calculator .result .unit {
	font-size: 0.5em;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	letter-spacing: 1px;
	text-transform: lowercase
}
#main-container #main-content #counter-calculator .result .counter {
	text-align: right
}
#main-container #main-content #counter-calculator .title {
	color: #d45;
	text-align: right
}
#main-container #main-content #counter-calculator .begin {
	font-size: 1em;
	color: #d45;
	text-align: right;
	margin-bottom: 21px;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #counter-calculator .begin strong {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #counter-calculator .begin .since {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.9em
}
#main-container #main-content #counter-calculator .begin p {
	text-align: right
}
#main-container #main-content #counter-calculator .complementary-wrapper {
	background-color: #69a569;
	padding: 10px;
	color: #fff;
	text-align: right
}
#main-container #main-content #counter-calculator .complementary-wrapper h2 {
	line-height: 1.5em;
	font-size: 2em;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	margin-bottom: 2px
}
#main-container #main-content #counter-calculator .complementary-wrapper h2 .unit {
	font-size: 0.5em;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	letter-spacing: 1px;
	text-transform: lowercase
}
#main-container #main-content #counter-calculator .complementary-wrapper .begin {
	color: #fff;
	margin-bottom: 0
}
#main-container #main-content #counter-calculator .complementary-wrapper .link {
	text-align: left;
	font-style: normal !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	text-transform: lowercase;
	display: block
}
#main-container #main-content #counter-calculator .complementary-wrapper .link a {
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important
}
.faqs-item {
	font-family: "Open Sans", "黑体", SimHei, "华文黑体", STHeiti, sans-serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	width: 660px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 21px;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-right: 0;
	z-index: 1
}
.faqs-item:hover {
	z-index: 1
}
.faqs-item .tags {
	display: none;
}
.faqs-item.closed p {
	margin-bottom: 0px
}
.faqs-item.closed:hover {
	background: #69a569;
	color: #fff;
	z-index: 1
}
.faqs-item.closed:hover .news_lead_text {
	border-color: #fff
}
.faqs-item.closed:hover .news_title {
	color: #fff
}
.faqs-item.closed:hover p {
	color: #fff
}
.faqs-item .addthis_toolbox {
	display: none
}
.faqs-item .faqs_lead_text {
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	line-height: 1.25em;
	font-family: "Open Sans", "黑体", SimHei, "华文黑体", STHeiti, sans-serif !important;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	color: #69a569;
	padding-bottom: 0px
}
.faqs-item .faqs_lead_text p {
	margin-bottom: 7px !important
}
.faqs-item .faqs_lead_text p em {
	font-weight: 300 !important
}
.faqs-item .faqs_front_image {
	display: none
}
.faqs-item .base_content {
	padding-top: 10.5px;
	border-top: 1px dashed;
	border-top-color: #69a569
}
.faqs-item .base_content p {
	font-family: "Open Sans", 黑体, SimHei, 华文细黑, STXihei, sans-serif !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	font-size: 14px !important;
	color: #333 !important;
	line-height: 21px !important
}
.faqs-item .base_content blockquote {
	padding-left: 21px;
	padding-right: 21px
}
.faqs-item .base_content blockquote p {
	font-family: "Open Sans", "黑体", SimHei, "华文黑体", STHeiti, sans-serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	margin-bottom: 0
}
.faqs-item .base_content blockquote p em {
	font-weight: 300 !important
}
.faqs-item .base_content h6 {
	font-family: "Irma Regular 3", "黑体", SimHei, "华文黑体", STHeiti, Verdana, Sans-serif !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.75em;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-align: right;
	margin-bottom: 21px;
	margin-top: 10.5px;
	padding-left: 84px
}
.faqs-item .base_content h6 strong {
	font-family: "Irma Bold 3", "黑体", SimHei, "华文黑体", STHeiti, Verdana, Sans-serif !important;
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}

/*quote_page*/
.quote_page .form_table_btn {
	text-align:right;
	margin-top:20px;
}
.quote_page .form_table_btn a.btn_send {
	width:auto;
}
.quote_page .form_table_btn a.btn_send:last-child {
	color:#FFF;
	margin-left:10px;
	background:#1c7754;
}
.quote_page .form_block {
	width:100%;
}

/**/
/*btn*/
a.link {
	background: url(../images/button.png) no-repeat top;
	display: inline-block;
	width: 58px;
	height: 58px;
	overflow: hidden;
	vertical-align: top;
	line-height: 58px;
	font-family: 'Six Caps', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
a:hover.link {
	background: url(../images/button.png) no-repeat bottom;
}
.btn_more {
	float: right;
	display:inline-block;
	text-align: right;
	margin-top: 3px;
	clear: both;
}
.btn_more a {
	color: #FFF;
	padding:5px 10px;
	font-size: 12px;
	background:#484948;
}
.btn_more a:hover {
	background:#000;
}
.btn_box .more {
	display: block;
	width: 70px;
	height: 21px;
	line-height: 21px;
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #008044;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}
.btn_box .more:hover {
	background: #ff9617;
	color: #fff;
}
/*footer*/
.footer {
	position: relative;
	float: left;
	width: 100%;
	background: url(../images/footer_bg.gif) repeat;
}
.footer_txt {
	width:100%;
	max-width: 1100px;
	margin:0 auto;
	color: #ccf4e2;
	padding:40px 0;
	line-height:25px;
}
.footer_txt a {
	color: #FFF;
}
.footer_txt a:hover {
	color: #FFF;
	text-decoration:underline;
}
.footer_txt h4.title {
	font-size:30px;
	color:#FFF;
	border-bottom:none;
	text-align:center;
}
.footer_info {
	font-size:18px;
}
.footer_info li {
	margin-bottom:5px;
}
.footer_contact_info {
float:left;
width:102%;
margin-left:-2%;
}
.footer_contact_info .footer_contact_list {
float:left;
width:23%;
margin-left:2%;
margin-bottom:40px;
}
.footer_contact_info div h5 {
color:#FFF;
}
.footer_right {
	position:relative;
	z-index:5;
	float:right;
	width:100%;
	text-align:center;
	margin-bottom: 20px;
    border-top: #4B595F 1px solid;
}
.btn_social {
	margin-top:20px;
}
.btn_social li {
	display:inline-block;
	font-size:25px;
	margin:0 5px;
}
.txt_copyright {
	color:#FFF;
}
.txt_copyright span {
	display:block;
	font-size:30px;
	margin: 10px 0;
}
.contact_txt {
	background: url(../images/footer_line.png) repeat-y;
	padding: 0 20px;
	line-height: 20px;/*float:right;
	padding:0 20px;
	line-height:20px;*/
}
/*分頁按鈕*/
.page_box {
	margin-top:20px;
	text-align:center;
}
.page_box a {
	padding:0px 30px;
}
.page_list {
	clear: both;
	padding-top: 30px;
	text-align: right;
	font-size: 12px;
}
.page_list a {
	padding: 5px 8px;
	color: #FFF;
	background:#999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.page_list a:hover, .page_list a.selected {
	color: #FFF;
	background:#1c7754;
}
.page_list a.selected {
	
}
/***** CLEAR *****/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/**/
/*back to top*/
#back-top-wrapper {
	position: relative;
	height: 18px;
	clear: both;
	width: 954px;
	margin: 0px auto;
}
#back-top {
	position: absolute;
	display: none;
	top: 30px;
	left: 435.5px;
	width: 73px;
}
#back-top a {
	width: 15px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	width: 83px;
	height: 20px;
	display: block;
	background: url(../images/up-top.jpg) no-repeat 0% 0%;
}
#back-top a:hover span {
	background-position: right;
}
/*seo用*/
h1.h1_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h2.h2_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h3.h3_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	text-indent: -9999px;
}
.pro_top, .pro_bottom {
	float: right;
	width: 100%;
	position: relative;
}
.pro_top .product_plano, .pro_bottom .product_plano {
	width: 100%;
}
/*首頁廣告*/
.home_ad {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
a.ad_close {
	display: block;
	width: 30px;
	height: 31px;
	background: url("../js/fancybox/fancybox_close.png") no-repeat center;
	right:0;
	top:-35px;
	position:absolute;
	cursor:pointer;
}
a.all_close {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:8888;
	background: url("../js/fancybox/fancybox_overlay.png");
}
.ad_img {
	position: absolute;
	top: 20%;
	left:50%;
	width:100%;
	max-width:700px;
	margin-left:-350px;
	z-index: 11000;
}
.ad_img img {
	width:100%;
	height:auto;
}
.tab_container h5.title {
	display:none;
}
/*RWD*/
@media screen and (max-width: 767px) {
.index_about, .index_news, .right, .request_table dl, .request_table_col, .security_code, .company_info li, .contact_form .contact_form_col .field, .contact_form .contact_form_col, .company_info ul, .contact_form .float_l, .contact_form .float_r, .contact_form .field, .products_detail_box .product_pic, .right_box, .form_table dt, .form_table dd {
 position:relative !important;
 width:100% !important;
 margin:0;
}
a.jcarousel-control-prev, a.jcarousel-control-next, .jcarousel-pagination, .left, .left_fix_btn, .product_detail_download span, ul.tabs, .download_table thead th {
 display:none !important;
}
.mobile_menu_list, .mobile_header_btn, div.tab_container .tab_content, .tab_container h5.title {
 display:block !important;
}
.main {
}
.block {
	padding:0 15px;
}
.header {
 
}
.homelogo {
	margin:10px 0;
}
.search_area {
	
}
.search_area .search_query {
	width:150px;
}
.nav {
 
}

.nav-list {
 border-top: 1px solid #34906C;
}
.nav-item:last-child a {
 background: #1c7754 !important;
}
.theme-default .nivo-controlNav {
 bottom:0 !important;
}
.form_block {
 width:260px;
}
.form_table .form_table_btn a.btn_send {
 width:47%;
 font-size:13px !important;
}
.btn_Register_add a, .btn_forgotpwd {
 margin-top:20px;
}
.registration_list {
 margin-top:20px;
 padding-top:10px;
}
.ad_img {
 width:60%;
 margin-left:-30%;
}
.index_banner {
 margin:0;
}
.index_about img {
	width:100% !important;
	height:auto !important;
}
.sub_banner {
 padding-bottom:13px;
}
.four_btn_block {
 margin:0;
}
.four_btn_block li {
 width:50%;
}
.four_btn_block li a {
 padding:0;
 margin:0;
 font-size:15px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
}
.index_news {
 margin-top:20px;
}
.jcarousel ul, .product_intro, .related_product_block {
 width:100% !important;
}
/*main*/
h4.title {
	font-size:25px;
}
.page_local_bar, .download_table tbody td {
 text-align:left;
}
.page_local_bar {
 line-height:18px;
}
.request_table dl {
 margin-bottom:10px;
}
.request_table a.btn_send {
 margin-top:20px;
 width:99%;
}
.download_table tbody tr:first-child td {
 border-top:#E8E8E8 1px solid;
}
.img-scroll .next {
	right:0 !important;
}
.img-scroll .prev {
	left:0 !important;
}
.product_detail_download {
	position:relative;
 padding:0;
 background:none;
}
.product_detail_download a {
 width:90%;
 background: #269654;
 padding:5px 5%;
 color:#FFF;
 margin-bottom:5px;
}
.tab_container h5.title {
 padding:10px 20px;
 margin-bottom:10px;
 border-bottom: #269654 4px solid;
}
div.tab_container .tab_content {
 padding-top:0 !important;
}
.right_box {
 margin-top:20px;
}
.footer_txt {
 width:92%;
 margin:0 4%;
 text-align:center;
}
.footer_txt a {
 white-space:nowrap;
}
.ad_img {
 width:90%;
 margin-left:-45%;
}
.fancybox-close {
}
.footer_contact_info  .footer_contact_list {
	width:48%;
	text-align:left;
}
.footer_right {
	width: 100%;
}
.index_link ul {
	width:100%;
	margin-bottom:30px;
}

.pro_topseller_block ul, .pro_topseller_block li,.product_list ul, .product_list li {
	width:100% !important;
	margin-left:0;
}
.related_product_block li {
	width:48%;
}
.product_plano li {
		width:48%;
}

}
@media only screen and (-webkit-min-device-pixel-ratio:2) {
.index_about, .index_news, .right, .request_table dl, .request_table_col, .security_code, .company_info li, .contact_form .contact_form_col .field, .contact_form .contact_form_col, .company_info ul, .contact_form .float_l, .contact_form .float_r, .contact_form .field, .products_detail_box .product_pic, .right_box, .form_table dt, .form_table dd {
 position:relative !important;
 width:100% !important;
 margin:0;
}
a.jcarousel-control-prev, a.jcarousel-control-next, .jcarousel-pagination, .left, .left_fix_btn, .product_detail_download span, ul.tabs, .download_table thead th {
 display:none !important;
}
.mobile_menu_list, .mobile_header_btn, div.tab_container .tab_content, .tab_container h5.title {
 display:block !important;
}
.main {
}
.block {
	padding:0 15px;
}
.header {
 
}
.homelogo {
	margin:10px 0;
}
.search_area {
	
}
.search_area .search_query {
	width:150px;
}
.nav {
 
}

.nav-list {
 border-top: 1px solid #34906C;
}
.nav-item:last-child a {
 background: #1c7754 !important;
}
.theme-default .nivo-controlNav {
 bottom:0 !important;
}
.form_block {
 width:260px;
}
.form_table .form_table_btn a.btn_send {
 width:47%;
 font-size:13px !important;
}
.btn_Register_add a, .btn_forgotpwd {
 margin-top:20px;
}
.registration_list {
 margin-top:20px;
 padding-top:10px;
}
.ad_img {
 width:60%;
 margin-left:-30%;
}
.index_banner {
 margin:0;
}
.index_about img {
	width:100% !important;
	height:auto !important;
}
.sub_banner {
 padding-bottom:13px;
}
.four_btn_block {
 margin:0;
}
.four_btn_block li {
 width:50%;
}
.four_btn_block li a {
 padding:0;
 margin:0;
 font-size:15px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
}
.index_news {
 margin-top:20px;
}
.jcarousel ul, .product_intro, .related_product_block {
 width:100% !important;
}
/*main*/
h4.title {
	font-size:25px;
}
.page_local_bar, .download_table tbody td {
 text-align:left;
}
.page_local_bar {
 line-height:18px;
}
.request_table dl {
 margin-bottom:10px;
}
.request_table a.btn_send {
 margin-top:20px;
 width:99%;
}
.download_table tbody tr:first-child td {
 border-top:#E8E8E8 1px solid;
}
.img-scroll .next {
	right:0 !important;
}
.img-scroll .prev {
	left:0 !important;
}
.product_detail_download {
	position:relative;
 padding:0;
 background:none;
}
.product_detail_download a {
 width:90%;
 background: #269654;
 padding:5px 5%;
 color:#FFF;
 margin-bottom:5px;
}
.tab_container h5.title {
 padding:10px 20px;
 margin-bottom:10px;
 border-bottom: #269654 4px solid;
}
div.tab_container .tab_content {
 padding-top:0 !important;
}
.right_box {
 margin-top:20px;
}
.footer_txt {
 width:92%;
 margin:0 4%;
 text-align:center;
}
.footer_txt a {
 white-space:nowrap;
}
.ad_img {
 width:90%;
 margin-left:-45%;
}
.fancybox-close {
}
.footer_contact_info  .footer_contact_list {
	width:48%;
	text-align:left;
}
.footer_right {
	width: 100%;
}
.index_link ul {
	width:100%;
	margin-bottom:30px;
}

.pro_topseller_block ul, .pro_topseller_block li,.product_list ul, .product_list li {
	width:100% !important;
	margin-left:0;
}
.related_product_block li {
	width:48%;
}
.product_plano li {
		width:48%;
}

}
@media screen and (max-width: 600px) {
	span.results {
		width:100%;
	}
	.product_plano ul {
		width:100%;
		margin-left:0;
	}
	.product_plano li {
		width:100%;
		margin-left:0;
	}
	.footer_contact_info {
		width:100%;
		margin-left:0;
	}
	.footer_contact_info  .footer_contact_list {
	width:100%;
	}
}
/*==========以下部分是Valid form必须的===========*/
.Validform_checktip{
	margin-left:0;
	/*line-height:31px;
	height:31px;*/
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url("../images/right.png") no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url("../images/error.png") no-repeat left center;
	width: auto;
}
.Validform_loading{
	padding-left:20px;
	background:url("../images/onLoad.gif") no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}
.info{
	/*border:1px solid #ccc; 
	padding:0 20px 0 5px; */
	color:#666; 
	position:absolute;
	display:none;
	/*line-height:20px;*/
	background-color:#fff;
	z-index:8080;
}
.dec {
    bottom: -8px;
    display: block;
    height: 8px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    width: 17px;
}
.dec s {
    font-family: simsun;
    font-size: 16px;
    height: 19px;
    left: 0;
    line-height: 21px;
    position: absolute;
    text-decoration: none;
    top: -9px;
    width: 17px;
}
.dec .dec1 {
    color: #ccc;
}
.dec .dec2 {
    color: #fff;
    top: -10px;
}