农燊高科官方网站
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

440 рядки
7.4 KiB

  1. ::-webkit-scrollbar{width:0;padding: 0;height: 0}
  2. @font-face{
  3.   font-family:"Source Han Sans SC Medium";
  4.   src:url('../font/SourceHanSansSC-Medium.otf'),
  5. }
  6. @font-face{
  7.   font-family:"Source Han Sans SC Normal";
  8.   src:url('../font/SourceHanSansSC-Normal.otf'),
  9. }
  10. @font-face{
  11.   font-family:"Source Han Sans SC Regular";
  12.   src:url('../font/SourceHanSansSC-Regular.otf'),
  13. }
  14. .topTab{
  15. background: #FFF;
  16. line-height: 36px;
  17. position: fixed;
  18. width: 100%;
  19. z-index: 9;
  20. }
  21. .topTab .tabBox ul li{
  22. float: left;
  23. padding: 0px 18px;
  24. font-size: 16px;
  25. margin-right: 10px;
  26. line-height: 59px;
  27. }
  28. .topTab .tabBox ul li a{
  29. display: block;
  30. line-height: 59px;
  31. }
  32. .tapTab{
  33. position: absolute;
  34. background-color: #fafafa;
  35. width: 100%;
  36. display: none;
  37. }
  38. .tap_box{
  39. text-align: justify;
  40. padding: 40px 0 50px;
  41. }
  42. .tap_box:after {
  43. content: '';
  44. display: inline-block;
  45. width: 100%;
  46. }
  47. .tap_box ul{
  48. display: inline-grid;
  49. color: #333333;
  50. }
  51. .tap_box ul p{
  52. border-bottom: 1px solid #e2e2e2;
  53. margin-bottom: 15px;
  54. }
  55. .tap_box ul li:hover {
  56. color: #1473e6;
  57. cursor: pointer;
  58. }
  59. .phone{
  60. margin-right: 55px;
  61. padding: 5px 0;
  62. }
  63. .phone img{
  64. width: 18px;
  65. height: 18px;
  66. display: inline-block;
  67. margin-right: 10px;
  68. float: left;
  69. }
  70. .phone p{
  71. font-size: 16px;
  72. color: #1473e6;
  73. line-height: 18px;
  74. float: left;
  75. }
  76. .topTab ul li:hover{
  77. }
  78. .topTab ul li:hover a{
  79. border-bottom: 2px solid #1473e6;
  80. color: #1473e6;
  81. }
  82. .topTab select{
  83. background: transparent;
  84. border: none;
  85. margin-top: 10px;
  86. }
  87. .topTab .upBtn {
  88. padding: 0px 15px;
  89. line-height: 26px;
  90. color: #5c5b5b;
  91. border-radius: 26px;
  92. border: 1px solid #dcdcdc;
  93. font-size: 14px;
  94. }
  95. .topTab .serviceBtn{
  96. background-image: linear-gradient(to right, #1fcbff , #355cff);
  97. color: #FFF;
  98. line-height: 28px;
  99. border-radius: 28px;
  100. padding: 0px 15px;
  101. }
  102. .topTab .active{
  103. border-bottom: 2px solid #1473e6;
  104. color: #1473e6;
  105. }
  106. .topTab .active a{
  107. }
  108. .productList ul {
  109. margin-top: 115px;
  110. }
  111. .productList ul li {
  112. text-align: center;
  113. width: 22%;
  114. margin-right: 4%;
  115. float: left;
  116. }
  117. .productList ul li:nth-child(4) {
  118. margin-right: 0;
  119. }
  120. .productList ul li p:nth-child(2) {
  121. font-size: 32px;
  122. color: #070b29;
  123. margin-top: 28px;
  124. font-weight: bold;
  125. font-family: "Source Han Sans SC Medium";
  126. }
  127. .productList ul li p:nth-child(3) {
  128. font-size: 16px;
  129. color: #4a4a4a;
  130. margin-top: 28px;
  131. }
  132. .itemList ul{
  133. margin-top: 140px;
  134. display: table-cell;
  135. vertical-align: middle;
  136. }
  137. .itemList .leftImg{
  138. display: table-cell;
  139. vertical-align: middle;
  140. float: right;
  141. }
  142. .itemList ul li img{
  143. float: left;
  144. margin-right: 15px;
  145. }
  146. .itemList ul li{
  147. margin-top: 45px;
  148. padding: 10px;
  149. }
  150. .itemList ul li:first-child{
  151. margin-top: 0px;
  152. }
  153. .itemList ul li p{
  154. float: left;
  155. font-size: 18px;
  156. color: #070b29;
  157. font-family: "Source Han Sans SC Regular";
  158. line-height: 20px;
  159. font-weight: bold;
  160. }
  161. .itemList {
  162. display: table;
  163. margin-top: 140px;
  164. }
  165. .itemList i{
  166. display: none;
  167. }
  168. .itemList .active,.itemList ul li:hover{
  169. border-left: 4px solid #1473e6;
  170. box-shadow: 0px 5px 5px #e4eaf1 inset,0px 5px 5px #e4eaf1;
  171. border-radius: 0px 5px 5px 0px;
  172. position: relative;
  173. }
  174. .itemList .active i,.itemList ul li:hover i{
  175. position: absolute;
  176. right: 0;
  177. top: 50%;
  178. transform: translateY(-50%);
  179. color: #1473e6;
  180. display: block;
  181. }
  182. .itemList .active p,.itemList ul li:hover p{
  183. color: #1473e6;
  184. }
  185. .itemList ul li:hover{
  186. cursor: pointer;
  187. }
  188. .business{
  189. background: url("../images/index_bg.png") no-repeat center;
  190. background-size: 100% 100%;
  191. padding: 105px 0 250px;
  192. margin-top: 140px;
  193. }
  194. .business_box{
  195. display: table;
  196. }
  197. .business_text{
  198. display: table-cell;
  199. vertical-align: middle;
  200. }
  201. .business_text p:nth-child(1){
  202. font-size: 36px;
  203. color: #070b29;
  204. margin-bottom: 45px;
  205. font-family: "Source Han Sans SC Medium";
  206. font-weight: bold;
  207. }
  208. .business_text p:nth-child(2){
  209. font-size: 36px;
  210. color: #070b29;
  211. font-family: "Source Han Sans SC Medium";
  212. font-weight: bold;
  213. }
  214. .business_text p:nth-child(3){
  215. font-size: 16px;
  216. color: #070b29;
  217. margin-top: 45px;
  218. font-weight: bold;
  219. line-height: 34px;
  220. font-family: "Source Han Sans SC Normal";
  221. }
  222. .business_img{
  223. display: table-cell;
  224. vertical-align: middle;
  225. }
  226. .index_title p:nth-child(1){
  227. text-align: center;
  228. font-size: 12px;
  229. margin-bottom: 24px;
  230. color: #707070;
  231. font-family: 'Asimov';
  232. font-weight: bold;
  233. }
  234. .index_title p:nth-child(2){
  235. text-align: center;
  236. font-size: 58px;
  237. margin-bottom: 24px;
  238. color: #070b29;
  239. font-family: "Source Han Sans SC Medium";
  240. font-weight: bold;
  241. }
  242. .index_title p:nth-child(3){
  243. text-align: center;
  244. font-size: 16px;
  245. margin-bottom: 24px;
  246. color: #070b29;
  247. font-family: "Source Han Sans SC Normal";
  248. font-weight: bold;
  249. }
  250. .programme ul {
  251. margin-top: 70px;
  252. }
  253. .programme ul li {
  254. text-align: center;
  255. width: 20.5%;
  256. margin-right: 6%;
  257. float: left;
  258. border-radius: 10px;
  259. overflow: hidden;
  260. background-color: #f4f7fd;
  261. box-shadow: 0px 5px 5px #ddd;
  262. height: 332px;
  263. }
  264. .programme ul li:nth-child(4) {
  265. margin-right: 0;
  266. }
  267. .programme li div{
  268. padding: 25px;
  269. }
  270. .programme ul li:nth-child(2) div p{
  271. text-align: left;
  272. }
  273. .programme ul li img {
  274. width: 100%;
  275. }
  276. .programme ul li p:nth-child(1) {
  277. font-size: 18px;
  278. color: #070b29;
  279. font-weight: bold;
  280. }
  281. .programme ul li p:nth-child(2) {
  282. font-size: 14px;
  283. color: #4a4a4a;
  284. margin-top: 5px;
  285. }
  286. .seeBtn{
  287. background-color: #1473e6;
  288. color: #ffffff!important;
  289. border-radius: 50px;
  290. padding: 10px 30px;
  291. box-shadow: 0px 5px 12px #a6bfd9;
  292. }
  293. .service{
  294. margin-top: 110px;
  295. }
  296. .service_box{
  297. display: table;
  298. margin-top: 70px;
  299. width: 100%;
  300. }
  301. .service_box ul{
  302. display: table-cell;
  303. vertical-align: middle;
  304. }
  305. .service_box img{
  306. display: table-cell;
  307. vertical-align: middle;
  308. float: right;
  309. }
  310. .service_box ul .active{
  311. background-color:#edf4fd ;
  312. box-shadow: 0px 5px 5px #ddd;
  313. }
  314. .service_box ul li:hover{
  315. background-color:#edf4fd ;
  316. box-shadow: 0px 5px 5px #ddd;
  317. cursor: pointer;
  318. }
  319. .service_box ul li{
  320. padding: 25px 30px;
  321. border-radius: 12px;
  322. overflow: hidden;
  323. width: 375px;
  324. margin-bottom: 10px;
  325. }
  326. .service_box ul li:nth-child(3){
  327. margin: 0;
  328. }
  329. .service_box ul li p:nth-child(1){
  330. font-size: 24px;
  331. color:#070b29;
  332. font-weight: bold;
  333. font-family: "Source Han Sans SC Medium";
  334. }
  335. .service_box ul li p:nth-child(2){
  336. font-size: 14px;
  337. color:#070b29;
  338. margin-top: 15px;
  339. padding-left: 25px;
  340. line-height: 25px;
  341. font-family: "Source Han Sans SC Normal";
  342. }
  343. .service_box ul li p i{
  344. display: inline-block;
  345. background-color: #1473e6;
  346. border-radius: 50%;
  347. width: 15px;
  348. height: 15px;
  349. margin-right: 10px;
  350. }
  351. .consulting{
  352. background-color: #edf5fd;
  353. margin-top: 90px;
  354. }
  355. .consulting_box p{
  356. font-size: 36px;
  357. color: #070b29;
  358. display: table-cell;
  359. vertical-align: middle;
  360. font-family: "Source Han Sans SC Medium";
  361. font-weight: bold;
  362. }
  363. .consulting_box{
  364. display: table;
  365. }
  366. .consulting_box img{
  367. display: table-cell;
  368. vertical-align: middle;
  369. }
  370. .consulting_box div{
  371. display: table-cell;
  372. vertical-align: middle;
  373. }
  374. .consulting_box div a{
  375. background-color: #1473e6;
  376. color: #ffffff!important;
  377. border-radius: 50px;
  378. padding: 10px 30px;
  379. box-shadow: 0px 5px 12px #a6bfd9;
  380. }
  381. .bottomAbout_box ul{
  382. float: left;
  383. }
  384. .bottomAbout_box{
  385. margin-bottom: 30px;
  386. }
  387. .bottomAbout_box ul li{
  388. font-size: 12px;
  389. color: #7f7f7f;
  390. margin-bottom: 20px;
  391. }
  392. .bottomAbout_box ul p,.bottomAbout p{
  393. font-size: 14px;
  394. color: #7f7f7f;
  395. margin-bottom: 30px;
  396. font-family: "Source Han Sans SC Medium";
  397. }
  398. .bottomAbout{
  399. margin-top: 55px;
  400. }