﻿/* CSS Document */
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 {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* typography.css */
html {
	font-size:100.01%;
}
body {
	font-size:14px;
	color:#222;
	font-family:"微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:2em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.6em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.4em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 0.5em;
}
p img.left {
	float:left;
	margin:0 15px 0 0;
}
p img.right {
	float:right;
	margin:0 0 0 5px;
}
a:focus, a:hover {
	color:#000;
	outline:none;
}
a {
	color:#3d3d3d;
	text-decoration:none;
	outline:0 none;
}
a:hover {
	color:#ff0000;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0;
}
ul, ol {
	margin:0;
	padding-left:0;
	list-style:none;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
*:focus {
	outline:0 none;
}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
	float:left;
	margin-right:30px;
}
div.span-1 {
	width:305px;
}
div.span-2 {
	width:835px;
}
div.span-3 {
	width:455px;
	padding-top:30px;
}
div.span-4 {
	width:232px;
}
div.span-5 {
	width:297px;
}
div.span-6 {
	width:260px;
	margin-right:25px;
}
.span-7 {
	width:473px;
}
.span-8 {
	width:795px;
}
div.span-18 {
	width:915px;
}
.span-19 {
	width:893px;
}
.span-24, div.span-24 {
	width:960px;
}
.last, div.last {
	margin-right:0;
}
.spbg, div.spbg {
	background:none;
	padding-right:0;
}
/*外部框架*/
.w-1 {
	margin:0 auto;
	max-width:1920px;
	min-width:1200px;
	position:relative;
}
.w {
	width:1200px;
	margin:0 auto;
}
.mbg {
	background:#fff;
}
.bg-1 {
	background:#f1f1f1;
}
.bg-1 .w {
	position:relative;
	padding:30px 0;
}
.bg-2 {
	background:#47a628;
	height:267px;
}
/*页头*/
.header {
	clear:both;
	height:97px;
	position:relative;
}
.header .w {
	height:97px;
}
.header h1 {
	margin:0;
	line-height:0;
	font-size:0;
	float:left;
}
.h-top {
	color:#666666;
	float:right;
	font-family:"微软雅黑";
	margin:0;
	text-align:right;
	position:relative;
	padding-top:5px;
}
.h-top p {
	display:block;
	margin:10px 0 0 0;
	clear:both;
	overflow:hidden;
	color:#333;
	line-height:62px;
	font-size:20px;
	font-weight:bold;
	background:url(../images/dot_tel.jpg) no-repeat 0 center;
	padding-left:50px;
	text-align:left;
}
.h-top p span {
	font-size:30px;
	color:#47a628;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/*导航*/
.nav {
	height:56px;
	background:#47a628;
}
.nav ul {
	list-style:none;
	height:56px;
}
.nav ul li {
	height:56px;
	float:left;
	font-family:"微软雅黑";
	width:150px;
	position:relative;
}
.nav ul li a {
	color:#fff;
	font-size:16px;
	line-height:56px;
	height:56px;
	margin:0;
	font-family:"微软雅黑";
	text-transform:uppercase;
	display:block;
	text-align:center;
}
.nav ul li a:hover, .nav ul li.on a {
	color:#fff;
	background:#333333;
}
.nav li .menu {
	margin:0;
	position:absolute;
	display:none;
	height:auto;
	width:180px;
	left:-15px;
	overflow:hidden;
	opacity: 0;
	z-index:1000000000;
	clear:both;
	background:#47a628;
	padding:5px 0 20px;
}
.nav li .menu li {
	height:45px;
	line-height:45px;
	float:none;
	text-align:center;
	
}
.nav li .menu li a {
	line-height:45px;
	color:#fff;
	font-family:"微软雅黑";
	height:45px;
	font-size:15px;
	background:none;
	width:180px;
}
.nav li .menu a:hover {
	color:#f8ce5d;
	transition-duration:0.4s;
}
.search {
	width:250px;
	height:32px;
	background:url(../images/search_bg.jpg) no-repeat center center;
	margin-top:10px;
}
.search .text {
	background:none;
	border:none;
	float: left;
	height:32px;
	line-height:32px;
	margin:0;
	padding:0 10px;
	width:189px;
	color:#333;
	font-size:14px;
}
.search .btn {
	background:none;
	border:none;
	cursor: pointer;
	float:left;
	height:32px;
	margin:0;
	width:40px;
	padding:0;
	color:#fff;
}
.nav ul li.none {
	background:none;
}
/*焦点图*/
.banner {
	height:597px;
	margin:0 auto 0;
	z-index:100;
	clear:both;
	position:relative;
	max-width:1900px;
	min-width:1200px;
	overflow:hidden;
}
.banner #kinMaxShow .kinMaxShow_image_box .kinMaxShow_image_item {
	left:0;
	top:0;
}
#kinMaxShow {
	display:none;
}
.nbanner {
	background:url(../images/nbanner.jpg) no-repeat center 0;
	text-align:center;
	height:318px;
	z-index:100;
	clear:both;
	position:relative;
	overflow:hidden;
}
.banner .w {
	position:relative;
}
.binfo {
	position:relative;
	z-index:10000000;
}
.binfo .w {
	height:60px;
	line-height:60px;
	color:#333333;
}
.binfo span {
	font-weight:bold;
	font-size:14px;
	color:#333333;
}
.binfo a {
	color:#333333;
	margin:0 10px;
}
.binfo a:hover {
	color:#47a628;
}
/*页脚*/
.footer {
	margin:0 auto;
	position:relative;
	color:#fff;
	line-height:36px;
	padding:30px 0 25px;
	font-size:16px;
	background:#47a628;
}
.footer .w {
	position:relative;
}
.footer a {
	color:#fff;
	margin:0 3px;
}
.footer a:hover {
	color:#000;
}
.footer p {
	margin:0;
}
.f-link {
	height:50px;
	line-height:50px;
	color:#333333;
	border-top:1px solid #ccc;
}
.f-link .w {
	position:relative;
}
.f-link span {
	color:#333333;
	font-size:16px;
	font-weight:bold;
}
.f-link a {
	color:#333333;
	font-size:14px;
	margin:0 10px;
}
.f-link a:hover {
	color:#f00;
}
.block-1 {
	background:#f8f8f8;
}
.block-1 .fr {
	width:717px;
}
.block-1 span {
	font-size:24px;
	color:#333333;
	font-weight:bold;
}
.block-1 p {
	line-height:30px;
	color:#333333;
	margin:20px 0;
}
a.amore {
	display:block;
	text-align:center;
	float:right;
	background:#47a628;
	width:132px;
	height:35px;
	line-height:35px;
	color:#fff;
}
a.amore:hover {
	color:#fff;
	background:#fbc533;
}
a.amore1 {
	display:block;
	text-align:center;
	margin:0 auto;
	border:1px solid #47a628;
	width:132px;
	height:35px;
	line-height:35px;
	color:#47a628;
}
a.amore1:hover {
	color:#fff;
	background:#47a628;
}
.block-c {
}
.block-c p {
	clear:both;
	overflow:hidden;
	margin-top:10px;
	line-height:36px;
}
/*分类列表*/
.nsub {
	text-align:center;
}
.nsub .w {
	padding:20px 0 0;
}
.nsub a {
	display:inline-block;
	background:#47a628;
	width:100px;
	height:35px;
	line-height:35px;
	color:#fff;
	font-size:16px;
	text-align:center;
	margin:0 10px;
}
.nsub a:hover {
	background:#fabc46;
}
.subnav {
	list-style:none;
	margin:0;
	position:relative;
	box-shadow:1px 6px 15px #ccc;
}
.subnav li {
	font-family:"微软雅黑";
	height:74px;
	line-height:74px;
	border-bottom:1px solid #e8e8e8;
}
.subnav li a {
	color:#333333;
	font-size:16px;
	overflow:hidden;
	display:block;
	text-indent:30px;
}
.subnav li a:hover, .subnav li.on a {
	color:#fff;
	background:#47a628;
}
.subnav li:hover a:before {
	color:#fff;
}
/*标题样式*/
.ititle-1 {
	font-family:"微软雅黑";
	text-align:center;
	position:relative;
	line-height:40px;
}
.ititle-1 span {
	font-size:30px;
	color:#333333;
	font-weight:bold;
	display:inline-block;
}
.ititle-1 span:before {
	content:' ';
	height:1px;
	background:#000;
	width:60px;
	float:left;
	margin-right:20px;
	margin-top:20px;
}
.ititle-1 span:after {
	content:' ';
	height:1px;
	background:#000;
	width:60px;
	float:right;
	margin-left:20px;
	margin-top:20px;
}
.ititle-1 span i {
	font-style:normal;
	color:#47a628;
}
.ititle-1 p {
	color:#999999;
	margin:0;
}
.title-1 {
	position:relative;
	height:75px;
	line-height:75px;
	background:#47a628;
}
.title-1 span {
	font-size:30px;
	color:#fff;
	display:block;
	font-weight:bold;
	text-indent:30px;
}
.title-1 em {
	color:#2b2b2b;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-transform: uppercase;
	margin-left:5px;
	font-weight:normal;
}
/*面包屑*/
.place {
	color:#333333;
	font-size:16px;
	margin:0;
	text-transform: uppercase;
	font-family:"微软雅黑";
	line-height:55px;
	text-align:right;
}
.place a {
	color:#333333;
}
.place a:hover {
	color:#ffc601;
}
/*产品列表*/
.ul-1 {
	list-style:none;
	margin:0;
}
.ul-1 li {
	position:relative;
	display:block;
	float:left;
	width:260px;
	height:238px;
	margin-right:13px;
	margin-bottom:20px;
	background:#dddddd;
}
.ul-1 li a {
	display:block;
}
.ul-1 li div {
	width:260px;
	height:198px;
	text-align:center;/*非IE的主流浏览器识别的垂直居中的方法*/
	display:table-cell;/*设置垂直居中*/
	vertical-align:middle;/*设置水平居中*/
	text-align:center;/* 针对IE的Hack */
*display: block;
*font-size:174px;
	margin:0 auto;
	overflow:hidden;
}
.ul-1 li img {
	vertical-align:middle;
	transition-duration:0.6s;
}
.ul-1 li span {
	color:#565656;
	font-size:18px;
	display:block;
	height:40px;
	line-height:40px;
	font-weight:bold;
	margin-top:5px;
}
.ul-1 li p {
	margin:0;
	color:#838282;
	font-size:14px;
	line-height:26px;
}
.ul-1 li a.a-p {
	font-size:14px;
	color:#333333;
	line-height:40px;
	height:40px;
	text-align:center;
}
.ul-1 li:hover {
	background:#47a628;
	transition: all 0.6s;
}
.ul-1 li:hover a, .ul-1 li a:hover {
	color:#fff;
}
.ul-1 li:hover a img, .ul-1 li a:hover img {
	transform: scale(1.2, 1.2);
	transition: all 0.6s;
}
.ul-1 li.none, .ul-1 li:nth-child(3n) {
margin-right:0;
}
.ul-2 {
	list-style:none;
	margin:0;
}
.ul-2 li {
	position:relative;
	display:block;
	float:left;
	width:268px;
	height:233px;
	background:#e1e1e1;
	padding:10px;
	margin-right:18px;
	margin-bottom:20px;
	border-radius:8px;
}
.ul-2 li a {
	display:block;
}
.ul-2 li div {
	width:268px;
	height:193px;
	text-align:center;/*非IE的主流浏览器识别的垂直居中的方法*/
	display:table-cell;/*设置垂直居中*/
	vertical-align:middle;/*设置水平居中*/
	text-align:center;/* 针对IE的Hack */
*display: block;
*font-size:174px;
	margin:0 auto;
	overflow:hidden;
}
.ul-2 li img {
	vertical-align:middle;
	transition-duration:0.6s;
}
.ul-2 li a.a-p {
	font-size:14px;
	color:#333333;
	line-height:40px;
	height:40px;
	text-align:left;
	font-weight:bold;
	text-indent:20px;
	font-weight:bold;
}
.ul-2 li a.a-p:after {
	content:'∨';
	font-size:29px;
	float:right;
}
.ul-2 li:hover {
	color:#fff;
	background:#47a628;
	transition: all 0.6s;
}
.ul-2 li a:hover, .ul-2 li:hover a {
	color:#fff;
	transition: all 0.6s;
}
.ul-2 li a:hover img {
	transform: scale(1.2, 1.2);
	transition: all 0.6s;
}
.ul-2 li.last, .ul-1 li:nth-child(3n) {
margin-right:0;
}
/*新闻列表*/
.ul-news {
	margin:0;
	list-style:none;
	padding:10px 0;
}
.ul-news li {
	overflow:hidden;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	line-height:30px;
	padding-bottom:20px;
}
.ul-news li a {
	color:#2b2929;
	font-size:18px;
	float:left;
	font-weight:bold;
}
.ul-news li a:hover {
	color:#47a628;
}
.ul-news li span {
	color:#484646;
	font-size:14px;
	float:right;
	font-weight:bold;
}
.ul-news li p {
	font-size:14px;
	color:#484646;
	line-height:24px;
	padding:10px 0 0;
	clear:both;
	overflow:hidden;
}
.ul-news li .fl em {
	font-size:40px;
	color:#47a628;
	font-weight:bold;
	font-style:normal;
	display:block;
	line-height:60px;
}
.ul-news .bw1 {
	width:64px;
}
.ul-news .bw2 {
	width:870px;
	margin-left:20px;
}
.ul-news .fr {
	width:209px;
}
/*内容*/
.content {
	line-height:30px;
	min-height:600px;
	color:#333333;
	padding:20px 30px;
	font-size:16px;
	background:#fff;
}
.content p {
	font-size:16px;
	line-height:30px;
	color:#333333;
	margin:10px 0 0;
}
.nobg {
	background:none;
}
/*ϵ*/
/*边距*/
.npad {
	padding:none;
}
.pad {
	padding:20px 0 0;
}
.pad2 {
	padding:27px 0;
	background:#fff;
}
.pad3 {
	padding:15px;
	background:#1b1b1b;
}
.mrg-t {
	margin:0 29px;
}
.mrg-t-15 {
	margin-top:15px;
}
.mrg-t-10 {
	margin-top:10px;
}
.mrg-t-20 {
	margin-top:20px;
}
.mrg-t-25 {
	margin-top:30px;
}
.mrg-t-30 {
	margin-top:40px;
}
.mrg-b-10 {
	margin-bottom:10px;
}
.pad-t-20 {
	padding-top:40px;
}
.nonep {
	padding:0;
}
/*浮动*/
.fl {
	float:left;
}
.fr {
	float:right;
}
/*去除浮动*/
.clear {
	clear:both;
	overflow:hidden;
	zoom:1;
	float:none;
}
/*top*/

