details.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. *{
  2. font-family: "微软雅黑";
  3. }
  4. .top_top{
  5. width: 1200px;
  6. margin:0 auto;
  7. }
  8. .top_top a{
  9. width: 80px;
  10. height: 40px;
  11. line-height: 40px;
  12. text-align: center;
  13. color: white;
  14. font-size: 14px;
  15. display: block;
  16. background: #888888;
  17. }
  18. .top{
  19. width: 100%;
  20. height: 60px;
  21. background: #f2f2f2;
  22. }
  23. .top .top_cn{
  24. width: 1200px;
  25. height: 60px;
  26. margin:0 auto;
  27. line-height: 60px;
  28. }
  29. .con{
  30. width: 1200px;
  31. margin:0 auto;
  32. /*height: 570px;*/
  33. overflow: hidden;
  34. background: #f7f7f7;
  35. }
  36. .header_title{
  37. 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;
  38. }
  39. .header_subtitle{
  40. font-family:century gothic;font-size:14px;font-weight:normal;font-style:normal;color:#bababa;display:block;padding:2px;vertical-align:bottom;
  41. }
  42. .con_lf {
  43. width: 50%;
  44. text-align: center;
  45. height: 500px;
  46. }
  47. .con_lf img{
  48. margin-top: 123px;
  49. }
  50. .con_rh {
  51. width: 50%;
  52. /*height: 500px;*/
  53. padding-bottom: 20px;
  54. }
  55. .qfe_wrapper h2{
  56. font-size: 16px;
  57. font-weight: bold;
  58. margin-bottom: 26px;
  59. }
  60. .qfe_wrapper span{
  61. font-family:微软雅黑;color:#808080;font-size:13px;
  62. line-height: 24px;
  63. }
  64. .qfe_wrapper .n2 span{
  65. float: left;
  66. margin-right: 60px;
  67. margin-bottom: 16px;
  68. }
  69. .qfe_wrapper .n2{
  70. width: 540px;
  71. overflow: hidden;
  72. }