full_index.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  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: #000;
  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:center;
  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: s;
  52. -webkit-background-size: contain;
  53. -o-background-size: contain;
  54. background-position: top right;
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .section1_left, .section1_right{
  59. width: 50%;
  60. height: 100%;
  61. }
  62. .section1_left{
  63. margin-top: 250px;
  64. }
  65. @media screen and (min-width: 1366px) {
  66. .section1_left{
  67. margin-top: 260px;
  68. }
  69. }
  70. @media screen and (min-width: 1440px) {
  71. .section1_left{
  72. margin-top: 350px;
  73. }
  74. }
  75. @media screen and (min-width: 1920px) {
  76. .section1_left{
  77. margin-top: 350px;
  78. }
  79. }
  80. @media screen and (min-width: 1921px) {
  81. .section1_left{
  82. margin-top: 380px;
  83. }
  84. }
  85. .logo_img img{
  86. width: 100%;
  87. max-width: 516px;
  88. }
  89. .desc_img{
  90. margin-top: 20px;
  91. }
  92. .desc_img img{
  93. width: 100%;
  94. max-width: 530px;
  95. height: auto;
  96. }
  97. .download{
  98. margin-top: 30px;
  99. }
  100. @media screen and (min-width: 1366px) {
  101. .download {
  102. margin-top: 30px;
  103. }
  104. }
  105. @media screen and (min-width: 1440px) {
  106. .download {
  107. margin-top: 70px;
  108. }
  109. }
  110. @media screen and (min-width: 1920px) {
  111. .download {
  112. margin-top: 70px;
  113. }
  114. }
  115. @media screen and (min-width: 1921px) {
  116. .download {
  117. margin-top: 70px;
  118. }
  119. }
  120. .download .ewm_area{
  121. width: 30%;
  122. height: auto;
  123. }
  124. .download .ewm_area .ewm_img{
  125. width: 95%;
  126. height: 96%;
  127. background: url(../full_image/kuang.png) no-repeat top left;
  128. background-size: 100%;
  129. padding: 5px;
  130. }
  131. .download .ewm_area .ewm_img img{
  132. width: 100%;
  133. height: 100%;
  134. }
  135. .download .ewm_download{
  136. width: 100%;
  137. height: 65px;
  138. margin-top: 20px;
  139. color: #e531db;
  140. font-size: 24px;
  141. }
  142. .download .ios{
  143. background: url(../full_image/ios.png) no-repeat top left;
  144. background-size: 100%;
  145. }
  146. .download .android{
  147. background: url(../full_image/android.png) no-repeat top left;
  148. background-size: 100%;
  149. }
  150. .section1_right{
  151. padding-top: 250px;
  152. text-align: right;
  153. }
  154. @media screen and (min-width: 1366px) {
  155. .section1_right{
  156. padding-top: 220px;
  157. text-align: right;
  158. }
  159. }
  160. @media screen and (min-width: 1440px) {
  161. .section1_right{
  162. padding-top: 320px;
  163. text-align: right;
  164. }
  165. }
  166. @media screen and (min-width: 1920px) {
  167. .section1_right{
  168. padding-top: 320px;
  169. text-align: right;
  170. }
  171. }
  172. @media screen and (min-width: 1921px) {
  173. .section1_right{
  174. padding-top: 250px;
  175. text-align: right;
  176. }
  177. }
  178. .section1_right img{
  179. width: 80%;
  180. height: auto;
  181. }
  182. .section2{
  183. background: url(../full_image/section2.png) no-repeat top left;
  184. background-size: contain;
  185. -webkit-background-size: contain;
  186. -o-background-size: contain;
  187. width: 100%;
  188. height: 100%;
  189. }
  190. .section2 .section2_left,.section2 .section2_right{
  191. width: 50%;
  192. height: 100%;
  193. color: #000;
  194. }
  195. .section2 .section2_left{
  196. position: relative;
  197. }
  198. .section2 .section2_left img{
  199. width: 90%;
  200. height: auto;
  201. position: absolute;
  202. left: 30%;
  203. top: 15%;
  204. }
  205. .section2 .section2_right{
  206. position: relative;
  207. }
  208. .section2 .section2_right .company_name{
  209. margin-top: 55%;
  210. width: 70%;
  211. height: 60px;
  212. font-weight: 500;
  213. font-size: 2.2rem;
  214. overflow: hidden;
  215. }
  216. .section2 .section2_right .company_desc{
  217. width: 70%;
  218. line-height: 1.5rem;
  219. }
  220. .section2 .copyright{
  221. width: 100%;
  222. height: 30px;
  223. position: absolute;
  224. bottom: 0;
  225. left: 0;
  226. font-size: 1rem;
  227. text-align: center;
  228. color: #000;
  229. }
  230. .section2 .copyright a{
  231. color: #000;
  232. text-decoration: none;
  233. }
  234. .section_center{
  235. width: 65%;
  236. height: 100%;
  237. margin: 0 auto;
  238. }
  239. .fl{
  240. float: left;
  241. }
  242. .fr{
  243. float: right;
  244. }
  245. .clearboth{
  246. clear: both;
  247. }
  248. /*.mr_20{
  249. margin-right: 5%;
  250. }
  251. @media screen and (min-width: 1400px) {
  252. .mr_20{
  253. margin-right: 15%;
  254. }
  255. }*/
  256. @media screen and (min-width: 1366px) {
  257. .mr_20{
  258. margin-right: 2%;
  259. }
  260. }
  261. @media screen and (min-width: 1440px) {
  262. .mr_20{
  263. margin-right: 3%;
  264. }
  265. }
  266. @media screen and (min-width: 1920px) {
  267. .mr_20{
  268. margin-right: 15%;
  269. }
  270. }
  271. @media screen and (min-width: 1921px) {
  272. .mr_20{
  273. margin-right: 8%;
  274. }
  275. }