@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{ width:1002px; margin:0 auto; font-size:12px; font-family:"宋体"; color:#2c2724; background:#000;}
a{ text-decoration:none; color:#2c2724;}
#header{ background:url(images/header.jpg) no-repeat; height:75px;}
#banner{ background:url(images/banner.jpg) no-repeat; height:267px;}
#mainbox{ background:#eee9e5; width:1001px; margin:0 auto; overflow:hidden;}
#leftbox{ background:url(images/tel.gif) no-repeat bottom; width:208px; height:324px; float:left; overflow:hidden;}
  #leftbox ul{ float:left;font-size:14px; font-weight:bold; list-style:none; background:url(images/nav_bg.jpg) no-repeat top center; padding-top:80px; padding-left:12px;}
  #leftbox ul li{ float:left; height:44px; line-height:42px; width:184px;}
  #leftbox ul li a{color:#2c2724; text-decoration:none;background: url(images/a_bg.jpg) no-repeat left center; display: block;padding-left:40px; }
  #leftbox ul li a:hover{ background: url(images/ahover_bg.jpg) no-repeat left center; color:#9c000e; }
#rightbox{ background:url(images/right_bg.jpg) no-repeat left; float:right; line-height:23px;  width:743px;padding:0 20px 20px 20px;}
  #rightbox p{ text-indent:25px; padding-bottom:15px;}
#ft{ text-align:center; color:#9c7c56; line-height:51px; clear:both; background:url(images/ft.jpg) no-repeat; height:51px;}
#ft a{ color:#9c7c56;} #ft a:hover{ color:#ffe0aa;}
