index.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. *{
  2. margin:0;
  3. padding:0;
  4. }
  5. .index_top{
  6. height: 82px;
  7. left: 0;
  8. margin: 0;
  9. position: relative;
  10. width: 100%;
  11. z-index: 100;
  12. }
  13. .head_bg{
  14. background: url("../images/other/head_bg.png") repeat scroll 0 0 transparent;
  15. height: 85px;
  16. margin: 0;
  17. position: absolute;
  18. right: 0;
  19. top: 0;
  20. width: 100%;
  21. z-index: 1;
  22. }
  23. .left_logo{
  24. left: 10px;
  25. position: absolute;
  26. top: 10px;
  27. width: 300px;
  28. z-index: 100;
  29. border-radius: 8px 0 8px 8px;
  30. }
  31. .search_welcome{
  32. position:absolute;
  33. top:-10px;
  34. right:0px;
  35. height:40px;
  36. z-index: 99;
  37. }
  38. .search_panel{
  39. float:left;
  40. margin-top:12px;
  41. padding-right:12px;
  42. }
  43. .search_box{
  44. border:1px solid #b1babd;
  45. width:203px;
  46. height:22px;
  47. background:#fff;
  48. }
  49. .search_text{
  50. width:180px;
  51. height:14px;
  52. background:#fff;
  53. border:none;
  54. }
  55. .search_button{
  56. width:20px;
  57. height:20px;
  58. border:none;
  59. background:url(../images/icons/icons_22.png) no-repeat;
  60. _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/icons/icons_22.png");
  61. }
  62. .welcome_panel{
  63. font-family:微软雅黑;
  64. margin-top:8px;
  65. float:right;
  66. margin-right:10px;
  67. color: #F5E8E9;
  68. font-size: 14px;
  69. }
  70. div.index_menu{
  71. left: 320px;
  72. position: absolute;
  73. top: 1px;
  74. min-width:400px;
  75. z-index: 100;
  76. }
  77. div.nav_button{
  78. height:50px;
  79. width:36px;
  80. float: left;
  81. margin-left:2px;
  82. margin-top: 25px;
  83. }
  84. a.menuItem{
  85. background: url("../images/other/separate_top.png") no-repeat scroll 0 0;
  86. color: #000000;
  87. cursor: pointer;
  88. display: inline-block;
  89. float: left;
  90. font-size: 14px;
  91. height: 85px;
  92. padding: 10px 16px;
  93. *width:60px;
  94. }
  95. a.menuItem span{
  96. display: inline-block;
  97. height: 38px;
  98. padding-top: 3px;
  99. text-decoration: none;
  100. color:#fff;
  101. }
  102. a.menuItem_hover{
  103. background:url("../images/other/current_bg.png") no-repeat scroll 2px 0 transparent;
  104. text-align:center;
  105. }
  106. a.menuItem_hover span{
  107. color: #000;
  108. }
  109. a.menuItem img{
  110. display: block;
  111. height: 32px;
  112. margin: 0 auto;
  113. width: 32px;
  114. }
  115. div.menuParent{
  116. float: left;
  117. height: 84px;
  118. overflow: hidden;
  119. position: relative;
  120. width: 90%;
  121. z-index: 100;
  122. }
  123. div.menuPanel{
  124. background: url("../images/other/separate_top.png") no-repeat scroll right 0 transparent;
  125. display: block;
  126. height: 88px;
  127. overflow: hidden;
  128. position: absolute;
  129. white-space: nowrap;
  130. z-index: 100;
  131. }
  132. a.nav_left,a.nav_right{
  133. cursor:pointer;
  134. display:none;
  135. height:32px;
  136. width:0px;
  137. padding-left: 18px;
  138. float:left;
  139. z-index: 100;
  140. }
  141. a.nav_left{
  142. background:url(../images/nav_left.png) no-repeat;
  143. }
  144. a.nav_right{
  145. background:url(../images/nav_right.png) no-repeat;
  146. }
  147. a.nav_left:hover{
  148. background:url(../images/nav_left_hover.png) no-repeat;
  149. }
  150. a.nav_right:hover{
  151. background:url(../images/nav_right_hover.png) no-repeat;
  152. }
  153. div.changge_skin{
  154. margin-top:3px;
  155. position: absolute;
  156. right: 10px;
  157. top:55px;
  158. z-index: 100;
  159. padding-right: 20px;
  160. }
  161. div.changge_skin img{
  162. margin-left: 2px;
  163. }
  164. .show_sys{
  165. width:192px;
  166. z-index:10000;
  167. border:1px solid #aac9ce;
  168. border-top:none;
  169. background:#FFF;
  170. margin-left:290px;
  171. font-family:"����";
  172. font-size:14px;
  173. font-weight:bold;
  174. color:#35607f;
  175. display:none;
  176. position:absolute;
  177. margin-left:118px;
  178. margin-top:-2px;
  179. }
  180. .select_sys{
  181. width:200px;
  182. height:22px;
  183. border:1px solid #a9b2c3;
  184. background:#fff;
  185. font-family:"����";
  186. font-size:14px;
  187. font-weight:bold;
  188. color:#35607f;
  189. margin-left:290px;
  190. padding-left:10px;
  191. }
  192. .select_sys img{
  193. float:right;
  194. cursor:pointer;
  195. height:22px;
  196. position:absolute;
  197. *+margin-top:-1px;
  198. *+margin-left:34px;
  199. border-left:1px solid #b2bbcc;
  200. }
  201. .select_sys span{
  202. width:132px;
  203. display:inline-block;
  204. height:20px;
  205. }
  206. .show_sys a{
  207. color:#35607f;
  208. }
  209. .show_sys ul{
  210. list-style:none;
  211. }
  212. .show_sys ul li{
  213. width:180px;
  214. height:28px;
  215. padding-top:5px;
  216. padding-left:10px;
  217. border-bottom:1px dashed #aac8d2;
  218. }
  219. .show_sys ul li a{
  220. width:180px;
  221. display:block;
  222. height:28px;
  223. margin-left:-10px;
  224. padding-left:10px;
  225. }
  226. .show_sys ul li a:hover{
  227. background: url("../images/content_bg_hover.jpg") repeat-x scroll 0 0 transparent;
  228. }
  229. .msg_div{
  230. padding:0 5px;
  231. height:20px;
  232. line-height:20px;
  233. }
  234. .msg_div img{
  235. margin:0;
  236. vertical-align:middle;
  237. }
  238. .msg_div a{
  239. margin:0;
  240. vertical-align:middle;
  241. }
  242. .green_index_top{
  243. height: 120px;
  244. left: 0;
  245. margin: 0;
  246. position: relative;
  247. width: 100%;
  248. z-index: 100;
  249. }
  250. .welDive{
  251. padding-top: 8px;
  252. padding-right: 55px;
  253. }
  254. .logo_pic{
  255. background: url('../images/other/bpmx3_logo.jpg') no-repeat scroll 5px 8px transparent;
  256. }
  257. .logo_{
  258. z-index: 100;height: 60px;padding-left: 8px;padding-top: 12px;position: absolute;
  259. }
  260. .logo_img{
  261. float:left;margin-right:10px;margin-top:5px;
  262. }
  263. .logo_chn{
  264. letter-spacing: 1px;font-size: 30px;font-family: 隶书;font-weight: bold;z-index: 100;
  265. }
  266. .logo_eg{
  267. font-family:隶书; font-size:14px;
  268. }
  269. .widget-box {
  270. padding: 0px;
  271. box-shadow: none;
  272. margin: 3px 0px;
  273. border: 1px solid #E9B9B9 !important;
  274. }