12345市长热线标准版-前端

indexs.css 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-size: 16px;
  5. /*background-color: #CDEBFB;*/
  6. /*-webkit-text-size-adjust: none;*/
  7. }
  8. .body {
  9. background-color: #fff;
  10. }
  11. ul,
  12. li {
  13. margin: 0;
  14. padding: 0;
  15. }
  16. .fl {
  17. float: left;
  18. }
  19. .rl {
  20. float: right;
  21. }
  22. li {
  23. list-style-type: none;
  24. }
  25. img {
  26. border: 0;
  27. }
  28. p {
  29. margin: 0;
  30. padding: 0;
  31. }
  32. .clearfix {
  33. zoom: 1;
  34. overflow: hidden;
  35. }
  36. .clearfix:after {
  37. content: "";
  38. display: block;
  39. clear: both;
  40. }
  41. a {
  42. text-decoration: none;
  43. }
  44. a:hover {
  45. color: rgb(22, 100, 162);
  46. }
  47. .s-14 {
  48. font-size: 14px;
  49. }
  50. .m-r {
  51. margin-right: 7px;
  52. }
  53. .min-wrap {
  54. max-width: 1280px;
  55. min-width: 1000px;
  56. margin: 0 auto;
  57. }
  58. .main-wrap {
  59. width: 1000px;
  60. margin: 0 auto;
  61. }
  62. .main-body {
  63. background-color: white;
  64. margin-bottom: 20px;
  65. }
  66. .navcon {
  67. width: 100%;
  68. background-color: #00a1cb;
  69. }
  70. .navcon_box {
  71. width: 1200px;
  72. margin: 0 auto;
  73. }
  74. .logo_box {
  75. float: left;
  76. width: 35%;
  77. }
  78. .logo {
  79. float: left;
  80. height: 100%;
  81. line-height: 80px;
  82. font-size: 32px;
  83. color: #02b2b5;
  84. }
  85. .logoImg_box {
  86. padding-left: 76px;
  87. }
  88. .nav_right {
  89. width: 65%;
  90. float: right;
  91. }
  92. .navs .active {
  93. border-bottom: 2px solid #fff;
  94. }
  95. .Hidens {
  96. display: none;
  97. }
  98. .Input_box {
  99. border: 1px solid #99b6cd;
  100. height: 22px;
  101. width: 55%;
  102. position: relative;
  103. padding: 2px;
  104. margin-top: 20px;
  105. border-radius: 5px;
  106. }
  107. .Seach_box {
  108. height: 18px;
  109. width: 140px;
  110. border: 0;
  111. background: transparent;
  112. outline: none;
  113. position: absolute;
  114. font-size: 14px;
  115. padding: 2px;
  116. color: #99b6cd;
  117. }
  118. .Seac_icon {
  119. background: url(../img/ss.png)no-repeat;
  120. width: 20px;
  121. height: 20px;
  122. display: block;
  123. position: absolute;
  124. right: 0;
  125. /* line-height: 51px; */
  126. top: 7px;
  127. }
  128. .login_icon {
  129. background: url(../img/login.png)no-repeat;
  130. width: 20px;
  131. height: 20px;
  132. display: block;
  133. margin-top: 25px;
  134. }
  135. .login_btton {
  136. color: #fff;
  137. }
  138. .login_box {
  139. padding-left: 10px;
  140. }
  141. .login_box a {
  142. color: #fff;
  143. cursor: pointer;
  144. }
  145. input::-webkit-input-placeholder,
  146. textarea::-webkit-input-placeholder {
  147. color: #99b6cd;
  148. }
  149. input:-moz-placeholder,
  150. textarea:-moz-placeholder {
  151. color: #99b6cd;
  152. }
  153. input::-moz-placeholder,
  154. textarea::-moz-placeholder {
  155. color: #99b6cd6;
  156. }
  157. input:-ms-input-placeholder,
  158. textarea:-ms-input-placeholder {
  159. color: #99b6cd;
  160. }
  161. .navcon_1 {
  162. margin-bottom: 10px;
  163. }
  164. .navCon {
  165. margin-top: 15px;
  166. }
  167. .Content_box {
  168. height: 350px;
  169. /*background-color: #03B2B7;*/
  170. border: 1px solid #CCCCCC;
  171. border-top: 5px solid #00a1cb;
  172. }
  173. .content_title {
  174. padding-top: 4px;
  175. font-weight: bold;
  176. line-height: 26px;
  177. background: #f3f3f3;
  178. padding-left: 15px;
  179. }
  180. .content_moddile {
  181. padding: 0 15px;
  182. padding-top: 12px;
  183. }
  184. .cont_modtitle {
  185. color: #00a1cb;
  186. }
  187. .cont_wz {
  188. margin-bottom: 14px;
  189. }
  190. .fx {
  191. border-bottom: 1px dashed #ccc;
  192. }
  193. .new_list li {
  194. height: 30px;
  195. }
  196. .new_list li:hover {
  197. background-color: #f5f5f5;
  198. }
  199. .content_foot ul.MQ li:nth-of-type(even){
  200. background-color: #f3f3f3;
  201. }
  202. .new_title {
  203. height: 100%;
  204. line-height: 30px;
  205. padding: 0 15px;
  206. }
  207. .new_title h1 {
  208. margin: 0;
  209. padding: 0;
  210. font-weight: normal;
  211. line-height: 30px;
  212. white-space: nowrap;
  213. overflow: hidden;
  214. text-overflow: ellipsis;
  215. float: left;
  216. width: 55%;
  217. }
  218. .new_title em {
  219. font-style: normal;
  220. }
  221. .new_title a {
  222. color: #000;
  223. display: block;
  224. width: 100%;
  225. color: #666;
  226. white-space: nowrap;
  227. overflow: hidden;
  228. text-overflow: ellipsis;
  229. }
  230. .new_title a:hover {
  231. color: #00b5e4!important;
  232. }
  233. .mores {
  234. font-weight: normal;
  235. margin-right: 20px;
  236. font-size: 14px;
  237. }
  238. .mores a{
  239. color: #000;
  240. }
  241. .mores a:hover{
  242. color: #00a1cb;
  243. }
  244. .new_img li {
  245. float: left;
  246. width: 24%;
  247. }
  248. .content_foot_img {
  249. padding: 15px 10px;
  250. }
  251. ._imgbox {
  252. cursor: pointer;
  253. }
  254. /*主体*/
  255. .main-bar {
  256. height: 80px;
  257. background-color: #02B2B5;
  258. }
  259. .main-bar .logo {
  260. float: left;
  261. margin-top: 19px;
  262. width: 408px;
  263. height: 53px;
  264. /*background: * url("") no-repeat;*/
  265. border: 1px solid red;
  266. }
  267. .main-bar .back {
  268. float: right;
  269. background-color: #ea544a;
  270. border-radius: 20px;
  271. font-family: "Microsoft Yahei";
  272. height: 30px;
  273. line-height: 30px;
  274. width: 92px;
  275. text-align: center;
  276. margin-top: 28px;
  277. color: white;
  278. }
  279. .main-bar .back a {
  280. color: white;
  281. font-size: .93em;
  282. }
  283. .main-bar .back a:hover {
  284. color: white;
  285. text-decoration: underline;
  286. }
  287. .main-bar .nav {
  288. /*float: left;*/
  289. font-family: "Microsoft Yahei";
  290. }
  291. .Foots {
  292. border: 1px solid #ccc;
  293. }
  294. .foot_ul li {
  295. float: left;
  296. width: 20%;
  297. margin-bottom: 15px;
  298. cursor: pointer;
  299. }
  300. .FootBox {
  301. text-align: center;
  302. padding: 50px;
  303. }
  304. .index-banner {
  305. line-height: 0;
  306. height: 300px;
  307. }
  308. .index-banner img {
  309. display: block;
  310. width: 100%;
  311. height: 100%;
  312. }
  313. .col-wide {
  314. float: left;
  315. width: 650px;
  316. }
  317. .col-narrow {
  318. margin-left: 700px;
  319. }
  320. .box-01 .box-title {
  321. padding: 16px 10px 16px 0;
  322. height: 16px;
  323. margin-bottom: 20px;
  324. }
  325. .box-01.red-bg .box-title {
  326. background-color: #85c300;
  327. text-align: center;
  328. color: #fff;
  329. }
  330. .col-narrow .rt-box {
  331. height: 47px;
  332. line-height: 47px;
  333. border-bottom: 2px solid #000;
  334. position: relative;
  335. }
  336. .col-narrow .rt-box .right-title {
  337. float: left;
  338. color: #c44542;
  339. }
  340. .col-narrow .rt-box .bor-line {
  341. width: 50%;
  342. height: 2px;
  343. line-height: 0;
  344. background: #c44542;
  345. position: absolute;
  346. bottom: -2px;
  347. }
  348. .col-narrow .rt-box .right-more {
  349. float: right;
  350. }
  351. .col-narrow .rt-box .right-more a {
  352. color: #000;
  353. font-size: 12px;
  354. }
  355. .col-narrow .rt-box .right-more a:hover {
  356. color: #ac2e3b;
  357. }
  358. .col-narrow .bianmin-con {
  359. margin-left: -10px;
  360. height: 240px;
  361. }
  362. .col-narrow .bianmin-con li {
  363. float: left;
  364. width: 30%;
  365. height: 70px;
  366. margin-left: 10px;
  367. background: aqua;
  368. margin-top: 10px;
  369. }
  370. .col-narrow .bianmin-con li a,
  371. .col-narrow .bianmin-con li a img {
  372. display: block;
  373. width: 100%;
  374. height: 100%;
  375. }
  376. .col-narrow .bianmin-con li.seven,
  377. .col-narrow .bianmin-con li.four {
  378. width: 63%;
  379. }
  380. .col-narrow .sjtj-con {
  381. border: 1px solid #707070;
  382. text-align: center;
  383. font-size: 16px;
  384. border-radius: 5px;
  385. overflow: hidden;
  386. margin-top: 10px;
  387. padding-bottom: 15px;
  388. }
  389. .col-narrow .sjtj-con .sjtj-title {
  390. background: #ac2e3b;
  391. color: #fff;
  392. height: 45px;
  393. line-height: 45px;
  394. }
  395. .col-narrow .sjtj-con ul li {
  396. width: 50%;
  397. float: left;
  398. margin-top: 25px;
  399. }
  400. .box-01 .box-title-name {
  401. float: left;
  402. font-family: "Microsoft Yahei";
  403. line-height: 1em;
  404. color: #333;
  405. padding-left: 10px;
  406. border-left: 7px solid #00a1cb;
  407. }
  408. .col-narrow .box-01.gray-bg .box-title .right-title {
  409. border-left: 0;
  410. color: rgb(22, 100, 162);
  411. }
  412. .col-narrow .box-01.gray-bg .box-title .box-title-name,
  413. .col-narrow .box-01.gray-bg .box-title .box-title-more a {
  414. /*color: #000;*/
  415. }
  416. .box-01.red-decoration .main-content {
  417. padding: 0px 30px 0px 20px;
  418. color: #333;
  419. font-size: .875em;
  420. border: 1px solid #d8d8d8;
  421. }
  422. .box-01.red-decoration .main-content .content-title {
  423. text-align: center;
  424. color: #000000;
  425. font-size: 20px;
  426. font-family: "宋体", "黑体", "新宋体";
  427. font-weight: bold;
  428. margin: 20px auto;
  429. }
  430. .box-01.red-decoration .main-content .gary-line {
  431. border-bottom: solid 1px #ddd;
  432. margin: 10px 36px;
  433. }
  434. .box-01.red-decoration .main-content .content-info {
  435. text-align: center;
  436. font-size: 12px;
  437. border: #dcdcdc dashed 1px;
  438. border-width: 0 0 1px 0;
  439. padding-bottom: 15px;
  440. }
  441. .box-01.red-decoration .main-content .content-text {
  442. margin: 15px 32px;
  443. line-height: 30px;
  444. }
  445. .box-01 .box-title-more {
  446. float: right;
  447. text-align: right;
  448. color: #999999;
  449. font-size: .75em;
  450. line-height: 1.34em;
  451. }
  452. .box-01 .box-title-more a {
  453. color: #333;
  454. }
  455. .box-01 .box-title-more a:hover {
  456. color: #ac2e3b;
  457. text-decoration: none;
  458. }
  459. ul.news-list.gray-line>li {
  460. height: 50px;
  461. border-bottom: 1px dashed #e0e0e0;
  462. padding-right: 20px;
  463. }
  464. ul.news-list.gray-line>li .news-title {
  465. height: 100%;
  466. }
  467. ul.news-list.gray-line>li:prev-child {
  468. border: none;
  469. padding-top: 10px;
  470. }
  471. ul.news-list.gray-line>li:after {
  472. content: "";
  473. display: block;
  474. clear: both;
  475. height: 0;
  476. }
  477. ul.news-list.gray-line .news-pic img {
  478. width: 120px;
  479. height: 90px;
  480. display: block;
  481. }
  482. ul.news-list.gray-line .news-title>h1 {
  483. margin: 0;
  484. padding: 0;
  485. font-weight: normal;
  486. color: #ea544a;
  487. font-size: .875em;
  488. line-height: 50px;
  489. white-space: nowrap;
  490. overflow: hidden;
  491. text-overflow: ellipsis;
  492. float: left;
  493. width: 55%;
  494. }
  495. ul.news-list.gray-line .news-title>h1>a {
  496. display: block;
  497. width: 100%;
  498. color: #666;
  499. white-space: nowrap;
  500. overflow: hidden;
  501. text-overflow: ellipsis;
  502. }
  503. ul.news-list.gray-line .news-title:hover h1>a {
  504. color: rgb(22, 100, 162);
  505. /*text-decoration: underline;*/
  506. }
  507. ul.news-list.gray-line .news-title>p {
  508. margin: 0;
  509. padding: 0;
  510. color: #999999;
  511. font-size: .75em;
  512. line-height: 2.4em;
  513. white-space: nowrap;
  514. overflow: hidden;
  515. text-overflow: ellipsis;
  516. }
  517. ul.news-list.gray-line .news-title>em {
  518. display: block;
  519. font-style: normal;
  520. font-family: Verdana;
  521. font-size: .75em;
  522. line-height: 50px;
  523. color: #666666;
  524. float: right;
  525. }
  526. .lm-table {
  527. table-layout: fixed;
  528. width: 100%;
  529. font-size: .75em;
  530. padding-bottom: 11px;
  531. }
  532. .lm-table td {
  533. border-bottom: 1px solid #f6f6f6;
  534. height: 48px;
  535. line-height: 48px;
  536. padding: 0 15px;
  537. text-align: center;
  538. font-size: 13px;
  539. }
  540. .lm-table .lm-title td {
  541. background-color: #f2f2f2;
  542. font-family: "Microsoft Yahei";
  543. color: #1a1a1a;
  544. font-size: 1.17em;
  545. height: 40px;
  546. line-height: 40px;
  547. }
  548. .lm-table .last td {
  549. border: none;
  550. }
  551. .lm-table .red {
  552. color: #f18c86;
  553. }
  554. .lm-table .date {
  555. color: #8c8c8c;
  556. font-family: Verdana;
  557. }
  558. .lm-table .organizer {
  559. color: #666666;
  560. white-space: nowrap;
  561. overflow: hidden;
  562. text-overflow: ellipsis;
  563. }
  564. .lm-table .content a {
  565. font-size: 13px;
  566. display: block;
  567. white-space: nowrap;
  568. overflow: hidden;
  569. text-overflow: ellipsis;
  570. color: #3f3f3f;
  571. }
  572. .lm-table .content a:hover {
  573. color: #c44542;
  574. }
  575. ul.news-list.news-r-red>li {
  576. border-bottom: 1px dashed #ccc;
  577. background-color: #F6F6F6;
  578. height: 50px;
  579. }
  580. ul.news-list.news-r-red>li>.m-across {
  581. padding: 0px 20px 0px;
  582. height: 100%;
  583. }
  584. ul.news-list.news-r-red>li>.m-across:hover {
  585. /* border-right: 2px solid #ff5256;*/
  586. cursor: pointer;
  587. }
  588. ul.news-list.news-r-red>li.odd {
  589. /*background-color: #f6f6f6;*/
  590. }
  591. ul.news-list.news-r-red>li>.m-across>a {
  592. display: block;
  593. font-size: .875em;
  594. line-height: 44px;
  595. color: #666;
  596. white-space: nowrap;
  597. overflow: hidden;
  598. text-overflow: ellipsis;
  599. float: left;
  600. width: 50%;
  601. height: 100%;
  602. line-height: 50px;
  603. }
  604. ul.news-list.news-r-red>li>.m-across:hover a {
  605. color: #c44542;
  606. }
  607. ul.news-list.news-r-red>li>.m-across>em {
  608. display: block;
  609. font-style: normal;
  610. font-family: Verdana;
  611. font-size: .75em;
  612. height: 100%;
  613. line-height: 50px;
  614. color: #666;
  615. float: right;
  616. }
  617. .count {
  618. font-family: "Microsoft Yahei";
  619. color: white;
  620. }
  621. .count .all-count {
  622. background-color: #F6F6F6;
  623. }
  624. .all-count ul.acceptance {
  625. font-size: .875em;
  626. color: #666666;
  627. }
  628. .today-count ul.acceptance {
  629. font-size: 14px;
  630. color: #666;
  631. }
  632. ul.acceptance li .pl-30 {
  633. height: 100%;
  634. line-height: 50px;
  635. }
  636. ul.acceptance li {
  637. width: 100%;
  638. height: 50px;
  639. text-align: center;
  640. }
  641. .all-count .dcon {
  642. text-indent: 30px;
  643. color: #262626;
  644. font-size: 14px;
  645. padding: 20px 10px 10px 10px;
  646. line-height: 25px;
  647. }
  648. .all-count .dcan {
  649. width: 75%;
  650. margin: 0 auto;
  651. padding: 10px 0;
  652. }
  653. .all-count .dcan a {
  654. display: block;
  655. height: 30px;
  656. width: 85px;
  657. text-align: center;
  658. line-height: 30px;
  659. background: #03b2b7;
  660. border-radius: 20px;
  661. color: #fff;
  662. font-size: 15px;
  663. }
  664. .all-count .dcan a.dc {
  665. float: left;
  666. }
  667. .all-count .dcan a.ck {
  668. float: right;
  669. }
  670. ul.acceptance>li>img {
  671. display: block;
  672. float: left;
  673. margin-top: 3px;
  674. }
  675. .count .number {
  676. margin: 0 15px;
  677. }
  678. .box-content .fw-guide {
  679. margin-left: -20px;
  680. }
  681. .box-content .fw-guide li {
  682. float: left;
  683. width: 22%;
  684. height: 70px;
  685. margin-left: 20px;
  686. margin-top: 25px;
  687. border-radius: 3px;
  688. }
  689. .box-content .fw-guide li a {
  690. display: block;
  691. width: 100%;
  692. height: 100%;
  693. text-align: center;
  694. color: #fff;
  695. font-size: 14px;
  696. box-sizing: border-box;
  697. }
  698. .box-content .fw-guide li a i {
  699. display: block;
  700. height: 32px;
  701. width: 32px;
  702. margin: 0 auto;
  703. margin-top: 8px;
  704. }
  705. .box-content .fw-guide li.serv1 {
  706. background: #4b83b4;
  707. }
  708. .box-content .fw-guide li.serv1 a i {
  709. background: url("../img/sky .png") no-repeat 0 0;
  710. }
  711. .box-content .fw-guide li.serv2 {
  712. background: #cdc27c;
  713. }
  714. .box-content .fw-guide li.serv2 a i {
  715. background: url(../img/email.png) no-repeat 0 3px;
  716. }
  717. .box-content .fw-guide li.serv3 {
  718. background: #cdb49e;
  719. }
  720. .box-content .fw-guide li.serv3 a i {
  721. background: url(../img/chaxun.png) no-repeat 0 0;
  722. }
  723. .box-content .fw-guide li.serv4 {
  724. background: #9cc0e0;
  725. }
  726. .box-content .fw-guide li.serv4 a i {
  727. background: url(../img/tousu.png) no-repeat 0 0;
  728. }
  729. .box-content .fw-guide li.serv5 {
  730. background: #d0c6de;
  731. }
  732. .box-content .fw-guide li.serv5 a i {
  733. background: url(../img/churu.png) no-repeat 0 0;
  734. }
  735. .box-content .fw-guide li.serv6 {
  736. background: #88bcb7;
  737. }
  738. .box-content .fw-guide li.serv6 a i {
  739. width: 34px;
  740. height: 34px;
  741. background: url(../img/trade.png) no-repeat 0 0;
  742. }
  743. .box-content .fw-guide li.serv7 {
  744. background: #9dadc6;
  745. }
  746. .box-content .fw-guide li.serv7 a i {
  747. background: url(../img/cost.png) no-repeat 0 0;
  748. }
  749. .box-content .fw-guide li.serv8 {
  750. background: #e48b93;
  751. }
  752. .box-content .fw-guide li.serv8 a i {
  753. background: url(../img/pulic.png) no-repeat 0 0;
  754. }
  755. .footer {
  756. background: #00a1cb;
  757. font-size: 14px;
  758. color: #fff;
  759. height: 100px;
  760. }
  761. .footer .footer-con {
  762. height: 100%;
  763. width: 1000px;
  764. margin: 0 auto;
  765. }
  766. .footerbox {
  767. text-align: center;
  768. line-height: 20px;
  769. padding-top: 20px;
  770. }
  771. .footerbox a{
  772. color: #fff;
  773. }
  774. .box-01 .sqsl_detail {
  775. position: relative;
  776. /*padding: 10px 36px 36px;*/
  777. }
  778. .box-01 .sqsl_detail table {
  779. width: 100%;
  780. border-collapse: collapse;
  781. }
  782. .box-01 .sqsl_detail table th {
  783. width: 15%;
  784. text-align: center;
  785. background: rgb(240, 244, 247);
  786. padding: 10px 15px;
  787. font-weight: normal;
  788. border: 1px solid #e6e6e6;
  789. font-size: 14px;
  790. color: #000;
  791. }
  792. .box-01 .sqsl_detail table td {
  793. padding: 5px 15px;
  794. font-size: 14px;
  795. line-height: 30px;
  796. border: 1px solid #e6e6e6;
  797. color: #666;
  798. }
  799. .accessible-wrap {
  800. display: none;
  801. -moz-user-select: none;
  802. -webkit-user-select: none;
  803. -ms-user-select: none;
  804. -khtml-user-select: none;
  805. user-select: none;
  806. }
  807. .accessible-body {
  808. position: fixed;
  809. z-index: 10;
  810. width: 100%;
  811. min-width: 1000px;
  812. text-align: right;
  813. padding: 10px 0;
  814. font-size: .875em;
  815. background-color: white !important;
  816. border-bottom: 1px solid #ddd;
  817. }
  818. .accessible-body-fixed {
  819. height: 47px;
  820. }
  821. .accessible-body span {
  822. display: inline-block;
  823. padding: 0 10px;
  824. margin-left: 6px;
  825. border: 1px solid #ccc;
  826. border-radius: 5px;
  827. background-color: #f3f3f3 !important;
  828. line-height: 24px;
  829. color: #444 !important;
  830. cursor: pointer;
  831. }
  832. .contrast,
  833. .contrast * {
  834. background: black !important;
  835. color: white !important;
  836. }
  837. .pagination {
  838. display: block;
  839. width: 100%;
  840. margin: 20px auto;
  841. }
  842. .fixed-table-pagination {
  843. font-size: 14px;
  844. }
  845. .fixed-table-pagination div.pagination {
  846. width: 55%;
  847. }
  848. .JumpPage {
  849. padding: 6px 0;
  850. height: 18px;
  851. }
  852. .ban-bottom {
  853. margin: 25px 0;
  854. }
  855. .ban-bottom li {
  856. float: left;
  857. width: 16.6%;
  858. height: 112px;
  859. box-sizing: border-box;
  860. padding: 10px;
  861. border-right: 1px dashed #ccc;
  862. }
  863. .firli {
  864. text-align: center;
  865. color: #ac2e3b;
  866. font-size: 20px;
  867. }
  868. .firli b {
  869. font-size: 45px;
  870. }
  871. .ban-bottom li a {
  872. display: block;
  873. width: 100%;
  874. text-align: center;
  875. }
  876. .ban-bottom li a .bbtop {
  877. margin: 8px 0;
  878. }
  879. .ban-bottom li a p {
  880. font-size: 14px;
  881. color: #666666;
  882. }
  883. .ban-bottom li a i.icon {
  884. display: inline-block;
  885. background: url(../img/icon.png) no-repeat;
  886. background-size: 25px;
  887. height: 25px;
  888. width: 25px;
  889. vertical-align: middle;
  890. margin-right: 5px;
  891. }
  892. .ban-bottom li a i.icon1 {
  893. background-position: 0 0;
  894. }
  895. .ban-bottom li a i.icon2 {
  896. background-position: 0 -25px;
  897. height: 23px;
  898. }
  899. .ban-bottom li a i.icon3 {
  900. background-position: 0 -47px;
  901. }
  902. .ban-bottom li a i.icon4 {
  903. background-position: 0 -72px;
  904. height: 21px
  905. }
  906. .ban-bottom li a i.icon5 {
  907. background-position: 0 -93px;
  908. }
  909. .chaxun-con {
  910. padding: 20px;
  911. }
  912. .box-title .chaxun>div {
  913. float: left;
  914. }
  915. .box-title .chaxun {
  916. float: right;
  917. }
  918. .box-title .chaxun>div>p {
  919. display: inline-block;
  920. width: 150px;
  921. height: 25px;
  922. border: 1px solid #ccc;
  923. position: relative;
  924. margin-right: 5px;
  925. }
  926. .box-title .chaxun>div>p>input {
  927. border: 0;
  928. width: 90%;
  929. height: 23px;
  930. outline: none;
  931. padding-left: 5px;
  932. }
  933. .box-title .chaxun>div.zonghe {
  934. margin-left: 35px;
  935. cursor: pointer;
  936. line-height: 26px;
  937. }
  938. .box-title .chaxun>div.zonghe .zhank {
  939. display: inline-block;
  940. background: url(../img/zhank.png);
  941. height: 9px;
  942. width: 15px;
  943. margin-left: 5px;
  944. animation: bounce .5s ease-in-out infinite;
  945. }
  946. @keyframes bounce {
  947. 0% {
  948. -webkit-transform: translate3d(0, 0px, 0);
  949. transform: translate3d(0, 0px, 0);
  950. }
  951. 50% {
  952. -webkit-transform: translate3d(0, -3px, 0);
  953. transform: translate3d(0, -3px, 0);
  954. }
  955. 100% {
  956. -webkit-transform: translate3d(0, 0px, 0);
  957. transform: translate3d(0, 0px, 0);
  958. }
  959. }
  960. .cxr * {
  961. box-sizing: content-box!important;
  962. }
  963. .cxr {
  964. height: auto;
  965. }
  966. .cx-title {
  967. width: 100%;
  968. height: 30px;
  969. text-align: center;
  970. line-height: 30px;
  971. background: #02b2b7;
  972. color: #fff;
  973. margin-bottom: 20px;
  974. }
  975. .cxr p {
  976. font-size: 15px;
  977. }
  978. .cxr .gjcx-row1 p,
  979. .cxr .gjcx-row2 p {
  980. float: left;
  981. width: 33.3%;
  982. text-align: center;
  983. margin-bottom: 15px;
  984. }
  985. .cxr .gjcx-row1 input {
  986. padding-left: 10px;
  987. width: 143px;
  988. }
  989. .cxr .gjcx-row1 input.laydate-icon {
  990. padding-right: 0;
  991. }
  992. .cxr .gjcx-row2 select {
  993. height: 25px;
  994. line-height: 25px;
  995. outline: none;
  996. padding-left: 30px;
  997. width: 125px;
  998. }
  999. .gjcx-row3 {
  1000. width: 30%;
  1001. margin: 0 auto;
  1002. }
  1003. .gjcx-row3 .psw {
  1004. outline: none;
  1005. height: 27px;
  1006. padding-left: 10px;
  1007. font-size: 15px;
  1008. cursor: pointer;
  1009. width: 140px;
  1010. border-radius: 5px;
  1011. background-color: #337ab7;
  1012. border-color: #337ab7;
  1013. color: #fff;
  1014. margin-top: 10px;
  1015. border: 0;
  1016. }
  1017. .gjcx-row3 p span {
  1018. display: inline-block;
  1019. width: 300px;
  1020. height: 25px;
  1021. border: 1px solid #ccc;
  1022. position: relative;
  1023. }
  1024. .gjcx-row3 p span input {
  1025. height: 90%;
  1026. border: 0;
  1027. width: 90%;
  1028. }
  1029. .gjcx-row3 p span a {
  1030. display: block;
  1031. height: 25px;
  1032. width: 25px;
  1033. position: absolute;
  1034. right: 2px;
  1035. top: 0px;
  1036. background: url(../img/search.png) center center no-repeat;
  1037. background-position: center center;
  1038. }
  1039. .diaocha {
  1040. color: #4c4c4c;
  1041. font-family: "microsoft yahei";
  1042. padding: 30px 35px;
  1043. }
  1044. .diaocha .diaocha-title {
  1045. font-size: 24px;
  1046. text-align: center;
  1047. /*margin-top: 30px;*/
  1048. }
  1049. .dctle-con {
  1050. text-indent: 32px;
  1051. font-size: 16px;
  1052. padding: 30px 0;
  1053. }
  1054. .diaocha-con h2 {
  1055. font-weight: normal;
  1056. font-size: 16px;
  1057. }
  1058. .diaocha-con .radio,
  1059. .diaocha-con .checkbox {
  1060. font-size: 14px;
  1061. padding-left: 30px;
  1062. }
  1063. .diaocha-con .checkbox {
  1064. width: 22.5%;
  1065. float: left;
  1066. margin-top: 0;
  1067. }
  1068. .checkbox+.checkbox {
  1069. margin-top: 0px;
  1070. }
  1071. .diaocha hr {
  1072. border-top: 4px solid #ccc;
  1073. margin-bottom: 40px;
  1074. }
  1075. .tj-box {
  1076. width: 30%;
  1077. margin: 0 auto;
  1078. }
  1079. .tj-box a {
  1080. display: block;
  1081. height: 35px;
  1082. width: 100px;
  1083. text-align: center;
  1084. line-height: 35px;
  1085. background: #03b2b7;
  1086. color: #fff;
  1087. border-radius: 3px;
  1088. }
  1089. .tj-box .dctj {
  1090. float: left;
  1091. }
  1092. .tj-box .dcck {
  1093. float: right;
  1094. }
  1095. .result-con {
  1096. padding-left: 30px;
  1097. }
  1098. .result-con>div {
  1099. float: left;
  1100. font-size: 14px;
  1101. }
  1102. .result-con .releft {
  1103. width: 30%;
  1104. }
  1105. .result-con .remiddle {
  1106. width: 40%;
  1107. }
  1108. .result-con .reright {
  1109. width: 10%;
  1110. margin-left: 20px;
  1111. }
  1112. .progress {
  1113. height: 16px;
  1114. }
  1115. .progress-bar-success {
  1116. background-color: #97c44f;
  1117. }
  1118. .progress-bar-warning {
  1119. background-color: #f2d561;
  1120. }
  1121. .progress-bar-zise {
  1122. background-color: #c278a9;
  1123. }
  1124. .progress-bar-cheng {
  1125. background-color: #fc9765;
  1126. }
  1127. .progress-bar-bohe {
  1128. background-color: #87ebf1;
  1129. }
  1130. .progress-bar-fen {
  1131. background-color: #ffe6de;
  1132. }
  1133. .progress-bar-dousha {
  1134. background-color: #ef9c94;
  1135. }
  1136. .progress-bar-qing {
  1137. background-color: #deffde;
  1138. }
  1139. .lv {
  1140. color: #97c44f;
  1141. }
  1142. .huang {
  1143. color: #f2d561;
  1144. }
  1145. .hong {
  1146. color: #d9534f;
  1147. }
  1148. .lan {
  1149. color: #5bc0de;
  1150. }
  1151. .zise {
  1152. color: #c278a9;
  1153. }
  1154. .cheng {
  1155. color: #fc9765;
  1156. }
  1157. .bohe {
  1158. color: #87ebf1;
  1159. }
  1160. .fen {
  1161. color: #ffe6de;
  1162. }
  1163. .dousha {
  1164. color: #ef9c94;
  1165. }
  1166. .qing {
  1167. color: #deffde;
  1168. }
  1169. .return {
  1170. display: block;
  1171. height: 35px;
  1172. width: 100px;
  1173. text-align: center;
  1174. line-height: 35px;
  1175. background: #03b2b7;
  1176. color: #fff;
  1177. border-radius: 3px;
  1178. margin: 0 auto;
  1179. }
  1180. .nextGo {
  1181. display: block;
  1182. line-height: 35px;
  1183. width: 100px;
  1184. text-align: center;
  1185. line-height: 35px;
  1186. background: #00a1cb;
  1187. color: #fff;
  1188. border-radius: 3px;
  1189. margin: 0 auto;
  1190. outline: none;
  1191. border-color: #00a1cb;
  1192. }
  1193. .personal .table {
  1194. width: 90%;
  1195. margin: 20px auto;
  1196. }
  1197. .personal .table tr td {
  1198. text-align: center;
  1199. }
  1200. .personal .table tr td img {
  1201. margin-right: 5px;
  1202. }
  1203. .personal .table tr td input[type=text] {
  1204. width: 90%;
  1205. height: 20px;
  1206. border: 0;
  1207. outline: none;
  1208. text-align: center;
  1209. }
  1210. .personal .table tr td:first-child {
  1211. text-align: right;
  1212. width: 20%;
  1213. }
  1214. .personal .table tr td select {
  1215. vertical-align: middle;
  1216. font-size: 14px;
  1217. outline: none;
  1218. width: 100px;
  1219. height: 30px;
  1220. padding-left: 5px;
  1221. }
  1222. .personal .table tr td button {
  1223. color: #fff;
  1224. background: #ac2e3b;
  1225. border: 0;
  1226. padding: 5px 10px;
  1227. border-radius: 3px;
  1228. margin: 10px auto;
  1229. display: block;
  1230. }
  1231. .Input_ {
  1232. background-color: #FFF;
  1233. background-image: none;
  1234. border: 1px solid #ccc;
  1235. border-radius: 1px;
  1236. color: inherit;
  1237. padding: 6px 12px;
  1238. }
  1239. .sys-title {
  1240. color: #990000;
  1241. font-size: 40px;
  1242. font-family: "宋体";
  1243. height: 140px;
  1244. line-height: 140px;
  1245. padding-left: 50px;
  1246. }
  1247. .hr {
  1248. border-top: 1px solid #d9d9d9;
  1249. }
  1250. .sys-con img {
  1251. display: block;
  1252. height: 295px;
  1253. width: 340px;
  1254. margin: 40px auto;
  1255. }
  1256. .sys-word .weihu,
  1257. .sys-word .sys-time {
  1258. color: #b10808;
  1259. font-size: 36px;
  1260. text-align: center;
  1261. }
  1262. .sys-word .sys-time {
  1263. font-size: 25px;
  1264. }
  1265. .sys-word .sys-xuan {
  1266. text-align: right;
  1267. width: 50%;
  1268. margin: 0 auto;
  1269. color: #b10808;
  1270. font-size: 24px;
  1271. }
  1272. ._imgbox img {
  1273. width: 168px;
  1274. height: 110px;
  1275. }
  1276. .m-r a {
  1277. display: block;
  1278. width: 100%;
  1279. color: #666;
  1280. white-space: nowrap;
  1281. overflow: hidden;
  1282. text-overflow: ellipsis;
  1283. cursor: pointer;
  1284. }
  1285. .m-r .new_imga{
  1286. height: 20px;
  1287. line-height: 20px;
  1288. text-align: center;
  1289. margin-top: 5px;
  1290. margin-bottom: 10px;
  1291. }
  1292. /*头部*/
  1293. .topbar {
  1294. padding: 5px 0;
  1295. background-color: #00a1cb;
  1296. }
  1297. .container {
  1298. width: 1200px;
  1299. font-size: 14px;
  1300. }
  1301. .Right_f li {
  1302. display: inline-block;
  1303. padding-left: 5px;
  1304. padding-right: 5px;
  1305. }
  1306. .Right_f img {
  1307. vertical-align: middle;
  1308. }
  1309. .container ul li a {
  1310. color: #fff;
  1311. }
  1312. .container ul li a:hover {
  1313. color: #eee;
  1314. }
  1315. .headbar {
  1316. height: 120px;
  1317. background-color: #fff;
  1318. border-bottom: 1px solid #ddd;
  1319. }
  1320. .brand {
  1321. margin-top: 20px;
  1322. width: 50%;
  1323. margin-left: 30px;
  1324. }
  1325. .headbar .Right_nav{
  1326. margin-top: 34px;
  1327. width: 43%;
  1328. }
  1329. .Right_nav li{
  1330. display: inline-block;
  1331. height: 25px;
  1332. padding-left: 30px;
  1333. padding-right: 30px;
  1334. line-height: 25px;
  1335. position: relative;
  1336. }
  1337. .Right_nav li::after{
  1338. content: "";
  1339. position: absolute;
  1340. top: 0px;
  1341. height: 50px;
  1342. width: 1px;
  1343. right: 0;
  1344. background-color: #7ec5d7;
  1345. }
  1346. .Right_nav li:nth-of-type(5):after {
  1347. width: 0;
  1348. }
  1349. .container .Right_nav li a{
  1350. color: #8a8686;
  1351. width: 36px;
  1352. font-size: 16px;
  1353. display: inline-block;
  1354. }
  1355. .container .Right_nav li a:hover{
  1356. color: #00a1cb;
  1357. }
  1358. .container .Right_nav li a.active{
  1359. color: #00a1cb;
  1360. }
  1361. .nav-justified {
  1362. width: 100%;
  1363. }
  1364. .nav-justified>li>a {
  1365. font-size: 18px;
  1366. color: #fff;
  1367. font-weight: bold;
  1368. border-left: 1px solid #00b5e4;
  1369. padding: 15px 0;
  1370. }
  1371. .nav-justified>li:first-child>a {
  1372. border-left: 0;
  1373. }
  1374. .nav>li>a:focus,
  1375. .nav>li>a:hover {
  1376. text-decoration: none;
  1377. background-color: #0091b7;
  1378. }
  1379. .btn-primary {
  1380. color: #ffffff;
  1381. background-color: #00a1cb;
  1382. border-color: transparent;
  1383. }
  1384. .btn {
  1385. display: inline-block;
  1386. margin-bottom: 0;
  1387. font-weight: normal;
  1388. text-align: center;
  1389. vertical-align: middle;
  1390. touch-action: manipulation;
  1391. cursor: pointer;
  1392. background-image: none;
  1393. border: 1px solid transparent;
  1394. white-space: nowrap;
  1395. padding: 6px 25px;
  1396. font-size: 14px;
  1397. line-height: 1.42857143;
  1398. border-radius: 0;
  1399. }
  1400. .bg-default {
  1401. background-color: #f5f5f5;
  1402. text-align: right;
  1403. }
  1404. #searchx {
  1405. outline: none;
  1406. box-shadow: none !important;
  1407. background-color: transparent !important;
  1408. padding: 6px 12px;
  1409. font-size: 14px;
  1410. line-height: 1.42857143;
  1411. color: #777777;
  1412. background-color: #ffffff;
  1413. background-image: none;
  1414. border: 1px solid #fff;
  1415. border-radius: 0;
  1416. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1417. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1418. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1419. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1420. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
  1421. }
  1422. .input-group-addon {
  1423. position: relative;
  1424. right: -12px;
  1425. border: none!important;
  1426. background: #f5f5f5!important;
  1427. padding: 6px 12px;
  1428. font-size: 14px;
  1429. font-weight: normal;
  1430. line-height: 1;
  1431. color: #777777;
  1432. text-align: center;
  1433. background-color: #ffffff;
  1434. border: 1px solid #cccccc;
  1435. border-radius: 0;
  1436. }
  1437. ::-webkit-input-placeholder {
  1438. /* WebKit browsers */
  1439. color: #ccc!important;
  1440. }
  1441. :-moz-placeholder {
  1442. /* Mozilla Firefox 4 to 18 */
  1443. color: #ccc!important;
  1444. opacity: 1;
  1445. }
  1446. ::-moz-placeholder {
  1447. /* Mozilla Firefox 19+ */
  1448. color: #ccc!important;
  1449. opacity: 1;
  1450. }
  1451. :-ms-input-placeholder {
  1452. /* Internet Explorer 10+ */
  1453. color: #ccc!important;
  1454. }
  1455. .seach_img {
  1456. background: url(../img/search.png)no-repeat;
  1457. width: 20px;
  1458. height: 20px;
  1459. display: block;
  1460. }
  1461. .actives {
  1462. background: #00B5e4;
  1463. }
  1464. .imgs a {
  1465. color: #000000!important;
  1466. }
  1467. .imgs a:hover {
  1468. color: #00b5e4!important;
  1469. }
  1470. ._imgbox img {
  1471. width: 168px;
  1472. height: 110px;
  1473. }
  1474. .Sl {
  1475. text-align: center;
  1476. padding: 10px;
  1477. }
  1478. .Sl li {
  1479. width: 50%;
  1480. float: left;
  1481. }
  1482. .btn {
  1483. text-align: center;
  1484. background: #00b5e4;
  1485. color: #fff;
  1486. border-radius: 3px;
  1487. margin: 0 auto;
  1488. outline: none;
  1489. border-color: #00b5e4;
  1490. }
  1491. .box-show {
  1492. cursor: pointer;
  1493. opacity: 0.5;
  1494. }
  1495. .new_imga:hover {
  1496. color: #00b5e4!important;
  1497. }
  1498. /*分界图片1*/
  1499. .img-boundary{
  1500. margin-bottom: 10px;
  1501. margin-left: 0;
  1502. padding-left:0;
  1503. padding-right: 0;
  1504. }
  1505. .img-boundary li{
  1506. float: left;
  1507. width: 232px;
  1508. height: 60px;
  1509. margin-right: 10px;
  1510. }
  1511. .img-boundary li:nth-of-type(5){
  1512. margin-right: 0;
  1513. }
  1514. /*实时统计*/
  1515. .left-statistics,
  1516. .right-statistics{
  1517. margin: 20px;
  1518. width: 40%;
  1519. }
  1520. .left-statistics{
  1521. width: 42%;
  1522. }
  1523. .left-statistics p,
  1524. .right-statistics p{
  1525. margin-bottom: 20px;
  1526. }
  1527. .left-statistics span,
  1528. .right-statistics span{
  1529. color: #626262;
  1530. font-size: 14px;
  1531. }
  1532. .left-statistics p span:nth-of-type(2),
  1533. .right-statistics p span:nth-of-type(2){
  1534. color: #bd261f;
  1535. font-weight: bold;
  1536. }
  1537. .statistics-content li{
  1538. float: left;
  1539. position: relative;
  1540. height: 40px;
  1541. margin-bottom: 10px;
  1542. }
  1543. .statistics-content li span:nth-of-type(1){
  1544. padding-left: 24px;
  1545. padding-right: 10px;
  1546. }
  1547. .statistics-content li span:nth-of-type(2){
  1548. position: absolute;
  1549. color: #bd261f;
  1550. left: 14px;
  1551. font-weight: bold;
  1552. width: 94px;
  1553. display: inline-block;
  1554. text-align: center;
  1555. }
  1556. .statistics-icon{
  1557. width: 22px;
  1558. height: 19px;
  1559. display: inline-block;
  1560. background: url(../img/statistics-icon.png) no-repeat left top;
  1561. position: absolute;
  1562. top: 2px;
  1563. }
  1564. .statistics-icon-1{
  1565. background-position: 0 0;
  1566. }
  1567. .statistics-icon-2{
  1568. background-position: 0 -19px;
  1569. }
  1570. .statistics-icon-3{
  1571. background-position: 0 -36px;
  1572. }
  1573. .statistics-icon-4{
  1574. background-position: 0 -55px;
  1575. }
  1576. /*商丘简介*/
  1577. .introduction{
  1578. margin-bottom: 10px;
  1579. margin-left: 0;
  1580. padding-left:0;
  1581. padding-right: 0;
  1582. }
  1583. .introduction-left{
  1584. width: 26%;
  1585. padding-left: 10px;
  1586. margin-right: 15px;
  1587. margin-top: 30px;
  1588. }
  1589. .introduction-left span{
  1590. float: left;
  1591. width: 112px;
  1592. height: 42px;
  1593. text-align: center;
  1594. line-height: 42px;
  1595. font-size: 42px;
  1596. font-weight: bold;
  1597. text-indent: 0.5em;
  1598. color: #00a1cb;
  1599. }
  1600. .introduction-left p{
  1601. color: #626262;
  1602. line-height: 26px;
  1603. }
  1604. .introduction-left p:not(:nth-of-type(1)){
  1605. text-indent: 2em;
  1606. }
  1607. .introduction-right{
  1608. width: 70%;
  1609. }
  1610. .introduction-right ul{
  1611. font-size: 0;
  1612. }
  1613. .introduction-right li{
  1614. display: inline-block;
  1615. position: relative;
  1616. width: 33.333%;
  1617. }
  1618. .introduction-right li:nth-of-type(1){
  1619. background-color: #4dabdc;
  1620. }
  1621. .introduction-right li:nth-of-type(2){
  1622. background-color: #2acfdf;
  1623. }
  1624. .introduction-right li:nth-of-type(3){
  1625. background-color: #86af5d;
  1626. }
  1627. .introduction-right li span{
  1628. display: inline-block;
  1629. height: 52px;
  1630. line-height: 52px;
  1631. color: #fff;
  1632. font-size: 24px;
  1633. padding-left: 16px;
  1634. }
  1635. .introduction-right .statistics-icon{
  1636. width: 26px;
  1637. height: 30px;
  1638. right: 10px;
  1639. top: 10px;
  1640. }
  1641. .statistics-icon-5{
  1642. background-position: 0 -74px;
  1643. }
  1644. .introduction-right li img{
  1645. display: block;
  1646. width: 100%;
  1647. height: 324px;
  1648. }
  1649. .Content+hr{
  1650. margin-top: 0;
  1651. }
  1652. /*footerbar*/
  1653. .footerbar{
  1654. margin-bottom: 8px;
  1655. padding-right: 0;
  1656. padding-left: 0;
  1657. }
  1658. .footerbar ul{
  1659. width: 97%;
  1660. margin: 18px auto;
  1661. }
  1662. .footerbar dt{
  1663. font-weight: normal;
  1664. }
  1665. .footerbar dt,
  1666. .footerbar dd{
  1667. padding-top: 8px;
  1668. padding-bottom: 8px;
  1669. }
  1670. .footerbar ul li dl a{
  1671. color: #4d4d4d;
  1672. }
  1673. .footerbar ul li dl a:hover{
  1674. color: #7ec5d7;
  1675. }
  1676. .footerbar ul li dl dt a{
  1677. font-size: 16px;
  1678. }
  1679. .footerbar ul li dl dd a{
  1680. font-size: 14px;
  1681. }
  1682. .footerbar li{
  1683. float: left;
  1684. margin-left: 80px;
  1685. margin-right: 80px;
  1686. }
  1687. .layui-layer-title{
  1688. background-color: #00a1cb !important;
  1689. }
  1690. .layui-layer-btn .layui-layer-btn0{
  1691. border-color: #00a1cb !important;
  1692. background-color: #00a1cb !important;
  1693. }
  1694. @media only screen and (max-width: 1920px) {
  1695. .Content {
  1696. min-height: 654px;/*1920屏幕下*/
  1697. }
  1698. #bannerContainer {
  1699. height: 450px;
  1700. }
  1701. }
  1702. @media only screen and (max-width: 1366px) {
  1703. .Content {
  1704. min-height: 371px;/*1366屏幕下*/
  1705. }
  1706. #bannerContainer {
  1707. height: 400px;
  1708. }
  1709. }