index.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. min-width: 1200px;
  5. overflow-x: hidden;
  6. }
  7. .main .wrapper {
  8. position: relative;
  9. z-index: 1;
  10. }
  11. .main:before {
  12. position: absolute;
  13. display: block;
  14. content: '';
  15. width: 150%;
  16. background: linear-gradient(134deg, #02AB79 0%, #CBFFAC 100%);
  17. height: 484px;
  18. border-radius: 0 0 50% 50%;
  19. left: -25%;
  20. top: 0;
  21. }
  22. .main .video h3 {
  23. padding: 80px 0 30px;
  24. text-align: center;
  25. color: #ffffff;
  26. font-size: 0;
  27. font-family: YouSheBiaoTiHei;
  28. width: 260px;
  29. height: 44px;
  30. background: url(../img/tit2.png) no-repeat center 80px;
  31. background-size: 260px 44px;
  32. margin: 0 auto;
  33. }
  34. .main .video p {
  35. font-size: 18px;
  36. color: #ffffff;
  37. text-align: center;
  38. margin-bottom: 50px;
  39. }
  40. .main .video .poster {
  41. width: 1200px;
  42. height: 675px;
  43. position: relative;
  44. }
  45. .main .video .poster img {
  46. display: block;
  47. width: 100%;
  48. height: 100%;
  49. background-color: #eeeeee;
  50. border-radius: 10px;
  51. }
  52. .main .video .poster video {
  53. width: 100%;
  54. height: 100%;
  55. background-color: #000;
  56. display: none;
  57. }
  58. .main .video .poster span {
  59. position: absolute;
  60. top: 50%;
  61. left: 50%;
  62. transform: translate(-50%, -50%);
  63. background-color: rgba(255, 255, 255, 0.8);
  64. border-radius: 29px;
  65. font-size: 14px;
  66. line-height: 20px;
  67. padding: 8px 16px;
  68. display: flex;
  69. align-items: center;
  70. justify-content: space-between;
  71. }
  72. .main .video .poster span:after {
  73. content: '';
  74. width: 30px;
  75. height: 30px;
  76. background: url(../img/icon-play.png) no-repeat;
  77. background-size: 30px 30px;
  78. margin-left: 8px;
  79. cursor: pointer;
  80. }
  81. .main .services {
  82. padding-bottom: 84px;
  83. }
  84. .main .services h3 {
  85. font-size: 26px;
  86. font-family: PingFangSC-Semibold, PingFang SC;
  87. text-align: center;
  88. padding: 100px 0 50px;
  89. }
  90. .main .services ul {
  91. display: -ms-flexbox;
  92. display: flex;
  93. -ms-flex-pack: justify;
  94. justify-content: space-between;
  95. }
  96. .main .services ul li {
  97. list-style: none;
  98. }
  99. .main .services ul li img {
  100. display: block;
  101. width: 180px;
  102. margin-bottom: 26px;
  103. }
  104. .main .services ul li > div {
  105. display: -ms-flexbox;
  106. display: flex;
  107. -ms-flex-pack: center;
  108. justify-content: center;
  109. -ms-flex-direction: column;
  110. flex-direction: column;
  111. -ms-flex-align: center;
  112. align-items: center;
  113. background-color: #F5F5F5;
  114. border-radius: 50%;
  115. width: 270px;
  116. height: 270px;
  117. transition-property: all;
  118. transition-duration: 0.3s;
  119. }
  120. .main .services ul li > div span {
  121. font-family: PingFangSC-Semibold, PingFang SC;
  122. font-weight: 600;
  123. }
  124. .main .services ul li:hover > div {
  125. transform: translateY(-20px);
  126. background-color: #02AB79;
  127. color: #ffffff;
  128. }
  129. .main .services ul li p {
  130. color: #999999;
  131. margin-top: 30px;
  132. line-height: 22px;
  133. text-align: center;
  134. }
  135. .main .cities {
  136. background: #F5F5F5;
  137. padding-bottom: 50px;
  138. }
  139. .main .cities h3 {
  140. font-size: 26px;
  141. font-family: PingFangSC-Semibold, PingFang SC;
  142. text-align: center;
  143. padding: 50px 0;
  144. }
  145. .main .cities ul {
  146. display: -ms-flexbox;
  147. display: flex;
  148. margin-bottom: 30px;
  149. flex-wrap: wrap;
  150. }
  151. .main .cities ul li {
  152. list-style: none;
  153. width: 224px;
  154. height: 75px;
  155. line-height: 75px;
  156. text-align: center;
  157. background-color: #ffffff;
  158. margin-bottom: 20px;
  159. margin-right: 20px;
  160. }
  161. .main .cities ul li:nth-child(5n) {
  162. margin-right: 0;
  163. }
  164. .main .cities .button {
  165. display: block;
  166. color: #ffffff;
  167. background-color: #02AB79;
  168. border-radius: 37.5px;
  169. line-height: 60px;
  170. width: 224px;
  171. text-align: center;
  172. margin: 0 auto;
  173. }
  174. .main .news {
  175. padding-bottom: 50px;
  176. }
  177. .main .news h3 {
  178. font-size: 26px;
  179. font-family: PingFangSC-Semibold, PingFang SC;
  180. text-align: center;
  181. padding: 50px 0;
  182. position: relative;
  183. }
  184. .main .news h3 .more {
  185. position: absolute;
  186. right: 0;
  187. bottom: 30px;
  188. font-size: 14px;
  189. font-weight: normal;
  190. font-family: PingFangSC-Regular, PingFang SC;
  191. }
  192. .main .news .news-list {
  193. display: -ms-flexbox;
  194. display: flex;
  195. -ms-flex-pack: justify;
  196. justify-content: space-between;
  197. }
  198. .main .news .news-list dl {
  199. list-style: none;
  200. width: 380px;
  201. border-radius: 10px;
  202. }
  203. .main .news .news-list dl dt img {
  204. display: block;
  205. width: 100%;
  206. height: 240px;
  207. border-radius: 10px 10px 0 0;
  208. }
  209. .main .news .news-list dl dd {
  210. background-color: #F5F5F5;
  211. padding: 20px;
  212. font-size: 16px;
  213. line-height: 30px;
  214. border-radius: 0 0 10px 10px;
  215. height: 60px;
  216. overflow: hidden;
  217. }
  218. .main .contact {
  219. padding-bottom: 50px;
  220. }
  221. .main .contact h3 {
  222. font-size: 26px;
  223. font-family: PingFangSC-Semibold, PingFang SC;
  224. text-align: center;
  225. padding: 50px 0;
  226. position: relative;
  227. }
  228. .main .contact .acounts {
  229. display: -ms-flexbox;
  230. display: flex;
  231. -ms-flex-pack: distribute;
  232. justify-content: space-around;
  233. -ms-flex-align: end;
  234. align-items: flex-end;
  235. padding: 0 100px;
  236. }
  237. .main .contact .acounts .gzh dt {
  238. background-color: #02AB79;
  239. width: 160px;
  240. height: 160px;
  241. border-radius: 50%;
  242. display: -ms-flexbox;
  243. display: flex;
  244. -ms-flex-align: center;
  245. align-items: center;
  246. -ms-flex-pack: center;
  247. justify-content: center;
  248. }
  249. .main .contact .acounts .gzh dt img {
  250. display: block;
  251. width: 102px;
  252. }
  253. .main .contact .acounts .minip img {
  254. width: 160px;
  255. height: 160px;
  256. }
  257. .main .contact .acounts dd {
  258. margin-top: 30px;
  259. color: #02AB79;
  260. font-size: 18px;
  261. text-align: center;
  262. }