cus-client-page.scss 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045
  1. @import "../base/utils";
  2. @import "cus-client-common";
  3. @mixin setClientPage() {
  4. /******** describe: 网站首页 author: TX date:2020-07-30 ********/
  5. .client-index-page{
  6. width: 100%;
  7. /* 网站banner */
  8. .client-index-banner{
  9. width: 100%;
  10. height: 395px;
  11. background-color:#031073;
  12. background-image: url("~static/images/client/index/index-banner-background.png");
  13. background-position-x: center;
  14. background-repeat: no-repeat;
  15. }
  16. /* 发展历程*/
  17. .client-company-history{
  18. background:#f8f8f8;
  19. li{
  20. width: 25%;display: inline-block;text-align: center;
  21. div{border-right:2px solid #e5e5e5;margin: 24px 0;}
  22. p{@include setFontStyle(16);margin-bottom: 16px;color: #333;}
  23. span{@include setFontStyle(6);}
  24. h4{@include setFontStyle(-4);color: #666;}
  25. }
  26. li:last-child div{border-right: 0;}
  27. }
  28. /* 产品和服务 */
  29. .client-products-services{
  30. .client-title{
  31. margin-bottom: 48px;
  32. }
  33. }
  34. /* 行业学习需求 */
  35. .client-demand-box{
  36. background: #F9FAFF;
  37. padding-bottom: 80px;
  38. min-height: 720px;
  39. //tab
  40. .demand-box-tab{
  41. margin-top: 30px;
  42. .el-tabs__item{width:124px;height: 40px;line-height: 40px;border-radius: 4px;border: 1px solid #3e7ee7;@include setFontStyle(-4);color: #3e7ee7;padding: 0;text-align: center;margin: 0 12px 32px;}
  43. .el-tabs__item.is-active{background-color:#3e7ee7;color: #fff;position: relative}
  44. .el-tabs__item.is-active:after{ width: 0; height: 0; content: "";display: inline-block;border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 20px solid #3e7ee7;
  45. position: absolute;bottom: -33px;left: 50%;margin-left: -8px;}
  46. // 免费试用按钮
  47. .client-default-Btn{width: 238px;height: 40px;line-height: 40px;margin: 40px auto 0;}
  48. }
  49. //覆盖饿了么样式
  50. .el-tabs__header{margin: 0 0 48px;}
  51. .demand-box-tab.el-tabs--card>.el-tabs__header{border: 0}
  52. .demand-box-tab.el-tabs--card>.el-tabs__header .el-tabs__nav{margin: 0 auto;border-color: #ccc;border-bottom: 1px dotted #6c9ce1;border-right:0;border-left:0;border-top:0;border-radius: 0;}
  53. .demand-box-tab .el-tabs__nav-scroll{text-align: center;}
  54. .demand-box-tab .el-tabs__nav{float: none;}
  55. // 考试ul
  56. .demand-tab-list{
  57. margin: 0 -18px;
  58. li{
  59. width: 33.33%;display: inline-block;position: relative;margin-bottom: 24px;overflow: hidden;
  60. // 内容区域
  61. .demand-content-box{height: 300px;margin: 0 18px;background-color: #fff;background-repeat: no-repeat;background-position: 5px 5px;}
  62. //图片区域
  63. .demand-img-box{
  64. position: absolute;
  65. top: 90px;
  66. left: 50%;
  67. margin-left: -50px;
  68. i{width: 100px;height: 100px;display:block;margin-bottom: 24px;background-repeat: no-repeat;background-size: cover;}
  69. h4{@include setFontStyle(-2);color: #272727;text-align: center;}
  70. }
  71. // 蒙版
  72. .demand-mask-box{
  73. position: absolute;
  74. top: 300px;
  75. padding: 20px;
  76. background:rgba(66,66,66,0.65);
  77. transition: 0.5s;
  78. margin: 0 18px;
  79. color: #fff;
  80. h4{
  81. @include setFontStyle(0);margin-bottom: 24px;text-align: center;
  82. >a{float: right;display: none;}
  83. }
  84. p{@include setFontStyle(-6);line-height: 24px;margin-bottom: 16px;@include multi-line-ellipsis(4);text-align: justify; }
  85. span{@include setFontStyle(-6);color: #fff;}
  86. i{width: 15px;height: 15px;display: inline-block;vertical-align: middle;margin-left: 8px;background-image: url("~static/images/client/index/index-demand-icon.png");}
  87. }
  88. // 图标div
  89. .demand-icon-box{
  90. padding: 16px 0;
  91. border-top: 1px solid #fff;
  92. a{margin-right: 8px}
  93. a:last-child{margin-right: 0;}
  94. img{width: 77px;height: 77px;}
  95. }
  96. }
  97. li:nth-child(1){
  98. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic1.png");}}
  99. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img1.png");}
  100. }
  101. li:nth-child(2){
  102. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic2.png");}}
  103. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img2.png");}
  104. }
  105. li:nth-child(3){
  106. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic3.png");}}
  107. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img3.png");}
  108. }
  109. li:nth-child(4){
  110. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic4.png");}}
  111. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img4.png");}
  112. }
  113. li:nth-child(5){
  114. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic5.png");}}
  115. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img5.png");}
  116. }
  117. li:nth-child(6){
  118. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic6.png");}}
  119. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img6.png");}
  120. }
  121. li:hover{
  122. // 蒙版
  123. .demand-mask-box{
  124. top:0;
  125. h4{
  126. text-align: left;
  127. >a{display: inline-block;}
  128. }
  129. }
  130. }
  131. }
  132. .demand-peixun-list{
  133. li:nth-child(1){
  134. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic7.png");}}
  135. }
  136. li:nth-child(2){
  137. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic6.png");}}
  138. }
  139. li:nth-child(3){
  140. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic8.png");}}
  141. }
  142. li:nth-child(4){
  143. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic1.png");}}
  144. }
  145. li:nth-child(5){
  146. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic3.png");}}
  147. }
  148. }
  149. }
  150. /* 超过10万家客户的信任之选 */
  151. .client-customer-box{
  152. .customer-img-box{
  153. padding-bottom: 80px;
  154. li{
  155. width: 20%;
  156. display: inline-block;
  157. }
  158. img{margin: 48px 30px 0;transition: all 0.5s;}
  159. li:hover{
  160. img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
  161. }
  162. }
  163. }
  164. /* 我们始终专注教育系统研发更懂用户需求 */
  165. .client-cert-box{
  166. background: #005491;
  167. padding-bottom: 80px;
  168. .client-title{color: #fff}
  169. .cert-img-box{
  170. display: flex;
  171. justify-content: space-between;
  172. margin: 48px 0 0;
  173. align-items: center;
  174. span{display:block;height: max-content;background: #80aac8;padding: 8px 8px 3px;overflow: hidden;}
  175. span:nth-child(3){
  176. img{width: 320px;height:210px;}
  177. }
  178. img{width: 170px;height:240px;transition: all 0.5s;}
  179. img:hover{transform: scale(1.14);}
  180. }
  181. a{width:238px;height:40px;line-height: 40px;margin: 40px auto 0;background: #005491;border: 1px solid #fff;box-sizing: border-box;}
  182. }
  183. /* 为什么选择我们 */
  184. .client-chose-box{
  185. padding-bottom: 80px;
  186. .chose-img-box{
  187. margin: 48px -14px 0;
  188. li{
  189. width: 25%;display: inline-block;vertical-align: top;
  190. div{height: 260px;background: #f8f8f8;position:relative;text-align: center;margin: 0 14px;}
  191. span{width: 100%;height: 200px;display: inline-block;}
  192. img{margin: 50px auto 0;}
  193. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);}
  194. }
  195. }
  196. .client-default-Btn {
  197. width: 238px;
  198. height: 40px;
  199. line-height: 40px;
  200. margin: 40px auto 0;
  201. }
  202. }
  203. /* 新闻资讯 */
  204. .client-news-information {
  205. background: #f9faff;
  206. padding-bottom: 80px;
  207. .industry-information-box {
  208. margin-top: 48px;
  209. // 左
  210. .industry-information-left {
  211. width: 520px;
  212. margin-right: 80px;
  213. display: inline-block;
  214. vertical-align: top;
  215. color: #333;
  216. div {float: left;border-right: 1px solid #dbdbea;padding: 8px 16px 8px 0;}
  217. img {width: 520px;height: 210px;margin-bottom: 42px;}
  218. h4 {@include setFontStyle(-2);margin-bottom: 16px;color: #222;}
  219. i{width:25px;height:12px;float:right;background-image:url("~static/images/client/index/news-information-icon.png")}
  220. p {@include setFontStyle(-6);height: 68px;line-height: 22px;padding: 2px 0 0 16px;text-align: justify;@include multi-line-ellipsis(3);}
  221. b {@include setFontStyle(-4);font-weight: normal;display: block;margin-bottom: 16px;}
  222. span {@include setFontStyle(-6);display: block;color: #666;}
  223. }
  224. // 右
  225. .industry-information-right {
  226. width: 590px;
  227. display: inline-block;
  228. vertical-align: top;
  229. li {border-bottom: 1px solid #ccc;margin-bottom: 16px;}
  230. li:last-child {border: 0;}
  231. h4 {@include setFontStyle(-4);color: #333;@include single-line-ellipsis;margin-bottom: 12px;}
  232. h4:hover {cursor: pointer;color: #3e7ce7;}
  233. p {@include setFontStyle(-6);color: #666;@include single-line-ellipsis;margin-bottom: 16px;}
  234. span {margin: 0 30px 0 10px;}
  235. }
  236. }
  237. }
  238. }
  239. /******** describe: 考试平台 author: TX date:2020-08-12 ********/
  240. .client-exam-page{
  241. /* 网站banner */
  242. .client-exam-banner{
  243. width: 100%;
  244. height: 400px;
  245. background-image: url("~static/images/client/exam/exam-banner-background.png");
  246. background-position-x: center;
  247. /* banner文字区域 */
  248. .exam-banner-container{
  249. width:500px;
  250. display: inline-block;
  251. margin-left: 150px;
  252. h4{@include setFontStyle(40);color: #FFF;letter-spacing: 0;padding-top: 110px;}
  253. p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
  254. i{width:1px;height:16px;display:inline-block;margin: 0 24px;background: #DFE6FE;vertical-align: middle;}
  255. a{width: 132px;height: 32px;line-height: 32px;display: inline-block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
  256. }
  257. }
  258. /* 产品优势 */
  259. .exam-product-advantages{
  260. width: 100%;display: flex;justify-content: space-between;margin: 48px 0;
  261. li{width: 250px;padding: 32px 0;border-radius: 8px;transition: .3s all linear;}
  262. li:hover{background: #F9FAFF;cursor: default}
  263. img{display: block;margin: 0 auto;}
  264. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 16px 0 8px;}
  265. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);padding:0 24px;margin-bottom: 21px;text-align: center;@include multi-line-ellipsis(3);}
  266. }
  267. /* 产品功能 */
  268. .exam-product-function{
  269. background: #F9FAFF;
  270. padding-bottom: 32px;
  271. // ul
  272. .product-function-box{
  273. margin-top: 24px;
  274. li{
  275. width: 50%;display: inline-block;transition: .3s all linear;
  276. div{padding: 24px 32px;margin: 0 32px;}
  277. i{width: 40px;height: 40px;float:left;background-size: cover;background-repeat: no-repeat;}
  278. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
  279. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
  280. }
  281. li:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon1.svg");}}
  282. li:nth-child(2){i{background-image:url("~static/images/client/exam/product-function-icon2.svg");}}
  283. li:nth-child(3){i{background-image:url("~static/images/client/exam/product-function-icon3.svg");}}
  284. li:nth-child(4){i{background-image:url("~static/images/client/exam/product-function-icon4.svg");}}
  285. li:nth-child(5){i{background-image:url("~static/images/client/exam/product-function-icon5.svg");}}
  286. li:nth-child(6){i{background-image:url("~static/images/client/exam/product-function-icon6.svg");}}
  287. li:nth-child(7){i{background-image:url("~static/images/client/exam/product-function-icon7.svg");}}
  288. li:nth-child(8){i{background-image:url("~static/images/client/exam/product-function-icon8.svg");}}
  289. li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  290. }
  291. }
  292. /* 产品展示 */
  293. .exam-product-show{
  294. background: #0E1F3C;
  295. h4{color: #fff;}
  296. // 轮播外层容器
  297. .product-show-container{max-width: 1600px;margin: 0 auto;}
  298. .el-carousel{
  299. min-height: 360px;padding: 48px 0 80px;
  300. // 轮播内容区
  301. .el-carousel__container{width: 1360px;height: 360px;margin: 0 auto;}
  302. }
  303. // 后方卡片
  304. .el-carousel__item{
  305. width:560px;
  306. .el-carousel__mask{background: transparent;}
  307. .product-show-carousel{
  308. width:350px;
  309. padding-top: 70px;
  310. margin: 0 auto;
  311. img{width:100%;height: 198px;border-radius: 8px;}
  312. h5{@include setFontStyle(-4);color: rgba(255,255,255,0.65);margin-top: 16px;text-align: center;}
  313. }
  314. }
  315. // 前方卡片(active)
  316. .el-carousel__item.is-active{
  317. width: 560px;
  318. .product-show-carousel{
  319. width: 560px;
  320. padding-top: 0;
  321. img{height: 315px;}
  322. }
  323. }
  324. // 轮播下方进度标签
  325. .el-carousel__indicators--outside{display: none}
  326. }
  327. /* 应用场景 */
  328. .exam-application-scenarios{
  329. background: #F9FAFF;
  330. .application-scenarios-box{padding: 120px 0 80px;margin: 0 -16px;}
  331. li{
  332. width: 33.33%;
  333. display: inline-block;
  334. vertical-align: top;
  335. position: relative;
  336. transition: .3s all linear;
  337. .application-scenarios-img{
  338. width: 116px;
  339. height: 116px;
  340. position: absolute;
  341. top: -70px;
  342. left: 50%;
  343. margin-left: -58px;
  344. background-size: cover;
  345. i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
  346. }
  347. .application-scenarios-content{
  348. padding: 80px 24px 40px;
  349. margin: 0 16px;
  350. background: #FFF;
  351. border-radius: 8px;
  352. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
  353. p{@include setFontStyle(-6);line-height: 22px;color: rgba(0,0,0,0.65);text-align: justify;@include multi-line-ellipsis(5);min-height: 110px;max-height: 110px}
  354. }
  355. }
  356. li:hover{
  357. margin-top: -16px;cursor: default;
  358. }
  359. li:nth-child(1){
  360. .application-scenarios-img {
  361. background-image: url("~static/images/client/exam/application-scenarios-img1.svg");
  362. i{top: 48px;left: 42px;background-image: url("~static/images/client/exam/application-scenarios-icon1.svg");animation: 3s scenariosImgUpDown1 linear infinite;}
  363. }
  364. }
  365. li:nth-child(2){
  366. .application-scenarios-img {
  367. background-image: url("~static/images/client/exam/application-scenarios-img2.svg");
  368. i{top: 35px;left: 38px;background-image: url("~static/images/client/exam/application-scenarios-icon2.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
  369. }
  370. }
  371. li:nth-child(3){
  372. .application-scenarios-img {
  373. background-image: url("~static/images/client/exam/application-scenarios-img3.svg");
  374. i{top: 35px;left: 32px;background-image: url("~static/images/client/exam/application-scenarios-icon3.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
  375. }
  376. }
  377. // 应用场景图标动画
  378. @keyframes scenariosImgUpDown1 {
  379. 0%, to {top: 48px;}
  380. 50% {top: 40px;}
  381. }
  382. @keyframes scenariosImgUpDown2 {
  383. 0%, to {top: 35px;}
  384. 50% {top: 28px;}
  385. }
  386. }
  387. }
  388. /******** describe: 培训平台 author: TX date:2020-08-14 ********/
  389. .client-train-page{
  390. /* 网站banner */
  391. .client-train-banner{
  392. width: 100%;
  393. height: 454px;
  394. background-image: url("~static/images/client/train/train-banner-background.png");
  395. background-position-x: center;
  396. /* banner文字区域 */
  397. .train-banner-container{
  398. width:500px;
  399. display: inline-block;
  400. margin-left: 150px;
  401. h4{@include setFontStyle(36);color: #FFF;letter-spacing: 0;padding-top: 110px;}
  402. p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
  403. a{width: 132px;height: 32px;line-height: 32px;display: inline-block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
  404. }
  405. }
  406. /* 产品优势 */
  407. .train-product-advantages{
  408. width: 100%;display: flex;justify-content: space-between;margin: 48px 0;
  409. li{width: 250px;padding: 32px 0;border-radius: 8px;transition: .3s all linear;}
  410. li:hover{background: #F9FAFF;cursor: default}
  411. img{display: block;margin: 0 auto;}
  412. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 16px 0 8px;}
  413. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);padding:0 24px;margin-bottom: 21px;text-align: center;@include multi-line-ellipsis(3);}
  414. }
  415. /* 产品功能 */
  416. .train-product-function{
  417. background: #F9FAFF;
  418. padding-bottom: 32px;
  419. // ul
  420. .product-function-box{
  421. margin-top: 24px;
  422. li{
  423. width: 50%;display: inline-block;transition: .3s all linear;
  424. div{padding: 24px 32px;margin: 0 32px;}
  425. i{width: 40px;height: 40px;float:left;background-size: cover;background-repeat: no-repeat;}
  426. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
  427. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
  428. }
  429. li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.svg");}}
  430. li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.svg");}}
  431. li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.svg");}}
  432. li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.svg");}}
  433. li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.svg");}}
  434. li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.svg");}}
  435. li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.svg");}}
  436. li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.svg");}}
  437. li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  438. }
  439. }
  440. /* 产品展示 */
  441. .train-product-show{
  442. background: #0E1F3C;
  443. h4{color: #fff;}
  444. // 轮播外层容器
  445. .product-show-container{max-width: 1600px;margin: 0 auto;}
  446. .el-carousel{
  447. height: 360px;padding: 48px 0 80px;
  448. // 轮播内容区
  449. .el-carousel__container{width: 1360px;height: 360px;margin: 0 auto;}
  450. }
  451. // 后方卡片
  452. .el-carousel__item{
  453. width:560px;
  454. .el-carousel__mask{background: transparent;}
  455. .product-show-carousel{
  456. width:350px;
  457. padding-top: 70px;
  458. margin: 0 auto;
  459. img{width:100%;height: 198px;border-radius: 8px;}
  460. h5{@include setFontStyle(-4);color: rgba(255,255,255,0.65);margin-top: 16px;text-align: center;}
  461. }
  462. }
  463. // 前方卡片(active)
  464. .el-carousel__item.is-active{
  465. width: 560px;
  466. .product-show-carousel{
  467. width: 560px;
  468. padding-top: 0;
  469. img{height: 315px;}
  470. }
  471. }
  472. // 轮播下方进度标签
  473. .el-carousel__indicators--outside{display: none}
  474. }
  475. /* 应用场景 */
  476. .train-application-scenarios{
  477. background: #F9FAFF;
  478. .application-scenarios-box{height:266px;padding: 120px 0 80px;margin: 0 -16px;}
  479. li{
  480. width: 33.33%;
  481. display: inline-block;
  482. vertical-align: top;
  483. position: relative;
  484. transition: .3s all linear;
  485. .application-scenarios-img{
  486. width: 116px;
  487. height: 116px;
  488. position: absolute;
  489. top: -70px;
  490. left: 50%;
  491. margin-left: -58px;
  492. background-size: cover;
  493. i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
  494. }
  495. .application-scenarios-content{
  496. padding: 80px 24px 40px;
  497. margin: 0 16px;
  498. background: #FFF;
  499. border-radius: 8px;
  500. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
  501. p{@include setFontStyle(-6);line-height: 22px;color: rgba(0,0,0,0.65);text-align: justify;@include multi-line-ellipsis(5);min-height: 110px;max-height: 110px}
  502. }
  503. }
  504. li:hover{
  505. margin-top: -16px;cursor: default;
  506. }
  507. li:nth-child(1){
  508. .application-scenarios-img {
  509. background-image: url("~static/images/client/train/application-scenarios-img1.svg");
  510. i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon1.svg");animation: 3s trainScenariosImgUpDown1 linear infinite;}
  511. }
  512. }
  513. li:nth-child(2){
  514. .application-scenarios-img {
  515. background-image: url("~static/images/client/train/application-scenarios-img2.svg");
  516. i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon2.svg");animation: 3s trainScenariosImgUpDown1 linear infinite;}
  517. }
  518. }
  519. li:nth-child(3){
  520. .application-scenarios-img {
  521. background-image: url("~static/images/client/train/application-scenarios-img3.svg");
  522. i{top: 32px;left: 34px;background-image: url("~static/images/client/train/application-scenarios-icon3.svg");animation: 3s trainScenariosImgUpDown2 linear infinite;}
  523. }
  524. }
  525. // 应用场景图标动画
  526. @keyframes trainScenariosImgUpDown1 {
  527. 0%, to {top: 45px;}
  528. 50% {top: 38px;}
  529. }
  530. @keyframes trainScenariosImgUpDown2 {
  531. 0%, to {top: 32px;}
  532. 50% {top: 25px;}
  533. }
  534. }
  535. }
  536. /******** describe: 课程开发 author: TX date:2020-08-24 ********/
  537. .client-course-page{
  538. /* 网站banner */
  539. .client-course-banner{
  540. width: 100%;
  541. height: 400px;
  542. background-image: url("~static/images/client/course/course-banner-background.png");
  543. background-position-x: center;
  544. /* banner文字区域 */
  545. .course-course-container{
  546. width:520px;
  547. display: inline-block;
  548. margin-left: 150px;
  549. h4{@include setFontStyle(36);color: #FFF;letter-spacing: 0;padding-top: 110px;}
  550. p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
  551. a{width: 132px;height: 32px;line-height: 32px;display: block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
  552. }
  553. }
  554. /* 课程定制开发 */
  555. .course-made-box{
  556. padding-bottom: 80px;
  557. .client-container{width: 880px;padding-top: 48px;}
  558. .course-made-content{
  559. display: inline-block;
  560. vertical-align: middle;
  561. margin-right: 56px;
  562. p{width: 455px;@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 22px;margin-bottom: 40px;text-align: justify}
  563. a{width: 132px;height: 32px;line-height: 32px;@include setFontStyle(-4);display:inline-block;text-align:center;background: #2B5CFD;border-radius: 4px;color: rgba(255,255,255,0.85);}
  564. }
  565. img{width: 357px;height: 251px;display:inline-block;vertical-align: middle;}
  566. }
  567. /* E-learning课程 */
  568. .course-learn-box{
  569. background: #F9FAFF;
  570. padding-bottom: 80px;
  571. // 申请方案按钮
  572. .course-apply-btn{width: 238px;height: 40px;line-height:40px;display: inline-block;@include setFontStyle(-4);background: #2B5CFD;border-radius: 4px;color: rgba(255,255,255,0.85);text-align: center;margin: 0 auto;}
  573. // video列表
  574. .learn-box-list{
  575. margin: 54px -16px 24px;
  576. li{
  577. width: 33.33%;display: inline-block;
  578. a{display: none;}
  579. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;}
  580. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  581. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  582. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  583. img{transition: all 0.5s;}
  584. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);padding: 24px 0 24px;}
  585. }
  586. li span:hover{img{transform: scale(1.1);}}
  587. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  588. }
  589. }
  590. /* 微课程 */
  591. .course-micro-box{background: #FFF;}
  592. }
  593. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  594. .client-aboutUs-page{
  595. // banner
  596. .aboutUs-banner{width: 100%;height: 400px;background-image: url("~static/images/client/aboutUs/aboutUs-banner.png");background-position-x: center;}
  597. // 公司简介
  598. .company-profile-box{
  599. padding-bottom: 80px;
  600. font-size: 0;
  601. .company-profile-left{
  602. width: 480px;
  603. display: inline-block;
  604. margin-right: 48px;
  605. vertical-align: middle;
  606. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;text-align: justify;}
  607. }
  608. .company-profile-right{
  609. width:432px;height:296px;display: inline-block;background: #E8ECFF;border-radius: 8px;text-align: center;vertical-align: middle;
  610. img{margin-top: 12px;}
  611. }
  612. }
  613. // 品牌介绍
  614. .brand-introduction-box{
  615. background: #F9FAFF;
  616. padding-bottom: 80px;
  617. .brand-introduction-content{
  618. width: 806px;
  619. padding: 30px 0;
  620. background: #E8ECFF;
  621. border-radius: 8px;
  622. float: right;
  623. span{width: 570px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;display: inline-block;vertical-align: middle;padding-left: 60px;text-align: justify;}
  624. img{
  625. display: inline-block;
  626. vertical-align: middle;
  627. margin-left: -126px;
  628. }
  629. }
  630. }
  631. // 企业文化
  632. .corporate-culture-box{
  633. padding-bottom: 80px;
  634. dl{
  635. width: 240px;
  636. display: inline-block;
  637. vertical-align: middle;
  638. margin: 0 162px 0 90px;
  639. dt{
  640. margin-bottom: 16px;
  641. i{width: 14px;height: 14px;display:inline-block;border: 1px solid #2B5CFD;transform: rotate(45deg);margin-right: 16px;}
  642. span{@include setFontStyle(0);color: rgba(0,0,0,0.85);}
  643. }
  644. dd{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 24px;}
  645. }
  646. img{
  647. display: inline-block;vertical-align: middle;
  648. }
  649. }
  650. // 企业发展历程
  651. .enterprise-development-box{
  652. background: #F9FAFF;
  653. .development-left{
  654. float: left;
  655. width: 50%;
  656. text-align: right;
  657. padding-right: 76px;
  658. padding-top: 170px;
  659. box-sizing: border-box;
  660. .development-content{
  661. h4 div{top: -8px;right: -87px;left: auto}
  662. p i{margin-left:16px;}
  663. }
  664. }
  665. .development-right{
  666. width: 50%;
  667. margin-bottom: 80px;
  668. float: right;
  669. padding-left: 76px;
  670. border-left: 1px solid #D1DFFD;
  671. box-sizing: border-box;
  672. .development-content{
  673. h4 div{top: -8px;left: -87px;right: auto}
  674. p i{margin-right:16px;}
  675. }
  676. }
  677. .development-content{
  678. position: relative;
  679. h4{
  680. @include setFontStyle(8);color: rgba(0,0,0,0.85);margin-bottom: 24px;
  681. div{width: 20px;height: 34px;position: absolute;background:#F9FAFF}
  682. span{
  683. width: 18px;
  684. height: 18px;
  685. border: 1px solid #2B5CFD;
  686. display: inline-block;
  687. vertical-align: middle;
  688. border-radius: 50%;
  689. text-align: center;
  690. }
  691. i{
  692. width: 12px;
  693. height: 12px;
  694. display: inline-block;
  695. vertical-align: top;
  696. margin-top: 3px;
  697. background-image: url("~static/images/client/aboutUs/development-content-icon.svg");
  698. }
  699. p{display: inline-block;margin: 0;}
  700. }
  701. p{
  702. margin-bottom: 16px;
  703. i{width: 36px;height:24px;line-height:24px;display: inline-block;text-align: center;@include setFontStyle(-6);color: rgba(0,0,0,0.65);background: rgba(121,152,255,0.26);border: 1px solid #7998FF;border-radius: 4px;font-style: normal;}
  704. span{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
  705. }
  706. }
  707. .development-content + .development-content {
  708. margin-top: 204px;
  709. }
  710. }
  711. // 联系我们
  712. .contact-us-box{
  713. height: 534px;
  714. padding-top: 80px;
  715. background-image: url("~static/images/client/aboutUs/contact-us-background.png");
  716. .contact-container-box{
  717. color: rgba(255,255,255,0.85);
  718. h4{@include setFontStyle(10);margin-bottom: 32px;}
  719. li{
  720. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  721. span{@include setFontStyle(0);vertical-align: middle;}
  722. p{@include setFontStyle(-4);color: rgba(255,255,255,0.64);line-height: 24px;margin: 20px 0 24px;}
  723. }
  724. li:nth-child(2) {
  725. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  726. }
  727. li:nth-child(3) {
  728. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  729. }
  730. li:nth-child(4) {
  731. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  732. }
  733. li:nth-child(5) {
  734. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  735. }
  736. }
  737. }
  738. }
  739. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  740. .client-newsInfor-page{
  741. // banner
  742. .newsInfor-banner{width: 100%;height: 300px;background-image: url("~static/images/client/newsInfor/newsInfor-banner.png");background-position-x: center;}
  743. // 菜单 ul
  744. .newsInfor-menu-ul{
  745. display: block;
  746. margin: 0 auto;
  747. text-align: center;
  748. background: #F7F9FB;
  749. li{display: inline-block;@include setFontStyle(-2);padding:24px 32px;color: rgba(0,0,0,0.64);background: #F7F9FB;transition: all .3s;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);border-bottom: 1px solid rgba(52, 99, 253, 0.08);@include single-line-ellipsis;cursor: pointer}
  750. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  751. li:hover{
  752. transform: scale(1.1);
  753. }
  754. }
  755. // 页面主要内容区域
  756. .newsInfor-content-box{
  757. min-height: 304px;
  758. padding: 48px 0 80px;
  759. ul{display: inline-block;vertical-align: top}
  760. // 右侧内容区域
  761. .newsInfor-content-ul{
  762. padding: 0 32px;
  763. li{margin-bottom: 40px;}
  764. li:last-child{margin-bottom: 0;}
  765. //图片
  766. .newsInfor-img-box{width:318px;height:178px;display: inline-block;margin-right: 32px;border-radius: 8px;overflow: hidden;vertical-align: top;background-repeat: no-repeat;background-size: cover;background-position: center;}
  767. //内容区域
  768. .newsInfor-list-content{
  769. width: calc(100% - 350px);
  770. display: inline-block;
  771. vertical-align: top;
  772. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  773. div{
  774. margin-bottom: 8px;
  775. i{width: 20px;height: 20px;display: inline-block;margin-right: 14px;vertical-align: middle;background-image: url("~static/images/client/newsInfor/newsInfor-details-time.svg");}
  776. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  777. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  778. }
  779. p{height: 72px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 32px;text-align: justify;@include multi-line-ellipsis(3);overflow: hidden;}
  780. a{@include setFontStyle(-6);color: #4A73FD;}
  781. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  782. a:hover{cursor: pointer;}
  783. }
  784. }
  785. }
  786. }
  787. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  788. .client-government-page{
  789. // banner
  790. .government-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/government-banner-img.png");background-position-x: center;}
  791. // 我们的系统为您改变了什么
  792. .government-change-box{
  793. background: #F9FAFF;
  794. padding-bottom: 80px;
  795. .industrydetails-content{
  796. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  797. li{
  798. margin-bottom: 24px;
  799. p{margin-left: 30px}
  800. }
  801. img{display: inline-block;vertical-align: top;margin: 85px 42px;}
  802. }
  803. .change-content-left{
  804. display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
  805. h5,li,li i{color: #fff;border-color: #fff;}
  806. p{color: rgba(255,255,255,0.65);}
  807. }
  808. .change-content-right{width: 500px;display: inline-block;padding-top: 64px;}
  809. }
  810. // 我们的优势
  811. .government-advantage-box{
  812. padding-bottom: 50px;
  813. h4{margin-bottom: 48px;}
  814. dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
  815. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  816. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
  817. i{width: 17px;height: 17px;float:left;box-sizing: border-box;opacity: 0.8;display: inline-block;border: 1px solid #2B5CFD;transform: rotate(45deg);margin-right: 16px;}
  818. .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
  819. }
  820. }
  821. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  822. .client-finance-page{
  823. // banner
  824. .finance-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/finance-banner-img.png");background-position-x: center;}
  825. // 金融行业的问题
  826. .finance-question-box{
  827. background: #F9FAFF;
  828. padding: 80px 0;
  829. .finance-question-top{
  830. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  831. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
  832. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  833. }
  834. ul{
  835. width:460px;min-height:328px;display: inline-block;border: 1px solid #2B67FD;border-radius: 4px;padding: 32px;box-sizing: border-box;vertical-align: middle;margin: 0 52px;
  836. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  837. p{margin-left: 30px;}
  838. }
  839. .finance-question-right{
  840. border: 1px solid #FF6226;
  841. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  842. }
  843. }
  844. }
  845. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  846. .client-information-page{
  847. // banner
  848. .information-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/information-banner-img.png");background-position-x: center;}
  849. // 我们的系统为您改变了什么
  850. .information-change-box{
  851. background: #F9FAFF;
  852. padding-bottom: 80px;
  853. .industrydetails-content{
  854. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  855. li{
  856. margin-bottom: 24px;
  857. p{margin-left: 30px;}
  858. }
  859. img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
  860. }
  861. .change-content-left{
  862. display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
  863. h5,li,li i{color: #fff;border-color: #fff;}
  864. p{color: rgba(255,255,255,0.65);}
  865. }
  866. .change-content-right{width: 500px;display: inline-block;padding-top: 48px;}
  867. }
  868. }
  869. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  870. .client-energy-page{
  871. // banner
  872. .energy-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/energy-banner-img.png");background-position-x: center;}
  873. // 我们的系统为您改变了什么
  874. .energy-change-box{
  875. background: #F9FAFF;
  876. padding-bottom: 80px;
  877. // 模块上半部分
  878. .change-box-top{
  879. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  880. i{border: 1px solid #fff;}
  881. }
  882. // 模块下半部分
  883. .change-box-bottom{
  884. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  885. h5{margin-top: 70px;}
  886. li:nth-of-type(odd){p{margin-right: 60px}}
  887. }
  888. h5{color: rgba(255,255,255,0.85);}
  889. li{
  890. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);margin-bottom: 24px;line-height: 22px;vertical-align: top;
  891. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  892. }
  893. img{position: absolute;top: -55px;left: 50%;margin-left: -50px;}
  894. }
  895. }
  896. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  897. .client-traffic-page{
  898. // banner
  899. .traffic-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");background-position-x: center;}
  900. // 我们的系统为您改变了什么
  901. .traffic-change-box{
  902. background: #F9FAFF;
  903. padding-bottom: 80px;
  904. .change-content-left,.change-content-right{
  905. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  906. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  907. ul{margin-top: 80px;margin-left: 32px;}
  908. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
  909. }
  910. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  911. .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
  912. }
  913. }
  914. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  915. .client-education-page{
  916. // banner
  917. .education-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/education-banner-img.png");background-position-x: center;}
  918. // 我们的系统为您改变了什么
  919. .education-change-box{
  920. background: #F9FAFF;padding-bottom: 80px;
  921. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  922. .industrydetails-content{position: relative;}
  923. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  924. .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  925. .change-content-right{width: 610px;float:right;padding:32px 0 32px 100px;background-image: url("~static/images/client/industrydetails/education-right-bg.png");margin-left: -55px;}
  926. }
  927. }
  928. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  929. .client-restaurant-page{
  930. // banner
  931. .restaurant-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");background-position-x: center;}
  932. // 我们的系统为您改变了什么
  933. .restaurant-change-box{
  934. background: #F9FAFF;
  935. padding-bottom: 80px;
  936. .industrydetails-content{
  937. position: relative;
  938. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  939. }
  940. .change-content-left,.change-content-right{
  941. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  942. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  943. ul{margin-top: 32px;margin-left: 48px;}
  944. }
  945. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  946. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  947. }
  948. }
  949. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  950. .client-medical-page{
  951. // banner
  952. .medical-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/medical-banner-img.png");background-position-x: center;}
  953. // 我们的系统为您改变了什么
  954. .medical-change-box{
  955. background: #F9FAFF;
  956. padding-bottom: 80px;
  957. .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  958. .change-content-left,.change-content-right{
  959. width: 500px;display:inline-block;vertical-align: top;
  960. ul{margin-left: 48px;}
  961. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  962. p{color: rgba(255,255,255,0.65);}
  963. i{border-color: #fff;}
  964. }
  965. .change-content-left{margin-right: 180px;}
  966. }
  967. }
  968. }