@charset "utf-8";
/* CSS Document */
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0;}

fieldset, img { border: 0; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input:focus, textarea:focus, select:focus { outline: none; }
select, input { vertical-align: middle; }
legend { color: #000; }
.clean:before, .clean:after, .clearfix:before, .clearfix:after { content: ""; display: table; }
.clean:after, .clearfix:after { clear: both; }
.clean, .clearfix { zoom: 1; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.break { word-wrap: break-word; width: inherit; }
.linkhidden { text-indent: -9999em; overflow: hidden; }
.hidden { display: none; }
a{ text-decoration:none;}
/*reset*/

/*主要样式*/
.subNavBox{margin:0px auto;border-radius: 0px 0px 0px 35px; background:url(../Images/bg.jpg); padding:0px 0 35px 0 }
.subNav{ padding:0 20px;cursor:pointer;line-height:50px;}
.subNav a{ font-size:16px; color:#e00000; }
.subNav a:hover{ color:#e00000; padding-left:5px; font-weight:bold}
.currentDd{color:#005293}
.currentDt{background: #e9a817; font-weight:bold;
            filter: Alpha(opacity=50); padding-left:25px;}
.navContent{display: none; }
.navContent li a{display:block;height:40px;text-align:left; padding-left:30px;font-size:18px;line-height:40px;color:#333;border-bottom: dashed 1px #a6adae;}
.navContent li a:hover{color:#fff; background-color:#f19914}


