about.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. section{
  2. width: 100%;
  3. background: #f1f1f1;
  4. height: 1660px;
  5. }
  6. #banner{
  7. width: 1200px;
  8. height: 400px;
  9. margin: 0 auto;
  10. background: url(../img/about/关于我们.png)0 0 no-repeat;
  11. z-index: 111;
  12. position: relative;
  13. }
  14. #account_bg{
  15. width: 100%;
  16. height: 220px;
  17. background: #fff;
  18. margin-top: -50px;
  19. }
  20. #account_con{
  21. width: 1200px;
  22. margin: 0 auto;
  23. padding-top: 100px;
  24. }
  25. #account_logo{
  26. width: 275px;
  27. height: 100px;
  28. background: url(../img/about/TOP.png)0 0 no-repeat;
  29. float: left;
  30. }
  31. #account_title{
  32. width: 875px;
  33. height: 50px;
  34. background: #f1f1f1;
  35. float: right;
  36. box-sizing: border-box;
  37. border-left: 5px solid #c52319;
  38. line-height: 50px;
  39. font-family: "宋体";
  40. padding-left: 5px;
  41. }
  42. #account_title a{
  43. font-size: 14px;
  44. font-family: "宋体";
  45. color: #39343c;
  46. margin: 0 10px;
  47. }
  48. .account_nav2{
  49. color: #c52319 !important;
  50. font-weight: 800;
  51. }
  52. #about_container{
  53. width: 1200px;
  54. margin: 0 auto;
  55. }
  56. #about_nav{
  57. float: left;
  58. width: 275px;
  59. height: 397px;
  60. box-sizing: border-box;
  61. border: 1px solid #d4d7df;
  62. background: #fff;
  63. margin-top: 12px;
  64. }
  65. #about_nav ul li{
  66. height: 79px;
  67. line-height: 79px;
  68. box-sizing: border-box;
  69. border-top: 1px solid #d4d7df;
  70. font-size: 16px;
  71. color: #39343c;
  72. text-align: center;
  73. border-left: 5px solid #fff;
  74. border-right: 5px solid #fff;
  75. }
  76. #about_nav ul a:nth-child(1) li{
  77. border-top: none;
  78. color: #c93e37;
  79. border-left: 5px solid #c22118;
  80. }
  81. #about_nav ul li:hover{
  82. color: #c93e37;
  83. border-left: 5px solid #c22118;
  84. }
  85. #about_content{
  86. width: 875px;
  87. height: 880px;
  88. background: #FFF;
  89. box-sizing: border-box;
  90. border: 1px solid #d4d7df;
  91. padding: 30px 25px;
  92. float: right;
  93. margin-top: -50px;
  94. }
  95. #about_content p{
  96. line-height: 25px;
  97. margin: 15px 0;
  98. }