brand-ross.css 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. .advertising {
  2. width: 100%;
  3. height: 1055px;
  4. -webkit-box-sizing: border-box;
  5. box-sizing: border-box;
  6. background: #f2f2f2;
  7. overflow: hidden;
  8. background: url(/img/brand-ross-ad.jpg) no-repeat center;
  9. background-size: cover;
  10. }
  11. .advertising .video-container {
  12. position: relative;
  13. width: 1200px;
  14. height: 570px;
  15. margin: 0 auto;
  16. margin-top: 485px;
  17. background: pink;
  18. }
  19. .advertising .video-container .play {
  20. position: absolute;
  21. width: 64px;
  22. height: 64px;
  23. border-radius: 50%;
  24. z-index: 2;
  25. bottom: 155px;
  26. left: 50%;
  27. -webkit-transform: translateX(-50%);
  28. transform: translateX(-50%);
  29. cursor: pointer;
  30. }
  31. .advertising .video-container video {
  32. display: block;
  33. width: 100%;
  34. height: 100%;
  35. }
  36. .main .wrapper {
  37. margin-top: 120px;
  38. }
  39. .main .wrapper .title {
  40. font-size: 34px;
  41. text-align: center;
  42. }
  43. .main .wrapper .content {
  44. margin-top: 80px;
  45. }
  46. .main .about .content {
  47. height: 540px;
  48. }
  49. .main .about .content .swiper {
  50. width: 720px;
  51. height: 100%;
  52. position: relative;
  53. }
  54. .main .about .content .swiper .swiper-prev,
  55. .main .about .content .swiper .swiper-next {
  56. position: absolute;
  57. left: 0;
  58. top: 50%;
  59. -webkit-transform: translateY(-50%);
  60. transform: translateY(-50%);
  61. width: 48px;
  62. height: 72px;
  63. background-color: rgba(55, 55, 55, 0.3) !important;
  64. z-index: 5;
  65. cursor: pointer;
  66. background: url(/img/icon-arrow-left.png) no-repeat center;
  67. }
  68. .main .about .content .swiper .swiper-next {
  69. left: unset;
  70. right: 0;
  71. background: url(/img/icon-arrow-right.png) no-repeat center;
  72. }
  73. .main .about .content .swiper img {
  74. width: 100%;
  75. height: 540px;
  76. }
  77. .main .about .content .section {
  78. width: 480px;
  79. height: 540px;
  80. background: url(/img/icon-comma-01.png), url(/img/icon-comma-02.png);
  81. background-color: #f3920d;
  82. background-repeat: no-repeat;
  83. background-position: 48px 48px, 341px 410px;
  84. }
  85. .main .about .content .section .item {
  86. width: 390px;
  87. margin: 0 auto;
  88. margin-top: 73px;
  89. display: none;
  90. }
  91. .main .about .content .section .item .num {
  92. font-size: 32px;
  93. color: #fff;
  94. text-align: center;
  95. }
  96. .main .about .content .section .item .line {
  97. width: 1px;
  98. height: 24px;
  99. margin: 25px auto 40px;
  100. background: #fff;
  101. }
  102. .main .about .content .section .item .desc {
  103. font-size: 16px;
  104. color: #fff;
  105. line-height: 40px;
  106. }
  107. .main .therapy {
  108. background: url(/img/about-bg.png) no-repeat top center;
  109. padding-top: 80px;
  110. }
  111. .main .therapy .content {
  112. margin-top: 80px;
  113. height: 540px;
  114. background-color: #fff;
  115. }
  116. .main .therapy .content .item {
  117. float: left;
  118. width: 180px;
  119. height: 100%;
  120. position: relative;
  121. overflow: hidden;
  122. -webkit-transition: width 0.4s;
  123. transition: width 0.4s;
  124. }
  125. .main .therapy .content .item.hover {
  126. width: 480px;
  127. }
  128. .main .therapy .content .item.hover .cover {
  129. opacity: 0;
  130. }
  131. .main .therapy .content .item.hover .active {
  132. opacity: 1;
  133. }
  134. .main .therapy .content .item:first-child .cover {
  135. border-left: 0;
  136. }
  137. .main .therapy .content .item .cover,
  138. .main .therapy .content .item .active {
  139. -webkit-transition: opacity 0.4s;
  140. transition: opacity 0.4s;
  141. }
  142. .main .therapy .content .item .cover {
  143. position: absolute;
  144. left: 50%;
  145. top: 0;
  146. -webkit-transform: translateX(-50%);
  147. transform: translateX(-50%);
  148. width: 100%;
  149. height: 100%;
  150. -webkit-box-sizing: border-box;
  151. box-sizing: border-box;
  152. border-left: 1px solid rgba(243, 146, 13, 0.2);
  153. background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(243, 146, 13, 0.3)));
  154. background: linear-gradient(180deg, transparent 50%, rgba(243, 146, 13, 0.3) 100%);
  155. overflow: hidden;
  156. opacity: 1;
  157. }
  158. .main .therapy .content .item .cover .tip {
  159. font-size: 16px;
  160. text-align: center;
  161. margin-top: 57px;
  162. margin-bottom: 40px;
  163. font-weight: bold;
  164. }
  165. .main .therapy .content .item .cover .line {
  166. width: 24px;
  167. height: 2px;
  168. background: #f3920d;
  169. margin: 0 auto;
  170. }
  171. .main .therapy .content .item .cover img {
  172. position: absolute;
  173. width: 128px;
  174. height: 128px;
  175. bottom: 44px;
  176. left: 50%;
  177. -webkit-transform: translateX(-50%);
  178. transform: translateX(-50%);
  179. }
  180. .main .therapy .content .item .active {
  181. position: absolute;
  182. left: 50%;
  183. top: 0;
  184. -webkit-transform: translateX(-50%);
  185. transform: translateX(-50%);
  186. opacity: 0;
  187. width: 480px;
  188. height: 100%;
  189. text-align: center;
  190. color: #fff;
  191. }
  192. .main .therapy .content .item .active img {
  193. width: 100%;
  194. height: 100%;
  195. }
  196. .main .therapy .content .item .active .info {
  197. position: absolute;
  198. left: 0;
  199. top: 0;
  200. width: 100%;
  201. height: 100%;
  202. display: -webkit-box;
  203. display: -ms-flexbox;
  204. display: flex;
  205. -webkit-box-orient: vertical;
  206. -webkit-box-direction: normal;
  207. -ms-flex-direction: column;
  208. flex-direction: column;
  209. -webkit-box-pack: center;
  210. -ms-flex-pack: center;
  211. justify-content: center;
  212. -webkit-box-align: center;
  213. -ms-flex-align: center;
  214. align-items: center;
  215. }
  216. .main .therapy .content .item .active .info .tip {
  217. font-size: 24px;
  218. margin-bottom: 10px;
  219. }
  220. .main .therapy .content .item .active .info .subtip {
  221. font-size: 16px;
  222. margin-bottom: 60px;
  223. }
  224. .main .therapy .content .item .active .info .section {
  225. width: 160px;
  226. margin: 0 auto;
  227. border: 1px solid #fff;
  228. padding: 36px 0;
  229. }
  230. .main .therapy .content .item .active .info .section dl {
  231. padding: 0;
  232. }
  233. .main .therapy .content .item .active .info .section dl dt {
  234. margin-bottom: 24px;
  235. }
  236. .main .therapy .content .item .active .info .section dl dd {
  237. margin: 0;
  238. margin-top: 10px;
  239. }
  240. .main .application .content .item {
  241. position: relative;
  242. float: left;
  243. width: 390px;
  244. height: 390px;
  245. margin-right: 15px;
  246. margin-top: 15px;
  247. overflow: hidden;
  248. }
  249. .main .application .content .item img {
  250. display: block;
  251. width: 100%;
  252. height: 100%;
  253. -webkit-transition: all 0.4s;
  254. transition: all 0.4s;
  255. }
  256. .main .application .content .item:nth-child(-n+3) {
  257. margin-top: 0;
  258. }
  259. .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(6) {
  260. width: 795px;
  261. }
  262. .main .application .content .item:nth-child(3), .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(7) {
  263. margin-right: 0;
  264. }
  265. .main .application .content .item .active {
  266. opacity: 0;
  267. position: absolute;
  268. width: 100%;
  269. height: 100%;
  270. background: rgba(0, 0, 0, 0.39);
  271. z-index: 1;
  272. top: 0;
  273. left: 0;
  274. -webkit-transition: all 0.4s;
  275. transition: all 0.4s;
  276. display: -webkit-box;
  277. display: -ms-flexbox;
  278. display: flex;
  279. -webkit-box-pack: center;
  280. -ms-flex-pack: center;
  281. justify-content: center;
  282. -webkit-box-align: center;
  283. -ms-flex-align: center;
  284. align-items: center;
  285. -webkit-box-orient: vertical;
  286. -webkit-box-direction: normal;
  287. -ms-flex-direction: column;
  288. flex-direction: column;
  289. }
  290. .main .application .content .item .active .info .num {
  291. font-size: 50px;
  292. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  293. background: linear-gradient(to bottom, #fff, transparent);
  294. -webkit-background-clip: text;
  295. color: transparent;
  296. text-align: center;
  297. }
  298. .main .application .content .item .active .info .tip {
  299. font-size: 24px;
  300. color: #fff;
  301. text-align: center;
  302. }
  303. .main .application .content .item .active .info .line {
  304. width: 28px;
  305. height: 2px;
  306. background: #fff;
  307. margin: 24px auto;
  308. }
  309. .main .application .content .item .active .info .link {
  310. display: -webkit-box;
  311. display: -ms-flexbox;
  312. display: flex;
  313. -webkit-box-pack: center;
  314. -ms-flex-pack: center;
  315. justify-content: center;
  316. -webkit-box-align: center;
  317. -ms-flex-align: center;
  318. align-items: center;
  319. width: 160px;
  320. height: 48px;
  321. border: 1px solid #fff;
  322. font-size: 16px;
  323. color: #fff;
  324. margin-top: 52px;
  325. cursor: pointer;
  326. }
  327. .main .application .content .item:hover .active {
  328. opacity: 1;
  329. }
  330. .main .application .content .item:hover img {
  331. -webkit-transform: scale(1.06);
  332. transform: scale(1.06);
  333. }
  334. .main .distribution .content img {
  335. display: block;
  336. width: 100%;
  337. }
  338. .main .distribution .content .section {
  339. display: -webkit-box;
  340. display: -ms-flexbox;
  341. display: flex;
  342. -webkit-box-pack: justify;
  343. -ms-flex-pack: justify;
  344. justify-content: space-between;
  345. margin-top: 80px;
  346. }
  347. .main .distribution .content .section .line {
  348. width: 1px;
  349. height: 12px;
  350. background: #b2b2b2;
  351. -webkit-transform: translateY(52px);
  352. transform: translateY(52px);
  353. }
  354. .main .distribution .content .section .item {
  355. display: -webkit-box;
  356. display: -ms-flexbox;
  357. display: flex;
  358. -webkit-box-pack: center;
  359. -ms-flex-pack: center;
  360. justify-content: center;
  361. -webkit-box-align: center;
  362. -ms-flex-align: center;
  363. align-items: center;
  364. -webkit-box-orient: vertical;
  365. -webkit-box-direction: normal;
  366. -ms-flex-direction: column;
  367. flex-direction: column;
  368. }
  369. .main .distribution .content .section .item .row:first-child {
  370. padding-left: 36px;
  371. background: url(/img/icon-star.png) no-repeat left center;
  372. line-height: 37px;
  373. font-size: 28px;
  374. }
  375. .main .distribution .content .section .item .row.company {
  376. background-image: url(/img/icon-company.png);
  377. }
  378. .main .distribution .content .section .item .row.doctor {
  379. background-image: url(/img/icon-doctor.png);
  380. }
  381. .main .distribution .content .section .item .row.heart {
  382. background-image: url(/img/icon-heart.png);
  383. }
  384. .main .distribution .content .section .item .row:last-child {
  385. font-size: 14px;
  386. color: #999;
  387. margin-top: 12px;
  388. }
  389. .main .contact .content .cover {
  390. width: 626px;
  391. height: 418px;
  392. }
  393. .main .contact .content .cover img {
  394. display: block;
  395. width: 100%;
  396. height: 100%;
  397. }
  398. .main .contact .content .form-container {
  399. -webkit-box-sizing: border-box;
  400. box-sizing: border-box;
  401. }
  402. .main .contact .content .form-container textarea {
  403. display: block;
  404. width: 526px;
  405. height: 344px;
  406. -webkit-box-sizing: border-box;
  407. box-sizing: border-box;
  408. padding: 12px;
  409. line-height: 26px;
  410. font-size: 16px;
  411. border-color: #dedede;
  412. }
  413. .main .contact .content .form-container .submit {
  414. font-size: 16px;
  415. color: #fff;
  416. height: 48px;
  417. background: #f3920d;
  418. text-align: center;
  419. line-height: 48px;
  420. margin-top: 26px;
  421. cursor: pointer;
  422. -webkit-transition: all 0.4s;
  423. transition: all 0.4s;
  424. }
  425. .main .contact .content .form-container .submit:hover {
  426. background: #e78d0d;
  427. }