农燊高科官方网站
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.css 8.7 KiB

4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
4年前
3年前
4年前
4年前
4年前
4年前
4年前
4年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  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. }
  232. .business_text p:nth-child(3){
  233. font-size: 16px;
  234. color: #070b29;
  235. margin-top: 45px;
  236. line-height: 34px;
  237. font-family: "Source Han Sans SC Normal";
  238. }
  239. .business_img{
  240. display: table-cell;
  241. vertical-align: middle;
  242. }
  243. .index_title p:nth-child(1){
  244. text-align: center;
  245. font-size: 12px;
  246. margin-bottom: 24px;
  247. color: #707070;
  248. font-family: 'Asimov';
  249. font-weight: bold;
  250. }
  251. .index_title p:nth-child(2){
  252. text-align: center;
  253. font-size: 58px;
  254. margin-bottom: 24px;
  255. color: #070b29;
  256. font-family: "Source Han Sans SC Medium";
  257. font-weight: bold;
  258. }
  259. .index_title p:nth-child(3){
  260. text-align: center;
  261. font-size: 16px;
  262. margin-bottom: 24px;
  263. color: #070b29;
  264. font-family: "Source Han Sans SC Normal";
  265. font-weight: bold;
  266. }
  267. .programme ul {
  268. margin-top: 70px;
  269. }
  270. .programme ul li {
  271. text-align: center;
  272. width: 20.5%;
  273. margin-right: 6%;
  274. float: left;
  275. border-radius: 10px;
  276. overflow: hidden;
  277. background-color: #f4f7fd;
  278. height: 332px;
  279. }
  280. .flip-container:hover .flipper, .flip-container:hover .flipper {
  281. transform: rotateY(180deg);
  282. }
  283. .flip-container:hover{
  284. box-shadow: 0px 5px 5px #ddd;
  285. }
  286. .flipper {
  287. transition: 0.6s;
  288. transform-style: preserve-3d;
  289. position: relative;
  290. }
  291. .flip-container,.front, .back{
  292. height: 332px;
  293. }
  294. .front, .back{
  295. height: 332px;
  296. backface-visibility: hidden;
  297. position: absolute;
  298. top: 0;
  299. left: 0;
  300. width: 100%;
  301. }
  302. .front {
  303. z-index: 2;
  304. }
  305. .back {
  306. transform: rotateY(180deg);
  307. }
  308. .programme ul li:nth-child(4) {
  309. margin-right: 0;
  310. }
  311. .programme li .programmeBox{
  312. padding: 25px;
  313. }
  314. .programme li .back .programmeBox{
  315. text-align: left;
  316. }
  317. .programme ul li:nth-child(2) div p{
  318. }
  319. .programme ul li img {
  320. width: 100%;
  321. }
  322. .programme ul li p:nth-child(1) {
  323. font-size: 18px;
  324. color: #070b29;
  325. font-weight: bold;
  326. }
  327. .programme ul li p:nth-child(2) {
  328. font-size: 14px;
  329. color: #4a4a4a;
  330. margin-top: 5px;
  331. }
  332. .seeBtn{
  333. background-color: #1473e6;
  334. color: #ffffff!important;
  335. border-radius: 50px;
  336. padding: 10px 30px;
  337. box-shadow: 0px 5px 12px #a6bfd9;
  338. }
  339. .service{
  340. margin-top: 110px;
  341. }
  342. .service_box{
  343. display: table;
  344. margin-top: 70px;
  345. width: 100%;
  346. }
  347. .service_box ul{
  348. display: table-cell;
  349. vertical-align: middle;
  350. }
  351. .service_box img{
  352. display: table-cell;
  353. vertical-align: middle;
  354. float: right;
  355. }
  356. .service_box ul .active{
  357. background-color:#edf4fd ;
  358. box-shadow: 0px 5px 5px #ddd;
  359. }
  360. .service_box ul li:hover{
  361. background-color:#edf4fd ;
  362. box-shadow: 0px 5px 5px #ddd;
  363. cursor: pointer;
  364. }
  365. .service_box ul li{
  366. padding: 25px 30px;
  367. border-radius: 12px;
  368. overflow: hidden;
  369. width: 375px;
  370. margin-bottom: 10px;
  371. }
  372. .service_box ul li:nth-child(3){
  373. margin: 0;
  374. }
  375. .service_box ul li p:nth-child(1){
  376. font-size: 24px;
  377. color:#070b29;
  378. font-weight: bold;
  379. font-family: "Source Han Sans SC Medium";
  380. }
  381. .service_box ul li p:nth-child(2){
  382. font-size: 14px;
  383. color:#070b29;
  384. margin-top: 15px;
  385. padding-left: 25px;
  386. line-height: 25px;
  387. font-family: "Source Han Sans SC Normal";
  388. }
  389. .service_box ul li p i{
  390. display: inline-block;
  391. background-color: #1473e6;
  392. border-radius: 50%;
  393. width: 15px;
  394. height: 15px;
  395. margin-right: 10px;
  396. }
  397. .consulting{
  398. background-color: #edf5fd;
  399. margin-top: 90px;
  400. }
  401. .consulting_box p{
  402. font-size: 36px;
  403. color: #070b29;
  404. display: table-cell;
  405. vertical-align: middle;
  406. font-family: "Source Han Sans SC Medium";
  407. font-weight: bold;
  408. }
  409. .consulting_box{
  410. display: table;
  411. }
  412. .consulting_box img{
  413. display: table-cell;
  414. vertical-align: middle;
  415. }
  416. .consulting_box div{
  417. display: table-cell;
  418. vertical-align: middle;
  419. }
  420. .consulting_box div a{
  421. background-color: #1473e6;
  422. color: #ffffff!important;
  423. border-radius: 50px;
  424. padding: 10px 30px;
  425. display: block;
  426. text-align: center;
  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. }
  449. .downLoad table{
  450. border: 1px solid #ebebeb;
  451. }
  452. .downLoad table tr:nth-child(odd){
  453. background: #fafbfb;
  454. }
  455. .downLoad table tr:first-child td{
  456. background: #f6f6f6;
  457. font-size: 16px;
  458. color: #030000!important;
  459. }
  460. .downLoad table tr td{
  461. text-align: center;
  462. padding: 25px 0;
  463. color: #636363;
  464. }
  465. .downTit{
  466. font-size: 36px;
  467. color: #1473e6;
  468. font-weight: bold;
  469. text-align: left;
  470. margin-bottom: 35px;
  471. }
  472. .downLoad table tr:hover{
  473. background: #f1f1f1;
  474. }