common.css 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357
  1. body {
  2. min-width: 1280px;
  3. margin: 0 auto;
  4. overflow-x: auto;
  5. font-family: "SourceHanSansCN", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";
  6. position: relative;
  7. -webkit-backface-visibility: hidden;
  8. -moz-backface-visibility: hidden;
  9. backface-visibility: hidden;
  10. }
  11. body.indexbody {
  12. min-width: inherit;
  13. }
  14. .sub-container {
  15. max-width: 1080px;
  16. margin: 0 auto;
  17. position: relative;
  18. }
  19. .ui_img li a{
  20. display: block;
  21. position: relative;
  22. }
  23. .img_zg{
  24. width:90%;
  25. height: 90%;
  26. background:url(rd_zyywbg.png) repeat;
  27. padding: 5% 5% 1% 5%;
  28. color: #fff;
  29. position: absolute;
  30. top:0%;
  31. left: 0px;
  32. font-size: 14px;
  33. line-height: 22px;
  34. display: none;
  35. background-color: rgba(0, 0, 0, 0.3);
  36. }
  37. @media screen and (min-width: 2400px) {
  38. .sub-container {
  39. max-width: 1920px;
  40. }
  41. }
  42. .headerCon.animation .header .logo {
  43. -webkit-animation-duration: 1.8s;
  44. -moz-animation-duration: 1.8s;
  45. -o-animation-duration: 1.8s;
  46. animation-duration: 1.8s;
  47. -webkit-animation-name: fadeInUp;
  48. -moz-animation-name: fadeInUp;
  49. -o-animation-name: fadeInUp;
  50. animation-name: fadeInUp;
  51. -webkit-animation-fill-mode: both;
  52. -moz-animation-fill-mode: both;
  53. -o-animation-fill-mode: both;
  54. animation-fill-mode: both;
  55. -webkit-animation-timing-function: ease-in-out;
  56. -moz-animation-timing-function: ease-in-out;
  57. -o-animation-timing-function: ease-in-out;
  58. animation-timing-function: ease-in-out;
  59. }
  60. .headerCon.animation .header .nav {
  61. -webkit-animation-duration: 1.4s;
  62. -moz-animation-duration: 1.4s;
  63. -o-animation-duration: 1.4s;
  64. animation-duration: 1.4s;
  65. -webkit-animation-name: fadeInRight;
  66. -moz-animation-name: fadeInRight;
  67. -o-animation-name: fadeInRight;
  68. animation-name: fadeInRight;
  69. -webkit-animation-fill-mode: both;
  70. -moz-animation-fill-mode: both;
  71. -o-animation-fill-mode: both;
  72. animation-fill-mode: both;
  73. -webkit-animation-timing-function: ease-in-out;
  74. -moz-animation-timing-function: ease-in-out;
  75. -o-animation-timing-function: ease-in-out;
  76. animation-timing-function: ease-in-out;
  77. }
  78. .header {
  79. width: 100%;
  80. height: 110px;
  81. background: url(../images/nav_bg.png) no-repeat right;
  82. border-bottom: 1px solid #e5e5e5;
  83. position: relative;
  84. }
  85. .header .container {
  86. padding: 0 75px;
  87. min-width: 1080px;
  88. }
  89. .header .logo {
  90. float: left;
  91. margin-top: 29px;
  92. }
  93. .header .logo a img {
  94. display: block;
  95. }
  96. .header .nav {
  97. float: right;
  98. /* border-left: 1px solid #fff; */
  99. }
  100. .header .nav ul {
  101. float: left;
  102. }
  103. .header .nav ul li {
  104. float: left;
  105. height: 110px;
  106. position: relative;
  107. }
  108. .header .nav ul li a.f {
  109. display: block;
  110. font-size: 18px;
  111. color: #fff;
  112. padding: 43px 26px;
  113. }
  114. .header .nav ul li a.f:hover {
  115. color: #fff;
  116. }
  117. .header .nav ul li:hover .nav-child-list {
  118. display: block;
  119. }
  120. .header .nav ul li .nav-child-list {
  121. display: none;
  122. width: 160px;
  123. position: absolute;
  124. top: 110px;
  125. left: 50%;
  126. margin-left: -80px;
  127. z-index: 4;
  128. background: #fff;
  129. border-top: 2px solid #035ebf;
  130. }
  131. .header .nav ul li .nav-child-list .nav-child-list-con {
  132. max-width: 1080px;
  133. margin: 0 auto;
  134. padding: 10px 0;
  135. -webkit-box-shadow: 2px 2px 5px 2px #C9C8C7;
  136. -moz-box-shadow: 2px 2px 5px 2px #C9C8C7;
  137. box-shadow: 2px 2px 5px 2px #C9C8C7;
  138. }
  139. .header .nav ul li .nav-child-list .nav-child-list-con dl dt {
  140. padding: 8px 10px;
  141. text-align: center;
  142. }
  143. .header .nav ul li .nav-child-list .nav-child-list-con dl dt:nth-child(4) {
  144. margin-right: 0;
  145. }
  146. .header .nav ul li .nav-child-list .nav-child-list-con dl dt:nth-child(8) {
  147. margin-right: 0;
  148. }
  149. .header .nav ul li .nav-child-list .nav-child-list-con dl dt:hover {
  150. background: #006ada;
  151. }
  152. .header .nav ul li .nav-child-list .nav-child-list-con dl dt:hover a {
  153. color: #fff;
  154. }
  155. .header .nav ul li .nav-child-list .nav-child-list-con dl dt a {
  156. display: block;
  157. font-size: 16px;
  158. color: #333;
  159. }
  160. .header .nav .searchWrap {
  161. float: left;
  162. margin-top: 40px;
  163. border-left: 1px solid #fff;
  164. padding-left: 20px;
  165. }
  166. .header .nav .searchWrap .searchCon {
  167. float: left;
  168. width: 212px;
  169. height: 28px;
  170. /* border: 1px solid #ccc;*/
  171. -webkit-border-radius: 15px;
  172. -moz-border-radius: 15px;
  173. border-radius: 15px;
  174. position: relative;
  175. }
  176. .searchCon form {
  177. position: relative;
  178. }
  179. .searchCon form .rd_ssan {
  180. position: absolute;
  181. left: 1px;
  182. top: 0px;
  183. opacity: 1;
  184. }
  185. .rd_ss {
  186. width: 0px;
  187. background: none;
  188. border: 1px solid #fff;
  189. border-radius: 15px;
  190. -webkit-border-radius: 15px;
  191. -moz-border-radius: 15px;
  192. margin-top: 0px;
  193. height: 25px;
  194. line-height: 25px;
  195. padding-left: 0px;
  196. color: #fff;
  197. opacity: 0;
  198. outline: 0px;
  199. float: left;
  200. }
  201. .rd_ss:active {
  202. outline: 0px;
  203. }
  204. .header .nav .searchWrap .lang {
  205. float: left;
  206. margin-left: 30px;
  207. }
  208. .header .nav .searchWrap .lang p {
  209. line-height: 24px;
  210. }
  211. .header .nav .searchWrap .lang p a {
  212. display: inline-block;
  213. font-size: 14px;
  214. color: #333;
  215. }
  216. .header .nav .searchWrap .lang p span {
  217. display: inline-block;
  218. margin: 0 6px;
  219. }
  220. @media screen and (max-width: 1600px) {
  221. .index-title p.zh span {
  222. font-size: 30px !important;
  223. }
  224. .container {
  225. width: 1245px;
  226. padding: 0px 48px !important;
  227. }
  228. .header {
  229. height: 75px;
  230. background-size: 100%;
  231. }
  232. .header .logo a img {
  233. width: 150px;
  234. }
  235. .header .nav ul {
  236. margin-right: 0px;
  237. }
  238. .header .nav ul li {
  239. height: 75px;
  240. }
  241. .header .nav ul li a.f {
  242. padding: 27px 15px;
  243. }
  244. .header .nav ul li .nav-child-list {
  245. top: 75px;
  246. }
  247. .header .nav .searchWrap {
  248. margin-top: 28px;
  249. }
  250. .header .nav .searchWrap .searchCon {
  251. width: 140px;
  252. }
  253. .header .nav .searchWrap .lang {
  254. margin-left: 20px;
  255. }
  256. .header .logo {
  257. margin-top: 19px;
  258. }
  259. .left-nav .nav-sy {
  260. padding: 10px 0;
  261. }
  262. .left-nav .nav-zjrd {
  263. padding: 10px 0;
  264. }
  265. .left-nav .nav-djjj {
  266. padding: 10px 0;
  267. }
  268. .left-nav .nav-zyyw {
  269. padding: 10px 0;
  270. }
  271. .left-nav .nav-xwzx {
  272. padding: 10px 0;
  273. }
  274. .left-nav .nav-rcdw {
  275. padding: 10px 0;
  276. }
  277. .left-nav .nav-xxgk {
  278. padding: 10px 0;
  279. }
  280. .left-nav .nav-swhz {
  281. padding: 10px 0;
  282. }
  283. }
  284. @media screen and (max-width: 1440px) {
  285. .headerCon .header .nav ul li a.f {
  286. font-size: 16px;
  287. }
  288. .headerCon .header .nav ul li .nav-child-list .nav-child-list-con dl dt a {
  289. font-size: 14px;
  290. }
  291. .header {
  292. height: 75px;
  293. background-size: 108%;
  294. }
  295. .header .nav {
  296. float: left;
  297. margin-left: 35px;
  298. /* border-left: 1px solid #fff; */
  299. }
  300. .header .nav .searchWrap .searchCon {
  301. width: 165px;
  302. }
  303. #keyword {
  304. /*width:103px!important;*/
  305. }
  306. .footer-copy .sy_container {
  307. padding: 0 117px !important;
  308. }
  309. .sy_footer .container {
  310. width: 1145px !important;
  311. padding: 0px 135px !important;
  312. }
  313. }
  314. @media screen and (max-width: 1000px) {
  315. body.indexbody .header .container {
  316. padding: 0 10px;
  317. min-width: 880px;
  318. }
  319. .header .nav ul li a.f {
  320. padding: 43px 10px;
  321. }
  322. .header .nav .searchWrap .searchCon {
  323. width: 120px;
  324. }
  325. }
  326. .vs-tit {
  327. padding-bottom: 15px;
  328. margin-bottom: 15px;
  329. border-bottom: 1px solid #f0f0f0;
  330. }
  331. .vs-tit h4 {
  332. font-size: 20px;
  333. color: #d6001b;
  334. }
  335. .vs-tit h4 a {
  336. float: right;
  337. display: inline-block;
  338. font-size: 14px;
  339. color: #999;
  340. margin-top: 7px;
  341. padding-right: 15px;
  342. background: url("../images/swiper-r-btn.png") no-repeat right center;
  343. -moz-background-size: 8px;
  344. background-size: 8px;
  345. }
  346. .vs-tit h4 a:hover {
  347. color: #d6001b;
  348. background: url("../images/swiper-r-btn-on.png") no-repeat right center;
  349. -moz-background-size: 8px;
  350. background-size: 8px;
  351. }
  352. .sub-banner {
  353. width: 100%;
  354. position: relative;
  355. }
  356. .sub-banner img {
  357. display: block;
  358. width: 100%;
  359. }
  360. .sub-banner .wrap {
  361. width: 100%;
  362. height: 100%;
  363. position: absolute;
  364. top: 0;
  365. left: 0;
  366. }
  367. .sub-banner .wrap .wrap-con {
  368. width: 100%;
  369. height: 100%;
  370. display: table;
  371. }
  372. .sub-banner .wrap .wrap-con .wrap-cell {
  373. width: 100%;
  374. height: 100%;
  375. display: table-cell;
  376. vertical-align: bottom;
  377. }
  378. .sub-banner .wrap .wrap-con .wrap-cell .title {
  379. font-size: 54px;
  380. color: #fff;
  381. max-width: 1080px;
  382. margin: 0 auto;
  383. padding-bottom: 80px;
  384. }
  385. .sub-nav {
  386. width: 100%;
  387. border-top: 2px solid #006ada;
  388. background: #f4f4f4;
  389. }
  390. .sub-nav ul {
  391. width: 1080px;
  392. margin: 0 auto;
  393. }
  394. .sub-nav ul li {
  395. float: left;
  396. height: 68px;
  397. line-height: 68px;
  398. text-align: center;
  399. }
  400. .sub-nav ul li:hover {
  401. background: #006ada;
  402. }
  403. .sub-nav ul li:hover a {
  404. color: #fff;
  405. }
  406. .sub-nav ul li.on {
  407. background: #006ada;
  408. }
  409. .sub-nav ul li.on a {
  410. color: #fff;
  411. }
  412. .sub-nav ul li a {
  413. display: block;
  414. font-size: 16px;
  415. color: #333;
  416. }
  417. .sub-tit {
  418. width: 100%;
  419. margin-top: 60px;
  420. }
  421. .sub-tit h2 {
  422. font-size: 28px;
  423. color: #333;
  424. font-weight: normal;
  425. }
  426. .sub-tit p {
  427. font-size: 22px;
  428. color: #666;
  429. }
  430. .sub-tit span {
  431. display: block;
  432. width: 30px;
  433. height: 2px;
  434. background: #d6001d;
  435. margin-top: 20px;
  436. }
  437. .t-tab-list {
  438. margin-top: 50px;
  439. }
  440. .t-tab-list.business-tab ul li:nth-child(1) a {
  441. background: url("../images/yewu_01.png") no-repeat center top;
  442. }
  443. .t-tab-list.business-tab ul li:nth-child(2) a {
  444. background: url("../images/yewu_02.png") no-repeat center top;
  445. }
  446. .t-tab-list.business-tab ul li:nth-child(3) a {
  447. background: url("../images/yewu_03.png") no-repeat center top;
  448. }
  449. .t-tab-list.business-tab ul li:nth-child(4) a {
  450. background: url("../images/yewu_04.png") no-repeat center top;
  451. }
  452. .t-tab-list.business-tab ul li a {
  453. padding-top: 56px;
  454. }
  455. .t-tab-list ul {
  456. border-bottom: 2px solid #d6001d;
  457. text-align: center;
  458. }
  459. .t-tab-list ul li {
  460. display: inline-block;
  461. margin: 0 30px;
  462. }
  463. .t-tab-list ul li.on a i {
  464. display: block;
  465. }
  466. .t-tab-list ul li a {
  467. display: inline-block;
  468. font-size: 18px;
  469. font-weight: bold;
  470. color: #333;
  471. padding-bottom: 30px;
  472. position: relative;
  473. z-index: 2;
  474. }
  475. .t-tab-list ul li a i {
  476. display: none;
  477. width: 36px;
  478. height: 18px;
  479. background: url("../images/crumbs-icon01.png") no-repeat center;
  480. -moz-background-size: 100%;
  481. background-size: 100%;
  482. position: absolute;
  483. bottom: -2px;
  484. left: 50%;
  485. margin-left: -23px;
  486. }
  487. .index-title {
  488. text-align: center;
  489. width: 417px;
  490. }
  491. .index-title p.zh {
  492. display: block;
  493. /* padding-left: 60px; */
  494. position: relative;
  495. line-height: 38px;
  496. height: 38px;
  497. margin-top: -24px;
  498. }
  499. .index-title p.zh span {
  500. font-size: 38px;
  501. color: #333;
  502. font-weight: 900;
  503. }
  504. .index-title i {
  505. display: block;
  506. width: 50px;
  507. height: 4px;
  508. background: #006ada;
  509. /* position: absolute; */
  510. /* top: 50%; */
  511. /* left: 0; */
  512. text-align: center;
  513. margin: 14px auto;
  514. }
  515. .index-title h2.en {
  516. display: inline-block;
  517. font-size: 38px;
  518. color: #d4d4d4;
  519. overflow: hidden;
  520. /* margin-top: -10px; */
  521. font-family: serif;
  522. }
  523. .s1-con .index-title {
  524. margin-top: 80px;
  525. }
  526. .s2-con .index-title {
  527. margin-top: 0px;
  528. text-align: center;
  529. width: 100%;
  530. }
  531. .s2-con .index-title i {
  532. display: block;
  533. width: 50px;
  534. height: 4px;
  535. background: #a00000;
  536. /* position: absolute; */
  537. /* top: 50%; */
  538. /* left: 0; */
  539. text-align: center;
  540. margin: 14px auto;
  541. }
  542. /*二级*/
  543. .business-con .sub-container .index-page-tit .index-title {
  544. width: 100%;
  545. text-align: left;
  546. margin-top: 60px;
  547. }
  548. .business-con .sub-container .index-page-tit .index-title p.zh span {
  549. font-size: 32px;
  550. color: #333;
  551. font-weight: 900;
  552. }
  553. .business-con .sub-container .index-page-tit .index-title i {
  554. text-align: left;
  555. margin: 14px 0px;
  556. }
  557. .business-con {
  558. width: 100%;
  559. margin-bottom: 150px;
  560. }
  561. .er_wd p {
  562. font-size: 16px;
  563. line-height: 30px;
  564. }
  565. @media screen and (max-width: 1440px) {
  566. .index-title h2.en {
  567. font-size: 24px;
  568. }
  569. }
  570. .news-center-tit {
  571. width: 100%;
  572. padding-bottom: 20px;
  573. border-bottom: 1px solid #d6001d;
  574. margin-bottom: 20px;
  575. }
  576. .news-center-tit h2 {
  577. font-size: 18px;
  578. color: #d6001d;
  579. font-weight: normal;
  580. line-height: 18px;
  581. padding-left: 20px;
  582. border-left: 4px solid #d6001d;
  583. }
  584. .news-center-tit a {
  585. display: inline-block;
  586. float: right;
  587. font-size: 14px;
  588. color: #999;
  589. padding-left: 20px;
  590. background: url("../images/moreBtn-icon.jpg") no-repeat left center;
  591. }
  592. .news-center-tit a:hover {
  593. color: #d6001b;
  594. }
  595. .news-search {
  596. position: absolute;
  597. top: 20px;
  598. right: 0;
  599. width: 188px;
  600. height: 32px;
  601. border: 1px solid #333;
  602. -webkit-border-radius: 16px;
  603. -moz-border-radius: 16px;
  604. border-radius: 16px;
  605. }
  606. .news-search .news-s-int {
  607. font-size: 14px;
  608. color: #333;
  609. width: 82%;
  610. height: 32px;
  611. line-height: 32px;
  612. border: none;
  613. outline: none;
  614. -webkit-border-radius: 16px;
  615. -moz-border-radius: 16px;
  616. border-radius: 16px;
  617. text-indent: 10px;
  618. }
  619. .news-search .news-s-int::-webkit-input-placeholder {
  620. font-size: 14px;
  621. color: #666;
  622. }
  623. .news-search .news-s-int:-moz-placeholder {
  624. font-size: 14px;
  625. color: #666;
  626. }
  627. .news-search .news-s-int::-moz-placeholder {
  628. font-size: 14px;
  629. color: #666;
  630. }
  631. .news-search .news-s-int:-ms-input-placeholder {
  632. font-size: 14px;
  633. color: #666;
  634. }
  635. .news-search .news-s-int::-ms-input-placeholder {
  636. font-size: 14px;
  637. color: #666;
  638. }
  639. .news-search .news-s-int::placeholder {
  640. font-size: 14px;
  641. color: #666;
  642. }
  643. .news-search .news-s-btn {
  644. width: 32px;
  645. height: 32px;
  646. background: url("../images/search-btn.png") no-repeat center;
  647. position: absolute;
  648. top: 0;
  649. right: 0;
  650. border: none;
  651. outline: none;
  652. cursor: pointer;
  653. }
  654. .page-skipping {
  655. text-align: center;
  656. margin-top: 40px;
  657. }
  658. .page-skipping ul {
  659. display: inline-block;
  660. }
  661. .page-skipping ul li {
  662. float: left;
  663. font-size: 14px;
  664. color: #333;
  665. height: 32px;
  666. line-height: 32px;
  667. margin: 0 6px;
  668. }
  669. .page-skipping ul li.on a {
  670. color: #fff;
  671. background: #d6001d;
  672. border: 1px solid #d6001d;
  673. }
  674. .page-skipping ul li a {
  675. display: inline-block;
  676. font-size: 14px;
  677. color: #333;
  678. padding: 0 12px;
  679. border: 1px solid #dbdbdb;
  680. }
  681. .page-skipping ul li a:hover {
  682. color: #fff;
  683. background: #d6001d;
  684. border: 1px solid #d6001d;
  685. }
  686. .page-skipping ul li input.t {
  687. width: 40px;
  688. height: 24px;
  689. outline: none;
  690. text-align: center;
  691. }
  692. .page-skipping ul li input.btn {
  693. width: 40px;
  694. font-size: 14px;
  695. color: #fff;
  696. height: 28px;
  697. cursor: pointer;
  698. background: #d6001d;
  699. outline: none;
  700. border: 1px solid #d6001d;
  701. }
  702. #fullpage .section#section7 {
  703. margin-left: inherit;
  704. -moz-background-size: 1920px;
  705. background-size: 1920px;
  706. }
  707. #section7 {
  708. background: url(../images/rd_footbg.png) no-repeat bottom right !important;
  709. }
  710. .s7-con {
  711. height: 100%;
  712. }
  713. .sub-footer .footer {
  714. margin-left: inherit;
  715. }
  716. .sub-footer .footer-copy {
  717. margin-left: inherit;
  718. position: absolute;
  719. }
  720. .sub-footer .f-nav {
  721. padding: 40px 0px 200px 0px !important;
  722. overflow: hidden;
  723. }
  724. .sub-footer .sy_footer .f-nav  {
  725. padding: 40px 0 !important;
  726. overflow: hidden;
  727. }
  728. .footer {
  729. margin-left: 80px;
  730. }
  731. .footer .container {
  732. padding: 0 100px 0px 185px;
  733. }
  734. .footer .f-link {
  735. padding-bottom: 40px;
  736. }
  737. .footer .f-link ul li {
  738. float: left;
  739. text-align: center;
  740. line-height: 30px;
  741. padding: 5px 20px;
  742. border: 1px solid #0055d4;
  743. margin-right: 2%;
  744. }
  745. .footer .f-link ul li:hover {
  746. background: #0055d4;
  747. }
  748. .footer .f-link ul li a {
  749. display: inline-block;
  750. font-size: 16px;
  751. color: #333;
  752. }
  753. .footer .f-link ul li:hover a {
  754. color: #fff;
  755. }
  756. .footer .f-nav {
  757. padding: 100px 0;
  758. overflow: hidden;
  759. }
  760. .footer .f-nav ul {
  761. float: left;
  762. width: 100%;
  763. }
  764. .footer .f-nav ul li {
  765. float: left;
  766. width: 14%;
  767. }
  768. .footer .f-nav ul li h4 {
  769. font-size: 22px;
  770. color: #333;
  771. }
  772. .footer .f-nav ul li dl {
  773. margin-top: 25px;
  774. }
  775. .footer .f-nav ul li dl dd {
  776. line-height: 40px;
  777. }
  778. .footer .f-nav ul li dl dd a {
  779. display: inline-block;
  780. font-size: 16px;
  781. color: #666;
  782. }
  783. .footer .f-nav ul li dl dd a:hover {
  784. color: #006ada;
  785. }
  786. .f-nav ul li a {
  787. color: #0e63ba;
  788. text-align: center;
  789. display: block;
  790. }
  791. .f-nav ul li a img {
  792. /*float: left;*/
  793. display: block;
  794. /*margin-right: 5px;*/
  795. margin: 10px auto;
  796. }
  797. .footer-copy {
  798. height: 150px;
  799. background: #002f74;
  800. position: absolute;
  801. margin-left: 80px;
  802. width: 100%;
  803. bottom: 0px;
  804. }
  805. .footer-copy .container {
  806. padding: 0 150px;
  807. }
  808. .footer-copy .container ul li {
  809. float: left;
  810. display: inline-block;
  811. line-height: 24px;
  812. padding-top: 20px;
  813. position: relative;
  814. }
  815. .footer-copy .container ul li:hover > a {
  816. color: #d6001d;
  817. }
  818. .footer-copy .container ul li:hover dl {
  819. display: block;
  820. }
  821. .footer-copy .container ul li:last-child span {
  822. display: none;
  823. }
  824. .footer-copy .container ul li > a {
  825. display: inline-block;
  826. font-size: 16px;
  827. color: #fff;
  828. opacity: 1;
  829. }
  830. .footer-copy .container ul li span {
  831. display: inline-block;
  832. color: #fff;
  833. margin: 0 10px;
  834. opacity: 0.8;
  835. }
  836. .footer-copy .container ul li dl {
  837. display: none;
  838. position: absolute;
  839. bottom: 44px;
  840. right: 0;
  841. width: 200px;
  842. max-height: 182px;
  843. border: 1px solid #e5e5e5;
  844. background: #fff;
  845. overflow-y: scroll;
  846. }
  847. .footer-copy .container ul li dl dd {
  848. padding: 5px 10px;
  849. border-bottom: 1px solid #e5e5e5;
  850. }
  851. .footer-copy .container ul li dl dd a {
  852. display: inline-block;
  853. font-size: 14px;
  854. }
  855. .footer-copy .container ul li dl dd a:hover {
  856. color: #d6001d;
  857. }
  858. .footer-copy .container p {
  859. line-height: 24px;
  860. opacity: 0.8;
  861. padding-top: 20px;
  862. }
  863. .footer-copy .container p a {
  864. display: inline-block;
  865. font-size: 16px;
  866. color: #fff;
  867. }
  868. .footer-copy .container p a:hover {
  869. color: #d6001d;
  870. }
  871. .footer-copy .container p span {
  872. display: inline-block;
  873. color: #fff;
  874. margin: 0 10px;
  875. }
  876. .footer-copy .container .copyRight {
  877. font-size: 16px;
  878. color: #fff;
  879. /* opacity: 0; */
  880. margin-top: 10px;
  881. }
  882. .footer-copy .container .sjzc {
  883. font-size: 16px;
  884. color: #fff;
  885. /* opacity: 0; */
  886. margin-top: 10px;
  887. }
  888. .footer-copy .container .copyRight a {
  889. font-size: 16px;
  890. color: #fff;
  891. }
  892. .footer-copy .container .ewm a {
  893. width: 100px;
  894. height: 100px;
  895. background: #eee;
  896. display: block;
  897. }
  898. .footer-copy .container .ewm a img {
  899. width: 100px;
  900. height: 100px;
  901. }
  902. .footer-copy .container .ewm {
  903. font-size: 14px;
  904. color: #fff;
  905. line-height: 32px;
  906. text-align: center;
  907. position: absolute;
  908. top: 18px;
  909. right: 300px;
  910. }
  911. .footer-copy .container .goTop {
  912. width: 100px;
  913. height: 100px;
  914. position: absolute;
  915. top: 17px;
  916. right: 150px;
  917. }
  918. .footer-copy .container .goTop a {
  919. display: block;
  920. width: 100%;
  921. height: 100%;
  922. font-size: 14px;
  923. color: #fff;
  924. line-height: 230px;
  925. text-align: center;
  926. background: #022354 url("../images/td_top.png") no-repeat center top 25px;
  927. border: 1px solid #000;
  928. }
  929. .about-sdic h2 {
  930. font-size: 22px;
  931. height: 60px;
  932. line-height: 60px;
  933. color: #006ada;
  934. text-align: center;
  935. }
  936. .about-sdic .dsz_img {
  937. z-index: 2;
  938. position: absolute;
  939. top: 85px;
  940. left: 0px;
  941. width: 429px;
  942. height: 270px;
  943. }
  944. .about-sdic .dsz_txt {
  945. float: right;
  946. width: 595px;
  947. padding: 25px 30px 25px 82px;
  948. background: #ececec;
  949. margin-top: 63px;
  950. margin-left: -15px;
  951. z-index: 1;
  952. line-height: 30px;
  953. height: 265px;
  954. }
  955. .ui_img {
  956. margin-top: 30px;
  957. }
  958. .ui_img li {
  959. float: left;
  960. margin: 2% 2%;
  961. width: 316px;
  962. height: 190px;
  963. }
  964. .about-sdic .zyyw_div2 .rd_zyyw1, .about-sdic .zyyw_div2 .rd_zyyw2,
  965. .about-sdic .zyyw_div2 .rd_zyyw3, .about-sdic .zyyw_div2 .rd_zyyw4 , .about-sdic .zyyw_div2 .rd_zyyw5{
  966. float: left;
  967. width: 205px;
  968. height: 500px;
  969. position: relative;
  970. margin-right: 1.5%;
  971. overflow: hidden;
  972. }
  973. .about-sdic .zyyw_div2 .rd_zyyw1 img, .about-sdic .zyyw_div2 .rd_zyyw2 img,
  974. .about-sdic .zyyw_div2 .rd_zyyw3 img, .about-sdic .zyyw_div2 .rd_zyyw4 img, .about-sdic .zyyw_div2 .rd_zyyw5 img {
  975. width: 100%;
  976. height: 100%;
  977. position: absolute;
  978. top: 0px;
  979. left: 0px;
  980. z-index: 0;
  981. transition: all 2s;
  982. }
  983. .about-sdic .zyyw_div2 .rd_zyyw1:hover img, .about-sdic .zyyw_div2 .rd_zyyw2:hover img,
  984. .about-sdic .zyyw_div2 .rd_zyyw3:hover img, .about-sdic .zyyw_div2 .rd_zyyw4:hover img, .about-sdic .zyyw_div2 .rd_zyyw5:hover img {
  985. width: 100%;
  986. height: 100%;
  987. position: absolute;
  988. top: 0px;
  989. left: 0px;
  990. z-index: 0;
  991. -webkit-transform: scale(1.5, 1.5);
  992. }
  993. .about-sdic .zyyw_div2 .rd_zyyw1 a, .about-sdic .zyyw_div2 .rd_zyyw2 a,
  994. .about-sdic .zyyw_div2 .rd_zyyw3 a, .about-sdic .zyyw_div2 .rd_zyyw4 a, .about-sdic .zyyw_div2 .rd_zyyw5 a {
  995. width: 100%;
  996. height: 100%;
  997. display: block;
  998. z-index: 1;
  999. background: url(../images/rd_zyywbg.png) no-repeat center;
  1000. position: absolute;
  1001. top: 0px;
  1002. left: 0px;
  1003. /*垂直方向文字*/
  1004. writing-mode: vertical-rl;
  1005. /*居中文字*/
  1006. text-align: center;
  1007. display: flex;
  1008. flex-direction: column;
  1009. justify-content: center;
  1010. font-size: 28px;
  1011. color: #fff;
  1012. cursor: pointer;
  1013. letter-spacing: 4px;
  1014. }
  1015. .about-sdic .zyyw_div2 {
  1016. margin-top: 100px;
  1017. }
  1018. .about-sdic .zyyw_div2 .rd_zyyw1 {
  1019. margin-top: 8%;
  1020. }
  1021. .about-sdic .zyyw_div2 .rd_zyyw2 {
  1022. margin-top: 2%;
  1023. }
  1024. .about-sdic .zyyw_div2 .rd_zyyw3 {
  1025. margin-top: 7%;
  1026. }
  1027. .about-sdic .zyyw_div2 .rd_zyyw4 {
  1028. margin-top: 1%;
  1029. }
  1030. .about-sdic .zyyw_div2 .rd_zyyw5 {
  1031. margin-top: 3%;
  1032. }
  1033. .list_ul {
  1034. margin-top: 30px;
  1035. }
  1036. .list_ul li {
  1037. margin: 15px 0px;
  1038. border-bottom: 1px dashed #ccc;
  1039. padding: 10px 10px;
  1040. }
  1041. .list_ul li:hover {
  1042. background: #eee;
  1043. cursor: pointer;
  1044. }
  1045. .list_ul li a {
  1046. display: block;
  1047. font-size: 18px;
  1048. color: #333;
  1049. height: 45px;
  1050. line-height: 45px;
  1051. cursor: pointer;
  1052. }
  1053. .list_ul li:hover a {
  1054. color: #006ada;
  1055. }
  1056. .list_ul li a i {
  1057. float: right;
  1058. color: #999;
  1059. font-style: normal;
  1060. }
  1061. .list_ul li span {
  1062. color: #999;
  1063. font-size: 14px;
  1064. line-height: 20px;
  1065. }
  1066. .ss_btn {
  1067. width: 44px;
  1068. height: 27px;
  1069. line-height: 27px;
  1070. background: #fff;
  1071. color: #006ada;
  1072. border: 0px;
  1073. text-align: center;
  1074. font-size: 12px;
  1075. border-radius: 25px;
  1076. opacity: 0;
  1077. float: left;
  1078. margin-left: 5px;
  1079. }
  1080. .news_tit {
  1081. text-align: center;
  1082. font-size: 23px;
  1083. font-family: "微软雅黑";
  1084. width: 70%;
  1085. margin: 20px auto 20px auto;
  1086. font-weight: bolder;
  1087. }
  1088. .bs_ly {
  1089. font-weight: normal;
  1090. text-align: center;
  1091. font-size: 14px;
  1092. height: 40px;
  1093. line-height: 40px;
  1094. font-family: "微软雅黑";
  1095. color: #666;
  1096. border-bottom: 1px dashed #ccc;
  1097. }
  1098. @media screen and (max-width: 1440px) {
  1099. .footer .f-link {
  1100. padding-bottom: 30px;
  1101. }
  1102. .footer .f-link ul li {
  1103. padding: 2px 10px;
  1104. }
  1105. .footer .f-link ul li a {
  1106. font-size: 12px;
  1107. }
  1108. .footer .f-nav {
  1109. padding-bottom: 150px !important;
  1110. }
  1111. .footer .f-nav ul li h4 {
  1112. font-size: 16px;
  1113. }
  1114. .footer .f-nav ul li dl {
  1115. margin-top: 15px;
  1116. }
  1117. .footer .f-nav ul li dl dd {
  1118. line-height: 32px;
  1119. }
  1120. .footer .f-nav ul li dl dd a {
  1121. font-size: 14px;
  1122. }
  1123. .footer .f-nav .f-qrImg p {
  1124. padding: 10px;
  1125. }
  1126. .footer .f-nav .f-qrImg p img {
  1127. width: 100px;
  1128. }
  1129. }