/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 40px;
  	height: 5px;
  	background-color: #B7B4B0;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#banner .hd .on {
  	background-color: #9B322E;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 570px;
  	background-repeat: no-repeat;
  	background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

/*服务项目/关于我们/客户案例	公共部分*/
.gongyong{
	text-align: center;
	font-size: 0;
	margin-bottom: 35px;
}
.gongyong h2{
	padding-bottom: 13px;
	margin-bottom: 10px;
	background: url(../images/xian.png) no-repeat center bottom;
}
.gongyong a{
	font-size: 30px;
	color: #49ae46;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.gongyong span{
	font-size: 30px;
	color: #009ab6;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.gongyong p{
	font-size: 14px;
	color: #999999;
}
/*服务项目/关于我们/客户案例	公共部分*/

/*服务项目CSS*/
.service{
	padding: 60px 0;
}
.service-list{
	font-size: 0;
}
.service-list li{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
.service-list li:last-child{
	margin-right: 0;
}
.service-list a{
	display: block;
}
.service-list img{
	width: 270px;
	height: 270px;
}
.service-list span{
	display: block;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 9px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.service-list a:hover span{
	color: #309881;
}
/*服务项目CSS*/

/*关于我们CSS*/
.about{
	padding: 60px 0;
	background: #e9e9e9;
}
.about-tu{
	width: 580px;
	height: 350px;
}
.about-content{
	width: 580px;
	height: 350px;
	padding: 40px;
	position: relative;
}
.about-content:before{
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../images/top.png) no-repeat left top;
	top: 0;
	left: 0;
}
.about-content:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../images/bottom.png) no-repeat left top;
	bottom: 0;
	right: 0;
}
.about-content h3{
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 20px;
}
.about-content p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 168px;
	overflow: hidden;
}
.about-content a{
	display: inline-block;
	width: 135px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #49ae46;
	color: #fff;
	font-size: 12px;
	margin-top: 30px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.about-content a:hover{
	background: #009ab6;
}
/*关于我们CSS*/

/*客户案例CSS*/
.case{
	padding: 60px 0 30px;
}
.case-list{
	font-size: 0;
}
.case-list li{
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}
.case-list li:nth-child(5n){
	margin-right: 0;
}
.case-list a{
	display: block;
	width: 220px;
}
.case-list img{
	width: 100%;
	height: 220px;
}
.case-list span{
	display: block;
	font-size: 14px;
	color: #666666;
	text-align: center;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.case-list a:hover span{
	color: #309881;
}
/*客户案例CSS*/

/*新闻动态CSS*/
.news{
	padding: 40px 0;
	background: url(../images/newsbg.jpg) no-repeat left top;
}
.title{
	font-size: 0;
	margin-bottom: 20px;
}
.title h3{
	
}
.title h3 a{
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}
.title h3 a:hover,
.title h3 a:first-child{
	color: #309881;
}
.title h3 span{
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	width: 40px;
	text-align: center;
	display: inline-block;
}
.title>a{
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
	margin-top: 2.5px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.title>a:hover{
	color: #309881;
}
.news-qi{
	width: 780px;
}
.qi{
	
}
.qi>div.fl{
	font-size: 0;
	width: 320px;
	height: 240px;
}
.qi>div.fl a{
	display: block;
}
.qi>div.fl img{
	
}
.qi>div.fr{
	width: 430px;
}
.qi>div.fr>div{
	
}
.qi>div.fr>div a{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
}
.qi>div.fr>div p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.qi>div.fr>div time{
	font-size: 14px;
	color: #cccccc;
	line-height: 30px;
}
.wenti{
	
}
.wenti li{
	
}
.wenti p{
	display: block;
	height: 30px;
    line-height: 30px;
    padding-left: 13px;
    position: relative;
}
.wenti p:before{
	content: '○';
	display: inline-block;
	position: absolute;
	left: 0;
	font-size: 14px;
	color: #666666;
}
.wenti a{
	font-size: 14px;
	color: #666666;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.wenti a:hover{
	color: #309881;
}
.wenti time{
	font-size: 12px;
	color: #666666;
}
.news-wenti{
	width: 380px;
}
/*新闻动态CSS*/