农燊高科官方网站
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

467 rader
9.3 KiB

  1. ::-webkit-scrollbar{width:0;padding: 0;height: 0}
  2. .topTab{
  3. background: #FFF;
  4. padding: 20px 0;
  5. line-height: 36px;
  6. }
  7. .topTab p{
  8. font-size: 24px;
  9. }
  10. .topTab ul li{
  11. float: left;
  12. padding: 0px 18px;
  13. font-size: 16px;
  14. margin-right: 10px;
  15. }
  16. .topTab ul li:hover{
  17. background: #168a44;
  18. border-radius: 50px;
  19. }
  20. .topTab ul li:hover a{
  21. color: #FFF;
  22. }
  23. .topTab input{
  24. margin-left: 52px;
  25. border: 1px solid #afafaf;
  26. line-height: 26px;
  27. margin-top: 4px;
  28. border-radius: 26px;
  29. width: 145px;
  30. background: url("../images/newBusinessEntities/searchIcon.png") no-repeat;
  31. background-size: 13px 13px;
  32. background-position: 10px 6px;
  33. padding-left: 28px;
  34. font-size: 12px;
  35. }
  36. .topTab select{
  37. background: transparent;
  38. border: none;
  39. margin-top: 10px;
  40. }
  41. .topTab img{
  42. margin-top: 3px;
  43. }
  44. .topTab .upBtn {
  45. background: #168a44;
  46. padding: 0 15px;
  47. line-height: 20px;
  48. margin-top: 8px;
  49. color: #FFF;
  50. border-radius: 20px;
  51. }
  52. .topTab .active{
  53. background-color:#168a44 ;
  54. border-radius: 50px;
  55. }
  56. .topTab .active a{
  57. color: #FFF!important;
  58. }
  59. .newBox{
  60. /*margin-top: 15px;*/
  61. }
  62. .newBox_img{
  63. width: 292px;
  64. height: 330px;
  65. position: relative;
  66. }
  67. .newBox_img img{
  68. border-radius: 12px;
  69. box-shadow: 4px 4px 4px #ccc;
  70. }
  71. .newBox_tit{
  72. position: absolute;
  73. bottom: 15px;
  74. color: #FFF;
  75. font-size: 24px;
  76. background: #168a44;
  77. padding: 5px 26px;
  78. border-top-left-radius: 30px;
  79. border-bottom-left-radius: 30px;
  80. left: 10px;
  81. width: 100%;
  82. }
  83. .newBox_list{
  84. margin-left: 20px;
  85. background: #FFF;
  86. width: 582px;
  87. height: 330px;
  88. border-radius: 12px;
  89. padding: 6px 20px;
  90. }
  91. .newBox_list ul li{
  92. font-size: 16px;
  93. margin-top: 10px;
  94. color: #666666;
  95. }
  96. .newBox_list ul li:hover a{
  97. color: #168a44;
  98. }
  99. .newBox_list ul li span{
  100. color: #a4a3a3;
  101. }
  102. .newBox_list_titBg{
  103. font-size: 36px;
  104. color: #dddddd;
  105. }
  106. .newBox_list_tit{
  107. font-size: 24px;
  108. position: absolute;
  109. top: 20px;
  110. left: 20px;
  111. }
  112. .titBox{
  113. position: relative;
  114. }
  115. .activityBox{
  116. width: 894px;
  117. background: #FFF;
  118. margin-top: 15px;
  119. border-radius: 12px;
  120. padding: 6px 20px;
  121. }
  122. .activityBox table{
  123. margin-top: 10px;
  124. font-size: 16px;
  125. }
  126. .activityBox table tr:hover td{
  127. color: #168a44;
  128. cursor: pointer;
  129. }
  130. .activityBox table tr td{
  131. padding: 5px 0;
  132. text-align: center;
  133. color: #666666;
  134. }
  135. .activityBox table tr:first-child td{
  136. color: #168a44!important;
  137. font-weight: bold!important;
  138. font-size: 16px!important;
  139. }
  140. .activityBox table tr td:first-child{
  141. text-align: left;
  142. }
  143. .activityBox table tr td:last-child{
  144. color: #a4a3a3;
  145. font-size: 14px;
  146. }
  147. .headBg{
  148. background: #FFF;
  149. width: 60px;
  150. height: 60px;
  151. border-radius: 100%;
  152. position: absolute;
  153. bottom: -30px;
  154. left: 20px;
  155. }
  156. .headBg img{
  157. width: 50px;
  158. margin: 5px;
  159. border-radius: 100%;
  160. }
  161. .rightBox_img{
  162. position: relative;
  163. }
  164. .rightBox{
  165. background: #FFF;
  166. height: 557px;
  167. width: 292px;
  168. border-radius: 12px;
  169. overflow: hidden;
  170. }
  171. .rightBox_table{
  172. margin-top: 30px;
  173. padding: 0px 20px;
  174. font-size: 16px;
  175. }
  176. .rightBox_table table tr td {
  177. padding: 8px 0px;
  178. color: #666666;
  179. }
  180. .rightBox_bottom{
  181. padding: 0px 15px;
  182. }
  183. .rightBox_message{
  184. background: #b2d8c1;
  185. padding: 15px;
  186. border-radius: 10px;
  187. color: #4c725b;
  188. }
  189. .goLogin{
  190. background-color: #168a44;
  191. color: #FFF!important;
  192. padding: 8px 0;
  193. border-radius: 50px;
  194. width: 100%;
  195. display: block;
  196. text-align: center;
  197. margin: 80px 0 50px;
  198. }
  199. .supplyBox{
  200. position: relative;
  201. width: 894px;
  202. background: #FFFFFF;
  203. padding: 6px 20px 20px;
  204. border-radius: 12px;
  205. }
  206. .supplyBox ul li {
  207. width: 186px;
  208. border: 1px solid #d9d9d9;
  209. margin: 20px 13.5px 0;
  210. float: left;
  211. border-radius: 10px;
  212. overflow: hidden;
  213. }
  214. .supplyBox ul li img{
  215. width: 100%;
  216. }
  217. .supplyNat{
  218. padding: 12px 8px;
  219. }
  220. .supplyNat_type{
  221. padding: 2px 4px;
  222. background: #168a44;
  223. color: #ffffff;
  224. border-radius: 5px;
  225. }
  226. .supplyNat_box{
  227. margin-top: 10px;
  228. }
  229. .supplyNat_money{
  230. color: #d21313;
  231. }
  232. .supplyNat_money span{
  233. font-size: 20px;
  234. }
  235. .fileBox{
  236. width: 292px;
  237. height: 575px;
  238. background: #FFF;
  239. border-radius: 12px;
  240. padding: 14px 0px;
  241. }
  242. .fileBox_title{
  243. background: #168a44;
  244. font-size: 18px;
  245. color: #FFF;
  246. line-height: 38px;
  247. width: 160px;
  248. border-top-right-radius: 38px;
  249. border-bottom-right-radius: 38px;
  250. padding: 0 22px;
  251. box-shadow: 0px 5px 8px #ccc;
  252. }
  253. .fileBox_title img{
  254. margin-right: 15px;
  255. }
  256. .fileBox_list_tit{
  257. font-size: 16px;
  258. color: #666666;
  259. }
  260. .hotFile{
  261. text-transform:uppercase;
  262. background: -webkit-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  263. -moz-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  264. -ms-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);/* 渐变背景 */
  265. color:transparent;
  266. /*设置字体颜色透明*/
  267. -webkit-background-clip: text;
  268. /*背景裁剪为文本形式*/
  269. animation: ran 5s linear infinite;
  270. /*动态20s展示*/
  271. }
  272. .hotFile_icon{
  273. width: 9px;
  274. height: 14px;
  275. overflow: hidden;
  276. background: url(../images/newBusinessEntities/new.gif) no-repeat;
  277. display: inline-block;
  278. }
  279. @keyframes ran {
  280. from {
  281. backgroud-position: 0 0;
  282. }
  283. to {
  284. background-position: 1000px 0;
  285. }
  286. }
  287. .fileBox ul{
  288. padding: 20px 15px 0px;
  289. }
  290. .fileBox ul li{
  291. margin-top: 12px;
  292. }
  293. .fileBox ul li:hover p{
  294. color: #168a44!important;
  295. cursor: pointer;
  296. }
  297. .supplyBox ul li:hover{
  298. cursor: pointer;
  299. box-shadow: 1px 1px 5px #ccc;
  300. }
  301. .supplyBox ul li:hover .supplyNat p:first-child{
  302. color: #168a44!important;
  303. }
  304. .fileBox_list_time{
  305. color: #adadad;
  306. }
  307. .fileBoxSecond{
  308. height: 1165px;
  309. }
  310. .fileBoxSecond table tr td{
  311. color: #666666;
  312. }
  313. .fileBoxSecond_table_title{
  314. color: #000!important;
  315. }
  316. .fileBoxSecond_table{
  317. padding: 0px 15px;
  318. }
  319. .fileBoxSecond table{
  320. margin: 28px 0;
  321. }
  322. .bottomLink {
  323. background: #e8e8e8;
  324. margin-top: 40px;
  325. padding: 30px 0 40px;
  326. }
  327. .bottomLink-tit {
  328. font-size: 12px;
  329. color: #7f7f7f;
  330. }
  331. .bottomLink-tit img{
  332. vertical-align: middle;
  333. margin-right: 2px;
  334. }
  335. .bottomLink-linkList {
  336. font-size: 12px;
  337. color: #7f7f7f;
  338. width: 1000px;
  339. }
  340. .bottomLink-linkList a {
  341. margin-top: 15px;
  342. margin-right: 15px;
  343. display: inline-block;
  344. }
  345. .ba {
  346. font-size: 12px;
  347. color: #7f7f7f;
  348. margin-top: 20px;
  349. }
  350. .ba span {
  351. margin-left: 20px;
  352. }
  353. .ewm {
  354. padding: 25px 25px 0;
  355. }
  356. .ewmtit {
  357. font-size: 12px;
  358. color: #7f7f7f;
  359. margin-top: 5px;
  360. }
  361. .more{
  362. position:absolute;
  363. bottom: 0;
  364. right: 0;
  365. color: #666666;
  366. }
  367. .more:hover{
  368. color: #168a44;
  369. cursor: pointer;
  370. }
  371. .more2{
  372. color: #666666;
  373. line-height: 38px;
  374. margin-right: 22px;
  375. }
  376. .more2:hover{
  377. color: #168a44;
  378. cursor: pointer;
  379. }
  380. .breath_light {
  381. /*width: 300px; */ /* 宽度 */
  382. /*height: 300px; */ /* 高度 */
  383. /*border:#666 1px solid;*/
  384. /*border-radius:50%;*/
  385. opacity: 0.1; /* 不透明度 */
  386. overflow: hidden; /* 溢出隐藏 */
  387. /* margin: 25% auto; */ /* 外边距 */
  388. /* IE10、Firefox and Opera,IE9以及更早的版本不支持 */
  389. animation-name: breath; /* 动画名称 */
  390. animation-duration: 700ms; /* 动画时长3秒 */
  391. animation-timing-function: ease-in-out; /* 动画速度曲线:以低速开始和结束 */
  392. animation-iteration-count: infinite; /* 播放次数:无限 */
  393. /* Safari and Chrome */
  394. -webkit-animation-name: breath; /* 动画名称 */
  395. -webkit-animation-duration: 700ms; /* 动画时长3秒 */
  396. -webkit-animation-timing-function: ease-in-out; /* 动画速度曲线:以低速开始和结束 */
  397. -webkit-animation-iteration-count: infinite; /* 播放次数:无限 */
  398. }
  399. @keyframes breath {
  400. from { opacity: 0.1; } /* 动画开始时的不透明度 */
  401. 50% { opacity: 1; } /* 动画50% 时的不透明度 */
  402. to { opacity: 0.1; } /* 动画结束时的不透明度 */
  403. }
  404. @-webkit-keyframes breath {
  405. from { opacity: 0.1; } /* 动画开始时的不透明度 */
  406. 50% { opacity: 1; } /* 动画50% 时的不透明度 */
  407. to { opacity: 0.1; } /* 动画结束时的不透明度 */
  408. }
  409. .crumbs{
  410. font-size: 16px;
  411. margin: 15px 0px;
  412. color: #666666;
  413. width: 1200px;
  414. }
  415. .tab{
  416. background: #FFFFFF;
  417. padding: 12px 35px;
  418. border-radius: 12px;
  419. }
  420. .tab li{
  421. float: left;
  422. padding: 10px 18px;
  423. background: #e4e4e4;
  424. color: #333333;
  425. margin-right: 22px;
  426. font-size: 16px;
  427. border-radius: 25px;
  428. }
  429. .tab li:hover{
  430. background: #168a44!important;
  431. color: #FFFFFF!important;
  432. cursor: pointer;
  433. }
  434. .tab .active{
  435. background: #168a44!important;
  436. color: #FFFFFF!important;
  437. }
  438. .recommendTit{
  439. font-size: 18px;
  440. color: #333333;
  441. border-bottom: 1px solid #e4e5e4;
  442. padding: 15px 0px;
  443. }
  444. .lvd{
  445. width: 12px;
  446. height: 12px;
  447. display: inline-block;
  448. background: #168a44;
  449. border-radius: 100%;
  450. margin-right: 5px;
  451. }