common.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985
  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-menu > ul >li {
  106. float: left;
  107. margin: 0 20px;
  108. position: relative;
  109. padding-right: 10px;
  110. padding-left: 10px;
  111. }
  112. .header-menu > ul >li > a {
  113. color: #464646;
  114. font-size: 16px;
  115. display: block;
  116. height: 100%;
  117. padding: 0 10px;
  118. height: 35px;
  119. line-height: 35px;
  120. -webkit-transition: all .4s ease-out;
  121. -o-transition: all .4s ease-out;
  122. transition: all .4s ease-out;
  123. position: relative;
  124. z-index: 2;
  125. cursor: pointer;
  126. }
  127. .sub-menu-ul {
  128. position: absolute;
  129. width: 140px;
  130. text-align: center;
  131. overflow: hidden;
  132. display: none;
  133. z-index: 999;
  134. }
  135. .header-menu > ul >li:hover >a {
  136. color: #fff;
  137. }
  138. .header-menu > ul >li >a::after {
  139. content: "";
  140. width: 0%;
  141. height: 100%;
  142. background: #1754a3;
  143. display: block;
  144. position: absolute;
  145. left: 50%;
  146. transform: translateX(-50%);
  147. -webkit-transform: translateX(-50%);
  148. -moz-transform: translateX(-50%);
  149. bottom: 0;
  150. z-index: -1;
  151. -webkit-transition: all .4s ease-out;
  152. -o-transition: all .4s ease-out;
  153. transition: all .4s ease-out;
  154. }
  155. .header-menu > ul >li:hover a::after {
  156. width: 100%;
  157. }
  158. .header-menu > ul > li.only-child a::after, .header-menu > ul > li.cur a::after {
  159. content: "";
  160. position: absolute;
  161. display: block;
  162. width: 0%;
  163. left: 50%;
  164. transform: translateX(-50%);
  165. -webkit-transform: translateX(-50%);
  166. -moz-transform: translateX(-50%);
  167. bottom: 0;
  168. height: 2px;
  169. background: #1754a3;
  170. -webkit-transition: all .4s ease-out;
  171. -o-transition: all .4s ease-out;
  172. transition: all .4s ease-out;
  173. color: #fff;
  174. }
  175. .header-menu > ul > li.only-child:hover a {
  176. background: transparent;
  177. color: #1754a3;
  178. }
  179. .header-menu > ul > li.only-child:hover a::after, .header-menu > ul > li.cur a::after {
  180. width: 100%;
  181. }
  182. .sub-menu-ul >li {
  183. height: 35px;
  184. line-height: 35px;
  185. background: #1754a3;
  186. text-align: center;
  187. font-size: 12px;
  188. border-top: 1px solid #084199;
  189. border-bottom: 1px solid #116bc9;
  190. -webkit-transition: all .4s ease-out;
  191. -o-transition: all .4s ease-out;
  192. transition: all .4s ease-out;
  193. }
  194. .sub-menu-ul >li:last-child {
  195. border-bottom: none;
  196. }
  197. .sub-menu-ul >li a {
  198. display: block;
  199. width: 100%;
  200. height: 100%;
  201. color: #fff
  202. }
  203. .sub-menu-ul >li:hover, .header-menu > ul > li.cur:hover {
  204. background: #266bc4;
  205. }
  206. /*header-search*/
  207. .header-share ul li {
  208. float: left;
  209. width: 28px;
  210. height: 29px;
  211. margin-right: 7px;
  212. background: url(../images/icon1.png) no-repeat;
  213. -webkit-transition: all .4s ease-out;
  214. -o-transition: all .4s ease-out;
  215. transition: all .4s ease-out;
  216. position: relative;
  217. }
  218. .header-share ul li:hover {
  219. background: url(../images/icon2.png) no-repeat;
  220. }
  221. .header-share ul li a {
  222. display: block;
  223. width: 100%;
  224. height: 100%;
  225. }
  226. .header-share ul li:last-child {
  227. margin-right: 0;
  228. }
  229. .header-share ul li:first-child {
  230. background-position: 0 0;
  231. }
  232. .header-share ul li:first-child+li {
  233. background-position: -35px 0;
  234. }
  235. .header-share ul li:first-child+li+li {
  236. background-position: -70px 0;
  237. }
  238. .header-share ul li:first-child+li+li+li {
  239. background-position: -105px 0;
  240. }
  241. .search {
  242. position: absolute;
  243. width: 0px;
  244. height: 29px;
  245. line-height: 29px;
  246. border: 1px solid #dcdcdc;
  247. border-width: 0;
  248. left: 35px;
  249. top: 0;
  250. -webkit-transition: all .4s ease-out;
  251. -o-transition: all .4s ease-out;
  252. transition: all .4s ease-out;
  253. box-sizing: border-box;
  254. -webkit-box-sizing: border-box;
  255. -moz-box-sizing: border-box;
  256. font-size: 0;
  257. background: #fff;
  258. z-index: 2;
  259. overflow: hidden;
  260. }
  261. .search-ipt {
  262. width: 120px;
  263. padding-left: 10px;
  264. border: none;
  265. height: 27px;
  266. line-height: 27px;
  267. font-size: 12px;
  268. display: inline-block;
  269. background: #fff;
  270. vertical-align: top;
  271. }
  272. .search-submit {
  273. width: 27px;
  274. height: 27px;
  275. border: none;
  276. display: inline-block;
  277. background: url(../images/search.png) no-repeat center;
  278. background-color: #666;
  279. vertical-align: top;
  280. -webkit-transition: all .4s ease-out;
  281. -o-transition: all .4s ease-out;
  282. transition: all .4s ease-out;
  283. cursor: pointer;
  284. }
  285. .search-submit:hover {
  286. background-color: #333;
  287. }
  288. /*sec-tit*/
  289. .sec-tit {
  290. text-align: center;
  291. }
  292. .tit-zh {
  293. font-size: 30px;
  294. color: #373737;
  295. line-height: 1;
  296. }
  297. .tit-line {
  298. width: 55px;
  299. height: 3px;
  300. background: #cfcece;
  301. margin: 0 auto;
  302. margin-top: 15px;
  303. margin-bottom: 12px;
  304. }
  305. .tit-en {
  306. font-size: 16px;
  307. color: #bebebe;
  308. line-height: 1;
  309. text-transform: uppercase;
  310. }
  311. /*footer*/
  312. .footer {
  313. margin-top: 1.858%;
  314. padding-top: 4.73%;
  315. background: #f5f5f5;
  316. }
  317. .footer-div.footer-div1 {
  318. width: 18.575%;
  319. }
  320. .footer-logo {
  321. width: 85.3333%;
  322. margin-bottom: 11.6667%;
  323. }
  324. .conpany-name {
  325. font-size: 18px;
  326. color: #2b2b2b;
  327. line-height: 1;
  328. margin-bottom: 5px;
  329. }
  330. .company-info p, .company-info a {
  331. font-size: 12px;
  332. color: #545454;
  333. line-height: 24px;
  334. -webkit-transition: all .4s ease-out;
  335. -o-transition: all .4s ease-out;
  336. transition: all .4s ease-out;
  337. }
  338. .company-info a:hover {
  339. color: #1754a3;
  340. }
  341. .footer-div.footer-div2 {
  342. width: 135px;
  343. margin-left: 3.4%;
  344. }
  345. .code-txt {
  346. font-size: 14px;
  347. color: #747474;
  348. text-align: center;
  349. line-height: 1;
  350. margin-top: 8px;
  351. }
  352. .footer-div.footer-div3 {
  353. width: 45.2%;
  354. }
  355. .footer-menu ul li {
  356. float: left;
  357. width: 23.66667%;
  358. text-align: center;
  359. color: #515151;
  360. font-size: 16px;
  361. background: url(../images/border-line.png) no-repeat right top;
  362. background-size: auto 100%;
  363. position: relative;
  364. }
  365. .footer-menu ul li:first-child::after {
  366. content: "";
  367. position: absolute;
  368. width: 2px;
  369. height: 100%;
  370. display: block;
  371. left: 0;
  372. top: 0;
  373. background: url(../images/border-line.png) no-repeat right top;
  374. background-size: auto 100%;
  375. }
  376. .footer-menu ul li dt {
  377. margin-bottom: 15px;
  378. line-height: 1;
  379. }
  380. .footer-menu ul li dt a {
  381. color: #515151;
  382. }
  383. .footer-menu ul li dd a {
  384. font-size: 12px;
  385. color: #707070;
  386. line-height: 24px;
  387. }
  388. .footer-menu ul li dd a:hover, .partner-list span a:hover {
  389. color: #1754a3
  390. }
  391. .partner {
  392. margin-top: 4.109%;
  393. }
  394. .partner .partner-tit {
  395. margin-bottom: 2.74%;
  396. font-size: 16px;
  397. color: #515151;
  398. }
  399. .partner-list span a {
  400. font-size: 12px;
  401. color: #707070;
  402. padding-right: 20px;
  403. line-height: 24px;
  404. }
  405. .footer-bottom {
  406. background: #1754a3;
  407. width: 100%;
  408. height: 45px;
  409. line-height: 45px;
  410. font-size: 12px;
  411. color: #ffffff;
  412. margin-top: 4.73%;
  413. }
  414. .bottom-menu a::after {
  415. content: "|";
  416. font-size: 12px;
  417. color: #fff;
  418. margin: 0 15px;
  419. }
  420. .bottom-menu span:last-child a::after {
  421. display: none;
  422. }
  423. /*inner-tit*/
  424. .inner-tit {
  425. margin-top: 30px;
  426. }
  427. .tit1 {
  428. font-size: 24px;
  429. color: #1754a3;
  430. padding-left: 10px;
  431. border-left: 3px solid #1754a3;
  432. }
  433. .tit2 {
  434. font-size: 12px;
  435. color: #9c9c9c;
  436. margin-top: 5px;
  437. }
  438. .bread-menu {
  439. color: #606060;
  440. font-size: 12px;
  441. font-family: "宋体";
  442. vertical-align: middle;
  443. padding-top: 36px;
  444. }
  445. .bread-menu img {
  446. vertical-align: top;
  447. margin-right: 5px;
  448. }
  449. .bread-menu a {
  450. color: #606060;
  451. }
  452. .bread-menu a:hover, .bread-menu a:last-child {
  453. color: #1754a3;
  454. }
  455. .bread-menu a:last-child::after {
  456. display: none;
  457. }
  458. .inner-menu {
  459. font-size: 0;
  460. margin-top: 3.3333%;
  461. }
  462. .inner-menu a,.inner-menu .menuitem {
  463. display: inline-block;
  464. height: 45px;
  465. color: #666666;
  466. font-size: 16px;
  467. text-align: center;
  468. line-height: 45px;
  469. border: 1px solid #dbdbdb;
  470. border-right: none;
  471. vertical-align: middle;
  472. -webkit-transition: all .4s ease-out;
  473. -o-transition: all .4s ease-out;
  474. transition: all .4s ease-out;
  475. box-sizing: border-box;
  476. -webkit-box-sizing: border-box;
  477. -moz-box-sizing: border-box;
  478. padding-right: 10px;
  479. padding-left: 10px;
  480. }
  481. .inner-menu a:last-child ,.inner-menu .menuitem:last-child{
  482. border-right: 1px solid #dbdbdb;
  483. }
  484. .inner-menu a:hover, .inner-menu a.cur,.inner-menu .menuitem:hover,.inner-menu .menuitem.cur {
  485. background: #1754a3;
  486. color: #fff;
  487. }
  488. .inner-con {
  489. margin-top: 3.75%;
  490. }
  491. /*page-jump*/
  492. .page-jump {
  493. text-align: center;
  494. margin-top: 20px;
  495. }
  496. .page-jump > ul {
  497. font-size: 0;
  498. }
  499. .page-jump > ul > li {
  500. display: inline-block;
  501. border: 1px solid #e9e9e9;
  502. margin-left: 4px;
  503. margin-right: 4px;
  504. font-size: 16px;
  505. transition: all .3s ease;
  506. }
  507. .page-jump > ul > li a, .page-jump > ul > li span {
  508. display: block;
  509. padding: 6px 10px;
  510. color: #c7c7c7;
  511. transition: all .3s ease;
  512. cursor: pointer;
  513. }
  514. .page-jump > ul > li:hover a, .page-jump > ul > li.active span, .page-jump > ul > li:hover a {
  515. color: #fff;
  516. background: #1754a3;
  517. }
  518. .page-jump > ul > li:hover, .page-jump > ul > li.active {
  519. border-color: #1754a3;
  520. }
  521. .page-jump > ul > li:first-child span, .page-jump > ul > li:last-child span {
  522. color: #fff
  523. }
  524. .page-jump > ul > li:first-child, .page-jump > ul > li:last-child {
  525. background-color: #c7c7c7;
  526. border-color: #c7c7c7;
  527. }
  528. .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 {
  529. color: #fff;
  530. }
  531. .page-jump > ul > li:first-child:hover, .page-jump > ul > li:last-child:hover {
  532. background-color: #1754a3;
  533. border-color: #1754a3;
  534. }
  535. .page-jump > ul > li:first-child a, .page-jump > ul > li:last-child a {
  536. /*color: #fff;*/
  537. }
  538. .show-sm {
  539. display: none;
  540. }
  541. .menu-icon {
  542. position: relative;
  543. height: 20px;
  544. width: 30px;
  545. margin-top: 20px;
  546. display: none;
  547. }
  548. .menu-icon span {
  549. width: 30px;
  550. height: 1px;
  551. display: block;
  552. background: #434343;
  553. position: absolute;
  554. left: 0;
  555. -webkit-transition: all .5s ease;
  556. -moz-transition: all .5s ease;
  557. -ms-transition: all .5s ease;
  558. -o-transition: all .5s ease;
  559. transition: all .5s ease;
  560. }
  561. .icon-top {
  562. top: 0;
  563. }
  564. .icon-middle {
  565. top: 50%;
  566. margin-top: -0.5px;
  567. }
  568. .icon-bottom {
  569. bottom: 0;
  570. }
  571. .menu-icon.on .icon-top {
  572. -webkit-transform: translateY(10px)rotate(45deg);
  573. -moz-transform: translateY(10px)rotate(45deg);
  574. -ms-transform: translateY(10px)rotate(45deg);
  575. -o-transform: translateY(10px)rotate(45deg);
  576. transform: translateY(10px)rotate(45deg);
  577. }
  578. .menu-icon.on .icon-bottom {
  579. -webkit-transform: translateY(-9px)rotate(-45deg);
  580. -moz-transform: translateY(-9px)rotate(-45deg);
  581. -ms-transform: translateY(-9px)rotate(-45deg);
  582. -o-transform: translateY(-9px)rotate(-45deg);
  583. transform: translateY(-9px)rotate(-45deg);
  584. }
  585. .menu-icon.on .icon-middle {
  586. width: 0
  587. }
  588. .footer-code {
  589. display: none;
  590. }
  591. .footer-bottom .fl span {
  592. margin-right: 20px;
  593. }
  594. @media (max-width: 1770px) {
  595. .header-menu > ul >li > a {
  596. padding: 0 15px;
  597. }
  598. .header-menu > ul >li {
  599. margin: 0 15px;
  600. }
  601. }
  602. @media (max-width: 1540px) {
  603. .header-menu > ul >li > a {
  604. padding: 0 12px;
  605. }
  606. .header-menu > ul >li {
  607. margin: 0 12px;
  608. }
  609. }
  610. @media (max-width: 1440px) {
  611. .header, .header-logo {
  612. height: 100px
  613. }
  614. .header-logo img {
  615. width: auto;
  616. height: 65px
  617. }
  618. .header-menu > ul >li > a {
  619. padding: 0 10px;
  620. }
  621. .header-menu > ul >li {
  622. margin: 0 10px;
  623. }
  624. .header-menu, .header-share {
  625. margin-top: 40px;
  626. }
  627. }
  628. @media (max-width: 1280px) {
  629. .header-menu > ul >li > a {
  630. padding: 0 8px;
  631. }
  632. .header-menu > ul >li {
  633. margin: 0 8px;
  634. }
  635. .container2 {
  636. width: 90%;
  637. }
  638. }
  639. @media (max-width: 1200px) {
  640. .header-right, .header-share {
  641. display: block;
  642. float: right;
  643. }
  644. .show-sm {
  645. display: block;
  646. }
  647. .right-warp {
  648. float: right;
  649. }
  650. .header-menu {
  651. margin-top: 5px;
  652. }
  653. .header-share {
  654. margin-top: 15px;
  655. }
  656. .header-menu > ul >li:last-child {
  657. margin-right: 0;
  658. }
  659. .header-logo img {
  660. height: 60px;
  661. width: auto;
  662. }
  663. }
  664. @media (max-width: 992px) {
  665. .container {
  666. width: 90%;
  667. }
  668. .header-menu > ul >li > a {
  669. font-size: 14px;
  670. padding: 0 5px;
  671. cursor: pointer;
  672. }
  673. .header-menu > ul >li {
  674. margin: 0 5px;
  675. }
  676. .header-logo img {
  677. height: 50px;
  678. width: auto;
  679. }
  680. .inner-menu a {
  681. width: 120px;
  682. height: 40px;
  683. line-height: 40px;
  684. }
  685. .footer-div.footer-div2 {
  686. width: 100px;
  687. }
  688. .code-txt {
  689. font-size: 12px;
  690. line-height: 1.6
  691. }
  692. .footer-div.footer-div3 {
  693. width: 60%;
  694. }
  695. }
  696. @media (max-width: 768px) {
  697. .inner-con {
  698. margin-top: 30px;
  699. }
  700. .inner-con img {
  701. width: 100% !important;
  702. height: auto !important;
  703. }
  704. .header .container {
  705. width: 100%;
  706. padding-left: 5%;
  707. padding-right: 5%;
  708. box-sizing: border-box;
  709. -webkit-box-sizing: border-box;
  710. -moz-box-sizing: border-box;
  711. }
  712. .header-right {
  713. display: none;
  714. position: absolute;
  715. top: 60px;
  716. float: none;
  717. left: 0;
  718. z-index: 9999;
  719. padding-top: 10px;
  720. padding-bottom: 10px;
  721. text-align: center;
  722. width: 100%;
  723. background: rgba(255, 255, 255, .9);
  724. }
  725. .header-share {
  726. display: none;
  727. }
  728. .header, .header-logo {
  729. height: 60px;
  730. }
  731. .header-logo img {
  732. height: 45px;
  733. width: auto;
  734. }
  735. .menu-icon {
  736. display: block;
  737. }
  738. .header-menu > ul > li {
  739. margin: 0;
  740. display: block;
  741. float: none;
  742. width: 100%;
  743. transform: translateY(-26px);
  744. -ms-transform: translateY(-26px);
  745. -moz-transform: translateY(-26px);
  746. -webkit-transform: translateY(-26px);
  747. -o-transform: translateY(-26px);
  748. transition: 1s cubic-bezier(0.35, 2, 0.35, 1), opacity 1s;
  749. opacity: 0;
  750. }
  751. .header-menu > ul > li:nth-child(2) {
  752. transition: 1.1s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.1s;
  753. }
  754. .header-menu > ul > li:nth-child(3) {
  755. transition: 1.2s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.2s;
  756. }
  757. .header-menu > ul > li:nth-child(4) {
  758. transition: 1.3s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.3s;
  759. }
  760. .header-menu > ul > li:nth-child(5) {
  761. transition: 1.4s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.4s;
  762. }
  763. .header-menu > ul > li:nth-child(6) {
  764. transition: 1.5s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.5s;
  765. }
  766. .header-menu > ul > li:nth-child(7) {
  767. transition: 1.6s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.6s;
  768. }
  769. .header-menu > ul > li.header-li-show {
  770. transform: translateY(0px);
  771. -ms-transform: translateY(0px); /* IE 9 */
  772. -moz-transform: translateY(0px); /* Firefox */
  773. -webkit-transform: translateY(0px); /* Safari 和 Chrome */
  774. -o-transform: translateY(0px); /* Opera */
  775. opacity: .9;
  776. }
  777. .header-menu > ul > li > a {
  778. padding: 0;
  779. }
  780. .header-menu > ul > li.active > a, .header-menu > ul > li:hover > a {
  781. background: #1754a3;
  782. color: #fff;
  783. }
  784. .header-menu > ul > li > a span {
  785. position: relative;
  786. padding: 0 15px;
  787. }
  788. .header-menu > ul > li > a span::before {
  789. content: "";
  790. width: 6px;
  791. height: 10px;
  792. position: absolute;
  793. right: 0;
  794. top: 50%;
  795. background: url(../images/right-icon.png) no-repeat;
  796. background-size: 6px 10px;
  797. margin-top: -5px;
  798. -webkit-transition: all .4s ease-out;
  799. -o-transition: all .4s ease-out;
  800. transition: all .4s ease-out;
  801. }
  802. .header-menu > ul > li:hover > a span::before {
  803. background: url(../images/right-icon2.png) no-repeat;
  804. background-size: 6px 10px;
  805. transform: rotate(90deg);
  806. -ms-transform: rotate(90deg);
  807. -moz-transform: rotate(90deg);
  808. -webkit-transform: rotate(90deg);
  809. -o-transform: rotate(90deg);
  810. }
  811. .sub-menu-ul {
  812. position: relative;
  813. }
  814. .sub-menu-ul > li {
  815. width: auto;
  816. font-size: 12px;
  817. }
  818. /*footer*/
  819. .footer-div.footer-div1, .footer-div.footer-div2 {
  820. display: none;
  821. }
  822. .footer-div.footer-div3 {
  823. float: none;
  824. }
  825. .footer-menu ul li {
  826. width: 100%;
  827. text-align: left;
  828. }
  829. .footer-menu ul li, .footer-menu ul li:first-child::after {
  830. background: none
  831. }
  832. .footer-menu ul li dt {
  833. height: 45px;
  834. line-height: 45px;
  835. margin: 0;
  836. font-size: 14px;
  837. border-bottom: 1px solid #d6d6d6;
  838. position: relative;
  839. }
  840. .footer-menu ul li dd {
  841. height: 40px;
  842. line-height: 40px;
  843. border-bottom: 1px solid #d6d6d6;
  844. padding-left: 10px;
  845. box-sizing: border-box;
  846. box-sizing: -webkit-border-box;
  847. -moz-box-sizing: border-box;
  848. }
  849. .footer-menu ul li dt::after {
  850. position: absolute;
  851. content: "";
  852. width: 9px;
  853. height: 15px;
  854. background: url(../images/right-icon3.png) no-repeat;
  855. background-size: 9px 15px;
  856. right: 10px;
  857. top: 50%;
  858. margin-top: -7.5px;
  859. -webkit-transition: all .4s ease-out;
  860. -o-transition: all .4s ease-out;
  861. transition: all .4s ease-out;
  862. }
  863. .footer-menu ul li.move dt::after {
  864. transform: rotate(90deg);
  865. -ms-transform: rotate(90deg);
  866. -moz-transform: rotate(90deg);
  867. -webkit-transform: rotate(90deg);
  868. -o-transform: rotate(90deg);
  869. }
  870. .bottom-menu, .partner, .menu-warp {
  871. display: none;
  872. }
  873. .footer-bottom {
  874. height: auto;
  875. line-height: 20px;
  876. padding-top: 10px;
  877. padding-bottom: 10px;
  878. }
  879. .footer-bottom span {
  880. display: block;
  881. }
  882. .footer-code {
  883. display: block;
  884. margin-top: 5%;
  885. width: 135px;
  886. font-size: 16px;
  887. color: #1655a3;
  888. position: relative;
  889. }
  890. .code-txt {
  891. color: #1655a3
  892. }
  893. .code-img {
  894. position: absolute;
  895. width: 120px;
  896. right: -130px;
  897. top: -50%;
  898. margin-top: -60px;
  899. z-index: 999;
  900. display: none;
  901. }
  902. .tit-zh {
  903. font-size: 24px;
  904. }
  905. .tit-line {
  906. margin-top: 10px;
  907. margin-bottom: 8px;
  908. height: 1px;
  909. }
  910. .tit-en {
  911. font-size: 14px;
  912. }
  913. .inner-tit>div {
  914. float: none;
  915. display: block;
  916. }
  917. .bread-menu {
  918. vertical-align: bottom;
  919. margin-top: 15px;
  920. padding-top: 0
  921. }
  922. }
  923. @media (max-width: 480px) {
  924. .tit-zh {
  925. font-size: 20px;
  926. }
  927. .tit-line {
  928. margin-top: 8px;
  929. margin-bottom: 7px;
  930. height: 1px;
  931. }
  932. .tit-en {
  933. font-size: 14px;
  934. }
  935. }
  936. /*QRcode*/
  937. #code {
  938. display: none;
  939. position: fixed;
  940. z-index: 99999;
  941. left: 50%;
  942. top: 50%;
  943. transform: translate(-50%, -50%);
  944. -ms-transform: translate(-50%, -50%); /* IE 9 */
  945. -moz-transform: translate(-50%, -50%); /* Firefox */
  946. -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
  947. -o-transform: translate(-50%, -50%); /* Opera */
  948. background-color: #fff;
  949. font-size: 20px;
  950. padding: 22px 12px 10px;
  951. font-family: "Microsoft YaHei";
  952. color: #1A8BD6;
  953. }
  954. #code .code-close {
  955. position: absolute;
  956. color: #cd0e18;
  957. font-size: 32px;
  958. width: 24px;
  959. height: 20px;
  960. line-height: 20px;
  961. text-align: center;
  962. top: 8px;
  963. right: 8px;
  964. cursor: pointer;
  965. transition: all .5s ease;
  966. }
  967. #code canvas {
  968. display: block;
  969. vertical-align: top;
  970. margin: 12px auto 10px;
  971. }
  972. .partner-list a{ color:#707070; font-size:12px}
  973. /*织梦无忧网新增翻页样式 各类模版第一站 www.dedecms51.com*/
  974. .pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
  975. .pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
  976. .pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
  977. .pagess ul li:hover a{color:#fff;}
  978. .pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
  979. .pagess ul li.thisclass a {color: #fff;}
  980. .pagess ul li a{ display:block;color:#999}
  981. .pagess ul li a:hover {color: #fff;}