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

155 行
2.4 KiB

  1. .introduce{
  2. margin-top: 100px;
  3. border-bottom: 1px solid #dbdbdb;
  4. padding-bottom: 80px;
  5. }
  6. .introduce .title_box{
  7. float: left;
  8. }
  9. .introduce .title_box p{
  10. font-size: 48px;
  11. color: #070b29;
  12. line-height: 48px;
  13. margin-bottom: 32px;
  14. }
  15. .content_box{
  16. float: right;
  17. width: 775px;
  18. font-size: 16px;
  19. color: #030000;
  20. text-indent: 2em;
  21. line-height: 38px;
  22. }
  23. .content_box p span{
  24. color: #1473e6;
  25. }
  26. .tellUs{
  27. background-color: #edf5fd;
  28. padding: 60px 0;
  29. }
  30. .tellUs .title_box p:first-child{
  31. font-size: 48px;
  32. color: #070b29;
  33. line-height: 48px;
  34. margin-bottom: 32px;
  35. }
  36. .tellUs .phone_box img{
  37. width: 28px;
  38. display: inline-block;
  39. margin-right: 10px;
  40. float: left;
  41. }
  42. .tellUs .phone_box p{
  43. font-size: 22px;
  44. color: #1473e6;
  45. font-weight: bold;
  46. line-height: 18px;
  47. float: left;
  48. }
  49. .tellUs .type_box div p:first-child{
  50. font-size: 32px;
  51. color: #333333;
  52. line-height: 32px;
  53. margin-bottom: 20px;
  54. }
  55. .tellUs .type_box div p:nth-child(2){
  56. font-size: 16px;
  57. color: #666666;
  58. }
  59. .tellUs .type{
  60. float: right;
  61. width: 775px;
  62. }
  63. .tellUs .type_box div:nth-child(2){
  64. margin-top: 40px;
  65. }
  66. .certificate_box ul {
  67. text-align: justify;
  68. margin-top: 75px;
  69. }
  70. .certificate_box ul:after {
  71. content: '';
  72. display: inline-block;
  73. width: 100%;
  74. }
  75. .certificate_box ul li{
  76. display: inline-block;
  77. text-align: center;
  78. font-size: 14px;
  79. color: #525252;
  80. }
  81. .certificate_box ul li img{
  82. margin-bottom: 25px;
  83. }
  84. #container {
  85. overflow: hidden;
  86. width: 740px;
  87. height: 475px;
  88. margin: 0;
  89. font-family: "微软雅黑";
  90. }
  91. .map_box{
  92. float: left;
  93. }
  94. .map_box ul li{
  95. padding: 15px 15px 15px 45px;
  96. position: relative;
  97. margin-bottom: 10px;
  98. }
  99. .map_box ul li:last-child{
  100. margin-bottom: 0;
  101. }
  102. .map_box ul li:hover{
  103. background-color: #edf5fd;
  104. cursor: pointer;
  105. }
  106. .map_box ul li .map_asc{
  107. position: absolute;
  108. top: 15px;
  109. left: 15px;
  110. }
  111. .map_box ul li .map_asc span{
  112. color: #FFF;
  113. position: absolute;
  114. display: block;
  115. text-align: center;
  116. width: 100%;
  117. top: 2px;
  118. }
  119. .map_box ul li .map_asc .bd{
  120. background: url("../images/bd1.png");
  121. width: 21px;
  122. height: 33px;
  123. }
  124. .map_box ul li:hover .map_asc .bd{
  125. background: url("../images/bd2.png");
  126. width: 21px;
  127. height: 33px;
  128. }
  129. .map_box p:first-child{
  130. font-size: 14px;
  131. color: #1473e6;
  132. }
  133. .map_box p{
  134. color: #666666;
  135. margin-bottom: 6px;
  136. }
  137. .map_box .active{
  138. background-color: #edf5fd;
  139. }
  140. .map_box .active .map_asc .bd{
  141. background: url("../images/bd2.png");
  142. }