index.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. *{
  2. margin:0;
  3. padding:0;
  4. }
  5. .index_top{
  6. height: 65px;
  7. left: 0;
  8. margin: 0;
  9. position: relative;
  10. width: 100%;
  11. z-index: 100;
  12. }
  13. .head_bg{
  14. background-image: linear-gradient(to right, #4481eb 0%, #04befe 100%);
  15. height: 65px;
  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: 3px;
  27. width: 300px;
  28. z-index: 100;
  29. border-radius: 8px 0 8px 8px;
  30. }
  31. .search_welcome{
  32. position:absolute;
  33. top: 0px;
  34. right:0px;
  35. height: 64px;
  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: #b7e2ff;
  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: 64px;
  79. width:36px;
  80. float: left;
  81. margin-left:2px;
  82. /* margin-top: 25px; */
  83. }
  84. a.menuItem{
  85. color: #dfeefb;
  86. cursor: pointer;
  87. display: inline-block;
  88. float: left;
  89. font-size: 16px;
  90. height: 65px;
  91. line-height: 65px;
  92. padding: 0px 10px;
  93. width: 120px;
  94. }
  95. a.menuItem span{
  96. display: block;
  97. height: 65px;
  98. /* padding-top: 3px; */
  99. float: left;
  100. padding: 0px 0px;
  101. padding-left: 10px;
  102. text-decoration: none;
  103. font-weight: bold;
  104. }
  105. a.menuItem_hover{
  106. text-align:center;
  107. color:#fff;
  108. }
  109. a.menuItem:hover{
  110. color:#fff;
  111. }
  112. a.menuItem:hover img{
  113. filter:brightness(100%);
  114. }
  115. a.menuItem_hover span{
  116. color:#fff;
  117. }
  118. a.menuItem img{
  119. display: block;
  120. height: 30px;
  121. margin: 18px auto;
  122. width: 30px;
  123. float: left;
  124. }
  125. div.menuParent{
  126. float: left;
  127. height: 65px;
  128. overflow: hidden;
  129. position: relative;
  130. width: 90%;
  131. z-index: 100;
  132. }
  133. div.menuPanel{
  134. display: block;
  135. height: 65px;
  136. overflow: hidden;
  137. position: absolute;
  138. white-space: nowrap;
  139. z-index: 100;
  140. }
  141. a.nav_left,a.nav_right{
  142. cursor:pointer;
  143. display:none;
  144. height: 64px;
  145. width:0px;
  146. padding-left: 18px;
  147. float:left;
  148. z-index: 100;
  149. }
  150. a.nav_left{
  151. background: url(../images/nav_left.png) no-repeat 0px 24px;
  152. }
  153. a.nav_right{
  154. background: url(../images/nav_right.png) no-repeat 0px 24px;
  155. }
  156. a.nav_left:hover{
  157. background: url(../images/nav_left_hover.png) no-repeat 0px 24px;
  158. }
  159. a.nav_right:hover{
  160. background:url(../images/nav_right_hover.png) no-repeat 0px 24px;
  161. }
  162. div.changge_skin{
  163. margin-top:3px;
  164. position: absolute;
  165. right: 25px;
  166. top: 10px;
  167. z-index: 100;
  168. width: 32px;
  169. height: 33px;
  170. background:url(../images/changge_skin.png) no-repeat;
  171. cursor: pointer;
  172. background-size: 33px;
  173. }
  174. .changge_div{
  175. width:145px;
  176. height:30px;
  177. position:absolute;
  178. top:20px;
  179. right:10px;
  180. z-index:9;
  181. opacity:0;
  182. }
  183. .changge_div a{
  184. float:left;
  185. width:20px;
  186. height:20px;
  187. display:block;
  188. border-radius:50%;
  189. margin:0px 8px;
  190. box-shadow: 3px 2px 3px #787979;
  191. }
  192. .changge_a1{
  193. background-image: linear-gradient(to right, #4481eb 0%, #04befe 100%);
  194. }
  195. .changge_a2{
  196. background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
  197. }
  198. .changge_a3{
  199. background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  200. }
  201. .changge_a4{
  202. background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
  203. }
  204. div.changge_skin img{
  205. margin-left: 2px;
  206. }
  207. .show_sys{
  208. width:192px;
  209. z-index:10000;
  210. border:1px solid #aac9ce;
  211. border-top:none;
  212. background:#FFF;
  213. margin-left:290px;
  214. font-family:"����";
  215. font-size:14px;
  216. font-weight:bold;
  217. color:#35607f;
  218. display:none;
  219. position:absolute;
  220. margin-left:118px;
  221. margin-top:-2px;
  222. }
  223. .select_sys{
  224. width:200px;
  225. height:22px;
  226. border:1px solid #a9b2c3;
  227. background:#fff;
  228. font-family:"����";
  229. font-size:14px;
  230. font-weight:bold;
  231. color:#35607f;
  232. margin-left:290px;
  233. padding-left:10px;
  234. }
  235. .select_sys img{
  236. float:right;
  237. cursor:pointer;
  238. height:22px;
  239. position:absolute;
  240. *+margin-top:-1px;
  241. *+margin-left:34px;
  242. border-left:1px solid #b2bbcc;
  243. }
  244. .select_sys span{
  245. width:132px;
  246. display:inline-block;
  247. height:20px;
  248. }
  249. .show_sys a{
  250. color:#35607f;
  251. }
  252. .show_sys ul{
  253. list-style:none;
  254. }
  255. .show_sys ul li{
  256. width:180px;
  257. height:28px;
  258. padding-top:5px;
  259. padding-left:10px;
  260. border-bottom:1px dashed #aac8d2;
  261. }
  262. .show_sys ul li a{
  263. width:180px;
  264. display:block;
  265. height:28px;
  266. margin-left:-10px;
  267. padding-left:10px;
  268. }
  269. .show_sys ul li a:hover{
  270. background: url("../images/content_bg_hover.jpg") repeat-x scroll 0 0 transparent;
  271. }
  272. .msg_div{
  273. padding:0 5px;
  274. height:20px;
  275. line-height:20px;
  276. }
  277. .msg_div img{
  278. margin:0;
  279. vertical-align:middle;
  280. }
  281. .msg_div a{
  282. margin:0;
  283. vertical-align:middle;
  284. }
  285. .green_index_top{
  286. height: 120px;
  287. left: 0;
  288. margin: 0;
  289. position: relative;
  290. width: 100%;
  291. z-index: 100;
  292. }
  293. .welDive{
  294. /* padding-top: 18px; */
  295. padding-right: 58px;
  296. height: 64px;
  297. }
  298. .logo_pic{
  299. background: url('../images/other/bpmx3_logo.jpg') no-repeat scroll 5px 8px transparent;
  300. }
  301. .logo_{
  302. z-index: 100;height: 60px;padding-left: 8px;padding-top: 12px;position: absolute;
  303. }
  304. .logo_img{
  305. float:left;margin-right:10px;margin-top:5px;
  306. }
  307. .logo_chn{
  308. letter-spacing: 1px;font-size: 30px;font-family: 隶书;font-weight: bold;z-index: 100;
  309. }
  310. .logo_eg{
  311. font-family:隶书; font-size:14px;
  312. }