gz_baojing.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /* CSS Document */
  2. body {
  3. background-color: #fff;
  4. font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  5. margin: 0px; padding:0px;
  6. }
  7. @font-face {
  8. font-family: 'fontNameRegular';
  9. src: url('../fonts/DS-DIGIT-webfont.eot');
  10. src: local('../fonts/DS-DIGIT-webfont Regular'),
  11. local('../fonts/DS-DIGIT-webfont'),
  12. url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
  13. url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
  14. url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
  15. font-size: 20px;
  16. font-weight: bolder;
  17. }
  18. a:link {
  19. color: #fff;
  20. text-decoration: none;
  21. }
  22. a:visited {
  23. text-decoration: none;
  24. color: #fff;
  25. }
  26. a:hover {
  27. text-decoration: none;
  28. color: #ffefc0;
  29. }
  30. a:active {
  31. text-decoration: none;
  32. color: #ffefc0;
  33. }
  34. li{
  35. list-style:none;
  36. }
  37. .all{
  38. backgroun: #fff;
  39. float: left;
  40. height: 864px;
  41. width: 1430px;
  42. }
  43. .index_box{
  44. width:1430px;
  45. height:862px;
  46. float:left;
  47. margin-left:1px;
  48. margin-top:2px;
  49. }
  50. .index_box_right{
  51. width:418px;
  52. height:860px;
  53. float:right;
  54. border:1px solid #dedfe1;
  55. background:#f1f1f1;
  56. }
  57. .index_box_center{
  58. width:1000px;
  59. height:862px;
  60. float:left;
  61. }
  62. .center_box{
  63. width:1000px;
  64. height:286px;
  65. float:left;
  66. margin-bottom:2px;
  67. }
  68. .center_box1{
  69. width:1000px;
  70. height:286px;
  71. float:left;
  72. }
  73. .center_box_left1{
  74. width:20px;
  75. height:186px;
  76. background:url(../img/gz_baojing_bgblue.jpg) no-repeat top left;
  77. font:bold 14px/18px "Microsoft Yahei";
  78. color:#fff;
  79. padding-top:100px;
  80. padding-left:7px;
  81. float:left;
  82. }
  83. .center_box_left2{
  84. width:20px;
  85. height:186px;
  86. background:url(../img/gz_baojing_bggreen.jpg) no-repeat top left;
  87. font:bold 14px/18px "Microsoft Yahei";
  88. color:#fff;
  89. padding-top:100px;
  90. padding-left:7px;
  91. float:left;
  92. }
  93. .center_box_left3{
  94. width:20px;
  95. height:186px;
  96. background:url(../img/gz_baojing_bgblack.jpg) no-repeat top left;
  97. font:bold 14px/18px "Microsoft Yahei";
  98. color:#fff;
  99. padding-top:100px;
  100. padding-left:7px;
  101. float:left;
  102. }
  103. .center_box_right{
  104. width:900px;
  105. height:268px;
  106. border:1px solid #d4d7d8;
  107. border-left:0px;
  108. float:left;
  109. padding-top:16px;
  110. padding-left:10px;
  111. }
  112. .baojing_orange, .baojing_black, .baojing_red{
  113. cursor:pointer;
  114. width:150px;
  115. height:85px;
  116. float:left;
  117. }
  118. .baojing_orange{
  119. cursor:pointer;
  120. background:url(../img/baojing_orange.png) no-repeat top left;
  121. }
  122. .baojing_black{
  123. cursor:pointer;
  124. background:url(../img/baojing_black.png) no-repeat top left;
  125. }
  126. .baojing_red{
  127. cursor:pointer;
  128. background:url(../img/baojing_red.png) no-repeat top left;
  129. }
  130. .baojing_font_top, .baojing_font_bottom{
  131. font:18px/42px "Microsoft Yahei";
  132. color:#fff;
  133. float:left;
  134. }
  135. .baojing_font_top{
  136. padding-left:19px;
  137. width:131px;
  138. text-align:left;
  139. }
  140. .baojing_font_bottom{
  141. padding-right:15px;
  142. width:135px;
  143. text-align:right;
  144. }