full_index.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. *{ padding:0px; margin:0}
  2. body{
  3. color:#fff;
  4. }
  5. .menu{
  6. height:80px;
  7. line-height: 80px;
  8. position:fixed;
  9. /*background:rgba(0,0,0,0.2);*/
  10. top:0px;
  11. left:0;
  12. z-index:998;
  13. width:100%;
  14. }
  15. .menu_center{
  16. width: 65%;
  17. height: 80px;
  18. margin: 0 auto;
  19. }
  20. .sitename{
  21. width: 40%;
  22. font-size: 26px;
  23. font-weight: 700;
  24. letter-spacing: 5px;
  25. color: #FFF;
  26. }
  27. .menu li{
  28. height: 80px;
  29. line-height: 80px;
  30. list-style:none;
  31. float:left;
  32. display:inline-block;
  33. font:16px/42px "Microsoft Yahei";
  34. }
  35. .menu li a{
  36. width: 150px;
  37. color:#fff;
  38. text-decoration:none;
  39. text-align:right;
  40. display:block;
  41. padding:0px 15px;
  42. height: 80px;
  43. line-height: 80px;
  44. font-size: 17px;
  45. }
  46. /*.menu li.active{
  47. background:#F00;
  48. }*/
  49. .section1{
  50. background: url(../full_image/section1.png) no-repeat;
  51. background-size: cover;
  52. -webkit-background-size: cover;
  53. -o-background-size: cover;
  54. background-position: top center;
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .section1_left{
  59. width: 50%;
  60. height: 100%;
  61. }
  62. .section1_right{
  63. width: 45%;
  64. }
  65. .section1_right{
  66. padding-left: 5%;
  67. margin-top: 250px;
  68. }
  69. @media screen and (min-width: 1366px) {
  70. .section1_right{
  71. margin-top: 260px;
  72. }
  73. }
  74. @media screen and (min-width: 1440px) {
  75. .section1_right{
  76. margin-top: 350px;
  77. }
  78. }
  79. @media screen and (min-width: 1920px) {
  80. .section1_right{
  81. margin-top: 350px;
  82. }
  83. }
  84. @media screen and (min-width: 1921px) {
  85. .section1_right{
  86. margin-top: 380px;
  87. }
  88. }
  89. .logo_img img{
  90. width: 100%;
  91. max-width: 492px;
  92. }
  93. .desc_img{
  94. margin-top: 20px;
  95. }
  96. .desc_img img{
  97. width: 100%;
  98. max-width: 530px;
  99. height: auto;
  100. }
  101. .download{
  102. margin-top: 30px;
  103. }
  104. @media screen and (min-width: 1366px) {
  105. .download {
  106. margin-top: 30px;
  107. }
  108. }
  109. @media screen and (min-width: 1440px) {
  110. .download {
  111. margin-top: 70px;
  112. }
  113. }
  114. @media screen and (min-width: 1920px) {
  115. .download {
  116. margin-top: 70px;
  117. }
  118. }
  119. @media screen and (min-width: 1921px) {
  120. .download {
  121. margin-top: 70px;
  122. }
  123. }
  124. .download .ewm_area{
  125. width: 30%;
  126. height: auto;
  127. }
  128. .download .ewm_area .ewm_img{
  129. width: 100%;
  130. height: 100%;
  131. background-size: 100%;
  132. padding: 5px;
  133. }
  134. .download .ewm_area .ewm_img img{
  135. width: 100%;
  136. height: 100%;
  137. }
  138. .download p{
  139. width: 100%;
  140. height: 3.5rem;
  141. }
  142. .download .ios{
  143. background: url(../full_image/ios.png) no-repeat top left;
  144. background-size: 100%;
  145. margin-top: 1rem;
  146. }
  147. .download .android{
  148. background: url(../full_image/android.png) no-repeat top left;
  149. background-size: 100%;
  150. margin-top: 0.4rem;
  151. }
  152. @media screen and (min-width: 1366px) {
  153. .download .android{
  154. background: url(../full_image/android.png) no-repeat top left;
  155. background-size: 100%;
  156. margin-top: 0.4rem;
  157. }
  158. }
  159. @media screen and (min-width: 1440px) {
  160. .download .android{
  161. background: url(../full_image/android.png) no-repeat top left;
  162. background-size: 100%;
  163. margin-top: 1rem;
  164. }
  165. }
  166. @media screen and (min-width: 1920px) {
  167. .download .android{
  168. background: url(../full_image/android.png) no-repeat top left;
  169. background-size: 100%;
  170. margin-top: 2rem;
  171. }
  172. }
  173. @media screen and (min-width: 2560px) {
  174. .download .android{
  175. background: url(../full_image/android.png) no-repeat top left;
  176. background-size: 100%;
  177. margin-top: 1rem;
  178. margin-top: 0.4rem;
  179. }
  180. }
  181. .section1_left{
  182. padding-top: 250px;
  183. text-align: left;
  184. }
  185. @media screen and (min-width: 1366px) {
  186. .section1_left{
  187. padding-top: 150px;
  188. text-align: left;
  189. }
  190. }
  191. @media screen and (min-width: 1440px) {
  192. .section1_left{
  193. padding-top: 320px;
  194. text-align: left;
  195. }
  196. }
  197. @media screen and (min-width: 1920px) {
  198. .section1_left{
  199. padding-top: 320px;
  200. text-align: left;
  201. }
  202. }
  203. @media screen and (min-width: 1921px) {
  204. .section1_left{
  205. padding-top: 250px;
  206. text-align: left;
  207. }
  208. }
  209. .section1_left img{
  210. width: 80%;
  211. height: auto;
  212. }
  213. .section2{
  214. background: url(../full_image/section2.png) no-repeat top center;
  215. background-size: cover;
  216. -webkit-background-size: cover;
  217. -o-background-size: cover;
  218. width: 100%;
  219. height: 100%;
  220. }
  221. .section2 .section2_left{
  222. width: 55%;
  223. height: 100%;
  224. color: #000;
  225. }
  226. .section2 .section2_right{
  227. width: 45%;
  228. height: 100%;
  229. color: #000;
  230. }
  231. .section2 .section2_right{
  232. position: relative;
  233. }
  234. .section2 .section2_right img{
  235. width: 120%;
  236. max-width:817px;
  237. height: auto;
  238. position: absolute;
  239. bottom: 15%;
  240. right: 0%;
  241. }
  242. .section2 .section2_left{
  243. position: relative;
  244. }
  245. .section2 .section2_left .company_name{
  246. margin-top: 45%;
  247. width: 100%;
  248. height: 60px;
  249. font-weight: 500;
  250. font-size: 2rem;
  251. overflow: hidden;
  252. }
  253. .section2 .section2_left .company_desc{
  254. width: 85%;
  255. line-height: 1.5rem;
  256. }
  257. .section2 .copyright{
  258. width: 100%;
  259. height: 30px;
  260. position: absolute;
  261. bottom: 0;
  262. left: 0;
  263. font-size: 1rem;
  264. text-align: center;
  265. color: #000;
  266. }
  267. .section2 .copyright a{
  268. color: #000;
  269. text-decoration: none;
  270. }
  271. .section_center{
  272. width: 65%;
  273. height: 100%;
  274. margin: 0 auto;
  275. }
  276. .fl{
  277. float: left;
  278. }
  279. .fr{
  280. float: right;
  281. }
  282. .clearboth{
  283. clear: both;
  284. }
  285. /*.mr_20{
  286. margin-right: 5%;
  287. }
  288. @media screen and (min-width: 1400px) {
  289. .mr_20{
  290. margin-right: 15%;
  291. }
  292. }*/
  293. @media screen and (min-width: 1366px) {
  294. .mr_10{
  295. margin-right: 2%;
  296. }
  297. }
  298. @media screen and (min-width: 1440px) {
  299. .mr_10{
  300. margin-right: 3%;
  301. }
  302. }
  303. @media screen and (min-width: 1920px) {
  304. .mr_10{
  305. margin-right: 7%;
  306. }
  307. }
  308. @media screen and (min-width: 1921px) {
  309. .mr_10{
  310. margin-right: 5%;
  311. }
  312. }
  313. @media screen and (min-width: 1366px) {
  314. .mr_20{
  315. margin-right: 2%;
  316. }
  317. }
  318. @media screen and (min-width: 1440px) {
  319. .mr_20{
  320. margin-right: 3%;
  321. }
  322. }
  323. @media screen and (min-width: 1920px) {
  324. .mr_20{
  325. margin-right: 15%;
  326. }
  327. }
  328. @media screen and (min-width: 1921px) {
  329. .mr_20{
  330. margin-right: 8%;
  331. }
  332. }