index.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. #bj{
  2. background-image: url("../img/sheying.jpg");
  3. background-size: cover;
  4. height: calc(100vh);
  5. width: 100%;
  6. position: fixed;
  7. top: 0;left: 0;
  8. z-index: -10;
  9. }
  10. #kong{
  11. background:#fff ;
  12. height: calc(100vh);
  13. width: 100%;
  14. position: fixed;
  15. top: 0;left: 0;
  16. z-index: -5;
  17. }
  18. h2{
  19. font-weight: 700;
  20. }
  21. .publicity {
  22. width: 100%;
  23. height: 100%;
  24. }
  25. .soa {
  26. background-image: url("../img/soa.jpg");
  27. background-size: cover;
  28. }
  29. .client {
  30. background-image: url("../img/client.jpg");
  31. background-size: cover;
  32. line-height: 20px;
  33. }
  34. .client p{
  35. line-height: 36px;
  36. }
  37. .aboutUs {
  38. background-image: url("../img/aboutus.jpg");
  39. background-size: cover;
  40. padding: 50px 0;
  41. align-items:center;
  42. }
  43. #aboutUsTxt, #serveTxt{
  44. margin-left: 40px;
  45. position: relative;
  46. width: 434px;
  47. }
  48. .aboutUs .innerAuto p{
  49. font-size: 14px;
  50. line-height: 24px;
  51. }
  52. .serve {
  53. background-image: url("../img/telbj.jpg");
  54. background-size: cover;
  55. align-items:center;
  56. padding: 50px 0;
  57. }
  58. .serve h3{
  59. font-weight: 500;
  60. }
  61. .serve ol, .serve ol li{
  62. list-style: disc;
  63. margin-left: 9px;;
  64. }
  65. .serve p{
  66. font-size: 14px;
  67. line-height: 24px;
  68. }
  69. .serverpower {
  70. background-image: url("../img/powerbj.jpg");
  71. background-size: cover;
  72. padding-top: 90px;
  73. background-color: #fff;
  74. }
  75. .serverpower {
  76. font-weight: bolder;
  77. }
  78. .serverpower h2{
  79. font-size: 30px;
  80. }
  81. .powerList{
  82. padding-bottom: 30px;
  83. }
  84. .powerList .aovImg{
  85. height: 66px;
  86. margin:60px auto 0 ;
  87. }
  88. .powerItem>p{
  89. margin-bottom: 50px;
  90. }
  91. .powerUl{
  92. margin: 20px auto 0;
  93. width: 80%;
  94. }
  95. .powerUl ul li h3{
  96. line-height: 26px;
  97. font-weight: bolder;
  98. }
  99. .powerUl ul li p{
  100. font-size: 14px;
  101. line-height: 24px;
  102. font-weight: normal;
  103. }
  104. .transparent{
  105. background: transparent;
  106. color: #fff;
  107. padding: 100px 0;
  108. }
  109. .transparent span{
  110. width: 100px;
  111. height: 1px;
  112. background: #fff;
  113. margin: 20px auto;
  114. display: block;
  115. }
  116. #my-video {
  117. width: 100%;
  118. }