@charset "utf-8";

img{
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
	font-style: normal;
}

.fl{float: left;}.fr{float: right;}.text-center{text-align: center;}.text-right{text-align: right;}
.font_size_12{
	font-size: 12px;
}.font_size_20{
	font-size: 20px;
}
.pa{padding: 20px 0;}
.color_white{
	color: #FFFFFF;
}
.clear{
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}
.move{
	position: relative;
}
.w{
	width: 1080px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.w_fuild{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bg_green{
	background-color: #1b9841;
}
.bg_gray{
	background-color: #333333;
}

/*
 * 分类列表
 */
.classList{
	width: 232px;
	height: auto;
	overflow: hidden;
	margin: 20px 0px;
	font-family:Arial;
}
.classList .title{
	background-color: #32ab78;
	padding: 4px;
}
.classList span{
	display: block;
	width: 100%;
	height:42px;
	line-height:42px;
}
.classList ul{
	border: 1px solid #41ac97;
}
.classList li{
	line-height: 50px;
	padding-left: 8px;
	border-bottom: 1px solid #F1F1F1;
	color: #7b7b7b;
	cursor: pointer;
}
.classList li img{
	margin-right: 20px;
}
.classList ol{
	display: none;
	margin-left: -50px;
}
.classList ol li{
	border: none;
	padding-left: 80px;
}
.classList ol a{
	display: inline-block;
	width: 100%;
	color: #7b7b7b;
}
.classList ol li:hover{
	background: #32ab78;
}
.classList ol li:hover a{
	color: #FFFFFF;
}

.newCase{
	width: 810px;
	overflow: hidden;
}
.newTitle{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #1b9841;
	font-size: 20px;
	color: #502829;
	position: relative;
	margin-bottom: 20px;
}
.newTitle span{
	display: block;
	width: 380px;
	height: 40px;
	background: #FFFFFF;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -190px;
	padding: 0 50px;
}
.newTitle i{
	display: block;
	width: 100%;
	line-height: 40px;
	background: #1B9841;
	color: #FFFFFF;
}
.newTitle a{
	color: #502829;
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 5px;
}
.newTitle a:hover{
	color: #1B9841;
}

.newContent{
	width: 100%;
	overflow: hidden;
}
.newItem{
	float: left;
	display: block;
	width: 182px;
	border: 1px solid #ebebeb;
	margin: 20px 10px 0;
}
.newImg{
	width: 180px;
	height: 185px;
	overflow: hidden;
}
.newImg img{
	width: 100%;
	height: 100%;
}
.newItem p{
	line-height: 30px;
	color: #828282;
	text-align: center;
	background: #ebebeb;
}
.newItem:hover,.newItem.active{
	border-color: #1B9841;
}
.newItem:hover p,.newItem.active p{
	background: #1B9841;
	color: #FFFFFF;
}
