common.css 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. @charset "utf-8";
  2. /*reset*/
  3. /* CSS reset for c_b */
  4. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  5. margin: 0; padding: 0;}
  6. table { border-collapse: collapse; border-spacing: 0;}
  7. table th, table td { padding: 5px;}
  8. fieldset, img { border: 0;}
  9. address, caption, cite, code, dfn, em , th, var { font-style: normal; font-weight: normal;}
  10. ol, ul { list-style: none;}
  11. ception, th { text-align: left;}
  12. q:before, q:after { content: '';}
  13. abbr, acronym { border: 0;}
  14. a { color: #666; text-decoration: none;} /*for ie f6n.net*/
  15. a:focus { outline: none;} /*for ff f6n.net*/
  16. a:hover { color: #951F23; text-decoration: none;}
  17. *{behavior: url(js/iepngfix.htc);}
  18. /*¶¨Î»*/
  19. .tl { text-align: left;}
  20. .tc { text-align: center;}
  21. .tr { text-align: right;}
  22. .bc { margin-left: auto; margin-right: auto;}
  23. .fl { float: left; display: inline;}
  24. .fr { float: right; display: inline;}
  25. .zoom { zoom: 1;}
  26. .hidden { visibility: hidden;}
  27. .vam { vertical-align: middle;}
  28. .clear{ clear: both; height: 0; line-height: 0; font-size: 0;}
  29. p{ word-spacing: -1.5px;}
  30. .fix, .z { *zoom: 1;}
  31. .fix:after { clear: both; content: ""; display: block; font-size: 0; height: 0; line-height: 0; visibility: hidden;}
  32. /*ÆäËû*/
  33. .container { width: 1210px; margin: 0 auto;}
  34. .w910 { float: left; width: 910px;}
  35. .w280 { float: right; width: 280px;}
  36. .curp { cursor: pointer;}
  37. .mt20 { margin-top: 20px;}
  38. /*Ô­reset*/
  39. sup { vertical-align: baseline;}
  40. sub { vertical-align: baseline;}
  41. input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit;
  42. font-weight: inherit;}
  43. input, button, textarea, select { *font-size: 100%;}
  44. input, select { vertical-align: middle;}
  45. body { font: 14px/1.231 arial, helvetica, clean, sans-serif;}
  46. select, input, button, textarea, button { font: 99% arial, helvetica, clean, sans-serif;}
  47. table { font-size: inherit; font: 100%; border-collapse: collapse;}
  48. pre, code, kbd, samp, tt { font-family: monospace; *font-size: 108%; line-height: 100%;}
  49. /*title*/
  50. h1 { font-size: 32px;}
  51. h2 { font-size: 26px;}
  52. h3 { font-size: 20px;}
  53. h4 { font-size: 14px;}
  54. h5 { font-size: 12px;}
  55. h6 { font-size: 10px;}
  56. /*end reset*/
  57. /* CSS Document */
  58. body { background: #fff; overflow-x: hidden; color: #666; font-size: 14px; font-family: microsoft yahei; position: relative;}/* ÍøÕ¾×ÖÌåÑÕÉ« */
  59. /* Í·²¿ */
  60. .header { width: 100%; background: #FFF; font-size: 14px; font-size: 1.4rem;}
  61. .header .logo { margin-top: 15px; width: 287px; height: 59px; display: block;}
  62. .header .logo img { width: 100%; height: 100%; display: block;}
  63. .header .show { width: 17px; height: 15px; background: url(../img/menu.png) no-repeat; cursor: pointer; display: block; float: right; margin: 28px 20px 0 0; display: none;}
  64. .nav .close { width: 14px; height: 14px; background: url(../img/close.png) no-repeat; display: block; position: absolute; right: 1em; top: 1em; cursor: pointer; display: none;}
  65. .nav li { float: left; width: 105px; margin: 25px 0 25px -1px; border-right: 1px dotted #b5b5b6; border-left: 1px dotted #b5b5b6;}
  66. .nav li a { width: 100%; font-size: 14px; color: #3f3f3f; line-height: 20px; text-align: center; display: block; text-decoration: none; border-radius: 10px;}
  67. .nav li a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block;}
  68. .nav li a:hover, .nav li a.cur { color: #951F23;}
  69. /* banner */
  70. .slideBox { position: relative; width: 100%; overflow: hidden;}
  71. .slideBox .hd { position: absolute; right: 50%; bottom: 20px; height: 25px; margin-right: -44px; overflow: hidden; z-index: 1;}
  72. .slideBox .hd li { float: left; width: 10px; height: 10px; margin: 0 5px; border: 1px solid #fff; border-radius: 50%;}
  73. .slideBox .hd li.on { background: #951F23; border: 1px solid #951F23;}
  74. .slideBox .bd { position: relative; height: 100%; z-index: 0;}
  75. .slideBox .bd li { zoom: 1; vertical-align: middle;}
  76. .slideBox .bd li a { position: relative; width: 100%; padding: 13.5% 0; display: block;}
  77. .slideBox .bd li a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block;}
  78. .slideBox .prev, .slideBox .next { position: absolute; left: 3%; top: 50%; width: 32px; height: 40px; margin-top: -25px; background: url('../img/slider-arrow.png') -110px 5px no-repeat;
  79. display: block; filter: alpha(opacity=50); opacity: 0.5;}
  80. .slideBox .next { left: auto; right: 3%; background-position: 8px 5px;}
  81. .slideBox .prev:hover, .slideBox .next:hover { filter: alpha(opacity=100); opacity: 1;}
  82. .slideBox .prevStop, .slideBox .nextStop { display: none;}
  83. /*·ÖÀà±êÌâ*/
  84. .CategoryList_Title { height: 2.968em; line-height: 2.968em; padding: 0 .687em; color: #333; display: none;
  85. text-align: center; border-bottom: 1px solid #b0b4bb; font-size: 1.125em;
  86. background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);}
  87. .CategoryList_Title .fl { float: left; background: url('../img/jt6.png') no-repeat left center; width: 17px;
  88. height: 100%;}
  89. .CategoryList_Title .icon-details { margin-right: .5em; float: right;}
  90. /*ҳβ*/
  91. .flinkbg { width: 100%; background: #333; margin-top: 30px;}
  92. .flinkbg h2 { float: left; font-size: 15px; font-weight: bold; line-height: 30px; color: #fff;}
  93. .flinkbg ul { padding: 5px 0; float: left;}
  94. .flinkbg ul li { float: left; font-size: 14px; margin-right: 20px; line-height: 30px;}
  95. .flinkbg ul li a { color: #fff;}
  96. .flinkbg ul li a:hover { text-decoration: underline;}
  97. .footer { width: 100%; height: 200px; background: url(../img/footer_bj.png) no-repeat center top;}
  98. .footer a { color: #fff;}
  99. .footer a:hover { color: #951F23;}
  100. .footer .left { width: 150px; float: left;}
  101. .footer .left img { margin-top: 44px;}
  102. .footer .addr { width: 646px; float: left; margin-top: 35px; margin-left: 38px;}
  103. .footer .addr p { font-size: 14px; color: #fff; margin-top: 12px; margin-left: 8px;}
  104. .footer .addr .ph_F { display: none;}
  105. .footer .right { float: right; margin-right: 10px; margin-top: 35px;}
  106. .footer .right img { width: 100px;}
  107. .footer .right p { font-size: 14px; color: #fff; line-height: 34px;}
  108. .fttow { display: none; width: 100%; height: 56px; background: rgba(0,0,0,0.8); position: fixed; bottom: 0; z-index: 998;}
  109. .fttow li { width: 33.3%; float: left;}
  110. .fttow li span { width: 100%; float: left; height: 33px;}
  111. .fttow li p { width: 100%; line-height: 21px; float: left; text-align: center; font-size: 13px; color: #fff;}
  112. .fttow li a { color: #fff;}
  113. .fttow li span img { height: 2em; padding-top: 0.2em; display: block; margin: 0 auto;}
  114. .saoma1 { width: 300px; height: 300px; position: fixed; bottom: 10%; left: 50%; margin-left: -150px; z-index: 10000;
  115. background: #000; opacity: 0.8;}
  116. .ewm11 { width: 200px; height: 200px; margin: 0 auto; position: absolute; top: 50%; left: 50%;margin-top: -33%;
  117. margin-left: -33%;}
  118. .ewm11 img { width: 100%;}
  119. @media screen and ( max-width: 1920px ) and ( min-width: 1440px ) {
  120. .container { width: 1210px;}
  121. }
  122. @media screen and ( max-width: 1024px ) and ( min-width: 769px ) {
  123. .container { width: 900px;}
  124. .w910 { width: 675px;}
  125. .w280 { width: 204px;}
  126. .header .container { width: 100%;}
  127. .nav li { width: 90px; margin: 15px 0 15px -1px;}
  128. .footer .addr { width: 580px;}
  129. }
  130. @media screen and (max-width: 768px) {
  131. .container { width: 98%;}
  132. .mt20 { margin-top: 0.5em;}
  133. .w910, .w280 { width: 100%;}
  134. .header .logo { margin: 0.3em 0; width: 58%; height: auto;}
  135. .nav { position: fixed; right: 0; top: 0; width: 50%; height: 100%; padding: 80px 20px 20px; z-index: 999; text-align: center; background: url(../img/nav_bg.png);
  136. overflow: auto; display: none;}
  137. .nav li { float: none; width: 100%; border: none;}
  138. .nav li a { color: #fff;}
  139. .nav li a:hover, .nav li a.cur { background: none;}
  140. .slideBox .hd { bottom: 20px; height: 10px;}
  141. .slideBox .hd li { width: 8px; height: 8px;}
  142. .slideBox .bd li a { position: relative; width: 200%; padding: 27% 0; display: block;}
  143. .slideBox .bd li a img { position: absolute; top: 0; left: -25.3%; width: 100%; height: 100%; display: block;}
  144. .flinkbg { background: #444;}
  145. .footer { width: 100%; height: auto; background-color: #0b0503; padding-bottom: 80px;}
  146. .footer .container { width: 100%;}
  147. .footer .addr { width: 100%; margin-top: 0; margin-left: 0;}
  148. .footer .addr ul { width: 100%; background: #951F23;}
  149. .footer .addr ul li { width: auto; padding: 8px 0; font-size: 14px; background: #951F23;}
  150. .footer .addr ul li a { font-size: 14px; margin: 0 11.5px;}
  151. .footer .addr p { text-align: center;}
  152. .fttow, .CategoryList_Title, .footer .addr .ph_F, .header .show, .nav .close { display: block!important;}
  153. .nav li span, .slideBox .prev, .slideBox .next, .footer .left, .footer .right, .footer .addr .pc_F { display: none;}
  154. }
  155. @media screen and ( max-width: 412px ) and ( min-width: 375px ) {}
  156. @media screen and ( max-width: 374px ) and ( min-width: 320px ) {}