福田皮卡火星7+火星9
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. /* select{
  2. appearance:none;
  3. -moz-appearance:none;
  4. -webkit-appearance:none;
  5. } */
  6. .w1200-1400{
  7. max-width: 1920px;
  8. }
  9. body{
  10. background-color: #000;
  11. min-width: 1400px;
  12. }
  13. /* input背景色透明 */
  14. input:-webkit-autofill,
  15. input:-webkit-autofill:hover,
  16. input:-webkit-autofill:focus,
  17. input:-webkit-autofill:active {
  18. transition-delay: 999999999s;
  19. transition: color 999999999s ease-out, background-color 999999999s ease-out;
  20. -webkit-transition-delay: 999999999s;
  21. -webkit-transition: color 999999999s ease-out, background-color 999999999s ease-out;
  22. -webkit-text-fill-color: #fff;
  23. }
  24. #banner{
  25. width: 100%;
  26. max-width: 1920px;
  27. margin: 0 auto;
  28. }
  29. #banner img{ width: 100%; display: block;}
  30. #navContainer{
  31. width: 100%;
  32. height: 80px;
  33. box-sizing: border-box;
  34. background-color: #000;
  35. z-index: 9;
  36. }
  37. #navContainer .content{
  38. width: 100%;
  39. max-width: 1920px;
  40. padding: 23px 150px 0;
  41. margin: 0 auto;
  42. position: relative;
  43. box-sizing: border-box;
  44. }
  45. #navContainer.fixed{
  46. position: fixed;
  47. left: 0;
  48. top: 71px;
  49. }
  50. #navContainer .nav{ height: 38px; position: relative; float: left;}
  51. #navContainer .nav .n{
  52. height: 36px;
  53. font-size: 17px;
  54. line-height: 36px;
  55. margin-right: 38px;
  56. color: #fff;
  57. cursor: pointer;
  58. float: left;
  59. }
  60. #navContainer .nav .n.active{ color: #0091FF;}
  61. #navContainer .line{
  62. width: 68px;
  63. height: 0;
  64. border-bottom: solid 2px #0091FF;
  65. position: absolute;
  66. left: 0;
  67. bottom: 0;
  68. transition: all .3s;
  69. }
  70. #navContainer .order{
  71. width: 119px;
  72. height: 41px;
  73. border-radius: 21px;
  74. border: solid 1px #0091FF;
  75. font-size: 18px;
  76. font-family: FZLTHK;
  77. color: #0091FF;
  78. box-sizing: border-box;
  79. line-height: 39px;
  80. text-align: center;
  81. float: right;
  82. margin-right: 170px;
  83. cursor: pointer;
  84. }
  85. #container{
  86. width: 100%;
  87. max-width: 1920px;
  88. margin: 0 auto;
  89. overflow-x: hidden;
  90. }
  91. #container .section{
  92. width: 100%;
  93. margin-top: 120px;
  94. }
  95. #container .section .title{
  96. width: 100%;
  97. height: 90px;
  98. font-size: 48px;
  99. line-height: 1;
  100. font-family: SourceHanSansCN;
  101. font-weight: bold;
  102. color: #fff;
  103. margin: 0 auto;
  104. text-align: center;
  105. margin-bottom: 45px;
  106. background: url("../images/title_line.png") no-repeat bottom center;
  107. }
  108. #container .cpld .content{
  109. width: 100%;
  110. }
  111. #container .cpld .content .item{
  112. display: flex;
  113. justify-content: space-between;
  114. }
  115. /* #container .cpld .content .item .l{ float: left;}
  116. #container .cpld .content .item .r{ float: right;} */
  117. #container .cpld .content .item .l.info{ margin-left: 150px;}
  118. #container .cpld .content .item .r.info{ margin-right: 150px;}
  119. #container .cpld .content .item .info{
  120. width: 690px;
  121. }
  122. #container .cpld .content .item .img{
  123. position: relative;
  124. }
  125. #container .cpld .content .item .img img{
  126. position: absolute;
  127. left: 0;
  128. top: 0;
  129. display: none;
  130. }
  131. #container .cpld .content .item .info .subTitle{
  132. font-size: 36px;
  133. line-height: 1;
  134. font-family: MicrosoftYaHei;
  135. font-weight: bold;
  136. color: #fff;
  137. margin-bottom: 45px;
  138. }
  139. #container .cpld .content .item .info .row{
  140. display: flex;
  141. }
  142. #container .cpld .content .item .info span{
  143. width: 8px;
  144. height: 8px;
  145. display: inline-block;
  146. background-color: #fff;
  147. border-radius: 50%;
  148. margin-right: 12px;
  149. margin-top: 18px;
  150. }
  151. #container .cpld .content .item .info p{
  152. width: 100%;
  153. font-size: 18px;
  154. font-family: MicrosoftYaHei;
  155. font-weight: 400;
  156. color: #B9B9B9;
  157. line-height: 48px;
  158. flex: 1;
  159. }
  160. #container .cpld .content .item .clear{ width: 100%; clear: both;}
  161. #container .qjzs{
  162. width: 100%;
  163. max-width: 1620px;
  164. margin: 200px auto 0;
  165. }
  166. #container .qjzs .content{
  167. height: auto;
  168. position: relative;
  169. }
  170. #container .qjzs .content img{
  171. width: 100%;
  172. }
  173. #container .qjzs .nav{
  174. width: 250px;
  175. height: 40px;
  176. margin: 0 auto;
  177. color: #fff;
  178. position: absolute;
  179. left: 0;
  180. right: 0;
  181. top: 60px;
  182. z-index: 2;
  183. display: flex;
  184. justify-content: space-between;
  185. border-bottom: solid 1px rgba(255, 255, 255, .4);
  186. }
  187. #container .qjzs .nav .n{
  188. width: 109px;
  189. float: left;
  190. text-align: center;
  191. font-size: 28px;
  192. line-height: 1;
  193. font-family: MicrosoftYaHei;
  194. font-weight: bold;
  195. color: rgba(255, 255, 255, .6);
  196. cursor: pointer;
  197. }
  198. #container .qjzs .nav .n.swiper-button-disabled{
  199. color: #fff;
  200. }
  201. #container .qjzs .nav .line{
  202. width: 110px;
  203. height: 0;
  204. border-bottom: solid 2px #fff;
  205. position: absolute;
  206. left: 0;
  207. bottom: 0;
  208. transition: all .3s;
  209. }
  210. #container .qjzs .nav .line.right{
  211. left: 140px;
  212. }
  213. #container .qjzs .vr{
  214. width: 321px;
  215. height: 64px;
  216. border: 2px solid #fff;
  217. border-radius: 32px;
  218. display: flex;
  219. justify-content: center;
  220. line-height: 62px;
  221. box-sizing: border-box;
  222. color: #fff;
  223. font-size: 28px;
  224. font-family: MicrosoftYaHei;
  225. position: absolute;
  226. bottom: 104px;
  227. left: 0;
  228. right: 0;
  229. margin: 0 auto;
  230. z-index: 2;
  231. cursor: pointer;
  232. }
  233. #container .qjzs .vr img{
  234. width: 35px;
  235. height: 24px;
  236. margin-right: 12px;
  237. margin-top: 19px;
  238. }
  239. #container .jctj{ width: 100%; color: #fff; overflow: hidden;}
  240. #container .jctj .swiper1{
  241. height: auto;
  242. max-height: 850px;
  243. overflow: hidden;
  244. }
  245. #container .jctj .swiper1 img{
  246. width: 100%;
  247. }
  248. #container .jctj .swiper2{
  249. height: 340px;
  250. margin-top: 30px;
  251. }
  252. #container .jctj .swiper2 .swiper-slide{
  253. width: 30% !important;
  254. overflow: hidden;
  255. }
  256. #container .jctj .swiper2 img{ height: 340px;}
  257. #container .yysj{
  258. width: 1220px;
  259. margin: 120px auto 0;
  260. padding-bottom: 120px;
  261. }
  262. #container .yysj .title{ background: none;}
  263. #container .yysj .content .row{
  264. width: 100%;
  265. display: flex;
  266. justify-content: space-between;
  267. }
  268. #container .yysj .content .row input,
  269. #container .yysj .content .row select{
  270. width: 100%;
  271. outline: none;
  272. width: 100%;
  273. border: none;
  274. border-bottom: solid 1px rgba(255, 255, 255, .5);
  275. background: none;
  276. height: 60px;
  277. line-height: 60px;
  278. font-size: 16px;
  279. padding: 0 15px;
  280. box-sizing: border-box;
  281. margin-bottom: 20px;
  282. color: #fff;
  283. }
  284. #container .yysj .content .row select option{ color: #000;}
  285. #container .yysj .content .row input:first-child,
  286. #container .yysj .content .row select:first-child{
  287. margin-right: 20px;
  288. }
  289. #container .yysj .btn{
  290. width: 232px;
  291. height: 60px;
  292. border: 1px solid #0091FF;
  293. border-radius: 30px;
  294. line-height: 58px;
  295. text-align: center;
  296. margin: 18px auto 0;
  297. font-size: 18px;
  298. font-family: MicrosoftYaHei;
  299. font-weight: bold;
  300. color: #0091FF;
  301. cursor: pointer;
  302. box-sizing: border-box;
  303. }
  304. #container .cspz .content{
  305. padding: 0 150px;
  306. box-sizing: border-box;
  307. }
  308. #container .cspz img{
  309. width: 100%;
  310. /* max-width: 1628px; */
  311. /* margin: 0 auto; */
  312. display: block;
  313. }
  314. /* 提示框 */
  315. .alertbox{
  316. position: fixed;
  317. top: 0;
  318. right: 0;
  319. bottom: 0;
  320. left: 0;
  321. z-index: 100;
  322. display: none;
  323. background: rgba(0,0,0,.6);
  324. }
  325. .alertbox .boxwrap{
  326. max-width: 640px;
  327. margin: 0 auto;
  328. }
  329. .alertbox .boxwrap .content{
  330. position: relative;
  331. margin: 100px auto;
  332. width: 70%;
  333. outline: 0;
  334. border: 1px solid rgba(0,0,0,.2);
  335. border-radius: .5rem;
  336. background-color: #fff;
  337. background-clip: padding-box;
  338. -webkit-background-clip: padding-box;
  339. }
  340. .alertbox .alertheader {
  341. padding: 15px;
  342. min-height: 16.43px;
  343. }
  344. .alertbox .modaltitle {
  345. margin: 0;
  346. line-height: 2rem;
  347. font-size: .75rem;
  348. background-size: 70%;
  349. text-align: center;
  350. padding: 1rem 0 0;
  351. color: #ad2f27;
  352. }
  353. .alertbox .modalbody {
  354. position: relative;
  355. padding: .5rem;
  356. text-align: center;
  357. }
  358. .modalbody p {
  359. margin: 0 0 10px;
  360. }
  361. .alertbox .modalfooter {
  362. padding: .5rem 15px;
  363. text-align: right;
  364. }
  365. .alertbox .modalfooter .btn {
  366. font-size: .5rem;
  367. margin: 0 auto;
  368. width: 7rem;
  369. background: #ad2f27;
  370. color: #fff;
  371. display: block;
  372. height: 1.6rem;
  373. border: none;
  374. border-radius: .8rem;
  375. }