head.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. @media screen and (max-width: 1080px){
  2. body {
  3. width: 1180px;
  4. }}
  5. .header{
  6. height: 60px;
  7. background: #0b3168;
  8. position: fixed;
  9. z-index: 1111111;
  10. width: 100%;
  11. }
  12. .h60{
  13. height: 60px;
  14. }
  15. .header .head{
  16. width: 1180px;
  17. margin:0 auto;
  18. }
  19. .logo{
  20. float: left;
  21. width: 107px;
  22. margin-right: 44px;
  23. }
  24. .logo a{
  25. width: 107px;
  26. height: 60px;
  27. display: block;
  28. background: url(../images/logo.png) no-repeat;
  29. text-indent: -9999px;
  30. }
  31. .meun{float: left;height:60px;background: #0b3168 no-repeat 0 8px;overflow: hidden;margin:0 auto;}
  32. .meun li{float:left;}
  33. .meun li.back{background:url(../images/meun_tab.png) repeat-x;
  34. height:68px;overflow:hidden;z-index:8;position:absolute;}
  35. .meun li.back .left{background:url(../images/meun_tab.png) repeat-x right 0;height:68px;float:right;width:8px;}
  36. .meun li.back .arrow{float:left;width:92%;height:68px;position:relative;}
  37. .meun li a{
  38. font-family:"微软雅黑";
  39. text-decoration: none;
  40. color:#fff;font-size:14px;z-index:10;
  41. display:block;
  42. float:left;
  43. position:relative;
  44. height:60px;
  45. line-height: 60px;
  46. width: 80px;
  47. text-align: center;
  48. overflow: hidden;}
  49. .meun li a span{cursor:pointer;}
  50. .tel{
  51. float: left;
  52. margin-left: 195px;
  53. }
  54. .tel h1{
  55. font-family: "微软雅黑";
  56. font-size:14px;
  57. color: #fff;
  58. line-height: 60px;
  59. padding-left: 41px;
  60. background: url(../images/tel.png) no-repeat 8px 0;
  61. }
  62. .user{
  63. float: right;
  64. }
  65. .user ul li{
  66. float: left;
  67. }
  68. .user li a {
  69. font-family: "微软雅黑";
  70. text-decoration: none;
  71. color: #fff;
  72. font-size: 14px;
  73. z-index: 10;
  74. display: block;
  75. float: left;
  76. position: relative;
  77. height: 60px;
  78. line-height: 60px;
  79. width: 80px;
  80. text-align: center;
  81. overflow: hidden;
  82. }
  83. .user li a span {
  84. cursor: pointer;
  85. }
  86. .user li a:hover{
  87. background: #64c7ff;
  88. }
  89. /*侧边栏*/
  90. .sidebar {
  91. position: fixed;
  92. right: 52px;
  93. top: 600px;
  94. }
  95. .sidebar ul li{
  96. cursor: pointer;
  97. margin-bottom: 4px;
  98. position: relative;
  99. }
  100. .sidebar ul li.no1 .alert1{
  101. width: 355px;
  102. height: 194px;
  103. background: url(../images/alert1_bg.png) no-repeat;
  104. position: absolute;
  105. top:-7px;
  106. right: 34px;
  107. display: none;
  108. }
  109. .sidebar ul li.no1 .alert1 span{
  110. display: block;
  111. font-family: "微软雅黑";
  112. font-size: 20px;
  113. color: #646464;
  114. line-height: 36px;
  115. margin-left: 30px;
  116. }
  117. .sidebar ul li.no2 .alert2{
  118. position: absolute;
  119. right: 34px;
  120. top: -43px;
  121. display: none;
  122. }
  123. .sidebar ul li.no3{
  124. margin-bottom: 0;
  125. }