base.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. html {
  6. font-size: 12px;
  7. height: 100%; /* 10÷16=62.5% */
  8. }
  9. body{
  10. font-size: 12px;
  11. height: 100%;
  12. background: #fff;}
  13. ul,li{
  14. list-style: none;
  15. }
  16. a:hover{
  17. text-decoration: none;
  18. }
  19. /* banner */
  20. .banner{
  21. width: 100%;
  22. margin-bottom: 36px;
  23. position: relative;
  24. }
  25. .banner .swiper-slide img{
  26. width: 100%;
  27. height: auto;
  28. }
  29. .banner .top_logo{
  30. width: 1100px;
  31. height: 193px;
  32. position: absolute;
  33. left: 50%;
  34. top: 0;
  35. margin-left: -550px;
  36. z-index: 99999;
  37. }
  38. .swiper-pagination-bullet{
  39. width: 20px;
  40. height: 20px;
  41. background: #fff;
  42. text-align: center;
  43. line-height: 20px;
  44. margin: 0 8px !important;
  45. }
  46. /* banner-end */
  47. /* container */
  48. .container{
  49. width: 1100px;
  50. margin: 10px auto 70px;
  51. }
  52. .container .title{
  53. margin: 90px auto 0;
  54. }
  55. .container .title img{
  56. width: 100%;
  57. height: auto;
  58. }
  59. .container .title.img1{
  60. width: 224px;
  61. height: 76px;
  62. }
  63. .container .title.img2{
  64. width: 564px;
  65. height: 98px;
  66. }
  67. .container h2{
  68. width: 250px;
  69. height: 40px;
  70. padding: 0 15px;
  71. box-sizing: border-box;
  72. line-height: 40px;
  73. font-size: 18px;
  74. font-weight: bold;
  75. color: #fff;
  76. background: #ff5527;
  77. margin: 40px 0;
  78. }
  79. .container p{
  80. font-size: 18px;
  81. color: #333;
  82. line-height: 28px;
  83. }
  84. .container p.img{
  85. margin-top: 180px;
  86. margin-bottom: 140px;
  87. }
  88. .container p.img img{
  89. margin: 0 60px;
  90. }
  91. .container ul{
  92. width: 500px;
  93. padding-left: 0;
  94. margin: 60px auto 0;
  95. }
  96. .container ul li{
  97. padding-left: 40px;
  98. margin-bottom: 30px;
  99. line-height: 24px;
  100. font-size: 16px;
  101. color: #333;
  102. position: relative;
  103. }
  104. .container ul li span{
  105. display: block;
  106. text-align: center;
  107. width: 26px;
  108. height: 26px;
  109. border-radius: 50%;
  110. background: #ff5527;
  111. line-height: 26px;
  112. font-size: 16px;
  113. color: #fff;
  114. position: absolute;
  115. left: 0;
  116. top: 0;
  117. }
  118. .container .imgSwiper{
  119. margin: 30px;
  120. }
  121. .container .imgSwiper img{
  122. width: 100%;
  123. border-radius: 30px;
  124. }
  125. .container .qrcode{
  126. margin-top: 60px;
  127. text-align: center;
  128. }
  129. .container .qrcode h2{
  130. font-size: 18px;
  131. }
  132. .container .qrcode .info{
  133. width: 171px;
  134. height: 171px;
  135. background: url("../images/df.png") no-repeat;
  136. background-size: 100% 100%;
  137. margin: 30px auto 20px;
  138. }
  139. .container .qrcode .info img{
  140. width: 144px;
  141. height: 144px;
  142. margin: 13px auto 0;
  143. }
  144. .container .qrcode b{
  145. font-size: 20px;
  146. color: #000;
  147. font-weight: bold;
  148. }
  149. .container .qrcode p{
  150. font-size: 14px;
  151. color: #ff5527;
  152. }
  153. .container .address{
  154. width: 800px;
  155. margin: 20px auto 0;
  156. display: flex;
  157. display: -webkit-flex;
  158. }
  159. .container .address .left{
  160. flex: 1;
  161. -webkit-flex: 1;
  162. text-align: right;
  163. font-size: 18px;
  164. line-height: 28px;
  165. }
  166. .container .address .right{
  167. flex: 2;
  168. -webkit-flex: 2;
  169. }
  170. /* container end */
  171. /* footer */
  172. footer{
  173. width: 100%;
  174. background: #f4f4f4;
  175. padding-top: 30px;
  176. padding-bottom: 30px;
  177. }
  178. footer .title{
  179. text-align: center;
  180. font-size: 28px;
  181. font-weight: bold;
  182. }
  183. footer .checkbox{
  184. width: 385px;
  185. margin: 50px auto 0;
  186. }
  187. footer .checkbox .info{
  188. display: inline-block;
  189. margin: 0 10px;
  190. }
  191. footer .checkbox label{
  192. font-size: 16px;
  193. cursor: pointer;
  194. }
  195. footer ul{
  196. width: 385px;
  197. margin: 25px auto 0;
  198. padding-left: 0;
  199. }
  200. footer ul li{
  201. margin-bottom: 20px;
  202. }
  203. footer ul li input{
  204. width: 383px;
  205. height: 50px;
  206. border: 1px solid #c1c1c1;
  207. background: #fff;
  208. border-radius: 50px;
  209. padding: 0 20px;
  210. box-sizing: border-box;
  211. line-height: 50px;
  212. font-size: 18px;
  213. }
  214. footer ul li a{
  215. margin: 0 auto;
  216. display: block;
  217. width: 250px;
  218. height: 50px;
  219. font-size: 18px;
  220. color: #fff;
  221. background: #ff5527;
  222. text-align: center;
  223. line-height: 50px;
  224. border-radius: 50px;
  225. text-decoration: none;
  226. }
  227. /* footer end */
  228. /* 适应移动端 */
  229. @media only screen and (max-width: 767px){
  230. @media only screen and (min-width: 320px){
  231. html { font-size: 7px!important; }
  232. }
  233. @media only screen and (min-width: 360px){
  234. html { font-size: 8px!important; }
  235. }
  236. @media only screen and (min-width: 375px){
  237. html { font-size: 9px!important; }
  238. }
  239. @media only screen and (min-width: 414px){
  240. html { font-size: 10px!important; }
  241. }
  242. @media only screen and (min-width: 480px){
  243. html { font-size: 12px!important; }
  244. }
  245. @media only screen and (min-width: 640px){
  246. html { font-size: 14px!important; }
  247. }
  248. .banner{
  249. width: 100%;
  250. margin-bottom: 1rem;
  251. }
  252. .banner .swiper-slide img{
  253. width: 100%;
  254. height: auto;
  255. }
  256. .banner .swiper-button-next,.banner .swiper-button-prev{
  257. width: 10%;
  258. height: 16%;
  259. background-size: 100% 100%;
  260. margin-top: -3%;
  261. }
  262. .banner .top_logo{
  263. width: 8.5rem;
  264. height: 7.356rem;
  265. left: 1rem;
  266. margin-left: 0;
  267. }
  268. .banner .top_logo img{
  269. width: 100%;
  270. height: 100%;
  271. }
  272. .banner .swiper-pagination{
  273. text-align: right;
  274. }
  275. .banner .swiper-pagination span{
  276. width: 0.8rem;
  277. height: 0.8rem;
  278. margin: 0 0.3rem !important;
  279. }
  280. .container{
  281. width: 100%;
  282. margin: 0.5rem 0 3.8rem 0;
  283. padding: 0 2rem;
  284. box-sizing: border-box;
  285. }
  286. .container .title{
  287. margin-top: 2rem;
  288. }
  289. .container .title.img1{
  290. width: 14rem;
  291. height: auto;
  292. }
  293. .container .title.img1 img{
  294. width: 100%;
  295. height: auto;
  296. }
  297. .container h2{
  298. display: inline-block;
  299. width: auto;
  300. height: 3rem;
  301. line-height: 3rem;
  302. font-size: 1.5rem;
  303. padding: 0 0.8rem;
  304. margin: 2.5rem 0 1rem 0;
  305. }
  306. .container p{
  307. font-size: 1.5rem;
  308. line-height: 2.5rem;
  309. }
  310. .container p.img{
  311. margin-top: 2rem;
  312. margin-bottom: 2rem;
  313. text-align: center;
  314. }
  315. .container p.img img{
  316. margin: 0 0 4rem 0;
  317. width: 80%;
  318. }
  319. .container .title.img2{
  320. width: 90%;
  321. height: auto;
  322. }
  323. .container .title.img2 img{
  324. width: 100%;
  325. height: auto;
  326. }
  327. .container ul{
  328. width: 100%;
  329. margin-top: 3rem;
  330. }
  331. .container ul li{
  332. font-size: 1.5rem;
  333. line-height: 2.5rem;
  334. padding-left: 2.5rem;
  335. margin-bottom: 2rem;
  336. }
  337. .container ul li span{
  338. width: 1.8rem;
  339. height: 1.8rem;
  340. line-height: 1.8rem;
  341. font-size: 1.5rem;
  342. }
  343. .container .imgSwiper{
  344. margin: 2rem 0;
  345. }
  346. .container .imgSwiper img{
  347. border-radius: 1.5rem;
  348. }
  349. .container .qrcode{
  350. margin-top: 2rem;
  351. }
  352. .container .qrcode h3{
  353. font-size: 2rem;
  354. }
  355. .container .qrcode .info{
  356. width: 13.61rem;
  357. height: 13.61rem;
  358. margin: 1.5rem auto 1rem;
  359. }
  360. .container .qrcode .info img{
  361. width: 11.38rem;
  362. height: 11.38rem;
  363. margin-top: 1.1rem;
  364. }
  365. .container .qrcode b{
  366. font-size: 2rem;
  367. }
  368. .container .qrcode p{
  369. font-size: 1.5rem;
  370. }
  371. .container .address{
  372. width: 100%;
  373. margin-top: 1.2rem;
  374. }
  375. .container .address .right{
  376. flex: 3;
  377. -webkit-flex: 3;
  378. }
  379. .container .address .left{
  380. font-size: 1.5rem;
  381. line-height: 2rem;
  382. }
  383. footer{
  384. padding: 2rem 0;
  385. }
  386. footer .title{
  387. font-size: 3rem;
  388. }
  389. footer .checkbox{
  390. width: 100%;
  391. margin-top: 2rem;
  392. text-align: center;
  393. }
  394. footer .checkbox .info{
  395. margin: 0 0.5rem;
  396. }
  397. footer .checkbox label{
  398. font-size: 1.8rem;
  399. }
  400. footer ul{
  401. width: 100%;
  402. margin-top: 2rem;
  403. }
  404. footer ul li{
  405. margin-bottom: 2rem;
  406. }
  407. footer ul li input{
  408. width: 85%;
  409. margin: 0 auto;
  410. display: block;
  411. height: 4rem;
  412. line-height: 4rem;
  413. font-size: 2rem;
  414. padding: 0 1.5rem;
  415. }
  416. footer ul li a{
  417. width: 60%;
  418. height: 4rem;
  419. line-height: 4rem;
  420. font-size: 2rem;
  421. margin-top: 3rem;
  422. }
  423. }