.slideBox{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slideBox .hd {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 39px;
	z-index: 1;
	overflow: hidden;
}
.slideBox .hd ul {
	float: left;
	overflow: hidden;
	zoom: 1;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 46px;
	width: 70px;
	height: 8px;
	background: #fff;
	opacity: .4;
	filter: alpha(opacity=40);
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.slideBox .hd ul li.on {
	background: #245e52;
	opacity: 1;
	filter: alpha(opacity=100);
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	height: 100%;
}
.slideBox .bd li {
	vertical-align: middle;
	zoom: 1;
}
.slideBox .bd img {
	display: block;
	width: 100%;
}
/*核心业务*/
.business li{
	float: left;
	width: 198px;
	height: 298px;
	border: 1px solid transparent;
	border-radius: 7px;
	overflow: hidden;
}
.business li:hover{
	background: #7cba3d;
	border-color: #5aa50d;
}
.business li a{
	display: block;
	height: 100%;
	color: #7cba3d;
}
.business li a .iconfont{
	color: #7cba3d;
}
.business li .ico{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 119px;
	height: 119px;
	line-height: 119px;
	margin: 11px 0 48px 38px;
	text-align: center;
	border:1px solid #7cba3d;
}
.business li .ico .iconfont{
	font-size: 49px;
}
.business li .title{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 11px;
	text-align: center;
	color: #333;
}
.business li .sub{
	text-align: center;
	opacity: .5;
	filter: alpha(opacity=50);
	position: relative;
	top: 100px;
}
.business li .text{
	margin: 11px 19px 0;
	line-height: 21px;
	font-size: 14px;
	position: relative;
	top: 100px;
}
.business li:hover .sub,.business li:hover .text{
	-webkit-animation: bottomshow .5s;
	-moz-animation: bottomshow .5s;
	animation: bottomshow .5s;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
.business li:hover a,.business li:hover .iconfont,.business li:hover .title{
	color: #fff!important;
}
.business li:hover .ico{
	border: 0;
	width: 100%;
	height: auto;
	margin-bottom: 32px;
	margin-left: 0;
	line-height: 1;
	margin-top: 44px;
}
.business li.purpel .ico{
	border-color: #6b2c9d;	
}
.business li.purpel .ico .iconfont{
	color: #6b2c9d;	
}
.business li.purpel:hover{
	background-color: #6b2c9d;
	border-color: #6b2c9d;
}
.business li.orange .ico{
	border-color: #ffb713;	
}
.business li.orange .ico .iconfont{
	color: #ffb713;	
}
.business li.orange:hover{
	background-color: #ffb713;	
	border-color: #ffb713;	
}
.business li.blue .ico{
	border-color: #45d2c7;	
}
.business li.blue .ico .iconfont{
	color: #45d2c7;	
}
.business li.blue:hover{
	background-color: #45d2c7;	
	border-color: #45d2c7;	
}
.business li.deep-blue .ico{
	border-color: #5069ba;
}
.business li.deep-blue .ico .iconfont{
	color: #5069ba;
}
.business li.deep-blue:hover{
	background-color: #5069ba;	
	border-color: #5069ba;	
}
.business li.red .ico{
	border-color: #ff2b3f;	
}
.business li.red .ico .iconfont{
	color: #ff2b3f;	
}
.business li.red:hover{
	background-color: #ff2b3f;	
	border-color: #ff2b3f;	
}
@-webkit-keyframes bottomshow{
	from {top : 100px;}
	to {top: 0px;}
}
@-moz-keyframes bottomshow{
	from {top : 100px;}
	to {top: 0px;}
}
@keyframes bottomshow{
	from {top : 100px;}
	to {top: 0px;}
}
.about{
	background: #245e52;
}
.about .left{
	float: left;
	width: 440px;
	height: 400px;
	overflow: hidden;
	visibility: hidden;
}
.about .left.ani{
	-webkit-animation: bounceInLeft 1s;
	-moz-animation: bounceInLeft 1s;
	animation: bounceInLeft 1s;
}
.about .left img{
	width: 100%;
	height: 100%;
}
.about .right{
	float: right;
	width: 680px;
	height: 354px;
	background: #fff;
	position: relative;
	padding:  46px 41px 0 39px;
	visibility: hidden;
}
.about .right.ani{
	-webkit-animation: bounceInRight 1s;
	-moz-animation: bounceInRight 1s;
	animation: bounceInRight 1s;
}
.about .right h2{
	padding-left: 8px;
	border-left: 4px solid #7cba3d;
	font-size: 20px;
	font-weight: normal;
	color: #525b5a;
}
.about .right p{
	font-size: 18px;
	color: #585959;
	line-height: 32px;
	margin: 25px 0 59px;
}
.about .right div{
	text-align: right;
	font-size: 0;
}
.about .right div a{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #7cba3d;
	padding: 16px 53px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.about .right div a.ani{
	-webkit-animation: fadeIn .4s;
	-moz-animation: fadeIn .4s;
	animation: fadeIn .4s;
}
.about .right div a:hover{
	background-color: #6ea832;
}
.about .right:after{
	content: '';
	display: block;
	position: absolute;
	top: 160px;
	left: -29px;
	border-top: 29px solid transparent;
	border-bottom: 29px solid transparent;
	border-right: 29px solid #fff;
	z-index: 1;
}
.news{
	font-size: 14px;
	background: #f6f7f7;
}
.news a{
	color: #575555;
}
.news ul{
	margin-bottom: -30px;
}
.news li{
	float: left;
	width: 585px;
	height: 240px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 30px;
	visibility: hidden;
	-webkit-box-shadow: 1px 1px 5px 3px #d8dcdc;
	-moz-box-shadow: 1px 1px 5px 3px #d8dcdc;
	box-shadow: 1px 1px 5px 3px #d8dcdc;
}
.news li.odd.ani{
	-webkit-animation: bounceInLeft 1s;
	-moz-animation: bounceInLeft 1s;
	animation: bounceInLeft 1s;
}
.news li.ev.ani{
	-webkit-animation: bounceInRight 1s;
	-moz-animation: bounceInRight 1s;
	animation: bounceInRight 1s;
}
.news li:first-child,.news li:first-child+li+li{
	margin-right: 30px;
}
.news li .left{
	float: left;
	width: 240px;
	height: 100%;
	overflow: hidden;
}
.news li .left img{
	width: 100%;
	height: 100%;
}
.news li .right{
	float: right;
	width: 283px;
	height: 212px;
	padding: 28px 28px 0 34px;
	position: relative;
}
.news li .right:after{
	content: '';
	display: block;
	position: absolute;
	top: 110px;
	left: -17px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-right: 17px solid #fff;
	z-index: 10;
}
.news li .right h3{
	font-weight: normal;
	font-size: 18px;
	padding-left: 6px;
	border-left: 4px solid #7cba3d;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news li .right h3 a{
	color: #333;
}
.news li .right p{
	line-height: 27px;
	margin-top: 20px;
}
.news .more{
	text-align: center;
	margin-top: 47px;
	font-size: 0;
}
.news .more a{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #7cba3d;
	padding: 16px 53px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.news .more a:hover{
	background: #6ea832;
}
/*动画*/
.ani{
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	visibility: visible!important;
}