.banner{
	width: 100%;
	min-width: 1180px;
	text-align: center;
	overflow: hidden;
}
.banner img{
	display: block;
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
}
.main{
	width: 1180px;
	margin: 0 auto;
	padding: 40px 0 15px;
}
.title{
	text-align: center;
}
.title h2{
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-weight: normal;
}
.title p{
	font-size: 14px;
	line-height: 25px;
	color: #dcdcdc;
}
.process{
	margin-bottom: 80px;
}
.process ul{
	width: 100%;
	margin-top: 30px;
    background: url(../images/service/service17.png) 80px 0 no-repeat;
    padding-top: 140px;
	float: left;
}
.process ul li{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
.process ul li span{
	color: #76a145;
	margin-right: 3px;
}
.buy{
	margin-top: 30px;
}
.buy ul{
	float: left;
	width: 100%;
}
.buy ul li{
	width: 278px;
	height: 385px;
	float: left;
	margin-left: 86px;
	margin-bottom: 40px;
	border: 1px solid #eaeaea;
}
.buy ul li span{
	font: bold 20px/84px "microsoft yahei";
    background: #4e9b31;
    display: block;
    color: #fff;
    text-align: center;
	width: 280px;
	height: 84px;
	position: relative;
	top: -1px;
	left: -1px;
}
.buy ul li p {
    font: normal 16px/24px "microsoft yahei";
    width: 220px;
    text-align: center;
    margin: 30px auto 0;
    color: #666666;
	padding-bottom: 30px;
	border-bottom: 1px dashed #e6e6e6;
}
.buy ul li div{
	font:normal 14px/36px "microsoft yahei";
	color: #666666;
	text-align: center;
	margin-top: 30px;
}
.buy ul li div i{
	font:bold 14px/36px "microsoft yahei";
	color: #FF6600;
	
}
.buy ul li div b{
	font:bold 24px/36px "microsoft yahei";
	color: #FF6600;
	
}
.buy ul li .btn{
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	font:normal 14px/40px "microsoft yahei";
	color: #fff;
	background: #c5c5c5;
	margin: 35px auto 0;
}
.buy ul li:hover .btn{
	background: #4e9b31;
}
.buy ul li:hover{
	box-shadow: 0px 0px 10px #ddd;
}