@charset "utf-8";

.site{background:#fff url(bg_mid.gif) center top repeat-y; width:100%;dispaly:inline-block}
.site .aIn{height:100%; overflow:hidden;background: url(bg_top.jpg) center top no-repeat;}
.subMenu .cIn{text-align:center;}
.arkBottom{clear:both;background:url(bg_bottom.jpg) center 0 no-repeat;height:128px;margin:0;}


/*响应式布局
----------------------------------------------*/
@media only screen and (max-width:800px) {
}

@media only screen and (min-width:300px) and (max-width:321px) {
}