﻿.cate{
	
	 padding-bottom: 10px;
}
 
.cate li
{line-height: 46px;
	font-size: 15px;
	
	
	
}
/* banner */
.banner {
	min-width: 1000px;
	position: relative;
	height: 600px;
	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: 600px;
	animation: 5s linear 0s normal none 1 running banner;
	overflow: hidden; 
}

.banner .bd li a {
	height: 600px;
	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 */
.about {
	background: #ebebeb url(../images/logo2.png) no-repeat 150px 70px;
	margin-top: -70px;
	z-index: 9999;
	padding: 50px 0 50px 50px;
	width: 1150px;
	position: relative;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.about_l {
	background: url(../images/about.png) no-repeat left top;
	height: 184px;
	position: relative;
	width: 190px;
	padding-left: 215px;
	padding-top: 50px;
}
.about_l h1 {
	font-size: 24px;
	margin-bottom: 10px;
}
.about_l p {
	padding: 10px 0px 10px 5px;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.about_l p span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	color: #ccc;
}

.about_r {
	width: 650px;
	overflow: hidden;
}
.about_r .tab-hd {
	position: absolute;
	right: 0;
	top: 50px;
}
.about_r .tab-hd li {
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
}
.about_r .tab-hd li a {
	display: block;
	width: 60px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	background: #fff;
	border-radius: 30px 0 0 30px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	backface-visibility: hidden;
    
   transition: all 0.6s ease-out 0s;
   
    
    transform: translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
}
.about_r .tab-hd li a i {
	color: #07923b;
	margin-right: 5px;
	margin-left: 19px;
	font-size: 20px;
	line-height: 50px;
}
.about_r .tab-hd li.on a {
	background: #07923b;
	font-weight: bold;
	width: 150px;transition: all 0.6s ease-out 0s;
}
.about_r .tab-hd li.on i, .about_r .tab-hd li:hover a i {
	color: #fff;
	font-weight: normal;transition: all 0.6s ease-out 0s;
}

.about_r .tab-hd li a::before {
    background: #07923b none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.6s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.about_r .tab-hd li a:hover::before, .about_r .tab-hd li a:focus::before, .about_r .tab-hd li a:active::before {
    transform: scaleX(1);
}
.about_r .tab-hd li a:hover {
    color: #fff;
}


.about_r .tab-bd {
	position: absolute;
	left: 500px;
	top: 50px;
	width: 520px;
	height: 234px;
	overflow: hidden;
}
.about_r .tab-bd dt {
	line-height: 40px;
	font-size: 15px;
	text-indent: 2em;
}
.about_r .tab-bd dd a {
	border: 1px solid #07923b;
	display: block;
	color: #07923b;
	width: 120px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0; transition: all 0.6s ease-out 0s;
}
.about_r .tab-bd dd a:hover{
	background: #07923b;
	color: #fff; transition: all 0.6s ease-out 0s;
	
}
.title {
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	margin: 80px 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;
}
.pro_r {
	width: 918px;
}
.focus {
	width: 918px;
	height: 890px;
	position: relative;
}
.focus #pic {
	width: 918px;
	overflow: hidden;
}
.focus #pic ul {
	height: 890px;
	float: left;
}
.focus #pic li {
	width: 918px;
	height: 890px;
	float: left;
	position: relative;
}
.focus #pic li img {
	width: 918px;
	height: 630px;
	float: left;
	transition: all 0.6s ease-out 0s;
}
.focus #pic li:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s ease-out 0s;
}


