地铁二期项目正式开始

style.css 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. body{ font-size:16px; background:#f3f3f3;font-family: "MicroSoft YaHei"; color: #333;}
  2. .img{display:block}
  3. img{max-width:100%}
  4. *{margin:0px; padding:0px;}
  5. div,table,td{margin: 0px;padding: 0px;}
  6. ul,li{ list-style:none}
  7. img, a img,textarea {border: 0; }
  8. a{ text-decoration:none; color:#333}
  9. a:focus {outline: none;}
  10. input,textarea{font-family: Arial;outline: none;}
  11. input[type="submit"], input[type="reset"], input[type="button"], button {-webkit-appearance: none;}
  12. ::-webkit-scrollbar/*整体部分*/
  13. {width:0px;height:0px;}
  14. ::-webkit-scrollbar-track/*滑动轨道*/
  15. {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);border-radius: 0px;background: rgba(0,0,0,0);}
  16. ::-webkit-scrollbar-thumb/*滑块*/
  17. {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);background: rgba(0,0,0,0);}
  18. ::-webkit-scrollbar-thumb:hover/*滑块效果*/
  19. {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);background: rgba(0,0,0,0);}
  20. img,a img{border:0}
  21. em,i{font-style: normal;}
  22. a,button,input,textarea,dl,dt,dd,li,div{-webkit-tap-highlight-color:rgba(255,0,0,0);}
  23. input:-moz-placeholder,textarea:-moz-placeholder {color: #888;}
  24. input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #888;}
  25. input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #888;}
  26. input,
  27. input[type="text"], textarea,button,
  28. input[type="email"],
  29. input[type="search"],
  30. input[type="password"] {
  31. -webkit-appearance: none;
  32. -moz-appearance: none; /* mobile firefox too! */
  33. }
  34. .bg{ width: 100%; height: 100%; position: fixed; z-index: -1;}
  35. .bg img{ display: block; width: 100%; height: 100%}
  36. .bg01{ width: 100%; height: 100%; position: fixed; z-index: 0; background: #02154c}
  37. .main{ width: 100%; overflow: hidden; position: relative;}
  38. .date_div{ position: absolute; left: 0; color: #fff; font-size: 1.15rem}
  39. .date_div .date{ padding: 1vw}
  40. .date_div time{ font-size: 1.7rem; padding: 0 0.5vw}
  41. .date_div img{ width: 200px; display: block;}
  42. .left01{ width: 76%; background-color: rgba(255,255,255,.0); padding: 1% 0 0; float: left;}
  43. .tit{ color: #fff; width: 100%; text-align: center; padding-top: 1.5vw}
  44. .tit_div{ width: 76%;}
  45. .tit h1{ font-size: 2.8rem; font-weight: normal;}
  46. .tit h2{ font-size: 1.15rem; font-weight: normal;}
  47. .sj_tit{ font-size: 22px; color: #fff; width: 90%; margin: 0 auto; padding-top: 2vw}
  48. .right01{ width: 22%; background-color: rgba(255,255,255,0); margin-right: 1.5%; float: right; margin-top: 0;
  49. transform: translateX(100%);
  50. -ms-transform: translateX(100%); /* IE 9 */
  51. -webkit-transform: translateX(100%); /* Safari and Chrome */
  52. -o-transform: translateX(100%); /* Opera */
  53. -moz-transform: translateX(100%); }
  54. .active .right01{
  55. transform: translateX(0);
  56. -ms-transform: translateX(0); /* IE 9 */
  57. -webkit-transform: translateX(0); /* Safari and Chrome */
  58. -o-transform: translateX(0); /* Opera */
  59. -moz-transform: translateX(0);
  60. transition: all 1s ;
  61. -moz-transition: all 1s ; /* Firefox 4 */
  62. -webkit-transition: all 1s ; /* Safari 和 Chrome */
  63. -o-transition: all 1s ;}
  64. .right_con{height: auto; background: url(../../images/screendisplay/right_bg.png) no-repeat; background-size: 100% 100%}
  65. .right_cont01{ width: 90%; margin: 0vw auto; overflow: hidden; padding: 1vw 0 0.5vw}
  66. .right_cont02{ width: 90%; margin: 0vw auto; overflow: hidden; padding: 0vw 0 0.5vw}
  67. .right_cont01_left{ width: 37%; float: left; color: #fff}
  68. .right_cont01_left h1{ font-size: 1.15rem; color: #fff; font-weight: normal;}
  69. .right_cont01_left p{ font-size: 0.9rem; line-height: 1.8vw;letter-spacing: -0.2px}
  70. .right_cont01_right{ width: 75%; margin-left: 5px; float: right;}
  71. .right_cont01_right img{ display: block; width:90%; cursor: pointer;
  72. transition: all 0.5s;
  73. -moz-transition: all 0.5s; /* Firefox 4 */
  74. -webkit-transition: all 0.5s; /* Safari 和 Chrome */
  75. -o-transition: all 0.5s; padding: 0.2vw 0}
  76. .right_cont01_right img:hover{
  77. transform: scale(1.05);
  78. -ms-transform: scale(1.05); /* IE 9 */
  79. -webkit-transform: scale(1.05); /* Safari 和 Chrome */
  80. -o-transform: scale(1.05); /* Opera */
  81. -moz-transform: scale(1.05);
  82. transition: all 0.3s;
  83. -moz-transition: all 0.3s; /* Firefox 4 */
  84. -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  85. -o-transition: all 0.3s;}
  86. .bt_left{ width: 25%; background: url(../../images/screendisplay/bt_bg01.png) no-repeat; background-size: 100% 100%; height: 16vw; overflow: hidden; margin-left: 1%;
  87. float: left;cursor: pointer;}
  88. .bt_left .sj{ background: url(../../images/screendisplay/bt01_img01.png) no-repeat;background-size: 100% 100%; height: 12vw;overflow: hidden; width: 88%; margin:0.5vw auto ;
  89. position: relative; cursor: pointer;
  90. transition: all 0.5s;
  91. -moz-transition: all 0.5s; /* Firefox 4 */
  92. -webkit-transition: all 0.5s; /* Safari 和 Chrome */
  93. -o-transition: all 0.5s;}
  94. .bt_left .sj:hover{
  95. transform: scale(1.05);
  96. -ms-transform: scale(1.05); /* IE 9 */
  97. -webkit-transform: scale(1.05); /* Safari 和 Chrome */
  98. -o-transform: scale(1.05); /* Opera */
  99. -moz-transform: scale(1.05);
  100. transition: all 0.3s;
  101. -moz-transition: all 0.3s; /* Firefox 4 */
  102. -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  103. -o-transition: all 0.3s;
  104. }
  105. .bt_left .sj img{width: 0%; display: block; float: right;
  106. }
  107. .active .bt_left .sj img{width: 85%;
  108. transition: all 1s 0.3s;
  109. -moz-transition: all 1s 0.3s; /* Firefox 4 */
  110. -webkit-transition: all 1s 0.3s; /* Safari 和 Chrome */
  111. -o-transition: all 1s 0.3s; }
  112. .bt_left .sj .blue{ position: absolute; left: 10%; bottom: 1.8vw}
  113. .bt_left .sj .red{ position: absolute; left: 10%; top: 1vw}
  114. .bt_tit{ font-size: 1.15rem; text-align: center; width: 100%; color: #fff; padding-top: 1.5vw}
  115. .bt_mid{ width:22%;background: url(../../images/screendisplay/bt_bg02.png) no-repeat; background-size: 100% 100%; height: 16vw; overflow: hidden; margin-left: 1% ; float: left;}
  116. .bt_mid img{ width: 88%; margin: 0 auto; display: block; padding: 1vw 0 0.2vw; cursor: pointer;}
  117. .bt_mid img.img01{ opacity: 0; height: 0vw;
  118. transition: all 0.3s;
  119. -moz-transition: all 0.3s; /* Firefox 4 */
  120. -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  121. -o-transition: all 0.3s;}
  122. .active .bt_mid img.img01:hover{
  123. transform: scale(1.05);
  124. -ms-transform: scale(1.05); /* IE 9 */
  125. -webkit-transform: scale(1.05); /* Safari 和 Chrome */
  126. -o-transform: scale(1.05); /* Opera */
  127. -moz-transform: scale(1.05);
  128. transition: all 0.3s 0s;
  129. -moz-transition: all 0.3s 0s; /* Firefox 4 */
  130. -webkit-transition: all 0.3s 0s; /* Safari 和 Chrome */
  131. -o-transition: all 0.3s 0s;}
  132. .active .bt_mid img.img01{
  133. opacity: 1; height: 7.5vw;
  134. transition: all 1s 0.3s;
  135. -moz-transition: all 1s 0.3s; /* Firefox 4 */
  136. -webkit-transition: all 1s 0.3s; /* Safari 和 Chrome */
  137. -o-transition: all 1s 0.3s;}
  138. .bt_mid01{ width: 24%; margin-left: 1%;background: url(../../images/screendisplay/bt_bg01.png) no-repeat; background-size: 100% 100%; float: left;
  139. height: 16vw; overflow: hidden; }
  140. .bt_right{ width:24%;background: url(../../images/screendisplay/bt_bg01.png) no-repeat; background-size: 100% 100%; height: 16vw; overflow: hidden; margin-left:1% ; float: left; }
  141. .bt_right .sj{ background: url(../../images/screendisplay/bt03_img01.png) no-repeat;background-size: 100% 100%; height: 12vw;overflow: hidden; width: 94%; margin:0.35vw auto ; position: relative;cursor: pointer; }
  142. .bt_right .sj .img01{ width: 0%; position: absolute; left: 9%; bottom: 1.8vw; height: 8.5vw}
  143. .bt_right .sj{
  144. transition: all 0.3s;
  145. -moz-transition: all 0.3s; /* Firefox 4 */
  146. -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  147. -o-transition: all 0.3s;}
  148. .bt_right .sj:hover{ transform: scale(1.05);
  149. -ms-transform: scale(1.02); /* IE 9 */
  150. -webkit-transform: scale(1.02); /* Safari 和 Chrome */
  151. -o-transform: scale(1.02); /* Opera */
  152. -moz-transform: scale(1.02);
  153. transition: all 0.3s;
  154. -moz-transition: all 0.3s; /* Firefox 4 */
  155. -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  156. -o-transition: all 0.3s; }
  157. .active .bt_right .sj .img01{width: 90%;
  158. transition: all 1s 0.5s;
  159. -moz-transition: all 1s 0.5s; /* Firefox 4 */
  160. -webkit-transition: all 1s 0.5s; /* Safari 和 Chrome */
  161. -o-transition: all 1s 0.5s;}
  162. .bt_mid,.bt_right{transform: translateY(100%);
  163. -ms-transform: translateY(100%); /* IE 9 */
  164. -webkit-transform: translateY(100%); /* Safari and Chrome */
  165. -o-transform: translateY(100%); /* Opera */
  166. -moz-transform: translateY(100%);}
  167. .bt_left{ transform: translateX(-100%);
  168. -ms-transform: translateX(-100%); /* IE 9 */
  169. -webkit-transform: translateX(-100%); /* Safari and Chrome */
  170. -o-transform: translateX(-100%); /* Opera */
  171. -moz-transform: translateX(-100%);}
  172. .bt_right{ transform: translateX(100%);
  173. -ms-transform: translateX(100%); /* IE 9 */
  174. -webkit-transform: translateX(100%); /* Safari and Chrome */
  175. -o-transform: translateX(100%); /* Opera */
  176. -moz-transform: translateX(100%);}
  177. .active .bt_left ,.active .bt_mid,.active .bt_right{
  178. transform: translateY(0);
  179. -ms-transform: translateY(0); /* IE 9 */
  180. -webkit-transform: translateY(0); /* Safari and Chrome */
  181. -o-transform: translateY(0); /* Opera */
  182. -moz-transform: translateY(0);
  183. transition: all 1s ;
  184. -moz-transition: all 1s ; /* Firefox 4 */
  185. -webkit-transition: all 1s ; /* Safari 和 Chrome */
  186. -o-transition: all 1s ;
  187. }
  188. .active .bt_left,.active .bt_right{transform: translateX(0);
  189. -ms-transform: translateX(0); /* IE 9 */
  190. -webkit-transform: translateX(0); /* Safari and Chrome */
  191. -o-transform: translateX(0); /* Opera */
  192. -moz-transform: translateX(0); }
  193. /*加载动画*/
  194. .loaders {width: 100%; box-sizing: border-box; height: 100%; position: fixed; top: 0; display: flex; flex: 0 1 auto; flex-direction: row; flex-wrap: wrap; background:rgba(0,0,0,.8);z-index: 1000}
  195. .loaders .loader { box-sizing: border-box; display: flex; display: -webkit-flex; flex: 0 1 auto;flex-direction: column;flex-grow: 1;flex-shrink: 0;flex-basis: 25%; width: 25%;align-items: center;justify-content: center;}
  196. .loader-inner{ }
  197. @-webkit-keyframes ball-spin-fade-loader {
  198. 50% { opacity: 0.3; -webkit-transform: scale(0.4);transform: scale(0.4); }
  199. 100% { opacity: 1;-webkit-transform: scale(1); transform: scale(1); } }
  200. @keyframes ball-spin-fade-loader {
  201. 50% { opacity: 0.3;-webkit-transform: scale(0.4); transform: scale(0.4); }
  202. 100% { opacity: 1;-webkit-transform: scale(1); transform: scale(1); } }
  203. .ball-spin-fade-loader { position: relative; top: -10px;left: -10px; }
  204. .ball-spin-fade-loader > div:nth-child(1) {top: 25px;left: 0;-webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear; animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
  205. .ball-spin-fade-loader > div:nth-child(2) {top: 17.04545px;left: 17.04545px;-webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
  206. .ball-spin-fade-loader > div:nth-child(3) {top: 0; left: 25px;-webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear; animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
  207. .ball-spin-fade-loader > div:nth-child(4) { top: -17.04545px;left: 17.04545px;-webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear; animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
  208. .ball-spin-fade-loader > div:nth-child(5) { top: -25px; left: 0; -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear; animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
  209. .ball-spin-fade-loader > div:nth-child(6) {top: -17.04545px;left: -17.04545px;-webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
  210. .ball-spin-fade-loader > div:nth-child(7) { top: 0; left: -25px; -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear; animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
  211. .ball-spin-fade-loader > div:nth-child(8) {top: 17.04545px;left: -17.04545px;-webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear; animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
  212. .ball-spin-fade-loader > div { background-color: #fff; width: 15px;height: 15px; border-radius: 100%;margin: 2px;-webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; }
  213. /*弹层活动说明*/
  214. .layer{display:table; background-color:rgba(0,0,0,0.5); width:100%; height:100%; overflow:hidden; visibility: hidden;opacity: 0;
  215. -webkit-transition: opacity 0.35s, visibility 0.35s;position: fixed; left: 0;top: 0;z-index: 2000;}
  216. .layer>div{vertical-align:middle; display:table-cell;text-align: center;}
  217. .layer-content{display: inline-block;width:35%; margin: 0 auto;-webkit-transform:scale(0.5);-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.53, -0.54, 0.79, 0.51); background-size: 100% 100%;
  218. border-radius: 10px; padding-top: 10px; box-sizing: border-box;
  219. background:url(../../images/screendisplay/bg.jpg) ; background-size: 100% 100%; box-shadow: 0 0 03px rgba(0,0,0,.2)}
  220. .layer.active{visibility: visible;opacity: 1; -webkit-transition: opacity 0.35s;}
  221. .layer.active .layer-content{-webkit-transform:scale(1.0);-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.24, 0.9, 0.42, 1.21)}
  222. .close-layer{font-size:1.8rem;font-style: normal;color: #5ecdff;position: absolute;right:-1vw;top:-1vw;display: block;width:2vw; border-radius: 30px;
  223. background:rgba(0,0,0,.2); border: 1px solid #5ecdff;height:2vw;line-height: 1.8vw;border-radius: 50%; font-weight: lighter;
  224. font-family: arial; text-align: center; margin-left: -15px; box-sizing: border-box; cursor: pointer;}
  225. .layer-title{padding: 0px 10px 10px 10px;border-radius: 5px 5px 0 0; border-bottom: 1px solid #e5e5e5}
  226. .layer-title h2{font-size:1.2rem; color:#dd3042; padding: 3px 0; font-weight: normal; }
  227. .layer-tit{ position: absolute; top:0%; background: url(../../images/screendisplay/bg01.png) no-repeat; background-size: 100%; width:100%; height: 12vw; color: #fff;
  228. text-align: center; left:0%; margin-top: -16vw; line-height: 12vw; font-size: 1.25rem; border: 1px solid #888cff; border-radius: 10px;
  229. box-sizing: border-box; font-size: 1.25rem; text-shadow: 0 1px 2px rgba(0,0,0,.5)}
  230. .layer-tit::before ,.layer-tit::after{content: ""; position: absolute; top:0%; margin-top: 6.2vw; background: url(../../images/screendisplay/tc_bg01.png) no-repeat left center;
  231. width: 5vw; height: 16vw; background-size: 100% 100% }
  232. .layer-tit::before{left:4%;}
  233. .layer-tit::after{ right:4%; }
  234. .layer-text{max-height: 70vw;overflow: auto;padding: 10px 15px 15px;text-align: left; margin-top: 18%}
  235. .layer-text h2{ font-size:1.15rem; color:#000; line-height:28px; padding:5px 0px 0px; font-weight: normal; text-align: center;}
  236. .layer-text h2 span{ color: #ef0000}
  237. .layer-text h3{ font-size:1rem; color:#000; line-height:28px; padding:10px 0px 5px; font-weight: normal;}
  238. .layer-text p{ font-size:0.95rem; color:#1a1a1a; line-height:1.5rem; padding:2px; }
  239. .layer-text p span{ color: #ef0000}
  240. .layer_people{ background: url(../../images/screendisplay/bt01_img01.png) no-repeat;background-size: 100% 100%; height: 16vw;overflow: hidden; width: 84%; margin:2vw auto ;
  241. position: relative; cursor: pointer;
  242. transition: all 0.5s;
  243. -moz-transition: all 0.5s; /* Firefox 4 */
  244. -webkit-transition: all 0.5s; /* Safari 和 Chrome */
  245. -o-transition: all 0.5s;}
  246. .layer_people img{width: 0%; display: block; float: right;
  247. }
  248. .layer_people .sj img{width: 85%; }
  249. .layer_people .blue{ position: absolute; left: 10%; bottom: 1.8vw}
  250. .layer_people .red{ position: absolute; left: 10%; top: 1.12vw}
  251. .bt_tit01{ font-size: 1.45rem; text-align: center; width: 100%; color: #fff; padding-top: 1.2vw; padding-bottom: 1vw}
  252. .layer_ywzb{ width: 100%}
  253. .layer_ywzb img{display: block; width: 52%; margin:2.5vw auto}
  254. .logo{ width:14%; position: fixed; right: 5.5%; top:1.4vw;display: block;}