cus-client-page.scss 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874
  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. h4{color: #333;}
  210. h4:hover {cursor: pointer;color: #3e7ce7;}
  211. // 左
  212. .industry-information-left {
  213. width: 520px;
  214. margin-right: 80px;
  215. display: inline-block;
  216. vertical-align: top;
  217. color: #333;
  218. div {float: left;border-right: 1px solid #dbdbea;padding: 8px 16px 8px 0;}
  219. img {width: 520px;height: 210px;margin-bottom: 42px;}
  220. h4 {@include setFontStyle(-2);margin-bottom: 16px;}
  221. i{width:25px;height:12px;float:right;background-image:url("~static/images/client/index/news-information-icon.png")}
  222. p {@include setFontStyle(-6);height: 68px;line-height: 22px;padding: 2px 0 0 16px;text-align: justify;@include multi-line-ellipsis(3);}
  223. b {@include setFontStyle(-4);font-weight: normal;display: block;margin-bottom: 16px;}
  224. span {@include setFontStyle(-6);display: block;color: #666;}
  225. }
  226. // 右
  227. .industry-information-right {
  228. width: 590px;
  229. display: inline-block;
  230. vertical-align: top;
  231. li {border-bottom: 1px solid #ccc;margin-bottom: 16px;}
  232. li:last-child {border: 0;}
  233. h4 {@include setFontStyle(-4);@include single-line-ellipsis;margin-bottom: 12px;}
  234. p {@include setFontStyle(-6);color: #666;@include single-line-ellipsis;margin-bottom: 16px;}
  235. span {margin: 0 30px 0 10px;}
  236. }
  237. }
  238. }
  239. }
  240. /******** describe: 平台页面(考试平台、培训平台) author: TX date:2020-08-12 ********/
  241. .client-platform-page{
  242. /* 网站banner */
  243. .client-platform-banner{
  244. width: 100%;
  245. height: 395px;
  246. background-color:#031073;
  247. background-image: url("~static/images/client/index/index-banner-background.png");
  248. background-position-x: center;
  249. background-repeat: no-repeat;
  250. }
  251. /* 产品优势 */
  252. .platform-products-services{
  253. li:not(:last-child){border-bottom:1px solid #eee; }
  254. }
  255. /* 产品功能 */
  256. .platform-product-function{
  257. background: #f8f8f8;
  258. padding-bottom: 32px;
  259. // ul
  260. .product-function-box{
  261. margin-top: 48px;
  262. li{
  263. width: 50%;display: inline-block;transition: .3s all linear;
  264. div{padding: 12px 8px;margin: 0 32px 24px;background: #fff;}
  265. i{width: 120px;height: 80px;margin-right:24px;float:left;background-size: cover;background-repeat: no-repeat;}
  266. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
  267. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
  268. }
  269. li:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon1.svg");}}
  270. li:nth-child(2){i{background-image:url("~static/images/client/exam/product-function-icon2.svg");}}
  271. li:nth-child(3){i{background-image:url("~static/images/client/exam/product-function-icon3.svg");}}
  272. li:nth-child(4){i{background-image:url("~static/images/client/exam/product-function-icon4.svg");}}
  273. li:nth-child(5){i{background-image:url("~static/images/client/exam/product-function-icon5.svg");}}
  274. li:nth-child(6){i{background-image:url("~static/images/client/exam/product-function-icon6.svg");}}
  275. li:nth-child(7){i{background-image:url("~static/images/client/exam/product-function-icon7.svg");}}
  276. li:nth-child(8){i{background-image:url("~static/images/client/exam/product-function-icon8.svg");}}
  277. li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  278. }
  279. }
  280. /* 应用场景 */
  281. .platform-application-scenarios{
  282. background: #F9FAFF;
  283. padding-bottom: 80px;
  284. .application-scenarios-box{margin: 48px -12px 0;}
  285. li{
  286. width: 33.33%;
  287. display: inline-block;
  288. vertical-align: top;
  289. color: #fff;
  290. .application-scenarios-img{
  291. width: 116px;
  292. height: 116px;
  293. background-size: cover;
  294. margin: 0 auto 24px;
  295. i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
  296. }
  297. .application-scenarios-content{
  298. padding: 60px 24px 40px;
  299. margin: 0 12px;
  300. background: #FFF;
  301. border-radius: 8px;
  302. h5{@include setFontStyle(-2);text-align: center;margin-bottom: 16px;}
  303. p{@include setFontStyle(-6);line-height: 22px;text-align: justify;@include multi-line-ellipsis(5);min-height: 110px;max-height: 110px}
  304. }
  305. }
  306. li:nth-child(1){
  307. .application-scenarios-img {
  308. background-image: url("~static/images/client/exam/application-scenarios-img1.svg");
  309. i{top: 48px;left: 42px;background-image: url("~static/images/client/exam/application-scenarios-icon1.svg");}
  310. }
  311. .application-scenarios-content{background: #ffbf00;}
  312. }
  313. li:nth-child(2){
  314. .application-scenarios-img {
  315. background-image: url("~static/images/client/exam/application-scenarios-img2.svg");
  316. i{top: 35px;left: 38px;background-image: url("~static/images/client/exam/application-scenarios-icon2.svg");}
  317. }
  318. .application-scenarios-content{background: #3799db;}
  319. }
  320. li:nth-child(3){
  321. .application-scenarios-img {
  322. background-image: url("~static/images/client/exam/application-scenarios-img3.svg");
  323. i{top: 35px;left: 32px;background-image: url("~static/images/client/exam/application-scenarios-icon3.svg");}
  324. }
  325. .application-scenarios-content{background: #63ba86;}
  326. }
  327. }
  328. }
  329. /******** describe: 培训平台--图片(和考试默认图片不同) author: TX date:2020-08-14 ********/
  330. .client-train-page{
  331. /* 网站banner */
  332. .client-train-banner{
  333. //background-image: url("~static/images/client/train/train-banner-background.png");
  334. }
  335. /* 产品功能 */
  336. .platform-product-function{
  337. // ul
  338. .product-function-box{
  339. li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.svg");}}
  340. li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.svg");}}
  341. li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.svg");}}
  342. li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.svg");}}
  343. li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.svg");}}
  344. li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.svg");}}
  345. li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.svg");}}
  346. li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.svg");}}
  347. }
  348. }
  349. /* 应用场景 */
  350. .train-application-scenarios{
  351. li:nth-child(1){
  352. .application-scenarios-img {
  353. background-image: url("~static/images/client/train/application-scenarios-img1.svg");
  354. i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon1.svg");}
  355. }
  356. }
  357. li:nth-child(2){
  358. .application-scenarios-img {
  359. background-image: url("~static/images/client/train/application-scenarios-img2.svg");
  360. i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon2.svg");}
  361. }
  362. }
  363. li:nth-child(3){
  364. .application-scenarios-img {
  365. background-image: url("~static/images/client/train/application-scenarios-img3.svg");
  366. i{top: 32px;left: 34px;background-image: url("~static/images/client/train/application-scenarios-icon3.svg");}
  367. }
  368. }
  369. }
  370. }
  371. /******** describe: 课程开发 author: TX date:2020-08-24 ********/
  372. .client-course-page{
  373. /* 网站banner */
  374. .client-course-banner{
  375. width: 100%;
  376. height: 395px;
  377. background-color:#031073;
  378. background-image: url("~static/images/client/index/index-banner-background.png");
  379. background-position-x: center;
  380. background-repeat: no-repeat;
  381. }
  382. /* 调转菜单栏 */
  383. .course-service-nav{width: 100%;height: 72px;background: url("~static/images/client/course/course--nav-bg.png") repeat-x;padding-top: 15px;text-align: center;}
  384. .course-link-nav{
  385. width: 100%;height: 83px;background: #161B38;opacity: 0.9;
  386. a{width: 171px;height: 83px;line-height:83px;display: inline-block;@include setFontStyle(-2);color: #fff;text-align: center;}
  387. a:nth-child(1){background: #353c61;}
  388. a:nth-child(2){background: #38406a;}
  389. a:nth-child(3){background: #3c4775;}
  390. a:nth-child(4){width:174px;background: #404b81;}
  391. a:nth-child(5){background: #3c4775;}
  392. a:nth-child(6){background: #38406a;}
  393. a:nth-child(7){background: #353c61;}
  394. }
  395. // 申请方案按钮
  396. .free-trial-default-btn{width:230px;display: inline-block;margin: 0}
  397. // 联系我们按钮
  398. .course-apply-btn{background: #fff;color: #3e7ee7;border:1px solid #3e7ee7;box-sizing: border-box;margin-left: 36px;}
  399. /* E-learning课程 */
  400. .course-learn-box{
  401. // video列表
  402. .learn-box-list{
  403. margin: 54px -16px 0;
  404. li{
  405. width: 33.33%;display: inline-block;
  406. a{display: none;}
  407. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;}
  408. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  409. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  410. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  411. img{transition: all 0.5s;}
  412. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);padding: 24px 0 24px;}
  413. }
  414. li span:hover{img{transform: scale(1.1);}}
  415. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  416. }
  417. }
  418. /* PPT定制及美化、H5平面设计、视频后期处理 */
  419. .course-ppt-box,.course-H5-box,.course-videoPos-box{
  420. ul{margin: 48px 0;}
  421. li{display: inline-block;}
  422. li:not(:last-child){margin-right: 30px;}
  423. p{@include setFontStyle(-4);color: rgba(0, 0, 0, 0.65);margin-top: 24px;}
  424. }
  425. /* 视频后期处理 */
  426. .course-videoPos-box{
  427. padding-bottom: 80px;
  428. li:not(:last-child){margin-right: 80px;}
  429. }
  430. }
  431. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  432. .client-aboutUs-page{
  433. // banner
  434. .aboutUs-banner{width: 100%;height: 305px;background-image: url("~static/images/client/aboutUs/aboutUs-banner-bg.png");
  435. span{width: 1200px;overflow: hidden;display: block;margin: 0 auto;}
  436. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  437. }
  438. // 公司简介
  439. .company-profile-box{
  440. padding-bottom: 48px;
  441. font-size: 0;
  442. img{margin: 48px auto;display: block;}
  443. p{@include setFontStyle(-2);color: rgba(0,0,0,0.65);line-height: 40px;text-align: justify;margin: 0 60px}
  444. }
  445. // 品牌介绍
  446. .brand-introduction-box{
  447. .brand-introduction-content{
  448. width: 100%;
  449. padding: 42px;
  450. box-sizing: border-box;
  451. background: #fbfbfb;
  452. border-radius: 8px;
  453. float: right;
  454. .brand-introduction-left{
  455. display: inline-block;
  456. vertical-align: middle;
  457. padding-right: 42px;
  458. border-right: 1px solid #ddd;
  459. h4{@include setFontStyle(6);color: rgba(0,0,0,0.75);margin-bottom: 36px}
  460. img{margin-bottom: 36px;}
  461. }
  462. span{width: 740px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 40px;display: inline-block;vertical-align: middle;padding-left: 42px;text-align: justify;}
  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{
  577. width: 100%;height: 305px;background-image: url("~static/images/client/newsInfor/newsInfor-banner-bg.png");
  578. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  579. }
  580. // 菜单 ul
  581. .newsInfor-menu-ul{
  582. display: block;
  583. margin: 0 auto;
  584. text-align: center;
  585. background: #F7F9FB;
  586. 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}
  587. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  588. li:hover{
  589. transform: scale(1.1);
  590. }
  591. }
  592. // 页面主要内容区域
  593. .newsInfor-content-box{
  594. min-height: 304px;
  595. padding: 48px 0 80px;
  596. ul{display: inline-block;vertical-align: top}
  597. // 右侧内容区域
  598. .newsInfor-content-ul{
  599. padding: 0 32px;
  600. li{margin-bottom: 40px;}
  601. li:last-child{margin-bottom: 0;}
  602. //图片
  603. .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;}
  604. //内容区域
  605. .newsInfor-list-content{
  606. width: calc(100% - 350px);
  607. display: inline-block;
  608. vertical-align: top;
  609. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  610. div{
  611. margin-bottom: 8px;
  612. 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");}
  613. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  614. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  615. }
  616. 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;}
  617. a{@include setFontStyle(-6);color: #4A73FD;}
  618. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  619. a:hover{cursor: pointer;}
  620. }
  621. }
  622. }
  623. }
  624. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  625. .client-government-page{
  626. // banner
  627. .government-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/government-banner-img.png");background-position-x: center;}
  628. // 我们的系统为您改变了什么
  629. .government-change-box{
  630. background: #F9FAFF;
  631. padding-bottom: 80px;
  632. .industrydetails-content{
  633. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  634. li{
  635. margin-bottom: 24px;
  636. p{margin-left: 30px}
  637. }
  638. img{display: inline-block;vertical-align: top;margin: 85px 42px;}
  639. }
  640. .change-content-left{
  641. display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
  642. h5,li,li i{color: #fff;border-color: #fff;}
  643. p{color: rgba(255,255,255,0.65);}
  644. }
  645. .change-content-right{width: 500px;display: inline-block;padding-top: 64px;}
  646. }
  647. // 我们的优势
  648. .government-advantage-box{
  649. padding-bottom: 50px;
  650. h4{margin-bottom: 48px;}
  651. dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
  652. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  653. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
  654. 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;}
  655. .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
  656. }
  657. }
  658. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  659. .client-finance-page{
  660. // banner
  661. .finance-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/finance-banner-img.png");background-position-x: center;}
  662. // 金融行业的问题
  663. .finance-question-box{
  664. background: #F9FAFF;
  665. padding: 80px 0;
  666. .finance-question-top{
  667. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  668. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
  669. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  670. }
  671. ul{
  672. 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;
  673. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  674. p{margin-left: 30px;}
  675. }
  676. .finance-question-right{
  677. border: 1px solid #FF6226;
  678. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  679. }
  680. }
  681. }
  682. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  683. .client-information-page{
  684. // banner
  685. .information-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/information-banner-img.png");background-position-x: center;}
  686. // 我们的系统为您改变了什么
  687. .information-change-box{
  688. background: #F9FAFF;
  689. padding-bottom: 80px;
  690. .industrydetails-content{
  691. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  692. li{
  693. margin-bottom: 24px;
  694. p{margin-left: 30px;}
  695. }
  696. img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
  697. }
  698. .change-content-left{
  699. display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
  700. h5,li,li i{color: #fff;border-color: #fff;}
  701. p{color: rgba(255,255,255,0.65);}
  702. }
  703. .change-content-right{width: 500px;display: inline-block;padding-top: 48px;}
  704. }
  705. }
  706. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  707. .client-energy-page{
  708. // banner
  709. .energy-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/energy-banner-img.png");background-position-x: center;}
  710. // 我们的系统为您改变了什么
  711. .energy-change-box{
  712. background: #F9FAFF;
  713. padding-bottom: 80px;
  714. // 模块上半部分
  715. .change-box-top{
  716. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  717. i{border: 1px solid #fff;}
  718. }
  719. // 模块下半部分
  720. .change-box-bottom{
  721. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  722. h5{margin-top: 70px;}
  723. li:nth-of-type(odd){p{margin-right: 60px}}
  724. }
  725. h5{color: rgba(255,255,255,0.85);}
  726. li{
  727. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);margin-bottom: 24px;line-height: 22px;vertical-align: top;
  728. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  729. }
  730. img{position: absolute;top: -55px;left: 50%;margin-left: -50px;}
  731. }
  732. }
  733. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  734. .client-traffic-page{
  735. // banner
  736. .traffic-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");background-position-x: center;}
  737. // 我们的系统为您改变了什么
  738. .traffic-change-box{
  739. background: #F9FAFF;
  740. padding-bottom: 80px;
  741. .change-content-left,.change-content-right{
  742. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  743. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  744. ul{margin-top: 80px;margin-left: 32px;}
  745. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
  746. }
  747. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  748. .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
  749. }
  750. }
  751. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  752. .client-education-page{
  753. // banner
  754. .education-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/education-banner-img.png");background-position-x: center;}
  755. // 我们的系统为您改变了什么
  756. .education-change-box{
  757. background: #F9FAFF;padding-bottom: 80px;
  758. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  759. .industrydetails-content{position: relative;}
  760. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  761. .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  762. .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;}
  763. }
  764. }
  765. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  766. .client-restaurant-page{
  767. // banner
  768. .restaurant-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");background-position-x: center;}
  769. // 我们的系统为您改变了什么
  770. .restaurant-change-box{
  771. background: #F9FAFF;
  772. padding-bottom: 80px;
  773. .industrydetails-content{
  774. position: relative;
  775. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  776. }
  777. .change-content-left,.change-content-right{
  778. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  779. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  780. ul{margin-top: 32px;margin-left: 48px;}
  781. }
  782. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  783. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  784. }
  785. }
  786. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  787. .client-medical-page{
  788. // banner
  789. .medical-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/medical-banner-img.png");background-position-x: center;}
  790. // 我们的系统为您改变了什么
  791. .medical-change-box{
  792. background: #F9FAFF;
  793. padding-bottom: 80px;
  794. .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  795. .change-content-left,.change-content-right{
  796. width: 500px;display:inline-block;vertical-align: top;
  797. ul{margin-left: 48px;}
  798. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  799. p{color: rgba(255,255,255,0.65);}
  800. i{border-color: #fff;}
  801. }
  802. .change-content-left{margin-right: 180px;}
  803. }
  804. }
  805. }