/* CSS Document */
/*公共樣式開始*/
body{margin:0px; padding:0px; font-family:"微软雅黑"; font-size:12px;}

h1,h2,h3,h4,h5,h6,
a,img,ul,li,font,p,span{margin:0; padding:0; border:0;}
a{text-decoration:none;}
ul{list-style:none;}
/*公共樣式結束*/

/*頭部樣式開始*/
.head{width:1000px; height:auto; margin:0 auto;}
.head_logo{width:1000px; height:140px; float:left;}
.menu{width:1000px; height:34px; float:left; background:url(../images/menu_bg.png) no-repeat;}
.menu ul{width:830px; height:34px; float:left; display:block; z-index:9999;}
.menu ul li{display:block; float:left; text-align:center; position:relative;}
.menu ul li a{display:block; width:80px; height:34px; float:left; line-height:34px; color:#FFFFFF;}
.menu ul li ul{float:left; width:80px; height:auto; position:absolute; background:#eff8fe; top:34px; display:none;}
.menu ul li ul li{display:block; width:80px; height:25px;}
.menu ul li ul li a{display:block; width:80px; height:25px; color:#222222; line-height:25px;}
.menu ul li ul li a:hover{color:#cc0000; background:#e8f0fb;}

.lan{float:right; width:170px; height:34px;}
.lan font{display:block; float:left; line-height:40px;}
.lan select{display:block; float:left; margin-top:11px; height:18px; font-size:12px; width:115px;}

/*頭部樣式結束*/

/*底部样式开始*/
.foot{width:1000px; height:63px; background:url(../images/foot.png) no-repeat; margin:0 auto; margin-top:20px;}
.foot font{width:800px; height:auto; margin:0 auto; color:#222222; line-height:20px; display:block; text-align:center; font-weight:bold; padding-top:12px;}
/*底部样式结束*
