introduction.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. *{
  2. font-family: "微软雅黑";
  3. }
  4. .top{
  5. width: 100%;
  6. height: 60px;
  7. background: #f2f2f2;
  8. }
  9. .top .top_cn{
  10. width: 1200px;
  11. height: 60px;
  12. margin:0 auto;
  13. line-height: 60px;
  14. }
  15. .con{
  16. width: 1200px;
  17. margin:0 auto;
  18. }
  19. .header_title{
  20. font-family:微软雅黑;font-size:24px;font-weight:normal;font-style:normal;color:#333333;padding:0 5px 0px 0;display:block;padding:0 5px 0px 0;vertical-align:bottom;
  21. }
  22. .header_subtitle{
  23. font-family:century gothic;font-size:14px;font-weight:normal;font-style:normal;color:#bababa;display:block;padding:2px;vertical-align:bottom;
  24. }
  25. .con_cn p{
  26. width: 790px;
  27. font-size: 13px;
  28. color:#888888;
  29. line-height: 30px;
  30. }
  31. .con_lf{
  32. height: 60px;
  33. }
  34. .con_rh{
  35. width: 790px;
  36. height: 60px;
  37. }
  38. .con_rh ul li{
  39. float: right;
  40. width: 120px;
  41. font-family: 微软雅黑;
  42. font-size: 14px;
  43. height: 32px;
  44. line-height: 32px;
  45. text-align: center;
  46. margin-right: 10px;
  47. color: #eaeaea;
  48. background-color: #888888;
  49. cursor: pointer;
  50. }
  51. .con_rh ul li:first-child{
  52. margin-right: 0;
  53. }
  54. .con_rh ul li.cur{
  55. background: #686868;
  56. color: #fff;
  57. }
  58. .con_rh ul li:hover{
  59. background: #686868;
  60. }