activity.css 6.6 KB

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