index.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. html{color:#000;background:#fff; }
  2. body { color:#666;font-size:12px; overflow-x:hidden;} /*网站字体颜色*/
  3. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
  4. table{border-collapse:collapse;border-spacing:0;}
  5. fieldset,img{border:0;}
  6. address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
  7. del,ins{text-decoration:none;}
  8. li{list-style: none;}
  9. caption,th{text-align:left;}
  10. q:before,q:after{content:'';}
  11. abbr,acronym{border:0;font-variant:normal;}
  12. sup{vertical-align:baseline;}
  13. sub{vertical-align:baseline;}
  14. input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
  15. input,button,textarea,select{*font-size:100%;}
  16. input,select{vertical-align:middle;}
  17. select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
  18. table{font-size:inherit;font:100%; border-collapse:collapse;}
  19. pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
  20. /*title*/
  21. h1 { font-size:32px;}
  22. h2 { font-size:24px; color:#000;}
  23. h3 { font-size:20px; color: #fff; text-align: center; margin-bottom: 50px; font-size: 36px;}
  24. h4 { font-size:14px;}
  25. h5 { font-size:12px; font-weight:500;}
  26. h6 { font-size:10px;}
  27. /*for ie f6n.net*/
  28. a{ text-decoration:none;}
  29. a:focus{outline:0;} /*for ff f6n.net*/
  30. a:hover { text-decoration:none;}
  31. p{ word-spacing:-1.5px;}
  32. h2 a:hover{ text-decoration: none;}
  33. textarea{ resize:none;}
  34. em{ font-style: normal;}
  35. .title_top{
  36. position: fixed;
  37. left: 0;
  38. top: 0;
  39. background: #f8fffa;
  40. width: 100%;
  41. height: 70px;
  42. display: flex;
  43. align-items: center;
  44. justify-content: space-around;
  45. min-width: 1440px;
  46. z-index: 999;
  47. }
  48. .title_navigation{
  49. width: 1000px;
  50. display: flex;
  51. justify-content: space-between;
  52. }
  53. .title_navigation div{
  54. font-size: 16px;
  55. }
  56. .title_navigation div a{
  57. color: #000;
  58. }
  59. .ad{
  60. position: relative;
  61. height: 600px;
  62. }
  63. .back{
  64. width: 100%;
  65. background: #1bb188;
  66. display: flex;
  67. justify-content: center;
  68. min-width: 1440px;
  69. overflow: hidden;
  70. }
  71. .back_nei{
  72. padding-top: 50px;
  73. }
  74. .back_nei_item{
  75. width: 1440px;
  76. display: flex;
  77. justify-content: space-between;
  78. align-items: center;
  79. flex-wrap: wrap;
  80. }
  81. .back_nei_item div{
  82. width: 30%;
  83. height: 250px;
  84. background: #fff;
  85. border-radius: 20px;
  86. margin-bottom: 50px;
  87. overflow: hidden;
  88. position: relative;
  89. }
  90. .back_nei_item_text{
  91. position: absolute;
  92. bottom: 0;
  93. left: 0;
  94. width: 100%;
  95. padding: 20px;
  96. color: #fff;
  97. font-size: 18px;
  98. background: rgba(0, 0, 0, 0.6);
  99. }
  100. .back_nei_item div img{
  101. width: 100%;
  102. height: auto;
  103. }
  104. .recruit{
  105. display: flex;
  106. align-items: center;
  107. }
  108. .recruit_text{
  109. margin-top: 20px;
  110. border-radius: 15px;
  111. background-color: #fdf7f7;
  112. display: flex;
  113. flex-wrap: wrap;
  114. box-sizing: border-box;
  115. padding: 30px 300px 0px 40px;
  116. }
  117. .recruit_text div{
  118. width: 30%;
  119. color: #13a08b;
  120. font-size: 22px;
  121. padding-bottom: 30px;
  122. }
  123. .my{
  124. width: 100%;
  125. background: #b1b1b1;
  126. margin-top: 100px;
  127. padding: 20px 50px;
  128. box-sizing: border-box;
  129. }
  130. .my_text{
  131. display: flex;
  132. justify-content: space-between;
  133. }
  134. .my_text div{
  135. flex: 1;
  136. color: #fff;
  137. }
  138. .edit_shop{
  139. width: 80%;
  140. margin: 0 auto;
  141. display: flex;
  142. justify-content: space-between;
  143. align-items: center;
  144. color: #fff;
  145. font-size: 22px;
  146. margin-left: 180px;
  147. }
  148. .edit_shop_item{
  149. width: 400px;
  150. height: 60px;
  151. font-size: 15px;
  152. background: #fff;
  153. color: #13a08b;
  154. margin-bottom: 15px;
  155. padding: 5px;
  156. box-sizing: border-box;
  157. border-radius: 5px;
  158. cursor: default;
  159. }
  160. .edit_shop_item:hover{
  161. width: 400px;
  162. height: 60px;
  163. font-size: 15px;
  164. background: #fff;
  165. color: #13a08b;
  166. margin-bottom: 15px;
  167. padding: 5px;
  168. box-sizing: border-box;
  169. border-radius: 5px;
  170. box-shadow: 0px 0px 10px #555;
  171. }
  172. .edit_shop_item span{
  173. font-size: 18px;
  174. font-weight: 600;
  175. }
  176. .edit_shop_left{
  177. /* height: 300px; */
  178. }
  179. .edit_shop_right{
  180. /* height: 300px; */
  181. }
  182. .edit_shop_center img{
  183. width: 250px;
  184. }
  185. .join_top{
  186. }
  187. .join_flowPath{
  188. display: flex;
  189. justify-content: space-between;
  190. flex-wrap: wrap;
  191. }
  192. .join_flowPath_div{
  193. width: 25%;
  194. display: flex;
  195. justify-content: space-between;
  196. font-size: 16px;
  197. margin-bottom: 50px;
  198. }
  199. .join_flowPath_div span{
  200. font-weight: 600;
  201. font-size: 25px;
  202. width: 100%;
  203. display: block;
  204. }
  205. .join_flowPath_div img{
  206. width: 64px !important;
  207. margin: 0 20px;
  208. }
  209. .an{ width:100%;}
  210. .an-nei{ width:1200px; margin: 0 auto; text-align:center;box-sizing:border-box;}
  211. .biao-an{font-weight:500; font-size:36px;color:#000;}
  212. .biao-an p{ letter-spacing:4px; font-size:16px;color:#666666;}
  213. .picScroll-left{ position:relative; margin-top:48px;}
  214. .picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block; width:50px; height:50px; float:right; margin-right:5px; margin-top:10px;
  215. cursor:pointer;}
  216. .picScroll-left .prev,
  217. .picScroll-left .next{ position:absolute; right:-8%; top:45%; display:block; filter:alpha(opacity=50);opacity:0.5;}
  218. .picScroll-left .next{ left:auto; left:-8%; background-position:8px 5px; }
  219. .picScroll-left .bd ul li{ width:385px; _display:inline; text-align:center; margin-right:23px; position: relative;}
  220. .picScroll-left a{ display:block; text-decoration:none;}
  221. .picScroll-left .bd ul li .pic{ text-align:center; height: 250px; overflow: hidden;}
  222. .picScroll-left .bd ul li .pic img{ width: auto; height:100%;display:block;}
  223. .picScroll-left .bd ul li .title{
  224. width: 100%;
  225. position: absolute;
  226. bottom: 0;
  227. background: rgba(0, 0, 0, 0.6);
  228. }
  229. .picScroll-left .bd ul li .title h4{ font-size:20px; color:#fff; text-align:center; overflow:hidden; margin-bottom:10px;}
  230. .picScroll-left .bd ul li .title a{ padding:20px; font-size:14px; color:#fff; text-align:left; line-height:24px; display:block; }
  231. .picScroll-left .bd ul li .title span{ color:#ec7f18; display:block; margin-top:10px;}