﻿@charset "utf-8";
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #323232;
}
p{padding:0;margin:0;}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	*color: #323232;
	font-family: "微软雅黑";
}

ul {
	padding-left: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #323232;
}
a:hover{color:#0782f5;}
img {
	border: none;
}

table tbody,
table tr,
table tr th,
table tr td {
	box-sizing: content-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

img {
	vertical-align: top;
}


/*****************************
			页内css
*****************************/
#header {
	position: relative;
	overflow: hidden;
}

#header .hInner {
	padding: 15px 0;
	border-bottom: 1px solid #E5E5E5;
}

#header .sub {
	margin: 0 auto;
	width: 1200px;
}

#header .hInner p {
	float: left;
	color: #333;
	font-size: 15px;
}

#header .hInner ul {
	float:right;
}

#header .hInner li {
	display: inline;
}

#header .hInner li a {
	margin: 0 5px;
}

#header .topBox {
	z-index: 10;
}

#header .hBox{
	margin: 0 auto;
	padding: 30px 0;
	width: 1200px;
}

#header h1 {
	margin: 0 40px 0 0;
	float: left;
}

#header .hTxt {
	padding-top: 20px;
	float: left;
}

#header .hTxt .txt01 {
	display: block;
	color: #333;
	font-size: 18px;
}

#header .hTxt .txt02 {
	display: block;
	color: #139705;
	font-size: 25px;
}

#header .tel {
	padding: 0 0 0 80px;
	float: right;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	margin-top: 15px;
	background: url(../images/tel.png) no-repeat left 5px;
}

#header .tel span {
	display: block;
	font-size: 36px;
	color: #139705;
	font-weight: bold;
	line-height: 35px;
}

#gNavi {
	background: #3bb401;
}

#gNavi ul {
	margin: 0 auto;
	width: 1200px;
}

#gNavi li {
	width: 14.2%;
	float: left;
}

#gNavi li a {
	padding: 20px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	background: #ffad10;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.mainImg {
	margin-bottom: 50px;
	z-index: 5;
}

.mainImg li {
	width: 100%;
	height: 400px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #2A9D50;
}

.section {
	margin: 0 auto;
	width: 1200px;
}

#main {
	margin-bottom: 50px;
}

#main h2 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	background: url(../images/h2_img.png) no-repeat center center;
}

#main h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
}

#main .feature {
	margin-bottom: 50px;
}

#main .feature li {
	margin: 0;
	float: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .feature li:hover {
	margin-top: -10px;
}

#main .product {
	padding: 50px 0;
}

#main .listBox {
	padding-bottom: 30px;
}

#main .listBox .list {
	margin-bottom: 30px;
	width: 270px;
	float: left;
}

#main .listBox .list h2 {
	margin: 0;
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
	text-align: left;
	background: #3bb401;
}

#main .listBox .list ul {
	padding: 10px;
	border: 1px solid #eae9e9;
}

#main .listBox .list h2 span {
	display: block;
	font-size: 15px;
}

#main .listBox .list li a {
	margin: 0 3px 6px;
	padding: 15px 28px;
	display: block;
	font-size: 16px;
	color: #000;
	transition: all .2s ease;
	background: #F0F0F0 url(../images/icon.gif) no-repeat 10px center;
}

#main .listBox .list li a:hover {
	padding-left: 40px;
	text-decoration: underline;
}

#main .listBox .list .pageLink {
	margin-top: 20px;
	padding: 0;
	border:none;
}

#main .listBox .list .pageLink a {
	margin: 0 0 6px;
	padding: 15px 28px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #3bb401;
}

#marqueesrcoll {
	height: 682px;
	overflow: hidden;
	background: none !important;
}

#main .srcoll {
	padding: 0 0 5px;
	width: 900px;
	float: right;
}

#main .srcoll li {
	margin: 0 1% 25px;
	width: 31.333333%;
	float: left;
}

#main .srcoll li .photo {
	height: 230px;
}

#main .srcoll li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
}

#main .srcoll li p {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

#main .aboutBox {
	padding: 50px 0;
	background: url(../images/abg.jpg) no-repeat  center bottom;
}

