农燊高科官方网站
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.

index.css 8.3 KiB

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