/**电脑**/
@media screen and (min-width:1200px){
	
}

/**iPad、手机横向**/
@media screen and (min-width: 960px) and (max-width: 1199px) {

}

/**iPad、手机竖向**/
@media screen and (min-width: 768px) and (max-width: 959px) {

}

/**手机**/
@media only screen and (min-width: 480px) and (max-width: 767px){

}

/**手机viewport**/
@media only screen and (max-width: 479px) {
body { 
	font-size:12px;
}
	.w1000{
		width:100%;
	}
	.banner{
		background-size:auto 100%;
		height:46px;
	}
	.silder{
		height:101px;
	}
	ul.silderul{
		width:100%;
		height:101px;
	}
	ul.silderul li{
		height:81px;
	}
	ul.silderul a img{
		width:100%;
		height:81px;
	}
	ul.silderul a span{
		bottom:-10px;
		padding: 2px 0 3px 10px;
		font-size:8px;
	}
	.sibox{
		right: 6px;
		top: 80px;
	}
	.sibox span{
		width:6px;
		height:6px;
  		margin-left:1px;
	}
	#footer .relative{
		width:100%;
	}
	.flinks{
		margin-top:5px;
	}
	.flinks img{
		width:100%;
		padding-top:5px;
	}
	#footer{	
		margin-top:10px;
		font-size:8px;
	}
	#footer .top {
	  float: left;
	  width: 30px;
	  height: 3px;
	  margin-left: 0px;
	  margin-top: 6px;
	  text-align: right;
	}
	#footer .top img{	
		width:60px;
	}
	#footer .mid{
		margin-left:60px;
	}
	#footer .mid .pft{
		  padding-top: 0px;
	}
	#footer .absolute {
	  top: 72px;
	  left: 11px;
	}
	#footer .absolute img{	
		width:40px;
	}
	/*公共部分 end*/
}