@charset "utf-8";
#banner_p { width:100%; height:270px; position:relative; overflow:hidden; z-index:1;background:#fff;margin-bottom: 2px;}
ul.bannerimg { width:100%; height:270px; position:relative;list-style:none;}
ul.bannerimg li { width:100%; height:270px; position:absolute; z-index:4; left:0px; top:0px;}
ul.bannerimg li a { display:block; width:100%; height:270px;}
.bannerNum { display:none;}
.btns{ width:235px; height:30px; position:absolute; z-index:5; margin-left:-620px;}
.btns span { width:145px; height:30px; float:left; color:#fff; font-family:Constantia,Georgia; font-size:16px; text-align:right; display:none;}
.btns span em { font-size:20px; font-style:normal; display:none;}
.btns a { display:block; width:34px; height:30px; float:right; margin-left:1px; background:url(../images/bannerbtn.gif) no-repeat; overflow:hidden; cursor:pointer;}
.btns a.BtnPrev{ background-position:0px 0px;}
.btns a.BtnNext { background-position:-35px 0px;}

/********************************PHONE CSS***************************************/
@media (max-width:640px){
#banner_p {display:none;width:0; height:0;}
}