activity.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. /*招商注册*/
  2. ul,li{
  3. list-style: none;
  4. }
  5. .business{
  6. width: 100%;
  7. margin: 0 auto;
  8. }
  9. .business .banner{
  10. height: 630px;
  11. margin-top: -47px;
  12. background: url("/images/activity/business-banner.png") no-repeat center;
  13. }
  14. @media screen and (max-width: 1366px) {
  15. .business .banner{
  16. height: 630px;
  17. }
  18. }
  19. .business .session{
  20. width: 100%;
  21. margin: 0 auto;
  22. }
  23. .business .session .content{
  24. width: 1190px;
  25. margin: 0 auto;
  26. }
  27. .business .introduction{
  28. margin-top: 45px;
  29. }
  30. .business h3{
  31. text-align: center;
  32. font-size: 30px;
  33. margin: 0;
  34. }
  35. .business .introduction .theme{
  36. width: 60px;
  37. height: 11px;
  38. border-top:2px solid #ff8400;
  39. margin: 0 auto;
  40. }
  41. .business .introduction .text{
  42. text-indent: 2em;
  43. font-size: 16px;
  44. color: #666;
  45. line-height: 35px;
  46. margin: 50px 130px 140px 130px;
  47. /*opacity:0;
  48. transform:scale(0);
  49. transition:.5s 0.1s;*/
  50. }
  51. .business .introduction.active .text{
  52. opacity:1 !important; transform:none !important;
  53. }
  54. .business .join{
  55. text-align: center;
  56. width: 100%;
  57. margin: 0 auto;
  58. }
  59. .business .introduction .join{
  60. margin-bottom: 45px;
  61. }
  62. .business .join a{
  63. width: 154px;
  64. height: 46px;
  65. display: inline-block;
  66. line-height: 46px;
  67. text-align: center;
  68. background: #f51f1f;
  69. font-size: 18px;
  70. border-radius: 25px;
  71. color: #fff;
  72. }
  73. .business .join a:hover{
  74. background: #d32526;
  75. }
  76. .business .advantage{
  77. background: #6a99fa;
  78. height: 630px;
  79. }
  80. .business .advantage h3{
  81. color: #fff;
  82. padding: 95px 0 95px 0;
  83. }
  84. .business .advantage .advantage-list{
  85. width: 100%;
  86. margin: 0 auto;
  87. display: inline-block;
  88. }
  89. .business .advantage .advantage-list ul{
  90. width: 100%;
  91. margin: 0 auto;
  92. display: inline-block;
  93. height: 235px;
  94. }
  95. .business .advantage .advantage-list ul li {
  96. float: left;
  97. width: 174px;
  98. height: 206px;
  99. border-radius: 10px;
  100. background: #fff;
  101. margin: 0 10px;
  102. overflow: hidden;
  103. position: relative;
  104. text-align: center;
  105. }
  106. .business .advantage .advantage-list ul li img{
  107. margin-top: 25px;
  108. margin-bottom: 10px;
  109. }
  110. .business .advantage .advantage-list ul li:hover{
  111. cursor: pointer;
  112. top: -16px;
  113. transition: top 1s ease-out;
  114. transform:scale(1.2);
  115. }
  116. .business .advantage .advantage-list ul li:hover p.title{
  117. height: 40px;
  118. line-height: 40px;
  119. font-size: 18px;
  120. }
  121. .business .advantage .advantage-list ul li:hover img{
  122. margin-top: 15px;
  123. margin-bottom: 10px;
  124. }
  125. .business .advantage .advantage-list ul li:hover p:last-child{
  126. color: #333;
  127. }
  128. .business .advantage .advantage-list ul li p{
  129. display: inline-block;
  130. width: 100%;
  131. text-align: left;
  132. margin-top: -20px;
  133. }
  134. .business .advantage .advantage-list ul li p.title{
  135. height: 28px;
  136. line-height: 28px;
  137. text-align: center;
  138. font-size: 16px;
  139. color: #333;
  140. }
  141. .business .advantage .advantage-list ul li p:last-child{
  142. padding: 16px 20px;
  143. color: #999;
  144. font-size: 14px;
  145. line-height: 20px;
  146. }
  147. .business .advantage .join{
  148. margin-top: 75px;
  149. }
  150. .business .style{
  151. height: 700px;
  152. }
  153. .business .style h3{
  154. padding-top: 80px;
  155. }
  156. .business .style .theme{
  157. width: 80px;
  158. height: 11px;
  159. border-top:2px solid #ff8400;
  160. margin: 0 auto;
  161. }
  162. .business .style .style-list{
  163. width: 100%;
  164. margin: 0 auto;
  165. display: inline-block;
  166. margin-top: 55px;
  167. }
  168. .business .style .style-list ul{
  169. width: 96%;
  170. margin: 0 auto;
  171. display: inline-block;
  172. overflow: hidden;
  173. }
  174. .business .style .style-list ul li{
  175. float: left;
  176. width: 25%;
  177. text-align: center;
  178. }
  179. .business .style .style-list ul li:hover img {
  180. transform: scale(1.01);
  181. }
  182. /*.business .style .style-list ul li:hover p{
  183. color: #5078cb;
  184. }*/
  185. .business .style .style-list ul li img {
  186. width: 108px;
  187. height: 108px;
  188. }
  189. .business .style .style-list ul li p{
  190. font-size: 16px;
  191. color: #333;
  192. line-height: 70px;
  193. margin-bottom: 20px;
  194. }
  195. .business .style .join{
  196. margin-top: 25px;
  197. }
  198. .business .join-us{
  199. background: #64c7f2;
  200. height: 630px;
  201. }
  202. .business .join-us h3{
  203. color: #fff;
  204. padding-top: 75px;
  205. }
  206. .business .join-us .content{
  207. height: 660px;
  208. background: url("/images/activity/business.png") no-repeat center;
  209. }
  210. .business .join-us .join-step{
  211. width: 94%;
  212. margin: 0 auto;
  213. margin-top: 307px;
  214. display: inline-block;
  215. }
  216. .business .join-us .join-step div{
  217. float: left;
  218. width: 28%;
  219. text-align: center;
  220. }
  221. .business .join-us .join-step div:first-child{
  222. margin-left: 125px;
  223. }
  224. .business .join-us .join-step div h5{
  225. margin: 0;
  226. line-height: 30px;
  227. font-size: 18px;
  228. color: #fff;
  229. }
  230. .business .join-us .join-step div p{
  231. line-height: 20px;
  232. font-size: 14px;
  233. color: #fff;
  234. }
  235. .business .join-us .join{
  236. margin-top: 50px;
  237. }
  238. .business .join a:hover{
  239. transform: scale(1.1);
  240. transition: transform .2s ease-out;
  241. }
  242. .business .contact-us{
  243. background: url("/images/activity/contact01.png") no-repeat center;
  244. height: 630px;
  245. margin-top: -50px;
  246. }
  247. .business .contact-us h3{
  248. color: #fff;
  249. padding-top: 100px;
  250. margin-bottom: 70px;
  251. }
  252. .business .contact-us .contact-step{
  253. background-color: #fff;
  254. width: 900px;
  255. height: 300px;
  256. margin: 0 auto;
  257. overflow: hidden;
  258. }
  259. .business .contact-us .contact-step img{
  260. float: left;
  261. padding: 90px 0px 0px 50px;
  262. }
  263. .business .contact-us .contact-step div {
  264. float: right;
  265. border-left: 1px solid #ccc;
  266. height: 250px;
  267. width: 470px;
  268. padding: 75px 35px 0px 45px;
  269. margin: 30px 0px 30px 0px;
  270. }
  271. .business .contact-us .contact-step .list-one {
  272. background: url("/images/activity/contact03.png") no-repeat 2% 70%;
  273. padding: 10px 0px 5px 50px;
  274. font-size: 15px;
  275. }
  276. .business .contact-us .contact-step .list-two {
  277. background: url("/images/activity/contact04.png") no-repeat 2% 70%;
  278. padding: 10px 0px 5px 50px;
  279. font-size: 15px;
  280. }
  281. .business .contact-us .contact-step .list-three {
  282. background: url("/images/activity/contact05.png") no-repeat 2% 70%;
  283. padding: 10px 0px 5px 50px;
  284. font-size: 15px;
  285. }
  286. .business .function-hinting{
  287. height: 200px;
  288. margin: -30px 0px 35px 0px;
  289. }
  290. .business .function-hinting .hinting-list{
  291. width: 100%;
  292. margin: 0 auto;
  293. display: inline-block;
  294. margin-top: 55px;
  295. }
  296. .business .function-hinting .hinting-list ul{
  297. width: 96%;
  298. margin: 0 auto;
  299. display: inline-block;
  300. }
  301. .business .function-hinting .hinting-list ul li{
  302. float: left;
  303. width: 25%;
  304. text-align: center;
  305. }
  306. .business .function-hinting .hinting-list ul li img{
  307. width: 108px;
  308. height: 108px;
  309. }
  310. .business .function-hinting .hinting-list ul li p{
  311. font-size: 16px;
  312. color: #333;
  313. line-height: 70px;
  314. margin-bottom: 20px;
  315. }
  316. /*
  317. .business .join{
  318. animation:come_on 2s infinite;
  319. }
  320. @keyframes come_on {
  321. 0% {
  322. transform: scale(1); }
  323. 50% {
  324. transform: scale(1.04); }
  325. 100% {
  326. transform: scale(1); }
  327. }*/