Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. .banner-s-6-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. }
  6. .banner-s-6-content .box{
  7. width: 100%;
  8. heigth: 100%;
  9. margin: 0px auto;
  10. }
  11. .banner-s-6-content .row{
  12. /**
  13. * 定义宽高
  14. */
  15. width: 1007px;
  16. height: 300px;
  17. float: left;
  18. /**
  19. * 边距
  20. */
  21. margin: 5px 0px;
  22. /* padding: 0% 2% 2% 3%;*/
  23. /**
  24. * 定义边框
  25. */
  26. border-radius: 5px;
  27. /*
  28. * 定义背景
  29. */
  30. background: #fff;
  31. /**
  32. ** 定位属性
  33. */
  34. position: relative;
  35. }
  36. /*
  37. * 内部布局样式
  38. */
  39. .banner-s-6-content .bottom{
  40. width: 1007px;
  41. height: 100%;
  42. float: left;
  43. position: relative;
  44. /* margin-top:15px;*/
  45. }
  46. .banner-s-6-content .bottom a{
  47. display: block;
  48. float: left;
  49. padding: 3px 6px;
  50. background: rgba(38, 43, 106, 0.09);
  51. color: rgb(61, 61, 61);
  52. border-radius: 3px;
  53. margin: 3px 5px;
  54. }
  55. /**
  56. ** 内容标签样式
  57. */
  58. .banner-s-6-content img{
  59. width: 7px;
  60. height: 18px;
  61. /*
  62. 垂直居中
  63. */
  64. margin-top: -4px;
  65. }
  66. .banner-s-6-content a,span{
  67. color: rgb(40, 45, 108);
  68. font-family: "HarmonyOS Sans SC";
  69. font-size: 16px;
  70. font-weight: 400;
  71. line-height: 100%;
  72. letter-spacing: 0px;
  73. text-align: left;
  74. margin-right: 10px;
  75. }
  76. /**swiper*/
  77. .banner-s-6-content .swiper {
  78. width: 100%;
  79. height: 100% !important;
  80. }
  81. .banner-s-6-content .swiper-wrapper{
  82. height: 100% !important;
  83. }
  84. .banner-s-6-content .swiper-slide {
  85. text-align: center;
  86. font-size: 18px;
  87. background: #fff;
  88. display: flex;
  89. justify-content: center;
  90. align-items: center;
  91. width: 100% !important;
  92. height: 100% !important;
  93. position: relative;
  94. }
  95. .banner-s-6-content .swiper-slide img {
  96. display: block;
  97. width: 100%;
  98. height: 100%;
  99. object-fit: cover;
  100. }
  101. .banner-s-6-content .swiper-slide a{
  102. position: absolute;
  103. height: 20px;
  104. line-height: 20px;
  105. background: rgba(38, 43, 106, 0.09);
  106. display: block;
  107. bottom: 0;
  108. left: 0;
  109. width: 100% !important;
  110. text-align: center;
  111. }
  112. .hkc{
  113. width: 100%;
  114. height: 85px;
  115. float: left;
  116. overflow:hidden;
  117. }
  118. .hkc li{
  119. cursor: pointer;
  120. width: 248px;
  121. float: left;
  122. height: 85px;
  123. line-height: 85px;
  124. text-align: center;
  125. border-right: 3px solid #fff;
  126. background: rgba(40, 45, 108, 0.2);
  127. }
  128. .hkc li:last-child{
  129. border-right: none !important;
  130. width: 253px !important;
  131. }
  132. .hkc .li-active{
  133. background: rgba(255, 139, 0, 0.2);
  134. border-bottom: 2px solid rgb(255, 139, 0);
  135. height: 83px;
  136. }
  137. .hkc li span{
  138. color: rgb(0, 0, 0);
  139. font-family: "HarmonyOS Sans SC";
  140. font-size: 18px;
  141. font-weight: 500;
  142. line-height: 18px;
  143. letter-spacing: 3px;
  144. text-align: left;
  145. }