common.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. body {
  2. margin: 0;
  3. min-width: 1200px;
  4. font-family: '微软雅黑', 'Microsoft YaHei', 'STHeiti Light';
  5. }
  6. img {
  7. border: none;
  8. max-width: 100%;
  9. }
  10. ul {
  11. list-style: none;
  12. padding-left: 0;
  13. }
  14. h2 {
  15. font-weight: normal;
  16. }
  17. .hide {
  18. display: none;
  19. }
  20. .header {
  21. width: 832px;
  22. height: 100px;
  23. margin-left: auto;
  24. margin-right: auto;
  25. padding-left: 192px;
  26. position: relative;
  27. }
  28. .logo {
  29. position: absolute;
  30. left: 0;
  31. top: 0;
  32. width: 192px;
  33. height: 100%;
  34. margin: 0;
  35. text-align: center;
  36. }
  37. .logo a {
  38. display: block;
  39. }
  40. .logo img {
  41. display: block;
  42. }
  43. .header .nav {
  44. position: absolute;
  45. left: 242px;
  46. top: 0;
  47. height: 100%;
  48. }
  49. .header .nav a {
  50. display: inline-block;
  51. width: 132px;
  52. line-height: 100px;
  53. text-align: center;
  54. text-decoration: none;
  55. }
  56. .header .nav a span {
  57. font-size: 16px;
  58. color: #333;
  59. }
  60. .header .nav a.active span,
  61. .header .nav a:hover span {
  62. color: #ffd200;
  63. padding: 5px 10px;
  64. border-bottom: 5px solid #ffd200;
  65. }
  66. .header .tel {
  67. position: absolute;
  68. top: 0;
  69. right: 16px;
  70. line-height: 100px;
  71. margin: 0;
  72. font-size: 16px;
  73. color: #999;
  74. }
  75. .center {
  76. width: 1024px;
  77. // min-width: 960px;
  78. height: 100%;
  79. position: relative;
  80. margin-left: auto;
  81. margin-right: auto;
  82. }
  83. .modal-bg {
  84. position: fixed;
  85. right: 0;
  86. bottom: 0;
  87. width: 100%;
  88. height: 100%;
  89. background-color: #000;
  90. opacity: 0.6;
  91. filter:Alpha(opacity=60);
  92. z-index: 1100;
  93. }
  94. .modal {
  95. position: fixed;
  96. top: 100px;
  97. left: 50%;
  98. top: 50%;
  99. width: 400px;
  100. margin-left: -200px;
  101. margin-top: -200px;
  102. background: #fff;
  103. z-index: 1101;
  104. }
  105. .modal-header {
  106. width: 100%;
  107. padding: 15px 10px 5px;
  108. font-size: 1rem;
  109. font-weight: 500;
  110. text-align: center;
  111. }
  112. .modal-header .close {
  113. position: absolute;
  114. top: 4px;
  115. right: 4px;
  116. width: 24px;
  117. font-size: 20px;
  118. font-weight: 700;
  119. line-height: 24px;
  120. color: #000;
  121. text-shadow: 0 1px 0 #fff;
  122. text-decoration: none;
  123. opacity: .2;
  124. -webkit-transition: all .3s;
  125. transition: all .3s;
  126. text-align: center;
  127. }
  128. .modal-content {
  129. padding: 15px 10px;
  130. text-align: center;
  131. }
  132. .light-blue-bg {
  133. background-color: #0ac8ff;
  134. }
  135. .light-yellow-bg {
  136. background-color: #ffd24d;
  137. }
  138. .light-green-bg {
  139. background-color: #83c336;
  140. }
  141. body .clear-float {
  142. float: none;
  143. }
  144. .clearfix {
  145. *zoom:1
  146. }
  147. .clearfix:before,
  148. .clearfix:after {
  149. display: table;
  150. line-height: 0;
  151. content: ""
  152. }
  153. .clearfix:after {
  154. clear: both
  155. }
  156. #cnzz_stat_icon_1257567192 {
  157. display: none;
  158. }