@media all and (min-width: 600px){
	div.header{
		height: 110px;
	}
	div.header h1{
		line-height: 55px;
	}
	.search .search_input,.search .btn_search{
		margin-top: 15px;
	}
	#Carousel{
	    height: 240px;
	}
	.Carousel{
		height: 240px;
	}
	.carouselTitle{
	    height: 40px;
	    line-height: 40px;
	}
	.carouselContent img{
		height: 240px;
	}
	#CarouselUl{
		height:40px;
		line-height: 42px;
	}
	#CarouselUl li{
		width: 12px;
		height: 12px;
		line-height:40px;
	}

	.category{
		height: 270px;
	}
	.cate{
	    height:45px;
	    margin-top: 15px;
	}
	.resource{
		height: 210px;
	}
	.small_image_container{
	    height: 210px;
	}
	.small_image_container .small_container{
		height: 170px;
	}
	.small_image{
	    height: 170px;
	}
	.resource_name{
	    line-height: 35px;
	}
	.small_image_info{
		bottom: 0px;
	    height:35px;
	    line-height:35px;
	}
	footer{
		height: 110px;
	}
	.blank-line{
		height: 12px;
	}
	/*搜索页面*/
	.top_box{
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
	}
}
@media all and (max-width: 599px) and (min-width: 480px){
	div.header{
		height: 100px;
	}
	div.header h1{
		line-height: 50px;
	}
	#Carousel{
	    height: 200px;
	}
	.Carousel{
		height: 200px;
	}
	.carouselTitle{
	    height: 30px;
	    line-height: 30px;
	}
	.carouselContent img{
		height: 200px;
	}
	#CarouselUl{
		height:30px;
		line-height: 32px;
	}
	#CarouselUl li{
		width: 10px;
		height: 10px;
		line-height:30px;
	}

	.category{
		height: 220px;
	}
	.cate{
	    height:38px;
	    margin-top: 12px;
	}
	.resource{
		height: 170px;
	}
	.small_image_container{
	    height: 160px;
	}
	.small_image_container .small_container{
		height: 135px;
	}
	.small_image{
	    height: 135px;
	}
	.resource_name{
	    line-height: 25px;
	}
	.small_image_info{
		bottom: 0px;
	    height:30px;
	    line-height:30px;
	}
	footer{
		height: 90px;
	}
	.blank-line{
		height: 10px;
	}
}
@media all and (max-width: 479px){
	#Carousel{
	    height: 128px;
	}
	.Carousel{
		height: auto;
	}
	.carouselTitle{
	    height: 28px;
	    line-height: 25px;
	}
	.carouselContent img{
		height: 128px;
	}
	#CarouselUl{
		height:28px;
		line-height: 30px;
	}
	#CarouselUl li{
		width: 6px;
		height: 6px;
	}
	.category{
		height: 150px;
	}
	.cate{
		margin-top: 10px;
	    height:32px;
	}
	.resource{
		height: 110px;
	}
	.small_image_container{
	    height: 110px;
	}
	.small_image_container .small_container{
		height: 90px;
	}
	.small_image{
	    height: 90px;
	}
	.resource_name{
	    line-height: 23px;
	}
	.small_image_info{
	    height:20px;
	    line-height:20px;
	}
	footer{
		height: 75px;
	}
	.blank-line{
		height: 8px;
	}
}