intelligence.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. li {
  6. list-style: none;
  7. }
  8. .all_bg {
  9. width: 100%;
  10. background: url(../img/bg.png) no-repeat center;
  11. background-size: cover;
  12. overflow: hidden;
  13. position: relative;
  14. }
  15. main {
  16. width: 1200px;
  17. margin: 0 auto;
  18. position: relative;
  19. }
  20. .line_link {
  21. width: 100%;
  22. margin: 14px 0 23px 0;
  23. font-size: 14px;
  24. font-family: PingFang SC;
  25. font-weight: 500;
  26. color: #FFFFFF;
  27. display: flex;
  28. justify-content: space-between;
  29. }
  30. .line_link a:hover {
  31. text-decoration: underline;
  32. }
  33. .link_right {
  34. cursor: default;
  35. }
  36. .link_right>a {
  37. color: #fff;
  38. font-size: 14px;
  39. display: inline-block;
  40. margin-right: 10px;
  41. }
  42. .link_right>span {
  43. color: #fff;
  44. font-size: 14px;
  45. display: inline-block;
  46. margin-right: 10px;
  47. }
  48. .link_left {
  49. display: flex;
  50. }
  51. .link_left a {
  52. color: #fff;
  53. font-size: 14px;
  54. display: inline-block;
  55. margin-right: 10px;
  56. }
  57. .link_left span {
  58. cursor: default;
  59. }
  60. .link_left a.ad {
  61. padding-left: 16px;
  62. background: url(../img/m3-icon2.png) left center no-repeat;
  63. }
  64. .nav_top {
  65. width: 100%;
  66. height: 37px;
  67. line-height: 37px;
  68. display: flex;
  69. justify-content: space-between;
  70. }
  71. .top_img {
  72. display: inline-block;
  73. width: 27%;
  74. margin-right: 17%;
  75. }
  76. .top_img img {
  77. width: 100%;
  78. }
  79. .nav_top li {
  80. width: 8%;
  81. line-height: 37px;
  82. text-align: center;
  83. }
  84. .nav_top li a {
  85. font-size: 18px;
  86. font-family: PingFang SC;
  87. font-weight: 500;
  88. color: #FFFFFF;
  89. }
  90. .nav_top li.nav_active a {
  91. font-size: 20px;
  92. font-family: PingFang SC;
  93. font-weight: bold;
  94. color: #BF1628;
  95. display: flex;
  96. width: 100%;
  97. flex-wrap: wrap;
  98. justify-content: center;
  99. }
  100. .nav_top li:nth-child(2) a {
  101. width: 60%;
  102. margin: 0 auto;
  103. }
  104. .nav_top li:nth-child(4) a {
  105. width: 64%;
  106. margin: 0 auto;
  107. }
  108. .nav_top li:last-child a {
  109. width: 106%;
  110. margin: 0 auto;
  111. }
  112. .nav_top li.nav_active a::after {
  113. content: '';
  114. width: 34px;
  115. height: 3px;
  116. background: #BF1628;
  117. border-radius: 2px;
  118. margin-top: 8px;
  119. }
  120. .check_box {
  121. margin: 45px 0 0 56px;
  122. }
  123. /* 机器人固定位置 */
  124. .robot_banner {
  125. position: absolute;
  126. top: 11%;
  127. left: -3.5%;
  128. z-index: 1;
  129. }
  130. .banner_text {
  131. width: 21%;
  132. height: 508px;
  133. background: url(../img/banner.png) no-repeat;
  134. background-size: cover;
  135. margin: 0 0 0 9%;
  136. display: flex;
  137. flex-wrap: wrap;
  138. }
  139. .banner_text p {
  140. width: 51%;
  141. font-size: 30px;
  142. font-family: PingFang SC;
  143. font-weight: bold;
  144. color: #0E1235;
  145. margin: 0 0 0 36%;
  146. cursor: default;
  147. }
  148. .banner_text p:first-child {
  149. margin-top: 45%;
  150. }
  151. .banner_text p:last-child {
  152. margin-bottom: 45%;
  153. }
  154. .middle_box {
  155. height: 1000px;
  156. z-index: 99;
  157. position: relative;
  158. overflow: hidden;
  159. margin-bottom: 63px;
  160. }
  161. .middle_left_box {
  162. width: 73%;
  163. height: 100%;
  164. background-color: rgba(247, 249, 252, .9);
  165. border-radius: 23px 0px 0px 23px;
  166. float: left;
  167. }
  168. .left_one {
  169. display: flex;
  170. justify-content: space-between;
  171. flex-wrap: wrap;
  172. margin: 24px 18px 13px 16px;
  173. }
  174. /* 热门问题 */
  175. .hot_QA {
  176. display: flex;
  177. align-items: center;
  178. cursor: default;
  179. margin-left: 10px;
  180. }
  181. .hot_QA img {
  182. width: 18px;
  183. height: 21px;
  184. }
  185. .hot_QA p {
  186. margin: 0 0 0 8px;
  187. font-size: 20px;
  188. font-family: PingFang SC;
  189. font-weight: bold;
  190. color: #BF1628;
  191. text-align: center;
  192. }
  193. .exchange {
  194. display: flex;
  195. align-items: center;
  196. cursor: pointer;
  197. margin-right: 23px;
  198. }
  199. .exchange img {
  200. width: 14px;
  201. height: 14px;
  202. }
  203. .exchange p {
  204. margin: 0 0 0 8px;
  205. font-size: 14px;
  206. font-family: PingFang SC;
  207. font-weight: 500;
  208. color: #BF1628;
  209. }
  210. .bg_exchange {
  211. margin-top: 13px;
  212. width: 100%;
  213. height: 130px;
  214. background: url(../img/bg_exchange.png) no-repeat center;
  215. display: flex;
  216. flex-wrap: wrap;
  217. padding: 26px 36px 26px 17px;
  218. box-sizing: border-box;
  219. }
  220. .bg_exchange li {
  221. display: flex;
  222. align-items: center;
  223. width: 33%;
  224. }
  225. .bg_exchange li span {
  226. display: inline-block;
  227. width: 6px;
  228. height: 6px;
  229. background: #666666;
  230. border-radius: 3px;
  231. margin: 4px 5px 0 0;
  232. }
  233. .bg_exchange li p {
  234. font-size: 14px;
  235. font-family: PingFang SC;
  236. font-weight: 500;
  237. color: #666666;
  238. width: 100%;
  239. cursor: pointer;
  240. overflow: hidden;
  241. text-overflow: ellipsis;
  242. white-space: nowrap;
  243. }
  244. /* 聊天框的右半边 */
  245. .middle_right_box {
  246. width: 27%;
  247. height: 100%;
  248. background: #F7F9FC;
  249. box-shadow: 0px 4px 19px 2px rgba(0, 0, 0, 0.13);
  250. border-radius: 0px 23px 23px 0px;
  251. float: left;
  252. }
  253. .left_two {
  254. height: 297px;
  255. overflow-x: hidden;
  256. overflow-y: auto;
  257. margin: 0 31px 0 20px;
  258. cursor: default;
  259. }
  260. /* 聊天框 */
  261. .person {
  262. display: flex;
  263. align-items: center;
  264. margin-top: 15px;
  265. }
  266. .left_person {
  267. justify-content: flex-start;
  268. }
  269. .right_person {
  270. justify-content: flex-end;
  271. }
  272. .person img {
  273. width: 60px;
  274. height: 60px;
  275. }
  276. .left_talk {
  277. background: #FFFFFF;
  278. box-shadow: 0px 0px 8px 0px rgba(55, 121, 218, 0.07);
  279. border-radius: 0px 25px 25px 26px;
  280. font-size: 16px;
  281. font-family: PingFang SC;
  282. font-weight: 500;
  283. color: #333333;
  284. padding: 17px 37px 17px 27px;
  285. margin: 12px 0 0 9px;
  286. }
  287. .right_talk {
  288. background: #BF1628;
  289. box-shadow: 0px 0px 8px 0px rgba(55, 121, 218, 0.07);
  290. border-radius: 25px 0px 26px 25px;
  291. font-size: 16px;
  292. font-family: PingFang SC;
  293. font-weight: 500;
  294. color: #FBFDFF;
  295. padding: 17px 27px 17px 37px;
  296. margin: 12px 9px 0 0;
  297. }
  298. .center_time {
  299. width: 36px;
  300. font-size: 14px;
  301. font-family: PingFang SC;
  302. font-weight: 500;
  303. color: #333333;
  304. margin: 15px auto 11px;
  305. cursor: default;
  306. }
  307. .line_through {
  308. height: 1px;
  309. background: rgba(191, 22, 40, 0.09);
  310. border-radius: 1px;
  311. margin: 20px 27px 21px 15px;
  312. }
  313. .guess_question {
  314. display: flex;
  315. flex-wrap: wrap;
  316. margin: 0 0 21px 27px;
  317. }
  318. .guess_question p {
  319. font-size: 20px;
  320. font-family: PingFang SC;
  321. font-weight: 500;
  322. color: #333333;
  323. margin-right: 17px;
  324. margin-top: 10px;
  325. cursor: default;
  326. }
  327. .guess_question li {
  328. margin-left: 9px;
  329. font-size: 14px;
  330. font-family: PingFang SC;
  331. font-weight: 500;
  332. color: #BF1628;
  333. background: #F0F0F0;
  334. border-radius: 20px;
  335. padding: 13px 20px;
  336. margin-bottom: 10px;
  337. cursor: pointer;
  338. }
  339. .text_area_bg {
  340. height: 35%;
  341. background: #F0F0F0;
  342. }
  343. .text_area {
  344. margin: 0 27px 0 15px;
  345. border-radius: 25px;
  346. overflow-y: auto;
  347. overflow-x: hidden;
  348. padding: 20px 25px 20px 20px;
  349. display: flex;
  350. flex-wrap: wrap;
  351. position: absolute;
  352. width: 41%;
  353. bottom: 23%;
  354. left: 21%;
  355. z-index: 100000;
  356. }
  357. .img_feather {
  358. width: 16px;
  359. height: 24px;
  360. margin-right: 18px;
  361. }
  362. .text_area textarea {
  363. display: inline-block;
  364. height: 20%;
  365. width: 95%;
  366. font-size: 14px;
  367. font-family: PingFang SC;
  368. font-weight: 500;
  369. color: #666666;
  370. border: 0;
  371. outline: 0;
  372. background-color: #F0F0F0;
  373. resize: none;
  374. }
  375. .btn_sub {
  376. width: 100%;
  377. text-align: right;
  378. height: 60%;
  379. }
  380. .btn_sub button {
  381. width: 108px;
  382. height: 50px;
  383. background: #BF1628;
  384. border-radius: 25px;
  385. display: inline-block;
  386. outline: 0;
  387. border: 0;
  388. font-size: 16px;
  389. font-family: Microsoft YaHei;
  390. font-weight: 400;
  391. color: #FFFFFF;
  392. cursor: pointer;
  393. }
  394. .button_red {
  395. width: 100vw;
  396. height: 400px;
  397. position: absolute;
  398. margin: 0;
  399. bottom: -63px;
  400. left: -30%;
  401. background: url(../img/red.png) no-repeat;
  402. background-size: cover;
  403. z-index: 1000;
  404. }
  405. /* 城市热线等 */
  406. .right_center {
  407. padding: 21px 13px 0 10px;
  408. }
  409. .right_center li:nth-child(1) {
  410. margin-bottom: 20px;
  411. }
  412. .right_center li:nth-child(2) {
  413. margin-bottom: 25px;
  414. }
  415. .right_center li:nth-child(3) {
  416. margin-bottom: 19px;
  417. margin-left: 11px;
  418. }
  419. .right_center li:nth-child(4) {
  420. margin-left: 21px;
  421. }
  422. .right_center li h6 {
  423. font-size: 20px;
  424. font-family: PingFang SC;
  425. font-weight: 500;
  426. color: #333333;
  427. margin-bottom: 12px;
  428. cursor: default;
  429. }
  430. .right_center li a {
  431. display: inline-block;
  432. width: 100%;
  433. height: 100%;
  434. }
  435. .right_center li a img {
  436. width: 100%;
  437. }
  438. .flex_box {
  439. display: flex;
  440. flex-wrap: wrap;
  441. align-items: center;
  442. }
  443. .flex_box li {
  444. width: 33%;
  445. margin-bottom: 10px !important;
  446. margin-left: 0 !important;
  447. }
  448. .flex_box li a {
  449. width: 100%;
  450. height: 100%;
  451. display: flex;
  452. justify-content: center;
  453. flex-wrap: wrap;
  454. }
  455. .flex_box li a img {
  456. width: 56px;
  457. height: 56px;
  458. }
  459. .flex_box li a p {
  460. font-size: 14px;
  461. font-family: PingFang SC;
  462. font-weight: bold;
  463. color: #333333;
  464. margin-top: 12px;
  465. text-align: center;
  466. }
  467. .flex_wrap {
  468. width: 100%;
  469. display: flex;
  470. flex-wrap: wrap;
  471. }
  472. .flex_wrap p {
  473. width: 100%;
  474. font-size: 16px;
  475. font-family: PingFang SC;
  476. font-weight: 500;
  477. color: #666666;
  478. overflow: hidden;
  479. text-overflow: ellipsis;
  480. white-space: nowrap;
  481. line-height: 38px;
  482. cursor: pointer;
  483. }
  484. footer {
  485. width: 100%;
  486. text-align: center;
  487. font-size: 14px;
  488. font-family: PingFang SC;
  489. font-weight: 500;
  490. color: #333333;
  491. padding: 15px 0;
  492. }
  493. .red_bg {
  494. width: 100%;
  495. height: 400px;
  496. background: url(../img/red.png) no-repeat center;
  497. background-size: cover;
  498. position: absolute;
  499. bottom: 0;
  500. left: 0;
  501. z-index: 11110;
  502. }
  503. .red_left {
  504. width: 1230px;
  505. height: 425px;
  506. background-color: #BF1628;
  507. position: absolute;
  508. bottom: -14%;
  509. left: -5.9%;
  510. transform: rotate(15deg);
  511. -ms-transform: rotate(15deg);
  512. -webkit-transform: rotate(15deg);
  513. z-index: 11110;
  514. }
  515. .red_right {
  516. width: 1312px;
  517. height: 381px;
  518. background-color: #BF1628;
  519. position: absolute;
  520. bottom: -15%;
  521. right: -7%;
  522. transform: rotate(-19deg);
  523. -ms-transform: rotate(-19deg);
  524. -webkit-transform: rotate(-19deg);
  525. z-index: 11111;
  526. }
  527. .red_center {
  528. width: 100%;
  529. position: absolute;
  530. bottom: -27px;
  531. z-index: 111111;
  532. left: 3%;
  533. }
  534. .box_foot {
  535. width: 40%;
  536. position: absolute;
  537. top: 90%;
  538. left: 18%;
  539. z-index: 111111;
  540. display: flex;
  541. flex-wrap: wrap;
  542. }
  543. .box_left_text {
  544. width: 23%;
  545. position: absolute;
  546. top: 89%;
  547. right: 19%;
  548. z-index: 111112;
  549. display: flex;
  550. flex-wrap: wrap;
  551. justify-content: flex-end;
  552. }
  553. .footer-drop {
  554. display: inline-block;
  555. width: 168px;
  556. line-height: 30px;
  557. margin-right: 32px;
  558. border: 1px solid rgba(240, 240, 240, 0.55);
  559. border-radius: 10px;
  560. margin-bottom: 20px;
  561. }
  562. .footer-drop p {
  563. padding: 5px 12px;
  564. cursor: pointer;
  565. text-align: left;
  566. position: relative;
  567. font-size: 14px;
  568. font-family: PingFang SC;
  569. font-weight: 500;
  570. color: #F0F0F0;
  571. }
  572. .rt {
  573. float: right;
  574. }
  575. .footer-drop p .arrow {
  576. display: inline-block;
  577. width: 16px;
  578. height: 10px;
  579. background: url(../img/m3-icon43.png) center no-repeat;
  580. }
  581. .cur p .arrow {
  582. display: inline-block;
  583. width: 16px;
  584. height: 10px;
  585. background: url(../img/m3-icon45.png) center no-repeat;
  586. }
  587. .footer-drop p .btn {
  588. content: '';
  589. position: absolute;
  590. display: inline-block;
  591. bottom: 38px;
  592. left: 74px;
  593. width: 14px;
  594. height: 19px;
  595. background: url(../img/m3-icon44.png) center no-repeat;
  596. z-index: 999;
  597. display: none;
  598. }
  599. .f-list {
  600. width: 100%;
  601. font-size: 14px;
  602. font-family: PingFang SC;
  603. font-weight: 500;
  604. color: #FFFFFF;
  605. display: flex;
  606. justify-content: flex-end;
  607. }
  608. .f-list a {
  609. font-size: 14px;
  610. font-family: PingFang SC;
  611. font-weight: 500;
  612. color: #FFFFFF;
  613. }
  614. .f-list span {
  615. margin: 0 5px;
  616. }
  617. .box_left_text p {
  618. width: 100%;
  619. font-size: 14px;
  620. font-family: PingFang SC;
  621. font-weight: 500;
  622. color: #FFFFFF;
  623. text-align: right;
  624. margin: 9px 0 15px;
  625. cursor: default;
  626. }
  627. .three_img img:first-child {
  628. margin-right: 18px;
  629. }
  630. .three_img img:last-child {
  631. margin-left: 13px;
  632. }
  633. .footer-drop ul {
  634. position: absolute;
  635. border: 1px solid #B11122;
  636. border-radius: 6px;
  637. width: 1200px;
  638. padding-left: 38px;
  639. left: -20px;
  640. bottom: 139px;
  641. background: url(../images/m3-bg21.png);
  642. padding-top: 20px;
  643. padding-bottom: 10px;
  644. display: none;
  645. /* box-shadow: 0 0 4px 2px #f3f3f3; */
  646. background-color: #fff;
  647. z-index: 1000000;
  648. }
  649. .footer-drop:nth-child(4) ul {
  650. bottom: 77px;
  651. }
  652. .footer-drop:nth-child(5) ul {
  653. bottom: 77px;
  654. }
  655. .footer-drop ul li {
  656. float: left;
  657. width: 196px;
  658. height: 37px;
  659. text-align: left;
  660. }
  661. .footer-drop ul li a {
  662. display: inline-block;
  663. padding-left: 16px;
  664. background: url(../images/m3-icon11.png) left center no-repeat;
  665. max-width: 80%;
  666. overflow: hidden;
  667. text-overflow: ellipsis;
  668. white-space: nowrap;
  669. color: #333333;
  670. font-size: 14px;
  671. }
  672. .footer-drop ul li a:hover {
  673. color: #BF1628;
  674. }
  675. @media screen and (max-width: 1359px) {
  676. .top_img {
  677. width: 27%;
  678. margin-right: 5%;
  679. }
  680. .flex_box li a img {
  681. width: 46px;
  682. height: 46px;
  683. }
  684. .red_left {
  685. bottom: -24%;
  686. left: -10%;
  687. }
  688. .red_center {
  689. bottom: 0;
  690. left: 1%;
  691. }
  692. .red_right {
  693. bottom: -23%;
  694. right: -12%;
  695. }
  696. .box_foot {
  697. width: 40%;
  698. left: 8%;
  699. }
  700. .footer-drop {
  701. width: 138px;
  702. margin-right: 20px;
  703. }
  704. .footer-drop p {
  705. font-size: 12px;
  706. }
  707. .box_left_text {
  708. right: 6%;
  709. }
  710. .text_area {
  711. height: 22%;
  712. }
  713. }
  714. @media screen and (min-width:1360px) and (max-width:1440px) {
  715. .top_img {
  716. width: 27%;
  717. margin-right: 5%;
  718. }
  719. .flex_box li a img {
  720. width: 46px;
  721. height: 46px;
  722. }
  723. .red_left {
  724. bottom: -22%;
  725. left: -13%;
  726. }
  727. .red_center {
  728. bottom: -0.7%;
  729. left: -1%;
  730. }
  731. .red_right {
  732. bottom: -21%;
  733. right: -11%;
  734. }
  735. .box_foot {
  736. width: 40%;
  737. left: 8%;
  738. }
  739. .footer-drop {
  740. width: 138px;
  741. margin-right: 20px;
  742. }
  743. .footer-drop p {
  744. font-size: 12px;
  745. }
  746. .box_left_text {
  747. right: 8%;
  748. }
  749. .text_area {
  750. height: 22%;
  751. }
  752. }
  753. @media screen and (min-width:1441px) and (max-width:1919px) {
  754. .top_img {
  755. width: 27%;
  756. margin-right: 5%;
  757. }
  758. .flex_box li a img {
  759. width: 46px;
  760. height: 46px;
  761. }
  762. .red_left {
  763. bottom: -16%;
  764. left: -14%;
  765. }
  766. .red_right {
  767. bottom: -18%;
  768. right: -11%;
  769. }
  770. .box_foot {
  771. width: 40%;
  772. left: 8%;
  773. }
  774. .footer-drop {
  775. width: 131px;
  776. margin-right: 20px;
  777. }
  778. .footer-drop p {
  779. font-size: 12px;
  780. }
  781. .box_left_text {
  782. right: 8%;
  783. }
  784. .text_area {
  785. height: 22%;
  786. }
  787. }