信阳市12345演示系统-前端代码

index.css 29KB

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