@media screen and (max-width: 900px) {
	body{
		background: #dadada;
	}
	.scrapWrapper{
		display: none;
	}
	.searchWrapper h2{
		background: none;
		font-size: 16px;
	}
	.searchWrapper .page{
		display: none;
	}
	.tableInfo{
		display: none;
	}
	.goBug .mall,.goBug .yuyue{
		width: 100%;
		margin: 20px auto;
	}
	.goBug .mall a,.goBug .yuyue a{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.goBug .yuyue a{
		margin-bottom: 0;
	}
	.goBug .mall a img,.goBug .yuyue a img{
		width: 100%;
	}
	#banner .swiper-slide{
		width: 100%;
	}
	/*#banner .swiper-slide_1{
		background: url(../../images/InstitutesSearch/banner_1_mobile.png) no-repeat right bottom;
		background-size: cover;
	}*/
	/*#banner .swiper-slide_1 .txt{
		width: 80%;
		left: 25px;top: 25px;
	}
	#banner .swiper-slide_1 .linkSee{
		font-size: 12px;
		bottom: auto;
		left: 25px;
		margin-top: 30%;
	}*/
	#banner{ margin: 0 auto 25px}
	#banner .pagination{
		left: 40%;
	}
	#banner .banner_1,#banner .banner_2,#banner .banner_3{
		display: none;
	}
	#banner .banner_1_mobile,#banner .banner_2_mobile,#banner .banner_3_mobile{
		display: block;
	}
	#province{
		width: 50%;
	}
	.searchInfo .searchWrapper{
		width: 100%;	
		
	}
	#province_060000{
		margin: 0;
	}
	.searchInfo .gosearch{
		height: auto;
		
	}
	.searchInfo .searchWrapper .selectbox{
		width: 49%;
		margin-right: 1%;
		position: relative;
		background: #ffffff url(../../images/nameIcon_blank.png) no-repeat 93% 11px;
		background-size: 20px;
	}
	.searchInfo .searchWrapper .selectbox.mini{
		width: 49%;
	}
	.searchInfo .selectbox {
		width: calc((99% - 60px ));
		margin-right: 1%;
		font-size: 14px;
		background: #ffffff url(../../images/nameIcon_blank.png) no-repeat 95% 11px;
		background-size: 20px;
		position: relative;
		margin-bottom: 10px;
	}
	.searchInfo .selectbox.mini2 {
		width: calc((99% - 60px ));
	}
	.searchInfo .selectbox div.selected{
		width: 100%;
		height: 40px;
		display: box; 
		display: -webkit-box; 
		display: -moz-box;
		-webkit-box-align:center; 
		-moz-box-align:center;
		-o-box-align:center;
		line-height: 16px;
		text-indent: 0;
		box-sizing:border-box;
		padding-left: 15px;
		padding-right: 5px;
	}
	.searchInfo .selectbox.mini{
		width: 37%;
		background: #ffffff url(../../images/nameIcon_blank.png) no-repeat 90% 11px;
		background-size: 20px;
	}
	.clear{
		clear: both;
	}
	.searchInfo .selectbox .opts{
		width: 37%;
		background: #ffffff;
	}
	.searchInfo .selectbox .opts a{
		width: calc(100%-65px);
		height: 40px;
		display: box; 
		display: -webkit-box; 
		display: -moz-box;
		-webkit-box-align:center; 
		-moz-box-align:center;
		-o-box-align:center;
		line-height: 16px;
		box-sizing:border-box;
		padding-left: 15px;
		padding-right: 15px;
		text-indent: 0;
	}
	.searchInfo .selectbox .opts.mini{
		width: 37%;
	}
	.searchInfo .submit{
		font-size: 12px;
		width: 60px;
		float: right;
		-webkit-appearance: none;
		border-radius: 0;
	}
	.searchInfo .ulInfo>div{
		display: block;

	}
	.searchInfo .ulInfo ul{
		background: #ffffff;
		border-bottom: 1px solid #dadada;
		padding: 4px 0;
	}
	.searchInfo .ulInfo ul li{
		display: table;
		width: 100%;
		font-size: 14px;
		padding: 6px 0;
		line-height: 16px;
	}
	.searchInfo .ulInfo ul li span{
		display: table-cell;
	}
	.searchInfo .ulInfo ul li .title{
		width: 105px;
		padding-left: 15px;

	}
    .searchInfo .ulInfo ul li .content {
		padding-right: 5px;

	}
	.searchInfo .ulInfo ul li .content img{
		vertical-align: middle;
	}
	
	#wrapper{
		max-height: 242px;
		overflow: hidden;
		
	}
	#scroller{
		-webkit-transform:translate3d(0,0,0);
	}
	#pullUp {
		height:40px;
		line-height:40px;
		padding:5px 10px;
		border-bottom:1px solid #ccc;
		font-weight:bold;
		font-size:14px;
		color:#888;
		background: #ffffff;
	}
	#pullDown .pullDownIcon, #pullUp .pullUpIcon  {
		display:block; float:left;
		width:40px; height:40px;
		background:url(../../images/pull-icon@2x.png) 0 0 no-repeat;
		-webkit-background-size:40px 80px; background-size:40px 80px;
		-webkit-transition-property:-webkit-transform;
		-webkit-transition-duration:250ms;	
	}
	#pullDown .pullDownIcon {
		-webkit-transform:rotate(0deg) translateZ(0);
	}
	#pullUp .pullUpIcon  {
		-webkit-transform:rotate(-180deg) translateZ(0);
	}

	#pullDown.flip .pullDownIcon {
		-webkit-transform:rotate(-180deg) translateZ(0);
	}

	#pullUp.flip .pullUpIcon {
		-webkit-transform:rotate(0deg) translateZ(0);
	}

	#pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon {
		background-position:0 100%;
		-webkit-transform:rotate(0deg) translateZ(0);
		-webkit-transition-duration:0ms;

		-webkit-animation-name:loading;
		-webkit-animation-duration:2s;
		-webkit-animation-iteration-count:infinite;
		-webkit-animation-timing-function:linear;
	}

	@-webkit-keyframes loading {
		from { -webkit-transform:rotate(0deg) translateZ(0); }
		to { -webkit-transform:rotate(360deg) translateZ(0); }
	}

	#scroller {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-o-text-size-adjust: none;
		text-size-adjust: none;
	}
	#banner .arrow-left,#banner .arrow-right{display: none}
}
@media (min-width: 992px) {
	.searchInfo .selectbox {
		width: 22.5%;
		margin-right: 0.3%;
		font-size: 14px;
	}
	.searchInfo .selectbox.mini2 {
		width: 18%;
		margin-right: 0.24%;
	}
}