cus-client-page.scss 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  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. }
  424. /* 视频后期处理 */
  425. .course-videoPos-box{
  426. padding-bottom: 80px;
  427. li:not(:last-child){margin-right: 80px;}
  428. }
  429. }
  430. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  431. .client-aboutUs-page{
  432. // banner
  433. .aboutUs-banner{width: 100%;height: 400px;background-image: url("~static/images/client/aboutUs/aboutUs-banner.png");background-position-x: center;}
  434. // 公司简介
  435. .company-profile-box{
  436. padding-bottom: 80px;
  437. font-size: 0;
  438. .company-profile-left{
  439. width: 480px;
  440. display: inline-block;
  441. margin-right: 48px;
  442. vertical-align: middle;
  443. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;text-align: justify;}
  444. }
  445. .company-profile-right{
  446. width:432px;height:296px;display: inline-block;background: #E8ECFF;border-radius: 8px;text-align: center;vertical-align: middle;
  447. img{margin-top: 12px;}
  448. }
  449. }
  450. // 品牌介绍
  451. .brand-introduction-box{
  452. background: #F9FAFF;
  453. padding-bottom: 80px;
  454. .brand-introduction-content{
  455. width: 806px;
  456. padding: 30px 0;
  457. background: #E8ECFF;
  458. border-radius: 8px;
  459. float: right;
  460. 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;}
  461. img{
  462. display: inline-block;
  463. vertical-align: middle;
  464. margin-left: -126px;
  465. }
  466. }
  467. }
  468. // 企业文化
  469. .corporate-culture-box{
  470. padding-bottom: 80px;
  471. dl{
  472. width: 240px;
  473. display: inline-block;
  474. vertical-align: middle;
  475. margin: 0 162px 0 90px;
  476. dt{
  477. margin-bottom: 16px;
  478. i{width: 14px;height: 14px;display:inline-block;border: 1px solid #2B5CFD;transform: rotate(45deg);margin-right: 16px;}
  479. span{@include setFontStyle(0);color: rgba(0,0,0,0.85);}
  480. }
  481. dd{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 24px;}
  482. }
  483. img{
  484. display: inline-block;vertical-align: middle;
  485. }
  486. }
  487. // 企业发展历程
  488. .enterprise-development-box{
  489. background: #F9FAFF;
  490. .development-left{
  491. float: left;
  492. width: 50%;
  493. text-align: right;
  494. padding-right: 76px;
  495. padding-top: 170px;
  496. box-sizing: border-box;
  497. .development-content{
  498. h4 div{top: -8px;right: -87px;left: auto}
  499. p i{margin-left:16px;}
  500. }
  501. }
  502. .development-right{
  503. width: 50%;
  504. margin-bottom: 80px;
  505. float: right;
  506. padding-left: 76px;
  507. border-left: 1px solid #D1DFFD;
  508. box-sizing: border-box;
  509. .development-content{
  510. h4 div{top: -8px;left: -87px;right: auto}
  511. p i{margin-right:16px;}
  512. }
  513. }
  514. .development-content{
  515. position: relative;
  516. h4{
  517. @include setFontStyle(8);color: rgba(0,0,0,0.85);margin-bottom: 24px;
  518. div{width: 20px;height: 34px;position: absolute;background:#F9FAFF}
  519. span{
  520. width: 18px;
  521. height: 18px;
  522. border: 1px solid #2B5CFD;
  523. display: inline-block;
  524. vertical-align: middle;
  525. border-radius: 50%;
  526. text-align: center;
  527. }
  528. i{
  529. width: 12px;
  530. height: 12px;
  531. display: inline-block;
  532. vertical-align: top;
  533. margin-top: 3px;
  534. background-image: url("~static/images/client/aboutUs/development-content-icon.svg");
  535. }
  536. p{display: inline-block;margin: 0;}
  537. }
  538. p{
  539. margin-bottom: 16px;
  540. 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;}
  541. span{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
  542. }
  543. }
  544. .development-content + .development-content {
  545. margin-top: 204px;
  546. }
  547. }
  548. // 联系我们
  549. .contact-us-box{
  550. height: 534px;
  551. padding-top: 80px;
  552. background-image: url("~static/images/client/aboutUs/contact-us-background.png");
  553. .contact-container-box{
  554. color: rgba(255,255,255,0.85);
  555. h4{@include setFontStyle(10);margin-bottom: 32px;}
  556. li{
  557. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  558. span{@include setFontStyle(0);vertical-align: middle;}
  559. p{@include setFontStyle(-4);color: rgba(255,255,255,0.64);line-height: 24px;margin: 20px 0 24px;}
  560. }
  561. li:nth-child(2) {
  562. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  563. }
  564. li:nth-child(3) {
  565. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  566. }
  567. li:nth-child(4) {
  568. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  569. }
  570. li:nth-child(5) {
  571. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  572. }
  573. }
  574. }
  575. }
  576. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  577. .client-newsInfor-page{
  578. // banner
  579. .newsInfor-banner{
  580. width: 100%;height: 305px;background-image: url("~static/images/client/newsInfor/newsInfor-banner-bg.png");
  581. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  582. }
  583. // 菜单 ul
  584. .newsInfor-menu-ul{
  585. display: block;
  586. margin: 0 auto;
  587. text-align: center;
  588. background: #F7F9FB;
  589. 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}
  590. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  591. li:hover{
  592. transform: scale(1.1);
  593. }
  594. }
  595. // 页面主要内容区域
  596. .newsInfor-content-box{
  597. min-height: 304px;
  598. padding: 48px 0 80px;
  599. ul{display: inline-block;vertical-align: top}
  600. // 右侧内容区域
  601. .newsInfor-content-ul{
  602. padding: 0 32px;
  603. li{margin-bottom: 40px;}
  604. li:last-child{margin-bottom: 0;}
  605. //图片
  606. .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;}
  607. //内容区域
  608. .newsInfor-list-content{
  609. width: calc(100% - 350px);
  610. display: inline-block;
  611. vertical-align: top;
  612. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  613. div{
  614. margin-bottom: 8px;
  615. 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");}
  616. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  617. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  618. }
  619. 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;}
  620. a{@include setFontStyle(-6);color: #4A73FD;}
  621. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  622. a:hover{cursor: pointer;}
  623. }
  624. }
  625. }
  626. }
  627. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  628. .client-government-page{
  629. // banner
  630. .government-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/government-banner-img.png");background-position-x: center;}
  631. // 我们的系统为您改变了什么
  632. .government-change-box{
  633. background: #F9FAFF;
  634. padding-bottom: 80px;
  635. .industrydetails-content{
  636. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  637. li{
  638. margin-bottom: 24px;
  639. p{margin-left: 30px}
  640. }
  641. img{display: inline-block;vertical-align: top;margin: 85px 42px;}
  642. }
  643. .change-content-left{
  644. display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
  645. h5,li,li i{color: #fff;border-color: #fff;}
  646. p{color: rgba(255,255,255,0.65);}
  647. }
  648. .change-content-right{width: 500px;display: inline-block;padding-top: 64px;}
  649. }
  650. // 我们的优势
  651. .government-advantage-box{
  652. padding-bottom: 50px;
  653. h4{margin-bottom: 48px;}
  654. dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
  655. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  656. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
  657. 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;}
  658. .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
  659. }
  660. }
  661. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  662. .client-finance-page{
  663. // banner
  664. .finance-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/finance-banner-img.png");background-position-x: center;}
  665. // 金融行业的问题
  666. .finance-question-box{
  667. background: #F9FAFF;
  668. padding: 80px 0;
  669. .finance-question-top{
  670. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  671. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
  672. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  673. }
  674. ul{
  675. 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;
  676. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  677. p{margin-left: 30px;}
  678. }
  679. .finance-question-right{
  680. border: 1px solid #FF6226;
  681. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  682. }
  683. }
  684. }
  685. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  686. .client-information-page{
  687. // banner
  688. .information-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/information-banner-img.png");background-position-x: center;}
  689. // 我们的系统为您改变了什么
  690. .information-change-box{
  691. background: #F9FAFF;
  692. padding-bottom: 80px;
  693. .industrydetails-content{
  694. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  695. li{
  696. margin-bottom: 24px;
  697. p{margin-left: 30px;}
  698. }
  699. img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
  700. }
  701. .change-content-left{
  702. display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
  703. h5,li,li i{color: #fff;border-color: #fff;}
  704. p{color: rgba(255,255,255,0.65);}
  705. }
  706. .change-content-right{width: 500px;display: inline-block;padding-top: 48px;}
  707. }
  708. }
  709. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  710. .client-energy-page{
  711. // banner
  712. .energy-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/energy-banner-img.png");background-position-x: center;}
  713. // 我们的系统为您改变了什么
  714. .energy-change-box{
  715. background: #F9FAFF;
  716. padding-bottom: 80px;
  717. // 模块上半部分
  718. .change-box-top{
  719. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  720. i{border: 1px solid #fff;}
  721. }
  722. // 模块下半部分
  723. .change-box-bottom{
  724. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  725. h5{margin-top: 70px;}
  726. li:nth-of-type(odd){p{margin-right: 60px}}
  727. }
  728. h5{color: rgba(255,255,255,0.85);}
  729. li{
  730. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);margin-bottom: 24px;line-height: 22px;vertical-align: top;
  731. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  732. }
  733. img{position: absolute;top: -55px;left: 50%;margin-left: -50px;}
  734. }
  735. }
  736. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  737. .client-traffic-page{
  738. // banner
  739. .traffic-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");background-position-x: center;}
  740. // 我们的系统为您改变了什么
  741. .traffic-change-box{
  742. background: #F9FAFF;
  743. padding-bottom: 80px;
  744. .change-content-left,.change-content-right{
  745. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  746. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  747. ul{margin-top: 80px;margin-left: 32px;}
  748. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
  749. }
  750. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  751. .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
  752. }
  753. }
  754. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  755. .client-education-page{
  756. // banner
  757. .education-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/education-banner-img.png");background-position-x: center;}
  758. // 我们的系统为您改变了什么
  759. .education-change-box{
  760. background: #F9FAFF;padding-bottom: 80px;
  761. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  762. .industrydetails-content{position: relative;}
  763. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  764. .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  765. .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;}
  766. }
  767. }
  768. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  769. .client-restaurant-page{
  770. // banner
  771. .restaurant-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");background-position-x: center;}
  772. // 我们的系统为您改变了什么
  773. .restaurant-change-box{
  774. background: #F9FAFF;
  775. padding-bottom: 80px;
  776. .industrydetails-content{
  777. position: relative;
  778. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  779. }
  780. .change-content-left,.change-content-right{
  781. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  782. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  783. ul{margin-top: 32px;margin-left: 48px;}
  784. }
  785. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  786. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  787. }
  788. }
  789. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  790. .client-medical-page{
  791. // banner
  792. .medical-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/medical-banner-img.png");background-position-x: center;}
  793. // 我们的系统为您改变了什么
  794. .medical-change-box{
  795. background: #F9FAFF;
  796. padding-bottom: 80px;
  797. .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  798. .change-content-left,.change-content-right{
  799. width: 500px;display:inline-block;vertical-align: top;
  800. ul{margin-left: 48px;}
  801. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  802. p{color: rgba(255,255,255,0.65);}
  803. i{border-color: #fff;}
  804. }
  805. .change-content-left{margin-right: 180px;}
  806. }
  807. }
  808. }