common.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .container{
  2. width: 1200px;
  3. margin: 0 auto;
  4. }
  5. .container_1000 {
  6. width: 1000px;
  7. margin:0 auto;
  8. }
  9. @media (max-width: 1500px) {
  10. .announce-list {
  11. width: 1000px;
  12. margin:0 auto;
  13. }
  14. }
  15. .clearfix:before,.clearfix:after{
  16. content: '';
  17. display: table;
  18. clear: both;
  19. }
  20. .fl{
  21. float: left;
  22. }
  23. .fr{
  24. float: right;
  25. }
  26. body{
  27. font-size: 12px;
  28. font-family: "Microsoft Yahei";
  29. background-color: #fafafd;
  30. min-width: 1200px;
  31. }
  32. a{
  33. text-decoration: none;
  34. }
  35. div,a,span,ul,li,h1,h2,h3,h4,h5,h6,input,p{
  36. box-sizing: border-box;
  37. }
  38. i,b,u,s{
  39. font-style: normal;
  40. }
  41. /*公用类*/
  42. .top-banner{
  43. width: 100%;
  44. height: 380px;
  45. position: relative;
  46. }
  47. .banner_outer {
  48. height: 380px;
  49. overflow: hidden;
  50. position: absolute;
  51. width: 100%;
  52. }
  53. .banner_item {
  54. height: 100%;
  55. left: 100%;
  56. overflow: hidden;
  57. position: absolute;
  58. top: 0;
  59. width: 100%;
  60. }
  61. .banner_item:first-child {
  62. left: 0;
  63. }
  64. .banner_item > img {
  65. height: 380px;
  66. left: 50%;
  67. position: absolute;
  68. top: 0;
  69. transform: translateX(-50%);
  70. }
  71. .commontit{
  72. padding-left: 15px;
  73. padding-bottom: 20px;
  74. color:rgba(68,68,68,1);
  75. font-size:18px;
  76. position: relative;
  77. font-weight: bold;
  78. border-bottom: 1px solid #F3F3F3;
  79. }
  80. .commontit:before{
  81. content: '';
  82. width:5px;
  83. height:20px;
  84. background:rgba(64,158,255,1);
  85. position: absolute;
  86. left: 0;
  87. top: 3px;
  88. vertical-align: middle;
  89. }
  90. /*头部*/
  91. .header{
  92. width: 100%;
  93. height: 80px;
  94. background-color: #fff;
  95. }
  96. .header img{
  97. width:148px;
  98. vertical-align: middle;
  99. margin-top: 17.5px;
  100. }
  101. .header .rul li{
  102. padding: 0 40px;
  103. float: left;
  104. }
  105. .header .rul li a{
  106. display: inline-block;
  107. width: 100%;
  108. height: 100%;
  109. font-size:16px;
  110. color:rgba(68,68,68,1);
  111. line-height: 77px;
  112. }
  113. .header .rul li a.active{
  114. color:rgba(64,158,255,1);
  115. border-bottom: 3px solid #409EFF;
  116. }
  117. /*底部*/
  118. .footer{
  119. width: 100%;
  120. background:rgba(51,51,51,1);
  121. text-align: center;
  122. padding-top: 20px;
  123. padding-bottom: 10px;
  124. }
  125. .footer p{
  126. color:rgba(187,187,187,1);
  127. line-height: 2;
  128. display: flex;
  129. align-items: center;
  130. justify-content: center;
  131. }
  132. .footer span {
  133. margin:0 10px;
  134. }
  135. .footer em {
  136. margin-left: 10px;
  137. }
  138. .footer p a {
  139. display: flex;
  140. align-items: center;
  141. justify-content: center;
  142. }