contact_us.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /* 整体布局 */
  2. body{
  3. /*font:14px "宋体",Arial,Helvetica,sans-serif;*/
  4. /*font-family: FZY3JW--GB1-0;*/
  5. font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/
  6. src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/
  7. color:#A1A1A1;
  8. margin:0;
  9. padding:0;
  10. /* background-image:linear-gradient(to top,#282828 0,#101010 100%); */
  11. background: #f8f9fd;
  12. min-width: 1280px;
  13. }
  14. ul,li,p,h1,h2,h3,h4,h5,h6,dl,dd{
  15. margin:0;
  16. padding:0;
  17. list-style:none;
  18. }
  19. .lf{float:left;}
  20. .rt{float:right;}
  21. .clear{clear:both;}
  22. img{
  23. vertical-align:bottom;
  24. }
  25. a{
  26. color:#9A9A96;
  27. text-decoration:none;
  28. }
  29. a:hover{
  30. color:#D9D9D9;
  31. text-decoration:none;
  32. }
  33. /*整体布局*/
  34. .contact{
  35. width: 100%;
  36. /*max-height: 544px;*/
  37. /*background: red;*/
  38. overflow: hidden;
  39. }
  40. .contact div{
  41. width: 100%;
  42. /*height: 544px;*/
  43. height: auto;
  44. }
  45. .contact img{
  46. /*width: 100%;*/
  47. /*!*height: 388px;*!*/
  48. /*height: 544px;*/
  49. width: 100%;
  50. max-width: 100%;
  51. max-height: 100%;
  52. }
  53. .contact_us{
  54. width: 80%;
  55. height: 30px;
  56. /*background: yellow;*/
  57. margin-left: 10%;
  58. margin-top: 60px;
  59. /*font-size: 18px;*/
  60. font-size: 24px;
  61. letter-spacing: 3px;
  62. }
  63. .company_contact{
  64. width: 80%;
  65. height: 39px;
  66. margin: 30px auto;
  67. border-bottom: 1px solid #DDDBDB;
  68. font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/
  69. src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/
  70. }
  71. .contact_text{
  72. width: 100px;
  73. height: 38px;
  74. line-height: 35px;
  75. text-align: center;
  76. font-size: 24px;
  77. font-weight: 500;
  78. border-bottom: 2px solid #989EEF;
  79. }
  80. .company_title{
  81. width: 80%;
  82. height: 39px;
  83. margin: 60px auto 0;
  84. border-bottom: 1px solid #DDDBDB;
  85. font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/
  86. src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/
  87. }
  88. .company_title div{
  89. width: 70px;
  90. height: 20px;
  91. line-height: 20px;
  92. text-align: center;
  93. font-size: 16px;
  94. font-weight: 500;
  95. color: #868DEC;
  96. border-left: 2px solid #868DEC;
  97. /*background: red;*/
  98. }
  99. .company_info{
  100. width: 80%;
  101. /*width: 70%;*/
  102. height: auto;
  103. margin: 40px auto 0;
  104. /*background: red;*/
  105. overflow: hidden;
  106. letter-spacing: 2px;
  107. display: flex;
  108. display: -webkit-flex;
  109. justify-content: space-between;
  110. flex-wrap:wrap;
  111. }
  112. .company_info div{
  113. width: 42%;
  114. height: 50px;
  115. line-height: 50px;
  116. /*text-align: center;*/
  117. border-radius: 25px;
  118. background: #fff;
  119. margin-bottom: 30px;
  120. font-size: 16px;
  121. color: #67676f;
  122. padding-left: 10px;
  123. overflow: hidden;
  124. }
  125. .custom_service{
  126. width: 80%;
  127. height: 39px;
  128. margin: 60px auto 0;
  129. border-bottom: 1px solid #DDDBDB;
  130. font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/
  131. src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/
  132. }
  133. .custom_service div{
  134. width: 70px;
  135. height: 20px;
  136. line-height: 20px;
  137. text-align: center;
  138. font-size: 16px;
  139. font-weight: 500;
  140. color: #868DEC;
  141. border-left: 2px solid #868DEC;
  142. }
  143. .contacts{
  144. width: 80%;
  145. height: auto;
  146. /*background: green;*/
  147. display: flex;
  148. justify-content: space-between;
  149. margin: 30px auto 50px;
  150. flex-wrap: wrap;
  151. }
  152. .contacts_box{
  153. width: 22%;
  154. height: auto;
  155. background: #fff;
  156. margin-bottom: 30px;
  157. }
  158. .contacts_img{
  159. width: 80px;
  160. height: 80px;
  161. /*background: yellow;*/
  162. border-radius: 50%;
  163. }
  164. .contacts_img img{
  165. width: 100%;
  166. height: 100%;
  167. border-radius: 50%;
  168. }
  169. .contacts_num{
  170. width: auto;
  171. margin-left: 10px;
  172. }
  173. .contacts_num p{
  174. font-size: 12px;
  175. margin-bottom: 4px;
  176. }