master.css 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226
  1. @charset "utf-8";
  2. body {
  3. margin: 0;
  4. padding: 0;
  5. overflow-x: hidden;
  6. background: #F4F5FA;
  7. }
  8. * {
  9. margin: 0;
  10. padding: 0;
  11. font-size: 14px;
  12. font-family: '微软雅黑', 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
  13. color: #666;
  14. font-style: normal;
  15. list-style: none;
  16. text-decoration: none;
  17. box-sizing: border-box;
  18. }
  19. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  20. display: block;
  21. }
  22. img {
  23. display: block;
  24. max-width: 100%;
  25. max-height: 100%;
  26. border: none;
  27. }
  28. input, button, select {
  29. border: 0;
  30. outline: none;
  31. }
  32. a:hover {
  33. color: #ee0f15 ;
  34. }
  35. input::-webkit-input-placeholder {
  36. color: #aaa;
  37. }
  38. [placeholder]:focus::-webkit-input-placeholder {
  39. -webkit-transition: opacity 0.5s ease;
  40. -moz-transition: opacity 0.5s ease;
  41. -o-transition: opacity 0.5s ease;
  42. transition: opacity 0.5s ease;
  43. opacity: 0
  44. }
  45. [placeholder]:focus::-moz-input-placeholder {
  46. -webkit-transition: opacity 0.5s ease;
  47. -moz-transition: opacity 0.5s ease;
  48. -o-transition: opacity 0.5s ease;
  49. transition: opacity 0.5s ease;
  50. opacity: 0
  51. }
  52. a, a img, input {
  53. -webkit-transition: all 0.18s ease-out;
  54. -o-transition: all 0.18s ease-out;
  55. -moz-transition: all 0.18s ease-out;
  56. transition: all 0.18s ease-out;
  57. }
  58. .clearfix:after {
  59. content: "";
  60. display: block;
  61. height: 0;
  62. visibility: hidden;
  63. clear: both;
  64. }
  65. .clearfix {
  66. zoom: 1;
  67. }
  68. .nowrap {
  69. overflow: hidden;
  70. -o-text-overflow: ellipsis;
  71. text-overflow: ellipsis;
  72. white-space: nowrap;
  73. }
  74. .fl {
  75. float: left;
  76. }
  77. .fr {
  78. float: right;
  79. }
  80. .container {
  81. position: relative;
  82. width: 1200px;
  83. margin: 0 auto;
  84. }
  85. .mt20 {
  86. margin-top: 20px;
  87. }
  88. .mt10 {
  89. margin-top: 10px;
  90. }
  91. .mt30 {
  92. margin-top: 30px;
  93. }
  94. .ml20 {
  95. margin-left: 20px;
  96. }
  97. .mb30 {
  98. margin-bottom: 30px;
  99. }
  100. .pc_show {
  101. display: none;
  102. }
  103. /* top */
  104. header {
  105. background: #fff;
  106. }
  107. .t-header {
  108. height: 36px;
  109. line-height: 36px;
  110. background: #e3e4e5;
  111. }
  112. .t-header p {
  113. font-size: 12px;
  114. color: #999;
  115. }
  116. .t-header p i {
  117. vertical-align: top;
  118. margin-right: 3px;
  119. font-size: 18px;
  120. color: #777;
  121. line-height: 36px;
  122. }
  123. .t-header p a:hover i {
  124. color: #ee0f15;
  125. }
  126. .t-header p a {
  127. padding: 0 10px;
  128. font-size: 12px;
  129. }
  130. .t-header li {
  131. position: relative;
  132. float: left;
  133. padding: 0 12px;
  134. font-size: 12px;
  135. cursor: pointer;
  136. }
  137. .t-header li:hover {
  138. color: #ee0f15;
  139. }
  140. .t-header li a {
  141. font-size: 12px;
  142. }
  143. .t-header li b {
  144. color: #ee0f15;
  145. }
  146. .t-header li i {
  147. vertical-align: middle;
  148. margin-top: -4px;
  149. margin-right: 8px;
  150. font-size: 20px;
  151. }
  152. .t-header li i.fa-weixin {
  153. font-size: 16px;
  154. }
  155. .t-header li:hover i {
  156. color: #ee0f15;
  157. }
  158. .t-header li.wx div {
  159. z-index: 99;
  160. position: absolute;
  161. top: 36px;
  162. left: 50%;
  163. display: none;
  164. width: 120px;
  165. height: 120px;
  166. margin-left: -60px;
  167. box-shadow: 0 0 6px rgba(0, 0, 0, .3)
  168. }
  169. .t-header li.wx:hover div {
  170. display: block;
  171. }
  172. .t-header li.web-nav i {
  173. margin-right: 4px;
  174. font-size: 16px;
  175. }
  176. .t-header li.web-nav div {
  177. z-index: 999;
  178. position: absolute;
  179. top: 36px;
  180. right: 0;
  181. width: 300px;
  182. display: none;
  183. padding: 15px 20px;
  184. padding-bottom: 0;
  185. background: #Fff;
  186. border: 1px solid #e5e5e5;
  187. }
  188. .t-header li.web-nav dl {
  189. display: block;
  190. padding-bottom: 15px;
  191. margin-bottom: 15px;
  192. line-height: 24px;
  193. overflow: hidden;
  194. border-bottom: 1px solid #e5e5e5;
  195. }
  196. .t-header li.web-nav dl:last-child {
  197. border-bottom: 0;
  198. }
  199. .t-header li.web-nav dt {
  200. display: block;
  201. font-size: 12px;
  202. color: #8a9b42;
  203. }
  204. .t-header li.web-nav dl:nth-of-type(2) dt {
  205. color: #ee0f15;
  206. }
  207. .t-header li.web-nav dl:nth-of-type(3) dt {
  208. color: #ff9326;
  209. }
  210. .t-header li.web-nav dd {
  211. display: block;
  212. width: 270px;
  213. }
  214. .t-header li.web-nav dd a {
  215. display: inline-block;
  216. margin-right: 15px;
  217. }
  218. .t-header li.web-nav:hover div {
  219. display: block;
  220. }
  221. .m-header {
  222. padding: 20px 0;
  223. }
  224. .m-header .logo {
  225. max-width: 240px;
  226. }
  227. .m-header .logo a {
  228. display: block;
  229. }
  230. .m-header .logo p {
  231. margin-top: 5px;
  232. font-size: 12px;
  233. color: #ee0f15;
  234. text-align: center;
  235. letter-spacing: 2px;
  236. }
  237. .search-con {
  238. position: relative;
  239. width: 520px;
  240. margin-right: 40px;
  241. margin-top: 8px;
  242. font-size: 0;
  243. }
  244. .search-con form {
  245. position: relative;
  246. display: block;
  247. width: 100%;
  248. height: 40px;
  249. margin-bottom: 8px;
  250. padding-left: 40px;
  251. padding-right: 100px;
  252. line-height: 40px;
  253. overflow: hidden;
  254. border: 1px solid #ee0f15;
  255. }
  256. .search-con .fa-search {
  257. position: absolute;
  258. left: 0;
  259. top: 0;
  260. width: 40px;
  261. height: 40px;
  262. font-size: 22px;
  263. color: #bbb;
  264. line-height: 36px;
  265. text-align: center;
  266. -webkit-text-stroke: 1px #fff;
  267. }
  268. .search-con .s-input {
  269. width: 100%;
  270. height: 100%;
  271. border: 0;
  272. color: #666;
  273. }
  274. .search-con .s-button {
  275. position: absolute;
  276. top: 0;
  277. right: 0;
  278. width: 100px;
  279. height: 38px;
  280. font-size: 18px;
  281. color: #fff;
  282. background: #ee0f15;
  283. border: 0;
  284. cursor: pointer;
  285. }
  286. .search-con p {
  287. max-width: 100%;
  288. margin-top: 6px;
  289. font-size: 12px;
  290. color: #ee0f15;
  291. overflow: hidden;
  292. }
  293. .search-con p b {
  294. font-size: 12px;
  295. }
  296. .search-con p a {
  297. display: inline-block;
  298. font-size: 12px;
  299. color: #777;
  300. margin-right: 10px;
  301. }
  302. .m-header-sider {
  303. margin-top: 8px;
  304. overflow: hidden;
  305. }
  306. .m-header-sider p {
  307. margin-left: 10px;
  308. }
  309. .m-header-sider p a {
  310. display: block;
  311. width: 110px;
  312. height: 38px;
  313. background: #F4E9C7;
  314. text-align: center;
  315. line-height: 38px;
  316. color: #856F31;
  317. }
  318. .m-header-sider p a:last-child {
  319. margin-top: 8px;
  320. }
  321. .m-header-sider p a:hover {
  322. background: #A0875A;
  323. color: #fff!important;
  324. }
  325. .m-header-sider p i {
  326. margin-right: 6px;
  327. font-size: 16px;
  328. color: #856F31;
  329. }
  330. .m-header-sider p a:hover i {
  331. color: #fff;
  332. }
  333. /*导航*/
  334. .navigation {
  335. width: 100%;
  336. height: 40px;
  337. line-height: 40px;
  338. background: #3A3A41;
  339. }
  340. .fl-nav {
  341. position: relative;
  342. width: 240px;
  343. height: 40px;
  344. margin-right: 25px;
  345. background: #4B4B5B;
  346. text-align: center;
  347. cursor: pointer;
  348. }
  349. .fl-nav span {
  350. display: block;
  351. font-size: 16px;
  352. color: #fff;
  353. }
  354. .fl-nav i {
  355. vertical-align: middle;
  356. margin-right: 10px;
  357. margin-top: -3px;
  358. font-size: 20px;
  359. color: #fff;
  360. -webkit-text-stroke: 1px #4B4B5B;
  361. }
  362. .nav-list li {
  363. float: left;
  364. margin-right: 20px;
  365. position: relative;
  366. }
  367. .nav-list li:nth-of-type(2)::after {
  368. position: absolute;
  369. content: url(../images/icon_hot.png);
  370. top: -4px;
  371. right: -10px;
  372. }
  373. .nav-list li:hover::before, .nav-list li.active::before {
  374. position: absolute;
  375. content: '';
  376. left: 50%;
  377. bottom: 2px;
  378. width: 20px;
  379. height: 4px;
  380. margin-left: -10px;
  381. background: #bfaa6e;
  382. border-radius: 4px;
  383. -webkit-border-radius: 4px;
  384. -moz-border-radius: 4px;
  385. -ms-border-radius: 4px;
  386. -o-border-radius: 4px;
  387. }
  388. .nav-list li.active, .nav-list li:hover {
  389. background: #23232A;
  390. }
  391. .nav-list li a {
  392. display: block;
  393. padding: 0 22px;
  394. font-size: 16px;
  395. color: #fff!important;
  396. }
  397. /* link */
  398. .linkCon {
  399. padding: 30px;
  400. background: #fff;
  401. }
  402. .linkCon h2 {
  403. position: relative;
  404. height: 35px;
  405. font-size: 18px;
  406. font-weight: normal;
  407. color: #333;
  408. line-height: 24px;
  409. border-bottom: 1px solid #dfdfdf;
  410. }
  411. .linkCon h2::before {
  412. position: absolute;
  413. content: '';
  414. left: 0;
  415. bottom: -1px;
  416. width: 72px;
  417. border-bottom: 1px solid #333;
  418. }
  419. .linkCon ul {
  420. width: 1200px;
  421. }
  422. .linkCon ul li {
  423. display: inline-block;
  424. vertical-align: top;
  425. margin-top: 15px;
  426. margin-right: 20px;
  427. }
  428. /*底部*/
  429. .online-box {
  430. padding: 24px 0;
  431. background: #00704A;
  432. }
  433. footer {
  434. padding-top: 30px;
  435. background: url(../images/fd_bg.png) center bottom no-repeat;
  436. background-size: cover;
  437. }
  438. .foot-nav {
  439. line-height: 50px;
  440. text-align: center;
  441. }
  442. .foot-nav li {
  443. position: relative;
  444. display: inline-block;
  445. vertical-align: top;
  446. margin: 0 15px;
  447. }
  448. .foot-nav li a {
  449. color: #fff;
  450. }
  451. .ftlx-box {
  452. margin-top: 30px;
  453. }
  454. .ftlx-box .fl strong {
  455. font-size: 18px;
  456. color: #eee;
  457. font-weight: normal;
  458. }
  459. .ftlx-box .fl span {
  460. display: block;
  461. margin-top: 15px;
  462. color: #eee;
  463. }
  464. .ftlx-box .fr span {
  465. display: inline-block;
  466. vertical-align: top;
  467. width: 100px;
  468. margin-left: 15px;
  469. text-align: center;
  470. color: #ccc;
  471. }
  472. .ftlx-box .fr span img {
  473. margin-bottom: 5px;
  474. }
  475. footer p {
  476. margin-top: 40px;
  477. padding: 15px 0;
  478. font-size: 12px;
  479. color: #bbb;
  480. text-align: center;
  481. line-height: 24px;
  482. border-top: 1px solid #666;
  483. }
  484. footer p a {
  485. font-size: 12px;
  486. color: #ccc;
  487. }
  488. /* 侧边栏 */
  489. .siderBar {
  490. position: fixed;
  491. top: 300px;
  492. right: 0;
  493. -width: 36px;
  494. z-index: 99;
  495. }
  496. .siderBar>div {
  497. width: 36px;
  498. padding: 14px 5px;
  499. text-align: center;
  500. cursor: pointer;
  501. line-height: 17px;
  502. }
  503. .free-tel {
  504. background: #fffbef;
  505. color: #ee0f15;
  506. border: 1px solid #f73e43;
  507. }
  508. .free-tel:hover {
  509. background: #f4e9c7;
  510. }
  511. .siderBar i {
  512. margin-bottom: 4px;
  513. font-size: 20px;
  514. color: #f73e43;
  515. }
  516. .online {
  517. background: #ee0f15;
  518. }
  519. .online:hover {
  520. background: #f73e43
  521. }
  522. .online a {
  523. display: block;
  524. color: #fff!important;
  525. }
  526. .online i {
  527. color: #fff;
  528. }
  529. .side-wx {
  530. position: relative;
  531. margin-top: 2px;
  532. background: #fff;
  533. border: 1px solid #ccc;
  534. }
  535. .side-wx:hover {
  536. background: #999;
  537. color: #fff;
  538. }
  539. .side-wx span {
  540. position: absolute;
  541. right: 50px;
  542. top: 0;
  543. display: none;
  544. width: 85px;
  545. box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  546. }
  547. .side-wx span::after {
  548. position: absolute;
  549. content: '';
  550. top: 50%;
  551. right: -16px;
  552. margin-top: -8px;
  553. border: 8px solid transparent;
  554. border-left-color: #fff;
  555. }
  556. .side-wx i {
  557. color: #bcbcbc;
  558. }
  559. .side-wx:hover i {
  560. color: #fff;
  561. }
  562. .side-wx:hover span {
  563. display: block;
  564. }
  565. .input-select {
  566. border: 1px solid #e5e5e5;
  567. width: 140px;
  568. height: 40px;
  569. line-height: 40px;
  570. -webkit-appearance: none;
  571. }
  572. .complaint {
  573. margin-top: 2px;
  574. background: #999;
  575. border: 1px solid #ccc;
  576. }
  577. .complaint a, .complaint i {
  578. color: #fff;
  579. }
  580. .complaint i {
  581. color: #fff;
  582. }
  583. .complaint:hover {
  584. background: #fff;
  585. }
  586. .complaint:hover a {
  587. color: #666!important;
  588. }
  589. .complaint:hover i {
  590. color: #bcbcbc;
  591. }
  592. .siderBar .go-top {
  593. display: none;
  594. padding: 6px 2px;
  595. margin-top: 2px;
  596. background: #fff;
  597. border: 1px solid #ccc;
  598. }
  599. .siderBar .go-top:hover {
  600. border: 1px solid #a0875a;
  601. color: #a0875a;
  602. }
  603. .go-top i {
  604. margin-bottom: 0;
  605. color: #999;
  606. }
  607. /* */
  608. .spot-bg {
  609. z-index: 666;
  610. position: fixed;
  611. top: 0;
  612. left: 0;
  613. display: none;
  614. width: 100%;
  615. height: 100%;
  616. background: rgba(0, 0, 0, .5);
  617. }
  618. .fixed-foot {
  619. z-index: 667;
  620. position: fixed;
  621. left: 0;
  622. bottom: -170px;
  623. width: 100%;
  624. height: 120px;
  625. background: #222;
  626. transition: all 0.3s ease;
  627. -webkit-transition: all 0.3s ease;
  628. -moz-transition: all 0.3s ease;
  629. -ms-transition: all 0.3s ease;
  630. -o-transition: all 0.3s ease;
  631. }
  632. .fixed-foot img {
  633. position: relative;
  634. top: -56px;
  635. float: left;
  636. width: 173px;
  637. }
  638. .fixed-foot p {
  639. width: 260px;
  640. padding-top: 30px;
  641. margin-left: 5px;
  642. }
  643. .fixed-foot p strong {
  644. display: block;
  645. font-size: 26px;
  646. color: #fff;
  647. line-height: 35px;
  648. }
  649. .fixed-foot p span {
  650. display: block;
  651. font-size: 12px;
  652. color: #70777A;
  653. margin-top: 6px;
  654. }
  655. .fixed-foot form {
  656. float: right;
  657. padding-top: 30px;
  658. margin-right: 40px;
  659. position: absolute;
  660. top: 12px;
  661. right: -20px;
  662. /*float: right;
  663. padding-top: 30px;
  664. margin-right: 40px;*/
  665. }
  666. .fixed-foot input {
  667. height: 44px;
  668. margin-right: 10px;
  669. padding-left: 32px;
  670. background: #fff;
  671. background-repeat: no-repeat;
  672. background-position: 10px center;
  673. background-size: 16px;
  674. border-radius: 2px;
  675. -webkit-border-radius: 2px;
  676. -moz-border-radius: 2px;
  677. -ms-border-radius: 2px;
  678. -o-border-radius: 2px;
  679. }
  680. .fixed-foot .name {
  681. width: 160px;
  682. background-image: url(../images/icon_user.png);
  683. }
  684. .fixed-foot .xm {
  685. width: 160px;
  686. background-image: url(../images/icon_project.png);
  687. }
  688. .fixed-foot .phone {
  689. width: 240px;
  690. background-image: url(../images/icon_tel.png);
  691. }
  692. .fixed-foot .submit {
  693. width: 140px;
  694. padding-left: 0;
  695. background: #ee0f15;
  696. font-size: 18px;
  697. color: #fff;
  698. cursor: pointer;
  699. }
  700. .fixed-foot-on {
  701. bottom: 0;
  702. }
  703. .fixed-foot i {
  704. position: absolute;
  705. right: 0;
  706. top: 38px;
  707. font-size: 30px;
  708. color: #ddd;
  709. cursor: pointer;
  710. -webkit-text-stroke: 5px #222;
  711. }
  712. .hb-title {
  713. padding-top: 30px;
  714. padding-bottom: 20px;
  715. font-size: 22px;
  716. color: #333;
  717. }
  718. .hb-title i {
  719. vertical-align: middle;
  720. margin-top: -4px;
  721. margin-right: 8px;
  722. font-size: 28px;
  723. }
  724. .hb-title>a {
  725. float: right;
  726. margin-top: 6px;
  727. color: #999;
  728. font-weight: normal;
  729. }
  730. @media screen and (max-width:768px) {
  731. .mob_none {
  732. display: none!important;
  733. }
  734. .pc_show {
  735. display: block;
  736. }
  737. .container {
  738. width: 100%;
  739. padding: 0;
  740. }
  741. .m-header {
  742. padding: 0 15px;
  743. height: 50px;
  744. border-bottom: 1px solid #e4e7e8;
  745. }
  746. .m-header .logo {
  747. height: 30px;
  748. margin-top: 10px;
  749. }
  750. .m-header .logo a {
  751. height: 100%;
  752. }
  753. .m-header .logo img {
  754. width: auto;
  755. height: 100%;
  756. }
  757. .m-header i {
  758. position: absolute;
  759. right: 15px;
  760. top: 10px;
  761. height: 30px;
  762. line-height: 30px;
  763. font-size: 30px;
  764. color: #777;
  765. -webkit-text-stroke: 1px #fff;
  766. }
  767. .search-inpbtn {
  768. display: block !important;
  769. width: 100%;
  770. height: 2.5rem;
  771. margin: 1rem 0;
  772. padding: 0 1.125rem;
  773. border-radius: 1rem;
  774. }
  775. .search-ib {
  776. width: 100%;
  777. height: 2.5rem;
  778. background: #EBEDF6;
  779. border-radius: 5rem;
  780. }
  781. .search-ib input {
  782. float: left;
  783. width: 72%;
  784. height: 2.5rem;
  785. align-items: center;
  786. margin-left: 1.5rem;
  787. background: #EBEDF6;
  788. font-size: 1.25rem;
  789. color: #9195AC;
  790. font-family: 微软雅黑;
  791. }
  792. .search-ib a img {
  793. width: 1.5rem;
  794. height: 1.5rem;
  795. margin: 0.6rem 1.25rem;
  796. }
  797. .search-ib a {
  798. float: right;
  799. width: 4rem;
  800. height: 2.5rem;
  801. display: block;
  802. background: #DCDFED;
  803. border-radius: 0 1rem 1rem 0;
  804. }
  805. .w-header {
  806. width: 100%;
  807. height: 3.429rem;
  808. background: #fff;
  809. display: flex;
  810. border-bottom: 1px solid #D1D4E7;
  811. position: fixed;
  812. top: 0;
  813. left: 0;
  814. z-index: 100;
  815. }
  816. .w-header-left {
  817. width: 3.435rem;
  818. height: 3.429rem;
  819. float: left;
  820. }
  821. .w-header-left a{
  822. width: 3.435rem;
  823. height:3.429rem;
  824. display:block;
  825. background:url(../images/fanhui.png) no-repeat center center;
  826. background-size: 2rem;
  827. }
  828. .w-header-logo{
  829. flex:1;
  830. text-align:center;
  831. line-height: 3.429rem;
  832. font-size: 1.485rem;
  833. color: #ee0f15;
  834. font-weight:bold;
  835. overflow:hidden;
  836. white-space:nowrap;
  837. text-overflow:ellipsis;
  838. }
  839. .w-header-logo img{
  840. width:4.33rem;
  841. height:0.4rem;
  842. margin:.24rem auto;
  843. display:block;
  844. }
  845. .w-header-right{
  846. width: 3.435rem;
  847. height:3.429rem;
  848. float:right;
  849. }
  850. .w-header-right a{
  851. width: 3.435rem;
  852. height:3.429rem;
  853. display:block;
  854. background:url(../images/home.png) no-repeat center center;
  855. background-size: 2rem;
  856. }
  857. .trade-nav {
  858. width: 100%;
  859. height: 736px;
  860. margin-top: 3.429rem;
  861. background: #fff;
  862. }
  863. .trade-nav-l {
  864. width: 23%;
  865. height: 100%;
  866. padding-bottom: 15%;
  867. box-sizing: border-box;
  868. background: #F4F5FA;
  869. float: left;
  870. overflow-y: scroll;
  871. }
  872. .trade-nav-l ul li.on {
  873. background: #fff;
  874. }
  875. .trade-nav-l ul li {
  876. height: 3.475rem;
  877. line-height: 3.475rem;
  878. font-size: 1.25rem;
  879. color: #333;
  880. text-align: center;
  881. position: relative;
  882. }
  883. .trade-nav-l ul li.on:after {
  884. border-left: 0.165rem solid #ee0f15;
  885. }
  886. .trade-nav-l ul li:after {
  887. content: '';
  888. height: 3.475rem;
  889. width: 0.165rem;
  890. background: #F4F5FA;
  891. position: absolute;
  892. left: 0;
  893. top: 0;
  894. }
  895. .trade-nav-r {
  896. width: 75%;
  897. height: 100%;
  898. float: right;
  899. margin: 2% 0 2% 0%;
  900. overflow-y: scroll;
  901. padding-bottom: 20%;
  902. }
  903. .trade-nav-r .trade-list-box {
  904. display: none;
  905. }
  906. .trade-nav-r .trade-list-box.on {
  907. display: block;
  908. }
  909. .trade-list-box {
  910. width: 100%;
  911. height: 100%;
  912. display: none;
  913. }
  914. .trade-list-box .trade-title {
  915. font-size: 1.25rem;
  916. color: #333;
  917. padding: 4% 0 2% 0;
  918. text-align: left;
  919. }
  920. .trade-list a {
  921. width: 31%;
  922. height: 2.985rem;
  923. color: #333;
  924. text-align: center;
  925. line-height: 2.985rem;
  926. border: 0.01rem solid #D4D7E9;
  927. float: left;
  928. margin-right: 2%;
  929. margin-top: 2.5%;
  930. overflow: hidden;
  931. }
  932. .mob-navigation {
  933. z-index: 9999;
  934. position: fixed;
  935. top: 0;
  936. left: 0;
  937. right: 0;
  938. bottom: 0;
  939. /* padding: 0 50px;
  940. padding-top: 90px;*/
  941. background: #fff;
  942. opacity: 0;
  943. transform: scale(0);
  944. -webkit-transform: scale(0);
  945. -moz-transform: scale(0);
  946. -ms-transform: scale(0);
  947. -o-transform: scale(0);
  948. text-align: center;
  949. transition: all 0.3s ease;
  950. -webkit-transition: all 0.3s ease;
  951. -moz-transition: all 0.3s ease;
  952. -ms-transition: all 0.3s ease;
  953. -o-transition: all 0.3s ease;
  954. }
  955. .mob-navigation.on {
  956. opacity: 1;
  957. transform: scale(1);
  958. -webkit-transform: scale(1);
  959. -moz-transform: scale(1);
  960. -ms-transform: scale(1);
  961. -o-transform: scale(1);
  962. }
  963. .mob-navigation li a {
  964. display: block;
  965. line-height: 50px;
  966. font-size: 16px;
  967. border-bottom: 1px solid #eee;
  968. }
  969. .mob-navigation li:last-child a {
  970. border-bottom: 0;
  971. }
  972. .mob-navigation i {
  973. position: absolute;
  974. right: 20px;
  975. top: 20px;
  976. font-size: 40px;
  977. color: #666;
  978. -webkit-text-stroke: 5px #fff;
  979. }
  980. /* 底部悬浮菜单 */
  981. .fixed-bottom {
  982. position: fixed;
  983. bottom: -4px;
  984. width: 100%;
  985. height: 4rem;
  986. background: #fff;
  987. z-index: 99;
  988. box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  989. }
  990. .fixed-bl {
  991. width: 30%;
  992. height: 4rem;
  993. float: left;
  994. }
  995. .fixed-br {
  996. width: 70%;
  997. height: 4rem;
  998. float: right;
  999. }
  1000. .fixed-br a.b-zx {
  1001. background: #ee0f15 url(../images/icon14.png) no-repeat 1.25em center;
  1002. background-size: 1.5rem;
  1003. }
  1004. .fixed-br a {
  1005. width: 50%;
  1006. height: 4rem;
  1007. float: left;
  1008. font-size: 1.25rem;
  1009. color: #fff;
  1010. line-height: 4rem;
  1011. padding-left: 3.25rem;
  1012. }
  1013. .fixed-bl ul li {
  1014. width: 100%;
  1015. float: left;
  1016. height: 4rem;
  1017. position: relative;
  1018. }
  1019. .fixed-bl ul li p {
  1020. font-size: 1.25rem;
  1021. color: #ee0f15;
  1022. text-align: center;
  1023. padding-top: 0rem;
  1024. line-height: 4rem;
  1025. }
  1026. .fixed-br a.b-ly {
  1027. background: #ff5e63 url(../images/icon15.png) no-repeat 1.25rem center;
  1028. background-size: 1.5rem;
  1029. text-align: left;
  1030. }
  1031. .fixed-br a {
  1032. width: 50%;
  1033. height: 4rem;
  1034. float: left;
  1035. font-size: 1.25rem;
  1036. color: #fff;
  1037. line-height: 4rem;
  1038. padding-left: 3.25rem;
  1039. }
  1040. .fixed-br a, .fixed-br a:visited, .fixed-br a:focus, .fixed-br a:active, .fixed-br a:hover {
  1041. color: #fff !important;
  1042. }
  1043. /* ./end */
  1044. /* */
  1045. .linkCon {
  1046. padding: 10px;
  1047. }
  1048. .linkCon ul {
  1049. width: 104%;
  1050. }
  1051. /* foot */
  1052. footer {
  1053. margin-top: 30px;
  1054. }
  1055. .foot-nav {
  1056. line-height: 30px;
  1057. }
  1058. .foot-nav ul li {
  1059. padding: 0 4px;
  1060. }
  1061. .ftlx-box {
  1062. padding: 0 20px;
  1063. }
  1064. .ftlx-box .fr {
  1065. width: 100%;
  1066. margin-top: 20px;
  1067. }
  1068. .ftlx-box .fr span {
  1069. margin-left: 0;
  1070. margin-right: 20px;
  1071. }
  1072. footer p {
  1073. margin-top: 30px;
  1074. padding: 20px;
  1075. margin-bottom: 50px;
  1076. }
  1077. .bgf {
  1078. margin-top: 0;
  1079. padding: 0 10px 30px 10px;
  1080. }
  1081. }