You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.css 20 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4. font-family: "Microsoft YaHei", "微软雅黑" !important;
  5. }
  6. .publicTitle {
  7. margin-bottom: 20px;
  8. position: relative;
  9. height: 30px;
  10. }
  11. .publicTitle:after {
  12. content: '';
  13. width: 100%;
  14. height: 1px;
  15. position: absolute;
  16. top: 0;
  17. bottom: 0;
  18. left: 0;
  19. margin: auto;
  20. background: #F1F1F1;
  21. }
  22. .publicTitle .publicTbox {
  23. position: relative;
  24. z-index: 3;
  25. width: 150px;
  26. background: #fff;
  27. line-height: 0;
  28. }
  29. .publicTitle .publicTbox>* {
  30. display: inline-block;
  31. vertical-align: middle;
  32. }
  33. .publicTitle img {
  34. width: 26px;
  35. margin-right: 15px;
  36. }
  37. .publicTitle span {
  38. line-height: 30px;
  39. font-size: 18px;
  40. }
  41. .publicMoreBox {
  42. position: absolute;
  43. right: 0;
  44. top: 0;
  45. bottom: 0;
  46. margin: auto;
  47. background: #fff;
  48. width: 74px;
  49. text-align: right;
  50. z-index: 9;
  51. height: 24px;
  52. line-height: 0;
  53. }
  54. .publicMore {
  55. display: inline-block;
  56. width: 53px;
  57. height: 100%;
  58. line-height: 22px;
  59. border-radius: 12px;
  60. border: 1px solid #EAEAEA;
  61. text-align: center;
  62. font-size: 14px;
  63. color: #9C9B9B;
  64. }
  65. .noLogin {
  66. position: absolute;
  67. top: 0;
  68. left: 0;
  69. bottom: 0;
  70. right: 0;
  71. margin: auto;
  72. width: 110px;
  73. height: 130px;
  74. text-align: center;
  75. }
  76. .noLoginImg {
  77. line-height: 0;
  78. }
  79. .noLoginImg img {
  80. width: 88px;
  81. }
  82. .noLoginTxt {
  83. margin-top: 10px;
  84. font-size: 14px;
  85. color: #B8B8B8;
  86. }
  87. /*index.html*/
  88. /*****header*******/
  89. .header {
  90. height: 70px;
  91. position: relative;
  92. background-size: 100% 100%;
  93. -moz-background-size: 100% 100%;
  94. -webkit-background-size: 100% 100%;
  95. -o-background-size: 100% 100%;
  96. padding: 0 30px;
  97. }
  98. .headLogin {
  99. width: 70px;
  100. height: 30px;
  101. text-align: center;
  102. line-height: 30px;
  103. background: #fff;
  104. border-radius: 15px;
  105. font-size: 14px;
  106. margin-left: 25px;
  107. }
  108. .headLine2 {
  109. height: 100%;
  110. width: 1px;
  111. }
  112. .headLogo {
  113. float: left;
  114. font-size: 22px;
  115. color: #fff;
  116. line-height: 70px;
  117. font-weight: bold;
  118. }
  119. .headLogo span {
  120. display: inline-block;
  121. background-color: #40ACFF;
  122. padding: 0 10px;
  123. line-height: 26px;
  124. font-size: 12px;
  125. margin-left: 5px;
  126. border-radius: 3px;
  127. position: relative;
  128. top: -3px;
  129. }
  130. .headTab {
  131. float: left;
  132. overflow: hidden;
  133. margin-left: 20px;
  134. height: 100%;
  135. }
  136. .headTab li {
  137. float: left;
  138. height: 100%;
  139. width: 70px;
  140. text-align: center;
  141. line-height: 0;
  142. position: relative;
  143. }
  144. .headTab li:after {
  145. content: "";
  146. width: 100%;
  147. height: 5px;
  148. position: absolute;
  149. left: 0;
  150. bottom: 0;
  151. transition: all 0.3s;
  152. -moz-transition: all 0.3s;
  153. -ms-transition: all 0.3s;
  154. -o-transition: all 0.3s;
  155. -webkit-transition: all 0.3s;
  156. background: #fff;
  157. filter: alpha(opacity=0);
  158. -moz-opacity: 0;
  159. -khtml-opacity: 0;
  160. opacity: 0;
  161. }
  162. .headTab a {
  163. display: block;
  164. height: 100%;
  165. }
  166. .headTab img {
  167. height: 28px;
  168. margin-top: 21px;
  169. filter: alpha(opacity=70);
  170. -moz-opacity: .7;
  171. -khtml-opacity: .7;
  172. opacity: .7;
  173. transition: all 0.3s;
  174. -moz-transition: all 0.3s;
  175. -ms-transition: all 0.3s;
  176. -o-transition: all 0.3s;
  177. -webkit-transition: all 0.3s;
  178. }
  179. .headTab li.active:after,
  180. .headTab li.active img,
  181. .headTab li:hover:after,
  182. .headTab li:hover img {
  183. filter: alpha(opacity=100);
  184. -moz-opacity: 1;
  185. -khtml-opacity: 1;
  186. opacity: 1;
  187. }
  188. .headSearch {
  189. width: 455px;
  190. height: 36px;
  191. position: absolute;
  192. top: 0;
  193. left: 0;
  194. bottom: 0;
  195. right: 0;
  196. margin: auto;
  197. background: rgba(255, 255, 255, 0.5);
  198. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
  199. border-radius: 18px;
  200. overflow: hidden;
  201. }
  202. .headSearch img {
  203. height: 18px;
  204. position: absolute;
  205. top: 0;
  206. bottom: 0;
  207. left: 180px;
  208. margin: auto;
  209. transition: all 0.3s;
  210. -moz-transition: all 0.3s;
  211. -ms-transition: all 0.3s;
  212. -o-transition: all 0.3s;
  213. -webkit-transition: all 0.3s;
  214. }
  215. .headSearch input {
  216. border: 0;
  217. background: transparent;
  218. height: 100%;
  219. display: block;
  220. width: 100%;
  221. line-height: 24px;
  222. padding: 6px 10px 6px 40px;
  223. text-align: center;
  224. font-size: 14px;
  225. color: #fff;
  226. }
  227. .headSearch input::-webkit-input-placeholder {
  228. color: #fff;
  229. }
  230. .headSearch.active img {
  231. left: 10px;
  232. }
  233. .headUser {
  234. float: right;
  235. padding: 8px 0;
  236. height: 100%;
  237. }
  238. .headUser>* {
  239. display: inline-block;
  240. vertical-align: middle;
  241. }
  242. .skinBox {
  243. position: relative;
  244. cursor: pointer;
  245. z-index: 9;
  246. width: 27px;
  247. }
  248. .skinBox>img {
  249. height: 20px;
  250. }
  251. .skin {
  252. position: absolute;
  253. top: 0;
  254. right: 100%;
  255. width: 0;
  256. color: #fff;
  257. line-height: 20px;
  258. transition: all .5s;
  259. -moz-transition: all .5s;
  260. -ms-transition: all .5s;
  261. -o-transition: all .5s;
  262. -webkit-transition: all .5s;
  263. overflow: hidden;
  264. height: 20px;
  265. }
  266. .skinBox.active .skin {
  267. width: 150px;
  268. }
  269. .skin div {
  270. float: left;
  271. }
  272. .skins {
  273. width: 20px;
  274. height: 20px;
  275. border-radius: 2px;
  276. margin-left: 5px;
  277. border: 1px solid #fff;
  278. }
  279. .blue {
  280. background: #198BE3;
  281. }
  282. .red {
  283. background: #C42016;
  284. }
  285. .green {
  286. background: #01A566;
  287. }
  288. .headUserImg {
  289. height: 54px;
  290. width: 54px;
  291. border-radius: 50%;
  292. line-height: 0;
  293. overflow: hidden;
  294. margin: 0 12px 0 0;
  295. }
  296. .headUserImg img {
  297. width: 100%;
  298. }
  299. .headUserTxt {
  300. font-size: 20px;
  301. color: #fff;
  302. }
  303. .headLine1 {
  304. width: 1px;
  305. height: 100%;
  306. background: #fff;
  307. filter: alpha(opacity=30);
  308. -moz-opacity: .3;
  309. -khtml-opacity: .3;
  310. opacity: .3;
  311. margin: 0 15px;
  312. }
  313. .headNumBox {
  314. font-size: 12px;
  315. text-align: center;
  316. color: #fff;
  317. }
  318. .headNum {
  319. height: 24px;
  320. width: 100px;
  321. border-radius: 12px;
  322. background: #fff;
  323. margin-bottom: 8px;
  324. line-height: 24px;
  325. }
  326. .headNumTxt span {
  327. display: inline-block;
  328. width: 2px;
  329. height: 13px;
  330. background: #fff;
  331. margin: 0 7px;
  332. position: relative;
  333. top: 3px;
  334. }
  335. .headMode {
  336. font-size: 12px;
  337. color: #fff;
  338. position: relative;
  339. /* line-height: 24px; */
  340. padding-right: 15px;
  341. cursor: pointer;
  342. }
  343. .headModeTxt {
  344. line-height: 0;
  345. }
  346. .headModeTxt * {
  347. display: inline-block;
  348. vertical-align: middle;
  349. }
  350. .headModeTxt span {
  351. line-height: 26px;
  352. }
  353. .headModeTxt i {
  354. font-size: 18px;
  355. margin-left: 5px;
  356. transition: all 0.3s;
  357. -moz-transition: all 0.3s;
  358. -ms-transition: all 0.3s;
  359. -o-transition: all 0.3s;
  360. -webkit-transition: all 0.3s;
  361. }
  362. .headModeList {
  363. position: absolute;
  364. width: 144px;
  365. right: 0;
  366. top: 40px;
  367. text-align: center;
  368. background-color: #40ACFF;
  369. -webkit-box-shadow: 0 5px 6px rgba(64, 172, 255, .4);
  370. -moz-box-shadow: 0 5px 6px rgba(64, 172, 255, .4);
  371. box-shadow: 0 5px 6px rgba(64, 172, 255, .4);
  372. line-height: 24px;
  373. /* padding: 5px 0; */
  374. border-radius: 3px;
  375. transition: all 0.3s;
  376. -moz-transition: all 0.3s;
  377. -ms-transition: all 0.3s;
  378. -o-transition: all 0.3s;
  379. -webkit-transition: all 0.3s;
  380. opacity: 0;
  381. z-index: -1;
  382. }
  383. .headMode:hover .headModeList {
  384. top: 25px;
  385. opacity: 1;
  386. z-index: 1;
  387. }
  388. .headModeList li.active {
  389. background-color: #198BE3;
  390. }
  391. .headModeList a {
  392. font-size: 12px;
  393. color: #fff;
  394. }
  395. /*****header*******/
  396. /*****sec1*******/
  397. .index_sec {
  398. position: absolute;
  399. top: 92px;
  400. bottom: 22px;
  401. background: #fff;
  402. }
  403. .index_sec1s,
  404. .index_sec1 {
  405. width: 370px;
  406. }
  407. .index_sec1 {
  408. left: 0;
  409. }
  410. .index_sec1s {
  411. left: 22px;
  412. }
  413. .inSec1Top {
  414. padding: 15px;
  415. }
  416. .inSec1Top .inSec1T {
  417. padding-top: 0;
  418. padding-bottom: 0;
  419. margin-top: 0;
  420. margin-left: 0;
  421. }
  422. .inSec1T {
  423. margin-bottom: 15px;
  424. font-size: 18px;
  425. line-height: 24px;
  426. padding: 0 15px 0 25px;
  427. margin-top: 15px;
  428. margin-left: 15px;
  429. background-repeat: no-repeat;
  430. background-size: auto 17px;
  431. background-position: 0 4px;
  432. }
  433. .inSec1T * {
  434. display: inline-block;
  435. vertical-align: middle;
  436. }
  437. /*.inSec1T img{
  438. height: 17px;
  439. margin-right: 10px;
  440. }*/
  441. .inSec1Serch {
  442. position: relative;
  443. z-index: 9;
  444. height: 36px;
  445. border: 1px solid #E3E3E3;
  446. border-radius: 18px;
  447. }
  448. .inSec1SerchList {
  449. float: left;
  450. width: 110px;
  451. text-align: center;
  452. padding: 0 20px 0 10px;
  453. line-height: 34px;
  454. cursor: pointer;
  455. position: relative;
  456. z-index: 2;
  457. background: #fff;
  458. border-radius: 18px;
  459. }
  460. .inSec1SerchList i {
  461. position: absolute;
  462. top: 1px;
  463. left: 90px;
  464. font-size: 18px;
  465. color: #424242;
  466. line-height: 36px;
  467. }
  468. .inSec1SerchList span {
  469. overflow: hidden;
  470. white-space: nowrap;
  471. text-overflow: ellipsis;
  472. display: block;
  473. }
  474. .inSec1SerchLists {
  475. display: none;
  476. background: #fff;
  477. width: 100%;
  478. max-height: 260px;
  479. overflow: auto;
  480. position: absolute;
  481. top: 50%;
  482. left: -1px;
  483. padding: 20px 0 0;
  484. line-height: 30px;
  485. cursor: pointer;
  486. border: 1px solid #E3E3E3;
  487. }
  488. .inSec1SerchLists li {
  489. padding: 0 15px;
  490. transition: all 0.3s;
  491. -moz-transition: all 0.3s;
  492. -ms-transition: all 0.3s;
  493. -o-transition: all 0.3s;
  494. -webkit-transition: all 0.3s;
  495. }
  496. .inSec1Serch input {
  497. width: 180px;
  498. float: left;
  499. margin-top: 7px;
  500. line-height: 22px;
  501. border: 0;
  502. padding: 0 10px;
  503. border-left: 1px solid #E3E3E3;
  504. position: relative;
  505. z-index: 2;
  506. }
  507. .inSec1btn {
  508. width: 50px;
  509. text-align: center;
  510. line-height: 0;
  511. cursor: pointer;
  512. position: absolute;
  513. top: -1px;
  514. right: -1px;
  515. bottom: -1px;
  516. border-radius: 18px;
  517. z-index: 2;
  518. }
  519. .inSec1btn img {
  520. height: 14px;
  521. margin-top: 11px;
  522. }
  523. .inSec1Box {
  524. position: absolute;
  525. top: 105px;
  526. left: 0;
  527. bottom: 0;
  528. width: 100%;
  529. overflow: hidden;
  530. }
  531. .inSec1List1 {
  532. width: 130px;
  533. float: left;
  534. height: 100%;
  535. overflow: auto;
  536. }
  537. .inSec1List1 li {
  538. padding: 5px 12px 5px;
  539. cursor: pointer;
  540. transition: all 0.3s;
  541. -moz-transition: all 0.3s;
  542. -ms-transition: all 0.3s;
  543. -o-transition: all 0.3s;
  544. -webkit-transition: all 0.3s;
  545. }
  546. .inSec1List1 a {
  547. display: block;
  548. font-size: 14px;
  549. line-height: 0;
  550. transition: all 0.3s;
  551. -moz-transition: all 0.3s;
  552. -ms-transition: all 0.3s;
  553. -o-transition: all 0.3s;
  554. -webkit-transition: all 0.3s;
  555. }
  556. .inSec1List1 span {
  557. display: inline-block;
  558. vertical-align: middle;
  559. line-height: 24px;
  560. }
  561. .inSec1List1 span:first-child {
  562. width: 85%;
  563. }
  564. .inSec1List1 span:last-child {
  565. width: 11%;
  566. }
  567. .inSec1List2 {
  568. margin-left: 130px;
  569. height: 100%;
  570. overflow: auto;
  571. position: relative;
  572. }
  573. .inSec1List2 li {
  574. padding: 5px 12px;
  575. transition: all 0.3s;
  576. -moz-transition: all 0.3s;
  577. -ms-transition: all 0.3s;
  578. -o-transition: all 0.3s;
  579. -webkit-transition: all 0.3s;
  580. }
  581. .inSec1List2 a {
  582. display: block;
  583. line-height: 25px;
  584. font-size: 14px;
  585. }
  586. .inSec1List2 span {
  587. display: block;
  588. margin-left: 30px;
  589. }
  590. .inSec1List2 img {
  591. width: 22px;
  592. float: left;
  593. }
  594. /*****sec1*******/
  595. .more {
  596. width: 35px;
  597. height: 20px;
  598. text-align: center;
  599. line-height: 0;
  600. cursor: pointer;
  601. display: block;
  602. border-radius: 10px;
  603. float: right;
  604. margin-top: 2px;
  605. }
  606. .more span {
  607. display: inline-block;
  608. width: 4px;
  609. height: 4px;
  610. border-radius: 50%;
  611. background: #fff;
  612. margin: 8px 2px 0;
  613. }
  614. .inSec1T i {
  615. font-style: normal;
  616. display: inline-block;
  617. width: 29px;
  618. height: 18px;
  619. text-align: center;
  620. line-height: 18px;
  621. border-radius: 9px;
  622. font-size: 12px;
  623. color: #fff;
  624. margin-left: 8px;
  625. margin-top: 4px;
  626. }
  627. /*****sec2*******/
  628. .index_sec2 {
  629. margin: 0 332px 0 392px;
  630. }
  631. .inSec2Row {
  632. margin: 18px -11px 0;
  633. padding: 4px 0;
  634. overflow: hidden;
  635. }
  636. .inSec2Row:last-child {
  637. margin-top: 14px;
  638. }
  639. .inSec2Col9 {
  640. width: 66.666667%;
  641. padding: 0 11px;
  642. float: left;
  643. }
  644. .inSec2Col3 {
  645. width: 33.333333%;
  646. padding: 0 11px;
  647. float: left;
  648. }
  649. .index_sec2 .inSec1T {
  650. color: #fff;
  651. margin-top: 0;
  652. margin-bottom: 0;
  653. padding: 5px 15px;
  654. margin-left: 0;
  655. }
  656. .inSec2Row2 {
  657. padding: 0 15px 30px;
  658. overflow: hidden;
  659. background: #fff;
  660. height: 250px;
  661. position: relative;
  662. }
  663. .inSec2Col7 {
  664. float: left;
  665. width: 14.285714%;
  666. padding: 0 15px;
  667. margin-top: 30px;
  668. }
  669. .inSec2Con,
  670. .inSec2Con span {
  671. display: block;
  672. }
  673. .inSec2Con {
  674. font-size: 14px;
  675. text-align: center;
  676. }
  677. .inSec2Img {
  678. margin: 0 auto 10px;
  679. line-height: 0;
  680. width: 50px;
  681. height: 50px;
  682. border-radius: 50%;
  683. overflow: hidden;
  684. }
  685. .inSec2Img img {
  686. width: 100%;
  687. }
  688. .inSec2Txt {
  689. overflow: hidden;
  690. white-space: nowrap;
  691. text-overflow: ellipsis;
  692. }
  693. .inSec2List {
  694. padding: 0 10px;
  695. background: #fff;
  696. }
  697. .inSec2List li {
  698. padding: 8px 0;
  699. border-top: 1px dashed #E7E7E7;
  700. position: relative;
  701. }
  702. .inSec2List li:first-child {
  703. border: 0;
  704. }
  705. .inSec2List a,
  706. .inSec2List span {
  707. display: block;
  708. }
  709. .inSec2List a {
  710. font-size: 14px;
  711. }
  712. .inSec2T {
  713. width: 80%;
  714. overflow: hidden;
  715. white-space: nowrap;
  716. text-overflow: ellipsis;
  717. margin-bottom: 6px;
  718. }
  719. .inSec2T img {
  720. float: left;
  721. margin-right: 8px;
  722. width: 18px;
  723. margin-top: 3px;
  724. }
  725. .inSec2Time {
  726. text-align: right;
  727. color: #C2C2C2;
  728. }
  729. .noLoginLi {
  730. height: 250px;
  731. position: relative;
  732. }
  733. .noLoginLi2 {
  734. height: 100%;
  735. position: relative;
  736. }
  737. /*****sec2*******/
  738. /*****sec3*******/
  739. .index_sec3 {
  740. right: 0;
  741. width: 310px;
  742. position: absolute;
  743. }
  744. .inSec3List {
  745. border-bottom: 1px solid #EDEDED;
  746. padding: 0 20px;
  747. overflow: hidden;
  748. height: 41px;
  749. }
  750. .inSec3ListTxt {
  751. line-height: 40px;
  752. position: relative;
  753. font-size: 14px;
  754. text-align: center;
  755. cursor: pointer;
  756. transition: all 0.3s;
  757. -moz-transition: all 0.3s;
  758. -ms-transition: all 0.3s;
  759. -o-transition: all 0.3s;
  760. -webkit-transition: all 0.3s;
  761. }
  762. .inSec3ListTxt:after {
  763. content: "";
  764. position: absolute;
  765. width: 100%;
  766. height: 5px;
  767. left: 0;
  768. bottom: -1px;
  769. background: transparent;
  770. transition: all 0.3s;
  771. -moz-transition: all 0.3s;
  772. -ms-transition: all 0.3s;
  773. -o-transition: all 0.3s;
  774. -webkit-transition: all 0.3s;
  775. }
  776. .inSec3Box {
  777. position: absolute;
  778. top: 100px;
  779. left: 0;
  780. right: 0;
  781. bottom: 0;
  782. overflow: auto;
  783. }
  784. .inSec3Row {
  785. padding: 0 24px 30px;
  786. overflow: hidden;
  787. }
  788. .inSec3Col6 {
  789. width: 50%;
  790. float: left;
  791. padding: 0 24px;
  792. margin-top: 24px;
  793. }
  794. .inSec3Con,
  795. .inSec3Con span {
  796. display: block;
  797. }
  798. .inSec3Con {
  799. font-size: 14px;
  800. text-align: center;
  801. }
  802. .inSec3Img {
  803. line-height: 0;
  804. padding: 15px;
  805. height: 70px;
  806. width: 70px;
  807. margin: 0 auto 10px;
  808. border: 1px solid #EDEDED;
  809. border-radius: 8px;
  810. }
  811. .inSec3Img img {
  812. width: 100%;
  813. }
  814. .inSec3Txt {
  815. overflow: hidden;
  816. white-space: nowrap;
  817. text-overflow: ellipsis;
  818. }
  819. /*****sec3*******/
  820. /*index.html*/
  821. /*index2.html*/
  822. .index_sec4 {
  823. margin: 0 22px 0 392px;
  824. }
  825. .index_sec4 .inSec2T {
  826. width: 60%;
  827. }
  828. .inSec2List li a {
  829. position: relative;
  830. }
  831. .inSec4Type {
  832. position: absolute;
  833. top: 0;
  834. right: 0;
  835. }
  836. .inSec4Type1 {
  837. color: #78D891;
  838. }
  839. .inSec4Type2 {
  840. color: #F67066;
  841. }
  842. /*index2.html*/
  843. /*index3.html*/
  844. .inSec5Col3 {
  845. width: 25%;
  846. padding: 0 11px;
  847. float: left;
  848. }
  849. .inSec5Col6 {
  850. width: 50%;
  851. padding: 0 11px;
  852. float: left;
  853. }
  854. .inSec5Box {
  855. padding: 1px 22px;
  856. background-color: #fff;
  857. }
  858. .inSec5Total {
  859. color: #424242;
  860. font-size: 14px;
  861. margin: 20px 0;
  862. }
  863. .inSec5Total b {
  864. font-size: 20px;
  865. }
  866. .inSec5PerBox {
  867. margin-top: 15px;
  868. }
  869. .inSec5Per {
  870. color: #424242;
  871. display: inline-block;
  872. position: relative;
  873. font-size: 14px;
  874. }
  875. .inSec5Per b {
  876. font-size: 16px;
  877. }
  878. .inSec5Icon {
  879. position: absolute;
  880. top: 50%;
  881. margin-top: -8px;
  882. left: calc(100% + 10px);
  883. height: 16px;
  884. width: 32px;
  885. line-height: 16px;
  886. font-size: 12px;
  887. color: #fff !important;
  888. border-radius: 8px;
  889. text-align: center;
  890. }
  891. .inSec5Icon::before {
  892. content: '';
  893. position: absolute;
  894. top: 50%;
  895. left: -8px;
  896. margin-top: -5px;
  897. border: 5px solid transparent;
  898. color: #fff;
  899. }
  900. .inSec5Icon.inSec5Green {
  901. background-color: #0BB56C;
  902. }
  903. .inSec5Icon.inSec5Green::before {
  904. border-right-color: #0BB56C;
  905. }
  906. .inSec5Icon.inSec5Red {
  907. background-color: #EB5858;
  908. }
  909. .inSec5Icon.inSec5Red::before {
  910. border-right-color: #EB5858;
  911. }
  912. .inSec5PerN {
  913. height: 20px;
  914. margin-top: 10px;
  915. background-size: auto 20px;
  916. }
  917. .inSec5PerN2 {
  918. background-image: url(../images/inSec6-1.png);
  919. }
  920. .inSec5PerN1 {
  921. background-image: url(../images/inSec6-2.png);
  922. }
  923. .inSec5Line {
  924. margin: 22px -22px;
  925. height: 2px;
  926. background-color: #FAFAFA;
  927. }
  928. .inSec5Echart1Box {
  929. height: 190px;
  930. position: relative;
  931. }
  932. .inSec5Echart1Con {
  933. height: 46px;
  934. position: absolute;
  935. top: 0;
  936. bottom: 0;
  937. left: 0;
  938. margin: auto;
  939. font-size: 14px;
  940. }
  941. .inSec5Echart1Con b {
  942. font-size: 18px;
  943. color: #EB5858;
  944. }
  945. .inSec5Echart1 {
  946. height: 100%;
  947. margin-left: 100px;
  948. padding-top: 1px;
  949. }
  950. .inSec5Echart2 {
  951. height: 100%;
  952. padding-top: 1px;
  953. }
  954. .inSec5Echart1Img {
  955. position: absolute;
  956. left: 100px;
  957. right: 0;
  958. top: 0;
  959. bottom: 0;
  960. margin: auto;
  961. width: 45px;
  962. height: 63px;
  963. }
  964. .toClass {
  965. width: 80%;
  966. height: 60%;
  967. margin: 10% 0 0 10%;
  968. position: relative;
  969. background-color: #F4F4F4;
  970. border-radius: 8px;
  971. }
  972. .toClassImg1 {
  973. width: 100%;
  974. position: absolute;
  975. bottom: 100%;
  976. left: 0;
  977. }
  978. .toClassImg2 {
  979. height: 36px;
  980. position: absolute;
  981. top: 0;
  982. bottom: 0;
  983. left: 0;
  984. right: 0;
  985. margin: auto;
  986. line-height: 0;
  987. text-align: center;
  988. z-index: 3;
  989. }
  990. .toClassImg2 img {
  991. height: 100%;
  992. }
  993. .toClassBl {
  994. position: absolute;
  995. z-index: 2;
  996. left: 0;
  997. right: 0;
  998. bottom: 0;
  999. border-radius: 0 0 8px 8px;
  1000. }
  1001. .toClassBl.red {
  1002. background-color: #E44E4E;
  1003. }
  1004. .toClassBl.blue {
  1005. background-color: #64CDFE;
  1006. }
  1007. .toClassBl.green {
  1008. background-color: #0AB56B;
  1009. }
  1010. .toClassLegend {
  1011. line-height: 0;
  1012. text-align: right;
  1013. position: absolute;
  1014. bottom: 10px;
  1015. right: 0;
  1016. }
  1017. .toClassLegend * {
  1018. display: inline-block;
  1019. vertical-align: middle;
  1020. background-color: transparent;
  1021. }
  1022. .toClassLegend .red i {
  1023. background-color: #E44E4E;
  1024. }
  1025. .toClassLegend .blue i {
  1026. background-color: #64CDFE;
  1027. }
  1028. .toClassLegend .green i {
  1029. background-color: #0AB56B;
  1030. }
  1031. .toClassLegend i {
  1032. width: 10px;
  1033. height: 10px;
  1034. border-radius: 2px;
  1035. margin: 0 5px 0 10px;
  1036. }
  1037. .toClassLegend span {
  1038. font-size: 12px;
  1039. }
  1040. .ageTxt {
  1041. position: absolute;
  1042. height: 36px;
  1043. line-height: 18px;
  1044. top: 0;
  1045. bottom: 0;
  1046. left: 9%;
  1047. right: 0;
  1048. margin: auto;
  1049. text-align: center;
  1050. /* font-size: 12; */
  1051. }
  1052. .organT {
  1053. text-align: center;
  1054. font-size: 14px;
  1055. }
  1056. .organLine {
  1057. height: 150px;
  1058. margin-top: 10px;
  1059. width: 90px;
  1060. margin: 10px auto 0;
  1061. background-color: #F6685E;
  1062. position: relative;
  1063. padding-top: 2px;
  1064. }
  1065. .organLine > div{
  1066. background-color: #fff;
  1067. height: 2px;
  1068. margin-top: 2px;
  1069. position: relative;
  1070. z-index: 3;
  1071. }
  1072. .organLine div:first-child{
  1073. margin-top: 0;
  1074. }
  1075. .organLine .organZ{
  1076. position: absolute;
  1077. left: 0;
  1078. right: 0;
  1079. bottom: 0;
  1080. background-color: #72A7F6;
  1081. z-index: 2;
  1082. }
  1083. .organLine .organCon{
  1084. position: absolute;
  1085. width: 60px;
  1086. height: 54px;
  1087. background-color:transparent;
  1088. }
  1089. .organCon1{
  1090. right: 110%;
  1091. top: 10%;
  1092. }
  1093. .organCon2{
  1094. left: 110%;
  1095. bottom: 10%;
  1096. }
  1097. .organCon1 span{
  1098. color: #F6685E;
  1099. }
  1100. .organCon2 span{
  1101. color: #72A7F6;
  1102. }
  1103. .inSec5Row{
  1104. margin: 0 -15px;
  1105. overflow: hidden;
  1106. padding: 40px 0 30px;
  1107. }
  1108. .inSec5Col2{
  1109. width: 20%;
  1110. float: left;
  1111. padding: 0 15px;
  1112. }
  1113. .inSec5Row a,.inSec5Row span{
  1114. display: block;
  1115. }
  1116. .schoolT img{
  1117. width: 25px;
  1118. margin-right: 10px;
  1119. position: relative;
  1120. top: -2px;
  1121. }
  1122. .schoolNum{
  1123. font-weight: bold;
  1124. font-size: 30px;
  1125. text-align: right;
  1126. margin-top: 10px;
  1127. }
  1128. .inSec5Col2:nth-child(1) .schoolNum{
  1129. color: #4A9ADE;
  1130. }
  1131. .inSec5Col2:nth-child(2) .schoolNum{
  1132. color: #59D078;
  1133. }
  1134. .inSec5Col2:nth-child(3) .schoolNum{
  1135. color: #EF9508;
  1136. }
  1137. .inSec5Col2:nth-child(4) .schoolNum{
  1138. color: #F6685E;
  1139. }
  1140. .inSec5Col2:nth-child(5) .schoolNum{
  1141. color: #7A74F1;
  1142. }
  1143. .inSec5Echart3{
  1144. height: 278px;
  1145. }
  1146. .inSec5majorTxt{
  1147. position: absolute;
  1148. top: 0;
  1149. bottom: 0;
  1150. margin: auto;
  1151. height: 40px;
  1152. text-align: center;
  1153. }
  1154. .inSec5majorTxt1{
  1155. left: 0;
  1156. right: 65%;
  1157. }
  1158. .inSec5majorTxt2{
  1159. left: 0;
  1160. right: 0;
  1161. }
  1162. .inSec5majorTxt3{
  1163. left: 65%;
  1164. right: 0;
  1165. }
  1166. .inSec5majorTxt div:first-child{
  1167. font-size: 14px;
  1168. }
  1169. .inSec5majorTxt div:last-child{
  1170. font-size: 24px;
  1171. font-weight: bold;
  1172. }
  1173. .layui-input-block{
  1174. position: absolute;
  1175. right: 22px;
  1176. top: 20px;
  1177. width: 140px;
  1178. }
  1179. .layui-input, .layui-select, .layui-textarea {
  1180. height: 34px;
  1181. line-height: 34px\9;
  1182. }
  1183. .layui-form-select dl {
  1184. top: 38px;
  1185. }
  1186. .layui-form-select dl dd.layui-this {
  1187. background-color: #198BE3;
  1188. }
  1189. .inSec5Echart4{
  1190. height: 360px;
  1191. margin-left: 200px;
  1192. }
  1193. .inSec5L{
  1194. float: left;
  1195. margin-left: 40px;
  1196. }
  1197. .inSec5LBox{
  1198. overflow: hidden;
  1199. font-size: 14px;
  1200. margin-top: 40px;
  1201. }
  1202. .inSec5LBox img{
  1203. float: left;
  1204. width: 38px;
  1205. margin-right: 20px;
  1206. margin-top: 6px;
  1207. }
  1208. .inSec5LBox > div{
  1209. float: left;
  1210. }
  1211. .inSec5LT{
  1212. font-size: 23px;
  1213. font-weight: bold;
  1214. margin-top: 10px;
  1215. }
  1216. .inSec5ClassTxt{
  1217. position: absolute;
  1218. left: 200px;
  1219. right: 0;
  1220. top: 0;
  1221. bottom: 0;
  1222. text-align: center;
  1223. margin: auto;
  1224. height: 24px;
  1225. line-height: 24px;
  1226. font-size: 14px;
  1227. }
  1228. /*index3.html*/
  1229. @media(max-width:1680px) {
  1230. .index_sec1,
  1231. .index_sec1s {
  1232. width: 300px;
  1233. }
  1234. .inSec1List1 {
  1235. width: 110px;
  1236. }
  1237. .inSec1List1 span:first-child {
  1238. width: 82%;
  1239. }
  1240. .inSec1List2 {
  1241. margin-left: 110px;
  1242. }
  1243. .index_sec2 {
  1244. margin: 0 302px 0 322px;
  1245. }
  1246. .index_sec3 {
  1247. width: 280px;
  1248. }
  1249. .index_sec4 {
  1250. margin: 0 22px 0 322px;
  1251. }
  1252. .index_sec5,
  1253. .news_sec2 {
  1254. margin: 22px 22px 10px 344px;
  1255. }
  1256. .inSec1Serch input {
  1257. width: 150px;
  1258. }
  1259. .inSec1SerchList {
  1260. width: 90px;
  1261. }
  1262. .inSec1SerchList i {
  1263. left: 74px;
  1264. }
  1265. .inSec2Row2 {
  1266. padding: 0 8px 20px;
  1267. height: 220px;
  1268. }
  1269. .inSec2Col7 {
  1270. width: 16.666667%;
  1271. padding: 0 8px;
  1272. margin-top: 20px;
  1273. }
  1274. .inSec2Row:first-child .inSec2List {
  1275. height: 220px;
  1276. }
  1277. .inSec2Row:first-child .inSec2List li:last-child {
  1278. display: none;
  1279. }
  1280. }
  1281. @media(max-width:1600px) {
  1282. .inSec2Row:last-child .inSec2List {
  1283. overflow: auto;
  1284. }
  1285. }
  1286. @media(max-width:1440px) {
  1287. .index_sec3 {
  1288. right: inherit;
  1289. left: 1160px;
  1290. }
  1291. }