.focus #pic li .content {
	width: 850px;
	height: 260px;
	padding: 0 34px;
	font-size: 14px;
	position: absolute;
	left: 0;
	z-index: 10000;
	bottom: 0px;
	background: #f3f3f3;
}
.focus #pic li .content h2 {
	font-size: 16px;
	line-height: 50px;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
}
.focus #pic li .content h2 a
{
	color: #07923b;
}
.focus #pic li .content p {
	color: #999;
	line-height: 30px;
	margin-top: 10px;
}
.focus #pic li .content span a {
	border: 1px solid #07923b;
	background: #07923b;
	bottom: 0;
	color: #fff;
	display: block;
	right: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	width: 120px;
}
.focus #tip {
	position: absolute;
	right: 10px;
	bottom: 160px;
	z-index: 10000;
}
.focus #tip ul li {
	background: none;
	border-radius: 10px;
	border: 1px solid #fff;
	color: #b0b0b0;
	display: inline;
	float: left;
	font: 12px/15px "宋体";
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 10px;
	cursor: pointer;
}
.focus #tip ul li.on {
	background: #07923b;
	border: 1px solid #07923b;
}
.focus .btn {
	overflow: hidden;
}
.focus .btn li {
	width: 22px;
	height: 40px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	z-index: 20000;
	bottom: 550px;
	transition: all 0.6s ease 0s;
}
.focus .btn li.prev {
	background: url(../images/focus_btn.png) no-repeat right bottom;
	left: 5px;
}
.focus .btn li.prev:hover {
	background: url(../images/focus_btn.png) no-repeat right top;
	transition: all 0.6s ease 0s;
}
.focus .btn li.next {
	background: url(../images/focus_btn.png) no-repeat left bottom;
	right: 5px;
}
.focus .btn li.next:hover {
	background: url(../images/focus_btn.png) no-repeat left top;
	transition: all 0.6s ease 0s;
}
/* 本例子css */
.chang {
	margin-top: 20px;
	background: #f3f3f3 url(../images/dt.png) no-repeat right bottom;
	padding: 1px 0 70px 0;
}
.chang .title {
	margin-top: 70px;
}
.chang_focus {
	width: 1200px;
	position: relative;
}
.chang_focus #chang_pic {
	width: 1200px;
	overflow: hidden;
}
.chang_focus #chang_pic ul {
	height: 500px;
	float: left;
}
.chang_focus #chang_pic li {
	width: 1200px;
	height: 500px;
	float: left;
	position: relative;
}
.chang_focus #chang_pic li img {
	width: 900px;
	height: 500px;
	float: right;
	transition: all 0.6s ease-out 0s;
}
.chang_focus #chang_pic li:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s ease-out 0s;
}
.chang_focus #chang_pic li .content {
	width: 220px;
	height: 440px;
	padding: 30px 50px 30px 30px;
	font-size: 14px;
	position: absolute;
	left: 0;
	z-index: 10000;
	top: 0px;
	background: #fff;
	;
}
.chang_focus #chang_pic li .content h2 {
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.chang_focus #chang_pic li .content p {
	color: #999;
	line-height: 30px;
	margin-top: 5px;
}
.chang_focus #chang_tip {
	position: absolute;
	left: 30px;
	bottom: 50px;
	z-index: 10000;
}
.chang_focus #chang_tip ul li {
	background: none;
	border-radius: 10px;
	border: 1px solid #ddd;
	color: #b0b0b0;
	display: inline;
	float: left;
	font: 12px/15px "宋体";
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 10px;
	cursor: pointer;
}
.chang_focus #chang_tip ul li.on {
	background: #07923b;
	border: 1px solid #07923b;
}
.chang_focus .btn {
	overflow: hidden;
}
.chang_focus .btn li {
	width: 60px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	background-color: rgba(7,146,59,0.5);
	border-radius: 40px 0 0 40px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	z-index: 20000;
	bottom: 155px;
	transition: all 0.6s ease 0s;
}
.chang_focus .btn li i {
	color: #fff;
	font-size: 46px;
}
.chang_focus .btn li.prev {
	left: 239px;
}
.chang_focus .btn li.prev:hover {
	transition: all 0.6s ease 0s;
}
.chang_focus .btn li.next {
	right: 840px;
	border-radius: 0 40px 40px 0;
}
.chang_focus .btn li.next:hover {
	transition: all 0.6s ease 0s;
}
/* 本例子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;
	height: 680px;
	background: url(../images/bg.jpg) no-repeat center center;
	padding: 10px 0;
}
.zou .title a {
	color: rgba(255,255,255,0.7);
}.zou .title a:hover {
	color:#07923b;
}
.zou video {
	width: 1200px;
	height: 450px;
	margin: 0 auto;
}
.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: rgba(255,255,255,0.5);
}
.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: 200px;
	height: 100px;
	float: left;
	cursor: pointer;
}
.friendlink ul li img {
	width: 200px;
	height: 100px;
	overflow: hidden;
}
.friendlink ul li:hover{
	 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}