/*------------公共部分----------------*/
body {background-image: url(../images/bodyback.jpg);background-repeat: repeat-x;background-position: left top;line-height: 150%;}
* {margin: 0px;padding: 0px;list-style-type: none;font-size: 12px;font-family: "宋体";color: #4c4c4c;}
img,a img { border:0; }
/*默认链接*/
a {color: #4C4C4C;text-decoration: none;}
a:hover {text-decoration: none;color: #FF6600;}
.brue {color: #0258CB;text-decoration: none;}
.brue:hover {text-decoration: none;color: #FF6600;}
.white {color: #FFFFFF;text-decoration: none;}
.white:hover {text-decoration: none;color: #000000;}
.red {color: #FF0000;text-decoration: none;}
.red:hover {text-decoration: none;color: #FF6600;}



/*------------头部样式----------------*/
.head, .banner, .top, .menu {float: left;width: 1040px;}
.menu {margin-top: 10px;}
.menu ul {float: left;width: 1040px;height: 33px;}
.menu li {float: left;width: 104px;}
.menu a {background-image: url(../images/menu.jpg);background-repeat: no-repeat;background-position: left center;float: left;height: 28px;width: 98px;font-size: 14px;font-weight: bold;text-align: center;color: #FFFFFF;padding-top: 5px;}
.menu a:hover {background-image: url(../images/menucurr.jpg);background-repeat: no-repeat;background-position: left center;float: left;height: 28px;width: 98px;font-size: 14px;font-weight: bold;text-align: center;color: #000000;padding-top: 5px;}
.menu2 a {background-image: url(../images/menucurr.jpg);background-repeat: no-repeat;background-position: left center;float: left;height: 28px;
width: 98px;font-size: 14px;font-weight: bold;text-align: center;color: #000000;padding-top: 5px;}
.banner {margin-top: 10px;}
