﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{ width:1002px; margin:0 auto; font-size:12px; font-family:"宋体"; color:#303030;}
a{ text-decoration:none; color:#303030;}
a:hover{ color:#005dc5;}
#header{ background:url(images/header.jpg) no-repeat; height:94px;}
  #nav{height:33px; line-height:33px; padding-top:32px; overflow:hidden;}
  #nav ul{ font-size:14px; font-weight:bold; list-style:none; width:972px; padding-right:30px;}
  #nav ul li{ float:right; width:90px; height:33px;  line-height:33px; }
  #nav ul li a{color:#666; text-decoration:none;background: url(images/nav_a.jpg) no-repeat; display: block; text-align:center;}
  #nav ul li a:hover{ color:#005dc5; background: url(images/hover_bg.jpg) no-repeat bottom; }
  #nav ul li.line{ background:  url(images/line.jpg) no-repeat center; width:1px; padding:0 10px 0 5px;}

#banner{ background:url(images/banner.jpg) no-repeat; height:247px;}
#mainbox{ margin:0 auto; width:1002px;}
  #leftbox{ background:url(images/tel.gif) no-repeat; width:208px; height:184px; float:left;}
  #rightbox{ background:url(images/right_bg.jpg) no-repeat left; float:right; line-height:25px; padding:0 20px; width:754px; padding-bottom:20px;}
  #rightbox p{ text-indent:25px;}
#ft{ text-align:center; color:#005dc5; line-height:40px; clear:both; border-top: solid 1px #005dc5;}
#ft a{color:#005dc5;} #ft a:hover{ color:#f60;}
