商丘12345 前端

index.css 30KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762
  1. /*
  2. 公共初始化样式
  3. * */
  4. body {
  5. margin: 0;
  6. padding: 0;
  7. font-size: 32px;
  8. -webkit-text-size-adjust: none;
  9. /*overflow-x: hidden;*/
  10. background: -webkit-radial-gradient(circle, #12266a, #000221);
  11. /* Safari 5.1 - 6.0 */
  12. background: -o-radial-gradient(circle, #12266a, #000221);
  13. /* Opera 11.6 - 12.0 */
  14. background: -moz-radial-gradient(circle, #12266a, #000221);
  15. /* Firefox 3.6 - 15 */
  16. background: radial-gradient(circle, #12266a, #000221);
  17. /* 标准的语法(必须放在最后) */
  18. font-family: "微软雅黑";
  19. }
  20. ul,
  21. li {
  22. margin: 0;
  23. padding: 0;
  24. }
  25. li {
  26. list-style-type: none;
  27. }
  28. img {
  29. border: 0;
  30. }
  31. p {
  32. margin: 0;
  33. padding: 0;
  34. }
  35. /*.clearfix {
  36. zoom: 1;
  37. overflow: hidden;
  38. }*/
  39. .clearfix:after {
  40. content: " ";
  41. display: block;
  42. clear: both;
  43. height: 0;
  44. }
  45. a {
  46. text-decoration: none;
  47. }
  48. /*首页样式开始 */
  49. #nav {
  50. width: 100%;
  51. }
  52. #nav>div {
  53. float: left;
  54. }
  55. #nav .nav_left,
  56. .nav_right {
  57. width: calc((100% - 2400px) / 2);
  58. height: 180px;
  59. /*background: -webkit-linear-gradient(left, transparent, #104d9a);
  60. background: -o-linear-gradient(left, transparent, #104d9a);
  61. background: -moz-linear-gradient(left, transparent, #104d9a);
  62. background: linear-gradient(to right, transparent, #104d9a);*/
  63. /*border: 2px solid #0eb4ea;
  64. border-right: 0;
  65. border-left: 0;*/
  66. /*position: relative;*/
  67. }
  68. /*#nav .nav_left:before{
  69. position: absolute;
  70. right: 0;
  71. content: "";
  72. width: 13px;
  73. height: 84px;
  74. border-width: 32px 18px 52px 42px;
  75. border-style: solid;
  76. border-color: transparent #070f3a transparent transparent;
  77. }*/
  78. .nav_middle {
  79. width: 2400px;
  80. margin: 0 auto;
  81. /*min-width: 1220px;*/
  82. }
  83. #nav>div>img {
  84. display: block;
  85. width: 100%;
  86. height: 180px;
  87. }
  88. .nav_middle>ul li {
  89. float: left;
  90. }
  91. .nav_middle>ul li {
  92. width: 13%;
  93. /*width: 160px;*/
  94. }
  95. .nav_middle>ul li:nth-of-type(3) {
  96. width: 48%;
  97. /*width: 560px;*/
  98. }
  99. .nav_middle>ul li img {
  100. display: block;
  101. width: 100%;
  102. }
  103. #BigWrap{
  104. overflow: hidden;
  105. }
  106. #wrap {
  107. /*width: 80%;*/
  108. /*height: calc(100vh - 195px);*/
  109. width: 3840px;
  110. max-width: 3840px;
  111. height: 1800px;
  112. float: left;
  113. }
  114. .swiper-container {
  115. padding-bottom: 70px;
  116. }
  117. .swiper-container,
  118. .swiper-slide {
  119. height: 100%;
  120. width: 100%!important;
  121. }
  122. .swiper-pagination-bullet {
  123. width: 96px!important;
  124. height: 96px!important;
  125. opacity: 1!important;
  126. background: url(../img/paginat.png) no-repeat;
  127. background-size:100% 100% ;
  128. vertical-align: middle;
  129. }
  130. .swiper-pagination-bullet-active {
  131. height: 146px!important;
  132. width: 146px!important;
  133. background: url(../img/paginat_active.png) no-repeat;
  134. background-size:100% 100% ;
  135. animation: 20s infinite radar_pagination linear;
  136. -webkit-animation: 5s infinite radar_pagination linear;
  137. }
  138. @keyframes radar_pagination {
  139. 0% {
  140. transform: rotate(0deg);
  141. -webkit-transform: rotate(0deg);
  142. }
  143. 100% {
  144. transform: rotate(360deg);
  145. -webkit-transform: rotate(360deg);
  146. }
  147. }
  148. @-webkit-keyframes radar_pagination {
  149. 0% {
  150. transform: rotate(0deg);
  151. -webkit-transform: rotate(0deg);
  152. }
  153. 100% {
  154. transform: rotate(360deg);
  155. -webkit-transform: rotate(360deg);
  156. }
  157. }
  158. .swiper-button-next,
  159. .swiper-button-prev {
  160. width: 102px;
  161. height: 40px;
  162. bottom: 70px!important;
  163. top: auto;
  164. }
  165. .swiper-button-prev {
  166. left: 35%;
  167. z-index: 999;
  168. background: url(../img/go_prev.png) no-repeat;
  169. }
  170. .swiper-button-next {
  171. right: 35%;
  172. background: url(../img/go_next.png) no-repeat;
  173. }
  174. .swiper-slide>div {
  175. width: 100%;
  176. position: relative;
  177. }
  178. .slideCon_bg {
  179. background: url(../img/slide_bg1.png) no-repeat;
  180. height: 100%;
  181. width: 100%;
  182. background-size: 100% 100%;
  183. }
  184. .slide_title {
  185. position: absolute;
  186. height: 2.8rem;
  187. width: 26rem;
  188. left: 39%;
  189. top: 8.8%;
  190. background-size: 100%;
  191. }
  192. .slide_title1 {
  193. background: url(../img/slide_title1.png) no-repeat;
  194. display: none;
  195. }
  196. .slide_title2 {
  197. background: url(../img/slide_title2.png) no-repeat;
  198. left: 42%;
  199. display: none;
  200. }
  201. .slide_title3 {
  202. background: url(../img/slide_title3.png) no-repeat;
  203. left: 45%;
  204. display: none;
  205. }
  206. .slide_title4 {
  207. background: url(../img/slide_title4.png) no-repeat;
  208. left: 43%;
  209. }
  210. .slide_title5 {
  211. background: url(../img/slide_title5.png) no-repeat;
  212. left: 46%;
  213. display: none;
  214. }
  215. /*首页第一屏*/
  216. .slideCon_bg>div {
  217. float: left;
  218. box-sizing: border-box;
  219. padding-top: 280px;
  220. }
  221. .firstPos1{
  222. width: 400px;
  223. position: absolute;
  224. right: 250px;
  225. top: 0px;
  226. padding-right: 150px;
  227. width: 650px !important;
  228. }
  229. .slide_left,
  230. .slide_right {
  231. width: 25%;
  232. }
  233. .slide_middle {
  234. width: 50%;
  235. }
  236. .slide_middle_first{
  237. width: 60%;
  238. margin-left: -1%;
  239. height: 1000px;
  240. }
  241. .orderStatistic>.orderCon_middle {
  242. padding-top: 420px;
  243. }
  244. .orderStatistic>.orderCon_left {
  245. box-sizing: border-box;
  246. padding-left: 480px;
  247. }
  248. .orderStatistic>div>ul li {
  249. height: 240px;
  250. width: 470px;
  251. background: url(../img/num_frame.png) no-repeat center;
  252. background-size: 100%;
  253. }
  254. .slideCon_bg>div>ul li img {
  255. width: 160px;
  256. height:160px;
  257. padding-left: 20px;
  258. padding-top: 40px;
  259. display: inline-block;
  260. vertical-align: middle;
  261. }
  262. .slideCon_bg>div>ul li .num_word {
  263. display: inline-block;
  264. vertical-align: middle;
  265. font-size: 36px;
  266. color: #02d0ee;
  267. margin-top: 40px;
  268. }
  269. .slideCon_bg>div>ul li .num_word span{
  270. /*margin-top: 30px;*/
  271. }
  272. .slideCon_bg>div>ul li .num_word span:nth-of-type(2) {
  273. color: #fff;
  274. margin-right: 20px;
  275. }
  276. .slideCon_bg>div>ul li .num_word span:nth-of-type(3) {
  277. color: #fdcf2f;
  278. font-size: 72px;
  279. }
  280. /*雷达样式开始*/
  281. .radar {
  282. /*background: -webkit-radial-gradient(center, rgba(32, 255, 77, 0.3) 0%, rgba(32, 255, 77, 0) 75%), -webkit-repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 18%, #20ff4d 18.6%, rgba(32, 255, 77, 0) 18.9%), -webkit-linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%), -webkit-linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%);*/
  283. background: -webkit-radial-gradient(center, rgba(3, 248, 255, 0.5) 0%, rgba(32, 255, 77, 0) 5%), -webkit-repeating-radial-gradient(rgba(32, 255, 77, 0) 0%, rgba(32, 255, 77, 0) 23%, #00f9ff 23.6%, rgba(32, 255, 77, 0) 23.9%);
  284. ;
  285. /*background: radial-gradient(center, rgba(32, 255, 77, 0.3) 0%, rgba(32, 255, 77, 0) 75%), repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 18%, #20ff4d 18.6%, rgba(32, 255, 77, 0) 18.9%), linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%), linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%);*/
  286. background: radial-gradient(center, rgba(3, 248, 255, 0.5) 0%, rgba(32, 255, 77, 0) 5%), repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 23%, #20ff4d 23.6%, rgba(32, 255, 77, 0) 23.9%), linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%), linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%);
  287. width: 1000px;
  288. height: 1000px;
  289. max-height: 1000px;
  290. max-width: 1000px;
  291. position: relative;
  292. left: 50%;
  293. top: 50%;
  294. transform: translate(-50%, -50%);
  295. border-radius: 50%;
  296. border: 0.2rem solid #01f8ff;
  297. box-shadow: 0 0 70px #01f8ff;
  298. overflow: hidden;
  299. }
  300. .radar_inner {
  301. width: 100%;
  302. height: 100%;
  303. }
  304. .radar_inner::before,
  305. .radar_inner::after {
  306. content: ' ';
  307. display: block;
  308. position: absolute;
  309. width: 100%;
  310. height: 4%;
  311. background: url(../img/heng_line.png) no-repeat center;
  312. top: 50%;
  313. left: 0;
  314. background-size: cover;
  315. margin-top: -2%;
  316. }
  317. .radar_inner::after {
  318. transform: rotate(90deg);
  319. }
  320. .radar:before {
  321. content: ' ';
  322. display: block;
  323. position: absolute;
  324. border-radius: 50%;
  325. /*animation: blips 5s infinite;*/
  326. width: 100%;
  327. height: 4%;
  328. animation-timing-function: linear;
  329. animation-delay: 1.4s;
  330. }
  331. .radar:after {
  332. content: ' ';
  333. display: block;
  334. background-image: linear-gradient(44deg, rgba(0, 255, 51, 0) 50%, #00f9ff 100%);
  335. width: 50%;
  336. height: 50%;
  337. position: absolute;
  338. top: 0;
  339. left: 0;
  340. animation: radar-beam 5s infinite;
  341. animation-timing-function: linear;
  342. transform-origin: bottom right;
  343. border-radius: 100% 0 0 0;
  344. }
  345. @keyframes radar-beam {
  346. 0% {
  347. transform: rotate(0deg);
  348. }
  349. 100% {
  350. transform: rotate(360deg);
  351. }
  352. }
  353. /*波点出现消失动画开始*/
  354. @keyframes blips {
  355. /*14% {
  356. background: linear-gradient(0deg, transparent 24%, rgba(140, 147, 166, 0.51) 25%, rgba(140, 147, 166, 0.51) 26%, transparent 27%, transparent 74%, rgba(140, 147, 166, 0.51) 75%, rgba(140, 147, 166, 0.51) 76%, transparent 77%, transparent);
  357. }
  358. 14.0002% {
  359. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  360. }
  361. 25% {
  362. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  363. }
  364. 26% {
  365. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  366. opacity: 1;
  367. }
  368. 100% {
  369. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  370. opacity: 0;
  371. }*/
  372. 0% {
  373. box-shadow: 0px 0 3px 8px #1f6cb9;
  374. }
  375. 30% {
  376. box-shadow: 0 0 3px 4px #1f6cb9;
  377. }
  378. 70% {
  379. box-shadow: 0 0 3px 6px #1f6cb9;
  380. }
  381. 100% {
  382. /*box-shadow: 0 0 35px rgba(24, 61, 101, 0.81);*/
  383. box-shadow: 0px 0 3px 8px #1f6cb9;
  384. }
  385. }
  386. /*波点出现消失动画结束*/
  387. #radarBox {
  388. width: 1100px;
  389. height: 1100px;
  390. max-height: 1100px;
  391. max-width: 1100px;
  392. margin: 0 auto;
  393. border-radius: 50%;
  394. position: relative;
  395. background: url(../img/waihuan.png) no-repeat;
  396. background-size: contain;
  397. }
  398. /*雷达样式结束*/
  399. .map_bg {
  400. background: url(../img/map.png) no-repeat center;
  401. background-size: 65%;
  402. height: 1100px;
  403. position: relative;
  404. }
  405. @keyframes OutOpcity {
  406. 0% {
  407. opacity: 1;
  408. }
  409. 20% {
  410. opacity: 0.8;
  411. }
  412. 40% {
  413. opacity: 0.5;
  414. }
  415. 65% {
  416. opacity: 0.2;
  417. }
  418. 100% {
  419. opacity: 0;
  420. }
  421. }
  422. @-webkit-keyframes OutOpcity {
  423. 0% {
  424. opacity: 1;
  425. }
  426. 20% {
  427. opacity: 0.8;
  428. }
  429. 40% {
  430. opacity: 0.5;
  431. }
  432. 65% {
  433. opacity: 0.2;
  434. }
  435. 100% {
  436. opacity: 0;
  437. }
  438. }
  439. .OutOpcity {
  440. -webkit-animation-name: OutOpcity;
  441. animation-name: OutOpcity
  442. /*animation: 10s infinite OutOpcity ease;
  443. -webkit-animation: 10s infinite OutOpcity ease;*/
  444. }
  445. @keyframes showTxt {
  446. 0% {
  447. opacity: 0;
  448. }
  449. 40% {
  450. opacity: 0.5;
  451. }
  452. 65% {
  453. opacity: 0.8;
  454. }
  455. 100% {
  456. opacity: 1;
  457. }
  458. }
  459. @-webkit-keyframes showTxt {
  460. 0% {
  461. opacity: 0;
  462. }
  463. 40% {
  464. opacity: 0.5;
  465. }
  466. 65% {
  467. opacity: 0.8;
  468. }
  469. 100% {
  470. opacity: 1;
  471. }
  472. }
  473. .showTxt {
  474. -webkit-animation-name: showTxt;
  475. animation-name: showTxt
  476. }
  477. .quanbg {
  478. width: 160px;
  479. height: 160px;
  480. border-radius: 50%;
  481. position: relative;
  482. cursor: pointer;
  483. }
  484. .quanbg .quan {
  485. width: 100%;
  486. height: 100%;
  487. position: absolute;
  488. left: 0;
  489. top: 0;
  490. border-radius: 50%;
  491. box-sizing: border-box;
  492. display: inline-block;
  493. }
  494. .quanbg .quan1 {
  495. border: 1px solid #eb972c;
  496. opacity: 0.08;
  497. margin: 0%;
  498. width: 100%;
  499. height: 100%;
  500. }
  501. .quanbg .quan2 {
  502. border: 1px solid #eb972c;
  503. opacity: 0.2;
  504. margin: 13%;
  505. width: 74%;
  506. height: 74%;
  507. }
  508. .quanbg .quan3 {
  509. border: 1px solid #eb972c;
  510. opacity: 0.5;
  511. margin: 28%;
  512. width: 44%;
  513. height: 44%;
  514. }
  515. .quanbg .quan4 {
  516. background: #eb972c;
  517. margin: 42%;
  518. width: 16%;
  519. height: 16%;
  520. box-shadow: 0 0 60px rgba(255, 255, 255, 0.83);
  521. }
  522. .quanbg .quan1b {
  523. opacity: 0;
  524. }
  525. .quanbg .quan2b {
  526. opacity: 0;
  527. }
  528. .quanbg .quan3b {
  529. opacity: 0;
  530. }
  531. .quanbg .quan1a {
  532. animation: 3s infinite animation2_quan1 ease;
  533. -webkit-animation: 3s infinite animation2_quan1 ease;
  534. }
  535. .quanbg .quan2a {
  536. animation: 3s infinite animation2_quan2 ease;
  537. -webkit-animation: 3s infinite animation2_quan2 ease;
  538. }
  539. .quanbg .quan3a {
  540. animation: 3s infinite animation2_quan3 ease;
  541. -webkit-animation: 3s infinite animation2_quan3 ease;
  542. }
  543. .quanbg .quan1b {
  544. animation: 3s 1.5s infinite animation2_quan1 ease;
  545. -webkit-animation: 3s 1.5s infinite animation2_quan1 ease;
  546. }
  547. .quanbg .quan2b {
  548. animation: 3s 1.5s infinite animation2_quan2 ease;
  549. -webkit-animation: 3s 1.5s infinite animation2_quan2 ease;
  550. }
  551. .quanbg .quan3b {
  552. animation: 3s 1.5s infinite animation2_quan3 ease;
  553. -webkit-animation: 3s 1.5s infinite animation2_quan3 ease;
  554. }
  555. .quanbg .quan4 {
  556. animation: 1.5s infinite animation2_quan4 ease-out;
  557. -webkit-animation: 1.5s infinite animation2_quan4 ease-out;
  558. }
  559. .quanbg:hover .quan1a {
  560. animation: 2s infinite animation2_quan1a ease;
  561. -webkit-animation: 2s infinite animation2_quan1a ease;
  562. }
  563. @keyframes animation2_quan1 {
  564. 0% {
  565. transform: scale(0.8);
  566. opacity: 0;
  567. -webkit-transform: scale(0.8);
  568. }
  569. 60% {
  570. opacity: 0.08;
  571. }
  572. 80% {
  573. transform: scale(1);
  574. opacity: 0;
  575. -webkit-transform: scale(1);
  576. }
  577. 100% {
  578. transform: scale(1);
  579. opacity: 0;
  580. -webkit-transform: scale(1);
  581. }
  582. }
  583. @-webkit-keyframes animation2_quan1 {
  584. 0% {
  585. transform: scale(0.8);
  586. opacity: 0;
  587. -webkit-transform: scale(0.8);
  588. }
  589. 60% {
  590. opacity: 0.08;
  591. }
  592. 80% {
  593. transform: scale(1);
  594. opacity: 0;
  595. -webkit-transform: scale(1);
  596. }
  597. 100% {
  598. transform: scale(1);
  599. opacity: 0;
  600. -webkit-transform: scale(1);
  601. }
  602. }
  603. @keyframes animation2_quan2 {
  604. 0% {
  605. transform: scale(0.8);
  606. opacity: 0;
  607. -webkit-transform: scale(0.8);
  608. }
  609. 40% {
  610. opacity: 0.2;
  611. }
  612. 80% {
  613. transform: scale(1);
  614. opacity: 0;
  615. -webkit-transform: scale(1);
  616. }
  617. 100% {
  618. transform: scale(1);
  619. opacity: 0;
  620. -webkit-transform: scale(1);
  621. }
  622. }
  623. @-webkit-keyframes animation2_quan2 {
  624. 0% {
  625. transform: scale(0.8);
  626. opacity: 0;
  627. -webkit-transform: scale(0.8);
  628. }
  629. 40% {
  630. opacity: 0.2;
  631. }
  632. 80% {
  633. transform: scale(1);
  634. opacity: 0;
  635. -webkit-transform: scale(1);
  636. }
  637. 100% {
  638. transform: scale(1);
  639. opacity: 0;
  640. -webkit-transform: scale(1);
  641. }
  642. }
  643. @keyframes animation2_quan3 {
  644. 0% {
  645. transform: scale(0.8);
  646. opacity: 0;
  647. -webkit-transform: scale(0.8);
  648. }
  649. 20% {
  650. opacity: 0.5;
  651. }
  652. 80% {
  653. transform: scale(1);
  654. opacity: 0;
  655. -webkit-transform: scale(1);
  656. }
  657. 100% {
  658. transform: scale(1);
  659. opacity: 0;
  660. -webkit-transform: scale(1);
  661. }
  662. }
  663. @-webkit-keyframes animation2_quan3 {
  664. 0% {
  665. transform: scale(0.8);
  666. opacity: 0;
  667. -webkit-transform: scale(0.8);
  668. }
  669. 20% {
  670. opacity: 0.5;
  671. }
  672. 80% {
  673. transform: scale(1);
  674. opacity: 0;
  675. -webkit-transform: scale(1);
  676. }
  677. 100% {
  678. transform: scale(1);
  679. opacity: 0;
  680. -webkit-transform: scale(1);
  681. }
  682. }
  683. @keyframes animation2_quan4 {
  684. 0% {
  685. box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
  686. }
  687. 30% {
  688. box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
  689. }
  690. 70% {
  691. box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
  692. }
  693. 100% {
  694. box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
  695. }
  696. }
  697. @-webkit-keyframes animation2_quan4 {
  698. 0% {
  699. box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
  700. }
  701. 30% {
  702. box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
  703. }
  704. 70% {
  705. box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
  706. }
  707. 100% {
  708. box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
  709. }
  710. }
  711. .quanbgBox {
  712. position: absolute;
  713. }
  714. .quan_SYQ {
  715. /* 睢阳区*/
  716. top: 40%;
  717. left: 41%;
  718. }
  719. .quan_MQ {
  720. /* 民权*/
  721. top: 5%;
  722. left: 26%;
  723. }
  724. .quan_SX {
  725. /* 睢县*/
  726. top: 27%;
  727. left: 21%;
  728. }
  729. .quan_NL {
  730. /* 宁陵*/
  731. top: 22%;
  732. left: 32%;
  733. }
  734. .quan_LYQ {
  735. /* 梁园区*/
  736. top: 22%;
  737. left: 40%;
  738. }
  739. .quan_KFQ {
  740. /* 开发区*/
  741. top: 33%;
  742. left: 46%;
  743. }
  744. .quan_ZC {
  745. /* 柘城*/
  746. top: 51%;
  747. left: 30%;
  748. }
  749. .quan_YCX {
  750. /* 虞城*/
  751. top: 24%;
  752. left: 52%;
  753. }
  754. .quan_XYX {
  755. /*夏邑县*/
  756. top: 42%;
  757. left: 60%;
  758. }
  759. .quan_YCS {
  760. /*永城市*/
  761. top: 57%;
  762. left: 69%;
  763. }
  764. .txt {
  765. color: #FFF;
  766. font-size: 32px;
  767. width: 200px;
  768. display: inline-block;
  769. text-align: right;
  770. position: absolute;
  771. right: 88%;
  772. }
  773. .txt_SYQ {
  774. /* 睢阳区*/
  775. right: 36%;
  776. bottom: -14%;
  777. }
  778. .txt_MQ {
  779. /* 民权*/
  780. top: 67%;
  781. right: 20%;
  782. }
  783. .txt_SX {
  784. /* 睢县*/
  785. top: 65%;
  786. right: 32%;
  787. }
  788. .txt_NL {
  789. /* 宁陵*/
  790. top: 68%;
  791. right: 32%;
  792. }
  793. .txt_LYQ {
  794. /* 梁园区*/
  795. top: 62%;
  796. right: 22%;
  797. }
  798. .txt_KFQ {
  799. /* 开发区*/
  800. top: 59%;
  801. right: 16%;
  802. }
  803. .txt_ZC {
  804. /* 柘城*/
  805. top: 64%;
  806. right: 19%;
  807. }
  808. .txt_YCX {
  809. /* 虞城*/
  810. top: 67%;
  811. right: 15%;
  812. }
  813. .txt_XYX {
  814. /* 夏邑县*/
  815. top: 73%;
  816. right: 15%;
  817. }
  818. .txt_YCS {
  819. /*永城市*/
  820. top: 30%;
  821. right: 77%;
  822. }
  823. /*第二屏开始*/
  824. .source_middle .map_bg {
  825. background: url(../img/source_tree.png) no-repeat center;
  826. height: 1100px;
  827. background-size: contain;
  828. }
  829. .orderSource .source_middle {
  830. padding-top: 0;
  831. margin-top: 360px;
  832. }
  833. .orderSource>.source_left,
  834. .orderSource>.source_right {
  835. margin-top: 400px;
  836. padding-top: 0;
  837. }
  838. .orderSource>.source_left {
  839. padding-left: 500px;
  840. }
  841. .orderSource>.source_right {
  842. margin-left: -84px;
  843. }
  844. .source_right ul li,
  845. .source_left ul li {
  846. position: relative;
  847. }
  848. .source_left ul li>div,
  849. .source_right ul li>div {
  850. float: left;
  851. }
  852. .orderSource ul li {
  853. margin-bottom: 40px;
  854. }
  855. .source_kuang {
  856. background: url("../img/source1.png") no-repeat;
  857. width: 530px;
  858. height: 250px;
  859. background-size: 100% 100%;
  860. }
  861. .pbout {
  862. display: inline-block;
  863. vertical-align: middle;
  864. width: 144px;
  865. height: 176px;
  866. padding-top: 24px;
  867. margin-left: 30px;
  868. }
  869. .line_wrap {
  870. width: 320px;
  871. position: absolute;
  872. z-index: 0;
  873. background-color: transparent;
  874. left: 560px;
  875. }
  876. .source_right .line_wrap {
  877. left: -210px;
  878. top: 24px;
  879. display:none;
  880. }
  881. .source_left .line_wrap {
  882. transform: rotateY(180deg);
  883. display: none;
  884. }
  885. .line_wrap svg {
  886. width: 100%;
  887. background-color: transparent;
  888. }
  889. .one_line {
  890. width: 346px;
  891. height: 132px;
  892. background: url(../img/one_line.png) no-repeat left center;
  893. }
  894. .two_line {
  895. width: 176px;
  896. height: 96px;
  897. background: url(../img/two_line.png) no-repeat left center;
  898. }
  899. .three_line {
  900. width: 178px;
  901. height: 300px;
  902. background: url(../img/three_line.png) no-repeat left center;
  903. }
  904. .four_line {
  905. width: 298px;
  906. height: 562px;
  907. background: url(../img/four_line.png) no-repeat left center;
  908. background-size: contain;
  909. }
  910. .oneLeft_line {
  911. left: 546px;
  912. top: 28px;
  913. }
  914. .source_right .oneRight_line {
  915. left: -374px;
  916. display: none;
  917. }
  918. .twoLeft_line {
  919. left: 564px;
  920. top: 28px;
  921. }
  922. /*.twoRight_line{
  923. left: 282px;
  924. top: 14px;
  925. }*/
  926. .threeLeft_line {
  927. top: -176px;
  928. left: 530px;
  929. }
  930. .source_right .threeRight_line {
  931. top: -172px;
  932. left: -216px;
  933. }
  934. .fourLeft_line {
  935. top: -416px;
  936. left: 530px;
  937. }
  938. .source_right .fourRight_line {
  939. top: -428px;
  940. left: -300px;
  941. }
  942. .line:before,
  943. .line:after {
  944. content: ' ';
  945. display: block;
  946. position: absolute;
  947. background: #0478f6;
  948. border-radius: 50%;
  949. width: 20px;
  950. height: 20px;
  951. box-shadow: 0px 0 6px 12px #05529e;
  952. position: absolute;
  953. }
  954. .line:before {
  955. top: -4px;
  956. left: -30px;
  957. }
  958. .line:after {
  959. top: 86px;
  960. left: 180px;
  961. }
  962. .line.oneLeft_line:before {
  963. top: 16px;
  964. left: -20px;
  965. }
  966. .line.oneLeft_line:after {
  967. top: 94px;
  968. left: 342px;
  969. }
  970. .line.oneRight_line:before {
  971. top: 18px;
  972. left: -18px;
  973. }
  974. .line.oneRight_line:after {
  975. top: 92px;
  976. left: 348px;
  977. }
  978. .line.threeLeft_line:after {
  979. top: 286px;
  980. left: 170px;
  981. }
  982. .line.fourLeft_line:after {
  983. top: 548px;
  984. left: 266px;
  985. }
  986. .line.threeRight_line:after {
  987. top: 288px;
  988. }
  989. .line.fourRight_line:after {
  990. top: 548px;
  991. left: 266px;
  992. }
  993. @font-face {
  994. font-family: DigifaceWide;
  995. src: url('../font/DIGIFAW.TTF');
  996. }
  997. .percent_box {
  998. color: #fff;
  999. font-size: 24px;
  1000. text-align: center;
  1001. display: inline-block;
  1002. vertical-align: middle;
  1003. position: relative;
  1004. /*margin-top: 16px;
  1005. margin-left: 22px;
  1006. padding-top: 6px;
  1007. padding-left: 4px;*/
  1008. }
  1009. .percent_box>div {
  1010. height: 144px;
  1011. width: 140px;
  1012. position: absolute;
  1013. }
  1014. .percent_word {
  1015. color: #00e9ff;
  1016. top: 40px;
  1017. }
  1018. .percent_word p:first-child {
  1019. font-size: 36px;
  1020. font-family: "DigifaceWide";
  1021. color: #fff!important;
  1022. }
  1023. .percent_out {
  1024. background: url(../img/percent_out.png) no-repeat center;
  1025. /*margin-top: 16px;
  1026. margin-left: 22px;
  1027. padding-top: 6px;
  1028. padding-left: 4px;
  1029. background-size: 100%;*/
  1030. /*height: 72px;
  1031. width: 70px;*/
  1032. animation: 20s infinite earth_quan1 linear;
  1033. -webkit-animation: 20s infinite earth_quan1 linear;
  1034. }
  1035. .percent_in {
  1036. /*height: 65px;
  1037. width: 65px;*/
  1038. background: url(../img/percent_1.png) no-repeat center;
  1039. /*background-size: 100%;*/
  1040. /*color: #fff;*/
  1041. /*text-align: center;
  1042. font-size: 10px;
  1043. color: #00e9ff;*/
  1044. animation: 20s infinite earth_quan2 linear;
  1045. -webkit-animation: 20s infinite earth_quan2 linear;
  1046. }
  1047. .source_kuang .num_word {
  1048. padding-top: 50px;
  1049. color: #fff!important;
  1050. font-size: 36px!important;
  1051. margin-left: 30px;
  1052. }
  1053. .source_kuang .num_word span:first-child {
  1054. margin-right: 30px;
  1055. }
  1056. .source_kuang .num_word span:last-child,
  1057. .typeWord {
  1058. color: #ecbc16!important;
  1059. font-size: 44px;
  1060. }
  1061. /*第三屏开始*/
  1062. .slideCon_bg.orderType {
  1063. background: url(../img/orderType_bg.png) no-repeat;
  1064. height: 100%;
  1065. background-size: 100% 100%;
  1066. }
  1067. .orderType .orderTtype_Con {
  1068. width: 86%;
  1069. margin: 0 auto;
  1070. float:none;
  1071. }
  1072. .orderTtype_Con ul {
  1073. margin: 210px 20px 0 40px;
  1074. }
  1075. .orderTtype_Con ul li {
  1076. float: left;
  1077. background: url(../img/light_kuang1.png) no-repeat center;
  1078. height: 1072x;
  1079. width: 15%;
  1080. background-size: 100% 100%;
  1081. padding-left: 76px;
  1082. box-sizing: border-box;
  1083. padding-top: 80px;
  1084. margin-left: 40px;
  1085. }
  1086. .orderTtype_Con ul li.active {
  1087. background: url(../img/light_kuang2.png) no-repeat center;
  1088. background-size: 100% 100%;
  1089. height: 1090px;
  1090. padding-top: 90px;
  1091. }
  1092. .orderType>.orderTtype_Con ul li img {
  1093. /*width: 110px;
  1094. padding: 0px;
  1095. margin: 30px -9px 10px -9px;*/
  1096. width: 180px;
  1097. padding: 0px;
  1098. margin: 50px -18px 14px -6px;
  1099. height: 140px;
  1100. }
  1101. .typeWord {
  1102. position: relative;
  1103. }
  1104. .typeWord:before {
  1105. position: absolute;
  1106. display: block;
  1107. content: "";
  1108. height: 8px;
  1109. width: 80%;
  1110. background: -webkit-linear-gradient(right, #45a6f3, transparent);
  1111. /* Safari 5.1 - 6.0 */
  1112. background: -o-linear-gradient(right, #45a6f3, transparent);
  1113. /* Opera 11.1 - 12.0 */
  1114. background: -moz-linear-gradient(right, #45a6f3, transparent);
  1115. /* Firefox 3.6 - 15 */
  1116. background: linear-gradient(to right, #45a6f3, transparent);
  1117. /* 标准的语法(必须放在最后) */
  1118. bottom: -26px;
  1119. }
  1120. .typeWord_line {
  1121. color: #c9d3ff;
  1122. font-size: 28px;
  1123. position: relative;
  1124. width: 180px;
  1125. text-align: center;
  1126. margin-bottom: 46px;
  1127. }
  1128. .typeWord_line:before {
  1129. position: absolute;
  1130. content: "";
  1131. height: 4px;
  1132. width: 100%;
  1133. background: -webkit-linear-gradient(left, transparent, #fff, transparent);
  1134. /* Safari 5.1 - 6.0 */
  1135. background: -o-linear-gradient(left, transparent, #fff, transparent);
  1136. /* Opera 11.1 - 12.0 */
  1137. background: -moz-linear-gradient(left, transparent, #fff, transparent);
  1138. /* Firefox 3.6 - 15 */
  1139. background: linear-gradient(to right, transparent, #fff, transparent);
  1140. /* 标准的语法(必须放在最后) */
  1141. border-radius: 20%;
  1142. left: 0;
  1143. bottom: -20px;
  1144. }
  1145. .order_count {
  1146. color: #00e9ff;
  1147. font-size: 32px;
  1148. font-weight: bold;
  1149. width: 180px;
  1150. text-align: center;
  1151. }
  1152. .persent_kuang {
  1153. /*width: 55px;
  1154. height: 56px;
  1155. color: #00E9FF;
  1156. font-size: 14px;
  1157. text-align: center;
  1158. line-height: 55px;
  1159. font-weight: bold;
  1160. background: url(../img/order_percent.png) no-repeat center;*/
  1161. width: 150px;
  1162. height: 150px;
  1163. color: #00E9FF;
  1164. font-size: 28px;
  1165. text-align: center;
  1166. line-height: 150px;
  1167. font-weight: bold;
  1168. background: url(../img/order_percent.png) no-repeat center;
  1169. background-size: 100% 100%;
  1170. }
  1171. .persent_box {
  1172. width: 85%;
  1173. margin: 0 auto;
  1174. }
  1175. .persent_word {
  1176. font-size: 28px;
  1177. color: #c9d3ff;
  1178. margin-top: 6px;
  1179. }
  1180. /*第四屏开始*/
  1181. .orderState .orderCon_left {
  1182. padding-left: 280px;
  1183. }
  1184. .orderState .orderCon_right {
  1185. margin-left: -136px;
  1186. }
  1187. .orderState>div>ul li {
  1188. height: 180px;
  1189. width: 620px;
  1190. background: url(../img/stateNum_kuang.png) no-repeat center;
  1191. background-size: 100% 100%;
  1192. margin-top: 30px;
  1193. }
  1194. .orderState>div>ul li.active {
  1195. background: url(../img/stateNum_kuang1.png) no-repeat center;
  1196. background-size: 100% 100%;
  1197. }
  1198. .orderState>div>ul li .num_word {
  1199. font-size: 36px;
  1200. font-weight: bold;
  1201. color: #fff;
  1202. position: relative;
  1203. margin-left: 30px;
  1204. top: 0px;
  1205. }
  1206. .orderState>div>ul li img {
  1207. width: 100px;
  1208. height: 110px;
  1209. padding-left: 40px;
  1210. padding-top: 34px;
  1211. }
  1212. .orderState>div>ul li .num_word>p {
  1213. width: 150px;
  1214. }
  1215. .orderState>div>ul li .num_word p,
  1216. .orderState>div>ul li .num_word>div {
  1217. display: inline-block;
  1218. vertical-align: middle;
  1219. }
  1220. .earth_box {
  1221. width: 1000px;
  1222. height: 1000px;
  1223. position: relative;
  1224. margin: 0 auto;
  1225. margin-top: 130px;
  1226. }
  1227. .earth_box>div {
  1228. height: 100%;
  1229. width: 100%;
  1230. position: absolute;
  1231. }
  1232. .earth_box>div.earth_quan1 {
  1233. background: url(../img/earth_quan1.png) no-repeat center;
  1234. animation: 20s infinite earth_quan1 linear;
  1235. -webkit-animation: 20s infinite earth_quan1 linear;
  1236. }
  1237. .earth_box>div.earth_quan2 {
  1238. background: url(../img/earth_quan2.png) no-repeat center;
  1239. animation: 20s infinite earth_quan2 linear;
  1240. -webkit-animation: 20s infinite earth_quan2 linear;
  1241. }
  1242. .earth_box>div.earth_quan3 {
  1243. background: url(../img/earth_quan3.png) no-repeat center;
  1244. animation: 20s infinite earth_quan1 linear;
  1245. -webkit-animation: 20s infinite earth_quan1 linear;
  1246. }
  1247. .earth_box>div.earth {
  1248. background: url(../img/earth.png) no-repeat center;
  1249. animation: 50s infinite earth_quan2 linear;
  1250. -webkit-animation: 50s infinite earth_quan2 linear;
  1251. }
  1252. @keyframes earth_quan1 {
  1253. 0% {
  1254. transform: rotate(0deg);
  1255. -webkit-transform: rotate(0deg);
  1256. }
  1257. 100% {
  1258. transform: rotate(-360deg);
  1259. -webkit-transform: rotate(-360deg);
  1260. }
  1261. }
  1262. @-webkit-keyframes earth_quan1 {
  1263. 0% {
  1264. transform: rotate(0deg);
  1265. -webkit-transform: rotate(0deg);
  1266. }
  1267. 100% {
  1268. transform: rotate(-360deg);
  1269. -webkit-transform: rotate(-360deg);
  1270. }
  1271. }
  1272. @keyframes earth_quan2 {
  1273. 0% {
  1274. transform: rotate(0deg);
  1275. -webkit-transform: rotate(0deg);
  1276. }
  1277. 100% {
  1278. transform: rotate(360deg);
  1279. -webkit-transform: rotate(360deg);
  1280. }
  1281. }
  1282. @-webkit-keyframes earth_quan2 {
  1283. 0% {
  1284. transform: rotate(0deg);
  1285. -webkit-transform: rotate(0deg);
  1286. }
  1287. 100% {
  1288. transform: rotate(360deg);
  1289. -webkit-transform: rotate(360deg);
  1290. }
  1291. }
  1292. /*第五屏开始*/
  1293. .trafficVolume>div {
  1294. width: 45%!important;
  1295. padding-top: 340px;
  1296. }
  1297. .trafficVolume .orderCon_right {
  1298. width: 50%;
  1299. }
  1300. .trafficVolume .orderCon_right .right_top,.trafficVolume .orderCon_right .right_bottom{
  1301. width: 1270px;
  1302. height: 600px;
  1303. background-size: 100% 100%;
  1304. }
  1305. .trafficVolume .orderCon_right>div.right_bottom {
  1306. height: 630px;
  1307. background-size: 100% 120%;
  1308. }
  1309. .right_bottom {
  1310. background: url(../img/huawu_bottom.png) no-repeat;
  1311. }
  1312. .tagBox {
  1313. width: 100%;
  1314. height: 1200px;
  1315. margin: 0 auto;
  1316. padding-left: 12%;
  1317. margin-top: -120px;
  1318. }
  1319. .tagcloud {
  1320. overflow: hidden;
  1321. margin-left: 100px;
  1322. margin-top: 60px;
  1323. }
  1324. .tagcloud>div {
  1325. float: left;
  1326. display: block;
  1327. color: #333;
  1328. font-size: 32px;
  1329. text-decoration: none;
  1330. width: 272px;
  1331. height: 352px;
  1332. margin: 20px;
  1333. }
  1334. .tagcloud_bj{
  1335. background: url(../img/kuang.png) no-repeat;
  1336. background-size: 100% 100%;
  1337. }
  1338. .tagcloud_bjShine{
  1339. background:url(../img/kuang_Shine.png) no-repeat;
  1340. background-size: 100% 100%;
  1341. }
  1342. .scroll_table table tbody tr td{
  1343. text-align: center;
  1344. }
  1345. .table_box table:first-child{
  1346. color: #FFFFFF;
  1347. margin-bottom: 0px;
  1348. }
  1349. .keyBottom_left{
  1350. margin-left: 230px;
  1351. margin-top: 100px;
  1352. }
  1353. .table_box_key{
  1354. width: 1450px;
  1355. height: 1020px;
  1356. background:url(../img/key_bj.png) no-repeat;
  1357. background-size: 100% 100%;
  1358. padding: 10px;
  1359. color: #00E9FF;
  1360. }
  1361. .table_box_key table thead tr td{
  1362. width: 33%;
  1363. font-size: 36px;
  1364. line-height: 64px;
  1365. text-align: center;
  1366. }
  1367. .table_box_key table tbody tr td{
  1368. width: 33%;
  1369. color: #27B723;
  1370. }
  1371. .table_box_key table tbody tr td:first-child{
  1372. color: #00e9ff;
  1373. }
  1374. .table_box_key table tbody tr td:last-child{
  1375. color: #f05964;
  1376. }
  1377. .table>tbody>tr>td{
  1378. border-top: 1px solid #3160a2;
  1379. }
  1380. .tag_title {
  1381. text-align: center;
  1382. font-size: 24px;
  1383. line-height: 46px;
  1384. height: 46px;
  1385. color: #fff;
  1386. width: 100%;
  1387. background: -webkit-linear-gradient(left, #0c54c917, #0b54c9, #0c54c917);
  1388. background: -o-linear-gradient(left, #0c54c917, #0b54c9, #0c54c917);
  1389. background: -moz-linear-gradient(left, #0c54c917, #0b54c9, #0c54c917);
  1390. background: linear-gradient(to right, #0c54c917, #0b54c9, #0c54c917);
  1391. margin-top: 40px;
  1392. }
  1393. .tagcloud>div .imgs {
  1394. width: 152px;
  1395. height: 152px;
  1396. /* line-height: 250px; */
  1397. background: url(../img/center_circle.png) no-repeat;
  1398. background-size:100% 100% ;
  1399. overflow: hidden;
  1400. color: #cd9d0f;
  1401. font-size: 28px;
  1402. font-weight: bold;
  1403. text-align: center;
  1404. line-height: 152px;
  1405. margin: 40px auto 16px;
  1406. z-index: -1;
  1407. }
  1408. .tagcloud>div .ts_count {
  1409. text-align: center;
  1410. color: #86f5ff;
  1411. }
  1412. .keyW_t {
  1413. width: 394px;
  1414. height: 110px;
  1415. background: url(../img/side5_kuang.png) no-repeat center;
  1416. background-size: 100% 100%;
  1417. color: #fff;
  1418. font-size: 32px;
  1419. text-align: center;
  1420. line-height: 110px;
  1421. margin: 0 auto;
  1422. position: relative;
  1423. top: -68px;
  1424. left: -44px;
  1425. }
  1426. .keyW_t:before,
  1427. .keyW_t:after {
  1428. content: "";
  1429. background: url(../img/right_line.png) no-repeat;
  1430. width: 40px;
  1431. height: 116px;
  1432. position: absolute;
  1433. top: -54px;
  1434. }
  1435. .keyW_t:before {
  1436. right: -26px;
  1437. }
  1438. .keyW_t:after {
  1439. transform: rotateY(180deg);
  1440. left: -26px;
  1441. }
  1442. /*首页样式结束 */
  1443. /*话务量详情*/
  1444. .phone_top {
  1445. height: 750px;
  1446. background: url(../img/jd_bg1.png) no-repeat center;
  1447. background-size: 100% 100%;
  1448. position: relative;
  1449. }
  1450. .legend_bar {
  1451. position: relative;
  1452. position: relative;
  1453. top: 46px;
  1454. margin-left: 30px;
  1455. }
  1456. .legend_bar .col-line {
  1457. display: inline-block;
  1458. height: 40px;
  1459. width: 4px;
  1460. background: #00e9ff;
  1461. position: relative;
  1462. vertical-align: text-top;
  1463. margin-right: 28px;
  1464. }
  1465. .title_word {
  1466. color: #fff;
  1467. font-size: 48px;
  1468. }
  1469. .legend_bar .col-line:before,
  1470. .legend_bar .col-line:after {
  1471. content: "";
  1472. height: 24px;
  1473. width: 4px;
  1474. background: #00e9ff;
  1475. position: absolute;
  1476. top: 10px;
  1477. }
  1478. .legend_bar .col-line:before {
  1479. left: -8px;
  1480. }
  1481. .legend_bar .col-line:after {
  1482. left: 8px;
  1483. }
  1484. .times,
  1485. .selects {
  1486. z-index: 9999;
  1487. position: relative;
  1488. background: #114a97;
  1489. height: 32px;
  1490. color: #00e9ff;
  1491. border: 4px solid #00e9ff;
  1492. border-radius: 4px;
  1493. outline: none;
  1494. padding: 4px 22px;
  1495. vertical-align: middle;
  1496. margin-left: 32px;
  1497. font-size: 24px;
  1498. }
  1499. .time_box {
  1500. color: #00e9ff;
  1501. font-size: 56px;
  1502. position: relative;
  1503. margin-right: 60px;
  1504. }
  1505. /*.time_box:before {
  1506. position: absolute;
  1507. right: 24px;
  1508. top: 14px;
  1509. z-index: 9999999;
  1510. content: "";
  1511. height: 0;
  1512. width: 0;
  1513. border-top: 20px solid #00e9ff;
  1514. border-right: 14px solid transparent;
  1515. border-left: 14px solid transparent;
  1516. }*/
  1517. .phone_top {
  1518. width: 95%;
  1519. margin-bottom: 32px;
  1520. }
  1521. .phone_bottom>div {
  1522. height: 700px;
  1523. padding: 0;
  1524. }