﻿/* common styling */
/* Menu导航 */
#navbox{ margin: 0px auto; padding: 0px; width: 100%; HEIGHT: 90px; }
#nav{ margin: 0px auto; padding: 0px; width: 1190px; HEIGHT: 90px; position: relative; z-index:999;}
.downmainmenu {POSITION: absolute;  HEIGHT: 90px; OVERFLOW: visible; }
.downmainmenu UL {Z-INDEX: 999;  LIST-STYLE-TYPE: none; margin:0px; padding:0px; }
.downmainmenu UL LI {POSITION: relative; DISPLAY: inline; line-HEIGHT: 90px; FLOAT: left; font-family: "微软雅黑","",Arial, "Arial Black";}
.downmainmenu UL LI A { DISPLAY: block; color:#333; text-decoration:none; text-align:center; font-size:15px; }
.downmainmenu UL LI A:hover {COLOR: #0271c0; height:90px; }
.downmainmenu .hover a{
	COLOR: #fff; height:90px; background:url(../pic/nav_hover.jpg) center center no-repeat;
}
.downmainmenu UL LI UL {COLOR: #FFFFFF; POSITION: absolute; DISPLAY: none; VISIBILITY: hidden; line-height:32px;WIDTH: 120px;background-color: rgba(0,0,0,0.6); top:0px;}
.downmainmenu UL LI UL h1{ font-size:12px;}
.downmainmenu UL LI UL DD {DISPLAY: list-item; FLOAT: left; WIDTH: 120px;  line-height:32px; font-family: "微软雅黑";font-size:13px;padding:0 !important; margin:0px !important;}
.downmainmenu UL LI UL DD  a{ color:#fff;}
.downmainmenu UL LI UL DD.ddd A { border-bottom: 1px solid #fff !important; color: #FFFFFF !important; line-height:32px  !important; font-size:13px !important; width:120px !important; text-align:left !important; text-indent:15px  !important;background:none; height:32px;}
.downmainmenu UL LI UL DD A:hover{ color: #fff; background:#0271c0; height:32px; line-height:32px;}

.ddshadow {POSITION: absolute; WIDTH: 167px; HEIGHT: 0px; TOP: 0px; LEFT: 0px}
#nav .navxl{ width: 111px; text-align:center; font-size:14px; font-family: "微软雅黑","",Arial, "Arial Black"; /*background:url(../pic/menuline.jpg) no-repeat right;*/}


