cus-client-page.scss 36 KB

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