common.css 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165
  1. /* 织梦无忧网 做最好的织梦整站模板下载网站 Www.dedecms51.com */
  2. /* QQ:379144319 */
  3. /* 仿站:www.dedecms51.com */
  4. /* 素材:www.dedecms51.com */
  5. @charset "utf-8";
  6. /*!
  7. * edh5 1.0
  8. * Copyright 2017 edh5.com
  9. * http://www.edh5.com/
  10. * author:sky
  11. */
  12. /* 清除内外边距 */
  13. body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
  14. margin: 0;
  15. padding: 0;
  16. }
  17. /* 设置默认字体 */
  18. body, button, input, select, textarea {
  19. font-family: "微软雅黑", "宋体", "Arial";
  20. font-size: 100%;
  21. outline: none;
  22. }
  23. /* 列表元素 */
  24. ul, ol, li {
  25. list-style: none;
  26. }
  27. img {
  28. border: none;
  29. vertical-align: middle;
  30. }
  31. .img-responsive {
  32. width: 100%;
  33. height: auto
  34. } /*自适应图片*/
  35. /* a标签 */
  36. a {
  37. text-decoration: none;
  38. color: #fff;
  39. -webkit-transition: all .4s ease-out;
  40. -o-transition: all .4s ease-out;
  41. transition: all .4s ease-out;
  42. }
  43. a:hover {
  44. text-decoration: none;
  45. }
  46. /* 定义浮动居中 */
  47. .fl {
  48. float: left;
  49. display: inline
  50. }
  51. .fr {
  52. float: right;
  53. display: inline
  54. }
  55. .center {
  56. margin: 0 auto;
  57. }
  58. .clear {
  59. clear: both;
  60. height: 0px;
  61. line-height: 0px;
  62. font-size: 0px;
  63. }
  64. .clearfix:after, .clearfix:before {
  65. content: "";
  66. display: table
  67. }
  68. .clearfix:after {
  69. clear: both
  70. }
  71. .clearfix {
  72. zoom: 1
  73. }
  74. /*重复container标签*/
  75. .container {
  76. position: relative;
  77. width: 85%;
  78. margin: 0 auto;
  79. }
  80. .container2 {
  81. position: relative;
  82. width: 1200px;
  83. margin: 0 auto;
  84. }
  85. /*header*/
  86. .header {
  87. position: relative;
  88. height: 110px;
  89. }
  90. .header-logo {
  91. height: 110px;
  92. display: table;
  93. }
  94. .header-logo a {
  95. display: table-cell;
  96. vertical-align: middle;
  97. }
  98. .header-logo a img{
  99. display: inline-block;
  100. height: 80px;
  101. }
  102. .header-menu, .header-share {
  103. margin-top: 55px;
  104. }
  105. .header-share.fr{
  106. display: none !important;
  107. }
  108. .header-menu > ul >li {
  109. float: left;
  110. margin: 0 20px;
  111. position: relative;
  112. padding-right: 10px;
  113. padding-left: 10px;
  114. }
  115. .header-menu > ul >li > a {
  116. color: #464646;
  117. font-size: 16px;
  118. display: block;
  119. height: 100%;
  120. padding: 0 10px;
  121. height: 35px;
  122. line-height: 35px;
  123. -webkit-transition: all .4s ease-out;
  124. -o-transition: all .4s ease-out;
  125. transition: all .4s ease-out;
  126. position: relative;
  127. z-index: 2;
  128. cursor: pointer;
  129. }
  130. .sub-menu-ul {
  131. position: absolute;
  132. width: 140px;
  133. text-align: center;
  134. /* overflow: hidden; */
  135. display: none;
  136. z-index: 999;
  137. }
  138. .sub-menu-ul li{
  139. position: relative;
  140. }
  141. .sub-menu-ul-child{
  142. width: 140px;
  143. display: none;
  144. position: absolute;
  145. left: 100%;
  146. top: 0;
  147. z-index: 999;
  148. }
  149. .sub-menu-ul li:hover .sub-menu-ul-child{
  150. display: block;
  151. }
  152. .header-menu > ul >li:hover >a {
  153. color: #fff;
  154. }
  155. .header-menu > ul >li >a::after {
  156. content: "";
  157. width: 0%;
  158. height: 100%;
  159. background: #1754a3;
  160. display: block;
  161. position: absolute;
  162. left: 50%;
  163. transform: translateX(-50%);
  164. -webkit-transform: translateX(-50%);
  165. -moz-transform: translateX(-50%);
  166. bottom: 0;
  167. z-index: -1;
  168. -webkit-transition: all .4s ease-out;
  169. -o-transition: all .4s ease-out;
  170. transition: all .4s ease-out;
  171. }
  172. .header-menu > ul >li:hover a::after {
  173. width: 100%;
  174. }
  175. .header-menu > ul > li.only-child a::after, .header-menu > ul > li.cur a::after {
  176. content: "";
  177. position: absolute;
  178. display: block;
  179. width: 0%;
  180. left: 50%;
  181. transform: translateX(-50%);
  182. -webkit-transform: translateX(-50%);
  183. -moz-transform: translateX(-50%);
  184. bottom: 0;
  185. height: 2px;
  186. background: #1754a3;
  187. -webkit-transition: all .4s ease-out;
  188. -o-transition: all .4s ease-out;
  189. transition: all .4s ease-out;
  190. color: #fff;
  191. }
  192. .header-menu > ul > li.only-child:hover a {
  193. background: transparent;
  194. color: #1754a3;
  195. }
  196. .header-menu > ul > li.only-child:hover a::after, .header-menu > ul > li.cur a::after {
  197. width: 100%;
  198. }
  199. .sub-menu-ul >li,.sub-menu-ul-child>li {
  200. height: 35px;
  201. line-height: 35px;
  202. background: #1754a3;
  203. text-align: center;
  204. font-size: 12px;
  205. border-top: 1px solid #084199;
  206. border-bottom: 1px solid #116bc9;
  207. -webkit-transition: all .4s ease-out;
  208. -o-transition: all .4s ease-out;
  209. transition: all .4s ease-out;
  210. position: relative;
  211. }
  212. .sub-menu-ul >li:last-child {
  213. border-bottom: none;
  214. }
  215. .sub-menu-ul >li a {
  216. display: block;
  217. width: 100%;
  218. height: 100%;
  219. color: #fff
  220. }
  221. .sub-menu-ul >li:hover, .header-menu > ul > li.cur:hover {
  222. background: #266bc4;
  223. }
  224. /*header-search*/
  225. .header-share ul li {
  226. float: left;
  227. width: 28px;
  228. height: 29px;
  229. margin-right: 7px;
  230. background: url(../images/icon1.png) no-repeat;
  231. -webkit-transition: all .4s ease-out;
  232. -o-transition: all .4s ease-out;
  233. transition: all .4s ease-out;
  234. position: relative;
  235. }
  236. .header-share ul li:hover {
  237. background: url(../images/icon2.png) no-repeat;
  238. }
  239. .header-share ul li a {
  240. display: block;
  241. width: 100%;
  242. height: 100%;
  243. }
  244. .header-share ul li:last-child {
  245. margin-right: 0;
  246. }
  247. .header-share ul li:first-child {
  248. background-position: 0 0;
  249. }
  250. .header-share ul li:first-child+li {
  251. background-position: -35px 0;
  252. }
  253. .header-share ul li:first-child+li+li {
  254. background-position: -70px 0;
  255. }
  256. .header-share ul li:first-child+li+li+li {
  257. background-position: -105px 0;
  258. }
  259. .search {
  260. position: absolute;
  261. width: 0px;
  262. height: 29px;
  263. line-height: 29px;
  264. border: 1px solid #dcdcdc;
  265. border-width: 0;
  266. left: 35px;
  267. top: 0;
  268. -webkit-transition: all .4s ease-out;
  269. -o-transition: all .4s ease-out;
  270. transition: all .4s ease-out;
  271. box-sizing: border-box;
  272. -webkit-box-sizing: border-box;
  273. -moz-box-sizing: border-box;
  274. font-size: 0;
  275. background: #fff;
  276. z-index: 2;
  277. overflow: hidden;
  278. }
  279. .search-ipt {
  280. width: 120px;
  281. padding-left: 10px;
  282. border: none;
  283. height: 27px;
  284. line-height: 27px;
  285. font-size: 12px;
  286. display: inline-block;
  287. background: #fff;
  288. vertical-align: top;
  289. }
  290. .search-submit {
  291. width: 27px;
  292. height: 27px;
  293. border: none;
  294. display: inline-block;
  295. background: url(../images/search.png) no-repeat center;
  296. background-color: #666;
  297. vertical-align: top;
  298. -webkit-transition: all .4s ease-out;
  299. -o-transition: all .4s ease-out;
  300. transition: all .4s ease-out;
  301. cursor: pointer;
  302. }
  303. .search-submit:hover {
  304. background-color: #333;
  305. }
  306. /*sec-tit*/
  307. .sec-tit {
  308. text-align: center;
  309. }
  310. .tit-zh {
  311. font-size: 30px;
  312. color: #373737;
  313. line-height: 1;
  314. }
  315. .tit-line {
  316. width: 55px;
  317. height: 3px;
  318. background: #cfcece;
  319. margin: 0 auto;
  320. margin-top: 15px;
  321. margin-bottom: 12px;
  322. }
  323. .tit-en {
  324. font-size: 16px;
  325. color: #bebebe;
  326. line-height: 1;
  327. text-transform: uppercase;
  328. }
  329. /*footer*/
  330. .footer {
  331. margin-top: 1.858%;
  332. padding-top: 4.73%;
  333. background: #f5f5f5;
  334. }
  335. .footer-div.footer-div1 {
  336. width: 18.575%;
  337. }
  338. .footer-logo {
  339. width: 85.3333%;
  340. margin-bottom: 11.6667%;
  341. }
  342. .conpany-name {
  343. font-size: 18px;
  344. color: #2b2b2b;
  345. line-height: 1;
  346. margin-bottom: 5px;
  347. }
  348. .company-info p, .company-info a {
  349. font-size: 12px;
  350. color: #545454;
  351. line-height: 24px;
  352. -webkit-transition: all .4s ease-out;
  353. -o-transition: all .4s ease-out;
  354. transition: all .4s ease-out;
  355. }
  356. .company-info a:hover {
  357. color: #1754a3;
  358. }
  359. .footer-div.footer-div2 {
  360. width: 135px;
  361. margin-left: 3.4%;
  362. }
  363. .code-txt {
  364. font-size: 14px;
  365. color: #747474;
  366. text-align: center;
  367. line-height: 1;
  368. margin-top: 8px;
  369. }
  370. .footer-div.footer-div3 {
  371. width: 45.2%;
  372. }
  373. .footer-menu ul li {
  374. float: left;
  375. width: 23.66667%;
  376. text-align: center;
  377. color: #515151;
  378. font-size: 16px;
  379. background: url(../images/border-line.png) no-repeat right top;
  380. background-size: auto 100%;
  381. position: relative;
  382. }
  383. .footer-menu ul li:first-child::after {
  384. content: "";
  385. position: absolute;
  386. width: 2px;
  387. height: 100%;
  388. display: block;
  389. left: 0;
  390. top: 0;
  391. background: url(../images/border-line.png) no-repeat right top;
  392. background-size: auto 100%;
  393. }
  394. .footer-menu ul li dt {
  395. margin-bottom: 15px;
  396. line-height: 1;
  397. }
  398. .footer-menu ul li dt a {
  399. color: #515151;
  400. }
  401. .footer-menu ul li dd a {
  402. font-size: 12px;
  403. color: #707070;
  404. line-height: 24px;
  405. }
  406. .footer-menu ul li dd a:hover, .partner-list span a:hover {
  407. color: #1754a3
  408. }
  409. .partner {
  410. margin-top: 4.109%;
  411. }
  412. .partner .partner-tit {
  413. margin-bottom: 2.74%;
  414. font-size: 16px;
  415. color: #515151;
  416. }
  417. .partner-list span a {
  418. font-size: 12px;
  419. color: #707070;
  420. padding-right: 20px;
  421. line-height: 24px;
  422. }
  423. .footer-bottom {
  424. background: #1754a3;
  425. width: 100%;
  426. height: 45px;
  427. line-height: 45px;
  428. font-size: 12px;
  429. color: #ffffff;
  430. margin-top: 4.73%;
  431. }
  432. .bottom-menu a::after {
  433. content: "|";
  434. font-size: 12px;
  435. color: #fff;
  436. margin: 0 15px;
  437. }
  438. .bottom-menu span:last-child a::after {
  439. display: none;
  440. }
  441. /*inner-tit*/
  442. .inner-tit {
  443. margin-top: 30px;
  444. }
  445. .tit1 {
  446. font-size: 24px;
  447. color: #1754a3;
  448. padding-left: 10px;
  449. border-left: 3px solid #1754a3;
  450. }
  451. .tit2 {
  452. font-size: 12px;
  453. color: #9c9c9c;
  454. margin-top: 5px;
  455. }
  456. .bread-menu {
  457. color: #606060;
  458. font-size: 12px;
  459. font-family: "宋体";
  460. vertical-align: middle;
  461. padding-top: 36px;
  462. }
  463. .bread-menu img {
  464. vertical-align: top;
  465. margin-right: 5px;
  466. }
  467. .bread-menu a {
  468. color: #606060;
  469. }
  470. .bread-menu a:hover, .bread-menu a:last-child {
  471. color: #1754a3;
  472. }
  473. .bread-menu a:last-child::after {
  474. display: none;
  475. }
  476. .inner-menu {
  477. font-size: 0;
  478. margin-top: 3.3333%;
  479. }
  480. .inner-menu a,.inner-menu .menuitem {
  481. display: inline-block;
  482. height: 45px;
  483. color: #666666;
  484. font-size: 16px;
  485. text-align: center;
  486. line-height: 45px;
  487. border: 1px solid #dbdbdb;
  488. border-right: none;
  489. vertical-align: middle;
  490. -webkit-transition: all .4s ease-out;
  491. -o-transition: all .4s ease-out;
  492. transition: all .4s ease-out;
  493. box-sizing: border-box;
  494. -webkit-box-sizing: border-box;
  495. -moz-box-sizing: border-box;
  496. padding-right: 10px;
  497. padding-left: 10px;
  498. }
  499. .inner-menu a:last-child ,.inner-menu .menuitem:last-child{
  500. border-right: 1px solid #dbdbdb;
  501. }
  502. .inner-menu a:hover, .inner-menu a.cur,.inner-menu .menuitem:hover,.inner-menu .menuitem.cur {
  503. background: #1754a3;
  504. color: #fff;
  505. }
  506. .inner-con {
  507. margin-top: 3.75%;
  508. }
  509. /*page-jump*/
  510. .page-jump {
  511. text-align: center;
  512. margin-top: 20px;
  513. }
  514. .page-jump > ul {
  515. font-size: 0;
  516. }
  517. .page-jump > ul > li {
  518. display: inline-block;
  519. border: 1px solid #e9e9e9;
  520. margin-left: 4px;
  521. margin-right: 4px;
  522. font-size: 16px;
  523. transition: all .3s ease;
  524. }
  525. .page-jump > ul > li a, .page-jump > ul > li span {
  526. display: block;
  527. padding: 6px 10px;
  528. color: #c7c7c7;
  529. transition: all .3s ease;
  530. cursor: pointer;
  531. }
  532. .page-jump > ul > li:hover a, .page-jump > ul > li.active span, .page-jump > ul > li:hover a {
  533. color: #fff;
  534. background: #1754a3;
  535. }
  536. .page-jump > ul > li:hover, .page-jump > ul > li.active {
  537. border-color: #1754a3;
  538. }
  539. .page-jump > ul > li:first-child span, .page-jump > ul > li:last-child span {
  540. color: #fff
  541. }
  542. .page-jump > ul > li:first-child, .page-jump > ul > li:last-child {
  543. background-color: #c7c7c7;
  544. border-color: #c7c7c7;
  545. }
  546. .page-jump > ul > li:first-child a, .page-jump > ul > li:last-child a, .page-jump > ul > li:first-child:hover a, .page-jump > ul > li:last-child:hover a {
  547. color: #fff;
  548. }
  549. .page-jump > ul > li:first-child:hover, .page-jump > ul > li:last-child:hover {
  550. background-color: #1754a3;
  551. border-color: #1754a3;
  552. }
  553. .page-jump > ul > li:first-child a, .page-jump > ul > li:last-child a {
  554. /*color: #fff;*/
  555. }
  556. .show-sm {
  557. display: none;
  558. }
  559. .menu-icon {
  560. position: relative;
  561. height: 20px;
  562. width: 30px;
  563. margin-top: 20px;
  564. display: none;
  565. }
  566. .menu-icon span {
  567. width: 30px;
  568. height: 1px;
  569. display: block;
  570. background: #434343;
  571. position: absolute;
  572. left: 0;
  573. -webkit-transition: all .5s ease;
  574. -moz-transition: all .5s ease;
  575. -ms-transition: all .5s ease;
  576. -o-transition: all .5s ease;
  577. transition: all .5s ease;
  578. }
  579. .icon-top {
  580. top: 0;
  581. }
  582. .icon-middle {
  583. top: 50%;
  584. margin-top: -0.5px;
  585. }
  586. .icon-bottom {
  587. bottom: 0;
  588. }
  589. .menu-icon.on .icon-top {
  590. -webkit-transform: translateY(10px)rotate(45deg);
  591. -moz-transform: translateY(10px)rotate(45deg);
  592. -ms-transform: translateY(10px)rotate(45deg);
  593. -o-transform: translateY(10px)rotate(45deg);
  594. transform: translateY(10px)rotate(45deg);
  595. }
  596. .menu-icon.on .icon-bottom {
  597. -webkit-transform: translateY(-9px)rotate(-45deg);
  598. -moz-transform: translateY(-9px)rotate(-45deg);
  599. -ms-transform: translateY(-9px)rotate(-45deg);
  600. -o-transform: translateY(-9px)rotate(-45deg);
  601. transform: translateY(-9px)rotate(-45deg);
  602. }
  603. .menu-icon.on .icon-middle {
  604. width: 0
  605. }
  606. .footer-code {
  607. display: none;
  608. }
  609. .footer-bottom .fl span {
  610. margin-right: 20px;
  611. }
  612. @media (max-width: 1770px) {
  613. .header-menu > ul >li > a {
  614. padding: 0 15px;
  615. }
  616. .header-menu > ul >li {
  617. margin: 0 15px;
  618. }
  619. }
  620. @media (max-width: 1540px) {
  621. .header-menu > ul >li > a {
  622. padding: 0 12px;
  623. }
  624. .header-menu > ul >li {
  625. margin: 0 12px;
  626. }
  627. }
  628. @media (max-width: 1440px) {
  629. .header, .header-logo {
  630. height: 100px
  631. }
  632. .header-logo img {
  633. width: auto;
  634. height: 65px
  635. }
  636. .header-menu > ul >li > a {
  637. padding: 0 10px;
  638. }
  639. .header-menu > ul >li {
  640. margin: 0 10px;
  641. }
  642. .header-menu, .header-share {
  643. margin-top: 40px;
  644. }
  645. }
  646. @media (max-width: 1280px) {
  647. .header-menu > ul >li > a {
  648. padding: 0 8px;
  649. }
  650. .header-menu > ul >li {
  651. margin: 0 8px;
  652. }
  653. .container2 {
  654. width: 90%;
  655. }
  656. }
  657. @media (max-width: 1200px) {
  658. .header-right, .header-share {
  659. display: block;
  660. float: right;
  661. }
  662. .show-sm {
  663. display: block;
  664. }
  665. .right-warp {
  666. float: right;
  667. }
  668. .header-menu {
  669. margin-top: 5px;
  670. }
  671. .header-share {
  672. margin-top: 15px;
  673. }
  674. .header-menu > ul >li:last-child {
  675. margin-right: 0;
  676. }
  677. .header-logo img {
  678. height: 60px;
  679. width: auto;
  680. }
  681. }
  682. @media (max-width: 992px) {
  683. .container {
  684. width: 90%;
  685. }
  686. .header-menu > ul >li > a {
  687. font-size: 14px;
  688. padding: 0 5px;
  689. cursor: pointer;
  690. }
  691. .header-menu > ul >li {
  692. margin: 0 5px;
  693. }
  694. .header-logo img {
  695. height: 50px;
  696. width: auto;
  697. }
  698. .inner-menu a {
  699. width: 120px;
  700. height: 40px;
  701. line-height: 40px;
  702. }
  703. .footer-div.footer-div2 {
  704. width: 100px;
  705. }
  706. .code-txt {
  707. font-size: 12px;
  708. line-height: 1.6
  709. }
  710. .footer-div.footer-div3 {
  711. width: 60%;
  712. }
  713. }
  714. @media (max-width: 768px) {
  715. .inner-con {
  716. margin-top: 30px;
  717. }
  718. .inner-con img {
  719. width: 100% !important;
  720. height: auto !important;
  721. }
  722. .header .container {
  723. width: 100%;
  724. padding-left: 5%;
  725. padding-right: 5%;
  726. box-sizing: border-box;
  727. -webkit-box-sizing: border-box;
  728. -moz-box-sizing: border-box;
  729. }
  730. .header-right {
  731. display: none;
  732. position: absolute;
  733. top: 60px;
  734. float: none;
  735. left: 0;
  736. z-index: 9999;
  737. padding-top: 10px;
  738. padding-bottom: 10px;
  739. text-align: center;
  740. width: 100%;
  741. background: rgba(255, 255, 255, .9);
  742. }
  743. .header-share {
  744. display: none;
  745. }
  746. .header, .header-logo {
  747. height: 60px;
  748. }
  749. .header-logo img {
  750. height: 45px;
  751. width: auto;
  752. }
  753. .menu-icon {
  754. display: block;
  755. }
  756. .header-menu > ul > li {
  757. margin: 0;
  758. display: block;
  759. float: none;
  760. width: 100%;
  761. transform: translateY(-26px);
  762. -ms-transform: translateY(-26px);
  763. -moz-transform: translateY(-26px);
  764. -webkit-transform: translateY(-26px);
  765. -o-transform: translateY(-26px);
  766. transition: 1s cubic-bezier(0.35, 2, 0.35, 1), opacity 1s;
  767. opacity: 0;
  768. }
  769. .header-menu > ul > li:nth-child(2) {
  770. transition: 1.1s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.1s;
  771. }
  772. .header-menu > ul > li:nth-child(3) {
  773. transition: 1.2s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.2s;
  774. }
  775. .header-menu > ul > li:nth-child(4) {
  776. transition: 1.3s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.3s;
  777. }
  778. .header-menu > ul > li:nth-child(5) {
  779. transition: 1.4s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.4s;
  780. }
  781. .header-menu > ul > li:nth-child(6) {
  782. transition: 1.5s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.5s;
  783. }
  784. .header-menu > ul > li:nth-child(7) {
  785. transition: 1.6s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.6s;
  786. }
  787. .header-menu > ul > li.header-li-show {
  788. transform: translateY(0px);
  789. -ms-transform: translateY(0px); /* IE 9 */
  790. -moz-transform: translateY(0px); /* Firefox */
  791. -webkit-transform: translateY(0px); /* Safari 和 Chrome */
  792. -o-transform: translateY(0px); /* Opera */
  793. opacity: .9;
  794. }
  795. .header-menu > ul > li > a {
  796. padding: 0;
  797. }
  798. .header-menu > ul > li.active > a, .header-menu > ul > li:hover > a {
  799. background: #1754a3;
  800. color: #fff;
  801. }
  802. .header-menu > ul > li > a span {
  803. position: relative;
  804. padding: 0 15px;
  805. }
  806. .header-menu > ul > li > a span::before {
  807. content: "";
  808. width: 6px;
  809. height: 10px;
  810. position: absolute;
  811. right: 0;
  812. top: 50%;
  813. background: url(../images/right-icon.png) no-repeat;
  814. background-size: 6px 10px;
  815. margin-top: -5px;
  816. -webkit-transition: all .4s ease-out;
  817. -o-transition: all .4s ease-out;
  818. transition: all .4s ease-out;
  819. }
  820. .header-menu > ul > li:hover > a span::before {
  821. background: url(../images/right-icon2.png) no-repeat;
  822. background-size: 6px 10px;
  823. transform: rotate(90deg);
  824. -ms-transform: rotate(90deg);
  825. -moz-transform: rotate(90deg);
  826. -webkit-transform: rotate(90deg);
  827. -o-transform: rotate(90deg);
  828. }
  829. .sub-menu-ul {
  830. position: relative;
  831. }
  832. .sub-menu-ul > li {
  833. width: auto;
  834. font-size: 12px;
  835. }
  836. /*footer*/
  837. .footer-div.footer-div1, .footer-div.footer-div2 {
  838. display: none;
  839. }
  840. .footer-div.footer-div3 {
  841. float: none;
  842. }
  843. .footer-menu ul li {
  844. width: 100%;
  845. text-align: left;
  846. }
  847. .footer-menu ul li, .footer-menu ul li:first-child::after {
  848. background: none
  849. }
  850. .footer-menu ul li dt {
  851. height: 45px;
  852. line-height: 45px;
  853. margin: 0;
  854. font-size: 14px;
  855. border-bottom: 1px solid #d6d6d6;
  856. position: relative;
  857. }
  858. .footer-menu ul li dd {
  859. height: 40px;
  860. line-height: 40px;
  861. border-bottom: 1px solid #d6d6d6;
  862. padding-left: 10px;
  863. box-sizing: border-box;
  864. box-sizing: -webkit-border-box;
  865. -moz-box-sizing: border-box;
  866. }
  867. .footer-menu ul li dt::after {
  868. position: absolute;
  869. content: "";
  870. width: 9px;
  871. height: 15px;
  872. background: url(../images/right-icon3.png) no-repeat;
  873. background-size: 9px 15px;
  874. right: 10px;
  875. top: 50%;
  876. margin-top: -7.5px;
  877. -webkit-transition: all .4s ease-out;
  878. -o-transition: all .4s ease-out;
  879. transition: all .4s ease-out;
  880. }
  881. .footer-menu ul li.move dt::after {
  882. transform: rotate(90deg);
  883. -ms-transform: rotate(90deg);
  884. -moz-transform: rotate(90deg);
  885. -webkit-transform: rotate(90deg);
  886. -o-transform: rotate(90deg);
  887. }
  888. .bottom-menu, .partner, .menu-warp {
  889. display: none;
  890. }
  891. .footer-bottom {
  892. height: auto;
  893. line-height: 20px;
  894. padding-top: 10px;
  895. padding-bottom: 10px;
  896. }
  897. .footer-bottom span {
  898. display: block;
  899. }
  900. .footer-code {
  901. display: block;
  902. margin-top: 5%;
  903. width: 135px;
  904. font-size: 16px;
  905. color: #1655a3;
  906. position: relative;
  907. }
  908. .code-txt {
  909. color: #1655a3
  910. }
  911. .code-img {
  912. position: absolute;
  913. width: 120px;
  914. right: -130px;
  915. top: -50%;
  916. margin-top: -60px;
  917. z-index: 999;
  918. display: none;
  919. }
  920. .tit-zh {
  921. font-size: 24px;
  922. }
  923. .tit-line {
  924. margin-top: 10px;
  925. margin-bottom: 8px;
  926. height: 1px;
  927. }
  928. .tit-en {
  929. font-size: 14px;
  930. }
  931. .inner-tit>div {
  932. float: none;
  933. display: block;
  934. }
  935. .bread-menu {
  936. vertical-align: bottom;
  937. margin-top: 15px;
  938. padding-top: 0
  939. }
  940. }
  941. @media (max-width: 480px) {
  942. .tit-zh {
  943. font-size: 20px;
  944. }
  945. .tit-line {
  946. margin-top: 8px;
  947. margin-bottom: 7px;
  948. height: 1px;
  949. }
  950. .tit-en {
  951. font-size: 14px;
  952. }
  953. }
  954. /*QRcode*/
  955. #code {
  956. display: none;
  957. position: fixed;
  958. z-index: 99999;
  959. left: 50%;
  960. top: 50%;
  961. transform: translate(-50%, -50%);
  962. -ms-transform: translate(-50%, -50%); /* IE 9 */
  963. -moz-transform: translate(-50%, -50%); /* Firefox */
  964. -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
  965. -o-transform: translate(-50%, -50%); /* Opera */
  966. background-color: #fff;
  967. font-size: 20px;
  968. padding: 22px 12px 10px;
  969. font-family: "Microsoft YaHei";
  970. color: #1A8BD6;
  971. }
  972. #code .code-close {
  973. position: absolute;
  974. color: #cd0e18;
  975. font-size: 32px;
  976. width: 24px;
  977. height: 20px;
  978. line-height: 20px;
  979. text-align: center;
  980. top: 8px;
  981. right: 8px;
  982. cursor: pointer;
  983. transition: all .5s ease;
  984. }
  985. #code canvas {
  986. display: block;
  987. vertical-align: top;
  988. margin: 12px auto 10px;
  989. }
  990. .partner-list a{ color:#707070; font-size:12px}
  991. /*织梦无忧网新增翻页样式 各类模版第一站 www.dedecms51.com*/
  992. .pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
  993. .pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
  994. .pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
  995. .pagess ul li:hover a{color:#fff;}
  996. .pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
  997. .pagess ul li.thisclass a {color: #fff;}
  998. .pagess ul li a{ display:block;color:#999}
  999. .pagess ul li a:hover {color: #fff;}
  1000. /* 联系我们 */
  1001. .contcat-form-container{
  1002. width: 340px;
  1003. max-width: 90%;
  1004. background-color: #fff;
  1005. position: fixed;
  1006. left: 50%;
  1007. top: 150px;
  1008. z-index: 9999;
  1009. transform: translateX(-50%);
  1010. box-shadow: 1px 4px 4px rgba(0,0,0,.6);
  1011. border-radius: 20px;
  1012. display: none;
  1013. }
  1014. .contcat-form{
  1015. padding: 20px;
  1016. background-color: #fff;
  1017. position: relative;
  1018. }
  1019. .contcat-form .close{
  1020. width: 20px;
  1021. height: 20px;
  1022. border: 1px solid #666;
  1023. color: #666;
  1024. text-align: center;
  1025. line-height: 20px;
  1026. border-radius: 50%;
  1027. position: absolute;
  1028. right: 10px;
  1029. top: 10px;
  1030. cursor: pointer;
  1031. }
  1032. .form-item{
  1033. margin-bottom: 10px;
  1034. }
  1035. .form-item .lable{
  1036. padding-bottom: 10px;
  1037. }
  1038. .form-item .form-item-cont input{
  1039. -webkit-appearance: none;
  1040. background-color: #fff;
  1041. background-image: none;
  1042. border-radius: 4px;
  1043. border: 1px solid #dcdfe6;
  1044. box-sizing: border-box;
  1045. color: #606266;
  1046. display: inline-block;
  1047. font-size: inherit;
  1048. height: 40px;
  1049. line-height: 40px;
  1050. outline: none;
  1051. padding: 0 15px;
  1052. transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  1053. width: 100%;
  1054. }
  1055. .contcatSubmit{
  1056. width: 100%;
  1057. display: inline-block;
  1058. line-height: 1;
  1059. white-space: nowrap;
  1060. cursor: pointer;
  1061. background: #fff;
  1062. border: 1px solid #dcdfe6;
  1063. color: #606266;
  1064. text-align: center;
  1065. box-sizing: border-box;
  1066. outline: none;
  1067. margin: 0;
  1068. transition: .1s;
  1069. font-weight: 500;
  1070. -moz-user-select: none;
  1071. -webkit-user-select: none;
  1072. -ms-user-select: none;
  1073. padding: 12px 20px;
  1074. font-size: 14px;
  1075. border-radius: 4px;
  1076. color: #fff;
  1077. background-color: #409eff;
  1078. border-color: #409eff;
  1079. }
  1080. /* 点击体验 */
  1081. .word-scratchy .clickbt{
  1082. display: inline-block;
  1083. line-height: 1;
  1084. white-space: nowrap;
  1085. cursor: pointer;
  1086. background: #fff;
  1087. border: 1px solid #dcdfe6;
  1088. color: #606266;
  1089. text-align: center;
  1090. box-sizing: border-box;
  1091. outline: none;
  1092. margin: 0;
  1093. transition: .1s;
  1094. font-weight: 500;
  1095. -moz-user-select: none;
  1096. -webkit-user-select: none;
  1097. -ms-user-select: none;
  1098. padding: 10px 15px;
  1099. font-size: 14px;
  1100. border-radius: 4px;
  1101. color: #fff;
  1102. background-color: #409eff;
  1103. border-color: #409eff;
  1104. }
  1105. .word-scratchy{
  1106. color: #333;
  1107. font-size: 14px;
  1108. border-radius: 8px;
  1109. display: flex;
  1110. align-items: center;
  1111. justify-content: flex-start;
  1112. }
  1113. .word-scratchy .click {
  1114. display: block;
  1115. width: 35px;
  1116. height: 35px;
  1117. border-radius: 50%;
  1118. position: relative;
  1119. border: 4px solid #fe1456;
  1120. text-align: center;
  1121. line-height: 35px;
  1122. font-size: 12px;
  1123. color: #333;
  1124. margin-right: 5px;
  1125. animation: warn 1.7s ease-out 0s infinite;
  1126. }
  1127. .click:after {
  1128. display: block;
  1129. content: '';
  1130. width: 30px;
  1131. height:30px;
  1132. position: absolute;
  1133. left: 50%;
  1134. top: 50%;
  1135. border-radius: 50%;
  1136. margin-left: -15px;
  1137. margin-top: -15px;
  1138. border: 3px solid #fe1456;
  1139. box-sizing: border-box;
  1140. animation: warn 1.7s ease-out 0.7s reverse infinite;
  1141. }
  1142. @keyframes warn {
  1143. 0% {
  1144. transform: scale(0.4);
  1145. opacity: 1;
  1146. }
  1147. 30% {
  1148. opacity: 1;
  1149. }
  1150. 100% {
  1151. transform: scale(1.1);
  1152. opacity: 0;
  1153. }
  1154. }