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

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