publicStyle.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. body,html{
  2. width: 100%;
  3. height: 100%;
  4. margin:0 auto;
  5. font-family:PingFangSC-Regular,sans-serif;
  6. }
  7. body{
  8. font-size: 16px;
  9. background-color: white;
  10. }
  11. @media screen and (min-width:1025px){
  12. .main{
  13. width: 62.5%;
  14. margin: 0 auto;
  15. }
  16. .wenan::before{
  17. width: 25%;
  18. top: 0.15rem;
  19. left: 6%;
  20. }
  21. .wenan::after{
  22. width: 25%;
  23. top: 0.15rem;
  24. right: 6%;
  25. }
  26. .footer{
  27. padding: 0.2rem 20%;
  28. }
  29. .footer .infobox{
  30. float: left;
  31. }
  32. .chuli{
  33. position: relative;
  34. top: 0;
  35. left:0.12rem;
  36. }
  37. .email{
  38. margin-left: 0.4rem;
  39. }
  40. /* 返回顶部按钮 */
  41. .aside{
  42. display: block;
  43. width: 40px;
  44. height: 40px;
  45. position: fixed;
  46. bottom: 120px;
  47. right: 120px;
  48. cursor: pointer;
  49. display: none;
  50. }
  51. .aside img{
  52. width: 100%;
  53. position: absolute;
  54. top: 0;
  55. left: 0;
  56. }
  57. .aside.show{
  58. display: block;
  59. }
  60. }
  61. @media screen and (min-width:768px) and (max-width:1024px){
  62. .main{
  63. width: 96%;
  64. margin: 0 auto;
  65. }
  66. .wenan::before{
  67. width: 20%;
  68. top: 0.15rem;
  69. left: 0.2rem;
  70. }
  71. .wenan::after{
  72. width: 20%;
  73. top: 0.15rem;
  74. right: 0.2rem;
  75. }
  76. .footer{
  77. padding: 0.2rem 18%;
  78. }
  79. .footer .infobox{
  80. float: none;
  81. }
  82. /* 返回顶部按钮 */
  83. .aside{
  84. display: block;
  85. width: 30px;
  86. height: 30px;
  87. position: fixed;
  88. bottom: 40px;
  89. right: 40px;
  90. cursor: pointer;
  91. display: none;
  92. }
  93. .aside img{
  94. width: 100%;
  95. position: absolute;
  96. top: 0;
  97. left: 0;
  98. }
  99. .aside.show{
  100. display: block;
  101. }
  102. }
  103. @media screen and (max-width:767px){
  104. .main{
  105. width: 99%;
  106. margin: 0 auto;
  107. }
  108. .wenan::before{
  109. width: 1.8rem;
  110. top: 0.15rem;
  111. left: 0.3rem;
  112. }
  113. .wenan::after{
  114. width: 1.8rem;
  115. top: 0.15rem;
  116. right: 0.3rem;
  117. }
  118. .footer{
  119. padding: 0.2rem 10%;
  120. }
  121. .footer .infobox{
  122. float: none;
  123. }
  124. /* 返回顶部按钮 */
  125. .aside{
  126. display: block;
  127. width: 0.3rem;
  128. height: 0.3rem;
  129. position: fixed;
  130. bottom: 0.3rem;
  131. right: 0.3rem;
  132. cursor: pointer;
  133. display: none;
  134. }
  135. .aside img{
  136. width: 100%;
  137. position: absolute;
  138. top: 0;
  139. left: 0;
  140. }
  141. .aside.show{
  142. display: block;
  143. }
  144. .video{
  145. width: 100%;
  146. height: 3.55rem;
  147. }
  148. }
  149. body,html{
  150. width: 100%;
  151. height: 100%;
  152. margin:0 auto;
  153. }
  154. body{
  155. font-size: 0.16rem;;
  156. font-family:PingFangSC-Regular,sans-serif;
  157. background-color: #000;
  158. }
  159. a{
  160. color: #fff;
  161. }
  162. .container{
  163. width: 100%;
  164. background-color: #000;
  165. overflow: hidden;
  166. }
  167. /* 导航样式 */
  168. .header{
  169. width: 100%;
  170. height:1rem;
  171. overflow: hidden;
  172. }
  173. .header .icon{
  174. width: 0.7rem;
  175. height: 1rem;
  176. float: left;
  177. }
  178. .icon img{
  179. display: block;
  180. width: 100%;
  181. margin-top: 0.05rem;
  182. }
  183. .nav{
  184. height: 100%;
  185. float: right;
  186. }
  187. .nav ul{
  188. margin: 0;
  189. padding: 0;
  190. height: 100%;
  191. overflow: hidden;
  192. line-height: 1rem;
  193. }
  194. .nav ul li{
  195. float: left;
  196. height: 100%;
  197. line-height: 1rem;
  198. font-size: 0.36rem;
  199. color: #FFF;
  200. }
  201. .nav a{
  202. display: inline-block;
  203. width: 1.08rem;
  204. height: 0.98rem;
  205. line-height: 0.98rem;
  206. font-size: 0.18rem;
  207. font-family:PingFangSC-Regular,sans-serif;
  208. }
  209. .nav ul li.active{
  210. background-color: #b6885d;
  211. }
  212. /* 页脚 */
  213. .footer{
  214. box-sizing: border-box;
  215. width: 100%;
  216. background: #b6885d;
  217. }
  218. .footer .title{
  219. font-size: 0.2rem;
  220. margin-bottom: 0.2rem;
  221. }
  222. .footer ul{
  223. display: flex;
  224. justify-content: space-between;
  225. width: 100%;
  226. overflow: hidden;
  227. }
  228. .footer ul li{
  229. float: left;
  230. color: #fff;
  231. width: 16.6%\0;
  232. text-align: left\0;
  233. }
  234. .footer ul li span {
  235. font-size: 0.2rem;
  236. }
  237. .footer .info{
  238. font-size: 0.18rem;
  239. color: #fff;
  240. }
  241. .footer .infobox{
  242. text-align: left;
  243. margin-right: 0.3rem;
  244. font-size: 0.16rem;
  245. margin-bottom: 0.1rem;
  246. }
  247. .footer .box{
  248. overflow: hidden;
  249. font-size: 0.16rem;
  250. margin-right: 0.11rem;
  251. }
  252. .footer .infobox img{
  253. width: 0.2rem;
  254. }
  255. .clearfix::after{
  256. content: '';
  257. clear: both;
  258. }
  259. .beian{
  260. text-align: left;
  261. }
  262. .beianinfo{
  263. display: inline-block;
  264. margin-left: 0.65rem;
  265. }
  266. .footer .clear-right{
  267. margin-right: 0;
  268. }
  269. .video{
  270. width: 100%;
  271. }