common.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004
  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;}