/*--------- slider ---------*/
#slide { position:relative; width:1000px; height:549px; margin:0 auto; padding:0px 0px 0 0px; z-index:2; background:#8A2745; overflow:hidden;}
.slider { width:1000px; height:465px; margin:0 auto; position:relative; z-index:2; overflow:visible !important; }
.items { display:none;}

.pagination { display:none;}
.pagination li {}
.pagination a { }
.pagination li.current a, .pagination li:hover a {}

.prev {position:absolute; top:520px ; left:90px; z-index:111; display:inline-block; width:22px; height:43px; background:url(../images/prev.gif) 0 0 no-repeat;}
.prev:hover {background-position:0 bottom;}
.next {position:absolute; top:520px ; right:90px; z-index:111; display:inline-block; width:22px; height:43px; background:url(../images/next.gif) 0 0 no-repeat;}
.next:hover {background-position:0 bottom;}

.banner{position:absolute; left:172px; top:495px; width:1100px; background:#; overflow:hidden; padding:10px 0 0px 0;}
.banner p  {width:640px; float:left;}
.banner p strong {font-size:30px; line-height:35px; color:#fff; font-weight:normal; letter-spacing:1px; display:block;}
.banner p span {font-size:35px; line-height:50px; color:#636f6f; font-weight:normal; letter-spacing:1px; display:block; margin-top:-1px;}
.banner a {background:#212c85; color:#fff; font-size:26px; line-height:22px; padding:11px 23px 21px 23px; display:inline-block; float:left; margin-top:-9px;}
.banner a:hover {background:#636f6f; }