
/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 1000px) {
#creation-page{width:1000px;
	.page-top{width:1000px;}
	.page-copyright{ width:945px;}
}

.index-block{
	#index-banner{width:1000px; height: 400px; overflow:hidden;}
	#index-banner img{ width:1000px;}
	#index-content{width:1000px; overflow:hidden;}
	.index-info-con{width:1000px;}
	
	.index-new-block{ width:240px; margin:0 15px 0 0;  padding: 0 0 0 10px;}
	.index-new-block .post-date{ display:none;}
	.index-new-list .new-title{ line-height: 21px;width: 211px;}
}

#page-banner{width:1000px;}
#page-banner .pageimg{ background-position:-530px 0;}

.advantage-block #creation-page .bx-prev{ left: 0; top:25px;}
.advantage-block #creation-page .bx-next{ right:0; top:25px;}


}