index.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251
  1. @charset "utf-8";
  2. @import url('./common.css');
  3. @import url('./icon/iconfont.css');
  4. /*重置*/
  5. body,h2,h3,dl,dd,dt,p,ul,li,ol{
  6. margin:0;
  7. padding:0;
  8. }
  9. h1{
  10. margin:48px;
  11. font-weight: bold;
  12. color:#fff
  13. }
  14. button,input,select,textarea{
  15. border:none;
  16. margin:0;
  17. outline:none;
  18. padding:0;
  19. background: none;
  20. }
  21. table,tr,td,th,thead,tbody,video{
  22. border:none;
  23. margin:0;
  24. outline:none;
  25. padding:0;
  26. }
  27. table {
  28. border-collapse: collapse;
  29. border-spacing: 0;
  30. }
  31. /*合并初始表格边框*/
  32. h1,h2,h3{
  33. font-weight:normal;
  34. }
  35. img{
  36. border:none;
  37. }
  38. a{
  39. text-decoration:none;
  40. outline:none;
  41. }
  42. body{
  43. font:14px/1.5;
  44. font-family:"Microsoft YaHei";
  45. }
  46. li{
  47. list-style-type:none;
  48. }
  49. html,body{
  50. background-color:#eee;
  51. }
  52. .header_con {
  53. margin:0 auto;
  54. display: block;
  55. text-align: left;
  56. color: #fff;
  57. font-size: 18px;
  58. font-weight: bold;
  59. border-bottom:1px solid #dddddd;
  60. background-color:#005389
  61. }
  62. .header{
  63. width: 1220px;
  64. margin:0 auto;
  65. }
  66. .welcome,.login_info,.login_btn,.user_link{
  67. line-height:29px;
  68. }
  69. .login_info{
  70. display:none;
  71. }
  72. .login_info em{
  73. color:#ff8800
  74. }
  75. .login_info .quit{
  76. color:#fff;
  77. padding-left:10px;
  78. }
  79. .login_info .quit:hover{
  80. color:#fff;
  81. }
  82. .login_btn a,.user_link a{
  83. color:#fff;
  84. }
  85. .login_btn a:hover,.user_link a:hover{
  86. color:#ff8800;
  87. }
  88. .login_btn span,.user_link span{
  89. color:#cecece;
  90. margin:0 10px;
  91. }
  92. /*公共css部分*/
  93. /*清除浮动*/
  94. .fix{
  95. *zoom:1;
  96. }
  97. .fix:after{
  98. display:table;
  99. content:'';
  100. clear:both;
  101. }
  102. .l{
  103. float: left;
  104. }
  105. .r{
  106. float: right;
  107. }
  108. .db{
  109. display:block;
  110. }
  111. .dib{
  112. display:inline-block;
  113. }
  114. .vm{
  115. vertical-align:middle;
  116. }
  117. .bdb_d{
  118. border-bottom:1px solid #ddd;
  119. }
  120. .fc{
  121. color: #005389;
  122. }
  123. .bg{
  124. background-color: #005389;
  125. }
  126. .b{
  127. font-weight:bold;
  128. }
  129. .bora_5{
  130. border-radius: 15px;
  131. }
  132. .ovh{
  133. overflow: hidden;
  134. }
  135. /*top*/
  136. .wid_main{
  137. width: 1220px;
  138. margin:0 auto;
  139. }
  140. .topbox{
  141. height: 150px;
  142. }
  143. .topbox .logo{
  144. margin-top: 24px;
  145. }
  146. .topbox.intro{
  147. margin-top: 30px;
  148. }
  149. .topbox h1{
  150. font-size: 22px;
  151. }
  152. .topbox.intro11{
  153. margin-top: 10px;
  154. }
  155. .topbox a{
  156. margin: 58px;
  157. display: block;
  158. text-align: center;
  159. color: #fff;
  160. font-size: 18px;
  161. font-weight: bold;
  162. }
  163. .topbox a:hover{
  164. color:#f5f5f5
  165. }
  166. .topbox span{
  167. margin:58px;
  168. display: block;
  169. text-align: center;
  170. color: #fff;
  171. font-size: 18px;
  172. }
  173. .search_box{
  174. width: 320px;
  175. overflow: hidden;
  176. margin-top: 43px;
  177. background-color: white;
  178. }
  179. .search_box div{
  180. width: 320px;
  181. }
  182. .search_box input{
  183. float: left;
  184. width: 255px;
  185. padding:0 10px;
  186. height: 44px;
  187. color: #333;
  188. font-size:14px;
  189. font-family: "微软雅黑";
  190. }
  191. .search_box button{
  192. float: left;
  193. width: 44px;
  194. height: 44px;
  195. cursor: pointer;
  196. background: url(../images/search.png) no-repeat center center;
  197. }
  198. /*内容框*/
  199. .contentbox{
  200. background-color: #fff;
  201. margin:20px auto;
  202. padding: 10px 0;
  203. position: relative;
  204. }
  205. .content{
  206. min-height: 520px;
  207. margin:0 10px;
  208. }
  209. /*导航*/
  210. .top_nav{
  211. height: 60px;
  212. }
  213. .top_nav ul{
  214. background: url(../images/nav_line.png) no-repeat center right;
  215. }
  216. .top_nav ul li{
  217. float: left;
  218. line-height: 60px;
  219. position: relative;
  220. width:240px;
  221. background: url(../images/nav_line.png) no-repeat center left;
  222. }
  223. .top_nav ul li.cur{
  224. background: #1a83da;
  225. }
  226. .top_nav ul li.cur+li{
  227. background: none;
  228. }
  229. .top_nav ul li a{
  230. display: block;
  231. text-align: center;
  232. color: #fff;
  233. font-size: 18px;
  234. font-weight: bold;
  235. }
  236. /*公告滚动*/
  237. .gonggao{
  238. padding:15px 0;
  239. }
  240. .gonggao .tit{
  241. font-size: 16px;
  242. color: #005389;
  243. line-height: 30px;
  244. }
  245. .gonggao .tit img{
  246. vertical-align: middle;
  247. margin-right:8px;
  248. }
  249. .txtScroll-top{
  250. overflow:hidden;
  251. width: 850px;
  252. }
  253. .txtScroll-top .bd{
  254. width:720px;
  255. }
  256. .txtScroll-top .tempWrap{
  257. height: 32px;
  258. }
  259. .txtScroll-top .infoList{
  260. height:32px;
  261. line-height:32px;
  262. overflow: hidden;
  263. }
  264. .txtScroll-top .infoList li{
  265. height: 32px;
  266. }
  267. .txtScroll-top .infoList li a{
  268. color: #333;
  269. font-size: 14px;
  270. float: left;
  271. max-width: 580px;
  272. white-space: nowrap;
  273. text-overflow: ellipsis;
  274. overflow: hidden;
  275. }
  276. .txtScroll-top .infoList li .date{
  277. margin-left: 30px;
  278. color:#999;
  279. font-size: 12px;
  280. }
  281. .txtScroll-top .infoList li .date:before{
  282. content: "—— ";
  283. }
  284. .txtScroll-top .infoList li a:hover{
  285. color: #005389;
  286. text-decoration: underline;
  287. }
  288. .timebox{
  289. font-size: 14px;
  290. line-height: 32px;
  291. }
  292. .important_news{
  293. line-height: 32px;
  294. padding:30px 0;
  295. }
  296. .important_news .tit{
  297. color: #f00;
  298. }
  299. .important_news h1{
  300. font-size: 30px;
  301. margin-left: 10px;
  302. display: inline-block;
  303. vertical-align: middle;
  304. white-space: nowrap;
  305. text-overflow: ellipsis;
  306. overflow: hidden;
  307. max-width: 1050px;
  308. }
  309. .important_news h1 a{
  310. color: #005389;
  311. }
  312. .conbox{
  313. margin-bottom: 30px;
  314. margin-top:50px
  315. }
  316. /*新闻轮播图*/
  317. .news_banner{
  318. overflow:hidden;
  319. position:relative;
  320. width: 100%;
  321. height: 420px;
  322. }
  323. .news_banner .hd{
  324. overflow:hidden;
  325. position:absolute;
  326. bottom:26px;
  327. right: 0;
  328. z-index:1;
  329. width: 160px;
  330. text-align: right;
  331. }
  332. .news_banner .hd ul{
  333. overflow:hidden;
  334. zoom:1;
  335. text-align: center;
  336. display: inline-block;
  337. margin-right: 15px;
  338. font-size: 0;
  339. }
  340. .news_banner .hd ul li{
  341. display: inline-block;
  342. margin:0 2px;
  343. width:18px;
  344. height:18px;
  345. background:#fff;
  346. cursor:pointer;
  347. font-size: 12px;
  348. font-weight: bold;
  349. }
  350. .news_banner .hd ul li.on{
  351. background:#e0620d;
  352. color: #fff;
  353. }
  354. .news_banner .bd{
  355. position:relative;
  356. z-index:0;
  357. }
  358. .news_banner .bd li{
  359. zoom:1;
  360. }
  361. .news_banner .bd li>a{
  362. display:block;
  363. transform: rotate(0deg);
  364. -webkit-transform:rotate(0deg);
  365. overflow: hidden;
  366. border-radius: 5px;
  367. width: 720px;
  368. height: 420px;
  369. overflow: hidden;
  370. }
  371. .news_banner .bd img{
  372. width:100%;
  373. height:420px;
  374. display:block;
  375. }
  376. .news_banner .bd li h2{
  377. line-height: 60px;
  378. height: 60px;
  379. background-color: rgba(0,0,0,.4);
  380. position: absolute;
  381. bottom: 10px;
  382. width: 690px;
  383. padding: 0 15px;
  384. }
  385. .news_banner .bd li h2 a{
  386. color: #fff;
  387. font-size: 18px;
  388. display: block;
  389. max-width: 540px;
  390. white-space: nowrap;
  391. text-overflow: ellipsis;
  392. overflow: hidden;
  393. }
  394. /* 下面是前/后按钮代码,如果不需要删除即可 */
  395. .news_banner .prev,.news_banner .next{
  396. position:absolute;
  397. left:10px;
  398. top:160px;
  399. display:block;
  400. width:32px;
  401. height:40px;
  402. background:url(../images/slider-arrow.png) -110px 5px no-repeat;
  403. filter:alpha(opacity=60);
  404. opacity:0.6;
  405. }
  406. .news_banner .next{
  407. left:auto;
  408. right:10px;
  409. background-position:8px 5px;
  410. }
  411. .news_banner .prev:hover,.news_banner .next:hover{
  412. filter:alpha(opacity=100);
  413. opacity:1;
  414. }
  415. .news_banner .prevStop{
  416. display:none;
  417. }
  418. .news_banner .nextStop{
  419. display:none;
  420. }
  421. /*部分快捷入口*/
  422. .about_enter1{
  423. width: 850px;
  424. }
  425. .about_enter1 textarea{
  426. width: 850px;
  427. height:420px;
  428. font-family:"楷体";
  429. font-size:22px ;
  430. line-height: 1.5;
  431. color:#000000;
  432. margin-left:20px
  433. }
  434. .about_enter{
  435. width: 460px;
  436. }
  437. .about_enter textarea{
  438. width: 410px;
  439. height:420px;
  440. font-size:14px ;
  441. line-height: 1.5;
  442. color:#000000;
  443. margin-left:20px
  444. }
  445. .about_enter ul{
  446. margin-bottom: 40px;
  447. }
  448. .about_enter ul li{
  449. float: left;
  450. margin-left: 17px;
  451. text-align: center;
  452. border-radius: 5px;
  453. border:#ddd solid 1px;
  454. background-color: #f8f9fb;
  455. }
  456. .about_enter ul li:first-child{
  457. margin-left: 0;
  458. }
  459. .about_enter ul li a{
  460. display: block;
  461. width: 98px;
  462. height: 98px;
  463. }
  464. .about_enter ul li img{
  465. display: block;
  466. margin: 0 auto 8px;
  467. width: 48px;
  468. height: 48px;
  469. padding-top: 12px;
  470. transition: all .3s;
  471. }
  472. .about_enter ul li span{
  473. color: #005389;
  474. font-size: 18px;
  475. }
  476. .about_enter ul li:hover{
  477. border-color: #005389;
  478. }
  479. .about_enter ul li:hover img{
  480. padding-top: 8px;
  481. padding-bottom: 4px;
  482. }
  483. .about_enter dl dd{
  484. border:#6fa4d0 solid 1px;
  485. background-color: #f0f7ff;
  486. border-radius: 5px;
  487. height: 78px;
  488. line-height: 78px;
  489. margin-top: 20px;
  490. }
  491. .about_enter dl dd img{
  492. margin:0 20px;
  493. vertical-align: middle;
  494. }
  495. .about_enter dl dd a{
  496. color: #005389;
  497. font-size: 22px;
  498. display: block;
  499. }
  500. .about_enter dl dd span{
  501. display: inline-block;
  502. transition: all .3s;
  503. }
  504. .about_enter dl dd:hover span{
  505. text-indent: .5em;
  506. }
  507. .about_enter dl dd:hover{
  508. border-color: #005389;
  509. }
  510. /*执法动态切换部分*/
  511. .slideTxtBox{
  512. width:720px;
  513. height: 362px;
  514. text-align:left;
  515. }
  516. .slideTxtBox .hd ul{
  517. margin-top: -1px;
  518. }
  519. .slideTxtBox .hd ul li{
  520. cursor:pointer;
  521. width: 195px;
  522. height: 120px;
  523. text-align: center;
  524. background-color: #eee;
  525. border-top: #fff solid 1px;
  526. }
  527. .slideTxtBox .hd ul li:first-child{
  528. border-top: 1px solid transparent;
  529. }
  530. .slideTxtBox .hd ul li i{
  531. display: block;
  532. width: 48px;
  533. height: 48px;
  534. overflow: hidden;
  535. margin:20px auto 0;
  536. margin-bottom: 10px;
  537. }
  538. .slideTxtBox .hd ul li img{
  539. transition: all .3s;
  540. }
  541. .slideTxtBox .hd ul li.on{
  542. background:#005389;
  543. }
  544. .slideTxtBox .hd ul li.on img{
  545. margin-top: -48px;
  546. }
  547. .slideTxtBox .hd ul li.on a{
  548. color: #fff;
  549. }
  550. .slideTxtBox .hd ul li a{
  551. color: #005389;
  552. }
  553. .slideTxtBox .box {
  554. border:#ddd solid 1px;
  555. border-left: 0;
  556. width: 524px;
  557. height: 360px;
  558. overflow: hidden;
  559. }
  560. .slideTxtBox .bd ul{
  561. padding:10px 10px 10px 15px;
  562. zoom:1;
  563. }
  564. .slideTxtBox .bd li{
  565. height:42px;
  566. line-height:42px;
  567. }
  568. .slideTxtBox .bd li a{
  569. display: inline-block;
  570. width: 370px;
  571. white-space: nowrap;
  572. text-overflow: ellipsis;
  573. overflow: hidden;
  574. color: #333;
  575. transition: all .3s;
  576. }
  577. .slideTxtBox .bd li .date{
  578. float:right;
  579. color:#999;
  580. font-size: 12px;
  581. }
  582. .slideTxtBox .bd li .date:before{
  583. content: "—— ";
  584. }
  585. .slideTxtBox .bd li a:hover{
  586. color: #005389;
  587. text-indent: .3em;
  588. text-decoration: underline;
  589. }
  590. /*首页公共标题*/
  591. .sy_title{
  592. padding-bottom: 10px;
  593. }
  594. .sy_title h2{
  595. float: left;
  596. }
  597. .sy_title img{
  598. vertical-align: middle;
  599. margin-right: 10px;
  600. }
  601. .tender .sy_title a{
  602. font-size: 14px;
  603. color: #999;
  604. margin-top: 15px;
  605. }
  606. .tender {
  607. width: 460px;
  608. }
  609. .tender .sy_title a:hover{
  610. color: #005389;
  611. }
  612. .tender ul{
  613. margin-top: 5px;
  614. overflow: hidden;
  615. height: 300px;
  616. }
  617. .tender ul li{
  618. line-height: 42px;
  619. }
  620. .tender ul li span{
  621. color: #333;
  622. transition: all .3s;
  623. display: inline-block;
  624. vertical-align: middle;
  625. max-width: 400px;
  626. white-space: nowrap;
  627. text-overflow: ellipsis;
  628. overflow: hidden;
  629. }
  630. .tender ul li b{
  631. color: #666;
  632. display:inline-block;
  633. margin-right: 7px;
  634. vertical-align: middle;
  635. }
  636. .red_news{
  637. color: #f00;
  638. display: inline-block;
  639. margin-left: 5px;
  640. font-style: normal;
  641. }
  642. .tender ul li:hover span{
  643. color: #005389;
  644. text-indent: .3em;
  645. text-decoration: underline;
  646. }
  647. .tender ul li:hover b{
  648. color: #005389;
  649. }
  650. /*专题轮播*/
  651. .zhuanti_pic{
  652. overflow:hidden;
  653. position:relative;
  654. margin-top: 10px;
  655. }
  656. .zhuanti_pic .hd{
  657. overflow:hidden;
  658. position:absolute;
  659. bottom:5px;
  660. z-index:1;
  661. width: 100%;
  662. text-align: center;
  663. }
  664. .zhuanti_pic .hd ul{
  665. overflow:hidden;
  666. zoom:1;
  667. text-align: center;
  668. display: inline-block;
  669. font-size: 0;
  670. }
  671. .zhuanti_pic .hd ul li{
  672. display: inline-block;
  673. margin:0 3px;
  674. width:10px;
  675. height:10px;
  676. background:#fff;
  677. border-radius: 100%;
  678. }
  679. .zhuanti_pic .hd ul li.on{
  680. background-color: #f00;
  681. }
  682. .zhuanti_pic .bd ul{
  683. width: 1200px;
  684. height: 110px;
  685. overflow: hidden;
  686. }
  687. .zhuanti_pic .bd ul img{
  688. width: 1200px;
  689. height: 110px;
  690. }
  691. /*双公示*/
  692. .public_list .sy_title{
  693. background-color: #f5f5f5;
  694. padding: 0 0 0 10px;
  695. }
  696. .public_list .sy_title h2{
  697. margin-top: 10px;
  698. }
  699. .public_list .sy_title .more{
  700. line-height: 54px;
  701. padding-right: 10px;
  702. }
  703. .public_list .sy_title .more a{
  704. font-size: 14px;
  705. color: #999;
  706. display: none;
  707. }
  708. .public_list .sy_title .more a:hover{
  709. color: #005389;
  710. }
  711. .public_list .hd{
  712. border-bottom:2px solid #005389;
  713. }
  714. .public_list .hd ul{
  715. height: 54px;
  716. line-height: 54px;
  717. margin-left: 36px;
  718. }
  719. .public_list .hd ul li{
  720. float:left;
  721. padding:0 30px;
  722. cursor:pointer;
  723. }
  724. .public_list .hd ul li a{
  725. color: #333;
  726. font-size: 20px;
  727. }
  728. .public_list .hd ul li.on{
  729. background:#fff;
  730. border:2px solid #005389;
  731. border-bottom:3px solid #fff;
  732. line-height: 50px;
  733. }
  734. .public_list .hd ul li.on a{
  735. font-weight: bold;
  736. color: #005389;
  737. }
  738. .public_list .bd{
  739. border:#ddd solid 1px;
  740. margin-top: 10px;
  741. }
  742. .public_list .bd ul{
  743. zoom:1;
  744. }
  745. .public_list .bd li{
  746. height:24px;
  747. line-height:24px;
  748. }
  749. /*查询*/
  750. .search_list{
  751. background-color: #f5f5f5;
  752. padding: 8px 10px 8px 5px;
  753. }
  754. .search_list .box{
  755. height: 32px;
  756. line-height: 32px;
  757. color: #333;
  758. margin-left: 10px;
  759. }
  760. .search_list input{
  761. background-color: #fff;
  762. border:#eee solid 1px;
  763. height: 32px;
  764. border-radius: 3px;
  765. text-indent: 10px;
  766. font-size: 14px;
  767. color: #333;
  768. width: 120px;
  769. }
  770. .search_list input:focus{
  771. border-color: #005389;
  772. }
  773. .search_list button{
  774. width:80px;
  775. height: 32px;
  776. border-radius: 3px;
  777. background-color: #005389;
  778. font-size: 16px;
  779. color: #fff;
  780. cursor: pointer;
  781. vertical-align: middle;
  782. margin-left: 5px;
  783. margin-top: 2px;
  784. }
  785. .search_list button:hover{
  786. background-color: #005eac;
  787. }
  788. .search_list .laydate-icon{
  789. border:#eee solid 1px;
  790. height: 32px;
  791. border-radius: 3px;
  792. font-size: 14px;
  793. color: #333;
  794. width: 100px;
  795. line-height: 32px;
  796. text-indent:5px;
  797. }
  798. .open_list .search_list input{
  799. width: 580px;
  800. }
  801. /*列表表格*/
  802. .table_list{
  803. width: 100%;
  804. display: block;
  805. color: #333;
  806. background-color: #fafafa;
  807. }
  808. .table_list thead{
  809. display:table;
  810. width:1180px;
  811. table-layout:fixed;
  812. /*以均匀地喷射单元格,使用 table-layout:fixed;
  813. */
  814. text-align: center;
  815. padding-right: 20px;
  816. height: 42px;
  817. line-height: 42px;
  818. }
  819. .table_list tbody{
  820. height:336px;
  821. display:block;
  822. overflow-y:scroll;
  823. background-color: #fff;
  824. }
  825. .table_list tbody tr {
  826. display:table;
  827. width:100%;
  828. table-layout:fixed;
  829. text-align: center;
  830. height: 42px;
  831. line-height: 24px;
  832. }
  833. .table_list tbody tr a{
  834. color: #333;
  835. }
  836. .table_list tbody tr:hover{
  837. background-color: #eee;
  838. }
  839. .table_list .item{
  840. width: 400px;
  841. white-space: nowrap;
  842. overflow:hidden;
  843. text-overflow: ellipsis;
  844. }
  845. .table_list .item01{
  846. width: 200px;
  847. white-space: nowrap;
  848. overflow:hidden;
  849. text-overflow: ellipsis;
  850. }
  851. /*友情链接*/
  852. .link_morehh{
  853. width:100%;
  854. float:left
  855. }
  856. .link_morehh h3{
  857. color: #005389;
  858. font-weight: bold;
  859. font-size: 15px;
  860. display: block;
  861. }
  862. .link_more{
  863. padding:10px 0 15px;
  864. }
  865. .link_more h3{
  866. color: #005389;
  867. line-height: 42px;
  868. font-weight: bold;
  869. font-size: 16px;
  870. display: inline-block;
  871. }
  872. .link_more span{
  873. width: 48px;
  874. height: 21px;
  875. }
  876. .link_more select{
  877. border:#ddd solid 1px;
  878. background-color: #fff;
  879. width: 100px;
  880. padding: 0 5px;
  881. height: 34px;
  882. color: #666;
  883. margin-left:0px;
  884. border-radius: 3px;
  885. margin-bottom: 0px;
  886. margin-right:10px;
  887. }
  888. .link_more button{
  889. min-width:80px;
  890. height: 32px;
  891. line-height: 1;
  892. border-radius: 3px;
  893. background-color: #005389;
  894. font-size: 16px;
  895. color: #fff;
  896. cursor: pointer;
  897. vertical-align: middle;
  898. margin-left: 25px;
  899. margin-top: 0px;
  900. padding: 4px 16px;
  901. box-sizing: border-box;
  902. }
  903. .link_more button:hover{
  904. background-color: #005eac;
  905. }
  906. .link_more a{
  907. width:80px;
  908. height: 32px;
  909. border-radius: 3px;
  910. background-color: #005389;
  911. font-size: 16px;
  912. color: #fff;
  913. cursor: pointer;
  914. vertical-align: middle;
  915. margin-left: 25px;
  916. margin-top: 0px;
  917. }
  918. .link_more a:hover{
  919. background-color: #005eac;
  920. }
  921. .link_more input{
  922. background-color: #fff;
  923. border:#eee solid 1px;
  924. height: 32px;
  925. border-radius: 3px;
  926. text-indent: 10px;
  927. font-size: 14px;
  928. color: #333;
  929. width: 100px;
  930. margin-right: 10px;
  931. box-sizing: border-box;
  932. }
  933. .link_more input:focus{
  934. border-color: #005389;
  935. background-color:rgba(6, 115, 187, 0.1) ;
  936. color: #666;
  937. }
  938. /*返回顶部*/
  939. .side_box{
  940. position: fixed;
  941. bottom: 15%;
  942. right: 15px;
  943. display: none;
  944. }
  945. .side_box ul li{
  946. width: 48px;
  947. height: 48px;
  948. opacity: .4;
  949. }
  950. .side_box ul li span{
  951. width: 48px;
  952. height: 48px;
  953. display: block;
  954. background:url(../images/back_top.png) no-repeat center center;
  955. cursor:pointer;
  956. }
  957. .side_box ul li:hover {
  958. opacity: .6;
  959. }
  960. /*底部信息*/
  961. .footerbox{
  962. padding:24px 0;
  963. }
  964. .footerbox .txt{
  965. font-size: 14px;
  966. color: #fff;
  967. line-height: 30px;
  968. margin-left: 24px;
  969. }
  970. .footerbox .txt img{
  971. vertical-align: middle;
  972. margin-top: -3px;
  973. margin-right:5px;
  974. }
  975. .footerbox .other li{
  976. float: left;
  977. color:#fff;
  978. font-size: 14px;
  979. }
  980. .footerbox .other li:before{
  981. content: "丨";
  982. margin:0 3px;
  983. }
  984. .footerbox .other a{
  985. color: #fff;
  986. font-weight: bold;
  987. font-size: 14px;
  988. text-decoration: underline;
  989. }
  990. .footerbox .other a:hover{
  991. color: #99bbd7;
  992. }
  993. .xinxibox{
  994. position:absolute;
  995. width:300px;
  996. left:50%;
  997. height:auto;
  998. z-index:100;
  999. background-color:#fff;
  1000. border:1px #ddd solid;
  1001. padding:1px;
  1002. }
  1003. .xinxibox h2{
  1004. height:25px;
  1005. font-size:14px;
  1006. background-color:#aaa;
  1007. position:relative;
  1008. padding-left:10px;
  1009. line-height:25px;
  1010. color:#fff;
  1011. }
  1012. .xinxibox h2 a{
  1013. position:absolute;
  1014. right:5px;
  1015. font-size:12px;
  1016. color:#fff;
  1017. }
  1018. .xinxibox .list{
  1019. padding:10px;
  1020. }
  1021. .xinxibox .list li{
  1022. height:24px;
  1023. line-height:24px;
  1024. }
  1025. .xinxibox .list li span{
  1026. margin:0 5px 0 0;
  1027. font-family:"宋体";
  1028. font-size:10px;
  1029. font-weight:400;
  1030. color:#ddd;
  1031. }
  1032. .xinxibox .list span{
  1033. margin-left:15px;
  1034. margin-right:10px;
  1035. font-size:14px;
  1036. font-weight:400;
  1037. color:#000;
  1038. }
  1039. .xinxibox .list input{
  1040. background-color: #fff;
  1041. border:#eee solid 1px;
  1042. height: 20px;
  1043. border-radius: 3px;
  1044. font-size: 14px;
  1045. color: #333;
  1046. width: 170px;
  1047. margin-right: 10px;
  1048. margin-top:5px
  1049. }
  1050. .xinxibox .list button{
  1051. width:60px;
  1052. height: 25px;
  1053. border-radius: 3px;
  1054. background-color: #ddd;
  1055. font-size: 10px;
  1056. cursor: pointer;
  1057. vertical-align: middle;
  1058. margin-left: 110px;
  1059. margin-top: 20px;
  1060. }
  1061. .xinxibox .list select{
  1062. border:#ddd solid 1px;
  1063. background-color: #fff;
  1064. width: 170px;
  1065. padding: 0 5px;
  1066. height: 20px;
  1067. color: #666;
  1068. margin-left:0px;
  1069. border-radius: 3px;
  1070. margin-bottom: 0px;
  1071. margin-right:10px;
  1072. }
  1073. .showbtn {
  1074. font:bold 24px '微软雅黑';
  1075. }
  1076. #bg{
  1077. background-color:#666;
  1078. position:absolute;
  1079. z-index:99;
  1080. left:0;
  1081. top:0;
  1082. display:none;
  1083. width:100%;
  1084. height:100%;
  1085. opacity:0.5;
  1086. filter: alpha(opacity=50);
  1087. -moz-opacity: 0.5;
  1088. }
  1089. .link_more1{
  1090. border-bottom: #005389 solid 1px;
  1091. }
  1092. .link_more1 button{
  1093. width:80px;
  1094. height: 32px;
  1095. border-radius: 3px;
  1096. background-color: #005389;
  1097. font-size: 16px;
  1098. color: #fff;
  1099. cursor: pointer;
  1100. vertical-align: middle;
  1101. margin-left: 100px;
  1102. margin-top: 0px;
  1103. margin-bottom:15px
  1104. }
  1105. .link_more1 button:hover{
  1106. background-color: #005eac;
  1107. }
  1108. #loadingDiv {
  1109. filter: alpha(opacity=50);
  1110. /* <!--IE的透明度--> */
  1111. opacity: 0.1;
  1112. /* <!--透明度,数值越大越透明,不要调太小,不然gif图片会特别模糊--> */
  1113. display: none;
  1114. position: fixed;
  1115. top: 0px;
  1116. left: 0px;
  1117. width: 100%;
  1118. height: 100%;
  1119. z-index: 100;
  1120. /* <!--此处的图层要大于页面--> */
  1121. display:none;
  1122. }
  1123. .ball{
  1124. width:10px;
  1125. height: 10px;
  1126. background: red;
  1127. border-radius: 50%;
  1128. position: absolute;
  1129. }
  1130. /*version2.0*/
  1131. /* 首页 */
  1132. .banner{
  1133. width: 100%;
  1134. position: relative;
  1135. background-color: #ccc;
  1136. }
  1137. .banner img{
  1138. display: block;
  1139. width: 100%;
  1140. height: 800px;
  1141. object-fit: fill;
  1142. }
  1143. .banner .hd{
  1144. position: absolute;
  1145. right: 20px;
  1146. bottom: 10px;
  1147. z-index: 999;
  1148. }
  1149. .banner .hd ul::after{
  1150. display: block;
  1151. clear: both;
  1152. content: "";
  1153. }
  1154. .banner .hd ul li{
  1155. display: inline-block;
  1156. margin:0 2px;
  1157. width:18px;
  1158. height:18px;
  1159. background:#005389F5;
  1160. cursor:pointer;
  1161. font-size: 12px;
  1162. font-weight: bold;
  1163. text-align: center;
  1164. color: #fff;
  1165. }
  1166. .banner .hd ul li.on{
  1167. background:#e0620d;
  1168. color: #fff;
  1169. }
  1170. .banner .bd ul li{
  1171. position: relative;
  1172. }
  1173. .banner .bd ul li h2{
  1174. position:absolute;
  1175. bottom: 87px;
  1176. left: 50%;
  1177. width: 100%;
  1178. max-width: 1200px;
  1179. transform: translateX(-50%);
  1180. z-index: 999;
  1181. }
  1182. .banner .bd ul li h2 a{
  1183. font-size: 24px;
  1184. color: #fff;
  1185. font-family: ' Microsoft YaHei';
  1186. font-weight: 400;
  1187. line-height: 28px;
  1188. background-color: rgba(0,0,0,0.06);
  1189. }
  1190. /*按钮*/
  1191. .handle{
  1192. position:absolute;
  1193. bottom: 87px;
  1194. left: 50%;
  1195. width: 100%;
  1196. max-width: 1200px;
  1197. transform: translateX(-50%);
  1198. z-index: 999;
  1199. text-align: right;
  1200. }
  1201. .handle-container{
  1202. position: relative;
  1203. width: 140px;
  1204. height: 50px;
  1205. background-image: url(../images/banner/prev.png), url(../images/banner/next.png);
  1206. background-position: left bottom, right top;
  1207. background-repeat: no-repeat, no-repeat;
  1208. display: inline-block;
  1209. }
  1210. .banner .prev,.banner .next{
  1211. position:absolute;
  1212. left:0;
  1213. top:0;
  1214. width: 50%;
  1215. height: 100%;
  1216. line-height: 50px;
  1217. color: #fff;
  1218. font-size: 12px;
  1219. display: block;
  1220. text-align: center;
  1221. }
  1222. .banner .next{
  1223. left:auto;
  1224. right:0;
  1225. }
  1226. .banner .prev:hover,.banner .next:hover{
  1227. filter:alpha(opacity=100);
  1228. opacity:1;
  1229. color: #E0620D;
  1230. }
  1231. .banner .prevStop{
  1232. display:none;
  1233. }
  1234. .banner .nextStop{
  1235. display:none;
  1236. }
  1237. .footerbox a{
  1238. position: relative;
  1239. padding-right: 40px;
  1240. }
  1241. .footerbox a.dib.vm::after{
  1242. content: "";
  1243. display: block;
  1244. position: absolute;
  1245. right: 10px;
  1246. top: 50%;
  1247. width: 1px;
  1248. height: 92%;
  1249. background-color: #15A3FF;
  1250. transform: translateY(-50%);
  1251. }