style.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856
  1. body {
  2. margin-top: 0px;
  3. margin-right: 0px;
  4. margin-bottom: 0px;
  5. margin-left: 0px;
  6. background-color: #DDE9F4;
  7. }
  8. body,
  9. td,
  10. th {
  11. font-size: 14px;
  12. line-height: 180%;
  13. color: #5A5A5A;
  14. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  15. }
  16. a {
  17. blr: expression(this.onFocus=this.blur())
  18. }
  19. }
  20. A {
  21. font-size: 14px;
  22. line-height: 180%;
  23. TEXT-DECORATION: none;
  24. color: #5A5A5A;
  25. }
  26. A:link {
  27. font-size: 14px;
  28. line-height: 180%;
  29. TEXT-DECORATION: none;
  30. color: #5A5A5A;
  31. }
  32. A:visited {
  33. font-size: 14px;
  34. line-height: 180%;
  35. TEXT-DECORATION: none;
  36. color: #5A5A5A;
  37. }
  38. A:hover {
  39. font-size: 14px;
  40. line-height: 180%;
  41. TEXT-DECORATION: none;
  42. color: #4088C7;
  43. cursor: pointer;
  44. }
  45. A:active {
  46. font-size: 14px;
  47. line-height: 180%;
  48. TEXT-DECORATION: none;
  49. color: #D70101;
  50. }
  51. .welcome {
  52. background-repeat: no-repeat;
  53. background-position: center top;
  54. background-image: url(../images/bz_welcome.jpg);
  55. margin: 0px;
  56. height: 300px;
  57. }
  58. .nav {
  59. font-size: 14px;
  60. line-height: 180%;
  61. color: #FFFFFF;
  62. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  63. TEXT-DECORATION: none;
  64. }
  65. .nav A:link {
  66. font-size: 14px;
  67. line-height: 180%;
  68. color: #FFFFFF;
  69. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  70. TEXT-DECORATION: none;
  71. }
  72. .nav A:visited {
  73. font-size: 14px;
  74. line-height: 180%;
  75. color: #FFFFFF;
  76. TEXT-DECORATION: none;
  77. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  78. }
  79. .nav A:hover {
  80. font-size: 14px;
  81. line-height: 180%;
  82. color: #FFCC00;
  83. TEXT-DECORATION: none;
  84. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  85. }
  86. .nav A:active {
  87. font-size: 14px;
  88. line-height: 180%;
  89. TEXT-DECORATION: underline;
  90. color: #FFCC00;
  91. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  92. }
  93. .nav1 {
  94. font-size: 16px;
  95. line-height: 100%;
  96. color: #333333;
  97. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  98. TEXT-DECORATION: none;
  99. text-align: center;
  100. }
  101. .nav1 A:link {
  102. font-size: 16px;
  103. line-height: 100%;
  104. color: #333333;
  105. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  106. TEXT-DECORATION: none;
  107. }
  108. .nav1 A:visited {
  109. font-size: 16px;
  110. line-height: 100%;
  111. color: #3B8CE7;
  112. TEXT-DECORATION: none;
  113. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  114. }
  115. .nav1 A:hover {
  116. font-size: 16px;
  117. line-height: 100%;
  118. color: #333333;
  119. TEXT-DECORATION: none;
  120. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  121. }
  122. .nav1 A:active {
  123. font-size: 16px;
  124. line-height: 100%;
  125. TEXT-DECORATION: underline;
  126. color: #333333;
  127. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  128. }
  129. .nav2 {
  130. font-size: 16px;
  131. line-height: 180%;
  132. color: #ffffff;
  133. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  134. TEXT-DECORATION: none;
  135. text-align: center;
  136. }
  137. .nav2 A:link {
  138. font-size: 16px;
  139. line-height: 180%;
  140. color: #ffffff;
  141. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  142. TEXT-DECORATION: none;
  143. }
  144. .nav2 A:visited {
  145. font-size: 16px;
  146. line-height: 180%;
  147. color: #ffffff;
  148. TEXT-DECORATION: none;
  149. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  150. }
  151. .nav2 A:hover {
  152. font-size: 16px;
  153. line-height: 180%;
  154. color: #ffffff;
  155. TEXT-DECORATION: none;
  156. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  157. }
  158. .nav2 A:active {
  159. font-size: 16px;
  160. line-height: 180%;
  161. TEXT-DECORATION: underline;
  162. color: #ffffff;
  163. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  164. }
  165. .title {
  166. font-size: 20px;
  167. line-height: 180%;
  168. color: #000000;
  169. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  170. TEXT-DECORATION: none;
  171. }
  172. .title A:link {
  173. font-size: 16px;
  174. line-height: 180%;
  175. color: #059AC8;
  176. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  177. TEXT-DECORATION: none;
  178. }
  179. .title A:visited {
  180. font-size: 16px;
  181. line-height: 180%;
  182. color: #059AC8;
  183. TEXT-DECORATION: none;
  184. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  185. }
  186. .title A:hover {
  187. font-size: 16px;
  188. line-height: 180%;
  189. color: #0064C2;
  190. TEXT-DECORATION: none;
  191. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  192. }
  193. .title A:active {
  194. font-size: 16px;
  195. line-height: 180%;
  196. TEXT-DECORATION: underline;
  197. color: #0064C2;
  198. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  199. }
  200. .list {
  201. font-size: 12px;
  202. line-height: 100%;
  203. color: #666666;
  204. TEXT-DECORATION: none;
  205. }
  206. .list A:link {
  207. font-size: 12px;
  208. line-height: 100%;
  209. color: #666666;
  210. TEXT-DECORATION: none;
  211. }
  212. .list A:visited {
  213. font-size: 12px;
  214. line-height: 100%;
  215. color: #666666;
  216. TEXT-DECORATION: none;
  217. }
  218. .list A:hover {
  219. font-size: 12px;
  220. line-height: 100%;
  221. color: #4088C7;
  222. TEXT-DECORATION: none;
  223. }
  224. .list A:active {
  225. font-size: 12px;
  226. line-height: 100%;
  227. TEXT-DECORATION: underline;
  228. color: #4088C7;
  229. }
  230. .welcome {
  231. font-size: 24px;
  232. line-height: 80px;
  233. color: #FFFFFF;
  234. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  235. TEXT-DECORATION: none;
  236. }
  237. .welcome A:link {
  238. font-size: 24px;
  239. line-height: 100%;
  240. color: #FFFFFF;
  241. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  242. TEXT-DECORATION: none;
  243. }
  244. .welcome A:visited {
  245. font-size: 24px;
  246. line-height: 100%;
  247. color: #FFFFFF;
  248. TEXT-DECORATION: none;
  249. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  250. }
  251. .welcome A:hover {
  252. font-size: 24px;
  253. line-height: 100%;
  254. color: #FFCC00;
  255. TEXT-DECORATION: none;
  256. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  257. }
  258. .welcome A:active {
  259. font-size: 24px;
  260. line-height: 100%;
  261. TEXT-DECORATION: underline;
  262. color: #FFCC00;
  263. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  264. }
  265. .red {
  266. font-size: 36px;
  267. line-height: 100%;
  268. color: #D70101;
  269. TEXT-DECORATION: none;
  270. font-weight: bold;
  271. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  272. }
  273. .red A:link {
  274. font-size: 36px;
  275. line-height: 100%;
  276. color: #D70101;
  277. TEXT-DECORATION: none;
  278. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  279. }
  280. .red A:visited {
  281. font-size: 36px;
  282. line-height: 100%;
  283. color: #D70101;
  284. TEXT-DECORATION: none;
  285. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  286. }
  287. .red A:hover {
  288. font-size: 36px;
  289. line-height: 100%;
  290. color: #D70101;
  291. TEXT-DECORATION: none;
  292. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  293. }
  294. .red A:active {
  295. font-size: 36px;
  296. line-height: 100%;
  297. color: #D70101;
  298. TEXT-DECORATION: none;
  299. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  300. }
  301. .reds {
  302. font-size: 14px;
  303. line-height: 200%;
  304. color: #EA4660;
  305. TEXT-DECORATION: none;
  306. font-weight: bold;
  307. }
  308. .reds A:link {
  309. font-size: 14px;
  310. line-height: 200%;
  311. color: #EA4660;
  312. TEXT-DECORATION: none;
  313. font-weight: bold;
  314. }
  315. .reds A:visited {
  316. font-size: 14px;
  317. line-height: 200%;
  318. color: #EA4660;
  319. TEXT-DECORATION: none;
  320. font-weight: bold;
  321. }
  322. .reds A:hover {
  323. font-size: 14px;
  324. line-height: 200%;
  325. color: #EA4660;
  326. TEXT-DECORATION: none;
  327. font-weight: bold;
  328. }
  329. .reds A:active {
  330. font-size: 14px;
  331. line-height: 200%;
  332. color: #EA4660;
  333. TEXT-DECORATION: none;
  334. font-weight: bold;
  335. }
  336. .news {
  337. font-size: 20px;
  338. line-height: 100%;
  339. color: #333333;
  340. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  341. TEXT-DECORATION: none;
  342. font-weight: bold;
  343. }
  344. .news A:link {
  345. font-size: 20px;
  346. line-height: 100%;
  347. color: #333333;
  348. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  349. TEXT-DECORATION: none;
  350. font-weight: bold;
  351. }
  352. .news A:visited {
  353. font-size: 20px;
  354. line-height: 100%;
  355. color: #D70101;
  356. TEXT-DECORATION: none;
  357. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  358. }
  359. .news A:hover {
  360. font-size: 20px;
  361. line-height: 100%;
  362. color: #D70101;
  363. TEXT-DECORATION: none;
  364. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  365. }
  366. .news A:active {
  367. font-size: 20px;
  368. line-height: 100%;
  369. TEXT-DECORATION: underline;
  370. color: #D70101;
  371. font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei;
  372. }
  373. .view {
  374. font-size: 14px;
  375. line-height: 200%;
  376. color: #333333;
  377. TEXT-DECORATION: none;
  378. }
  379. .view A:link {
  380. font-size: 14px;
  381. line-height: 200%;
  382. color: #333333;
  383. TEXT-DECORATION: none;
  384. }
  385. .view A:visited {
  386. font-size: 14px;
  387. line-height: 200%;
  388. color: #333333;
  389. }
  390. .view A:hover {
  391. font-size: 14px;
  392. line-height: 200%;
  393. color: #666666;
  394. }
  395. .view A:active {
  396. font-size: 14px;
  397. line-height: 200%;
  398. color: #666666;
  399. }
  400. .more {
  401. font-size: 12px;
  402. line-height: 180%;
  403. color: #999999;
  404. TEXT-DECORATION: none;
  405. }
  406. .more A:link {
  407. font-size: 12px;
  408. line-height: 180%;
  409. color: #999999;
  410. TEXT-DECORATION: none;
  411. }
  412. .more A:visited {
  413. font-size: 12px;
  414. line-height: 180%;
  415. color: #999999;
  416. }
  417. .more A:hover {
  418. font-size: 12px;
  419. line-height: 180%;
  420. color: #000000;
  421. }
  422. .more A:active {
  423. font-size: 12px;
  424. line-height: 180%;
  425. color: #000000;
  426. }
  427. .link {
  428. font-size: 12px;
  429. line-height: 180%;
  430. color: #999999;
  431. TEXT-DECORATION: none;
  432. }
  433. .link A:link {
  434. font-size: 12px;
  435. line-height: 180%;
  436. color: #999999;
  437. TEXT-DECORATION: none;
  438. }
  439. .link A:visited {
  440. font-size: 12px;
  441. line-height: 180%;
  442. color: #999999;
  443. }
  444. .link A:hover {
  445. font-size: 12px;
  446. line-height: 180%;
  447. color: #000000;
  448. }
  449. .link A:active {
  450. font-size: 12px;
  451. line-height: 180%;
  452. color: #000000;
  453. }
  454. .input {
  455. font-size: 12px;
  456. line-height: 100%;
  457. color: #999999;
  458. TEXT-DECORATION: none;
  459. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  460. border: 0px solid #ffffff;
  461. height: 28px;
  462. width: 200px;
  463. background-color: transparent;
  464. }
  465. .input1 {
  466. font-size: 14px;
  467. line-height: 100%;
  468. color: #999999;
  469. TEXT-DECORATION: none;
  470. background-color: transparent;
  471. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  472. border: 1px solid #E8E8E8;
  473. height: 30px;
  474. padding-left: 10px;
  475. }
  476. .input2 {
  477. font-size: 16px;
  478. line-height: 100%;
  479. color: #999999;
  480. TEXT-DECORATION: none;
  481. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  482. border: 1px solid #E8E8E8;
  483. height: 40px;
  484. }
  485. .input3 {
  486. font-size: 16px;
  487. line-height: 100%;
  488. color: #FFFFFF;
  489. TEXT-DECORATION: none;
  490. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  491. border: 0px solid #E8E8E8;
  492. background-color: transparent;
  493. width: 100px;
  494. }
  495. select {
  496. font-size: 14px;
  497. line-height: 100%;
  498. color: #999999;
  499. TEXT-DECORATION: none;
  500. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  501. border: 1px solid #cccccc;
  502. height: 28px;
  503. width: 200px;
  504. background-color: #ffffff;
  505. }
  506. .main {
  507. font-size: 30px;
  508. line-height: 100%;
  509. color: #0078D7;
  510. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  511. TEXT-DECORATION: none;
  512. font-weight: bold;
  513. }
  514. .copy {
  515. font-size: 12px;
  516. line-height: 180%;
  517. color: #ffffff;
  518. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  519. TEXT-DECORATION: none;
  520. }
  521. .time {
  522. font-size: 12px;
  523. line-height: 180%;
  524. color: #333333;
  525. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  526. TEXT-DECORATION: none;
  527. }
  528. .white {
  529. font-size: 12px;
  530. line-height: 200%;
  531. color: #ffffff;
  532. }
  533. .white A:link {
  534. font-size: 12px;
  535. line-height: 200%;
  536. color: #ffffff;
  537. }
  538. .white A:visited {
  539. font-size: 12px;
  540. line-height: 200%;
  541. color: #ffffff;
  542. }
  543. .white A:hover {
  544. font-size: 12px;
  545. line-height: 200%;
  546. color: #ffffff;
  547. }
  548. .white A:active {
  549. font-size: 12px;
  550. line-height: 200%;
  551. color: #ffffff;
  552. }
  553. .title1 {
  554. font-size: 20px;
  555. color: #4D6988;
  556. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  557. TEXT-DECORATION: none;
  558. line-height: 180%;
  559. }
  560. .title1 A {
  561. font-size: 20px;
  562. color: #4D6988;
  563. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  564. TEXT-DECORATION: none;
  565. line-height: 180%;
  566. }
  567. .title2 {
  568. font-size: 16px;
  569. color: #666666;
  570. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  571. TEXT-DECORATION: none;
  572. line-height: 180%;
  573. font-weight: bold;
  574. height: 40px;
  575. vertical-align: top;
  576. }
  577. .title2 A {
  578. font-size: 16px;
  579. color: #666666;
  580. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  581. TEXT-DECORATION: none;
  582. line-height: 180%;
  583. font-weight: bold;
  584. }
  585. .title3 {
  586. font-size: 18px;
  587. line-height: 180%;
  588. color: #424242;
  589. TEXT-DECORATION: none;
  590. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  591. background-image: url(../images/index_menu_bg.png);
  592. background-repeat: no-repeat;
  593. background-position: center bottom;
  594. }
  595. .title3 A:link {
  596. font-size: 18px;
  597. line-height: 180%;
  598. color: #424242;
  599. TEXT-DECORATION: none;
  600. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  601. }
  602. .title3 A:visited {
  603. font-size: 18px;
  604. line-height: 180%;
  605. color: #424242;
  606. TEXT-DECORATION: none;
  607. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  608. }
  609. .title3 A:hover {
  610. font-size: 18px;
  611. line-height: 180%;
  612. color: #3682D7;
  613. TEXT-DECORATION: none;
  614. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  615. }
  616. .title3 A:active {
  617. font-size: 18px;
  618. line-height: 180%;
  619. color: #3682D7;
  620. TEXT-DECORATION: none;
  621. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  622. }
  623. .title4 {
  624. font-size: 16px;
  625. color: #005495;
  626. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  627. TEXT-DECORATION: none;
  628. line-height: 180%;
  629. font-weight: bold;
  630. height: 40px;
  631. vertical-align: top;
  632. }
  633. .title4 A {
  634. font-size: 16px;
  635. color: #005495;
  636. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  637. TEXT-DECORATION: none;
  638. line-height: 180%;
  639. font-weight: bold;
  640. }
  641. .title5 {
  642. font-size: 18px;
  643. line-height: 180%;
  644. color: #3682D7;
  645. TEXT-DECORATION: none;
  646. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  647. background-repeat: no-repeat;
  648. background-position: center bottom;
  649. font-weight: bold;
  650. background-image: url(../images/index_menu_bgs.png);
  651. }
  652. .title5 A:link {
  653. font-size: 18px;
  654. line-height: 180%;
  655. color: #3682D7;
  656. TEXT-DECORATION: none;
  657. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  658. }
  659. .title5 A:visited {
  660. font-size: 18px;
  661. line-height: 180%;
  662. color: #3682D7;
  663. TEXT-DECORATION: none;
  664. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  665. }
  666. .title5 A:hover {
  667. font-size: 18px;
  668. line-height: 180%;
  669. color: #3682D7;
  670. TEXT-DECORATION: none;
  671. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  672. }
  673. .title5 A:active {
  674. font-size: 18px;
  675. line-height: 180%;
  676. color: #3682D7;
  677. TEXT-DECORATION: none;
  678. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  679. }
  680. .title6 {
  681. font-size: 16px;
  682. color: #ffffff;
  683. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  684. TEXT-DECORATION: none;
  685. line-height: 180%;
  686. }
  687. .title7 {
  688. font-size: 20px;
  689. color: #3682D7;
  690. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  691. TEXT-DECORATION: none;
  692. line-height: 180%;
  693. }
  694. .title8 {
  695. font-size: 24px;
  696. color: #333333;
  697. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  698. TEXT-DECORATION: none;
  699. line-height: 180%;
  700. font-weight: bold;
  701. }
  702. .title9 {
  703. font-size: 24px;
  704. color: #0090F6;
  705. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  706. TEXT-DECORATION: none;
  707. }
  708. .mains {
  709. font-size: 24px;
  710. line-height: 180%;
  711. color: #ffffff;
  712. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  713. TEXT-DECORATION: none;
  714. font-weight: bold;
  715. padding-left: 35px;
  716. padding-top: 25px;
  717. }
  718. .bg1 {
  719. background-color: #ffffff;
  720. border: #BFC9D4 1px solid;
  721. padding: 20px 20px 20px 20px;
  722. border-radius: 5px;
  723. }
  724. .bt1 {
  725. color: #ffffff;
  726. height: 40px;
  727. width: 200px;
  728. font-size: 18px;
  729. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  730. border-top-style: none;
  731. border-right-style: none;
  732. border-bottom-style: none;
  733. border-left-style: none;
  734. background-color: #2379BC;
  735. border-radius: 5px;
  736. }
  737. .bt2 {
  738. color: #999999;
  739. height: 40px;
  740. width: 100px;
  741. font-size: 18px;
  742. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  743. border: #D5D5D5 1px solid;
  744. background-color: #ffffff;
  745. border-radius: 5px;
  746. }
  747. .bt12 {
  748. color: #ffffff;
  749. height: 27px;
  750. font-size: 14px;
  751. font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei";
  752. border-top-style: none;
  753. border-right-style: none;
  754. border-bottom-style: none;
  755. border-left-style: none;
  756. background-color: #45A9E7;
  757. border-radius: 2px;
  758. }
  759. /* ui-select 组件样式 */
  760. .dropdown,
  761. .dropup {
  762. position: relative;
  763. }
  764. .open>.dropdown-menu {
  765. display: block;
  766. }
  767. .dropdown-menu .divider {
  768. height: 1px;
  769. margin: 9px 0;
  770. overflow: hidden;
  771. background-color: #e5e5e5;
  772. }
  773. .dropdown-header {
  774. display: block;
  775. padding: 3px 20px;
  776. font-size: 12px;
  777. line-height: 1.42857143;
  778. color: #777;
  779. white-space: nowrap;
  780. }
  781. * {
  782. -webkit-box-sizing: border-box;
  783. -moz-box-sizing: border-box;
  784. box-sizing: border-box;
  785. }
  786. .form-control[disabled],
  787. .form-control[readonly],
  788. fieldset[disabled] .form-control {
  789. cursor: not-allowed;
  790. background-color: #eee;
  791. opacity: 1;
  792. }
  793. .form-control {
  794. display: block;
  795. width: 100%;
  796. height: 34px;
  797. padding: 6px 10px;
  798. font-size: 14px;
  799. line-height: 1.42857143;
  800. color: #999999;
  801. background-color: #fff;
  802. background-image: none;
  803. border: 1px solid #e8e8e8;
  804. /* border-radius: 4px; */
  805. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  806. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  807. -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  808. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  809. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  810. }
  811. .dropdown-menu {
  812. position: absolute;
  813. top: 100%;
  814. left: 0;
  815. z-index: 1000;
  816. display: none;
  817. float: left;
  818. min-width: 160px;
  819. padding: 5px 0;
  820. margin: 2px 0 0;
  821. font-size: 14px;
  822. text-align: left;
  823. list-style: none;
  824. background-color: #fff;
  825. -webkit-background-clip: padding-box;
  826. background-clip: padding-box;
  827. border: 1px solid #ccc;
  828. border: 1px solid rgba(0, 0, 0, .15);
  829. border-radius: 4px;
  830. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  831. box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  832. }
  833. ol,
  834. ul {
  835. margin-top: 0;
  836. margin-bottom: 10px;
  837. }
  838. .ui-select-offscreen {
  839. clip: rect(0 0 0 0) !important;
  840. width: 1px !important;
  841. height: 1px !important;
  842. border: 0 !important;
  843. margin: 0 !important;
  844. padding: 0 !important;
  845. overflow: hidden !important;
  846. position: absolute !important;
  847. outline: 0 !important;
  848. left: 0px !important;
  849. top: 0px !important;
  850. }