@media screen and (max-width: 900px){
	.containWrapper .conLeft .area{
		width: 100%;
		height: 350px;
		/*border: 1px solid #cbcaca;*/
	}
	.scrapWrapper{
		display: none;
	}
	#bannerWrapper{
		height: auto;
	}
	#banner{
		width: 100%;
		padding: 0;
	}
	#banner img.pc{
		display: none;
	}
	#banner img.mobile{
		display: block;
		width: 100%;
	}
	#banner,#banner .swiper-container{
		height: auto;
	}
	#banner .swiper-slide_1{
		background: none;
	}
	#banner .swiper-slide_2 .txt_2{
		display: none;
	}
	#banner .pagination span{
		width: 10px;height: 10px;
		margin-right: 10px;
		
	}
	#banner .pagination{
		left: 43%;
	}
	#banner a.arrow-left,#banner a.arrow-right{
		display: none;
 	}
	.containWrapper{
		width: 94%;
		margin: 0 3% 30px 3%;
	}
	.containWrapper h2.name{
		font-size: 20px;
		margin: 30px 0 10px 0;
	}
	.containWrapper .conLeft,
	.containWrapper .conLeft .area,
	.containWrapper .conRight,
	.containWrapper .conRight li.online,.containWrapper .conRight li.phone
	{
		width: 100%;
		margin: 0;
		background-size: cover;
	}
	.containWrapper .conLeft .areaWrapper {
		padding: 10px 10px 10px 30px;
	}
	.containWrapper .conRight li{
		height: auto;
	}
	.containWrapper .conRight li img{
		display: block;
		width: 100%;
	}
	.containWrapper .conRight li div.contbox{
		position: absolute;
		top:26%;left: 40%;
	}
	.containWrapper .conRight li:last-of-type div.contbox{
		top:28%;
	}
	.mapInfoTitle,.mapInfoCont{
		padding: 0;
	}
	.containWrapper .conRight li.online{
		margin-bottom: 10px;
		background: none;
	}
	.containWrapper .conRight li .txt{
		position: relative;top:0;left: 0;
		font-size: 22px;
		color: #404040;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.containWrapper .conRight li.online .cont{
		width: 80px;height: 24px;
		position: relative;top:0;left: 0;
		font-size: 12px;
		color: #ffffff;
		background: #0a7dd8;
		line-height: 24px;
		text-align: center;
	}
	.containWrapper .conRight li.phone{
		background: none;
	}
	.containWrapper .conRight li.phone .cont{
		position: relative;top:0;left: 0;
		font-size: 14px;
	}
	.mapInfoTitle{
		width: 94%;
		margin: 0 auto;
		font-size: 22px;
		line-height: 28px;
		padding: 5px 5px;
		padding-bottom: 6px;
		font-family: "微软雅黑";
		font-weight: normal;
		background: #ffffff;
	}
	.mapInfoCont{
		width: 94%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 22px;
		padding: 0 5px 5px 5px;
		background: #ffffff;	
	}
	
}
@media screen and (max-width: 600px){
	.containWrapper .conRight li .txt{
		font-size: 18px;
		margin-bottom: 5px;
		margin-top: -5px;
	}
}