#main .aboutBox h2 {
	margin: 0 0 20px;
	padding: 10px 20px;
	color: #3EA63C;
	font-size: 40px;
	position: relative;
	text-align: center;
}

#main .aboutBox h2:before {
	margin-left: -50px;
	position:absolute;
	width: 100px;
	height: 2px;
	content: "";
	left: 50%;
	bottom: 0;
	background: #3EA63C;
}

#main .aboutBox h2 span  {
	color: #000;
	font-size: 15px;
}

#main .aboutBox .about .photo {
	float: left;
	width: 570px;
}

#main .aboutBox .about .photo img {
	max-width: 100%;
}

#main .aboutBox .about .textBox {
	padding-top: 50px;
	width: 600px;
	float: right;
}

#main .aboutBox .about .textBox p {
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 2;
	text-indent: 2em;
}

#main .aboutBox .about .textBox .title {
	margin-bottom: 10px;
	color: #139705;
	font-size: 27px;
	font-weight: bold;
	text-indent: 1.2em;
}

#main .aboutBox .about .textBox ul {
	margin-top: 70px;
}

#main .aboutBox .about .textBox li {
	margin-right: 15px;
	width: 130px;
	float: left;
}

#main .aboutBox .about .textBox li a {
	padding: 8px 0;
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #139705;
}

#main .aboutBox .about .textBox li a:hover {
	opacity: 0.7;
}

.pinz {
	background: url(../images/about_img01.png) no-repeat center top;
	height: 850px;
	overflow: hidden;
}

.pinz2 {
	width: 1050px;
	margin: 0 auto;
	position: relative;
	height: 850px;
}

.pinz h2 font {
	display: block;
	width: 1050px;
	height: 118px;
	font: 34px "Microsoft Yahei";
	text-align: center;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	position: absolute;
	top: 38px;
	left: 0;
}

.pinz dl {
	width: 280px;
	height: 180px;
	position: absolute;
}

.pinz dt {
	height: 60px;
	font: 28px "Microsoft Yahei";
	line-height: 60px;
	overflow: hidden;
	color: #000;
}

.pinz dt span {
	display: inline-block;
	float: left;
	width: 35px;
	height: 60px;
	font: 60px Impact;
	line-height: 60px;
	text-align: center;
	color: #000;
	overflow: hidden;
	margin-right: 10px;
}

.pinz dd {
	font: 14px "Microsoft Yahei";
	line-height: 30px;
	color: #000;
	margin-top: 14px;
}

.pinz .dl01 {
	top: 66px;
	left: 0;
	width: 260px;
}

.pinz .dl02 {
	top: 46px;
	left: 760px;
}

.pinz .dl03 {
	top: 307px;
	left: 824px;
}

.pinz .dl04 {
	top: 342px;
	left: 0;
}

.pinz .dl05 {
	top: 607px;
	left: 386px;
}

#main .commore {
	margin-top: 50px;
	text-align: center;
}

#main .commore a {
	padding: 10px 0;
	width: 200px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #89C018;
	border-radius: 30px;
}

#main .banner {
	margin-bottom: 50px;
	width: 100%;
	height: 230px;
	background: url(../images/banner.jpg) no-repeat center center;
}

#main .youshi {
	background: url(../images/youshi_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .youshi h2 {
	padding-bottom: 20px;
	width: 100%;
	height: 162px;
	background: #fff url(../images/youshi_ttl.jpg) no-repeat center center;
}

#main .tabUl {
	margin-bottom: 30px;
	text-align: center;
}

#main .tabUl li {
	display: inline;
}

#main .tabUl li a {
	margin: 0 10px;
	padding: 10px 0;
	width: 150px;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	background: #1C8D42;
}

#main .newsBox {
	margin-bottom: 0;
	position: relative;
}

#main .newsBox .case {
	margin: 0 0 50px;
	padding: 40px 0 50px;
	background: #EDECEC;
}

#main .newsBox .case ul {
	margin-bottom: 20px;
}

#main .newsBox .case li {
	margin-right: 20px;
	float: left;
}

#main .newsBox .case li .pic {
	width: 340px;
	height: 250px;
}

