index.css 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .containerse {
  6. width: 100%;
  7. height: 100%;
  8. background: url(../img/expenienceCenter/beijing_pic.png) no-repeat;
  9. background-size: 100% 100%;
  10. }
  11. .left {
  12. float: left;
  13. }
  14. .right {
  15. float: right;
  16. }
  17. /* 移动端 */
  18. @media only screen and (max-width: 767px) {
  19. .containerse {
  20. width: 100%;
  21. height: 100%;
  22. background: url(../img/expenienceCenter/beijing_pic2.png) no-repeat;
  23. background-size: 100% 100%;
  24. overflow: hidden;
  25. }
  26. div.sitenow {
  27. margin-bottom: 132px;
  28. }
  29. div.wrapper {
  30. position: relative;
  31. width: 75rem
  32. }
  33. div.wrapper.demo1 {
  34. margin: 60px auto 0
  35. }
  36. div.wrapper:not(.demo1) {
  37. margin: 80px auto 0
  38. }
  39. div.wrapper>h3 {
  40. display: inline-block;
  41. padding: 0 1rem;
  42. margin-bottom: 2rem;
  43. border-radius: 1.4rem;
  44. background-color: #fff;
  45. font-size: 1.4rem;
  46. font-weight: 400;
  47. color: #222
  48. }
  49. div.wrapper>ul.container {
  50. position: relative;
  51. /*height: 25rem;*/
  52. height: 30rem;
  53. margin: 0 auto;
  54. transform: translate3d(0, 0, 0);
  55. left: 0;
  56. top: -15px;
  57. z-index: 9;
  58. }
  59. div.wrapper>ul.containerss {
  60. position: relative;
  61. /*height: 25rem;*/
  62. height: 30rem;
  63. margin: 0 auto;
  64. transform: translate3d(0, 0, 0);
  65. left: 0;
  66. top: -27px;
  67. }
  68. div.wrapper>ul.containers {
  69. position: relative;
  70. /*height: 25rem;*/
  71. height: 30rem;
  72. margin: 0 auto;
  73. transform: translate3d(0, 0, 0);
  74. left: 0;
  75. top: -15px;
  76. }
  77. div.wrapper ul.container>li.cards_list {
  78. /*border-radius: .3125rem;*/
  79. /* background-color: #f4f4f4;*/
  80. overflow: hidden
  81. }
  82. ul.container>li.cards_list>div.img>img {
  83. /*display: block;
  84. width: 500px;
  85. height: 300px;*/
  86. display: block;
  87. width: 100%;
  88. /* height: 460px; */
  89. /* border-radius: 12px;*/
  90. }
  91. ul.containers>li.cards_list>div.img>img {
  92. /*display: block;
  93. width: 500px;
  94. height: 300px;*/
  95. display: block;
  96. width: 100%;
  97. height: 460px;
  98. }
  99. ul.container>li.cards_list>div.main_con {
  100. padding: 0 1rem;
  101. box-sizing: border-box
  102. }
  103. ul.containers>li.cards_list>div.main_con {
  104. padding: 0 1rem;
  105. box-sizing: border-box
  106. }
  107. ul.container>li.cards_list>div.main_con h4.name {
  108. padding-top: 1rem;
  109. font-size: 1.2rem;
  110. font-weight: 600;
  111. color: #424242
  112. }
  113. ul.containers>li.cards_list>div.main_con h4.name {
  114. padding-top: 1rem;
  115. font-size: 1.2rem;
  116. font-weight: 600;
  117. color: #424242
  118. }
  119. ul.container>li.cards_list>div.main_con p.content {
  120. padding-top: 1rem;
  121. height: 4.5rem;
  122. font-size: .9rem;
  123. color: #777;
  124. text-align: justify;
  125. line-height: 1.5rem
  126. }
  127. ul.containers>li.cards_list>div.main_con p.content {
  128. padding-top: 1rem;
  129. height: 4.5rem;
  130. font-size: .9rem;
  131. color: #777;
  132. text-align: justify;
  133. line-height: 1.5rem
  134. }
  135. ul.container>li.cards_list>div.main_con p.label {
  136. font-size: .9rem;
  137. color: #555;
  138. padding-top: 1rem;
  139. padding-bottom: 2rem
  140. }
  141. ul.containers>li.cards_list>div.main_con p.label {
  142. font-size: .9rem;
  143. color: #555;
  144. padding-top: 1rem;
  145. padding-bottom: 2rem
  146. }
  147. div.wrapper.horizontal>ul.container {
  148. width: 15rem
  149. }
  150. div.wrapper.horizontal>ul.containers {
  151. width: 15rem
  152. }
  153. div.wrapper.vertical>ul.container {
  154. width: 40rem
  155. }
  156. div.wrapper.vertical>ul.containers {
  157. width: 40rem
  158. }
  159. div.wrapper.horizontal ul.container>li.cards_list {
  160. /*width: 500px*/
  161. width: 850px;
  162. }
  163. div.wrapper.horizontal ul.containers>li.cards_lists {
  164. /*width: 500px*/
  165. width: 850px;
  166. }
  167. div.wrapper.vertical ul.container>li.cards_list {
  168. display: flex
  169. }
  170. div.wrapper.vertical ul.containers>li.cards_list {
  171. display: flex
  172. }
  173. i.btn-direct {
  174. position: absolute;
  175. top: 28%;
  176. transform: translateY(-50%);
  177. /* width: 3.6rem;
  178. height: 3.6rem; */
  179. border-radius: 50%;
  180. z-index: 100;
  181. }
  182. div.wrapper:hover i.btn-direct {
  183. opacity: .6
  184. }
  185. i.btn-direct:hover {
  186. opacity: .9!important
  187. }
  188. i.btn-direct.btn-left {
  189. /*left: 11rem;*/
  190. left: 2rem;
  191. }
  192. i.btn-direct.btn-right {
  193. /*right: 14rem;*/
  194. /* right: 4.6rem; */
  195. }
  196. i.btn-direct>span {
  197. position: absolute;
  198. top: 50%;
  199. left: 50%;
  200. width: 1.2rem;
  201. height: 1.2rem;
  202. border-top: .125rem solid #fff;
  203. border-left: .125rem solid #fff
  204. }
  205. div.wrapper.horizontal i.btn-direct>span.shift-left {
  206. transform: translate(-30%, -50%) rotate(-45deg)
  207. }
  208. div.wrapper.horizontal i.btn-direct>span.shift-right {
  209. transform: translate(-70%, -50%) rotate(135deg)
  210. }
  211. div.wrapper.vertical i.btn-direct>span.shift-left {
  212. transform: translate(-50%, -30%) rotate(45deg)
  213. }
  214. div.wrapper.vertical i.btn-direct>span.shift-right {
  215. transform: translate(-50%, -70%) rotate(-135deg)
  216. }
  217. .kuan {
  218. /*position: absolute;
  219. top: 39.5%;
  220. transform: translateY(-50%);
  221. width: 530px;
  222. height: 362px;
  223. border-radius: 50%;
  224. z-index: 100;
  225. left: 28%;*/
  226. /*position: absolute;
  227. top: 39.5%;
  228. transform: translateY(-50%);
  229. width: 76%;
  230. height: 362px;
  231. border-radius: 50%;
  232. z-index: 100;
  233. left: 12%;*/
  234. position: absolute;
  235. top: 47.5%;
  236. transform: translateY(-50%);
  237. /* width: 76%; */
  238. height: 550px;
  239. border-radius: 50%;
  240. z-index: 100;
  241. width: 18rem;
  242. left: 50%;
  243. /* margin-left: -9rem; */
  244. }
  245. .kuan img {
  246. width: 100%;
  247. height: 100%;
  248. position: absolute;
  249. }
  250. .nav-gse {
  251. width: 34%;
  252. height: 105px;
  253. }
  254. .nav-gse-ave {
  255. background: url(../img/expenienceCenter/bg3.png) no-repeat;
  256. background-size: 100% 100%;
  257. }
  258. .nav {
  259. margin: 0 auto;
  260. width: 75%;
  261. /* height: 150px; */
  262. overflow: hidden;
  263. }
  264. .nav-bg {
  265. width: 67%;
  266. height: 67%;
  267. background: url(../img/expenienceCenter/biankuang_tubiao_pic.png) no-repeat;
  268. background-size: 100% 100%;
  269. overflow: hidden;
  270. position: relative;
  271. margin: 0 auto;
  272. margin-top: 16px;
  273. }
  274. .nav-img {
  275. width: 80%;
  276. height: 80%;
  277. margin: 0 auto;
  278. margin-top: 10%;
  279. position: relative;
  280. }
  281. .nav-img img {
  282. width: 100%;
  283. height: 100%;
  284. }
  285. .nav-mnai {
  286. background: rgba(0, 0, 0, 0.5);
  287. width: 120px;
  288. height: 120px;
  289. position: absolute;
  290. z-index: 99;
  291. background-size: 100% 100%;
  292. }
  293. .bt-an {
  294. width: 115px;
  295. height: 38px;
  296. position: absolute;
  297. left: 32%;
  298. bottom: 31px;
  299. background: url(../img/anniu_icon.png) no-repeat;
  300. background-size: 100% 100%;
  301. }
  302. .bt-an {
  303. line-height: 38px;
  304. text-align: center;
  305. color: #FFF982;
  306. font-size: 18px;
  307. }
  308. .head-title {
  309. width: 92%;
  310. height: 48px;
  311. margin: 0 auto;
  312. background: url(../img/expenienceCenter/biaotikuang2_pic.png) no-repeat;
  313. background-size: 100% 100%;
  314. }
  315. .head-text {
  316. text-align: center;
  317. font-size: 20px;
  318. font-family: PingFang SC;
  319. font-weight: 600;
  320. color: rgba(255, 224, 154, 1);
  321. background: linear-gradient(0deg, rgba(255, 191, 42, 1) 0.146484375%, rgba(255, 230, 156, 1) 99.31640625%);
  322. -webkit-background-clip: text;
  323. -webkit-text-fill-color: transparent;
  324. line-height: 43px;
  325. }
  326. div.wrapper {
  327. width: 112%;
  328. }
  329. .kuan {
  330. width: 18rem;
  331. left: 50%;
  332. height: 190px;
  333. margin-left: -10.3rem;
  334. }
  335. i.btn-direct {
  336. top: 41%;
  337. }
  338. i.btn-direct.btn-left {
  339. left: 3%
  340. }
  341. i.btn-direct.btn-left img,
  342. i.btn-direct.btn-right img {
  343. width: 1.8rem;
  344. }
  345. i.btn-direct.btn-right {
  346. /* right: 2.8rem!important; */
  347. left: 80%;
  348. }
  349. ul.container>li.cards_list>div.img>img {
  350. width: 32%;
  351. margin-left: 30.5%;
  352. margin-top: 0.3rem;
  353. height: 10rem;
  354. }
  355. .video-size {
  356. width: 17rem;
  357. margin-left: 31.5%;
  358. margin-top: 6px;
  359. height: 10rem;
  360. }
  361. div.wrapper>ul.container {
  362. position: relative;
  363. height: 10rem;
  364. margin: 0 auto;
  365. top: -2rem;
  366. transform: translate3d(0, 0, 0);
  367. }
  368. div.wrapper>ul.containerss {
  369. top: -2rem;
  370. }
  371. .top-title {
  372. margin-top: 218px;
  373. }
  374. div.wrapper.demo1 {
  375. margin: 57px auto 0
  376. }
  377. div.wrapper.con-bottom {
  378. margin-top: 57px!important
  379. }
  380. .img {
  381. width: 100%;
  382. }
  383. ul.container>li.cards_list>div.img>img {
  384. width: 32%;
  385. margin-left: 31.5%;
  386. height: 160px;
  387. }
  388. .nav-gse {
  389. width: 33%;
  390. height: 98px;
  391. }
  392. .bt-an {
  393. left: 30%;
  394. bottom: 28px;
  395. width: 103px;
  396. height: 33px;
  397. font-size: 18px;
  398. line-height: 35px;
  399. }
  400. .kuan-leth {
  401. position: absolute;
  402. width: 40px;
  403. height: 9.1rem;
  404. background: rgba(0, 0, 0, 0.8);
  405. box-shadow: 0px 8px 13px 0px rgba(23, 28, 46, 0.88);
  406. opacity: 0.68;
  407. left: -2rem;
  408. top: 1.1rem;
  409. border-radius: 10px 0px 0px 10px;
  410. }
  411. .kuan-right {
  412. position: absolute;
  413. width: 40px;
  414. height: 9.1rem;
  415. background: rgba(0, 0, 0, 0.8);
  416. box-shadow: 0px 8px 13px 0px rgba(23, 28, 46, 0.88);
  417. opacity: 0.68;
  418. right: -2rem;
  419. top: 1.1rem;
  420. border-radius: 0px 10px 10px 0px;
  421. }
  422. }
  423. /* pad或小屏 */
  424. @media screen and (min-width:768px) and (max-width: 1199px) {
  425. .containerse {
  426. width: 100%;
  427. height: 100%;
  428. background: url(../img/expenienceCenter/beijing_pic2.png) no-repeat;
  429. background-size: 100% 100%;
  430. overflow: hidden;
  431. }
  432. div.sitenow {
  433. margin-bottom: 132px;
  434. }
  435. div.wrapper {
  436. position: relative;
  437. width: 75rem
  438. }
  439. div.wrapper.demo1 {
  440. margin: 60px auto 0
  441. }
  442. div.wrapper:not(.demo1) {
  443. margin: 80px auto 0
  444. }
  445. div.wrapper>h3 {
  446. display: inline-block;
  447. padding: 0 1rem;
  448. margin-bottom: 2rem;
  449. border-radius: 1.4rem;
  450. background-color: #fff;
  451. font-size: 1.4rem;
  452. font-weight: 400;
  453. color: #222
  454. }
  455. div.wrapper>ul.container {
  456. position: relative;
  457. margin: 0 auto;
  458. transform: translate3d(0, 0, 0);
  459. left: 0;
  460. top: -15px;
  461. z-index: 9;
  462. }
  463. div.wrapper>ul.containerss {
  464. position: relative;
  465. /*height: 25rem;*/
  466. height: 30rem;
  467. margin: 0 auto;
  468. transform: translate3d(0, 0, 0);
  469. left: 0;
  470. top: -27px;
  471. }
  472. div.wrapper>ul.containers {
  473. position: relative;
  474. /*height: 25rem;*/
  475. height: 30rem;
  476. margin: 0 auto;
  477. transform: translate3d(0, 0, 0);
  478. left: 0;
  479. top: -15px;
  480. }
  481. div.wrapper ul.container>li.cards_list {
  482. /*border-radius: .3125rem;*/
  483. /* background-color: #f4f4f4;*/
  484. overflow: hidden
  485. }
  486. ul.container>li.cards_list>div.img>img {
  487. /*display: block;
  488. width: 500px;
  489. height: 300px;*/
  490. display: block;
  491. width: 100%;
  492. /* height: 460px; */
  493. /* border-radius: 12px;*/
  494. }
  495. ul.containers>li.cards_list>div.img>img {
  496. /*display: block;
  497. width: 500px;
  498. height: 300px;*/
  499. display: block;
  500. width: 100%;
  501. height: 460px;
  502. }
  503. ul.container>li.cards_list>div.main_con {
  504. padding: 0 1rem;
  505. box-sizing: border-box
  506. }
  507. ul.containers>li.cards_list>div.main_con {
  508. padding: 0 1rem;
  509. box-sizing: border-box
  510. }
  511. ul.container>li.cards_list>div.main_con h4.name {
  512. padding-top: 1rem;
  513. font-size: 1.2rem;
  514. font-weight: 600;
  515. color: #424242
  516. }
  517. ul.containers>li.cards_list>div.main_con h4.name {
  518. padding-top: 1rem;
  519. font-size: 1.2rem;
  520. font-weight: 600;
  521. color: #424242
  522. }
  523. ul.container>li.cards_list>div.main_con p.content {
  524. padding-top: 1rem;
  525. height: 4.5rem;
  526. font-size: .9rem;
  527. color: #777;
  528. text-align: justify;
  529. line-height: 1.5rem
  530. }
  531. ul.containers>li.cards_list>div.main_con p.content {
  532. padding-top: 1rem;
  533. height: 4.5rem;
  534. font-size: .9rem;
  535. color: #777;
  536. text-align: justify;
  537. line-height: 1.5rem
  538. }
  539. ul.container>li.cards_list>div.main_con p.label {
  540. font-size: .9rem;
  541. color: #555;
  542. padding-top: 1rem;
  543. padding-bottom: 2rem
  544. }
  545. ul.containers>li.cards_list>div.main_con p.label {
  546. font-size: .9rem;
  547. color: #555;
  548. padding-top: 1rem;
  549. padding-bottom: 2rem
  550. }
  551. div.wrapper.horizontal>ul.container {
  552. width: 15rem
  553. }
  554. div.wrapper.horizontal>ul.containers {
  555. width: 15rem
  556. }
  557. div.wrapper.vertical>ul.container {
  558. width: 40rem
  559. }
  560. div.wrapper.vertical>ul.containers {
  561. width: 40rem
  562. }
  563. div.wrapper.horizontal ul.container>li.cards_list {
  564. /*width: 500px*/
  565. width: 850px;
  566. }
  567. div.wrapper.horizontal ul.containers>li.cards_lists {
  568. /*width: 500px*/
  569. width: 850px;
  570. }
  571. div.wrapper.vertical ul.container>li.cards_list {
  572. display: flex
  573. }
  574. div.wrapper.vertical ul.containers>li.cards_list {
  575. display: flex
  576. }
  577. i.btn-direct {
  578. position: absolute;
  579. top: 28%;
  580. transform: translateY(-50%);
  581. /* width: 3.6rem;
  582. height: 3.6rem; */
  583. border-radius: 50%;
  584. z-index: 100;
  585. }
  586. div.wrapper:hover i.btn-direct {
  587. opacity: .6
  588. }
  589. i.btn-direct:hover {
  590. opacity: .9!important
  591. }
  592. i.btn-direct.btn-left {
  593. /*left: 11rem;*/
  594. left: 2rem;
  595. }
  596. i.btn-direct.btn-right {
  597. /*right: 14rem;*/
  598. /* right: 4.6rem; */
  599. }
  600. i.btn-direct>span {
  601. position: absolute;
  602. top: 50%;
  603. left: 50%;
  604. width: 1.2rem;
  605. height: 1.2rem;
  606. border-top: .125rem solid #fff;
  607. border-left: .125rem solid #fff
  608. }
  609. div.wrapper.horizontal i.btn-direct>span.shift-left {
  610. transform: translate(-30%, -50%) rotate(-45deg)
  611. }
  612. div.wrapper.horizontal i.btn-direct>span.shift-right {
  613. transform: translate(-70%, -50%) rotate(135deg)
  614. }
  615. div.wrapper.vertical i.btn-direct>span.shift-left {
  616. transform: translate(-50%, -30%) rotate(45deg)
  617. }
  618. div.wrapper.vertical i.btn-direct>span.shift-right {
  619. transform: translate(-50%, -70%) rotate(-135deg)
  620. }
  621. .kuan {
  622. position: absolute;
  623. top: 45%;
  624. transform: translateY(-50%);
  625. height: 550px;
  626. border-radius: 50%;
  627. z-index: 100;
  628. width: 18rem;
  629. left: 50%;
  630. }
  631. .kuan img {
  632. width: 100%;
  633. height: 100%;
  634. position: absolute;
  635. }
  636. .nav {
  637. margin: 0 auto 40px;
  638. width: 470px;
  639. /* height: 180px;*/
  640. overflow: hidden;
  641. }
  642. .nav-bg {
  643. width: 114px;
  644. height: 114px;
  645. background: url(../img/expenienceCenter/biankuang_tubiao_pic.png) no-repeat;
  646. background-size: 100% 100%;
  647. overflow: hidden;
  648. /* margin-left: 40px; */
  649. position: relative;
  650. margin: 0 auto;
  651. margin-top: 29px;
  652. }
  653. .nav-bg .nav-mnai:hover {
  654. cursor: pointer;
  655. opacity: 0;
  656. transition: all .3s linear;
  657. }
  658. .nav-img {
  659. width: 80%;
  660. height: 80%;
  661. margin: 0 auto;
  662. margin-top: 10%;
  663. position: relative;
  664. cursor: pointer;
  665. }
  666. .nav-img img {
  667. width: 100%;
  668. height: 100%;
  669. }
  670. .nav-mnai {
  671. background: rgba(0, 0, 0, 0.5);
  672. width: 120px;
  673. height: 120px;
  674. position: absolute;
  675. z-index: 99;
  676. background-size: 100% 100%;
  677. }
  678. .nav-gse {
  679. width: 150px;
  680. height: 150px;
  681. }
  682. .nav-gse-ave {
  683. background: url(../img/expenienceCenter/bg3.png) no-repeat;
  684. background-size: 100% 100%;
  685. }
  686. .bt-an {
  687. width: 110px;
  688. height: 40px;
  689. position: absolute;
  690. left: 50%;
  691. margin-left: -55px;
  692. bottom: 3rem;
  693. background: url(../img/anniu_icon.png) no-repeat;
  694. background-size: 100% 100%;
  695. line-height: 40px;
  696. text-align: center;
  697. color: #FFF982;
  698. font-size: 18px;
  699. cursor: pointer;
  700. }
  701. .head-title {
  702. width: 92%;
  703. height: 56px;
  704. margin: 0 auto;
  705. background: url(../img/expenienceCenter/biaotikuang2_pic.png) no-repeat;
  706. background-size: 100% 100%;
  707. }
  708. .head-text {
  709. text-align: center;
  710. font-size: 20px;
  711. font-family: PingFang SC;
  712. font-weight: 600;
  713. color: rgba(255, 224, 154, 1);
  714. background: linear-gradient(0deg, rgba(255, 191, 42, 1) 0.146484375%, rgba(255, 230, 156, 1) 99.31640625%);
  715. -webkit-background-clip: text;
  716. -webkit-text-fill-color: transparent;
  717. line-height: 53px;
  718. }
  719. div.wrapper {
  720. width: 112%;
  721. }
  722. .kuan {
  723. width: 32rem;
  724. left: 50%;
  725. height: 21.5rem;
  726. margin-left: -18.4rem;
  727. }
  728. i.btn-direct {
  729. top: 41%;
  730. cursor: pointer;
  731. }
  732. i.btn-direct.btn-left {
  733. left: 50%;
  734. margin-left: -21.5rem;
  735. }
  736. i.btn-direct.btn-left img,
  737. i.btn-direct.btn-right img {
  738. width: 2.5rem;
  739. }
  740. i.btn-direct.btn-right {
  741. /* right: 2.8rem!important; */
  742. left: 50%;
  743. margin-left: 14.2rem;
  744. }
  745. ul.container>li.cards_list>div.img>img {
  746. width: 32%;
  747. margin-left: 30.5%;
  748. margin-top: 0.3rem;
  749. height: 10rem;
  750. }
  751. .video-size {
  752. width: 57%;
  753. margin-left: 17%;
  754. margin-top: 4px;
  755. height: 18rem;
  756. }
  757. div.wrapper>ul.container {
  758. position: relative;
  759. height: 20rem;
  760. margin: 0 auto;
  761. top: -0.8rem;
  762. transform: translate3d(0, 0, 0);
  763. }
  764. div.wrapper>ul.containerss {
  765. top: -1.1rem;
  766. }
  767. .top-title {
  768. margin-top: 248px;
  769. }
  770. div.wrapper.demo1 {
  771. margin: 57px auto 0
  772. }
  773. div.wrapper.con-bottom {
  774. margin-top: 57px!important
  775. }
  776. .img {
  777. width: 100%;
  778. }
  779. ul.container>li.cards_list>div.img>img {
  780. width: 56%;
  781. margin-left: 17.5%;
  782. height: 18rem;
  783. }
  784. .kuan-leth {
  785. position: absolute;
  786. width: 50px;
  787. height: 17.1rem;
  788. background: rgba(0, 0, 0, 0.8);
  789. box-shadow: 0px 8px 13px 0px rgba(23, 28, 46, 0.88);
  790. opacity: 0.68;
  791. left: -2rem;
  792. top: 1.7rem;
  793. border-radius: 10px 0px 0px 10px;
  794. }
  795. .kuan-right {
  796. position: absolute;
  797. width: 50px;
  798. height: 17.1rem;
  799. background: rgba(0, 0, 0, 0.8);
  800. box-shadow: 0px 8px 13px 0px rgba(23, 28, 46, 0.88);
  801. opacity: 0.68;
  802. right: -2rem;
  803. top: 1.7rem;
  804. border-radius: 0px 10px 10px 0px;
  805. }
  806. }
  807. /* PC */
  808. @media only screen and (min-width: 1200px) {
  809. .containerse {
  810. width: 100%;
  811. height: 100%;
  812. /* min-height: 2000px;*/
  813. background: url(../img/expenienceCenter/beijing_pic.png) no-repeat;
  814. background-size: 100% 100%;
  815. overflow: hidden;
  816. }
  817. .main {
  818. width: 60%;
  819. /*background: red;*/
  820. margin: 0 auto;
  821. margin-top: 295px;
  822. }
  823. .mains {
  824. width: 60%;
  825. /*background: red;*/
  826. margin: 0 auto;
  827. margin-top: 70px;
  828. }
  829. .head-title {
  830. width: 83%;
  831. height: 90px;
  832. margin: 0 auto;
  833. background: url(../img/expenienceCenter/biaotikuang2_pic.png) no-repeat;
  834. background-size: 100% 100%;
  835. }
  836. .head-text {
  837. text-align: center;
  838. font-size: 30px;
  839. font-family: PingFang SC;
  840. font-weight: 600;
  841. color: rgba(255, 224, 154, 1);
  842. line-height: 20px;
  843. /*text-shadow:0px 3px 7px rgba(38,40,81,0.6);*/
  844. background: linear-gradient(0deg, rgba(255, 191, 42, 1) 0.146484375%, rgba(255, 230, 156, 1) 99.31640625%);
  845. -webkit-background-clip: text;
  846. -webkit-text-fill-color: transparent;
  847. line-height: 82px;
  848. }
  849. .nav {
  850. margin: 0 auto;
  851. width: 530px;
  852. /* height: 180px;*/
  853. overflow: hidden;
  854. }
  855. .nav-bg {
  856. width: 114px;
  857. height: 114px;
  858. background: url(../img/expenienceCenter/biankuang_tubiao_pic.png) no-repeat;
  859. background-size: 100% 100%;
  860. overflow: hidden;
  861. /* margin-left: 40px; */
  862. position: relative;
  863. margin: 0 auto;
  864. margin-top: 29px;
  865. }
  866. .nav-bg .nav-mnai:hover {
  867. cursor: pointer;
  868. opacity: 0;
  869. transition: all .3s linear;
  870. }
  871. .nav-img {
  872. width: 80%;
  873. height: 80%;
  874. margin: 0 auto;
  875. margin-top: 10%;
  876. position: relative;
  877. cursor: pointer;
  878. }
  879. .nav-img img {
  880. width: 100%;
  881. height: 100%;
  882. }
  883. .nav-mnai {
  884. background: rgba(0, 0, 0, 0.5);
  885. width: 120px;
  886. height: 120px;
  887. position: absolute;
  888. z-index: 99;
  889. background-size: 100% 100%;
  890. }
  891. .nav-gse {
  892. width: 170px;
  893. height: 170px;
  894. }
  895. .nav-gse-ave {
  896. background: url(../img/expenienceCenter/bg3.png) no-repeat;
  897. background-size: 100% 100%;
  898. }
  899. .bt-an {
  900. width: 161px;
  901. height: 49px;
  902. position: absolute;
  903. left: 40%;
  904. bottom: 99px;
  905. background: url(../img/anniu_icon.png) no-repeat;
  906. background-size: 100% 100%;
  907. cursor: pointer;
  908. }
  909. /*.bt-an img{
  910. width: 100%;
  911. height: 100%;
  912. }*/
  913. .bt-an {
  914. line-height: 49px;
  915. text-align: center;
  916. color: #FFF982;
  917. font-size: 18px;
  918. }
  919. /*.nav-mnaires{
  920. background:url(../img/biankuang_tubiao_pic.png) no-repeat;
  921. width: 120px;
  922. height: 120px;
  923. position: absolute;
  924. z-index: 99;
  925. background-size:100% 100% ;
  926. }*/
  927. .kuan-leth {
  928. position: absolute;
  929. width: 78px;
  930. height: 415px;
  931. background: rgba(0, 0, 0, 1);
  932. box-shadow: 0px 8px 13px 0px rgba(23, 28, 46, 0.88);
  933. opacity: 0.68;
  934. left: -2.9rem;
  935. top: 3.5rem;
  936. border-radius: 10px 0px 0px 10px;
  937. }
  938. .kuan-right {
  939. position: absolute;
  940. width: 78px;
  941. height: 415px;
  942. background: rgba(0, 0, 0, 1);
  943. box-shadow: 0px 8px 13px 0px rgba(23, 28, 46, 0.88);
  944. opacity: 0.68;
  945. right: -2.9rem;
  946. top: 3.5rem;
  947. border-radius: 0px 10px 10px 0px;
  948. }
  949. /* .kuan-leths {
  950. position: absolute;
  951. width: 78px;
  952. height: 415px;
  953. background: rgba(0, 0, 0, 1);
  954. box-shadow: 0px 8px 13px 0px rgba(23, 28, 46, 0.88);
  955. opacity: 0.68;
  956. left: -2.9rem;
  957. top: 3.8rem;
  958. border-radius: 10px 0px 0px 10px;
  959. }
  960. .kuan-rights {
  961. position: absolute;
  962. width: 78px;
  963. height: 415px;
  964. background: rgba(0, 0, 0, 1);
  965. box-shadow: 0px 8px 13px 0px rgba(23, 28, 46, 0.88);
  966. opacity: 0.68;
  967. right: -2.9rem;
  968. top: 3.8rem;
  969. border-radius: 0px 10px 10px 0px;
  970. } */
  971. div.sitenow {
  972. margin-bottom: 132px;
  973. }
  974. div.wrapper {
  975. position: relative;
  976. width: 75rem
  977. }
  978. div.wrapper.demo1 {
  979. margin: 60px auto 0
  980. }
  981. div.wrapper:not(.demo1) {
  982. margin: 80px auto 0
  983. }
  984. div.wrapper>h3 {
  985. display: inline-block;
  986. padding: 0 1rem;
  987. margin-bottom: 2rem;
  988. border-radius: 1.4rem;
  989. background-color: #fff;
  990. font-size: 1.4rem;
  991. font-weight: 400;
  992. color: #222
  993. }
  994. div.wrapper>ul.container {
  995. position: relative;
  996. /*height: 25rem;*/
  997. height: 30rem;
  998. margin: 0 auto;
  999. transform: translate3d(0, 0, 0);
  1000. left: 0;
  1001. top: -13px;
  1002. z-index: 9;
  1003. }
  1004. div.wrapper>ul.containerss {
  1005. position: relative;
  1006. /*height: 25rem;*/
  1007. height: 30rem;
  1008. margin: 0 auto;
  1009. transform: translate3d(0, 0, 0);
  1010. left: 0;
  1011. top: -26.3px;
  1012. }
  1013. div.wrapper>ul.containers {
  1014. position: relative;
  1015. /*height: 25rem;*/
  1016. height: 30rem;
  1017. margin: 0 auto;
  1018. transform: translate3d(0, 0, 0);
  1019. left: 0;
  1020. top: -15px;
  1021. }
  1022. div.wrapper ul.container>li.cards_list {
  1023. /*border-radius: .3125rem;*/
  1024. /* background-color: #f4f4f4;*/
  1025. overflow: hidden
  1026. }
  1027. ul.container>li.cards_list>div.img>img {
  1028. /*display: block;
  1029. width: 500px;
  1030. height: 300px;*/
  1031. display: block;
  1032. width: 100%;
  1033. height: 460px;
  1034. /* border-radius: 12px;*/
  1035. }
  1036. ul.containers>li.cards_list>div.img>img {
  1037. /*display: block;
  1038. width: 500px;
  1039. height: 300px;*/
  1040. display: block;
  1041. width: 100%;
  1042. height: 460px;
  1043. }
  1044. ul.container>li.cards_list>div.main_con {
  1045. padding: 0 1rem;
  1046. box-sizing: border-box
  1047. }
  1048. ul.containers>li.cards_list>div.main_con {
  1049. padding: 0 1rem;
  1050. box-sizing: border-box
  1051. }
  1052. ul.container>li.cards_list>div.main_con h4.name {
  1053. padding-top: 1rem;
  1054. font-size: 1.2rem;
  1055. font-weight: 600;
  1056. color: #424242
  1057. }
  1058. ul.containers>li.cards_list>div.main_con h4.name {
  1059. padding-top: 1rem;
  1060. font-size: 1.2rem;
  1061. font-weight: 600;
  1062. color: #424242
  1063. }
  1064. ul.container>li.cards_list>div.main_con p.content {
  1065. padding-top: 1rem;
  1066. height: 4.5rem;
  1067. font-size: .9rem;
  1068. color: #777;
  1069. text-align: justify;
  1070. line-height: 1.5rem
  1071. }
  1072. ul.containers>li.cards_list>div.main_con p.content {
  1073. padding-top: 1rem;
  1074. height: 4.5rem;
  1075. font-size: .9rem;
  1076. color: #777;
  1077. text-align: justify;
  1078. line-height: 1.5rem
  1079. }
  1080. ul.container>li.cards_list>div.main_con p.label {
  1081. font-size: .9rem;
  1082. color: #555;
  1083. padding-top: 1rem;
  1084. padding-bottom: 2rem
  1085. }
  1086. ul.containers>li.cards_list>div.main_con p.label {
  1087. font-size: .9rem;
  1088. color: #555;
  1089. padding-top: 1rem;
  1090. padding-bottom: 2rem
  1091. }
  1092. div.wrapper.horizontal>ul.container {
  1093. width: 15rem
  1094. }
  1095. div.wrapper.horizontal>ul.containers {
  1096. width: 15rem
  1097. }
  1098. div.wrapper.vertical>ul.container {
  1099. width: 40rem
  1100. }
  1101. div.wrapper.vertical>ul.containers {
  1102. width: 40rem
  1103. }
  1104. div.wrapper.horizontal ul.container>li.cards_list {
  1105. /*width: 500px*/
  1106. width: 850px;
  1107. }
  1108. div.wrapper.horizontal ul.containers>li.cards_lists {
  1109. /*width: 500px*/
  1110. width: 850px;
  1111. }
  1112. div.wrapper.vertical ul.container>li.cards_list {
  1113. display: flex
  1114. }
  1115. div.wrapper.vertical ul.containers>li.cards_list {
  1116. display: flex
  1117. }
  1118. i.btn-direct {
  1119. position: absolute;
  1120. top: 28%;
  1121. transform: translateY(-50%);
  1122. width: 3.6rem;
  1123. height: 3.6rem;
  1124. border-radius: 50%;
  1125. z-index: 100;
  1126. cursor: pointer;
  1127. }
  1128. div.wrapper:hover i.btn-direct {
  1129. opacity: .6
  1130. }
  1131. i.btn-direct:hover {
  1132. opacity: .9!important
  1133. }
  1134. i.btn-direct.btn-left {
  1135. /*left: 11rem;*/
  1136. left: 2rem;
  1137. }
  1138. i.btn-direct.btn-right {
  1139. /*right: 14rem;*/
  1140. right: 4.6rem;
  1141. }
  1142. i.btn-direct>span {
  1143. position: absolute;
  1144. top: 50%;
  1145. left: 50%;
  1146. width: 1.2rem;
  1147. height: 1.2rem;
  1148. border-top: .125rem solid #fff;
  1149. border-left: .125rem solid #fff
  1150. }
  1151. div.wrapper.horizontal i.btn-direct>span.shift-left {
  1152. transform: translate(-30%, -50%) rotate(-45deg)
  1153. }
  1154. div.wrapper.horizontal i.btn-direct>span.shift-right {
  1155. transform: translate(-70%, -50%) rotate(135deg)
  1156. }
  1157. div.wrapper.vertical i.btn-direct>span.shift-left {
  1158. transform: translate(-50%, -30%) rotate(45deg)
  1159. }
  1160. div.wrapper.vertical i.btn-direct>span.shift-right {
  1161. transform: translate(-50%, -70%) rotate(-135deg)
  1162. }
  1163. .video-size {
  1164. width: 100%;
  1165. /* height: 300px; */
  1166. height: 29rem;
  1167. }
  1168. .kuan {
  1169. /*position: absolute;
  1170. top: 39.5%;
  1171. transform: translateY(-50%);
  1172. width: 530px;
  1173. height: 362px;
  1174. border-radius: 50%;
  1175. z-index: 100;
  1176. left: 28%;*/
  1177. /*position: absolute;
  1178. top: 39.5%;
  1179. transform: translateY(-50%);
  1180. width: 76%;
  1181. height: 362px;
  1182. border-radius: 50%;
  1183. z-index: 100;
  1184. left: 12%;*/
  1185. position: absolute;
  1186. top: 47.5%;
  1187. transform: translateY(-50%);
  1188. width: 76%;
  1189. height: 550px;
  1190. border-radius: 50%;
  1191. z-index: 100;
  1192. left: 12%;
  1193. }
  1194. .kuan img {
  1195. width: 100%;
  1196. height: 100%;
  1197. position: absolute;
  1198. }
  1199. }
  1200. /*@media only screen and (min-width: 300px) and (max-width: 375px) {
  1201. }*/