publicIE.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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: 15px;
  19. left: 6%;
  20. }
  21. .wenan::after{
  22. width: 25%;
  23. top: 15px;
  24. right: 6%;
  25. }
  26. .footer{
  27. padding: 20px 20%;
  28. }
  29. .footer .infobox{
  30. float: left;
  31. }
  32. .chuli{
  33. position: relative;
  34. top: 0;
  35. left:12px;
  36. }
  37. /* 返回顶部按钮 */
  38. .aside{
  39. display: block;
  40. width: 40px;
  41. height: 40px;
  42. position: fixed;
  43. bottom: 120px;
  44. right: 120px;
  45. cursor: pointer;
  46. display: none;
  47. }
  48. .aside img{
  49. width: 100%;
  50. position: absolute;
  51. top: 0;
  52. left: 0;
  53. }
  54. .aside.show{
  55. display: block;
  56. }
  57. .email{
  58. margin-left: 40px;
  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: 15px;
  69. left: 20px;
  70. }
  71. .wenan::after{
  72. width: 20%;
  73. top: 15px;
  74. right: 20px;
  75. }
  76. .footer{
  77. padding: 20px 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: 180px;
  110. top: 15px;
  111. left: 30px;
  112. }
  113. .wenan::after{
  114. width: 180px;
  115. top: 15px;
  116. right: 30px;
  117. }
  118. .footer{
  119. padding: 20px 10%;
  120. }
  121. .footer .infobox{
  122. float: none;
  123. }
  124. /* 返回顶部按钮 */
  125. .aside{
  126. display: block;
  127. width: 30px;
  128. height: 30px;
  129. position: fixed;
  130. bottom: 30px;
  131. right: 30px;
  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. }
  145. body,html{
  146. width: 100%;
  147. height: 100%;
  148. margin:0 auto;
  149. }
  150. body{
  151. font-size: 16px;
  152. font-family:PingFangSC-Regular,sans-serif;
  153. background-color: #000;
  154. }
  155. a{
  156. color: #fff;
  157. }
  158. .container{
  159. width: 100%;
  160. background-color: #000;
  161. overflow: hidden;
  162. }
  163. /* 导航样式 */
  164. .header{
  165. width: 100%;
  166. height:100px;
  167. overflow: hidden;
  168. }
  169. .header .icon{
  170. width: 70px;
  171. height:100px;
  172. float: left;
  173. }
  174. .icon img{
  175. display: block;
  176. width: 100%;
  177. margin-top: 5px;
  178. }
  179. .nav{
  180. height: 100%;
  181. float: right;
  182. }
  183. .nav ul{
  184. margin: 0;
  185. padding: 0;
  186. height: 100%;
  187. overflow: hidden;
  188. line-height:100px;
  189. }
  190. .nav ul li{
  191. float: left;
  192. height: 100%;
  193. line-height: 100px;
  194. font-size: 36px;
  195. color: #FFF;
  196. }
  197. .nav a{
  198. display: inline-block;
  199. width:108px;
  200. height: 98px;
  201. line-height: 98px;
  202. font-size: 18px;
  203. font-family:PingFangSC-Regular,sans-serif;
  204. }
  205. .nav ul li.active{
  206. background-color: #b6885d;
  207. }
  208. /* 页脚 */
  209. .footer{
  210. box-sizing: border-box;
  211. width: 100%;
  212. background: #b6885d;
  213. }
  214. .footer .title{
  215. font-size: 20px;
  216. margin-bottom: 20px;
  217. }
  218. .footer ul{
  219. display: flex;
  220. justify-content: space-between;
  221. width: 100%;
  222. overflow: hidden;
  223. }
  224. .footer ul li{
  225. float: left;
  226. color: #fff;
  227. width: 16.6%\0;
  228. text-align: left\0;
  229. }
  230. .footer ul li span {
  231. font-size: 20px;
  232. }
  233. .footer .info{
  234. font-size: 18px;
  235. color: #fff;
  236. }
  237. .footer .infobox{
  238. text-align: left;
  239. margin-right: 30px;
  240. font-size: 16px;
  241. margin-bottom:10px;
  242. }
  243. .footer .box{
  244. overflow: hidden;
  245. font-size: 16px;
  246. margin-right: 11px;
  247. }
  248. .footer .infobox img{
  249. width: 20px;
  250. }
  251. .clearfix::after{
  252. content: '';
  253. clear: both;
  254. }
  255. .beian{
  256. text-align: left;
  257. }
  258. .beianinfo{
  259. display: inline-block;
  260. margin-left: 65px;
  261. }
  262. .footer .clear-right{
  263. margin-right: 0;
  264. }