#main .newsBox .case li .pic img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#main .newsBox .case li p {
	padding: 10px 0;
	color: #333;
	text-align: center;
}

#main .newsBox h2 {
	margin-bottom: 50px;
	color: #000;
}

#main .newsBox h2 span {
	color: #000;
}

#main .newsBox .tabBox {
	width: 830px;
	float: left;
	border: 1px solid #666;
}

#main .newsBox .tabBox .pabPanel li {
	width: 50%;
	float: left;
	text-align: center;
}

#main .newsBox .tabBox .pabPanel li a {
	padding: 10px 0;
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

#main .newsBox .tabBox .pabPanel li a span {
	margin-left: 20px;
	font-size: 13px;
	font-weight: normal;
}

#main .newsBox .tabBox .pabPanel .on a {
	color: #0e823b;
}

#main .newsBox .tabBox .pabPanel li:first-child a {
	border-right: 1px solid #666;
}

#main .newsBox .section {
	box-sizing: border-box;
}

#main .newsBox .tab {
	padding: 20px;
}

#main .newsBox .linkList li {
	font-size: 16px;
}

#main .newsBox .linkList li a {
	padding: 10px 12px;
	color: #111;
	display: block;
	position: relative;
}

#main .newsBox .linkList li a:before {
	margin-top: -2px;
	width: 2px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	border: 2px solid #666;
	border-radius: 4px;
}

#main .newsBox .linkList li a span {
	color: #999;
	right: 0;
	top: 12px;
	font-size: 15px;
	position: absolute;
}

#main .newsBox .imgList {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

#main .newsBox .imgList li {
	margin: 0 0 15px;
	padding: 5px 0 5px;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

#main .newsBox .imgList li a {
	display: block;
	overflow: hidden;
}

#main .newsBox .imgList li .pic {
	width: 200px;
	height: 150px;
	overflow: hidden;
	float: left;
}

#main .newsBox .imgList li .pic img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsBox .imgList li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsBox .imgList li .textBox {
	padding: 15px 20px 20px 220px;
	height: 150px;
	box-sizing: border-box;
}

#main .newsBox .imgList li .textBox .ttl {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#main .newsBox .imgList li .textBox .date {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
}

#main .newsBox .imgList li .textBox .txt {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}

#main .newsBox .imgList li span {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 13px;
}

#main .newsBox .contact {
	padding: 0 20px 15px;
	width: 320px;
	height: 445px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #666;
}

#main .newsBox .contact p {
	color: #333;
	font-size: 16px;
	line-height: 2;
}

#main .newsBox .contact p .ttl {
	font-size: 20px;
	font-weight: bold;
}

#main .newsBox .contact .tel {
	margin-bottom: 20px;
	padding-left: 50px;
	color: #666666;
	font-size: 17px;
	line-height: 1.5;
	background: url(../images/tel_bg.gif) no-repeat left center;
}

#main .newsBox .contact .tel span {
	margin: 0;
	display: block;
	color: #000;
	font-size: 25px;
	font-family: "Impact";
}

#main .newsBox .contact h2 {
	margin: 0 0 20px;
	padding: 9px 0 8px 5px;
	color: #0e823b;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #666;
}

#main .newsBox .contact h2 span {
	margin-left: 10px;
	font-size: 14px;
	display: inline-block;
}

#main .newsBox .contact h2 a {
	position: absolute;
	right: 0;
	top: 15px;
	color: #000;
	font-size: 13px;
}

#footer {
	background: #3bb401;
}

#footer .proList .sub {
	margin: 0 auto;
	padding: 20px 0;
	width: 1200px;
}

#footer .proList {
	background: #fff;
}

#footer .proList p {
	margin-bottom: 15px;
	padding-bottom: 14px;
	color: #2B823B;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

#footer .proList p span {
	margin-left: 15px;
	color: #999;
	font-size: 16px;
	font-weight: normal;
}

#footer .proList li {
	margin-right: 25px;
	float: left;
	font-size: 17px;
	color: #333;
}

#footer .navi {
	padding: 10px 0;
	border-bottom: 1px solid #666;
}

