
.banxin{
    padding-top:25px;
	width: 1200px;
	margin: 0 auto;
}
.proList li{
	width: 220px;
	border: 1px solid #ccc;
	margin-bottom: 22px;
	float: left;
}

.proList li:hover{
	border: 1px solid #A68D71;

}

 .proList li .pic{
 	width: 220px;
 	height: 300px;
 	overflow: hidden;
 }
 .proList li img{
     width:100%;
     height:100%;
 	-webkit-transition: all 1s;
 	-moz-transition: all 1s;
 	-ms-transition: all 1s;
 	-o-transition: all 1s;
 	transition: all 1s;
 }
.proList li:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

.proList h6{
	font-size: 14px;
	color:#333;
	line-height: 28px;
	padding-top: 6px;
	text-align: center;
    height:28px;
    overflow:hidden;

}
 .proList p{
	font-size: 12px;
    color:#333;
	height: 44px;
	line-height: 22px;
	padding:  0 18px 0 10px;
	overflow: hidden;
    text-align:center
}
.proList .detai{
	width: 192px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color:#fff;
	background-color: #90704d;
	margin:30px auto 0;
}
.proList .detai:hover{
	background-color: #A68D71;
}
.cx_banner{
	margin-top: 25px;
}
.bc{
	width: 100%;
	background-color: #FAFAFA;
	padding:20px 0;
}
.search{
	width: 1060px;
	height: 58px;
	border: 1px solid #EDEDED ;
	background-color: #fff;
	margin:  0 auto!important;
	position: relative;
}
.msg{
	height: 100%;
	margin-right: 133px;
}
.msg ul{
	width: 100%;
	height: 100%;
}
.msg ul li{
	width: 33.2%;
	height: 100%;
	float: left;
	border-right: 1px solid #979797;
}
.msg ul li.date2{
	border: none;
}
.msg ul li input{
	font-family: "Î¢ÈíÑÅºÚ";
	outline: none;
	height: 100%;
}
.msg ul li input.city{
	text-indent: 20px;
	width: 100%;
	line-height: 58px;
}
.msg ul li div.date{
	height: 100%;
	font-size: 16px;
	color:#666;
	position: relative;
}
.msg div.date input{
	width: 50%;
	line-height: 58px;
	color: #90704D;
	font-size: 24px;
	padding-left: 50px;
}
.msg div.date span{
	display: inline-block;
	height: 100%;
	line-height: 58px;
	position: absolute;
	top: 50%;
	margin-top: -29px;
}

input.city{
	font-size: 20px;
	color: #979797;
}
.schBtn{
	width: 133px;
	height: 100%;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	background-color:#C0191F;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.schBtn:hover{
	background-color: #c04247;
}
.active{
	padding:36px 0 75px 28px;
	color:#535353 ;
	font-size: 20px;
}
.active h2{
	font-size: 30px;
}
.actTime,.actCont{
	margin-top: 32px;
}
.tit{
	display: inline-block;
	width: 100px;
}
.actCont p{
	line-height: 35px;
}
@media screen and (min-width:1000px) and (max-width:1199px) {
	.banxin{
		width: 1000px;
		margin: 0 auto;
	}
	.proList li{
		margin-left: 37px;
	}
	.banner .img{
		width: 1000px;
	}
	.search{
		width: 940px;
		height: 60px;
		border: 1px solid #EDEDED ;
		margin: 20px auto 0;
		position: relative;
	}
}