.banner_box{ position:relative;}
.banner {
	width: 100%;
	height: 440px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/banner.jpg) center no-repeat;
}

.banner .p01{ font-size:3rem; color:#222; font-weight: 600; margin-top:7rem; text-align: center;}
#txtCity{ width:675px; line-height: 70px; margin-top:4.3rem; padding-left:1rem; font-size:1rem;}
#btnSearch{ width:165px;line-height: 70px; background:#4095ff; color:#fff;  font-size:1.1rem; margin-left:0.6rem;}
#btnSearch:hover{ background: #1c6cdc;}
.banner .chengshi{  overflow: hidden; width:40%; display: block; margin:2.5rem auto 0.6rem auto;}
.banner .chengshi span{ display:block; float:left; color:#222; font-size:1rem;}
.banner .chengshi a{ font-size:1rem; color:#333; float: left; margin:0 1.61%; }
.banner .chengshi a:hover{ color:#1f72e6;}
.banner .wenzi{ overflow:hidden;}
.banner .wenzi p{ font-size:0.9rem; color:#666; margin-top:0.5rem; text-align: center;}
.banner .sousuo{ width:100%; }
.banner .sousuo .chaxun{ max-width:46%; display: block; margin: auto;}




.banner11{
	display:none;
	
	}
.imgbox {
	width: 100%;
	height: 440px;
	position: relative;
	
	overflow: hidden;
}
.img {
	position: absolute;
	display: none;
	left: 50%;
	margin-left: -960px;
	display: inline;
}

.im {
	display: block;
}
.change {
	height: 100px;
	display: block;
	position: absolute;
	z-index: 20;
	opacity: 0.4;
	transition: 0.4s;
	top: 50%;
	margin-top: -50px
}
.change:hover {
	opacity: 1;
}
.pre {
	left: 1%;
}
.next {
	right: 1%;
}
.cirbox {
	width: 88px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
}
.cir {
	width: 12px;
	height: 12px;
	background-color: white;
	opacity: 0.4;
	float: left;
	border-radius: 6px;
	margin: 0 5px 0 5px;
	cursor: pointer;
}
.cir:hover {
	background-color: cyan;
	transition: 0.8s;
}
.cr {
	opacity: 1;
}
.cr:hover {
	background-color: white;
}
#slider { width: 100%; margin: 0 auto; }
.controls li { top: 50%; margin-top: -30px }
.controls li:nth-child(1) { left: 0; }
.controls li:nth-child(2) { right: 0; }
.pagination li { background-color: #ddd;}
.pagination li.active { background-color: #000; }
.responsive { width: 100%; height: auto; }
.clearfix:after { content: ""; display: table; clear: both; }
#slider{display:none;}
@media screen and (max-width:640px) {
	.banner{ background:url(../images/banner_1.jpg) center no-repeat; height:300px; background-size: 100% 100%;}
	.banner .p01{ padding-top:3rem; font-size:2rem; margin-left:1.6rem; margin-top:0; text-align: left;}
	#btnSearch{ width:18%;margin-top:2rem; line-height: 50px;}
	#txtCity{ width:73%; margin-top:2rem; line-height: 50px;}
#slider{}
.banner11 .imgbox img{width:100%;}		
.banner11 {width: 100%;overflow: hidden;}
.banner .chengshi{ width:80%; margin:1.6rem 0 0.2rem 1.6rem;}
.banner .wenzi p{ width:80%; text-align: left; margin-left:1.6rem;}
.banner .sousuo .chaxun{ max-width:88%;}




	
	}