contact.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. body {
  2. background-color: #f7f7f7;
  3. }
  4. .banner {
  5. width: 100%;
  6. height: 530px;
  7. }
  8. .banner img {
  9. width: 100%;
  10. height: 100%;
  11. display: block;
  12. }
  13. .contact-content {
  14. width: 100%;
  15. min-height: 1127px;
  16. position: relative;
  17. }
  18. .contact-content.consult {
  19. min-height: 1340px;
  20. }
  21. .contact-content .contact-main {
  22. width: 100%;
  23. min-height: 1224px;
  24. padding: 0 58px 58px 58px;
  25. box-sizing: border-box;
  26. background-color: #ffffff;
  27. position: absolute;
  28. top: -110px;
  29. left: 0;
  30. }
  31. .contact-content .contact-main.consult {
  32. min-height: 1440px;
  33. }
  34. .contact-content .contact-main .contact-title {
  35. width: 100%;
  36. height: 110px;
  37. float: left;
  38. }
  39. .contact-content .contact-main .contact-title .contact-title-l {
  40. float: left;
  41. position: relative;
  42. }
  43. .contact-content .contact-main .contact-title .contact-title-l::before {
  44. content: "";
  45. width: 24px;
  46. height: 4px;
  47. background-color: #0688d2;
  48. position: absolute;
  49. top: 50%;
  50. left: 0;
  51. }
  52. .contact-content .contact-main .contact-title .contact-title-l p {
  53. font-size: 24px;
  54. color: #505050;
  55. line-height: 110px;
  56. padding-left: 48px;
  57. position: relative;
  58. }
  59. .contact-content .contact-main .contact-title .contact-title-r {
  60. box-sizing: border-box;
  61. padding: 40px 0;
  62. float: right;
  63. }
  64. .contact-content .contact-main .contact-title .contact-title-r a {
  65. display: block;
  66. float: left;
  67. margin: 0 10px;
  68. font-size: 16px;
  69. color: #505050;
  70. line-height: 30px;
  71. text-align: center;
  72. }
  73. .contact-content .contact-main .contact-title .contact-title-r a:hover {
  74. color: #0688d2;
  75. text-decoration: underline;
  76. }
  77. .contact-content .contact-main .contact-image {
  78. width: 100%;
  79. height: 316px;
  80. float: left;
  81. }
  82. .contact-content .contact-main .contact-image img {
  83. width: 100%;
  84. height: 316px;
  85. display: block;
  86. }
  87. .contact-content .contact-main .contact-tell {
  88. width: 100%;
  89. height: 56px;
  90. float: left;
  91. margin-top: 120px;
  92. margin-bottom: 79px;
  93. }
  94. .contact-content .contact-main .contact-tell .contact-tell-item {
  95. float: left;
  96. }
  97. .contact-content .contact-main .contact-tell .contact-tell-item.mid {
  98. width: 254px;
  99. box-sizing: border-box;
  100. padding-left: 64px;
  101. position: relative;
  102. margin: 0 50px;
  103. }
  104. .contact-content .contact-main .contact-tell .contact-tell-item.mid::before {
  105. content: "";
  106. width: 1px;
  107. height: 56px;
  108. background-color: #e3e6eb;
  109. position: absolute;
  110. left: 0;
  111. top: 0;
  112. }
  113. .contact-content .contact-main .contact-tell .contact-tell-item.mid::after {
  114. content: "";
  115. width: 1px;
  116. height: 56px;
  117. background-color: #e3e6eb;
  118. position: absolute;
  119. right: 0;
  120. top: 0;
  121. }
  122. .contact-content .contact-main .contact-tell .contact-tell-item h1 {
  123. font-weight: normal;
  124. font-size: 16px;
  125. line-height: 21px;
  126. margin-bottom: 16px;
  127. color: #999999;
  128. }
  129. .contact-content .contact-main .contact-tell .contact-tell-item p {
  130. font-weight: normal;
  131. font-size: 16px;
  132. line-height: 21px;
  133. color: #272727;
  134. }
  135. .contact-content .contact-main .contact-maps {
  136. width: 100%;
  137. height: 430px;
  138. float: left;
  139. }
  140. .contact-content .contact-main .contact-maps .contact-maps-Baidu {
  141. width: 100%;
  142. height: 100%;
  143. background-color: #000;
  144. text-align: center;
  145. font-size: 50px;
  146. font-weight: bold;
  147. line-height: 430px;
  148. color: #ffff;
  149. }
  150. .contact-content .contact-main .contact-join {
  151. width: 100%;
  152. height: auto;
  153. }
  154. .contact-content .contact-main .contact-join h1 {
  155. line-height: 100px;
  156. font-size: 24px;
  157. color: #272727;
  158. text-align: left;
  159. font-weight: normal;
  160. }
  161. .contact-content .contact-main .contact-join .contact-join-cell {
  162. width: 100%;
  163. height: 48px;
  164. box-sizing: border-box;
  165. border: 1px solid #dedede;
  166. padding: 8px 16px;
  167. position: relative;
  168. cursor: pointer;
  169. margin-bottom: 24px;
  170. }
  171. .contact-content .contact-main .contact-join .contact-join-cell.on {
  172. background-color: #0688d2;
  173. }
  174. .contact-content .contact-main .contact-join .contact-join-cell.on p {
  175. color: #fff;
  176. }
  177. .contact-content .contact-main .contact-join .contact-join-cell.on span {
  178. background: url(./img/contact-icon-down.png);
  179. }
  180. .contact-content .contact-main .contact-join .contact-join-cell p {
  181. font-size: 16px;
  182. line-height: 32px;
  183. color: #505050;
  184. }
  185. .contact-content .contact-main .contact-join .contact-join-cell span {
  186. display: block;
  187. width: 32px;
  188. height: 32px;
  189. background: url(./img/contact-icon-up.png);
  190. background-size: cover;
  191. position: absolute;
  192. right: 8px;
  193. top: 8px;
  194. }
  195. .contact-content .contact-main .contact-join .contact-join-main {
  196. width: 100%;
  197. height: auto;
  198. box-sizing: border-box;
  199. padding: 0 10px 32px 10px;
  200. display: none;
  201. }
  202. .contact-content .contact-main .contact-join .contact-join-main p {
  203. font-size: 16px;
  204. line-height: 33px;
  205. color: #505050;
  206. }
  207. .contact-content .contact-main .contact-consult {
  208. width: 100%;
  209. height: auto;
  210. float: left;
  211. margin-top: 80px;
  212. }
  213. .contact-content .contact-main .contact-consult .contact-form {
  214. width: 100%;
  215. min-height: 48px;
  216. padding: 0 16px;
  217. box-sizing: border-box;
  218. border: 1px solid #dedede;
  219. line-height: 48px;
  220. font-size: 16px;
  221. color: #505050;
  222. margin-bottom: 24px;
  223. }
  224. .contact-content .contact-main .contact-consult .contact-form.none {
  225. border: none;
  226. }
  227. .contact-content .contact-main .contact-consult .contact-form .label {
  228. width: 100px;
  229. line-height: 48px;
  230. float: left;
  231. }
  232. .contact-content .contact-main .contact-consult .contact-form .form-input {
  233. border: none;
  234. width: 940px;
  235. height: 44px;
  236. line-height: 44px;
  237. float: left;
  238. }
  239. .contact-content .contact-main .contact-consult .contact-form .form-select {
  240. border: none;
  241. width: 940px;
  242. height: 44px;
  243. line-height: 44px;
  244. float: left;
  245. }
  246. .contact-content .contact-main .contact-consult .contact-form .textarea {
  247. width: 948px;
  248. height: 161px;
  249. padding: 20px 0;
  250. border: none;
  251. resize: none;
  252. outline: none;
  253. }
  254. .contact-content .contact-main .contact-consult .contact-form .btn {
  255. width: 526px;
  256. height: 48px;
  257. line-height: 48px;
  258. display: block;
  259. margin: 0 auto;
  260. background-color: #0688d2;
  261. color: #fff;
  262. font-size: 16px;
  263. text-align: center;
  264. }