store.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. *{
  2. box-sizing: border-box;
  3. /*color: #3d3c40;*/
  4. }
  5. body{
  6. color: #3D3C40;
  7. }
  8. a:hover{
  9. text-decoration: none;
  10. color: #3D3C40;
  11. }
  12. p{
  13. margin-bottom: 0;
  14. }
  15. .my-container{
  16. width: 1200px;
  17. margin: 0 auto;
  18. text-align: left;
  19. }
  20. .se-top{
  21. width: 100%;
  22. background: #F7F8F9;
  23. color: #8C8B8B;
  24. height: 208px;
  25. padding-top: 69px;
  26. }
  27. .se-top h3{
  28. font-size: 40px;
  29. }
  30. .se-top h6{
  31. margin-top: 12px;
  32. font-size: 14px;
  33. }
  34. .store_title .option.active{
  35. border-bottom:#5ea7ec 2px solid ;
  36. padding-bottom: 10px;
  37. }
  38. .store_title{
  39. margin-bottom: 65px;
  40. }
  41. .selector{
  42. /*margin-top: 71px;*/
  43. position: relative;
  44. }
  45. .sel_hd{
  46. padding-left: 19px;
  47. height: 57px;
  48. width: 239px;
  49. background: url(../img/seletor.jpg) no-repeat;
  50. line-height: 57px;
  51. }
  52. .sel_content{
  53. width: 239px;
  54. }
  55. .sel_content a{
  56. padding-left: 19px;
  57. display: block;
  58. height: 43px;
  59. line-height: 43px;
  60. }
  61. .sel_content a:hover{
  62. text-decoration: none;
  63. background-color: #8c8b8b;
  64. color: #FFFFFF;
  65. }
  66. .sel_content{
  67. display: none;
  68. position: absolute;
  69. top: 67px;
  70. background-color: #f7f8f9;
  71. left: 0;
  72. }
  73. .sel_content.show{
  74. display: block;
  75. }
  76. .allstore_img{
  77. margin-top: 42px;
  78. margin-bottom: 158px;
  79. }
  80. .allstore_img img{
  81. width: 100%;
  82. }
  83. .allstore_list{
  84. margin-top: -30px;
  85. margin-bottom: 100px;
  86. }
  87. .news_lice{
  88. padding-bottom: 65px;
  89. /*height: 310px;*/
  90. /*display: flex;*/
  91. justify-content: space-between;
  92. align-items: flex-start;
  93. margin-top: 65px;
  94. border-bottom: 1px solid #E2E2E2;
  95. }
  96. .news_lice>div{
  97. display: inline-block;
  98. vertical-align: top;
  99. }
  100. .news_left{
  101. margin-right: 140px;
  102. }
  103. .news_left img{
  104. width: 400px;
  105. height: 240px;
  106. }
  107. .news_center img{
  108. width: 15px;
  109. }
  110. .news_center h3{
  111. font-size: 24px;
  112. /*line-height: 48px;*/
  113. margin-bottom: 50px;
  114. }
  115. .news_center p{
  116. margin-bottom: 19px;
  117. font-size: 16px;
  118. }
  119. .nwli_tel{
  120. color:#5ea7ec ;
  121. }
  122. .news_right{
  123. float: right;
  124. margin-top:88px;
  125. height: 64px;
  126. width: 186px;
  127. background-image: url(../img/detail.jpg);
  128. background-position: center;
  129. background-repeat: no-repeat;
  130. }
  131. .news_right:hover{
  132. background-image: url(../img/detail02.jpg);
  133. }
  134. .nc-top img{
  135. width: 100%;
  136. }
  137. .nc_left{
  138. margin-right: 60px;
  139. }
  140. .nc_left img{
  141. height: 200px;
  142. width: 360px;
  143. }
  144. .nc_center{
  145. width: 640px;
  146. max-width: 648px;
  147. }
  148. .nc_center h3{
  149. font-size: 24px;
  150. margin-bottom: 38px;
  151. }
  152. .nc_center p{
  153. color:#8c8b8b ;
  154. font-size: 14px;
  155. line-height: 26px;
  156. }
  157. .nc_right .data{
  158. font-size:26px ;
  159. font-weight: bold;
  160. }
  161. .nc_right .year{
  162. font-size: 20px;
  163. }
  164. .nc_right{
  165. text-align: center;
  166. float: right;
  167. padding-top: 64px;
  168. }
  169. .nc_page{
  170. margin-bottom: 100px;
  171. }
  172. .page{
  173. margin-top: 70px;
  174. text-align: center;
  175. }
  176. .page a{
  177. margin-right: 12px;
  178. font-size: 14px;
  179. display: inline-block;
  180. width: 32px;
  181. height: 32px;
  182. border-radius: 50%;
  183. border:solid 2px #e2e2e2;
  184. text-align: center;
  185. line-height: 28px;
  186. }
  187. .page span{
  188. margin-right: 12px;
  189. }
  190. .page a:hover{
  191. color: #5ea7ec;
  192. border-color: #5EA7EC;
  193. }
  194. .page .prev img,.page .next img{
  195. position: relative;
  196. top: -2px;
  197. }
  198. .page input{
  199. text-align: center;
  200. }
  201. a.current{
  202. box-sizing: border-box;
  203. width: 50px;
  204. height: 32px;
  205. line-height: 32px;
  206. border-radius: 16px;
  207. background-color: #5ea7ec;
  208. border: none;
  209. color: #FFFFFF !important;
  210. position: relative;
  211. top: -1px;
  212. }
  213. .page a.end{
  214. width: 50px;
  215. border-radius: 16px;
  216. }
  217. .page input[type=text]{
  218. width:50px;
  219. height: 32px;
  220. background: #F3F3F3;
  221. border: none;
  222. border-radius: 16px;
  223. }
  224. span.input{
  225. margin-left: 27px;
  226. margin-right: 0;
  227. }
  228. a.btnpage{
  229. line-height: 32px;
  230. border-radius: 16px;
  231. background-color: #5ea7ec;
  232. border: none;
  233. color: #FFFFFF !important;
  234. }
  235. .ctdl_main{
  236. display: flex;
  237. margin-top: 71px;
  238. margin-bottom: 100px;
  239. }
  240. .ctdl_content{
  241. width: 800px;
  242. }
  243. .ctdl_img img{
  244. width: 800px;
  245. }
  246. .ctdl_content p{
  247. color: #8c8b8b;
  248. font-size: 14px;
  249. line-height: 26px;
  250. margin-bottom: 27px;
  251. }
  252. .ctdl_title{
  253. padding-bottom: 34px;
  254. border-bottom: 1px solid #E2E2E2;
  255. margin-bottom: 32px;
  256. }
  257. .ctdl_ctbt{
  258. display: flex;
  259. justify-content: space-between;
  260. margin-top: 78px;
  261. }
  262. .ctdl_ctbt section{
  263. font-size: 0;
  264. }
  265. .ctdl_ctbt span{
  266. font-size: 14px;
  267. display: inline-block;
  268. }
  269. .ctdl_ctbt a:hover>span{
  270. color: #5ea7ec;
  271. }
  272. .ctdl_ctbt .ct_tf{
  273. vertical-align: top;
  274. padding:14px 21px;
  275. background-color: #dadada;
  276. }
  277. .ctdl_ctbt .ct_name{
  278. vertical-align: top;
  279. padding: 14px;
  280. width: 276px;
  281. text-align: center;
  282. background-color: #f1f1f1;
  283. white-space: nowrap;
  284. text-overflow: ellipsis;
  285. overflow: hidden;
  286. }
  287. .ctdl_right{
  288. margin-left: 79px;
  289. width: 320px;
  290. }
  291. .recm_title{
  292. font-size: 24px;
  293. line-height: 24px;
  294. margin-bottom: 41px;
  295. border-left: 4px solid #5EA7EC;
  296. padding-left: 8px;
  297. color: #5EA7EC;
  298. }
  299. .recm_list{
  300. margin-bottom: 50px;
  301. }
  302. .ctdl_right .reli_img img{
  303. width: 320px;
  304. height: 178px;
  305. }
  306. .reli_img{
  307. margin-bottom: 16px;
  308. }
  309. .reli_tl{
  310. width: 320px;
  311. max-width: 320px;
  312. font-size: 16px;
  313. line-height: 24px;
  314. margin-bottom: 14px;
  315. }
  316. .reli_time{
  317. color: #BBBBBB;
  318. font-size: 14px;
  319. line-height: 0;
  320. }
  321. .dyimg img{
  322. width: 320px;
  323. }
  324. .stlist-page{
  325. margin-top: 70px;
  326. }
  327. .reli_time{
  328. margin-bottom: 0;
  329. line-height: 14px;
  330. }