company_profile.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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. min-width: 1280px;
  12. }
  13. ul,li,p,h1,h2,h3,h4,h5,h6,dl,dd{
  14. margin:0;
  15. padding:0;
  16. list-style:none;
  17. }
  18. .lf{float:left;}
  19. .rt{float:right;}
  20. .clear{clear:both;}
  21. img{
  22. /*width:1920px;*/
  23. /*height:568px;*/
  24. vertical-align:bottom;
  25. }
  26. a{
  27. color:#9A9A96;
  28. text-decoration:none;
  29. }
  30. a:hover{
  31. color:#D9D9D9;
  32. text-decoration:none;
  33. }
  34. /*���岼��*/
  35. /*header����*/
  36. .header{
  37. width: 100%;
  38. /*height: 36px;*/
  39. /*line-height: 36px;*/
  40. height: 39px;
  41. line-height: 39px;
  42. background: #666FE8;
  43. color: #fff;
  44. }
  45. .header_left{
  46. margin-left: 8%;
  47. /*font-size: 12px;*/
  48. font-size: 16px;
  49. }
  50. .header_right{
  51. margin-right: 8%;
  52. /*font-size: 18px;*/
  53. font-size: 16px;
  54. }
  55. .header_nav{
  56. width: 100%;
  57. /*height: 80px;*/
  58. height: 128px;
  59. /*line-height: 80px;*/
  60. /*background: red;*/
  61. }
  62. .header_image{
  63. /*width: 94px;*/
  64. /*height: 50px;*/
  65. width: 150px;
  66. height: 80px;
  67. /*line-height: 80px;*/
  68. /*background: red;*/
  69. margin-left: 8%;
  70. margin-top: 24px;
  71. }
  72. .header_image img{
  73. /*width: 94px;*/
  74. /*height: 50px;*/
  75. width: 150px;
  76. height: 80px;
  77. line-height: 80px;
  78. }
  79. .header_list{
  80. margin-right: 8%;
  81. margin-top: 24px;
  82. /*background: red;*/
  83. }
  84. .header_list li{
  85. float: left;
  86. line-height: 80px;
  87. margin-left: 50px;
  88. }
  89. .header_list .main{
  90. margin-right: 30px;
  91. }
  92. .header_list li a{
  93. /*font-size: 18px;*/
  94. font-size: 22px;
  95. color: #67676f;
  96. }
  97. .header_list li a:hover{
  98. color: #666FE8;
  99. }
  100. .header_search{
  101. position: relative;
  102. }
  103. .header_search input{
  104. width: 100px;
  105. height: 26px;
  106. /*border-color: #666FE8;*/
  107. border: 2px solid #666FE8;
  108. border-radius: 8px;
  109. outline: none;
  110. padding-left: 5px;
  111. }
  112. .header_search b{
  113. display: block;
  114. width: 18px;
  115. height: 18px;
  116. border-radius: 50%;
  117. background: url("../image/search.png") no-repeat;
  118. position: absolute;
  119. top: 31px;
  120. left: 80%;
  121. cursor: pointer;
  122. background-size: 100%;
  123. }
  124. .company_intro{
  125. width: 80%;
  126. height: auto;
  127. margin: 0 auto 60px;
  128. display: flex;
  129. display: -webkit-flex;
  130. flex-wrap: wrap;
  131. justify-content: space-between;
  132. /*justify-content: flex-start;*/
  133. }
  134. .company_image1{
  135. /*width: 332px;*/
  136. /*height: 302px;*/
  137. width: 30%;
  138. height:auto;
  139. margin-bottom: 30px;
  140. }
  141. .intro{
  142. margin-bottom: 0;
  143. }
  144. .company_image1 img{
  145. width: 100%;
  146. /*height: 100%;*/
  147. max-width: 100%;
  148. max-height: 100%;
  149. }
  150. .company_image1 p{
  151. text-indent: 2em;
  152. font-size: 0.8vw;
  153. }
  154. /*.company_profile{*/
  155. /*!*width: 55%;*!*/
  156. /*width: auto;*/
  157. /*height: 453px;*/
  158. /*!*background: gold;*!*/
  159. /*!*margin-left: 15%;*!*/
  160. /*margin-left: 520px;*/
  161. /*}*/
  162. /*.company_profile p{*/
  163. /*line-height: 22px;*/
  164. /*float: left;*/
  165. /*font-size: 14px;*/
  166. /*color: #86868D;*/
  167. /*!*padding: 20px;*!*/
  168. /*padding-top: 10px;*/
  169. /*letter-spacing: 2px;*/
  170. /*}*/
  171. /*ҳ��*/
  172. footer{
  173. width: 100%;
  174. height: 275px;
  175. border: 1px solid #353744;
  176. background: #353744;
  177. color: #fff;
  178. }
  179. .footer{
  180. width: 80%;
  181. height: 220px;
  182. margin: 3% auto 0;
  183. }
  184. .footer_title>p{
  185. width: 100%;
  186. height: 30px;
  187. font-size: 20px;
  188. text-align: center;
  189. }
  190. .footer_title p:last-child span{
  191. display: block;
  192. width: 30px;
  193. height: 30px;
  194. line-height: 30px;
  195. text-align: center;
  196. border: 1px solid #fff;
  197. border-radius: 50%;
  198. margin-left: 15px;
  199. cursor: pointer;
  200. }
  201. .footer_title p:last-child span:hover{
  202. background: #5E97F5;
  203. border-color: #5E97F5;
  204. }
  205. .footer_top{
  206. margin-top: 40px;
  207. width: 100%;
  208. }
  209. .footer_top li{
  210. width: 25%;
  211. float: left;
  212. /*margin-right: 14%;*/
  213. }
  214. .footer_bottom{
  215. width: 100%;
  216. margin-top: 20px;
  217. }
  218. .footer_bottom li{
  219. width: 25%;
  220. float: left;
  221. /*margin-right: 14%;*/
  222. }
  223. .footer_bottom li:last-child{
  224. /*width: 40%;*/
  225. width: auto;
  226. }
  227. .copyright{
  228. width: 100%;
  229. height: 30px;
  230. line-height:30px;
  231. text-align:center;
  232. margin-top: 20px;
  233. }
  234. #chn{
  235. background: #5E97F5;
  236. }
  237. .intro p{
  238. font-size: 0.9vw;
  239. letter-spacing: 3px;
  240. text-indent: 2em;
  241. }