설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434
  1. @charset "utf-8";
  2. *{ margin:0; padding:0; font-size:0;color:#454545;}
  3. a,a:hover,a:visited,a:active{ text-decoration: none;}
  4. a:hover{ text-decoration: underline; }
  5. li{ text-decoration: none;}
  6. body{ background:#f0f2f4;}
  7. .block-img{ text-align: center; }
  8. .block-img img{margin: 0 auto;}
  9. .g1{ height: 495px; }
  10. .g2{ height: 495px; }
  11. .g2 .right-290{ height: 495px; }
  12. .g2 .links li a span{ width: 280px; }
  13. .g3{ height: 970px; }
  14. .g3 .links li a span{ width: 300px; }
  15. .part-box .part .blocks3 .links li a{ width:335px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  16. .g4{ height: 440px; }
  17. .g4 .right-290{ height: 440px; }
  18. .block-3{border-bottom: 18px solid #f0f2f4; padding-bottom: 20px;}
  19. .mrg30{ margin: 30px 0; overflow: hidden; }
  20. .wid100{ width: 100% !important; display: block !important; margin: 70px 0; }
  21. /*public*/
  22. .wrap{ background: #fff;}
  23. .tipsbar{text-align: center;height:44px; line-height:44px; font-size:12px; color:#6b6b6b; background:#f0f2f4;}
  24. .header-box{ width:1250px; margin:0 auto; padding: 17px 0;}
  25. .header-box li{ display: inline-block; vertical-align: middle;}
  26. .header-box li.logo{ width: 155px; height: 55px;}
  27. .header-box li.dest{font-size:14px; margin: 0 35px 0 20px; background: linear-gradient(#1D89FD, #006CE0); width: 92px; height: 28px; color: #fff; line-height: 28px; border-radius: 15px; text-align: center;}
  28. .header-box li.dest img{ width: 9px; height: 6px; margin-left: 8px; vertical-align: middle;transition:.5s;transform: rotate(0);}
  29. .header-box li.search{ margin-right: 30px;}
  30. .header-box li.search input{outline: none;border: none; background: #f0f2f4; width: 240px; height: 42px; line-height: 42px; border-radius: 5px; font-size: 14px; color: #333; padding:0 15px; vertical-align: middle;}
  31. .header-box li.search button{color: rgba(255,255,255,0.00); margin-left: -40px; vertical-align: middle;width:40px; height: 40px; border:none; background: url("../image/icons/search_icon.jpg") no-repeat center; background-size: 16px; }
  32. .header-box li .flex{}
  33. .header-box li .flex a{ display: inline-block; width: 78px; font-size: 14px; color: #333; text-align: center; vertical-align: middle;}
  34. .header-box li .flex a img{display: block; margin: 0 auto 9px; width: 34px; height: 34px;transition:.5s; }
  35. .header-box li.bigImg a{ display: block; margin-left: 25px;}
  36. .header-box li.bigImg a img{width:225px; height: 80px;}
  37. .header .search form {border:none;}
  38. .header .dest span {
  39. color:#fff;
  40. font-size:14px;
  41. }
  42. .nav-bar{}
  43. .nav-bar .bg-box{ background: #006CE0; }
  44. .nav-bar .nav-menu{width: 1250px; height: 64px; line-height: 64px; margin: 0 auto;}
  45. .nav-bar .nav-menu li{ display: inline-block;}
  46. .nav-bar .nav-menu li a{display: block; text-align: center; font-size: 18px; color: #fff; }
  47. .nav-bar .nav-menu li a:hover, .nav-bar .nav-menu li a.active{ background: #1885FB;}
  48. .nav-bar .bg-box2{ background: #fff; }
  49. .nav-bar .nav-sec{width: 1250px; background: #fff; margin: 0 auto; height: 50px; line-height: 50px;}
  50. .nav-bar .nav-sec span{display: inline-block; padding-left: 55px;font-size: 14px; background: url("../image/icons/icon_01.png") no-repeat 10px center; background-size: 28px; vertical-align: middle;}
  51. .nav-bar .nav-sec li{ display: inline-block; vertical-align: middle;}
  52. .nav-bar .nav-sec li a{display: block; position: relative;font-size: 14px; text-align: center; padding: 0 18px; }
  53. .nav-bar .nav-sec li a::after{ content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; display: block; width: 1px; height: 16px; background: #454545;}
  54. .nav-bar .nav-sec li:last-child a::after{display: none;}
  55. .container{ width:1250px; overflow: hidden; margin:18px auto;}
  56. .container .left-265{display: inline-block;vertical-align: top; width: 265px; background: #fff; margin-right: 12px;}
  57. .container .left-265 .dl{ margin-bottom: 18px; padding-top: 15px;}
  58. .container .left-265 .dt{background: url("../image/icons/icon_02.png") no-repeat 10px center; color: #232323; font-size: 18px; border-left: 5px solid #006CE0; padding-left: 42px; margin-bottom: 12px;}
  59. .container .left-265{display: inline-block; }
  60. .container .left-265 .dl:nth-child(2) .dt{background-image: url("../image/icons/icon_03.png");}
  61. .container .left-265 .dl:nth-child(3) .dt{background-image: url("../image/icons/icon_04.png");}
  62. .container .left-265 .dl:nth-child(3) a{ display: block; width: 100%;}
  63. .container .left-265 .dl:nth-child(3) img{ width:242px; height: 150px; margin:0 auto;}
  64. .container .center-670{display: inline-block; min-height: 495px; background: #fff; width:670px;vertical-align: top;}
  65. .container .center-670 .banner-box{ border-radius: 5px; width: 670px;}
  66. .swiper .swiper-wrapper {width:100%;}
  67. .container .center-670 .item{ display: inline-block;margin-top: 10px; width: 300px;height:92px; padding:0 17px;}
  68. .container .center-670 .item h3{width: 300px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; color: #006CE0; font-size: 16px; line-height: 2.4;}
  69. .container .center-670 .item li{ }
  70. .container .center-670 .item li a{display: block; width: 290px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; position: relative;color: #464646; font-size: 16px; line-height: 1.7; padding-left:0;}
  71. .container .center-670 .item li a::before{
  72. content: ""; position: absolute; left: 0px; bottom: -35px; margin: auto; display: block; width: 5px; height: 5px; background: #006CE0;transition:.5s;
  73. }
  74. .container .center-670 .item li a:hover::before {bottom:12px;}
  75. .container .right-290{float: right; width:290px;vertical-align: top; background: #fff;}
  76. .tools{ display: flex; flex-wrap:wrap;}
  77. .tools li{ flex: 33.33333%;box-sizing: border-box; border-bottom: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1;}
  78. .tools li a{display: block; font-size: 14px; color: #333; text-align: center; padding: 21px 0;}
  79. .tools li a img{display: block; margin: 0 auto 13px; width: 34px; height: 34px;transition:.5s; }
  80. /*line*/
  81. .links li{ margin-left:15px; }
  82. .links li a{ display: block; width: 405px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;position: relative;color: #464646; font-size: 16px; line-height: 2.2; padding-left:0;}
  83. .links li a::before{
  84. content: ""; position: absolute; left: 0px; bottom: -35px; margin: auto; display: block; width: 5px; height: 5px; background: #006CE0;transition:.5s;
  85. }
  86. .links li a:hover::before {bottom:15px;}
  87. .links li a span{ width:256px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; display: inline-block; font-size: 16px; font-weight: normal; vertical-align: middle;transition:.5s;}
  88. .links li em{ font-size:16px; color: #797979; float: right; font-style: normal; }
  89. /*tit*/
  90. h4{ color: #232323; font-size: 18px; border-left: 5px solid #006CE0; padding-left:15px; margin: 18px 0;}
  91. .more{ color: #7a7a7a; font-size: 14px; position: absolute; right: 12px; top: 0; bottom: 0; margin: auto; }
  92. .container .left-945{ width: 945px; display: inline-block; padding: 20px 0; vertical-align: top; background: #fff;}
  93. .container .row{ clear: both; position: relative; }
  94. .container .left-945 .tab-box{ float: right; background: #f2f2f2;height: 35px; border-radius: 5px; margin: -48px 15px 0 0; }
  95. .container .left-945 .tab-box .tab-item{cursor: pointer; border-radius: 5px;display: inline-block; padding:0 15px; font-size: 14px; color: #484848; line-height: 25px; margin: 5px; transition:.5s;}
  96. .container .left-945 .tab-box .tab-item.active{ color: #fff; }
  97. .container .block{ display: flex; flex-wrap: nowrap; padding: 15px; }
  98. .container .block-item{flex:1; margin-right: 14px; }
  99. .container .block-item a{display: block; padding: 6px; border-radius: 5px; border: 1px solid #e4e4e4;}
  100. .container .block-item img{ width: 204px; height: 105px; border-radius: 5px; }
  101. .container .block-item p{ font-size: 14px; color: #484848; line-height: 2.5; }
  102. .container .block-item .stick{ clear: both; overflow: hidden; padding: 6px 8px; }
  103. .container .block-item i{ display: block; float: left; color: #006CE0; font-style: normal; font-size: 14px; border-radius: 5px; line-height: 1.3; border: 1px solid #006CE0; padding: 0 10px; }
  104. .container .block-item em{ font-size: 16px; color: #a8a8a8; font-style: normal; display: block; float: right; }
  105. .container .row .links{ margin: 12px 0 20px;}
  106. .container .row .links li{ display: inline-block; width: 445px; margin-left: 20px;}
  107. .container .row .links li a{ line-height: 1.9; }
  108. .container .right-290 .row{ position: relative; }
  109. .container .right-290 .row .more{ margin-top: 6px; }
  110. .container .right-290 .links li a{ width: 250px; }
  111. .container .bor{ border-bottom: 1px solid #f0f2f4; }
  112. .container .dest-box{ float: right; margin-top: -41px; margin-right: 6px; }
  113. .container .dest-box span{ color: #006CE0; padding:0 10px; }
  114. .container .dest-box span a {color:#1885FB;font-size:16px;}
  115. .container .dest-box span a:hover {color:#006CE0;}
  116. .container .dest{ margin: 0 20px; }
  117. .container .dest .h4{ font-size: 18px; font-weight: bold; margin: 14px 0;}
  118. .container .dest .h4 a{ color: #006CE0; font-size: 18px; }
  119. .container .dest .block2{ width: 420px; display: inline-block; border-bottom: 1px dashed #a0a0a0; padding: 15px 0 0px; }
  120. .container .dest .block2:nth-child(2n){ float: right; /*margin-left: 45px;*/ }
  121. .container .dest .block2 .links li a::before{ display: none; }
  122. .container .dest .links li{ margin-left: 0; border-left-width: 420px;}
  123. .container .dest .links li a{ padding-left: 0; width: 417px; }
  124. .case{ margin: 20px; }
  125. .case h3{ font-size: 24px; color: #464646; margin: -4px 0 6px 0; }
  126. .case .block2{ display: inline-block; width: 436px; }
  127. .case .block2 img{ width: 398px; height: 127px; }
  128. .case .block2:nth-child(2n){ float: right;}
  129. .case .block2 .links li{ margin-left: 0; width: 452px; }
  130. .case .block2 .links li a{ padding: 0; width: 432px; line-height: 2.1;}
  131. .case .block2 .links li a::before{ display: none; }
  132. .case .block2 .links li a i{ display: inline-block; vertical-align: middle; color: #006CE0; font-style: normal; font-size: 16px; border-radius: 30px; width: 60px; height: 22px; line-height: 22px; border: 1px solid #006CE0; text-align: center; margin-right: 12px;}
  133. .case .bor{ padding: 20px 0; margin-bottom: 15px; border-bottom:1px dashed #a0a0a0; }
  134. .part-box{ background: #fff; }
  135. .container .part{display: inline-block; vertical-align: top; width: 410px; }
  136. .container .part:last-child{ float: right; margin-right: 20px; }
  137. .container .part .more{ margin-top: 20px; }
  138. .container .part .blocks3 .links li{ display: block; width: 390px; }
  139. .container .part .blocks3 .links li a{ line-height: 2.2; }
  140. .container .part h4.sty2{ position: relative; border:none; border-bottom: 1px solid #e2e2e2; padding-left: 0px; margin: 0 0 15px 20px; line-height: 3.2; }
  141. .container .part h4.sty2::after{ content: ""; position: absolute; left: 0px; bottom: -1px; width: 73px; height: 3px; background: #006CE0; }
  142. .sample-show{ background: #fff; }
  143. .sample-show .row .more{ margin-top: 5px;}
  144. .sample-show .row h4{ position: relative;margin: 20px; padding-left: 0; border-left: none;}
  145. .sample-show .row h4::before{ content: ""; position: absolute; left: -20px; top: 0; bottom: 0; width: 5px; height: 24px; background: #006CE0; }
  146. .sample-show .dest-box{ margin-top: -42px;margin-right: 180px; }
  147. .sample-show .row .img-box{display: inline-block; border: 1px solid #deddde; text-align: center; margin-right: 12px; margin-top: 20px;}
  148. .sample-show .row .img-box:last-child{ margin-right: 0; }
  149. .sample-show .row .img-box img{ width: 230px; height: 142px; }
  150. .sample-show .row .img-box p{ font-size: 12px; color: #161616; line-height: 4; }
  151. .mrg20{ margin: 20px; border-top: 1px solid #e2e2e2; }
  152. .oth ul{ margin:0 20px 25px; }
  153. .oth ul li{ display: inline-block; width:9.09%; }
  154. .oth ul li a{ font-size: 16px; color: #797979; text-align: center; line-height: 2.4; }
  155. .oth .row h4{ display: inline-block; }
  156. .oth .row a{ font-size: 16px; line-height: 2.4; display: inline-block; width: 100px; text-align: center; }
  157. /*footer*/
  158. .footer{ background: #000; }
  159. .footer .sol{background: #151515; font-size: 16px; color: #fff; text-align: center; line-height: 5; }
  160. .footer .container{ width:1250px; margin: 0 auto; }
  161. .footer ul{ display: flex; border-bottom: 1px solid #626262; }
  162. .footer ul li{ flex: 1; text-decoration: none; text-align: center;}
  163. .footer ul li a{ color: #fff; font-size: 14px; }
  164. .footer ul:nth-child(2) li a{font-size: 14px; line-height: 4; }
  165. .footer .contact{ text-align: center; margin: 25px 0 10px; }
  166. .footer .contact .item{line-height: 2; display: inline-block; background-size: 21px; color: #979797; font-size: 16px; padding-left: 30px; margin: 0 45px; }
  167. .footer .gray{line-height: 2; color: #979797; font-size: 14px; text-align: center; }
  168. .footer .img-box{border: none; display: block; text-align: center; margin-top: 40px; }
  169. .footer .img-box li{margin: 0 10px; display: inline-block;}
  170. .footer .img-box li img{ border-radius: 8px; }
  171. .footer .white{ line-height: 4; font-size: 14px; color: #fff; text-align: center; }
  172. .footer ul.ul {border-top:1px solid #626262;}
  173. .footer ul.ul li {padding:18px 0;}
  174. .footer .contact .item a {
  175. color:#979797;
  176. font-size:16px;
  177. }
  178. .footer .sm {
  179. margin-bottom:30px;
  180. }
  181. /*二级页面*/
  182. .bg-white{ background: #fff;}
  183. .bg-white .container{ margin: 0 auto; }
  184. .bg-img{ background: #1a4bbb; text-align: center;}
  185. .bg-img img {width:100%;}
  186. .left-915{ width: 915px; display: inline-block;}
  187. .right-295{ width: 295px; float: right;}
  188. .breadcrumb{ line-height: 3;}
  189. .breadcrumb li{display: inline-block; margin-left: 5px; font-size: 14px; color: #252525; }
  190. .breadcrumb li a{ font-size: 14px; color: #252525;}
  191. .breadcrumb li a::after{ content:" >";}
  192. .page-head{position: relative; margin: 20px 0; line-height: 40px; background: #fbfaf9; clear: both; }
  193. .page-head h4{position: relative; color: #006CE0; border: none;margin: 0; }
  194. .page-head h4::before{ position: absolute; content :""; display: block; width:5px; height: 20px; background: #006CE0; top: 0; bottom: 0; left: 0; margin: auto;}
  195. .page-head .tab-cho{ position: absolute; top: 0; left: 170px; }
  196. .page-head .tab-cho .tab-item{display: inline-block; height: 40px; line-height: 40px; font-size: 18px; color: #5c5c5c;padding: 0 30px; }
  197. .page-head .tab-cho .tab-item.active{ background: #1885FB; color: #fff; }
  198. .sec .links li{margin-left: 0; position: relative;}
  199. .sec .links li a,.sec .links li a span{ width: auto;}
  200. .sec .line{ width: 100%; border-bottom: 1px solid #e6e6e6; margin: 18px 0;}
  201. .nav-page{margin: 50px auto; text-align: center;}
  202. .nav-page ul li{ display: inline-block; }
  203. .nav-page ul li a{ display: block; margin: 0 5px; padding: 0 13px; height: 30px; line-height: 30px; background: #fff; border:1px solid #e0e0e0; font-size: 16px; color: #555;}
  204. .nav-page ul li a.active{ background: #2acde4; color: #fff; border:none; }
  205. .nav-page ul li a.active:hover{ text-decoration: none; cursor: default; }
  206. .city-choose{ margin: 20px 0; border-bottom: 1px solid #e6e6e6; padding-bottom: 16px; }
  207. .city-choose li{ display: inline-block;}
  208. .city-choose li a{ display: block; font-size: 18px; color: #191919; line-height: 1.6; padding: 0 12px; margin: 8px 4px;}
  209. .city-choose li a.active{ color: #fff; background:#006CE0; border-radius: 5px;}
  210. .city-sel{ margin: 70px 0;}
  211. .city-sel .h4{ position: relative; font-size: 20px; color: #040404; line-height: 2;}
  212. .city-sel .h4::after{ position: absolute; bottom:2px; content: ""; display: block; width: 50px; height: 5px; background: #8cd0d9;}
  213. .city-sel ul{ border: 1px solid #deddde; border-radius: 5px; padding: 10px 6px 18px; margin-top: 24px;}
  214. .city-sel ul li{ display: inline-block; width: 9.09%; }
  215. .city-sel ul li a{ display: block; font-size: 18px; color: #191919; border-bottom: 1px solid #dfdedf; text-align: center; line-height: 2.3; margin: 10px 11px;}
  216. .right-295 .row{ margin-bottom: 35px;}
  217. .right-295 .row .links{padding: 10px 0; border: 1px solid #f1f1f1; }
  218. .right-295 .row .links li{width: 280px; margin-left: 13px;}
  219. .right-295 .row .links li a{ width: 255px; line-height: 2.4;}
  220. .right-295 .tools{ border-top: 1px solid #f1f1f1; border-left:1px solid #f1f1f1;}
  221. .right-295 button{margin-top: 20px; display: block; width: 100%;border: none; cursor: pointer; border-radius: 5px; background: #006CE0; color: #fff; font-size: 18px; line-height: 40px; text-align: center;}
  222. .sec .block-img img{ border-radius:10px;}
  223. .right-295 .row button a {
  224. display:inline-block;
  225. width:100%;height:100%;
  226. color:#fff;
  227. font-size:18px;
  228. }
  229. .gz-tit{ text-align: center; font-size: 35px; font-weight: bold;color: #333; background: url("../image/gz_tit_img.png") no-repeat center bottom; background-size: 555px; padding:20px 0 56px; margin: 60px 0;}
  230. .gz-list{ text-align: center; margin-bottom: 60px;}
  231. .gz-list li{ display: inline-block; width: 145px; height: 64px; line-height: 64px; text-align: center; font-size:18px; color: #fff; background: #006CE0;margin: 10px 5px;}
  232. .gz-list li:hover{ background: #fcc42d;}
  233. .process-box{ background: #006CE0;}
  234. .process-box ul{ display: flex; flex-wrap: nowrap; margin: 0 auto;}
  235. .process-box ul li{ text-align: center;flex: 1; color: #fff; font-size: 18px; padding: 50px 0;}
  236. .process-box ul li img{ width: 74px; height: 76px;display: block; background: url("../image/gz_icon_bg.png") no-repeat center 10px; background-size: 68px; margin:0 auto 15px; padding-bottom: 3px;}
  237. .process-box ul li i{ display: block; font-size: 18px; color: #33a9bf; background: #fff; width: 29px; height: 29px; line-height: 29px; text-align: center; font-style: normal; border-radius: 15px; margin: 8px auto 0;}
  238. .bg-gray{ background: #f8f8f8;}
  239. .sec .part-box{ margin: 0 auto; background: none;}
  240. .sec .part-box .part{ width: 615px; background: #fff; margin: 20px 20px 0 0;}
  241. .sec .part-box .part:nth-child(2n){margin-right: 0;}
  242. .sec .container .part h4.sty2{ margin-right: 20px;}
  243. .sec .tw-box{ margin: 35px 0; padding: 0 20px 35px; border-bottom: 1px solid #e2e2e2; }
  244. .sec .tw-list .tw-box:last-of-type{ border:none; }
  245. .sec .tw-box a:hover{ text-decoration: none; }
  246. .sec .tw-box .fl-img{ float: left;width: 270px; height: 136px; }
  247. .sec .tw-box .fl-img img {width:100%;}
  248. .sec .tw-box .fr-text{ margin-left: 300px; }
  249. .sec .tw-box h4{ font-size: 18px; color: #393939; border:none; padding-left: 0;}
  250. .sec .tw-box p{ font-size: 14px; color: #858585; line-height: 2; overflow: hidden;text-overflow: ellipsis;white-space: wrap; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
  251. .sec .tw-box em{ font-style: normal; color: #797979; font-size: 16px; display: block; margin-top: 17px; }
  252. .fl-part{ float: left; }
  253. .fl-part .item{ position: relative; }
  254. .fl-part .item img{ width: 640px; height: 340px; }
  255. .fl-part .item .item-h{ position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,.5); overflow: hidden; height: 50px; line-height: 50px; }
  256. .fl-part .item .item-h span{ width: 430px; float: left; padding-left: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 18px; font-weight: normal; color: #fff;}
  257. .fl-part .item .item-h em{ float: right; margin-right: 20px; font-size: 18px; color: #fff; font-style: normal; }
  258. .fl-part.right{ float: right; }
  259. .fl-part.right .item:nth-child(2){ margin: 12px 0; }
  260. .fl-part.right .item img{ width: 257px; height: 105px; }
  261. .fl-part.right .item .item-h{ height: 32px; line-height: 32px; }
  262. .fl-part.right .item .item-h span{ width: 227px; padding:0 15px;}
  263. .fl-part .item a{ position: relative; display: block; }
  264. .fl-part .item a:hover::before{ position: absolute; z-index: 2; top: 0; left: 0; content: ""; width: 100%; height: 100%; background: rgba(0,0,0,.5) url(/template/pc/skin/image/img_hover.png) no-repeat center; background-size: 37px; }
  265. .sec .links li a i{ display: inline-block; vertical-align: middle; color: #006CE0; font-style: normal; font-size: 16px; border-radius: 5px; width: 50px; height: 22px; line-height: 22px; border: 1px solid #006CE0; text-align: center; margin-right: 12px;}
  266. .sec .links.widget li a{padding-left: 0;}
  267. .sec .links.widget li a::before{ display: none; }
  268. .sec .container .wid100 h4.sty2{ margin: 0 0 30px 0; }
  269. .sec .container .wid100 .links li{ margin-left: 0; margin-right: 50px; width: 428px;}
  270. .sec .container .wid100 .links li:nth-child(2n){ margin-right: 0; }
  271. .sec .container .wid100 .links li a{ line-height: 2.4; }
  272. .sec .container .wid100 .links li a span{ width: 300px; }
  273. .article-detail{}
  274. .article-detail .article-header{ border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; margin: 40px 0; }
  275. .article-detail .article-header h3{ font-size: 22px; color: #191919; line-height: 2; }
  276. .article-detail .article-header .header-meta span{ font-size: 14px; color: #5e5e5e; line-height: 3; }
  277. .article-detail p{ font-size: 16px; color: #585858; line-height: 2.2; }
  278. .sec .sample-show .row .img-box{ margin-right: 19px; }
  279. .sec .sample-show .row .img-box:nth-child(3n){ margin-right: 0; }
  280. .sec .sample-show .row .img-box img{ width: 290px; height: 178px; }
  281. .sec .sample-show .row .img-box p{ font-size: 15px; }
  282. .freeFile-box{ padding: 12px 0; border: 1px solid #f1f1f1; }
  283. .freeFile-box li{ display: inline-block; margin: 10px 0; width: 50%; font-size: 15px; color: #232323;}
  284. .freeFile-box li a {font-size:14px;}
  285. .freeFile-box li img{ display: inline-block; width: 41px; height: 41px; vertical-align: middle; margin:0 15px 0 15px;}
  286. form{padding: 10px 0; border: 1px solid #f1f1f1; text-align: center; }
  287. form input{outline: none; text-align: left; border:none; width: 250px; margin: 7px auto; background:#f2f2f2; font-size: 15px; color: #333; padding-left: 15px; line-height: 42px; }
  288. form textarea{outline:none;border: none; background: #f2f2f2; margin: 7px auto; width: 235px; padding: 15px; font-size: 15px; color: #333; line-height: 2; }
  289. .right-295 form button{ width: 265px; margin: 10px auto; }
  290. /*常见问题*/
  291. .cjwt-show .row{ padding:10px 0 40px 0; border-bottom: 1px solid #eae9e9;}
  292. .cjwt-show .row .ques,.cjwt-show .row span{ font-size: 16px; color: #1a1a1a; line-height: 1.5; }
  293. .cjwt-show .row .ques{position: relative; padding-left: 35px; margin: 22px 0; }
  294. .cjwt-show .row .ques::before{ content: ""; display: block; width: 20px; height: 20px; position: absolute; left: 0; top: 2px;background: url(/template/pc/skin/image/ques_icon.png) no-repeat center; background-size: 20px;}
  295. .cjwt-show .row .ptxt{ background: #f6f6f6; padding: 15px; }
  296. .cjwt-show .row .ans{padding-left: 20px; font-size: 16px; color: #1a1a1a; line-height: 2.2; }
  297. .cjwt-show .row .ans span{ font-size: 16px; color: #1a1a1a; line-height: 2.5; }
  298. .search-box{ margin: 40px 0; }
  299. .search-box input{display: inline-block; vertical-align: top; border: 1px solid #d8d8d8; box-sizing: border-box; font-size: 16px; width: 791px; padding-left: 50px; height: 47px; line-height: 47px; background: url(/template/pc/skin/image/icons/search_icon.png) no-repeat 15px center; background-size: 16px; outline: none; }
  300. .search-box button{display: inline-block; vertical-align: top; width: 123px; height: 47px; background: #006ce0; font-size: 16px; line-height: 47px; color: #fff; text-align: center; border: none; outline: none; }
  301. .giant {display:none !important;}
  302. .giant.active {
  303. display:flex !important;
  304. display:-webkit-flex !important;
  305. }
  306. .engineer .list.row {display:none !important;}
  307. .engineer .list.row.active {display:block !important;}
  308. .imglist .row {flex-flow:row wrap;}
  309. .imglist .row .img-box {
  310. flex-shrink:0;
  311. width:48%;
  312. padding-top:18px;
  313. }
  314. .imglist .row .img-box:nth-child(even) {margin-right:0;}
  315. .pager li a {
  316. color:#555;
  317. font-size:14px;
  318. }
  319. .left-915 .file {
  320. height:56px;
  321. line-height:56px;
  322. margin-bottom:40px;
  323. border-bottom:1px solid #ddd;
  324. padding:0 16px;
  325. background:#F8F8F8;
  326. }
  327. .left-915 .file img {
  328. display:inline-block;
  329. vertical-align:middle;
  330. }
  331. .left-915 .file span {
  332. display:inline-block;
  333. vertical-align:middle;
  334. color:#222;
  335. font-size:14px;
  336. margin-left:14px;
  337. }
  338. .left-915 .file a {
  339. float:right;
  340. color:#888;
  341. font-size:14px;
  342. transition:.5s;
  343. }
  344. .left-915 .file a:hover {color:#006CE0}
  345. .g3.container .row.dest .h4 span {
  346. color:#222;
  347. font-size:18px;
  348. }
  349. .article-detail .content strong {font-size:unset;}
  350. .ad {
  351. line-height:24px;
  352. padding:8px 12px;
  353. padding-top:14px;
  354. box-sizing:border-box;
  355. background:#fff;
  356. }
  357. .ad .fl span {
  358. color:#222;
  359. font-size:14px;
  360. font-weight:bold;
  361. }
  362. .ad .fl a {
  363. color:#de0000;
  364. font-size:14px;
  365. margin-right:16px;
  366. }
  367. .ad .fr span {
  368. color:#666;
  369. font-size:16px;
  370. }
  371. .ad .fr span i {
  372. color:#de0000;
  373. font-size:16px;
  374. font-style:normal;
  375. }
  376. .ad .fr span i:first-child {
  377. display:inline-block;
  378. vertical-align:middle;
  379. font-size:20px;
  380. margin-right:6px;
  381. }
  382. .ad .fr span i:last-child {
  383. font-weight:bold;
  384. }
  385. .footbtn {
  386. margin:50px 0 40px;
  387. }
  388. .footbtn li {
  389. width:15%;
  390. text-align:center;
  391. }
  392. .footbtn li p {
  393. font-size:14px;
  394. margin-top:10px;
  395. }