style.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. * {
  2. margin : 0;
  3. padding : 0;
  4. list-style: none;
  5. border : none;
  6. font-style: normal;
  7. }
  8. a {
  9. outline : none;
  10. color : #333;
  11. text-decoration: none;
  12. }
  13. body {
  14. background-image: url(../images/bg.png);
  15. background-size: 100% auto;
  16. }
  17. p {
  18. text-indent: 42px;
  19. }
  20. .banner {
  21. width: 100%;
  22. }
  23. .banner img {
  24. width: 100%;
  25. }
  26. .content {
  27. width : 1220px;
  28. margin: 0 auto;
  29. }
  30. .accredit,
  31. .sponsor {
  32. margin-top: 40px;
  33. }
  34. .accredit::after {
  35. content: '';
  36. display: block;
  37. clear : both;
  38. }
  39. .accredit-item {
  40. width : 50%;
  41. text-align: center;
  42. float : left;
  43. margin-top: 20px;
  44. }
  45. .title-tier-1::after {
  46. content: '';
  47. display: block;
  48. clear : both;
  49. }
  50. .title-tier-1 span {
  51. color : #fff;
  52. display : block;
  53. line-height: 30px;
  54. float : left;
  55. padding : 0 10px;
  56. background : #000;
  57. }
  58. .title-tier-1 i {
  59. display : block;
  60. float : left;
  61. height : 100%;
  62. border-left : 20px solid #000;
  63. border-top : 15px solid transparent;
  64. border-bottom: 15px solid transparent;
  65. }
  66. .sponsor-content {
  67. margin-top: 30px;
  68. padding : 0 50px;
  69. }
  70. .sponsor-item-title h6 {
  71. font-size : 36px;
  72. font-weight: 400;
  73. }
  74. .sponsor-item-title i {
  75. display : block;
  76. width : 74px;
  77. border-top: 5px solid #0dafed;
  78. margin-top: 20px;
  79. }
  80. .sponsor-item-title span {
  81. color: #999;
  82. }
  83. .sponsor-lists {
  84. margin-top: 30px;
  85. }
  86. .sponsor-list::after {
  87. content: '';
  88. display: block;
  89. clear : both;
  90. }
  91. .sponsor-list {
  92. margin-bottom: 50px;
  93. }
  94. .list-title {
  95. float : left;
  96. width : 200px;
  97. height: 52px;
  98. }
  99. .list-title i {
  100. display : block;
  101. float : left;
  102. width : 6px;
  103. height : 100%;
  104. background: #0dafed;
  105. }
  106. .list-title span {
  107. display : block;
  108. float : left;
  109. width : 180px;
  110. background : #0dafed;
  111. padding : 0 20px;
  112. color : #fff;
  113. text-align : center;
  114. line-height: 52px;
  115. box-sizing : border-box;
  116. margin-left: 7px;
  117. }
  118. .list-content {
  119. float : left;
  120. width : 830px;
  121. margin-left: 10px;
  122. }
  123. .list-content p, .list-content li {
  124. font-size : 20px;
  125. letter-spacing: 1px;
  126. line-height : 30px;
  127. }
  128. .list-content span {
  129. display : inline-block;
  130. padding : 0 10px;
  131. line-height : 44px;
  132. border-radius: 22px;
  133. color : #fff;
  134. font-size : 20px;
  135. background : linear-gradient(90deg, #2d3d78, #a9384a);
  136. margin-top : 10px;
  137. }
  138. .sponsor-content .sponsor-item .background-purple {
  139. background : #6b53cf;
  140. border-color: #6b53cf;
  141. }
  142. .list-content img {
  143. width : 100%;
  144. margin-top: 50px;
  145. }
  146. .content {
  147. width : 1200px;
  148. margin: 0 auto;
  149. }
  150. .contact_title {
  151. height : 53px;
  152. width : auto;
  153. background : url(../images/title_bj.png)center no-repeat;
  154. background-size: 100%;
  155. display : inline-block;
  156. color : #fff;
  157. padding : 0 15px 0 10px;
  158. line-height : 53px;
  159. margin-bottom : 50px;
  160. }
  161. .contact_box {
  162. display : flex;
  163. align-items : center;
  164. justify-content: space-between;
  165. margin-bottom : 70px;
  166. margin-top: 50px;
  167. }
  168. .contact_item {
  169. height : 152px;
  170. width : 256px;
  171. background : #7290d8;
  172. border-radius: 20px;
  173. }
  174. .contact_item .item_p1 {
  175. color : #fff;
  176. text-align : left;
  177. line-height: 76px;
  178. text-indent: 10px;
  179. font-size : 27px;
  180. }
  181. .contact_item .item_p2 {
  182. color : #fff;
  183. text-align: center;
  184. font-size : 27px;
  185. }
  186. .sponsoringActivity_null {
  187. height : 355px;
  188. width : 831px;
  189. margin : 0 auto;
  190. background : url(../images/qd.png)center no-repeat;
  191. background-size: 100%;
  192. margin-top: 50px;
  193. }
  194. .line_p1 {
  195. font-size : 36px;
  196. letter-spacing: 1px;
  197. line-height : 30px;
  198. color : #000;
  199. font-weight : 500;
  200. }
  201. .line_p2 {
  202. color : #c2c1c9;
  203. height : 13px;
  204. line-height: 7px;
  205. }
  206. .line {
  207. display : block;
  208. height : 5px;
  209. width : 73px;
  210. background : #78bd64;
  211. border-radius: 2px;
  212. }
  213. .go_er_img img {
  214. width : 510px;
  215. height: 413px;
  216. }
  217. .go_er_img {
  218. display : flex;
  219. align-items : center;
  220. justify-content: space-around;
  221. padding : 20px 0
  222. }
  223. .go_line_wz {
  224. font-size : 20px;
  225. color : #575c6f;
  226. line-height : 60px;
  227. letter-spacing: 1px;
  228. margin-bottom : 10px;
  229. }
  230. .line_purple {
  231. background : #9568bb;
  232. display : block;
  233. height : 5px;
  234. width : 73px;
  235. border-radius: 2px;
  236. }
  237. .go_er_img_city {
  238. display : flex;
  239. align-items : center;
  240. justify-content: space-between;
  241. }
  242. .go_er_img_city img {
  243. height: 226;
  244. width : 322px;
  245. }
  246. .go_er_img {
  247. margin-bottom: 70px;
  248. }
  249. .go_er_img_match {
  250. display : flex;
  251. align-items : center;
  252. justify-content: space-between;
  253. flex-wrap : wrap;
  254. }
  255. .go_er_img_match div {
  256. display : flex;
  257. align-items : center;
  258. flex-direction: column;
  259. line-height : 80px;
  260. }
  261. .go_er_img_match img {
  262. width : 459px;
  263. height: 297px;
  264. }
  265. .go_er_center {
  266. margin-top: 50px;
  267. }