cus-client-page.scss 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  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-platform-page{
  241. /* 网站banner */
  242. .client-platform-banner{
  243. width: 100%;
  244. height: 395px;
  245. background-color:#031073;
  246. background-image: url("~static/images/client/index/index-banner-background.png");
  247. background-position-x: center;
  248. background-repeat: no-repeat;
  249. }
  250. /* 产品优势 */
  251. .platform-products-services{
  252. li:not(:last-child){border-bottom:1px solid #eee; }
  253. }
  254. /* 产品功能 */
  255. .platform-product-function{
  256. background: #f8f8f8;
  257. padding-bottom: 32px;
  258. // ul
  259. .product-function-box{
  260. margin-top: 48px;
  261. li{
  262. width: 50%;display: inline-block;transition: .3s all linear;
  263. div{padding: 12px 8px;margin: 0 32px 24px;background: #fff;}
  264. i{width: 120px;height: 80px;margin-right:24px;float:left;background-size: cover;background-repeat: no-repeat;}
  265. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
  266. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
  267. }
  268. li:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon1.svg");}}
  269. li:nth-child(2){i{background-image:url("~static/images/client/exam/product-function-icon2.svg");}}
  270. li:nth-child(3){i{background-image:url("~static/images/client/exam/product-function-icon3.svg");}}
  271. li:nth-child(4){i{background-image:url("~static/images/client/exam/product-function-icon4.svg");}}
  272. li:nth-child(5){i{background-image:url("~static/images/client/exam/product-function-icon5.svg");}}
  273. li:nth-child(6){i{background-image:url("~static/images/client/exam/product-function-icon6.svg");}}
  274. li:nth-child(7){i{background-image:url("~static/images/client/exam/product-function-icon7.svg");}}
  275. li:nth-child(8){i{background-image:url("~static/images/client/exam/product-function-icon8.svg");}}
  276. li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  277. }
  278. }
  279. /* 应用场景 */
  280. .platform-application-scenarios{
  281. background: #F9FAFF;
  282. padding-bottom: 80px;
  283. .application-scenarios-box{margin: 48px -12px 0;}
  284. li{
  285. width: 33.33%;
  286. display: inline-block;
  287. vertical-align: top;
  288. color: #fff;
  289. .application-scenarios-img{
  290. width: 116px;
  291. height: 116px;
  292. background-size: cover;
  293. margin: 0 auto 24px;
  294. i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
  295. }
  296. .application-scenarios-content{
  297. padding: 60px 24px 40px;
  298. margin: 0 12px;
  299. background: #FFF;
  300. border-radius: 8px;
  301. h5{@include setFontStyle(-2);text-align: center;margin-bottom: 16px;}
  302. p{@include setFontStyle(-6);line-height: 22px;text-align: justify;@include multi-line-ellipsis(5);min-height: 110px;max-height: 110px}
  303. }
  304. }
  305. li:nth-child(1){
  306. .application-scenarios-img {
  307. background-image: url("~static/images/client/exam/application-scenarios-img1.svg");
  308. i{top: 48px;left: 42px;background-image: url("~static/images/client/exam/application-scenarios-icon1.svg");}
  309. }
  310. .application-scenarios-content{background: #ffbf00;}
  311. }
  312. li:nth-child(2){
  313. .application-scenarios-img {
  314. background-image: url("~static/images/client/exam/application-scenarios-img2.svg");
  315. i{top: 35px;left: 38px;background-image: url("~static/images/client/exam/application-scenarios-icon2.svg");}
  316. }
  317. .application-scenarios-content{background: #3799db;}
  318. }
  319. li:nth-child(3){
  320. .application-scenarios-img {
  321. background-image: url("~static/images/client/exam/application-scenarios-img3.svg");
  322. i{top: 35px;left: 32px;background-image: url("~static/images/client/exam/application-scenarios-icon3.svg");}
  323. }
  324. .application-scenarios-content{background: #63ba86;}
  325. }
  326. }
  327. }
  328. /******** describe: 培训平台--图片(和考试默认图片不同) author: TX date:2020-08-14 ********/
  329. .client-train-page{
  330. /* 网站banner */
  331. .client-train-banner{
  332. //background-image: url("~static/images/client/train/train-banner-background.png");
  333. }
  334. /* 产品功能 */
  335. .platform-product-function{
  336. // ul
  337. .product-function-box{
  338. li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.svg");}}
  339. li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.svg");}}
  340. li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.svg");}}
  341. li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.svg");}}
  342. li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.svg");}}
  343. li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.svg");}}
  344. li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.svg");}}
  345. li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.svg");}}
  346. }
  347. }
  348. /* 应用场景 */
  349. .train-application-scenarios{
  350. li:nth-child(1){
  351. .application-scenarios-img {
  352. background-image: url("~static/images/client/train/application-scenarios-img1.svg");
  353. i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon1.svg");}
  354. }
  355. }
  356. li:nth-child(2){
  357. .application-scenarios-img {
  358. background-image: url("~static/images/client/train/application-scenarios-img2.svg");
  359. i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon2.svg");}
  360. }
  361. }
  362. li:nth-child(3){
  363. .application-scenarios-img {
  364. background-image: url("~static/images/client/train/application-scenarios-img3.svg");
  365. i{top: 32px;left: 34px;background-image: url("~static/images/client/train/application-scenarios-icon3.svg");}
  366. }
  367. }
  368. }
  369. }
  370. /******** describe: 课程开发 author: TX date:2020-08-24 ********/
  371. .client-course-page{
  372. /* 网站banner */
  373. .client-course-banner{
  374. width: 100%;
  375. height: 400px;
  376. background-image: url("~static/images/client/course/course-banner-background.png");
  377. background-position-x: center;
  378. /* banner文字区域 */
  379. .course-course-container{
  380. width:520px;
  381. display: inline-block;
  382. margin-left: 150px;
  383. h4{@include setFontStyle(36);color: #FFF;letter-spacing: 0;padding-top: 110px;}
  384. p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
  385. a{width: 132px;height: 32px;line-height: 32px;display: block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
  386. }
  387. }
  388. /* 课程定制开发 */
  389. .course-made-box{
  390. padding-bottom: 80px;
  391. .client-container{width: 880px;padding-top: 48px;}
  392. .course-made-content{
  393. display: inline-block;
  394. vertical-align: middle;
  395. margin-right: 56px;
  396. p{width: 455px;@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 22px;margin-bottom: 40px;text-align: justify}
  397. 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);}
  398. }
  399. img{width: 357px;height: 251px;display:inline-block;vertical-align: middle;}
  400. }
  401. /* E-learning课程 */
  402. .course-learn-box{
  403. background: #F9FAFF;
  404. padding-bottom: 80px;
  405. // 申请方案按钮
  406. .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;}
  407. // video列表
  408. .learn-box-list{
  409. margin: 54px -16px 24px;
  410. li{
  411. width: 33.33%;display: inline-block;
  412. a{display: none;}
  413. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;}
  414. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  415. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  416. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  417. img{transition: all 0.5s;}
  418. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);padding: 24px 0 24px;}
  419. }
  420. li span:hover{img{transform: scale(1.1);}}
  421. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  422. }
  423. }
  424. /* 微课程 */
  425. .course-micro-box{background: #FFF;}
  426. }
  427. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  428. .client-aboutUs-page{
  429. // banner
  430. .aboutUs-banner{width: 100%;height: 400px;background-image: url("~static/images/client/aboutUs/aboutUs-banner.png");background-position-x: center;}
  431. // 公司简介
  432. .company-profile-box{
  433. padding-bottom: 80px;
  434. font-size: 0;
  435. .company-profile-left{
  436. width: 480px;
  437. display: inline-block;
  438. margin-right: 48px;
  439. vertical-align: middle;
  440. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;text-align: justify;}
  441. }
  442. .company-profile-right{
  443. width:432px;height:296px;display: inline-block;background: #E8ECFF;border-radius: 8px;text-align: center;vertical-align: middle;
  444. img{margin-top: 12px;}
  445. }
  446. }
  447. // 品牌介绍
  448. .brand-introduction-box{
  449. background: #F9FAFF;
  450. padding-bottom: 80px;
  451. .brand-introduction-content{
  452. width: 806px;
  453. padding: 30px 0;
  454. background: #E8ECFF;
  455. border-radius: 8px;
  456. float: right;
  457. 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;}
  458. img{
  459. display: inline-block;
  460. vertical-align: middle;
  461. margin-left: -126px;
  462. }
  463. }
  464. }
  465. // 企业文化
  466. .corporate-culture-box{
  467. padding-bottom: 80px;
  468. dl{
  469. width: 240px;
  470. display: inline-block;
  471. vertical-align: middle;
  472. margin: 0 162px 0 90px;
  473. dt{
  474. margin-bottom: 16px;
  475. i{width: 14px;height: 14px;display:inline-block;border: 1px solid #2B5CFD;transform: rotate(45deg);margin-right: 16px;}
  476. span{@include setFontStyle(0);color: rgba(0,0,0,0.85);}
  477. }
  478. dd{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 24px;}
  479. }
  480. img{
  481. display: inline-block;vertical-align: middle;
  482. }
  483. }
  484. // 企业发展历程
  485. .enterprise-development-box{
  486. background: #F9FAFF;
  487. .development-left{
  488. float: left;
  489. width: 50%;
  490. text-align: right;
  491. padding-right: 76px;
  492. padding-top: 170px;
  493. box-sizing: border-box;
  494. .development-content{
  495. h4 div{top: -8px;right: -87px;left: auto}
  496. p i{margin-left:16px;}
  497. }
  498. }
  499. .development-right{
  500. width: 50%;
  501. margin-bottom: 80px;
  502. float: right;
  503. padding-left: 76px;
  504. border-left: 1px solid #D1DFFD;
  505. box-sizing: border-box;
  506. .development-content{
  507. h4 div{top: -8px;left: -87px;right: auto}
  508. p i{margin-right:16px;}
  509. }
  510. }
  511. .development-content{
  512. position: relative;
  513. h4{
  514. @include setFontStyle(8);color: rgba(0,0,0,0.85);margin-bottom: 24px;
  515. div{width: 20px;height: 34px;position: absolute;background:#F9FAFF}
  516. span{
  517. width: 18px;
  518. height: 18px;
  519. border: 1px solid #2B5CFD;
  520. display: inline-block;
  521. vertical-align: middle;
  522. border-radius: 50%;
  523. text-align: center;
  524. }
  525. i{
  526. width: 12px;
  527. height: 12px;
  528. display: inline-block;
  529. vertical-align: top;
  530. margin-top: 3px;
  531. background-image: url("~static/images/client/aboutUs/development-content-icon.svg");
  532. }
  533. p{display: inline-block;margin: 0;}
  534. }
  535. p{
  536. margin-bottom: 16px;
  537. 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;}
  538. span{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
  539. }
  540. }
  541. .development-content + .development-content {
  542. margin-top: 204px;
  543. }
  544. }
  545. // 联系我们
  546. .contact-us-box{
  547. height: 534px;
  548. padding-top: 80px;
  549. background-image: url("~static/images/client/aboutUs/contact-us-background.png");
  550. .contact-container-box{
  551. color: rgba(255,255,255,0.85);
  552. h4{@include setFontStyle(10);margin-bottom: 32px;}
  553. li{
  554. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  555. span{@include setFontStyle(0);vertical-align: middle;}
  556. p{@include setFontStyle(-4);color: rgba(255,255,255,0.64);line-height: 24px;margin: 20px 0 24px;}
  557. }
  558. li:nth-child(2) {
  559. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  560. }
  561. li:nth-child(3) {
  562. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  563. }
  564. li:nth-child(4) {
  565. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  566. }
  567. li:nth-child(5) {
  568. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  569. }
  570. }
  571. }
  572. }
  573. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  574. .client-newsInfor-page{
  575. // banner
  576. .newsInfor-banner{width: 100%;height: 300px;background-image: url("~static/images/client/newsInfor/newsInfor-banner.png");background-position-x: center;}
  577. // 菜单 ul
  578. .newsInfor-menu-ul{
  579. display: block;
  580. margin: 0 auto;
  581. text-align: center;
  582. background: #F7F9FB;
  583. 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}
  584. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  585. li:hover{
  586. transform: scale(1.1);
  587. }
  588. }
  589. // 页面主要内容区域
  590. .newsInfor-content-box{
  591. min-height: 304px;
  592. padding: 48px 0 80px;
  593. ul{display: inline-block;vertical-align: top}
  594. // 右侧内容区域
  595. .newsInfor-content-ul{
  596. padding: 0 32px;
  597. li{margin-bottom: 40px;}
  598. li:last-child{margin-bottom: 0;}
  599. //图片
  600. .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;}
  601. //内容区域
  602. .newsInfor-list-content{
  603. width: calc(100% - 350px);
  604. display: inline-block;
  605. vertical-align: top;
  606. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  607. div{
  608. margin-bottom: 8px;
  609. 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");}
  610. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  611. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  612. }
  613. 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;}
  614. a{@include setFontStyle(-6);color: #4A73FD;}
  615. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  616. a:hover{cursor: pointer;}
  617. }
  618. }
  619. }
  620. }
  621. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  622. .client-government-page{
  623. // banner
  624. .government-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/government-banner-img.png");background-position-x: center;}
  625. // 我们的系统为您改变了什么
  626. .government-change-box{
  627. background: #F9FAFF;
  628. padding-bottom: 80px;
  629. .industrydetails-content{
  630. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  631. li{
  632. margin-bottom: 24px;
  633. p{margin-left: 30px}
  634. }
  635. img{display: inline-block;vertical-align: top;margin: 85px 42px;}
  636. }
  637. .change-content-left{
  638. display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
  639. h5,li,li i{color: #fff;border-color: #fff;}
  640. p{color: rgba(255,255,255,0.65);}
  641. }
  642. .change-content-right{width: 500px;display: inline-block;padding-top: 64px;}
  643. }
  644. // 我们的优势
  645. .government-advantage-box{
  646. padding-bottom: 50px;
  647. h4{margin-bottom: 48px;}
  648. dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
  649. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  650. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
  651. 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;}
  652. .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
  653. }
  654. }
  655. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  656. .client-finance-page{
  657. // banner
  658. .finance-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/finance-banner-img.png");background-position-x: center;}
  659. // 金融行业的问题
  660. .finance-question-box{
  661. background: #F9FAFF;
  662. padding: 80px 0;
  663. .finance-question-top{
  664. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  665. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
  666. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  667. }
  668. ul{
  669. 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;
  670. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  671. p{margin-left: 30px;}
  672. }
  673. .finance-question-right{
  674. border: 1px solid #FF6226;
  675. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  676. }
  677. }
  678. }
  679. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  680. .client-information-page{
  681. // banner
  682. .information-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/information-banner-img.png");background-position-x: center;}
  683. // 我们的系统为您改变了什么
  684. .information-change-box{
  685. background: #F9FAFF;
  686. padding-bottom: 80px;
  687. .industrydetails-content{
  688. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  689. li{
  690. margin-bottom: 24px;
  691. p{margin-left: 30px;}
  692. }
  693. img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
  694. }
  695. .change-content-left{
  696. display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
  697. h5,li,li i{color: #fff;border-color: #fff;}
  698. p{color: rgba(255,255,255,0.65);}
  699. }
  700. .change-content-right{width: 500px;display: inline-block;padding-top: 48px;}
  701. }
  702. }
  703. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  704. .client-energy-page{
  705. // banner
  706. .energy-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/energy-banner-img.png");background-position-x: center;}
  707. // 我们的系统为您改变了什么
  708. .energy-change-box{
  709. background: #F9FAFF;
  710. padding-bottom: 80px;
  711. // 模块上半部分
  712. .change-box-top{
  713. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  714. i{border: 1px solid #fff;}
  715. }
  716. // 模块下半部分
  717. .change-box-bottom{
  718. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  719. h5{margin-top: 70px;}
  720. li:nth-of-type(odd){p{margin-right: 60px}}
  721. }
  722. h5{color: rgba(255,255,255,0.85);}
  723. li{
  724. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);margin-bottom: 24px;line-height: 22px;vertical-align: top;
  725. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  726. }
  727. img{position: absolute;top: -55px;left: 50%;margin-left: -50px;}
  728. }
  729. }
  730. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  731. .client-traffic-page{
  732. // banner
  733. .traffic-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");background-position-x: center;}
  734. // 我们的系统为您改变了什么
  735. .traffic-change-box{
  736. background: #F9FAFF;
  737. padding-bottom: 80px;
  738. .change-content-left,.change-content-right{
  739. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  740. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  741. ul{margin-top: 80px;margin-left: 32px;}
  742. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
  743. }
  744. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  745. .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
  746. }
  747. }
  748. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  749. .client-education-page{
  750. // banner
  751. .education-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/education-banner-img.png");background-position-x: center;}
  752. // 我们的系统为您改变了什么
  753. .education-change-box{
  754. background: #F9FAFF;padding-bottom: 80px;
  755. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  756. .industrydetails-content{position: relative;}
  757. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  758. .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  759. .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;}
  760. }
  761. }
  762. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  763. .client-restaurant-page{
  764. // banner
  765. .restaurant-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");background-position-x: center;}
  766. // 我们的系统为您改变了什么
  767. .restaurant-change-box{
  768. background: #F9FAFF;
  769. padding-bottom: 80px;
  770. .industrydetails-content{
  771. position: relative;
  772. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  773. }
  774. .change-content-left,.change-content-right{
  775. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  776. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  777. ul{margin-top: 32px;margin-left: 48px;}
  778. }
  779. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  780. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  781. }
  782. }
  783. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  784. .client-medical-page{
  785. // banner
  786. .medical-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/medical-banner-img.png");background-position-x: center;}
  787. // 我们的系统为您改变了什么
  788. .medical-change-box{
  789. background: #F9FAFF;
  790. padding-bottom: 80px;
  791. .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  792. .change-content-left,.change-content-right{
  793. width: 500px;display:inline-block;vertical-align: top;
  794. ul{margin-left: 48px;}
  795. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  796. p{color: rgba(255,255,255,0.65);}
  797. i{border-color: #fff;}
  798. }
  799. .change-content-left{margin-right: 180px;}
  800. }
  801. }
  802. }