sso

newAbout.css 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. body{
  2. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", 微软雅黑, sans-serif;
  3. }
  4. .header{
  5. height: 80px;
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. width: 100%;
  10. background: #fff;
  11. z-index: 100;
  12. }
  13. .newNav{
  14. align-items: center;
  15. height: 100%;
  16. width: 1200px;
  17. margin: 0 auto;
  18. display: flex;
  19. justify-content: space-between;
  20. }
  21. .newNav .logo{
  22. width:120px;
  23. margin-right: 60px;
  24. }
  25. .navList{
  26. display: flex;
  27. align-items: center;
  28. font-size: 16px;
  29. height: 100%;
  30. }
  31. .nav-link{
  32. height: 100%;
  33. margin-left: 3vw;
  34. color:#333;
  35. display: flex;
  36. align-items: center;
  37. }
  38. .nav-link:hover, .nav-link_active{
  39. color:#2780F6;
  40. /* border-bottom: 3px solid #2780F6; */
  41. }
  42. .loginBtn{
  43. padding: 6px 30px;
  44. background:rgba(39,128,246,0);
  45. border:1px solid rgba(39, 128, 246, 1);
  46. border-radius:18px;
  47. font-size: 14px;
  48. }
  49. .loginBtn:hover{
  50. color: #3388ff;
  51. }
  52. .freeUse{
  53. padding:6px 30px;
  54. background:rgba(39,128,246,1);
  55. border:1px solid rgba(39, 128, 246, 1);
  56. border-radius:18px;
  57. color: #fff;
  58. font-size: 14px;
  59. margin-left: 10px;
  60. }
  61. .freeUse:hover{
  62. color: #fff;
  63. }
  64. .aboutBanner{
  65. /* background: url(../images/about-bg.jpg) no-repeat 50%; */
  66. width: 100%;
  67. height: 42vw;
  68. position: relative;
  69. margin-top: 80px;
  70. background-image: url(http://kuyi.shengws.com/about.jpg);
  71. background-position: center center;
  72. background-size: cover;
  73. -webkit-background-size: cover;
  74. zoom: 1;
  75. background-repeat: no-repeat;
  76. color: #fff;
  77. text-align: center;
  78. }
  79. .bannerTitle{
  80. font-size: 40px;
  81. width: 100%;
  82. padding-top: 12vw;
  83. padding-bottom: 2vw;
  84. font-weight: bold;
  85. font-family: PingFangSC-Regular,Microsoft YaHei,Helvetica Neue,Roboto,Segoe UI,"sans-serif" !important;
  86. }
  87. .bannerTips{
  88. font-weight: lighter!important;
  89. font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  90. }
  91. .tabs{
  92. width: 100%;
  93. background:rgba(5,18,43,.5);
  94. height: 5vw;
  95. position: absolute;
  96. bottom: 0;
  97. }
  98. .tabOne{
  99. width: 160px;
  100. text-align: center;
  101. cursor: pointer;
  102. height: 100%;
  103. line-height: 5vw;
  104. font-size: 22px;
  105. }
  106. .tabActive{
  107. background:rgba(5,18,43,1);
  108. color: #2780F6;
  109. }
  110. .tab-item{
  111. display: none;
  112. }
  113. .show{
  114. display: block;
  115. }
  116. .aboutMain{
  117. width: 100%;
  118. color: #333;
  119. }
  120. .aboutTitle{
  121. text-align: center;
  122. font-size: 40px !important;
  123. margin-top: 50px;
  124. margin-bottom: 40px !important;
  125. }
  126. .tab-item{
  127. width: 72vw;
  128. margin: 0 auto;
  129. }
  130. .tab-item>p{
  131. font-size: 18px;
  132. margin-bottom: 20px;
  133. font-weight: lighter!important;
  134. font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  135. }
  136. .photoBox{
  137. display: flex;
  138. justify-content: space-between;
  139. margin-top: 5vw;
  140. padding-bottom: 6vw;
  141. }
  142. .photo > img{
  143. border-radius:10px;
  144. width: 22vw;
  145. height: 26vw;
  146. margin-bottom: 1vw;
  147. }
  148. .contactUs{
  149. width: 66vw;
  150. margin: 0 auto;
  151. padding-top: 50px;
  152. display: flex;
  153. font-weight: lighter!important;
  154. font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  155. }
  156. .contactLeft{
  157. flex: 1;
  158. font-size: 18px;
  159. }
  160. .contactRight{
  161. display: flex;
  162. justify-content: space-around;
  163. font-size: 18px;
  164. }
  165. .rightOne{
  166. display: flex;
  167. align-items: center;
  168. text-align: center;
  169. flex-direction: column;
  170. justify-content: flex-end;
  171. margin-left:4vw;
  172. }
  173. .rightOne>img{
  174. width: 8vw;
  175. }
  176. .rightOne>p{
  177. font-size: 14px;
  178. margin: 0;
  179. }
  180. .map{
  181. width: 66vw;
  182. margin: 0 auto;
  183. }
  184. .map>img{
  185. width: 100%;
  186. height: 39vw;
  187. margin: 3vw 0;
  188. }
  189. .slogan{
  190. width: 100%;
  191. font-size: 30px;
  192. color: #fff;
  193. height: 14vw;
  194. display: flex;
  195. align-items: center;
  196. background-image: url(/static/images/img/28.png);
  197. background-position: center center;
  198. background-size: cover;
  199. -webkit-background-size: cover;
  200. zoom: 1;
  201. background-repeat: no-repeat;
  202. }
  203. .slogan>p{
  204. width: 100%;
  205. text-align: center;
  206. margin: 0;
  207. }
  208. .footer{
  209. width: 100%;
  210. padding-bottom: 1vw;
  211. background: #171E2F;
  212. color: #fff;
  213. }
  214. .footerBox{
  215. width: 72vw;
  216. margin: 0 auto;
  217. }
  218. .point{
  219. padding-top: 5vw;
  220. padding-bottom: 1vw;
  221. }
  222. .contactBox{
  223. display: flex;
  224. font-size: 14px;
  225. justify-content: space-between;
  226. }
  227. .copyRight{
  228. font-size: 12px;
  229. text-align: center;
  230. margin-top: 4vw;
  231. }
  232. .suspension{
  233. border:none;
  234. box-shadow: none;
  235. right:30px;
  236. bottom:12%;
  237. }
  238. .suspension .a{
  239. background: none;
  240. border: none;
  241. height: 70px;
  242. margin-bottom: 10px;
  243. width: 70px;
  244. }
  245. .suspension .a:hover{
  246. background: none;
  247. }