/* banner */
.banner {
	min-width: 1000px;
	position: relative;
	height: 507px;
	z-index: 10;
	overflow: hidden;
}
.banner .bd {
	position: relative;
	z-index: 0;
}
.banner .bd ul {
	width: 100% !important;
}
.banner .bd li {
	width: 100% !important;
	height: 507px;
	animation: 5s linear 0s normal none 1 running banner;
	overflow: hidden;
}
.banner .bd li a {
	height: 507px;
	display: block;
}
.banner .hd {
	position: absolute;
	z-index: 1;
	bottom: 50px;
	right: 10%;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.banner .hd ul li {
	height: 8px;
	width: 8px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	text-indent: 999px;
	margin: 5px 0;
	background: #fff;
	transition: all 0.8s ease 0s;
}
.banner .hd ul .on {
	transition: all 0.8s ease 0s;
	background: #91c42e;
	height: 30px;
}
/* banner */
.cate .ss

{
	height: 213px;
	padding:30px 0;
		width: 260px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	
	background: linear-gradient(135deg, #009A44, #ABCD05);
}.cate .ss h1
{
	font-size: 24px;
	margin-bottom: 10px;
	
}
.cate .ss p.p1
{
	line-height: 25px;
	color: rgba(255,255,255,.5);
	width: 200px;
	margin-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.cate .ss p.p2
{
	line-height: 25px;
	margin-top: 10px;
	
	
}
.cate .ss p.p2 span
{
	font-family: impact;
	font-size: 20px;
}
.cate .ss i
{
	font-size: 40px;
	
}
.about {
/*	height: 270px;*/
/*	margin-bottom: 90px;*/
/*	background: linear-gradient(90deg, #009A44, #ABCD05);*/
	
	background:#f3f3f3 url(../images/dt.png) no-repeat right top fixed;
	
}
.about .title
{
	padding: 70px 0 0px 0;
	margin: 0;
	margin-bottom: 20px;
}
.about_l {
	width: 1200px;
}
.about_l p.p1 {
	
	font-size: 16px;
	line-height: 35px;padding-bottom: 50px;
	
	font-weight: normal;
}
.about_l p a {
	
	
	margin-top: 10px;
	font-size: 14px;
}
.about_l ul li {
	float: left;
	margin-top: 43px;
	position: relative;
	width: 200px;
	font-size: 16px;
}
.about_l ul li a {
	position: absolute;
	left: 40px;
	top: 28px;
	display: inline-block;
	width: 100px;
	padding-left: 40px;
}
.about_l ul li i {
	font-size: 50px;
	color: #009A44;
	margin-left: 10px;
	position: absolute;
	left: -30px;
	top: -16px;transition: transform 1s;
}
.about_l ul li:hover i{
	transform: rotateY(-360deg);}


.about_r {
	width: 550px;
}
.about_r li {
	width: 550px;
	height: 360px;
	overflow: hidden;
}
.about_r li img {
	border: 10px solid #fff;
	width: 530px;
	border-bottom: none;
	height: 350px;
	margin-top: 50px;
}
.title {
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	margin: 70px 0 40px 0;
}
.title span {
	font-size: 30px;
	border-top: 1px solid #e9e9e9;
	padding: 15px 30px 0 30px;
}
.title span i {
	margin-right: 10px;
	font-size: 30px;
	color: #ccc;
}
.title p {
	font-size: 12px;
	color: #ccc;
	text-transform: uppercase;
	margin-top: 5px;
	padding-bottom: 20px;
	letter-spacing: 9px;
	padding-left: 15px;
}
.title a:hover i, .title a:hover p {
	color: #07923b;
}

.focus1 {
	position: relative;
}
.focus1 .btn {
	overflow: hidden;
}
.focus1 .btn li {
	width: 22px;
	height: 40px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	z-index: 20000;
	bottom: 140px;
	transition: all 0.6s ease 0s;
}
.focus1 .btn li.prev {
	background: url(../images/focus_btn.png) no-repeat right bottom;
	left: 10px;
}
.focus1 .btn li.prev:hover {
	background: url(../images/focus_btn.png) no-repeat right top;
	transition: all 0.6s ease 0s;
}
.focus1 .btn li.next {
	background: url(../images/focus_btn.png) no-repeat left bottom;
	right: 10px;
}
.focus1 .btn li.next:hover {
	background: url(../images/focus_btn.png) no-repeat left top;
	transition: all 0.6s ease 0s;
}
.pro_r{
	width:920px;
	
}
.pro_r li 
{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 300px;
	height: 310px;
	
	 overflow: hidden;
		background: #f3f3f3;
	
}
.pro_r li:nth-child(3n)
{
	margin-right: 0px;
}


.pro_r li img{
	
	width: 300px;
	height: 260px;
	 overflow: hidden;
	transition: all 0.6s ease-out 0s;
	
}


.pro_r li:hover img {
	transform: scale(1.4, 1.4);
	transition: all 0.6s ease-out 0s;
	cursor: pointer;
}

.pro_r p
{
	
/*	background: #fff;*/
	line-height: 50px;
	text-align: center;
	height: 50px;
	
}
.cate
{
background: #fff;
	
}
.cate ul
{
background: #f3f3f3;
	
}
.case 
{
	height: 600px;
}
.case .hd
{
	
	height: 50px;
	line-height: 50px;
	
background: #f9f9f9;
	margin-bottom: 20px;
	
	
}
.case .hd li
{
	float:left;

	cursor: pointer;
	padding: 0 30px;
	font-size: 16px;
}

.case .hd li.on
{
	background: #07923b;
	color: #fff;
	text-align: center;
	
	
}
.case .hd li.on a
{
	color: #fff;
}
.case .bd li 
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	
	
}
.case .bd li p
{
	position: absolute;
	left: 0;
	bottom:0;
	line-height: 40px;
	color: #fff;
	background:rgba(0,0,0,.3);
	text-align: center;
	display: block;
}
.case .bd li:nth-child(3n),.case .bd li:last-child
{
	margin-right: 0px;
}
.case .bd li img
{
	width: 300px;
	height: 260px;overflow: hidden;
	transition: all 0.6s ease-out 0s;

}
.case .bd li
{	width: 300px;
	height: 260px;overflow: hidden;
	
}
.case .bd li p
{
	width: 300px;
}
.case .bd li:first-child img
{
		width: 580px;
	height: 530px;overflow: hidden;
}
.case .bd li:first-child 
{
		width: 580px;
	height: 530px;overflow: hidden;
}
.case .bd li:first-child p
{
	width: 580px;
}


.case .bd li:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s ease-out 0s;
	cursor: pointer;
}
/* 本例子css */
.chang {
	
/*	background: #f3f3f3;*/
	padding: 1px 0 50px 0;
	background:  url(../images/about_bg.png) no-repeat left top fixed;
}
.chang .title {
	margin-top: 70px;
}
/* 本例子css */
.news_l, .news_r {
	width: 580px;
}
.news_l h5, .news_r h5 {
	border-bottom: 1px dashed #e9e9e9;
	line-height: 50px;
	height: 50px;
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
}
.news_l h5 span, .news_r h5 span {
	border-bottom: 1px solid #07923b;
	bottom: -1px;
	display: inline-block;
	left: 0;
	position: absolute;
	width: 40px;
}
.news_l h5 i, .news_r h5 i {
	font-size: 14px;
	color: #999;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
}
.news_l h5 a, .news_r h5 a {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
}
.news_l dl {
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.news_l dl dt img {
	width: 580px;
	height: 260px;
	overflow: hidden;
}
.news_l dl dd h1 {
	line-height: 40px;
	margin-top: 20px;
	font-size: 16px;
}
.news_l dl dd h1 span {
	float: right;
	color: #999;
	font-weight: normal;
	font-size: 14px;
}
.news_l dl dd p {
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.news_l dl dd p a {
	color: #07923b;
}
.news_l ul li {
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
}
.news_l ul li i {
	font-size: 14px;
}
.news_l ul li span {
	float: right;
	font-size: 12px;
	color: #999;
}
.news_r dl {
	position: relative;
	margin-bottom: 20px;
}
.news_r dl dt img {
	width: 180px;
	height: 120px;
	overflow: hidden;
}
.news_r dl dd {
	position: absolute;
	left: 195px;
	top: 0;
}
.news_r dl dd h1 {
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
}
.news_r dl dd h1 span {
	font-size: 12px;
	float: right;
	color: #999;
}
.news_r dl dd p {
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.news_r dl dd p a {
	color: #07923b;
}
.news_r ul li {
	line-height: 38px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
}
.news_r ul li i {
	font-size: 14px;
}
.news_r ul li span {
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.news_r .liuy {
	position: relative;
}
.news_r .liuy p img {
	width: 180px;
	height: 300px;
	overflow: hidden;
}
/* 本例子css */


.side {
	height: 300px;
	overflow: hidden;
	position: absolute;
	left: 195px;
	top: 0;
}
.side ul li i {
	margin-right: 5px;
	font-size: 20px;
	color: red;
}
.side ul li a {
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
}
.side ul li a i {
	float: right;
}
.side ul li p {
	color: #999;
}
.side ul li p i {
	color: #07923b;
}
.side .bd {
	height: 350px;
	overflow: hidden;
}
.zou {
	margin: 50px auto;

	background: url(../images/222.jpg) no-repeat center top fixed;
	padding: 10px 0 100px 0;
}
.zou .title a {
	color:#07923b;
}
.zou .title a:hover {
/*	color: #ffff;*/
}
.zou video {
	width:800px;
	margin-left: 200px;
	
}
.zou span {
	border-top: 1px solid rgba(255,255,255,0.3);
}
.zou .title {
	margin-top: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.zou .title p {
		color:#07923b;
}
.friendlink ul {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.friendlink ul li {
	border: 1px solid #eee;
	border-left: none;
	border-bottom: none;
	padding: 19px;
	width: 260px;
	height: 200px;
	float: left;
	cursor: pointer;
}
.friendlink ul li img {
	width: 260px;
	height: 200px;
	overflow: hidden;
}
.friendlink ul li:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
