﻿/*通用类*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	font-size: 14px;
	background: #fff;
	color: #333;
	position: relative;
}
img {
	border: none;
}
a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
	outline: none;
}
ul {
	list-style-type: none;
}
em {
	font-style: normal;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*wrapin 主体容器宽度*/
.wrapin {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
.banner_box {
	width: 100%;
	height: 920px;
	overflow: hidden;
	position: relative;
}
.box-1 ul {
}
.box-1 ul li {
	width: 100;
	height: 920px;
	position: relative;
	overflow: hidden;
}
.box-1 ul li img {
	display: block;
	width: 100%;
	height: 100%;
}
.box-1 ul li h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	background: rgba(125,125,120,.4);
	text-indent: 2em;
	padding-right: 500px;
	font-size: 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite
}
.box-2 {
	position: absolute;
	right: 10px;
	bottom: 14px;
}
.box-2 ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	text-indent: 100px;
	cursor: pointer;
}
.box-2 ul .on {
	background: rgba(255,255,255,0.6);
}
.box-3 span {
	position: absolute;
	color: rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.1);
	width: 50px;
	height: 80px;
	top: 50%;
	font-family: "宋体";
	line-height: 80px;
	font-size: 60px;
	margin-top: -40px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
.box-3 .prev {
	left: 10px;
}
.box-3 .next {
	right: 10px;
}
.box-3 span::selection {
	background: transparent;
}
.box-3 span:hover {
	background: rgba(255,255,255,.5);
	color: rgba(255,255,255,1)
}
header {
	
	width: 100%;
	z-index: 999;
}
.head {
	height: 90px;
	background: #fff;
}
.head .logo {
	float: left;
	height: 90px;
}
.head .logo img {
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.head .nav {
	float: right;
}
.head .nav li {
	float: left;
	width: 120px;
	border-left:1px solid #eee;
	line-height: 90px;
	text-align: center;
}
.head .nav li.hover {
	background: #9ed034;
}
.head .nav li.hover a {
	color: #fff !important;
}
.head .nav li:hover a {
	color: #9ed034;
}
.leftnav{ margin-top:30px; width:240px; float:left}
.leftnav a{ display:block; background:#66CC99; padding:20px; margin-bottom:20px; text-align:center; color:#fff}
.right{ margin-top:30px; float:right; width:800px; line-height:30px}
.form {
	width: 320px;

	background: #FFF;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	padding: 35px;
	z-index: 999;
	padding-bottom:80px;
	margin:0px auto
	
}
.form h3 {
	text-align: center;
	font-weight: 100;
}
.form .in {
	height: 36px;
	position: relative;
	margin: 20px 0;
}
.form .in p {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 36px;
	width: 100px;
}
.form .in .phone {
	width: 220px;
	margin-left: 100px;
	height: 36px;
	border: 1px solid #ccc;
}
.form .button {
	display: block;
	margin: 30px auto;
	text-align: center;
}
.form .button .dl {
	display: inline-block;
	margin: 0 10px;
	width: 100px;
	line-height: 36px;
	background: #eee;
}
.con_box {
	margin: 40px -15px;
}
.con_box li {
	float: left;
	width: 25%;
	padding: 15px;
	box-sizing: border-box;
}
.con_box li .box {
	display: block;
}
.con_box li .box h2 {
	background-color: #9ed034;
	font-size: 22px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.con_box li .pic {
	width: 100%;
	height: 220px;
}
.con_box li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.con_box li .box p {
	line-height: 30px;
	color: #444;
	font-size: 16px;
	height:300px;
}
.con_box .box a {
	display: block;
	background-color: #9ed034;
	color: #fff;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}
footer {
	text-align: center;
	line-height: 50px;
	border-top:#9ed034 solid 2px;
	background:#eee;
	margin-top:50px;
}
.banner {
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fengjing {
	margin: 50px -15px;
}
.fengjing li {
	float: left;
	width: 33.333%;
	padding: 15px;
	box-sizing: border-box;
}
.fengjing li .box {
	display: block;
}
.fengjing li .box h2 {
	font-size: 28px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 40px;
}
.fengjing li .pic {
	width: 100%;
	height: 270px;
}
.fengjing li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fengjing li .text {
	height: 300px;
	overflow: hidden;
	margin-top: 20px;
}
.fengjing li .text h3 {
	font-size: 18px;
	line-height: 26px;
	color: #9ed034;
	font-weight: 100;
	margin-bottom: 20px;
}
.fengjing li .text p {
	font-size: 12px;
	color: #333;
	line-height: 24px;
}

.about_box {
	margin:50px 0;
	padding: 60px 0;
	background:#9ed034;
	color: #fff;
	text-align: center;
}
.about_box .text {
	line-height: 26px;
	font-size: 16px;
}
.about_box .text h2 {
	font-size: 28px;
}
.about_box .text p {
	margin: 40px 0;
}
.about_box .text a {
	display: inline-block;
	width: 220px;
	height:52px;
	line-height: 52px;
	margin:0 20px;

	background-color:#fff;

	border-radius: 10px;
	font-size: 24px;
	-webkit-box-shadow: 1px 3px 14px rgba(0,0,0,0.2);
	box-shadow: 1px 3px 14px rgba(0,0,0,0.2);
}

.difang {
	margin: 50px -15px;
}
.difang li {
	float: left;
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}
.difang li .box {
	display: block;
}
.difang li .box h2 {
	font-size: 28px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 40px;
}
.difang li .pic {
	width: 100%;
	height: 370px;
}
.difang li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.difang li .text {
	height: 200px;
	overflow: hidden;
	margin-top: 20px;
}
.difang li .text h3 {
	font-size: 18px;
	line-height: 26px;
	color: #9ed034;
	font-weight: 100;
	margin-bottom: 20px;
}
.difang li .text p {
	font-size: 12px;
	color: #333;
	line-height: 24px;
}
.title{ text-align:center; padding:40px 0}
.cons{ font-size:16px; line-height:32px; max-width:800px; margin:0 auto}
.cons img{ max-width:100%}

.product_box {
	margin: 0 -15px;
}
.product_box li {
	float: left;
	width:33.3%;
	padding: 15px;
	box-sizing: border-box;
}
.product_box li .box {
	display: block;
	height: 360px;
	position: relative;
}
.product_box li .pic {
	width: 100%;
	height: 360px;
	overflow: hidden;
}
.product_box li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}