﻿/* reset */
* { margin: 0; padding: 0; }
body { font: 12px/1.7 Tahoma, \5B8B\4F53; -webkit-text-size-adjust: none; background-color: #fff; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 {
*font-size:100%; font-weight: 400; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, i, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul, li { list-style: none outside; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; }
input, textarea, select, button { font-family: inherit; font-size: inherit; *font-size:100%;
font-weight: inherit; resize: none; }
button { cursor: pointer; }
:focus { outline: 0; }
a { text-decoration: none; }
body { text-decoration: blink; }
a:hover { text-decoration: underline; }
.clr { *zoom:1;
}
.clr:before, .clr:after { content: ""; display: table; }
.clr:after { clear: both; }
a { color: #487d98; }
.colorange { color: orange; }
.fbold { font-weight: bold; }
.ml10 { margin-left: 10px; }
.mt10 { margin-top: 10px; }
/*内容区域*/
.tabmain { width: 1200px; height: 650px; margin: 0px auto; background: #F3F3F3; border: 1px solid #F3F3F3; }
.tabmain .tabGroup { float: left; width: 200px; height: auto; z-index: 3; }
.tabmain .tabGroup li { height: 48px; line-height: 48px; padding-left: 15px; text-align: left; text-align: center; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; font-size: 14px; font-family: "Microsoft yahei"; color: #666; }
.tabmain .tabGroup li.selectedTab { padding-left: 10px; background: #fff; color: #ff8500; font-weight: bold; }
.tabmain .tabContent { padding: 10px 20px; background-color: #fff; color: #777; }
.tabContent p a { margin-right: 15px; text-decoration: none; text-align: center; color: orange; font-weight: bold; }
.content h3 { margin-bottom: 5px; background: orange; color: #fff; font-size: 14px; font-weight: bold; line-height: 28px; text-align: center; }
.content span { font-size: 18px; color: #ff8500; font-weight: bold; }
.content p { margin-top: 20px; text-align: center; }
.content img { margin: 0px auto; padding-top: 10px; }
.tabContent dl { line-height: 22px; margin-bottom: 10px; }
.tabContent dt { color: #ff8500; font-weight: bold; }
.tabContent dd img { display: block; }
.tabmain .blueline { position: absolute; top: 0px; left: 0px; width: 5px; height: 48px; background: #ff8500; overflow: hidden; }
.tabContent .witness p { position: relative; padding-left: 20px; }
.tabContent .witness p em { color: orange; font-weight: bold; }
.tabContent .witness p a { color: #666; font-weight: normal; display: block; line-height: 24px; text-align: left; }
.tabContent .witness p a:hover { background-color: #efefef; }
.tabContent .witness p .ele { left: 0px; }
#container { float: left; width: 1000px; height: 650px; background: #fff; overflow: hidden; }
#slider { position: absolute; top: 0px; right: 0; width: 6px; border-radius: 6px; background: #ccc; cursor: pointer; }
#sliderParent { position: absolute; right: 0; height: 0; width: 993px; z-index: 999; }
#outerWrap { position: relative; z-index: 999 }
/*滚动条*/
.wrapacon { position: relative; float: left; width: 800px; height: 360px; margin-top: 5px; overflow: hidden; }
.wrapaconlis { position: absolute; left: 0; top: 0; width: 450px; }
.scrbar { position: relative; width: 4px; height: 355px; border: 1px solid #f4f4f4; border-radius: 20px; background-color: #f4f4f4; float: left; left: 443px; margin-left: 15px; }
.scrbar .barbg { position: absolute; right: -1px; top: 50px; width: 2px; height: 105px; border: 2px solid #dadada; background-color: #dadada; border-radius: 20px; }
/*==================一级目录===================*/
#nav { width: 950px; line-height: 24px; list-style-type: none; text-align: left; height: 650px; /*定义整个ul菜单的行高和背景色*/
}
.UI-ask { display: inline-block; width: 35px; height: 35px; float: left; overflow: hidden; background: url(../images/why.png) -5px 10px no-repeat; }
.foldContent { width: 710px; border-left: 3px solid #ff8500; border-top: 1px dashed #e2e2e2; background: #f3f3f3; text-align: left; color: #888; margin-top: 20px; margin-bottom: 5px; margin-left: 0px; padding: 15px 10px; }
.expanded p { text-align: left; padding: 0px 20px; }
.foldContent span { font-size: 18px; }
.foldContent strong { font-weight: bold; }
#nav a { width: 930px; display: block; padding-left: 20px; color: #666666; font-size: 14px; height: 40px; line-height: 40px; padding-bottom: 0px; border-bottom: 1px solid #e2e2e2; /*Width(一定要)，否则下面的Li会变形*/
}
#nav li { /*一级目录的背景色*/
float: left;/*float：left,本不应该设置，但由于在Firefox不能正常显示
 继承Nav的width,限制宽度，li自动向下延伸*/
}
#nav li a:hover { color: #ff8500;  /*一级目录onMouseOver显示的背景色*/ }
#nav a:hover { color: #ff8500; ; text-decoration: none; }
/*==================二级目录===================*/
#nav li ul { list-style: none; text-align: left; }
#nav li ul li { }
#nav li ul a { width: 100px; font-size: 12px; float: left; padding-left: 70px; text-decoration: underline; height: 30px; line-height: 30px; border: none; }
/*下面是二级目录的链接样式*/


#nav li ul a:hover { color: #ff8500; text-decoration: underline; font-weight: normal;/* 二级onmouseover的字体颜色、背景色*/
}
/*==============================*/
#nav li:hover ul { left: auto; }
#nav li.sfhover ul { left: auto; }
#content { clear: left; }
#nav ul.collapsed { display: none; }
-->
#PARENT { width: 300px; }
#nav .zhuanmen a { width: 130px; float: left; border: none; margin-top: 10px; /*Width(一定要)，否则下面的Li会变形*/
}
#nav .zhuanmen a.active_L { background: #ff8500; color: #fff; }
.tabmain .tabContent a.yibanban { width: 730px; display: block; padding-left: 20px; color: #666666; font-size: 14px; height: 40px; line-height: 40px; padding-bottom: 0px; border-bottom: 1px solid #e2e2e2; }
.tabmain .tabContent a.yibanban:hover { text-decoration: none; }
#nav .ningwaisheeding a { height: 40px; line-height: 40px; padding-bottom: 0px; /*Width(一定要)，否则下面的Li会变形*/
}
#nav ul.collapsed a { border: none; padding-left: 0; text-indent: 2em; height: 30px; line-height: 30px; }
#nav ul.collapsed li.foldContent { margin-left: 10px; float: none; }
#nav ul.collapsed p { text-align: left; margin: 20px 20px 0px 20px; }
#nav .ningwaisheeding a .UI-ask { background: url(../images/why.png) -5px 10px no-repeat; }
