defaultcss.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body{
  4. width:100%;
  5. height:100%;
  6. margin:0px auto;
  7. overflow-x:hidden;
  8. font-family:"微软雅黑";
  9. }
  10. #topbg{
  11. width:100%;
  12. height:27px;
  13. background-image:url(../images/default_top_bg.jpg);
  14. }
  15. #divtop{
  16. width:1002px;
  17. height:27px;
  18. margin:0px auto;
  19. }
  20. #divtop div{
  21. width:350px;
  22. height:27px;
  23. margin-left:652px;
  24. line-height:27px;
  25. font-size:12px;
  26. }
  27. #divtop div a{
  28. color:#666;
  29. text-decoration:none;
  30. }
  31. #logo_menu{
  32. width:100%;
  33. height:80px;
  34. margin:0px auto;
  35. background-color:#F2F2F2;
  36. }
  37. #logo{
  38. width:280px;
  39. height:80px;
  40. float:left;
  41. margin-left:450px;
  42. }
  43. /*#menu{
  44. width:402px;
  45. height:80px;
  46. float:left;
  47. }
  48. #menu div{
  49. width:100%;
  50. height:80px;
  51. line-height:40px;
  52. text-align:center;
  53. float:left;
  54. font-size:13px;
  55. color:#666;
  56. }
  57. #menu div a{
  58. font-size:13px;
  59. color:#666;
  60. text-decoration:none;
  61. }
  62. #menu div a:hover{
  63. color:#F60;
  64. }*/
  65. #menu{
  66. width:622px;
  67. height:80px;
  68. float:left;
  69. }
  70. .menumenu_div{
  71. width:25%;
  72. height:80px;
  73. line-height:80px;
  74. text-align:center;
  75. float:left;
  76. font-size:15px;
  77. font-family:"微软雅黑";
  78. font-weight:bold;
  79. cursor:pointer;
  80. position:relative;
  81. }
  82. .menumenu_div a{
  83. text-decoration:none;
  84. color:#666;
  85. }
  86. .menumenu_div a:hover{
  87. color:#F60;
  88. }
  89. .menumenu_div_m{
  90. color:#F60;
  91. }
  92. /******************************************************/
  93. #toptoptop{
  94. width:100%;
  95. height:30px;
  96. margin:0px auto;
  97. background-color:#818181;
  98. }
  99. #toptoptop div{
  100. width:1002px;
  101. height:30px;
  102. line-height:30px;
  103. text-align:right;
  104. font-size:13px;
  105. color:#FF0;
  106. margin:0px auto;
  107. }
  108. #toptoptop div a{
  109. font-size:13px;
  110. color:#fff;
  111. text-decoration:none;
  112. }
  113. #toptoptop div a:hover{
  114. color:#F60;
  115. }
  116. /******************************************************/
  117. #logo img{
  118. margin-top:10px;
  119. }
  120. .ge{
  121. width:1002px;;
  122. height:2px;
  123. margin:0px auto;
  124. background-color:#1572ac;
  125. }
  126. #default_bigimg_bg{
  127. width:1002px;
  128. height:400px;
  129. margin:0px auto;
  130. /*background-image:url(../images/default_bg3.jpg);*/
  131. }
  132. #default_bigimg_bg img{
  133. width:1002px;
  134. height:400px;
  135. margin:0px auto;
  136. /*background-image:url(../images/default_bg3.jpg);*/
  137. }
  138. #default_content{
  139. width:1002px;
  140. height:400px;
  141. background-image:url(../images/default_img_bg3.gif);
  142. margin:0px auto;
  143. }
  144. /*****************************************************************************/
  145. #login_title{
  146. height:36px;
  147. width:290px;
  148. }
  149. #login_title div{
  150. width:144px;
  151. height:35px;
  152. float:left;
  153. text-align:center;
  154. line-height:35px;
  155. font-size:15px;
  156. font-family:Castellar, "黑体";
  157. color:#999;
  158. cursor:pointer;
  159. background-image:url(../images/login_tab_item_selected.png);
  160. }
  161. .login_title_left{
  162. border-right:1px solid #a9becf;
  163. border-bottom:1px solid #a9becf;;
  164. }
  165. .login_title_right{
  166. border-left:1px solid #a9becf;
  167. border-bottom:1px solid #a9becf;
  168. }
  169. #login_Content_qyyh,#login_Content_gryh{
  170. width:100%;
  171. height:210px;
  172. }
  173. #login_Content_gryh{
  174. display:none;
  175. }
  176. #login_Content_qyyh div,#login_Content_gryh div{
  177. width:100%;
  178. height:auto;
  179. text-align:left;
  180. margin-top:5px;
  181. font-size:12px;
  182. }
  183. #regdiv{
  184. FILTER: alpha(opacity=95);
  185. moz-opacity: 0.8;
  186. opacity: .80
  187. }
  188. #login_bottom_reg{
  189. width:95%;
  190. height:37px;
  191. border-top:1px dashed #a9becf;
  192. margin:0px auto;
  193. text-align:center;
  194. line-height:37px;
  195. margin-top:5px;
  196. }
  197. #login_bottom_reg img{
  198. border:0px;
  199. vertical-align:middle;
  200. }
  201. #login_bottom_reg a{
  202. font-size:13px;
  203. text-decoration:underline;
  204. color:#039;
  205. }
  206. #login_bottom_reg a:hover{
  207. text-decoration:none;
  208. color:#F60;
  209. }
  210. /****************************************************************************/
  211. #news{
  212. width:1002px;
  213. height:138px;
  214. margin:0px auto;
  215. margin-top:5px;
  216. }
  217. #sjtgg{
  218. width:290px;
  219. height:138px;
  220. /*border:1px solid #a9becf;*/
  221. float:left;
  222. }
  223. #sjtxw{
  224. width:290px;
  225. height:138px;
  226. /*border:1px solid #a9becf;*/
  227. float:left;
  228. margin-left:10px;
  229. }
  230. #sjthz{
  231. width:394px;
  232. height:138px;
  233. /*border:1px solid #a9becf;*/
  234. float:left;
  235. margin-left:10px;
  236. }
  237. .newstitle{
  238. width:100%;
  239. height:36px;
  240. font-size:13px;
  241. color:#666;
  242. font-weight:bold;
  243. line-height:36px;
  244. /*background-image:url(../images/login_tab_item_selected.png);*/
  245. }
  246. .newscontent{
  247. width:100%;
  248. height:130px;
  249. }
  250. .newslist{
  251. width:95%;
  252. margin-left:5%;
  253. margin-top:2px;
  254. height:30px;
  255. overflow: hidden;
  256. text-overflow:ellipsis;
  257. overflow:hidden;
  258. text-overflow:ellipsis;
  259. -o-text-overflow:ellipsis;
  260. white-space:nowrap;
  261. color:#ff6600;
  262. }
  263. .newslist a{
  264. text-decoration:none;
  265. font-size:13px;
  266. color:#15879f;
  267. }
  268. .newslist a:hover{
  269. color:#F90;
  270. }
  271. .newscontent .hzimg{
  272. float:left;
  273. margin-left:20px;
  274. margin-top:5px;
  275. width:20px;
  276. height:20px;
  277. background-image:url(../images/bank.jpg);
  278. }
  279. #foot{
  280. width:1002px;
  281. height:80px;
  282. margin:0px auto;
  283. /*border-top:1px solid #a9becf;*/
  284. /*margin-top:10px;*/
  285. }
  286. #foot .dt{
  287. width:1002px;
  288. height:25px;
  289. font-size:12px;
  290. margin:0px auto;
  291. text-align:center;
  292. line-height:25px;
  293. font-weight:normal;
  294. color:#666;
  295. }
  296. #foot a{
  297. color:#666;
  298. }
  299. #foot a:hover{
  300. text-decoration:none;
  301. color:#F90;
  302. }
  303. #foot img{
  304. /*filter:gray;
  305. -moz-opacity:.1;
  306. opacity:0.1;*/
  307. }
  308. #payment{
  309. width:1002px;
  310. height:auto;
  311. margin-top:10px;
  312. margin:0px auto;
  313. }
  314. #payment div{
  315. width:308px;
  316. height:70px;
  317. border:2px solid #a9becf;
  318. margin-top:20px;
  319. margin-left:20px;
  320. float:left;
  321. }
  322. #hzsj,#zzrz{
  323. width:1002px;
  324. height:200px;
  325. margin:0px auto;
  326. margin-top:10px;
  327. }
  328. .hzsj_hzsj{
  329. width:650px;
  330. height:198px;
  331. float:left;
  332. /*border:1px solid #a9becf;*/
  333. }
  334. .hzsh{
  335. width:50px;
  336. height:27px;
  337. float:left;
  338. margin-top:10px;
  339. margin-left:18px;
  340. background-image:url(../images/hzsh.jpg);
  341. border:1px solid #666;
  342. cursor:pointer;
  343. }
  344. .hzsh a{
  345. width:50px;
  346. height:27px;
  347. }
  348. .hzsh img{
  349. width:50px;
  350. height:27px;
  351. border:0px;
  352. border:1px solid #999;
  353. }
  354. #Company_img{
  355. width:1002px;
  356. height:auto;
  357. margin-top:10px;
  358. margin:0px auto;
  359. }
  360. #Company_Content{
  361. width:1002px;
  362. height:auto;
  363. margin:0px auto;
  364. margin-top:10px;
  365. text-indent:30px;
  366. font-size:14px;
  367. line-height:30px;
  368. color:#069;
  369. }
  370. .input_text{
  371. border:2px solid #09F;
  372. }
  373. #mbkcontent{
  374. width:1000px;
  375. height:120px;
  376. border:10px solid #00F;
  377. background-color:#BDF;
  378. display:none;
  379. }
  380. /*****************************************************/
  381. #default_menu_div{
  382. width:1002px;
  383. height:41px;
  384. margin:0px auto;
  385. background-image:url(../images/sbg.jpg)
  386. }
  387. #menu_div{
  388. width:1002px;
  389. height:41px;
  390. margin:0px auto;
  391. background-image:url(../images/sbg.jpg)
  392. }
  393. .menu_div_div{
  394. width:120px;
  395. height:41px;
  396. line-height:41px;
  397. text-align:center;
  398. float:left;
  399. cursor:pointer;
  400. }
  401. .menu_div_div a{
  402. color:#FFF;
  403. text-decoration:none;
  404. font-size:14px;
  405. font-weight:bold;
  406. }
  407. .menu_div_div a:hover{
  408. color:#11638b;
  409. }
  410. #jf_div{
  411. width:1002px;
  412. height:120px;
  413. margin:0px auto;
  414. }
  415. .jf_div_bian{
  416. width:61px;
  417. height:120px;
  418. background-color:#f8f8f8;
  419. float:left;
  420. }
  421. .jf_div_content{
  422. width:80px;
  423. height:120px;
  424. text-align:center;
  425. float:left;
  426. }
  427. .jf_div_content img{
  428. margin-top:20px;
  429. }
  430. .jf_div_content div{
  431. width:100%;
  432. height:20px;
  433. line-height:30px;
  434. text-align:center;
  435. }
  436. .jf_div_content div a{
  437. font-size:12px;
  438. text-decoration:none;
  439. color:#666;
  440. }
  441. .jf_div_content div a:hover{
  442. color:#06F;
  443. }
  444. .zydiv{
  445. /*margin-left:20px;*/
  446. }
  447. .menu_div_show{
  448. position:absolute;
  449. width:700px;
  450. height:300px;
  451. top:70px;
  452. left:-350px;
  453. display:none;
  454. z-index:9999;
  455. }
  456. .menu_div_show_div{
  457. width:210px;
  458. height:300px;
  459. float:left;
  460. margin-left:2px;
  461. text-align:left;
  462. font-family:"微软雅黑";
  463. border-bottom:1px solid #ccc;
  464. }
  465. .menu_div_show_div_title{
  466. color:#babbbc;
  467. font-size:13px;
  468. font-weight:bold;
  469. width:100%;
  470. height:30px;
  471. line-height:30px;
  472. border-bottom:1px solid #ccc;
  473. }
  474. .menu_div_show_div_list{
  475. font-size:13px;
  476. width:100%;
  477. height:35px;
  478. line-height:35px;
  479. }
  480. .menu_div_show_div_list a{
  481. text-decoration:none;
  482. color:#333;
  483. font-size:13px;
  484. font-weight:normal;
  485. }
  486. /********************************************************************************/
  487. #mypaycontents{
  488. width:1002px;
  489. height:auto;
  490. overflow:visible;
  491. margin:0px auto;
  492. }
  493. #mypaytishi{
  494. width:1002px;
  495. height:25px;
  496. line-height:25px;
  497. background-color:#ffed9e;
  498. font-size:13px;
  499. color:#575340;
  500. }
  501. #mypaycontent{
  502. width:1002px;
  503. height:284px;
  504. background-image:url(../images/mypayge.jpg);
  505. }
  506. #mypaycontenttitle{
  507. width:1002px;
  508. height:55px;
  509. background-image:url(../images/mypayge1.jpg);
  510. }
  511. #mypaybg{
  512. width:250px;
  513. height:55px;
  514. background-image:url(../images/mypaybg.gif);
  515. margin-left:32px;
  516. line-height:55px;
  517. font-size:14px;
  518. color:#666;
  519. font-weight:bold;
  520. text-align:center;
  521. letter-spacing:5px;
  522. }
  523. #mypaycontentmypaycontent{
  524. width:1000px;
  525. height:auto;
  526. overflow:hidden;
  527. border:1px solid #999;
  528. border-top:0px;
  529. background-color:#FAFAFA;
  530. }
  531. .mypay_a1{
  532. width:70%;
  533. margin:0px auto;
  534. height:30px;
  535. line-height:30px;
  536. font-size:13px;
  537. color:#666;
  538. margin-top:30px;
  539. }
  540. .mypay_a2{
  541. width:70%;
  542. margin:10px auto;
  543. height:40px;
  544. line-height:40px;
  545. font-size:15px;
  546. color:#666;
  547. }
  548. .mypaycontentleft{
  549. width:545px;
  550. height:284px;
  551. float:left;
  552. }
  553. .mypaycontentright{
  554. width:457px;
  555. height:284px;
  556. float:left;
  557. }
  558. #mypaynr{
  559. width:489px;
  560. height:240px;
  561. background-image:url(../images/mypaynr.jpg);
  562. margin-left:28px;
  563. margin-top:24px;
  564. }
  565. #mypayts{
  566. width:373px;
  567. height:235px;
  568. background-image:url(../images/mypayts.jpg);
  569. margin-left:38px;
  570. margin-top:24px;
  571. color:#FFF;
  572. font-size:20px;
  573. position:absolute;
  574. }
  575. #mypayts div{
  576. width:90%;
  577. margin:0px auto;
  578. margin-top:25px;
  579. margin-left:8%;
  580. line-height:30px;
  581. }
  582. .mypaynr_class{
  583. width:70%;
  584. height:40px;
  585. line-height:40px;
  586. font-size:20px;
  587. margin-left:170px;
  588. position:absolute;
  589. color:#666;
  590. }
  591. .mypaytj{
  592. filter: Alpha(opacity=10);-moz-opacity:.1;opacity:0.4;
  593. }
  594. .b, .g{
  595. display:none;
  596. }
  597. .jf_div_jf{
  598. float:left;
  599. width:120px;
  600. height:100px;
  601. line-height:30px;
  602. text-align:center;
  603. margin-top:20px;
  604. font-size:13px;
  605. font-family:"微软雅黑";
  606. font-weight:bold;
  607. }