商丘宁陵县12345_前端

index.css 30KB

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