.w1050{ width:1050px; margin:0 auto;}
#box_header {
	width:1050px;
	margin-left:auto;
	margin-right:auto
}
#box_header1 {
	width:1050px;
	margin-left:auto;
	margin-right:auto
}
#box_banner {
	width:100%
}
#box_footer {
	width:1200px;
	height:205px;
	margin-left:auto;
	margin-right:auto
}
#box_footer_sub1 {
	width:100%;
	height:40px;
	margin-left:auto;
	margin-right:auto
}
#box_footer_sub2 {
	margin-top:10px;
	width:100%;
	margin-left:auto;
	margin-right:auto
}
#box_main {
	width:100%
}
#box_left {
	width:100%
}
#box_header_sub1 {
	width:100%;
	height:30px;
	line-height:30px;
	 border-bottom:1px solid #eaeaea;
}
#box_header_sub2 {
	margin-top:0;
	width:100%
}
#box_header_sub3 {
	width:100%
}
#box_header_sub4 {
	width:100%
}
#box_header_sub1_sub1 {
	width:600px;
	float:left
}
#box_header_sub1_sub2 {
	width:450px;
	float:left
}
#box_header_sub2_sub1 {
	width:630px;
	float:left
}
#box_header_sub2_sub2 {
	width:420px;
	float:left
}
#box_header_sub4_sub1 {
	width:800px;
	float:left;
	height:30px;
	padding-top:7px
}
#box_header_sub4_sub2 {
	margin-top:7px;
	width:250px;
	background:url(../images/ss_bg.jpg) no-repeat;
	float:left;
	height:30px
}
#box_main_sub1 {
	margin-top: 40px;
	width: 1100px;
	height: 610px;
	margin-left: auto;
	margin-right: auto
}
#box_main_sub1_sub1 {
	min-height: 590px;
	width: 242px;
	background: url(../images/products_bg.jpg) no-repeat 50% bottom;
	float: left
}
#box_main_sub1_sub2 {
	width: 832px;
	float: right
}
#box_main_sub2 {
	margin-top:0;
	width:100%
}
#box_main_sub3 {
	margin-top:0;
	padding-left:70px;
	width:1110px;
	background:url(../images/ys_bg1.jpg) no-repeat;
	height:704px;
	margin-left:auto;
	margin-right:auto;
	padding-top:240px
}
#box_main_sub3_sub1 {
	width:540px;
	height:175px
}
#box_main_sub3_sub2 {
	width:540px
}
#box_main_sub3_sub3 {
	padding-left:550px;
	width:550px;
	padding-top:180px
}
#box_main_sub3_sub4 {
	padding-left:550px;
	width:550px;
	padding-top:120px
}
#box_main_sub4 {
	margin-top:0;
	width:100%
}
#box_main_sub5 {
	border-bottom:#006cb4 5px solid;
	border-left:#006cb4 5px solid;
	padding-bottom:15px;
	margin-top:45px;
	padding-left:15px;
	width:1160px;
	padding-right:15px;
	height:462px;
	margin-left:auto;
	border-top:#006cb4 5px solid;
	margin-right:auto;
	border-right:#006cb4 5px solid;
	padding-top:15px
}
#box_main_sub6 {
	margin-top:25px;
	width:1200px;
	margin-left:auto;
	margin-right:auto
}
#box_main_sub7 {
	margin-top:30px;
	padding-left:20px;
	width:1160px;
	padding-right:20px;
	background:url(../images/an_bg.jpg) no-repeat;
	height:236px;
	margin-left:auto;
	margin-right:auto
}
#box_main_sub8 {
	margin-top:7px;
	width:100%
}
#box_main_sub9 {
	margin-top:22px;
	width:100%;
	margin-left:auto;
	margin-right:auto
}
#box_main_sub10 {
	width:1100px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	margin-bottom: 20px;
}
#box_main_sub11 {
	margin-top:10px;
	width:1200px;
	background:url(../images/link.jpg) no-repeat;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px
}
#box_footer_sub2_sub1 {
	width:305px;
	float:left;
	margin-left:0
}
#box_footer_sub2_sub2 {
	width:850px;
	float:right
}
#box_main_sub10_sub1 {
	width:260px;
	float:left
}
#box_main_sub10_sub2 {
	width:522px;
	float:left;
	margin-left:30px;
	margin-right:27px
}
#box_main_sub10_sub3 {
	width:260px;
	float:right
}
#box_main_sub6_sub1 {
	width:932px;
	float:left
}
#box_main_sub6_sub2 {
	padding-bottom:35px;
	padding-left:3px;
	width:244px;
	padding-right:3px;
	background:url(../images/an.jpg);
	float:right;
	height:176px;
	padding-top:40px
}
#box_main_sub1_sub1_sub1 {
	margin-top: 15px;
	width: 202px;
	margin-left: auto;
	margin-right: auto
}
#box_main_sub1_sub1_sub2 {
	margin-top: 15px;
	width: 202px;
	margin-left: auto;
	margin-right: auto
}
.columnSpace {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.FrontSpecifies_show01-d1_c1 {
	width: 100%;
	margin-left: 0;
	overflow: hidden;
}
#FrontSpecifies_show01-1478655479427 P {
	line-height: 30px;
	font-family: 微软雅黑;
	height: 30px;
	color: #6e6e6e;
	font-size: 12px;
}
#FrontSpecifies_show01-1478656017171 P {
	text-align: right;
	line-height: 28px;
	font-family: 微软雅黑;
	height: 28px;
	color: #6e6e6e;
	font-size: 12px;
}
