master.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978
  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: #04935F !important;
  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: #04935F;
  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: #04935F;
  139. }
  140. .t-header li a {
  141. font-size: 12px;
  142. }
  143. .t-header li b {
  144. color: #04935F;
  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: #04935F;
  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: #04935F;
  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: #04935F;
  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 #04935F;
  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: #04935F;
  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: #04935F;
  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: 250px;
  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: #856f31;
  506. border: 1px solid #bca35b;
  507. }
  508. .free-tel:hover {
  509. background: #f4e9c7;
  510. }
  511. .siderBar i {
  512. margin-bottom: 4px;
  513. font-size: 20px;
  514. color: #856f31;
  515. }
  516. .online {
  517. background: #bca35b;
  518. }
  519. .online:hover {
  520. background: #a0875a
  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. }
  571. .complaint {
  572. margin-top: 2px;
  573. background: #999;
  574. border: 1px solid #ccc;
  575. }
  576. .complaint a, .complaint i {
  577. color: #fff;
  578. }
  579. .complaint i {
  580. color: #fff;
  581. }
  582. .complaint:hover {
  583. background: #fff;
  584. }
  585. .complaint:hover a {
  586. color: #666!important;
  587. }
  588. .complaint:hover i {
  589. color: #bcbcbc;
  590. }
  591. .siderBar .go-top {
  592. display: none;
  593. padding: 6px 2px;
  594. margin-top: 2px;
  595. background: #fff;
  596. border: 1px solid #ccc;
  597. }
  598. .siderBar .go-top:hover {
  599. border: 1px solid #a0875a;
  600. color: #a0875a;
  601. }
  602. .go-top i {
  603. margin-bottom: 0;
  604. color: #999;
  605. }
  606. /* */
  607. .spot-bg {
  608. z-index: 666;
  609. position: fixed;
  610. top: 0;
  611. left: 0;
  612. display: none;
  613. width: 100%;
  614. height: 100%;
  615. background: rgba(0, 0, 0, .5);
  616. }
  617. .fixed-foot {
  618. z-index: 667;
  619. position: fixed;
  620. left: 0;
  621. bottom: -170px;
  622. width: 100%;
  623. height: 120px;
  624. background: #222;
  625. transition: all 0.3s ease;
  626. -webkit-transition: all 0.3s ease;
  627. -moz-transition: all 0.3s ease;
  628. -ms-transition: all 0.3s ease;
  629. -o-transition: all 0.3s ease;
  630. }
  631. .fixed-foot img {
  632. position: relative;
  633. top: -56px;
  634. float: left;
  635. width: 173px;
  636. }
  637. .fixed-foot p {
  638. width: 375px;
  639. padding-top: 30px;
  640. margin-left: 25px;
  641. }
  642. .fixed-foot p strong {
  643. display: block;
  644. font-size: 26px;
  645. color: #fff;
  646. line-height: 35px;
  647. }
  648. .fixed-foot p span {
  649. display: block;
  650. font-size: 12px;
  651. color: #70777A;
  652. margin-top: 6px;
  653. }
  654. .fixed-foot form {
  655. float: right;
  656. padding-top: 30px;
  657. margin-right: 40px;
  658. }
  659. .fixed-foot input {
  660. height: 44px;
  661. margin-right: 10px;
  662. padding-left: 32px;
  663. background: #fff;
  664. background-repeat: no-repeat;
  665. background-position: 10px center;
  666. background-size: 16px;
  667. border-radius: 2px;
  668. -webkit-border-radius: 2px;
  669. -moz-border-radius: 2px;
  670. -ms-border-radius: 2px;
  671. -o-border-radius: 2px;
  672. }
  673. .fixed-foot .name {
  674. width: 160px;
  675. background-image: url(../images/icon_user.png);
  676. }
  677. .fixed-foot .phone {
  678. width: 240px;
  679. background-image: url(../images/icon_tel.png);
  680. }
  681. .fixed-foot .submit {
  682. width: 140px;
  683. padding-left: 0;
  684. background: #06a76d;
  685. font-size: 18px;
  686. color: #fff;
  687. cursor: pointer;
  688. }
  689. .fixed-foot-on {
  690. bottom: 0;
  691. }
  692. .fixed-foot i {
  693. position: absolute;
  694. right: 0;
  695. top: 38px;
  696. font-size: 30px;
  697. color: #ddd;
  698. cursor: pointer;
  699. -webkit-text-stroke: 5px #222;
  700. }
  701. .hb-title {
  702. padding-top: 30px;
  703. padding-bottom: 20px;
  704. font-size: 22px;
  705. color: #333;
  706. }
  707. .hb-title i {
  708. vertical-align: middle;
  709. margin-top: -4px;
  710. margin-right: 8px;
  711. font-size: 28px;
  712. }
  713. .hb-title>a {
  714. float: right;
  715. margin-top: 6px;
  716. color: #999;
  717. font-weight: normal;
  718. }
  719. @media screen and (max-width:768px) {
  720. .mob_none {
  721. display: none!important;
  722. }
  723. .pc_show {
  724. display: block;
  725. }
  726. .container {
  727. width: 100%;
  728. padding: 0;
  729. }
  730. .m-header {
  731. padding: 0 15px;
  732. height: 50px;
  733. border-bottom: 1px solid #e4e7e8;
  734. }
  735. .m-header .logo {
  736. height: 30px;
  737. margin-top: 10px;
  738. }
  739. .m-header .logo a {
  740. height: 100%;
  741. }
  742. .m-header .logo img {
  743. width: auto;
  744. height: 100%;
  745. }
  746. .m-header i {
  747. position: absolute;
  748. right: 15px;
  749. top: 10px;
  750. height: 30px;
  751. line-height: 30px;
  752. font-size: 30px;
  753. color: #777;
  754. -webkit-text-stroke: 1px #fff;
  755. }
  756. .mob-navigation {
  757. z-index: 9999;
  758. position: fixed;
  759. top: 0;
  760. left: 0;
  761. right: 0;
  762. bottom: 0;
  763. padding: 0 50px;
  764. padding-top: 90px;
  765. background: #fff;
  766. opacity: 0;
  767. transform: scale(0);
  768. -webkit-transform: scale(0);
  769. -moz-transform: scale(0);
  770. -ms-transform: scale(0);
  771. -o-transform: scale(0);
  772. text-align: center;
  773. transition: all 0.3s ease;
  774. -webkit-transition: all 0.3s ease;
  775. -moz-transition: all 0.3s ease;
  776. -ms-transition: all 0.3s ease;
  777. -o-transition: all 0.3s ease;
  778. }
  779. .mob-navigation.on {
  780. opacity: 1;
  781. transform: scale(1);
  782. -webkit-transform: scale(1);
  783. -moz-transform: scale(1);
  784. -ms-transform: scale(1);
  785. -o-transform: scale(1);
  786. }
  787. .mob-navigation li a {
  788. display: block;
  789. line-height: 50px;
  790. font-size: 16px;
  791. border-bottom: 1px solid #eee;
  792. }
  793. .mob-navigation li:last-child a {
  794. border-bottom: 0;
  795. }
  796. .mob-navigation i {
  797. position: absolute;
  798. right: 20px;
  799. top: 20px;
  800. font-size: 40px;
  801. color: #666;
  802. -webkit-text-stroke: 5px #fff;
  803. }
  804. /* */
  805. .linkCon {
  806. padding: 10px;
  807. }
  808. .linkCon ul {
  809. width: 104%;
  810. }
  811. /* foot */
  812. footer {
  813. margin-top: 30px;
  814. }
  815. .foot-nav {
  816. line-height: 30px;
  817. }
  818. .foot-nav ul li {
  819. padding: 0 4px;
  820. }
  821. .ftlx-box {
  822. padding: 0 20px;
  823. }
  824. .ftlx-box .fr {
  825. width: 100%;
  826. margin-top: 20px;
  827. }
  828. .ftlx-box .fr span {
  829. margin-left: 0;
  830. margin-right: 20px;
  831. }
  832. footer p {
  833. margin-top: 30px;
  834. padding: 20px;
  835. }
  836. .bgf {
  837. margin-top: 0;
  838. padding: 0 10px 30px 10px;
  839. }
  840. }