banner.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. @charset "utf-8";
  2. body{
  3. padding: 0;
  4. margin: 0;
  5. font-weight: normal;
  6. font-style: normal;
  7. font-size: 12px;
  8. font-family:"微软雅黑","Tahoma";
  9. vertical-align: baseline;
  10. text-align:justify;
  11. word-wrap:break-word;
  12. text-justify:inter-ideograph;
  13. color: #000000cc;
  14. }
  15. .navBody{
  16. background: rgba(33, 33, 41, 1);
  17. height: 36px;
  18. color: #fff;
  19. }
  20. .globalNav a{
  21. float:left;
  22. height:36px;
  23. line-height:36px;
  24. padding:0 10px;
  25. color:#eee;
  26. position: relative;
  27. cursor: pointer
  28. }
  29. .globalNav a:hover{
  30. background:#666E70;
  31. color:#fff
  32. }
  33. .globalNav a.now{
  34. background:#008FFF;
  35. color:#fff;
  36. font-weight:600
  37. }
  38. .globalNav .zhzd{
  39. float:left;
  40. height:36px;
  41. position: relative;
  42. z-index:999
  43. }
  44. .globalNav .zhzd a b{
  45. border-color: #FFDDC9 transparent transparent;
  46. border-right: 3px dashed transparent;
  47. border-style: solid dashed dashed;
  48. border-width: 3px 3px 0;
  49. display: inline-block;
  50. font-size: 0;
  51. height: 0;
  52. line-height: 0;
  53. width: 0;
  54. position: relative;
  55. top:-1px;
  56. left:4px
  57. }
  58. .globalNav .zhzd .zhzdMenu{
  59. position: absolute;
  60. left:0;
  61. top:29px;
  62. background:#fff;
  63. border:1px solid #ccc;
  64. border-top:none;
  65. box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
  66. z-index: 0;
  67. display:none
  68. }
  69. .globalNav .zhzd .zhzdMenu a{
  70. width:100%;
  71. padding:0;
  72. text-align:center;
  73. color:#3366cc
  74. }
  75. .globalNav .zhzd .zhzdMenu a:hover{
  76. background:#f2f2f2
  77. }
  78. .globalNav .zhzd a.now{
  79. background:#fff;
  80. border:1px solid #ccc;
  81. border-bottom:none;
  82. border-top:none;
  83. color:#3366cc;
  84. z-index:10
  85. }
  86. .width1200{
  87. max-width: 1200px;
  88. margin: 0 auto;
  89. }
  90. .table-cell{
  91. display: table-cell;
  92. vertical-align: middle;
  93. }
  94. .btnText{
  95. padding-right: 10px;
  96. font-size: 16px;
  97. font-weight: 500;
  98. }
  99. .bannerBox{
  100. height: 950px;
  101. background: rgba(245, 247, 253, 1);
  102. }
  103. .banner{
  104. position: relative;
  105. width: 100%;
  106. max-height: 950px;
  107. /*background: url(img/image_banner_01.png) no-repeat right -110px;*/
  108. }
  109. .banner .lottie{
  110. position: relative;
  111. z-index: 50;
  112. width: 100%;
  113. height: 100%;
  114. }
  115. .bannerTitleBox{
  116. position: absolute;
  117. top: 30%;
  118. z-index: 60;
  119. }
  120. .bannerTitle{
  121. font-size: 64px;
  122. font-weight: 600;
  123. }
  124. .bannerTitle1{
  125. color: rgba(47, 84, 235, 1);
  126. }
  127. .bannerTitle2{
  128. color: rgba(0, 0, 0, 0.8);
  129. }
  130. .bannerTitle3{
  131. color: rgba(0, 0, 0, 0.5);
  132. font-size: 24px;
  133. }
  134. .btnHand{
  135. font-size: 24px;
  136. font-weight: 500;
  137. padding: 16px 32px;
  138. }
  139. .moreBox{
  140. position: absolute;
  141. bottom: 30px;
  142. }
  143. .moreBox h4{
  144. font-size: 14px;
  145. color: rgba(47, 84, 235, 1);
  146. }
  147. .moreBox .iconMore{
  148. width: 32px;
  149. height: 54px;
  150. background: url(img/css_sprites.png) no-repeat -80px -1078px;
  151. }