index.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /*»ù±¾Ñùʽ*/
  2. body{
  3. font-size: 12px;
  4. background: #ffffff;
  5. color: #101010;
  6. font-family: "ËÎÌå";
  7. }
  8. body, div, ul, li, span, a{
  9. margin: 0;
  10. padding: 0;
  11. border: 0;
  12. }
  13. ul, li{
  14. list-style:none;
  15. }
  16. a{
  17. color:#333333; text-decoration:none;
  18. }
  19. a:link{
  20. color:#333333; text-decoration:none;
  21. }
  22. a:visited{
  23. color:#333333; text-decoration:none;
  24. }
  25. a:hover{
  26. color:#BC2931;
  27. }
  28. #content{
  29. width:960px; margin:auto;
  30. }
  31. #header{
  32. }
  33. #header ul,
  34. #header ul li{
  35. display:inline;
  36. }
  37. .nav_main{
  38. margin-bottom:5px;
  39. width:100%;
  40. text-align:center;
  41. border-bottom:2px solid #F30;
  42. }
  43. .nav_main ul li{
  44. float: left;
  45. }
  46. .nav_current{
  47. background:#FCEBA5;
  48. display: block;
  49. float: left;
  50. font-size: 14px;
  51. font-weight: bold;
  52. height: 21px;
  53. padding-top: 8px;
  54. text-decoration: none;
  55. width: 92px;
  56. }
  57. .nav_link{
  58. background:#CAE5FF;
  59. display: block;
  60. float: left;
  61. font-size: 14px;
  62. font-weight: bold;
  63. height: 21px;
  64. padding-top: 8px;
  65. text-decoration: none;
  66. width: 92px;
  67. }
  68. .sub_box_de{
  69. float:left;
  70. }
  71. .sub_box{
  72. float:left;
  73. display:none;
  74. }
  75. #footer{
  76. margin-top:66px;
  77. text-align:center;
  78. }