#footer .navi ul {
	margin: 0 auto;
	width: 1200px;
}

#footer .navi li {
	width: 14.2%;
	float: left;
}

#footer .navi li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .fBox {
	padding: 40px 0;
	margin: 0 auto;
	width: 1200px;
}

#footer .boxlink {
	width: 300px;
	float: right;
}

#footer .boxlink p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

#footer .boxlink li {
	margin-bottom: 10px;
	width: 33.33333333%;
	float: left;
	font-size: 15px;
}

#footer .boxlink li a {
	color: #fff;
}

#footer .right {
	width: 700px;
	float: left;
}

#footer .boxinfo P {
	color: #fff;
	font-size: 17px;
	line-height: 2;
}

#footer .boxcode {
	width: 150px;
	float: left;
}

#footer .boxcode img {
	width: 100%;
}

#footer .map {
	width: 440px;
	height: 180px;
	float: left;
	border: 1px solid #ccc;
}

#footer .fLogo {
	float: right;
	text-align: center;
}

#footer .copyright {
	color: #fff;
	font-size: 15px !important;
}

#side {
	width: 275px;
	float: left;
}

#side .sLink {
	margin-bottom: 30px;
	border: 1px solid #999;
}

#side .sLink h2 {
	margin: 0;
	padding: 15px 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background: #3bb401;
	border-bottom: 4px solid #fff;
}

#side .sLink h2 span {
	display: block;
	color: #fff;
	font-size: 15px;
}

#side li a {
	padding: 15px 20px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: left;
	background: #3bb401;
	border-bottom: 1px dotted #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#side li a:hover {
	color: #3bb401;
	background: #fff;
}


#side .sconttact {
	padding: 5px 5px 15px;
	border: 1px solid #999;
}

#side .sconttact h2 {
	margin: 0 0 20px;
	font-size: 20px !important;
	color: #000 !important;
	font-weight: bold !important;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}

#side .sconttact h2 span {
	margin-bottom: -2px;
	padding: 10px 20px 15px;
	display: inline-block;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 20px !important;
	border-bottom: 2px solid #00931F;
}

#side .sconttact p {
	margin: 0 7px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}


#conts {
	width: 890px;
	float: right;
}

#main .pageTitle {
	margin: 0 0 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

#main .pageTitle h2 {
	padding: 1px 0 3px 30px;
	margin: 0;
	float: left;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	background: url(../images/home.png) no-repeat left center;
}

.pagePath {
	padding-top: 2px;
	margin: 0;
	float: right;
	color: #666;
	font-size: 15px;
}

.content {
	font-size: 15px;
	line-height: 1.7;
}


#conts .proList {
	margin: 0 -20px 50px 0;
}

#conts .proList li {
	margin: 0 20px 20px 0;
	width: 280px;
	float: left;
	border: 1px solid #CCC;
}

#conts .proList li a {
	display: block;
}

#conts .proList li .photo {
	padding: 4px;
	height: 210px;
	border: 1px solid #e6e6e6;
}

#conts .proList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
}

#conts .proList li p {
	padding: 15px 0;
	font-size: 15px;
	text-align: center;
	background: #F0F0F0;
}

.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 5px;
	display: inline;
}

.pagelist li a {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #0C8B35;
	border: 1px solid #0C8B35;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #0C8B35;
	border: 1px solid #0C8B35;
}


/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin-bottom: 30px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

#conts .newsList  {
	margin-bottom: 50px;
}

#conts .newsList li {
	margin-bottom: 15px;
	padding: 10px;
	color: #666;
	font-size: 15px;
	position: relative;
	border: 1px solid #ccc;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#conts .newsList li:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#conts .newsList li a {
	display: block;
	overflow: hidden;
}

#conts .newsList li .photo {
	width: 200px;
	height: 160px;
	float: left;
}

#conts .newsList li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#conts .newsList li .textBox {
	padding-left: 220px;
}

#conts .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	color: #188a00;
}

#conts .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

#conts .newsList li .textBox .date {
	font-size: 14px;
	color: #999;
}

.video {
	margin: 0 auto;
	width: 600px;
}

