common.css 19 KB

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