ebook.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. .w1200{position:relative;}
  2. .w1024{width: 1024px;margin:0px auto;position:relative;}
  3. .btn{background-image: linear-gradient(to right,#2990e5, #3cd2f8);width:222px;height:56px;color:#fff;line-height:56px;text-align:center;display:block;font-size:24px;border-radius:4px;transition: all .3s;
  4. -webkit-transition: all .3s;
  5. -moz-transition: all .3s;
  6. -ms-transition: all .3s;}
  7. .btn:hover{transform: translateY(-10px);
  8. -webkit-transform: translateY(-10px);
  9. -moz-transform: translateY(-10px);
  10. -ms-transform: translateY(-10px);}
  11. .head{background:url(./bg1.png) center center no-repeat;background-size:100% 100%;height:581px;}
  12. .head .logolay{float:left;width:100%;margin-top:20px;}
  13. .head .logolay img{float:left;margin-right:20px;}
  14. .head .logolay span{float:left;height:40px;line-height:40px;font-size:26px;color:#fff;}
  15. .head .logolay ul{float:right;width:auto;height:40px;}
  16. .head .logolay ul li{float:left;margin-right:40px;height:40px;line-height:40px;font-size: 20px;color:#000;}
  17. .head .leftword{position:absolute;top:114px;width:500px;left:0px;}
  18. .head .leftword h1{float:left;color:#fff;font-size:44px;position:relative;}
  19. .head .leftword .word1{font-size:20px;float:left;color:#fff;width:100%;line-height:40px}
  20. .head .leftword .btn1{float:left;margin-top:30px;transition: all .3s;
  21. -webkit-transition: all .3s;
  22. -moz-transition: all .3s;
  23. -ms-transition: all .3s;font-size:34px;border-radius:43px;width:364px;height:86px;text-align:center;line-height:86px;background-color:#fff;color:#347aeb;}
  24. .head .leftword .btn1:hover{transform: translateY(-10px);
  25. -webkit-transform: translateY(-10px);
  26. -moz-transform: translateY(-10px);
  27. -ms-transform: translateY(-10px);}
  28. .head .leftword .word2{float:left;width:100%;font-size:14px;color:#eee;margin-top:10px;}
  29. .head .rightgif{position:absolute;top:114px;right:-24px;cursor:pointer;width:500px;}
  30. .btnactive{position:relative;overflow:hidden;}
  31. .btnactive:before{content:"";position:absolute;width:200%;height:525%;left:0%;top:0%;margin-left:-50%;margin-top:-50%;border-radius:50%; background: rgba(0, 0, 0, .1); animation: spread 1.5s infinite both;
  32. -webkit-animation: spread 1.5s infinite both;
  33. -moz-animation: spread 1.5s infinite both;
  34. -o-animation: spread 1.5s infinite both;}
  35. @keyframes spread {
  36. 0% {
  37. transform: scale(0);
  38. -webkit-transform: scale(0);
  39. -moz-transform: scale(0);
  40. transform: scale(0);
  41. }
  42. 100% {
  43. transform: scale(1);
  44. -webkit-transform: scale(1);
  45. -moz-transform: scale(1);
  46. transform: scale(1);
  47. }
  48. }
  49. @-webkit-keyframes spread {
  50. 0% {
  51. transform: scale(0);
  52. -webkit-transform: scale(0);
  53. -moz-transform: scale(0);
  54. transform: scale(0);
  55. }
  56. 100% {
  57. transform: scale(1);
  58. -webkit-transform: scale(1);
  59. -moz-transform: scale(1);
  60. transform: scale(1);
  61. }
  62. }
  63. @-moz-keyframes spread {
  64. 0% {
  65. transform: scale(0);
  66. -webkit-transform: scale(0);
  67. -moz-transform: scale(0);
  68. transform: scale(0);
  69. }
  70. 100% {
  71. transform: scale(1);
  72. -webkit-transform: scale(1);
  73. -moz-transform: scale(1);
  74. transform: scale(1);
  75. }
  76. }
  77. @-o-keyframes spread {
  78. 0% {
  79. transform: scale(0);
  80. -webkit-transform: scale(0);
  81. -moz-transform: scale(0);
  82. transform: scale(0);
  83. }
  84. 100% {
  85. transform: scale(1);
  86. -webkit-transform: scale(1);
  87. -moz-transform: scale(1);
  88. transform: scale(1);
  89. }
  90. }
  91. .nav{display: none;}
  92. .w1024{ width: 1200px; }
  93. body .nav{ display: block; top: 5px; }
  94. .nav .nav-link li{padding: 12px 0;}
  95. .head .logolay span{font-size: 28px;font-weight: 400;line-height: 38px;height: 38px;}
  96. .head .logolay img{ width: 38px;height: 38px; }
  97. .head .logolay {margin-top: 0;line-height:1;padding-top: 25px;}
  98. .head .rightgif{ width: 50%; right: 0;}
  99. .head .leftword h1{font-size: 46px;font-weight: 600; color: white; margin-bottom: 17px;}
  100. .head .leftword{ width: 45.5%; }
  101. .head .leftword .word1{font-size: 21px; font-weight: 400; color: white; line-height: 48px; margin-bottom: 40px;}
  102. .head .leftword>span{font-size: 24px !important;white-space: nowrap;top: 309px !important;left: 355px !important;}
  103. .head .leftword .btn1{ width: 330px; }
  104. .head .leftword>span em{color: #fff600 !important;}
  105. .head{height: 643px;}
  106. @media screen and (max-width:1201px) {
  107. body{ min-width: 100%; }
  108. .w1024,.icos .ico{ width: 1024px; }
  109. .wordbg3 .pian{margin-bottom: 0;}
  110. }
  111. .nav {
  112. position:absolute;right:0px;top:9px;
  113. }
  114. .nav-link li {
  115. padding: 5px 0;
  116. float: left;
  117. }
  118. .nav-link li+li {
  119. margin-left: 70px;position: relative;
  120. }
  121. .nav-link li a {
  122. font-size: 16px;
  123. color: #fff;
  124. line-height: 48px;
  125. display: block;
  126. position: relative;
  127. }
  128. .nav-link li a:hover {
  129. color: #fff;
  130. }
  131. .nav-link li a:hover::after {
  132. content: "";
  133. position: absolute;
  134. bottom: 0;
  135. width: 50%;
  136. left: 25%;
  137. height: 4px;
  138. background-color: #fff;
  139. border-radius: 4px;
  140. }
  141. .nav-link li+li::after {
  142. content: "";
  143. position: absolute;
  144. left: -32px;
  145. height: 20px;
  146. top: 50%;
  147. margin-top: -10px;
  148. border-left: 1px solid #EDEDED;
  149. }
  150. /**** ***/
  151. .contit {
  152. font-size: 2.5rem;
  153. margin: 0 0 3rem;
  154. line-height: 3rem;
  155. font-weight: 400;
  156. letter-spacing: 0.1em;
  157. position: relative
  158. }
  159. .contit:before {
  160. content: '';
  161. position: absolute;
  162. width: 100px;
  163. height: 4px;
  164. background: #007fff;
  165. left: 50%;
  166. bottom: -2rem;
  167. -webkit-transform: translate(-50%, 0);
  168. -moz-transform: translate(-50%, 0);
  169. -ms-transform: translate(-50%, 0);
  170. -o-transform: translate(-50%, 0);
  171. transform: translate(-50%, 0)
  172. }
  173. .conbox {
  174. padding: 4rem 0;
  175. text-align: center
  176. }
  177. #index-skill .skill-box {
  178. padding: 2rem 0;
  179. flex-wrap: wrap
  180. }
  181. #index-skill dl {
  182. width: calc(25% - 12px);
  183. padding: 2.5rem 0;
  184. margin: 6px;
  185. background: #3892fc;
  186. box-shadow: 0 3px 6px rgba(0, 64, 128, 0.08);
  187. cursor: pointer
  188. }
  189. #index-skill dl:hover, #index-skill dl:focus {
  190. transform: scale(1.05);
  191. box-shadow: 0 0px 24px rgba(0, 64, 128, 0.16)
  192. }
  193. #index-skill dl dd {
  194. color: #fff;
  195. font-size: 1.25rem;
  196. padding: 0.5rem 0
  197. }
  198. /****/
  199. .titleh2css {
  200. height: 46px;
  201. font-size: 36px;
  202. font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  203. font-weight: bold;
  204. color: #1F2227;
  205. line-height: 42px;
  206. margin-top: 80px;
  207. text-align: center;
  208. }
  209. /* whyChoiceUs */
  210. .whyChoiceUs {
  211. height: 658px;
  212. background: #F7F8FA;
  213. position: relative;
  214. overflow: hidden;
  215. }
  216. .whylist {
  217. width: 1200px;
  218. height: auto;
  219. margin: 70px auto 0 auto;
  220. display: flex;
  221. justify-content: space-between;
  222. align-items: center;
  223. }
  224. .whyitems {
  225. width: 344px;
  226. height: 372px;
  227. background: #FFFFFF;
  228. box-shadow: 0px 8px 30px 0px rgba(12, 51, 152, 0.08);
  229. border-radius: 16px;
  230. overflow: hidden;
  231. }
  232. .whyitems>img {
  233. display: block;
  234. width: 344px;
  235. height: 230px;
  236. margin: 0 auto;
  237. }
  238. .whyitems>h3 {
  239. height: 24px;
  240. font-size: 20px;
  241. font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  242. font-weight: 400;
  243. color: #1F2227;
  244. line-height: 24px;
  245. margin-top: 24px;
  246. box-sizing: border-box;
  247. padding: 0 20px;
  248. }
  249. .whyitems>p {
  250. font-size: 16px;
  251. font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  252. font-weight: 400;
  253. color: #717F94;
  254. line-height: 24px;
  255. margin-top: 12px;
  256. box-sizing: border-box;
  257. padding: 0 20px;
  258. }
  259. /** **/
  260. .eboox {
  261. height: 818px;
  262. position: relative;
  263. overflow: hidden;
  264. }
  265. .eboox>.titleh2css {
  266. height: 46px;
  267. font-size: 36px;
  268. font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  269. font-weight: bold;
  270. color: #1F2227;
  271. line-height: 42px;
  272. margin: 90px auto 0 auto;
  273. }
  274. .eboox>h3 {
  275. height: 29px;
  276. font-size: 22px;
  277. font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  278. font-weight: 400;
  279. color: #78818E;
  280. line-height: 26px;
  281. margin-top: 20px;
  282. text-align: center;
  283. }
  284. .ebooxbanner {
  285. display: flex;
  286. width: 1200px;
  287. height: auto;
  288. justify-content: space-between;
  289. align-items: flex-start;
  290. margin: 115px auto 0 auto;
  291. }
  292. .ebooxleft {
  293. position: relative;
  294. top: 0px;
  295. }
  296. .ebooxitem {
  297. height: 120px;
  298. box-sizing: border-box;
  299. padding-left: 43px;
  300. border-left: none;
  301. position: relative;
  302. box-sizing: border-box;
  303. border-left: 2px dashed rgba(22, 31, 45, 0);
  304. }
  305. .ebooxitem>i {
  306. display: block;
  307. width: 38px;
  308. height: 38px;
  309. position: absolute;
  310. left: -21px;
  311. right: auto;
  312. top: -20px;
  313. bottom: auto;
  314. }
  315. .ebooxitem>.emsg {
  316. width: 454px;
  317. height: 120px;
  318. border-radius: 16px 16px 16px 16px;
  319. overflow: hidden;
  320. position: relative;
  321. display: flex;
  322. flex-direction: column;
  323. justify-content: center;
  324. box-sizing: border-box;
  325. padding: 0 30px 0 24px;
  326. top: -50px;
  327. }
  328. .ebooxitem:hover>.emsg , .ebooxitem.active>.emsg{
  329. background: linear-gradient(138deg, #3593FF 0%, #267DFF 100%);
  330. box-shadow: 0px 2px 14px 0px rgba(11, 89, 195, 0.36);
  331. border-radius: 16px 16px 16px 16px;
  332. opacity: 1;
  333. }
  334. .ebooxitem>.emsg>h2 {
  335. height: 29px;
  336. font-size: 22px;
  337. font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  338. font-weight: bold;
  339. color: #3F4753;
  340. line-height: 26px;
  341. }
  342. .ebooxitem:hover>.emsg>h2 ,.ebooxitem.active>.emsg>h2{
  343. height: 29px;
  344. font-size: 22px;
  345. font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  346. font-weight: bold;
  347. color: #FFFFFF;
  348. line-height: 26px;
  349. }
  350. .ebooxitem>.emsg>p {
  351. font-size: 16px;
  352. font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  353. font-weight: 400;
  354. color: #585F67;
  355. line-height: 19px;
  356. margin-top: 8px;
  357. }
  358. .ebooxitem:hover>.emsg>p,.ebooxitem.active>.emsg>p {
  359. color: #FFFFFF;
  360. }
  361. .zhinanrightimgshowbox {
  362. width: 674px;
  363. height: 100%;
  364. display: flex;
  365. justify-content: center;
  366. align-items: center;
  367. flex-shrink: 0;
  368. }
  369. .zhinanrightimgshowbox>img {
  370. display: none;
  371. }
  372. .zhinanrightimgshowbox>.img1.active {
  373. display: block;
  374. width: 590px;
  375. height: 412px;
  376. box-shadow: 2px 2px 6px #eee, -2px -2px 6px #eee;
  377. }
  378. .ebook-down-btn{
  379. width: 230px !important;
  380. height: 60px !important;
  381. border-radius: 10px !important;
  382. font-size: 24px !important;
  383. line-height: 60px !important;
  384. }
  385. .ebook-down-btn span{
  386. line-height: 60px !important;
  387. }