develop.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. @charset "utf-8";
  2. html,
  3. body {
  4. width: 100%;
  5. height: 100%;
  6. padding: 0;
  7. margin: 0
  8. }
  9. .about-history {
  10. height: 701px;
  11. padding: 64px 106px 0;
  12. /* background: url(../images/bg_about_history.jpg) no-repeat center fixed; */
  13. -webkit-background-size: 100% 100%;
  14. background-size: 100% 100%
  15. }
  16. .about-title {
  17. margin-bottom: 25px
  18. }
  19. .about-title h3 {
  20. margin: 0 0 10px;
  21. font-size: 34px;
  22. font-weight: 400;
  23. color: #2c2c2c
  24. }
  25. .about-title p {
  26. margin: 0;
  27. font-size: 36px;
  28. font-weight: 300;
  29. color: #ececec
  30. }
  31. .title-white h3 {
  32. color: #d6d6d6
  33. }
  34. .title-white p {
  35. color: rgba(222, 222, 222, .09)
  36. }
  37. .about-history-list {
  38. position: relative;
  39. width: 100%;
  40. }
  41. .about-history-list .flex-viewport {
  42. padding: 0 31px
  43. }
  44. .about-history-list .flex-viewport:before {
  45. position: absolute;
  46. top: 50%;
  47. right: 0;
  48. left: 0;
  49. border-top: 8px solid #C39857;
  50. content: ''
  51. }
  52. .about-history-list .slides li {
  53. position: relative;
  54. width: 253px !important;
  55. height: 470px;
  56. margin-right: 31px;
  57. position: relative;
  58. }
  59. .about-history-list .slides li:nth-child(21)::after {
  60. content: "";
  61. width: 1px;
  62. height: 100%;
  63. border-right: 2px dashed #C39857;
  64. position: absolute;
  65. right: -41px;
  66. top: 0;
  67. }
  68. .about-history-list .slides li:nth-of-type(2n-1) {
  69. position: relative;
  70. width: 253px !important;
  71. height: 430px;
  72. margin-right: 31px
  73. }
  74. .about-history-list .slides li .item {
  75. position: absolute;
  76. right: -32px;
  77. bottom: 0;
  78. left: -32px;
  79. min-height: 152px;
  80. padding: 44px 0 0;
  81. background-color: #fff;
  82. -webkit-transition: all .2s ease;
  83. -moz-transition: all .2s ease;
  84. -ms-transition: all .2s ease;
  85. -o-transition: all .2s ease;
  86. transition: all .2s ease;
  87. /* box-sizing: border-box;
  88. border: 1px solid #C39857; */
  89. border-radius: 10px;
  90. }
  91. .about-history-list .slides li .item:before {
  92. position: absolute;
  93. top: -49px;
  94. left: 50%;
  95. width: 20px;
  96. height: 20px;
  97. overflow: hidden;
  98. margin-left: -10px;
  99. -webkit-border-radius: 100%;
  100. -moz-border-radius: 100%;
  101. border-radius: 100%;
  102. background-color: #C39857;
  103. content: ''
  104. }
  105. .about-history-list .slides li .item:after {
  106. position: absolute;
  107. top: -45px;
  108. left: 50%;
  109. width: 12px;
  110. height: 12px;
  111. overflow: hidden;
  112. margin-left: -6px;
  113. -webkit-border-radius: 100%;
  114. -moz-border-radius: 100%;
  115. border-radius: 100%;
  116. background-color: #fff;
  117. content: ''
  118. }
  119. .about-history-list .slides li:nth-child(even) .item {
  120. top: 47px;
  121. bottom: auto;
  122. padding: 0 0 44px
  123. }
  124. .about-history-list .slides li:nth-child(even) .item:before {
  125. top: auto;
  126. bottom: -49px
  127. }
  128. .about-history-list .slides li:nth-child(even) .item:after {
  129. top: auto;
  130. bottom: -45px
  131. }
  132. .about-history-list .slides li .item:hover {
  133. background-color: #C39857
  134. }
  135. .about-history-list .slides li .item h3 {
  136. position: absolute;
  137. top: 0;
  138. right: 0;
  139. left: 0;
  140. height: 44px;
  141. line-height: 44px;
  142. margin: 0;
  143. font-size: 20px;
  144. font-weight: 400;
  145. color: #ffffff;
  146. text-align: center;
  147. background-color: #c39857;
  148. -webkit-transition: all .2s ease;
  149. -moz-transition: all .2s ease;
  150. -ms-transition: all .2s ease;
  151. -o-transition: all .2s ease;
  152. transition: all .2s ease;
  153. border-radius: 10px;
  154. }
  155. .about-history-list .slides li .item:hover h3 {
  156. color: #fff;
  157. background-color: #C39857;
  158. }
  159. .about-history-list .slides li .item h3:before {
  160. position: absolute;
  161. border-width: 2px;
  162. border-style: solid;
  163. border-color: #C39857;
  164. content: '';
  165. height: 30px;
  166. top: -65%;
  167. left: 50%;
  168. transform: translateX(-50%);
  169. }
  170. .about-history-list .slides li:nth-child(even) .item h3 {
  171. top: auto;
  172. bottom: 0
  173. }
  174. .about-history-list .slides li:nth-child(even) .item h3:before {
  175. position: absolute;
  176. border-width: 2px;
  177. border-style: solid;
  178. border-color: #C39857;
  179. content: '';
  180. height: 30px;
  181. top: 100%;
  182. left: 50%;
  183. transform: translateX(-50%);
  184. }
  185. .about-history-list .slides li .item .desc {
  186. line-height: 24px;
  187. padding: 0 26px 0;
  188. font-size: 14px;
  189. color: #929292
  190. }
  191. .about-history-list .slides li:nth-of-type(2n) .item .desc {
  192. line-height: 24px;
  193. padding: 22px 26px 0;
  194. font-size: 14px;
  195. color: #929292
  196. }
  197. .about-history-list .slides li .item:hover .desc {
  198. color: #fff
  199. }
  200. .about-history-list .slides li .item .desc p {
  201. margin: 0
  202. }
  203. .about-history-list .flex-direction-nav {
  204. padding: 0;
  205. margin: 0;
  206. list-style: none
  207. }
  208. /* .flex-prev:nth-child(1),
  209. .flex-prev:nth-child(2) {
  210. display: none !important;
  211. } */
  212. .flex-direction-nav {
  213. display: none;
  214. }
  215. #left {
  216. position: absolute;
  217. left: -5%;
  218. top: 39%;
  219. width: 48px;
  220. /* height: 160px; */
  221. font-size: 80px;
  222. font-family: simsun;
  223. color: #C39857;
  224. text-align: center;
  225. cursor: pointer;
  226. font-weight: bold;
  227. }
  228. #changeUl {
  229. transition: 1s ease;
  230. }
  231. #right {
  232. position: absolute;
  233. right: -5%;
  234. top: 39%;
  235. width: 48px;
  236. /* height: 160px; */
  237. font-size: 80px;
  238. font-family: simsun;
  239. color: #C39857;
  240. text-align: center;
  241. cursor: pointer;
  242. font-weight: bold;
  243. }
  244. .about-history-list .flex-direction-nav a {
  245. position: absolute;
  246. top: 50%;
  247. width: 48px;
  248. height: 160px;
  249. line-height: 160px;
  250. overflow: hidden;
  251. margin-top: -80px;
  252. font-size: 50px;
  253. font-family: simsun;
  254. color: #000;
  255. text-align: center
  256. }
  257. .about-history-list .flex-direction-nav a.flex-prev {
  258. left: -48px
  259. }
  260. .about-history-list .flex-direction-nav a.flex-next {
  261. right: -48px
  262. }
  263. .about-history-swiper {
  264. width: 100%
  265. }
  266. .about-history-swiper .swiper-slide .item {
  267. overflow: hidden;
  268. -webkit-border-radius: 5px;
  269. -moz-border-radius: 5px;
  270. border-radius: 5px;
  271. background-color: #fff
  272. }
  273. .about-history-swiper .swiper-slide .item h3 {
  274. margin: 0;
  275. height: 40px;
  276. line-height: 40px;
  277. overflow: hidden;
  278. font-size: 20px;
  279. text-align: center;
  280. color: #999;
  281. background-color: #e2e2e2
  282. }
  283. .about-history-swiper .swiper-slide .item .desc {
  284. line-height: 20px;
  285. padding: 10px;
  286. font-size: 14px;
  287. color: #929292
  288. }
  289. .about-history-swiper .swiper-slide .item .desc p {
  290. margin: 0
  291. }
  292. .about-history-swiper .about-history-pagination {
  293. position: static;
  294. margin-top: 10px
  295. }
  296. .about-history-swiper .about-history-pagination .swiper-pagination-bullet {
  297. background: #fff
  298. }
  299. .about-history-swiper .about-history-pagination .swiper-pagination-bullet-active {
  300. background: #c91523
  301. }
  302. a {
  303. color: #414141;
  304. text-decoration: none;
  305. -webkit-transition: all .2s ease;
  306. -moz-transition: all .2s ease;
  307. -ms-transition: all .2s ease;
  308. -o-transition: all .2s ease;
  309. transition: all .2s ease
  310. }
  311. a:hover {
  312. text-decoration: none
  313. }
  314. .pull-left {
  315. float: left
  316. }
  317. .pull-right {
  318. float: right
  319. }
  320. .pull-none {
  321. float: none
  322. }
  323. .clearfix:after {
  324. clear: both;
  325. display: block;
  326. visibility: hidden;
  327. height: 0;
  328. content: ".";
  329. font-size: 0
  330. }
  331. * html .clearfix {
  332. zoom: 1
  333. }
  334. *:first-child+html .clearfix {
  335. zoom: 1
  336. }
  337. img {
  338. max-width: 100%
  339. }
  340. img.full {
  341. display: block;
  342. width: 100%
  343. }
  344. .list {
  345. padding: 0;
  346. margin: 0;
  347. list-style: none
  348. }
  349. .hidden {
  350. display: none
  351. }
  352. .col-1 {
  353. float: left;
  354. width: 8.33333333%
  355. }
  356. .col-2 {
  357. float: left;
  358. width: 16.66666667%
  359. }
  360. .col-3 {
  361. float: left;
  362. width: 25%
  363. }
  364. .col-4 {
  365. float: left;
  366. width: 33.33333333%
  367. }
  368. .col-5 {
  369. float: left;
  370. width: 41.66666667%
  371. }
  372. .col-6 {
  373. float: left;
  374. width: 50%
  375. }
  376. .col-7 {
  377. float: left;
  378. width: 58.33333333%
  379. }
  380. .col-8 {
  381. float: left;
  382. width: 66.66666667%
  383. }
  384. .col-9 {
  385. float: left;
  386. width: 75%
  387. }
  388. .col-10 {
  389. float: left;
  390. width: 83.33333333%
  391. }
  392. .col-11 {
  393. float: left;
  394. width: 91.66666667%
  395. }
  396. .col-12 {
  397. float: left;
  398. width: 100%
  399. }
  400. .col-13 {
  401. float: left;
  402. width: 20%
  403. }
  404. .col-offset-3 {
  405. margin-left: 25%
  406. }
  407. .tb {
  408. display: table;
  409. width: 100%;
  410. height: 100%
  411. }
  412. .tbr {
  413. display: table-row
  414. }
  415. .tbc {
  416. display: table-cell;
  417. vertical-align: middle
  418. }