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 4.8 KiB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. @charset "utf-8";
  2. .banner{
  3. padding-bottom: 10.41666667%;
  4. }
  5. /*****work.html*******/
  6. .inSec1Row{
  7. margin: -24px -12px 0;
  8. overflow: hidden;
  9. }
  10. .inSec1Col4{
  11. padding: 0 12px;
  12. margin-top: 24px;
  13. float: left;
  14. width: 33.333333%;
  15. }
  16. .inSec1Box{
  17. border: 1px solid #EDF0F1;
  18. background: #fff;
  19. }
  20. .inSec1Top{
  21. padding: 0 15px 0 10px;
  22. line-height: 0;
  23. height: 100px;
  24. }
  25. .inSec1Top > *{
  26. display: inline-block;
  27. vertical-align: middle;
  28. }
  29. .inSec1TopLine {
  30. height: 100%;
  31. width: 1px;
  32. }
  33. .inSec1TopImg{
  34. height: 60px;
  35. width: 60px;
  36. margin-right: 10px;
  37. }
  38. .inSec1TopImg img{
  39. width: 100%;
  40. }
  41. .inSec1TopTxt{
  42. font-size: 13px;
  43. color: #949494;
  44. width: 76%;
  45. }
  46. .inSec1TopTxt div {
  47. line-height: 20px;
  48. overflow:hidden;
  49. white-space:nowrap;
  50. text-overflow:ellipsis;
  51. }
  52. .inSec1TopTxt div:first-child{
  53. font-size: 15px;
  54. color: #666666;
  55. margin-bottom: 5px;
  56. }
  57. .inSec1Bottom{
  58. border-top: 1px solid #EDF0F1;
  59. line-height: 34px;
  60. font-size: 13px;
  61. padding: 0 15px;
  62. color: #C2C2C2;
  63. }
  64. .inSec1Star{
  65. float: left;
  66. width: 100px;
  67. }
  68. .inSec1Star .fa-star{
  69. color: #FECC04;
  70. }
  71. .inSec1Txt{
  72. text-align: right;
  73. margin-left: 110px;
  74. overflow:hidden;
  75. white-space:nowrap;
  76. text-overflow:ellipsis;
  77. }
  78. .index_sec2{
  79. margin: 0;
  80. padding: 50px 0;
  81. background: #EDF1F2;
  82. }
  83. /*****work.html*******/
  84. /*****service.html*******/
  85. .serBox{
  86. background: #EDF1F2;
  87. padding: 50px 0;
  88. }
  89. .serBox .index_sec{
  90. margin: 0;
  91. }
  92. .service_sec1{
  93. margin-top: 0;
  94. }
  95. .serSec1Title{
  96. height: 55px;
  97. line-height: 54px;
  98. font-size: 18px;
  99. color: #666666;
  100. border-bottom: 1px solid #EEF4F5;
  101. }
  102. .serSec1Title img{
  103. position: relative;
  104. top: -2px;
  105. width: 15px;
  106. margin-right: 3px;
  107. }
  108. .serSearch{
  109. color: #8A8A8A;
  110. font-size: 15px;
  111. margin: 25px 0 0;
  112. }
  113. .serTxt{
  114. margin-right: 20px;
  115. float: left;
  116. }
  117. .serSearch .headerTopBox{
  118. float: left;
  119. }
  120. .serSearch > a{
  121. float: left;
  122. margin-right: 20px;
  123. width: 86px;
  124. height: 30px;
  125. line-height: 28px;
  126. color: #666666;
  127. font-size: 15px;
  128. text-align: center;
  129. border: 1px solid #E1E5E6;
  130. border-radius: 15px;
  131. transition:all 0.3s;
  132. -moz-transition:all 0.3s;
  133. -ms-transition:all 0.3s;
  134. -o-transition:all 0.3s;
  135. -webkit-transition:all 0.3s;
  136. }
  137. .serSearch > a.active,.serSearch > a:hover{
  138. background: #3598DC;
  139. color: #fff;
  140. border-color: #3598DC;
  141. }
  142. .serSearch > a:last-child{
  143. margin-right: 0;
  144. }
  145. /*****service.html*******/
  146. /*****news.html*******/
  147. .paging{
  148. margin-top: 50px;
  149. margin-bottom: 100px;
  150. overflow: hidden;
  151. font-size: 14px;
  152. }
  153. .pagingBox{
  154. padding: 10px 0;
  155. float: right;
  156. overflow: hidden;
  157. }
  158. .pagingBox *{
  159. display: block;
  160. float: left;
  161. width: 70px;
  162. height: 34px;
  163. line-height: 34px;
  164. margin-left: 7px;
  165. border-radius: 3px;
  166. text-align: center;
  167. }
  168. .pagingBox a{
  169. color: #6A6A6A;
  170. border: 1px solid #E0E0E0;
  171. border-radius: 2px;
  172. line-height: 32px;
  173. }
  174. .pagingBox span{
  175. text-align: right;
  176. color: #676767;
  177. }
  178. .pagingBox input{
  179. border: 1px solid #D9D9D9;
  180. font-size: 14px;
  181. line-height: 32px;
  182. }
  183. .padingTxt{
  184. float: left;
  185. color: #676767;
  186. line-height: 54px;
  187. }
  188. .news_sec1{
  189. margin-top: 30px;
  190. }
  191. .traSec3List li{
  192. overflow: hidden;
  193. position: relative;
  194. padding: 20px 0;
  195. border-bottom: 1px dashed #E7E7E7;
  196. }
  197. .traSec3List li > a,.traSec3List span{
  198. display: block;
  199. }
  200. .traSec3ListImg{
  201. width: 256px;
  202. padding: 2px;
  203. border: 1px solid #E7E7E7;
  204. float: left;
  205. }
  206. .traSec3ListImg div{
  207. height: 0;
  208. overflow: hidden;
  209. padding-bottom: 54%;
  210. }
  211. .traSec3ListImg img{
  212. display: block;
  213. width: 100%;
  214. }
  215. .traSec3Box{
  216. margin-left:280px;
  217. }
  218. .traSec3T{
  219. color: #3E3F3F;
  220. font-size: 18px;
  221. overflow:hidden;
  222. white-space:nowrap;
  223. text-overflow:ellipsis;
  224. }
  225. .traSec3Txt {
  226. margin: 10px 0;
  227. overflow: hidden;
  228. height: 28px;
  229. line-height: 28px;
  230. font-size: 14px;
  231. color: #AEADAD;
  232. }
  233. .traSec3Txt img{
  234. margin: 7px 8px 0;
  235. float: left;
  236. width: 12px;
  237. }
  238. .traSec3Txt span{
  239. float: left;
  240. }
  241. .traSec3Txt span:first-child{
  242. width: 170px;
  243. }
  244. .traSec3Text{
  245. font-size: 14px;
  246. color: #AEADAD;
  247. display:-webkit-box;
  248. -webkit-box-orient:vertical;
  249. -webkit-line-clamp:2;
  250. overflow:hidden;
  251. text-overflow:ellipsis;
  252. line-height: 36px;
  253. height: 72px;
  254. }
  255. /*****news.html*******/
  256. /*****newsDot.html*******/
  257. .crumbs{
  258. margin-top: 20px;
  259. position: relative;
  260. z-index: 9999;
  261. }
  262. .crumbs .index_box > *{
  263. display: inline-block;
  264. vertical-align: middle;
  265. }
  266. .crumbs a{
  267. color:#A8A8A8;
  268. font-size: 14px;
  269. }
  270. .crumbs span{
  271. color: #2A2A2A;
  272. font-size: 14px;
  273. }
  274. .crumbs i{
  275. font-size: 20px;
  276. margin: 0 20px;
  277. color:#A8A8A8;
  278. }
  279. .listDotT{
  280. text-align: center;
  281. font-size: 40px;
  282. color: #2A2A2A;
  283. }
  284. .listDotTime{
  285. color: #C0C0C0;
  286. font-size: 14px;
  287. text-align: center;
  288. margin: 20px 0 70px;
  289. }
  290. .listDotTime span{
  291. margin: 0 25px;
  292. }
  293. .listDotTime img{
  294. width: 12px;
  295. margin-right: 10px;
  296. position: relative;
  297. top: -1px;
  298. }
  299. .listDotImg{
  300. width: 70%;
  301. margin: 0 auto;
  302. font-size: 0;
  303. }
  304. .listDotImg img{
  305. width: 100%;
  306. }
  307. .listDotTxt{
  308. text-indent: 35px;
  309. line-height: 32px;
  310. margin: 40px auto;
  311. font-size: 14px;
  312. color: #2A2A2A;
  313. }
  314. /*****newsDot.html*******/