.banner_wapper{
	width: 100%;
	height: 400px;
	
}
.tab_wapper{
	width: 100%;
	height: 50px;
	margin: 36px 0 50px;
}
.tab_wapper>ul{
	width: 744px;
	height:50px;
	margin:0 auto;
}
.tab_wapper>ul>li{
	float: left;
	width: 200px;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size:20px;
	background-color:#e2fcef;
	margin: 0 24px;
	/* -webkit-border-radius: 30px; */
	-moz-border-radius: 30px;
	/* border-radius: 30px; */
	cursor: pointer;
	font-weight: bold;
}
.tab_wapper>ul>li.item01{
	background:#e2fcef url(../../../images/pc/longHouse/tabIcon01.png) no-repeat center 4px;
	
}
/*
.tab_wapper>ul>li.item02{
	background:#e2fcef url(../../../images/pc/longHouse/tabIcon03.png) no-repeat 30px center;
	-webkit-background-size: 20px;
	background-size: 20px;
}
.tab_wapper>ul>li.item03{
	background:#e2fcef url(../../../images/pc/longHouse/tabIcon02.png) no-repeat 30px center;
	-webkit-background-size: 20px;
	background-size: 20px;
}*/
.tab_wapper>ul>li.on{
	background-color:#3eaa7d;
	color: #fff;
}
.list_wapper{
	width: 100%;
	height: auto;
	margin-top:40px;
}
.list_wapper>.list{
	width: 1260px;
	height: auto;
	margin: 0 auto;
	overflow:auto
}
.list_wapper>.list li {
    width: 380px;
    height: 344px;
    float: left;
    margin: 0 0 20px 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position:relative;
}
.list_wapper>.list li a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.list_wapper>.list li .imgBox{
	width:380px;
	height:254px;
	overflow:hidden;
	background: #eee;
}
.list_wapper>.list li .text{
	width:368px;
	height:80px;
	border-bottom:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	padding:5px
}
.list_wapper>.list li .text .title{
	line-height:32px;
	color:#333;
	font-size:16px;
	text-align:right;
	height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_wapper>.list li .text .title b{
	color:#ff2e2e;
	font-size:16px!important
}
.list_wapper>.list li .text .label{
	width:100%;
	height:32px;
	margin-top:12px
}
.list_wapper>.list li .text .label span{
	color:#fff;
	font-size:12px;
	padding:5px 17px;
	margin-right:5px;
}
.list_wapper>.list li:hover{
	 z-index:1;
	 box-shadow:0 15px 30px rgba(0,0,0,.1);
	 -webkit-transform:translate3d(0,-2px,0);
	 transform:translate3d(0,-2px,0)
}