activity.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. /*招商注册*/
  2. ul,li{
  3. list-style: none;
  4. }
  5. .business{
  6. width: 100%;
  7. margin: 0 auto;
  8. }
  9. .business .banner{
  10. width: 100%;
  11. height: 676px;
  12. margin: 0 auto;
  13. background: url("/images/activity/business-banner.jpg") no-repeat center;
  14. }
  15. @media screen and (max-width: 1366px) {
  16. .business .banner{
  17. height: 560px;
  18. background-size: 100% 100%;
  19. }
  20. }
  21. .business .session{
  22. width: 100%;
  23. margin: 0 auto;
  24. }
  25. .business .session .content{
  26. width: 1190px;
  27. margin: 0 auto;
  28. }
  29. .business .introduction{
  30. margin-top: 75px;
  31. }
  32. .business h3{
  33. text-align: center;
  34. font-size: 30px;
  35. margin: 0;
  36. }
  37. .business .introduction .text{
  38. font-size: 16px;
  39. color: #666;
  40. line-height: 35px;
  41. margin: 50px 130px 140px 130px;
  42. /*opacity:0;
  43. transform:scale(0);
  44. transition:.5s 0.1s;*/
  45. }
  46. .business .introduction.active .text{
  47. opacity:1 !important; transform:none !important;
  48. }
  49. .business .join{
  50. text-align: center;
  51. width: 100%;
  52. margin: 0 auto;
  53. }
  54. .business .introduction .join{
  55. margin-bottom: 45px;
  56. }
  57. .business .join a{
  58. width: 154px;
  59. height: 46px;
  60. display: inline-block;
  61. line-height: 46px;
  62. text-align: center;
  63. background: #f51f1f;
  64. font-size: 18px;
  65. border-radius: 25px;
  66. color: #fff;
  67. }
  68. .business .join a:hover{
  69. background: #d32526;
  70. }
  71. .business .advantage{
  72. background: #6a99fa;
  73. height: 630px;
  74. }
  75. .business .advantage h3{
  76. color: #fff;
  77. padding: 95px 0 95px 0;
  78. }
  79. .business .advantage .advantage-list{
  80. width: 100%;
  81. margin: 0 auto;
  82. display: inline-block;
  83. }
  84. .business .advantage .advantage-list ul{
  85. width: 100%;
  86. margin: 0 auto;
  87. display: inline-block;
  88. height: 235px;
  89. }
  90. .business .advantage .advantage-list ul li{
  91. float: left;
  92. width: 174px;
  93. height: 206px;
  94. border-radius: 10px;
  95. background: #fff;
  96. margin: 0 6px;
  97. overflow: hidden;
  98. position: relative;
  99. /*opacity:0;
  100. transform:scale(0);
  101. transition:.5s 0.1s;*/
  102. }
  103. /*.business .advantage.active .advantage-list ul li{
  104. opacity:1 !important; transform:none !important;
  105. }*/
  106. .business .advantage .advantage-list ul li:hover{
  107. cursor: pointer;
  108. width: 200px;
  109. height: 233px;
  110. margin: 0 10px;
  111. top: -16px;
  112. transition: top 1s ease-out;
  113. }
  114. .business .advantage .advantage-list ul li:hover p.title{
  115. background: #61d2f3;
  116. height: 70px;
  117. line-height: 70px;
  118. color: #fff;
  119. font-size: 18px;
  120. }
  121. .business .advantage .advantage-list ul li:hover p:last-child{
  122. color: #333;
  123. }
  124. .business .advantage .advantage-list ul li p{
  125. display: inline-block;
  126. width: 100%;
  127. }
  128. .business .advantage .advantage-list ul li p.title{
  129. height: 58px;
  130. line-height: 58px;
  131. background: #e1eafc;
  132. text-align: center;
  133. font-size: 14px;
  134. color: #666;
  135. }
  136. .business .advantage .advantage-list ul li p:last-child{
  137. padding: 16px 20px;
  138. color: #999;
  139. font-size: 14px;
  140. line-height: 20px;
  141. }
  142. .business .advantage .join{
  143. margin-top: 85px;
  144. }
  145. .business .style{
  146. height: 700px;
  147. }
  148. .business .style h3{
  149. padding-top: 80px;
  150. }
  151. .business .style .style-list{
  152. width: 100%;
  153. margin: 0 auto;
  154. display: inline-block;
  155. margin-top: 55px;
  156. }
  157. .business .style .style-list ul{
  158. width: 96%;
  159. margin: 0 auto;
  160. display: inline-block;
  161. }
  162. .business .style .style-list ul li{
  163. float: left;
  164. width: 25%;
  165. text-align: center;
  166. }
  167. .business .style .style-list ul li:hover img{
  168. transform: scale(1.01);
  169. }
  170. /*.business .style .style-list ul li:hover p{
  171. color: #5078cb;
  172. }*/
  173. .business .style .style-list ul li img{
  174. width: 108px;
  175. height: 108px;
  176. }
  177. .business .style .style-list ul li p{
  178. font-size: 16px;
  179. color: #333;
  180. line-height: 70px;
  181. margin-bottom: 20px;
  182. }
  183. .business .style .join{
  184. margin-top: 15px;
  185. }
  186. .business .join-us{
  187. background: #64c7f2;
  188. height: 630px;
  189. margin-bottom: 40px;
  190. }
  191. .business .join-us h3{
  192. color: #fff;
  193. padding-top: 55px;
  194. }
  195. .business .join-us .content{
  196. height: 660px;
  197. background: url("/images/activity/business.png") no-repeat center;
  198. }
  199. .business .join-us .join-step{
  200. width: 94%;
  201. margin: 0 auto;
  202. margin-top: 307px;
  203. display: inline-block;
  204. }
  205. .business .join-us .join-step div{
  206. float: left;
  207. width: 28%;
  208. text-align: center;
  209. }
  210. .business .join-us .join-step div:first-child{
  211. margin-left: 125px;
  212. }
  213. .business .join-us .join-step div h5{
  214. margin: 0;
  215. line-height: 30px;
  216. font-size: 18px;
  217. color: #fff;
  218. }
  219. .business .join-us .join-step div p{
  220. line-height: 20px;
  221. font-size: 14px;
  222. color: #fff;
  223. }
  224. .business .join-us .join{
  225. margin-top: 90px;
  226. }
  227. .business .join a:hover{
  228. transform: scale(1.1);
  229. transition: transform .2s ease-out;
  230. }
  231. /*
  232. .business .join{
  233. animation:come_on 2s infinite;
  234. }
  235. @keyframes come_on {
  236. 0% {
  237. transform: scale(1); }
  238. 50% {
  239. transform: scale(1.04); }
  240. 100% {
  241. transform: scale(1); }
  242. }*/