index.css 4.5 KB

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