﻿* { margin: 0; padding: 0; }
img { border: none; }
ul, ul li { list-style: none; }
body { background-color: #f8f8f8; font-size: 12px; color: #333333; line-height: 24px; }
a { color: #454545; text-decoration: none; }
  a:hover { color: #295464; text-decoration: underline; }
.fl { float: left; }
.fr { float: right; }
/*头部*/
#header { width: 100%; height: 104px; overflow: hidden; background: url(../Images/bg.jpg) 0 0 repeat-x; }
  #header .header { width: 1000px; height: 24px; text-align: right; margin: 0 auto; }
    #header .header span { margin: 0 6px; color: #666666; }
  #header .logo { display: block; margin: 0 auto; }
/*导航*/
#nav { width: 100%; padding: 3px 0; background: url(../Images/bg.jpg) 0 -104px repeat-x; }
  #nav .menu { width: 1000px; margin: 0 auto; }
  #nav ul li { width: 125px; height: 36px; }
    #nav ul li a { width: 125px; height: 36px; display: block; text-align: center; line-height: 36px; font-size: 14px; font-weight: bold; color: #222222; }
      #nav ul li a:hover, #nav ul li a.selected { color: #ffffff; background: url(../Images/bgNavHover.jpg) top center no-repeat; }
    #nav ul li ul { width: 125px; overflow: hidden; margin-top: 3px; }
      #nav ul li ul li { width: 123px; height: 24px; border: 1px solid rgba(197,235,255,0.6); border-top: none; background: url(../Images/bgNavHoverLi.png) repeat; }
        #nav ul li ul li a { width: 125px; height: 24px; font-size:12px; line-height: 24px; display: block; font-weight: normal; color: #a1c2e4; }
          #nav ul li ul li a:hover { color: #ffffff; background-image: none; background-color: #febf01; }
/*焦点图*/
#banner { width: 100%; height: 330px; border-bottom: #000000 5px solid; }
.index_bg01 { background: url(../Images/banner_bg01.gif) repeat-x; }
.index_bg02 { background: url(../Images/banner_bg02.gif) repeat-x; }
.index_bg03 { background: url(../Images/banner_bg03.gif) repeat-x; }
#warp { width: 100%; height: 330px; }
.banner { z-index: 99; margin: 0px auto; width: 1050px; height: 330px; _width: 1052px; }
.banner_l { margin-top: 130px; width: 23px; float: left; }
.banner_r { margin-top: 130px; width: 23px; float: left; }
.bannerImg { position: relative; width: 1000px; float: left; }
  .bannerImg .bannerPage { position: absolute; top: 280px; left: 460px; }
    .bannerImg .bannerPage a { margin-right: 2px; }
      .bannerImg .bannerPage a img { vertical-align: middle; }
.slides_container { position: relative; width: 1000px; overflow: hidden; }
.pagination { margin: 26px auto 0px; }
  .pagination li { margin: 0px 1px; float: left; }
    .pagination li a { background-image: url(../images/pagination.png); width: 15px; display: block; background-position: 0px -1px; float: left; height: 0px; overflow: hidden; padding-top: 12px; }
    .pagination li.current a { background-position: 0px -18px; }
/*主体部分*/
#separated { width: 100%; height: 20px; background: url(../Images/bg.jpg) 0 -146px repeat-x; }
#mainbg { width: 100%; overflow: hidden; padding-bottom: 15px; background-color: #ebebeb; }
#main { width: 1000px; overflow: hidden; margin: 0 auto; }
/*页脚*/
#footer { width: 100%; overflow: hidden; padding: 18px 0 8px; background: #306377 url(../Images/bg.jpg) 0 -167px repeat-x; }
  #footer p { width: 100%; height: 24px; margin: 0 auto; text-align: center; color: #8fbccd; }
    #footer p span { margin: 0 18px; }
    #footer p a { color: #8fbccd; }
