index.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. #banner{
  2. width: 100%;
  3. max-width: 1920px;
  4. height: 500px;
  5. background:url(../img/index/banner3.png)50% 50% no-repeat;
  6. }
  7. #advantage{
  8. width: 100%;
  9. height: 530px;
  10. background: #f1f1f1;
  11. box-sizing: border-box;
  12. padding-top: 50px;
  13. }
  14. ._title{
  15. width: 1200px;
  16. height: 90px;
  17. margin: 0 auto;
  18. background: url(../img/index/形状4副本.png)50% 20px no-repeat;
  19. box-sizing: border-box;
  20. padding-top: 6px;
  21. }
  22. .title_name1{
  23. font-size: 22px;
  24. color: #26201e;
  25. margin: 0 auto;
  26. width: 200px;
  27. text-align: center;
  28. }
  29. .title_name2{
  30. font-family: "bookman old style";
  31. font-size: 16px;
  32. color:#acacac;
  33. width: 300px;
  34. margin: 0 auto;
  35. text-align: center;
  36. margin-top: 10px;
  37. }
  38. ._subscript{
  39. width: 40px;
  40. height: 2px;
  41. background: #ddd;
  42. margin: 5px auto;
  43. }
  44. #advantage_model{
  45. position: relative;
  46. width: 1200px;
  47. margin: 0 auto;
  48. }
  49. #advantage_con{
  50. width: 1200px;
  51. margin: 0 auto;
  52. height: 395px;
  53. overflow: hidden;
  54. position: relative;
  55. }
  56. #advantage_con ul{
  57. width: 200%;
  58. position: absolute;
  59. left: 0px;
  60. transition: all 0.5s;
  61. }
  62. #advantage_con ul li{
  63. width: 12.5%;
  64. float: left;
  65. height: 395px;
  66. box-sizing: border-box;
  67. padding-top: 70px;
  68. }
  69. .advantage_list_pic{
  70. width: 100%;
  71. height: 134px;
  72. background: url(../img/index/图层41.png)50% 50% no-repeat;
  73. }
  74. .advantage_list_name{
  75. width: 100%;
  76. height: 20px;
  77. line-height: 20px;
  78. font-size: 16px;
  79. color: #26201e;
  80. text-align: center;
  81. margin: 30px 0 20px;
  82. }
  83. .advantage_list_instructions{
  84. width: 175px;
  85. margin: 0 auto;
  86. text-align: center;
  87. font-size: 12px;
  88. color: #898989;
  89. line-height: 25px;
  90. }
  91. #go_left{
  92. position: absolute;
  93. top: 123px;
  94. left: -49px;
  95. width: 49px;
  96. height: 70px;
  97. background: url(../img/index/形状5副本.png)0 0 no-repeat;
  98. cursor: pointer;
  99. }
  100. #go_right{
  101. position: absolute;
  102. top: 123px;
  103. right: -49px;
  104. width: 49px;
  105. height: 70px;
  106. background: url(../img/index/形状5副本3.png)0 0 no-repeat;
  107. cursor: pointer;
  108. }
  109. #news_center{
  110. width: 100%;
  111. max-width: 1920px;
  112. margin: 0 auto;
  113. height: 655px;
  114. background: url(../img/index/图层36.png)50% 100% no-repeat;
  115. background-color: #fff;
  116. box-sizing: border-box;
  117. padding-top: 50px;
  118. }
  119. #news_con{
  120. width: 1200px;
  121. margin: 70px auto 0;
  122. box-sizing: border-box;
  123. padding: 0 100px;
  124. }
  125. #news_con ul{
  126. width: 100%;
  127. }
  128. #news_con ul li{
  129. width: 250px;
  130. float: left;
  131. box-sizing: border-box;
  132. }
  133. #news_con ul li:nth-child(2){
  134. margin: 0 125px;
  135. }
  136. .news_lists{
  137. width: 100%;
  138. }
  139. .news_title{
  140. width: 100%;
  141. height: 30px;
  142. line-height: 30px;
  143. background: url(../img/index/形状6副本5.png)0 0 no-repeat;
  144. box-sizing: border-box;
  145. padding-left: 35px;
  146. }
  147. .news_title_ch{
  148. font-size: 16px;
  149. color:#26201e;
  150. }
  151. .news_title_en{
  152. font-family: "Arial Regular";
  153. font-size: 10px;
  154. color:#898989;
  155. }
  156. .news_lists_con{
  157. width: 100%;
  158. padding-top: 30px;
  159. position: relative;
  160. }
  161. .news_time{
  162. width: 40px;
  163. height: 40px;
  164. background: #c4271f;
  165. color: #fff;
  166. text-align: center;
  167. position: absolute;
  168. left: 20px;
  169. }
  170. .news_detail{
  171. margin-top: 30px;
  172. line-height: 25px;
  173. font-size: 12px;
  174. color: #fff;
  175. }
  176. .news_more{
  177. width: 80px;
  178. height: 30px;
  179. line-height: 30px;
  180. text-align: center;
  181. font-size: 12px;
  182. color: #fff;
  183. box-sizing: border-box;
  184. border: 1px solid #fff;
  185. border-radius: 2px;
  186. margin: 55px auto 0;
  187. }
  188. #enterprise_introduction{
  189. width: 100%;
  190. background: #f1f1f1;
  191. height: 280px;
  192. }
  193. #introduction_con{
  194. width: 1000px;
  195. margin: 0 auto;
  196. box-sizing: border-box;
  197. /*padding: 0 100px;*/
  198. position: relative;
  199. background: url(../img/index/图层25.png)100% 100% no-repeat;
  200. height: 200px;
  201. padding-top: 50px;
  202. }
  203. #introduction_title{
  204. width: 96px;
  205. height: 30px;
  206. background: #c4271f;
  207. position: absolute;
  208. left: -20px;
  209. top: 35px;
  210. font-size: 12px;
  211. color: #fff;
  212. text-align: center;
  213. line-height: 30px;
  214. font-family: "Arial Regular";
  215. }
  216. #introduction_name{
  217. width: 125px;
  218. height: 150px;
  219. line-height: 150px;
  220. text-align: center;
  221. font-size: 16px;
  222. color: #26201e;
  223. box-sizing: border-box;
  224. border: 2px solid #ddd;
  225. float: left;
  226. }
  227. #introduction_content{
  228. width: 550px;
  229. height: 150px;
  230. font-size: 14px;
  231. color: #26201e;
  232. float: left;
  233. margin-left: 30px;
  234. line-height: 30px;
  235. font-family: "宋体";
  236. }
  237. #notice_guide{
  238. width: 100%;
  239. height: 615px;
  240. background: #f1f1f1;
  241. }
  242. #notice_guide_con{
  243. width: 1000px;
  244. margin: 0 auto;
  245. margin-top:50px;
  246. }
  247. #notice_guide_con>div>div{
  248. overflow: hidden;
  249. position: relative;
  250. }
  251. .notice_message{
  252. position: absolute;
  253. transition: all 0.5s;
  254. width: 100%;
  255. height: 100px;
  256. bottom: -100px;
  257. background: rgba(0,0,0,.5);
  258. color: #fff;
  259. }
  260. #notice_guide_con>div>div:hover .notice_message{
  261. bottom: 0px;
  262. }
  263. #guide_left,#guide_right{
  264. width: 50%;
  265. float: left;
  266. }
  267. #guide_left>div{
  268. width: 250px;
  269. height: 400px;
  270. float: left;
  271. }
  272. #guide_right>div{
  273. height: 200px;
  274. width: 100%;
  275. }
  276. #exhibit{
  277. background: url(../img/index/图层29.png) 0 0 no-repeat;
  278. }
  279. #characteristics{
  280. background:url(../img/index/组101.png)0 0 no-repeat;
  281. }
  282. #trading_notice{
  283. background: url(../img/index/组11.png)0 0 no-repeat;
  284. }
  285. #risk_control{
  286. background: url(../img/index/组8.png)0 0 no-repeat;
  287. }