/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */

*{margin:0;padding:0;list-style-type:none;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q,
	dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
	tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	min-width: 1000px;
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
	background: url('../images/body_bg.jpg') repeat scroll 0% 0% transparent;
}

img {
	max-width: 100%;
}

a img {
	border: none;
}

caption, th, td {
	text-align: left;
	font-weight: 400;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

input, textarea {
	margin: 0;
} /* Removes Firefox imposed outline */

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* start editing from here */
a {
	text-decoration: none;
	outline: none;
}

.clear {
	clear: both;
} /* clear float */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}
/*end reset*/
@font-face {
	font-family: 'ambleregular';
	src: url(../fonts/Amble-Regular-webfont.ttf) format('truetype');
}

@font-face {
	font-family: 'bonvenocflight';
	src: url(../fonts/BonvenoCF-Light-webfont.ttf) format('truetype');
}

@font-face {
	font-family: 'fp-iconfont';
	src: url(../fonts/fp-iconfont.woff?1458193968) format('woff');
}

.izl-rmenu {
	margin-right: 0;
	width: 82px;
	position: fixed;
	right: 2px;
	top: 65%;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}
.wrap {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.encase {
	width: 80%;
	max-width: 1280px;
	margin: 0 auto;
}
.header_top {
	padding: 10px 0;
	background: #8dc63f;
}
.logo,.blank,.menu {
	float: left;
}
.logo{width:12%;}
.blank{width:1%;visibility:hidden;}
.call{width:20%;}
.menu{width:65%;}
.call {
	float: left;
	padding-top: 9px;
	color: #fff;
	text-align: left;
}
.call a {
	color: #fff;
}
.call img {
	width: 30px;
	float: left;
	padding-right:5px;
	vertical-align: middle;
}

.call div {
	float: left;
	font-size: 14px;
	color: #fff;
	position: relative;
	top: -4px;
}

.call .phone p {
	height: 19px;
}
.header{
	width:100%;
	background:#6EA522;
}

/********************* 导航栏下拉框 *********************/
.menu li a {
	/*font-family: 'ambleregular';*/
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 7px 10px;
}
.menu li .More a{padding:0;font-size:14px;padding:5px 0;}
.menu li a:hover, .menu li.active a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background: #3A7900;
}

.menu ul.mnmenu {
	display:inline-block;
	*display:inline;
	white-space:nowrap;	/*强制li不换行*/
	line-height: 33px;
	clear: both;
}

.menu ul.mnmenu li {
	margin: 0 5px 0 0;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;
}

.menu ul.mnmenu li.level-0 {
	position: relative;
	vertical-align: top;
	z-index: 100;
}

.menu ul.mnmenu li.level-0.first {
	border-left: none;
}

.menu ul.mnmenu li.level-0.hover, .menu ul.mnmenu li.level-0:hover {
	outline: 0;
}

.menu ul.mnmenu li.level-0 li {
	position: relative;
	float: left;
	width: 110px;
	padding: 2px 0;
	display: block;
	border-bottom: 1px solid #3A7900;
}

.menu ul.mnmenu li.level-0 span.arrow {
	position: absolute;
	overflow: hidden;
	text-indent: 9999em;
	top: 6px;
	right: 7px;
	width: 10px;
	background: url('menuArrowsFFFFFF.png') no-repeat scroll 0px -100px transparent;
}

/**************决定菜单背景色*****************/
.More {
	width: 110px;
	font-size:12px;
	display: none;
	padding:5px;
	position: absolute;
	background-color: #6EA523; /*设置子菜单背景色*/
	border: 1px solid #3A7900;
	/*-webkit-box-shadow: 0px 2px 6px 1px #222;
	box-shadow: 0px 2px 6px 1px #222;*/
}
.More li {text-align:center;line-height:22px;text-align:center;width:110px;}
.More .tag { position:relative;}
.More .tag .arrow_in {
	display: block;
	border-width: 9px;
	position: absolute;
	bottom: 6px;
	left: 6px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #3A7900;
	font-size: 0;
	line-height: 0;
}
.More .tag .arrow_out {
	display: block;
	border-width: 10px;
	position: absolute;
	bottom: 4px;
	left: 5px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #6EA522;
	font-size: 0;
	line-height: 0;
}
/**************************顶部窗格样式**************************/
.BannerOne {
	height:300px;
	position: relative;
	z-index: 10;
}
.BannerBox {
	overflow:hidden;
	height:300px;
	position: relative;
	z-index: 10;
}
.BannerBox ul li {
	display:none;
}
.BannerBox img {
	max-width:3000px;
	height:300px;
}
/**************** 当前位置样式 ****************/
.slider_bottom /*, .navigation*/ {
	height: 20px;
	font-weight: 600;
	color: #888;
	background: #fff;
	box-shadow: 0px 0px 5px #BEBEBE;
	padding: 15px 0 15px 10.5%;
	position: relative;
	z-index: 9;
}
.slider_bottom a {
	color: #888;
}
.slider_bottom a:visited {
	color: #888;
}
.slider_bottom a:hover {
	color: #6EA522;
}
.slider_bottom span {
	background:url('../images/Map.png') no-repeat left center;
	width:15px;height:16px;display:inline-block;position:relative;top:2px;
}
.slider_bottom ul li /*, .navigation ul li*/ {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	min-height: 25px;
	line-height: 25px;
	height: 25px;
	_height: 25px;
	vertical-align: top;
}
/** Footer **/
.footer {
	background: #8dc63f;
	padding: 30px 0;
}
.footer h3 {
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	color: #3A7900;
	margin: 5px 0px;
	padding-bottom: 8px;
}
.footer .erweima{padding-left:40px;}
.footer_grid1, .footer_grid2, .footer_grid3, .footer_grid4 {
	float: left;
	width: 23.4%;
	padding-left:2%;
}
.footer_grid3{padding-left:5%;}
.footer_grid1{width:20%;padding-left: 0;}
.address li {
	font-size: 15px;
	color: #FFF;
	padding: 5px 0;
	font-family: 'ambleregular';
}
.f_menu .f_menu_li {
	float:left;
	width:50%;
}
.f_menu .f_menu_ul li a {
	color: #FFF;
	font-family: 'ambleregular';
	display: block;
	padding: 5px 15px;
	font-size: 15px;
	background: url(../images/footer-bullet.png) no-repeat 0;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.f_menu .f_menu_ul li a:hover {
	color: #383838;
	margin-left: 5px;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.img_list img {
	padding:5px;
}
.footer_bottom {
	text-align: center;
	padding: 10px 0;
	background: #6EA522;
	box-shadow: inset 0px 8px 10px #5B960A;
}
.footer_bottom a , .footer_bottom p , .footer_bottom span {
	color: #FFF;
	font-size: 13px;
	font-family: 'ambleregular';
	text-decoration: none;
}
.footer_bottom a:hover {
	color: #383838;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.footer_bottom .friend_links {
	margin-bottom: 3px;
}
.footer_bottom .friend_link li {
	float: left;
	color: #FFF;
}
.footer_bottom .friend_link li span {
	color: #2B5C00;
	font-weight: 600;
}