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.

907 lines
18 KiB

7 years ago
  1. @import url(common.css);
  2. body {
  3. font-family: Arial, 'microsoft yahei', Helvetica, sans-serif;
  4. color: #656464;
  5. background: url(../images/top_bg.jpg) top center repeat-x #fff;
  6. }
  7. header {margin-top: 6px;}
  8. .top_menu {
  9. float: right;
  10. font-size: 12px;
  11. color: #9C9C9C;
  12. width: 100%;
  13. height: 38px;
  14. border-bottom: 1px solid #dfe1e3;
  15. }
  16. .language {
  17. float: right;
  18. border-left: 1px solid #dfe1e3;
  19. border-right: 1px solid #dfe1e3;
  20. height: 38px;
  21. padding: 8px 10px 0px 10px;
  22. }
  23. .top_name {
  24. display: inline-block;
  25. padding-top: 11px;
  26. }
  27. .logo {
  28. margin-top: 10px;
  29. max-width: 700px;
  30. }
  31. .flash img {
  32. width: 100%
  33. }
  34. .flash ul.bxslider {
  35. list-style: none;
  36. }
  37. .flash div.bx-pager {
  38. bottom: 4%;
  39. }
  40. .flash div.bx-controls-direction {
  41. display: none;
  42. }
  43. .main {
  44. padding: 30px 0px 10px 0px;
  45. }
  46. .opacity_img {
  47. border: 1px solid #eeeeee;
  48. transition: border 0.4s;
  49. }
  50. .img-thumbnail:hover, .opacity_img:hover {
  51. border: 1px solid #3477c8;
  52. }
  53. /*导航菜单*/
  54. .navbar {
  55. margin: 0px;
  56. background-color: #fbfbfb;
  57. border: 1px solid #e9e9e9;
  58. border-left: 0px;
  59. border-right: 0px;
  60. }
  61. .glyphicon-home:before {
  62. color: #fff;
  63. }
  64. #app_menudown {
  65. position: absolute;
  66. top: 0px;
  67. right: 0px;
  68. font-size: 16px;
  69. }
  70. #app_menudown:hover {
  71. background-color: #3477c8;
  72. }
  73. /*公司简介*/
  74. .about_box {
  75. background: url(../images/title_line.jpg) left 30px no-repeat;
  76. margin: 30px 0px 0px 0px;
  77. }
  78. .about_h1 {
  79. float: left;
  80. font-size: 20px;
  81. color: #013677;
  82. margin: 0px;
  83. }
  84. .about_span {
  85. float: left;
  86. padding-top: 8px;
  87. text-indent: 8px;
  88. font-size: 12px;
  89. color: rgb(125, 125, 125);
  90. }
  91. .about_box section {
  92. clear: both;
  93. padding: 18px 0px 0px 0px;
  94. }
  95. .about_box section img {
  96. margin: 10px 20px 0px 0px;
  97. max-width: 350px;
  98. }
  99. a.about_more {
  100. color: #ffffff;
  101. display: inline-block;
  102. font-size: 12px;
  103. padding: 6px 12px;
  104. transition: background 0.3s;
  105. background-color: #397dcf;
  106. border-radius: 4px;
  107. }
  108. a.about_more:hover {
  109. background-color: #9ac24b;
  110. text-decoration: none;
  111. }
  112. .about_contents {
  113. line-height: 31px;
  114. padding: 3px 0px 5px 0px;
  115. font-family: 'Microsoft YaHei';
  116. }
  117. /*产品搜索*/
  118. .search_group {
  119. float: right;
  120. margin: 40px 0px 0px 0px;
  121. }
  122. .search_group {
  123. }
  124. .form-control {
  125. border-radius: 0px;
  126. box-shadow: none;
  127. }
  128. .mysearch_btn {
  129. background-color: #397dcf;
  130. color: #fff;
  131. border-radius: 0px;
  132. transition: background 0.3s;
  133. }
  134. .mysearch_btn:hover, .mysearch_btn:focus {
  135. background-color: #9ac24b;
  136. color: #fff;
  137. }
  138. #small_search {
  139. float: right;
  140. margin-top: 7px;
  141. padding: 8px 13px;
  142. font-size: 17px;
  143. border-radius: 4px;
  144. }
  145. #small_search:hover, #small_search:focus {
  146. cursor: pointer;
  147. background-color: #dddddd;
  148. }
  149. /*首页产品*/
  150. .index_product {
  151. background: url(../images/title_line.jpg) left 30px no-repeat;
  152. margin: 25px 0px 0px 0px;
  153. }
  154. .product_list {
  155. clear: both;
  156. padding: 35px 0px 0px 0px;
  157. margin-right: -15px;
  158. margin-left: -15px;
  159. }
  160. .product_list2 {
  161. padding-top: 20px;
  162. }
  163. .product_img {
  164. padding-left: 15px;
  165. padding-right: 15px;
  166. min-height: 190px;
  167. }
  168. .product_img img {
  169. margin-right: auto;
  170. margin-left: auto;
  171. display: block;
  172. max-height: 320px;
  173. max-width: 100%;
  174. height: auto;
  175. margin-bottom: 10px;
  176. padding: 0px 0px 0px 0px;
  177. }
  178. .product_title {
  179. text-align: center;
  180. padding: 0px 15px 0px 0px;
  181. height: 40px;
  182. }
  183. .product_title a {
  184. color: #656464;
  185. transition: color 0.3s;
  186. }
  187. .product_title a:hover {
  188. text-decoration: none;
  189. color: #0064d4;
  190. }
  191. /*首页新闻*/
  192. .news_box {
  193. background: url(../images/title_line.jpg) left 30px no-repeat; /*border:1px solid #ccc;*/
  194. margin: 20px 0px 30px 0px;
  195. }
  196. .index_news {
  197. clear: both;
  198. list-style: none;
  199. margin: 0px;
  200. padding: 15px 0px 0px 0px;
  201. }
  202. .index_news li {
  203. color: #898989;
  204. border-bottom: 1px dashed #ccc;
  205. background: url(../images/li.png) no-repeat left 16px;
  206. line-height: 21px;
  207. padding: 10px 0px;
  208. padding-left: 13px;
  209. }
  210. .index_news li a {
  211. color: #656464;
  212. }
  213. .index_news li a:hover {
  214. text-decoration: none;
  215. color: #1260aa;
  216. }
  217. .news_time {
  218. float: right;
  219. }
  220. .left_news {
  221. clear: both;
  222. }
  223. .left_news ul {
  224. padding: 0px 0px 12px 0px;
  225. }
  226. .left_news span.news_time {
  227. display: none;
  228. }
  229. /*首页联系*/
  230. .index_contact {
  231. background: url(../images/title_line.jpg) left 30px no-repeat;
  232. margin: 20px 0px 15px 0px;
  233. }
  234. .index_contact P {
  235. clear: both;
  236. }
  237. .list_box {
  238. clear: both;
  239. padding: 10px 0px 0px 0px;
  240. }
  241. .path_title {
  242. border: 1px solid #f2f2f2;
  243. padding: 8px 19px;
  244. overflow: hidden;
  245. }
  246. /*栏目导航*/
  247. .left_nav {
  248. clear: both;
  249. padding-top: 10px;
  250. }
  251. .index_left_nav {
  252. padding-top: 0px;
  253. }
  254. .left_h1 {
  255. background: url(../images/title_line.jpg) left bottom no-repeat;
  256. font-size: 22px;
  257. display: block;
  258. margin-top: 25px;
  259. padding: 0px 0px 10px 0px;
  260. color: #013677;
  261. }
  262. .left_nav_ul {
  263. list-style: none;
  264. margin: 0px;
  265. padding: 0px;
  266. margin: 15px 0px 0px 0px;
  267. padding-bottom: 10px;
  268. }
  269. .left_nav_ul > li {
  270. position: relative;
  271. border-bottom: 1px solid #f2f2f2;
  272. background: url(../images/left_li.gif) 6px 15px no-repeat;
  273. padding: 8px 0px 8px 18px;
  274. }
  275. .left_nav_ul > li > a {
  276. text-decoration: none;
  277. color: #656464;
  278. }
  279. .left_nav_ul > li > a:hover, .left_nav_ul li a.left_active {
  280. color: #01519e;
  281. }
  282. /*小类*/
  283. ul.left_snav_ul {
  284. list-style: none;
  285. padding: 0px;
  286. display: none;
  287. padding-top: 8px;
  288. }
  289. ul.left_snav_ul > li {
  290. margin: 0px;
  291. padding: 5px 0px 5px 10px;
  292. background: url(../images/left_sli.gif) 0px 13px no-repeat;
  293. }
  294. ul.left_snav_ul > li > a {
  295. border: 0;
  296. color: #797979;
  297. padding: 5px 0px 5px 0px;
  298. }
  299. ul.left_snav_ul > li > a:hover {
  300. text-decoration: none;
  301. color: #01519e;
  302. }
  303. .menu_head {
  304. cursor: pointer;
  305. font: 600 18px/30px "Open Sans", sans-serif;
  306. width: 35px;
  307. text-align: center;
  308. color: #303c4b;
  309. display: inline-block;
  310. position: absolute;
  311. top: 3px;
  312. right: 0px;
  313. }
  314. .menu_head:hover {
  315. color: #46d8ad;
  316. }
  317. /*新闻列表*/
  318. .list_news {
  319. clear: both;
  320. list-style: none;
  321. margin: 0px;
  322. padding: 6px 0px 20px 0px;
  323. }
  324. .list_news li {
  325. color: #898989;
  326. background: url(../images/li.png) no-repeat left 14px;
  327. line-height: 22px;
  328. padding: 8px 0px;
  329. padding-left: 13px;
  330. border-bottom: 1px dashed #e3e2e2;/*dotted*/
  331. }
  332. .list_news li a {
  333. color: #303c4b;
  334. }
  335. .list_news li a:hover {
  336. text-decoration: none;
  337. color: #1260aa;
  338. }
  339. .contents {
  340. clear: both;
  341. padding: 6px 2px 0px 2px;
  342. line-height: 28px;
  343. overflow: auto;
  344. }
  345. .contents_title {
  346. margin: 0px;
  347. padding: 10px 0px;
  348. text-align: center;
  349. color: #000;
  350. font-size: 18px;
  351. color: #434343;
  352. font-weight: bold;
  353. line-height: 34px;
  354. }
  355. /*分页样式*/
  356. .page {
  357. clear: both;
  358. margin: 20px 0px 0px 0px;
  359. text-align: center;
  360. }
  361. .page a {
  362. display: inline-block;
  363. font-family: Arial;
  364. font-size: 13px;
  365. border: #dbdbdb 1px solid;
  366. padding: 4px 9px;
  367. margin: 2px;
  368. margin-bottom: 5px;
  369. color: #31363c;
  370. text-decoration: none
  371. }
  372. .page a:hover, .page a:focus {
  373. font-family: Arial;
  374. font-size: 13px;
  375. border: #000 1px solid;
  376. padding: 4px 9px;
  377. color: #fff;
  378. background-color: #31363c;
  379. }
  380. .page .current {
  381. font-family: Arial;
  382. border: #000 1px solid;
  383. font-size: 13px;
  384. padding: 5px 9px;
  385. color: #fff;
  386. margin: 2px;
  387. background-color: #31363c
  388. }
  389. /*产品展示*/
  390. #pic-page {
  391. text-align: center;
  392. margin-top: 10px;
  393. }
  394. #pic-page a {
  395. margin: 0 2px;
  396. }
  397. #pic-page a img {
  398. width: 40px;
  399. padding: 2px;
  400. border: solid #ccc 1px;
  401. margin-bottom: 5px;
  402. }
  403. #pic-page a:hover img, #pic-page a.active img {
  404. border: solid #5280DD 1px;
  405. }
  406. .showpic_box, .proinfo_box {
  407. margin: 30px 0px 20px 0px;
  408. }
  409. .product_h1 {
  410. margin: 0px;
  411. line-height: 22px;
  412. font-size: 18px;
  413. color: #145ca1;
  414. padding-bottom: 10px;
  415. border-bottom: 1px dotted #cccccc;
  416. }
  417. .product_info {
  418. list-style: none;
  419. padding: 0px;
  420. margin-top: 10px;
  421. }
  422. .product_info li {
  423. line-height: 24px;
  424. padding-bottom: 12px;
  425. }
  426. .product_con {
  427. clear: both;
  428. border-top: 1px dotted #ccc;
  429. margin: 10px 0px 20px 0px;
  430. padding: 20px 0px 0px 0px;
  431. line-height: 26px;
  432. overflow: auto;
  433. }
  434. .related_h1 {
  435. padding: 30px 0px 12px 0px;
  436. color: #303c4b;
  437. margin: 0px;
  438. display: block;
  439. font-weight: 300;
  440. font-size: 24px;
  441. border-bottom: 5px solid #f4f5f6;
  442. font-family: 'Roboto', Arial, Helvetica, sans-serif;
  443. }
  444. .related_list {
  445. padding-top: 12px;
  446. }
  447. .related_news {
  448. padding-top: 0px;
  449. clear: both;
  450. }
  451. .download_btn {
  452. text-align: right;
  453. margin: 10px 10px 20px 0px;
  454. }
  455. .page-btn {
  456. background-color: #9ac24b;
  457. border-radius: 0px;
  458. border: none;
  459. transition: background 0.3s;
  460. }
  461. .page-btn:hover, .page-btn:focus {
  462. background-color: #31363c;
  463. }
  464. .grey-btn {
  465. border-radius: 0px;
  466. border: none;
  467. background-color: #E8E8E8;
  468. }
  469. .grey-btn:hover, .grey-btn:focus {
  470. background-color: #ccc;
  471. }
  472. .a2a_default_style {
  473. display: inline-block;
  474. }
  475. /*在线留言订购*/
  476. .feedback {
  477. margin-top: 30px;
  478. }
  479. .form-horizontal .form-group {
  480. margin-right: -10px;
  481. margin-left: -10px;
  482. }
  483. .codeimg {
  484. margin: 0px 0px -10px -18px;
  485. }
  486. /*上一个下一个*/
  487. .point {
  488. clear: both;
  489. margin: 20px 0px 40px 0px;
  490. padding-bottom: 40px;
  491. line-height: 22px;
  492. }
  493. .point span.to_prev {
  494. text-align: center;
  495. }
  496. .point span.to_prev a {
  497. color: #0068b7;
  498. }
  499. .point span.to_prev a:hover {
  500. color: #ea042b
  501. }
  502. .point span.to_next {
  503. text-align: center;
  504. }
  505. .point span.to_next a {
  506. color: #0068b7;
  507. }
  508. .point span.to_next a:hover {
  509. color: #ea042b
  510. }
  511. /*标签样式*/
  512. .tags {
  513. margin: 8px 0px 10px 0px
  514. }
  515. .tags a {
  516. margin: 0px 5px 8px 0px
  517. }
  518. .tags_list {
  519. padding: 5px 10px 100px 10px
  520. }
  521. .tags_ul {
  522. margin-top: 10px;
  523. }
  524. .tags_ul li {
  525. line-height: 28px;
  526. margin-bottom: 8px;
  527. padding-bottom: 10px;
  528. }
  529. .tags_ul h3 {
  530. font-size: 14px;
  531. padding: 0px;
  532. margin: 0px;
  533. line-height: 20px;
  534. }
  535. .tags_ul p {
  536. font-size: 13px;
  537. padding: 0px;
  538. margin: 0px;
  539. color: #a0a0a0;
  540. line-height: 20px;
  541. padding-top: 8px;
  542. }
  543. /*网站地图*/
  544. ul.ul_sitemap {
  545. margin: 30px 0px 40px 30px;
  546. }
  547. ul.ul_sitemap li {
  548. list-style: none;
  549. line-height: 26px;
  550. clear: both;
  551. }
  552. ul.ul_sitemap li a {
  553. color: #7d7d7d;
  554. }
  555. li.small_li_sitemap {
  556. clear: both;
  557. padding-left: 12px;
  558. }
  559. li.small_li2_sitemap {
  560. float: left;
  561. padding-left: 20px;
  562. }
  563. #translate {
  564. width: 180px;
  565. margin: 0 auto;
  566. }
  567. #translate-this {
  568. margin: 15px 0px 10px 0px;
  569. }
  570. /*底部信息*/
  571. footer {
  572. text-align: center;
  573. background-color: #435669;
  574. color: #AFB7BE;
  575. padding: 30px 0px 20px 0px;
  576. margin-top: 38px;
  577. font-size: 12px;
  578. }
  579. .copyright {
  580. line-height: 20px;
  581. }
  582. .copyright a {
  583. color: #AFB7BE;
  584. }
  585. .foot_nav {
  586. width: 25%;
  587. float: left;
  588. background-color: #fafafa;
  589. text-align: center;
  590. }
  591. .foot_nav:hover, .foot_nav:focus {
  592. background-color: #e4e4e4;
  593. }
  594. .foot_nav a {
  595. color: #898989;
  596. display: block;
  597. }
  598. .foot_nav a:hover, .foot_nav a:focus {
  599. text-decoration: none;
  600. }
  601. .foot_nav span {
  602. display: block;
  603. padding: 3px 0px 0px 0px;
  604. }
  605. .webshare {
  606. width: 230px;
  607. padding: 5px;
  608. }
  609. .ewebshare {
  610. width: 200px;
  611. padding: 5px;
  612. }
  613. /*大屏幕*/
  614. @media screen and (min-width: 769px) {
  615. header {
  616. }
  617. .navbar {
  618. margin-top: 10px;
  619. min-height: 50px;
  620. }
  621. .navbar-nav > li {
  622. border-right: 1px solid #e9e9e9;/*border-left: 1px solid #e9e9e9;*/
  623. }
  624. .navbar-nav > li:first-child {
  625. border-left: 0;
  626. }
  627. .navbar-nav > li:last-child {
  628. }
  629. .navbar-nav > li > a {
  630. text-align: center;
  631. }
  632. .navbar-default .navbar-nav > li > a {
  633. line-height: 20px;
  634. color: #787878;
  635. padding: 15px 26px 15px 26px;
  636. }
  637. .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  638. background-color: #3477c8;
  639. color: #fff;
  640. border-top: 1px solid #3477c8;
  641. margin-top: -1px;
  642. border-bottom: 1px solid #3477c8;
  643. margin-bottom: -1px;
  644. }
  645. .navbar-brand {
  646. display: none;
  647. }
  648. .home-btn {
  649. background: #3669AA;
  650. color: #fff;
  651. padding: 17px 17px 17px 17px;
  652. font-size: 16px;
  653. border-top: 2px solid #3477c8;
  654. margin-top: -2px;
  655. }
  656. .navbar-default .navbar-nav-e > li > a {
  657. font-weight: normal;
  658. }
  659. .nav_small {
  660. background-color: #397dcf;
  661. padding: 0;
  662. border-radius: 0px;
  663. border: none;
  664. box-shadow: none;
  665. }
  666. .nav_small > li {
  667. }
  668. .nav_small > li > a {
  669. line-height: 20px;
  670. padding: 7px 0px;
  671. text-align: center;
  672. color: #fff;
  673. font-size: 13px;
  674. }
  675. .nav_small > li > a:hover {
  676. color: #fff;
  677. background: #abcf63;
  678. }
  679. #app_menudown, #small_search {
  680. display: none;
  681. }
  682. .index_left_nav, .footer_nav {
  683. display: none;
  684. }
  685. }
  686. /*小屏幕*/
  687. @media screen and (max-width: 768px) {
  688. .navbar {
  689. margin-top: 10px;
  690. }
  691. .navbar-default .navbar-brand {
  692. color: #787878;
  693. font-size: 16px;
  694. }
  695. .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  696. color: #787878;
  697. }
  698. .navbar-toggle {
  699. border: none;
  700. }
  701. .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  702. border: 1px solid #dddddd;
  703. }
  704. .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  705. }
  706. .navbar-default .navbar-toggle .icon-bar {
  707. }
  708. .navbar-default .navbar-nav {
  709. margin-top: 0px;
  710. margin-bottom: 0px;
  711. }
  712. .navbar-default .navbar-nav > li {
  713. }
  714. .navbar-default .navbar-nav > li:last-child {
  715. border: none;
  716. }
  717. .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  718. color: #787878;
  719. }
  720. .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  721. background-color: #3477c8;
  722. color: #fff;
  723. }
  724. header {
  725. }
  726. .top_name, .home-btn {
  727. display: none;
  728. }
  729. .language {
  730. border-left: 0px;
  731. border-right: 0px;
  732. }
  733. .about_box {
  734. margin: 18px 0px 0px 0px;
  735. }
  736. .about_box section img {
  737. margin: 10px 15px 0px 0px;
  738. max-width: 180px
  739. }
  740. .about_contents {
  741. line-height: 28px;
  742. }
  743. .search_group {
  744. margin: 10px 0px 5px 0px;
  745. }
  746. #topsearch {
  747. display: none;
  748. }
  749. .logo {
  750. display: block;
  751. margin: 0 auto;
  752. margin-top: 13px;
  753. max-width: 700px;
  754. }
  755. .flash div.bx-pager { /*display:none;*/
  756. }
  757. .left_h1 {
  758. margin-top: 10px;
  759. }
  760. .list_related h1.left_h1 {
  761. margin-top: 60px;
  762. }
  763. .product_con img, .contents img {
  764. width: 100%;
  765. }
  766. .news_time {
  767. display: none;
  768. }
  769. .footer_nav {
  770. background-color: #fafafa;
  771. }
  772. #pic-page a img {
  773. width: 35px;
  774. }
  775. #cmsFloatPanel {
  776. display: none;
  777. }
  778. .point span.to_prev, .point span.to_next {
  779. text-align: left;
  780. padding-bottom: 8px;
  781. }
  782. .product_list2 {
  783. }
  784. footer {
  785. margin-bottom: 50px;
  786. }
  787. }
  788. @media screen and (max-width: 767px) {
  789. .copyright_p {
  790. display: none;
  791. }
  792. }
  793. /*414px到768px*/
  794. @media screen and (min-width:414px) and (max-width:768px) {
  795. .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
  796. float: left;
  797. }
  798. .col-mm-12 {
  799. width: 100%;
  800. }
  801. .col-mm-11 {
  802. width: 91.66666667%;
  803. }
  804. .col-mm-10 {
  805. width: 83.33333333%;
  806. }
  807. .col-mm-9 {
  808. width: 75%;
  809. }
  810. .col-mm-8 {
  811. width: 66.66666667%;
  812. }
  813. .col-mm-7 {
  814. width: 58.33333333%;
  815. }
  816. .col-mm-6 {
  817. width: 50%;
  818. }
  819. .col-mm-5 {
  820. width: 41.66666667%;
  821. }
  822. .col-mm-4 {
  823. width: 33.33333333%;
  824. }
  825. .col-mm-3 {
  826. width: 25%;
  827. }
  828. .col-mm-2 {
  829. width: 16.66666667%;
  830. }
  831. .col-mm-1 {
  832. width: 8.33333333%;
  833. }
  834. .logo {
  835. max-width: 400px;
  836. }
  837. }
  838. @media screen and (max-width: 414px) {
  839. .logo {
  840. max-width: 280px;
  841. }
  842. }
  843. .pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
  844. .pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
  845. .pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
  846. .pagess ul li:hover a{color:#fff;}
  847. .pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
  848. .pagess ul li.thisclass a {color: #fff;}
  849. .pagess ul li a{ display:block;color:#999}
  850. .pagess ul li a:hover {color: #fff;}
  851. #pager{text-align:center;}
  852. #pager ul.pages {
  853. display: block;
  854. border: none;
  855. text-transform: uppercase;
  856. font-size: 12px;
  857. margin: 10px 0 50px;
  858. padding: 0;
  859. font: normal 13px "Microsoft YaHei";
  860. font-family: "Microsoft YaHei","微软雅黑","sans-serif";
  861. }
  862. #pager ul.pages li {
  863. padding: 4px 7px;
  864. text-decoration: none;
  865. border-left-width: 0;
  866. list-style: none;
  867. background-color: #eee;
  868. color: #888;
  869. margin: 0 3px 0 0;
  870. -webkit-border-radius: 3px;
  871. -moz-border-radius: 3px;
  872. border-radius: 3px;
  873. display:inline;
  874. }
  875. #pager ul.pages li:hover {
  876. color: #fff;
  877. background-color: #bbbbbb;
  878. }
  879. #pager ul.pages li.pgNext {
  880. }
  881. #pager ul.pages li.pgEmpty {display: none /* border:1px solid #eee;color:#eee; */;
  882. }
  883. #pager ul.pages li.pgCurrent {
  884. color: #fff;
  885. font-weight: 700;
  886. background-color: #bbbbbb;
  887. }
  888. .toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat;}
  889. .toolbar{position:fixed;right:20px;bottom:50px; z-index:1000;}/*假设网页宽度为1200px,导航条在右侧悬浮*/
  890. .toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
  891. .toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
  892. .toolbar-item-weixin{background-position:0 -798px;}
  893. .toolbar-item-weixin:hover{background-position:0 -860px;}
  894. .toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}
  895. .toolbar-item-feedback{background-position:0 -426px;}
  896. .toolbar-item-feedback:hover{background-position:0 -488px;}
  897. .toolbar-item-app{background-position:0 -550px;}
  898. .toolbar-item-app:hover{background-position:0 -612px;}
  899. .toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
  900. .toolbar-item-top{background-position:0 -674px;}
  901. .toolbar-item-top:hover{background-position:0 -736px;}
  902. .toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}