
/**banner**/

.banner{
	width: 100%;
	text-align: center;
	background: url(../../uploads/group/banner.jpg) no-repeat center center;
	height: 587px;

}
/**menu**/
.menu{
	width: 100%;
	margin: 0 auto;
	background: #5b5b5b;
}
.menu-center{
	width: 1190px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
.menu ul{
	
}
.menu ul li{
	float: left;
	text-align: center;
	width: 220px;
	margin-right: 30px;
	font-family: "微软雅黑";
}
.menu ul li img{
	width: 70px;
	height: 70px;
	margin-top: 30px;
}
.menu ul li h3{
	margin-top: 13px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight : normal;
	color: #ffffff;
}
.menu ul li p{
	font-size: 12px;
	background: #5b5b5b;
	color: #ffffff;
	border:3px solid #ffffff;
	margin: 0 auto;
	padding: 10px;
}
.menu .ewm{
	width: 180px;
	height: 220px;
	background: #ffffff;
	float: left;
	color: #000000;
	text-align: center;
}
.menu .ewm h2{
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 9px;
}
.menu .ewm img{
	width: 96px;
	height: 96px;
}
.menu .ewm span{
	font-size: 6.4px;
	width: 120px;
	overflow: hidden;`
}
.menu .ewm p{
	font-size: 12px;
	margin-top: 12px;
}
/**car**/
.car{
	background: #f5f5f5;
	width: 100%;
}
.car-center{
	width: 1190px;
	margin: 0 auto;
	padding-top: 20px;
}
.car .title{
	height: 60px;
    line-height: 60px;
	font-size: 25px;
}
.car ul{
	text-align: center;
	margin-left: -10px;
	overflow: hidden;
}
.car ul li{
	width: 290px;
	background: #ffffff;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	margin-bottom: 50px;
}
.car ul li:hover{
	box-shadow: 0px 6px 12px 5px #E0E0E0;
}
.car ul li:hover .purchase{
	top: 0px;
	transform: translate(0,0);
	transition:all .3s linear 0s;
}
.car ul li .car-img{
	height: 290px;
	line-height: 290px;
}
.car ul li .car-img img{
	max-height: 290px;
	max-width: 290px;
}
.car ul li .circle{
	margin: 10px auto;
}
.car ul li span{
	width: 12px;
    height: 12px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
	margin-left: 5px;
}
.car ul li p{
	margin-bottom: 10px;
}
.car ul li .purchase{
	margin-top: 25px;
	background: #ff8000;
	line-height: 24px;
	padding: 10px;
	position: relative;
	top: 40px;
	transform: translate(0,0);
	transition:all .3s linear 0s;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
}
/**case**/
.case{
	width: 1190px;
	margin: 0 auto;
	padding-top: 20px;
    margin-bottom: 50px;
}
.case .success{
	font-size: 25px;
	height: 60px;
    line-height: 60px;
}
.case ul {
	margin-left: -50px;
}
.case ul li{
	margin-top: 20px;
	margin-left: 50px;
	float: left;
}
.case ul li .case-img{
	width: 200px;
	height: 200px;
	line-height: 200px;
}
.case ul li .case-img img{
    max-width: 200px;
	max-height: 200px;
}
.case ul li h2{
	border-bottom: 1px solid #000000;
	display: block;
	font-size: 24px;
	padding-bottom: 10px;
}
.case ul li p{
	font-size: 18px;
	padding-top: 10px;
}
.case ul li .case-desc{
	margin-left: 25px;
	width: 320px;
}