style.less 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. @subject-maxwidth:1460px;
  2. @subject-minwidth:1220px;
  3. @font-face {
  4. font-family: 'iconfont';
  5. src: url('../../iconfont/iconfont.eot');
  6. src: url('../../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  7. url('../../iconfont/iconfont.woff') format('woff'),
  8. url('../../iconfont/iconfont.ttf') format('truetype'),
  9. url('../../iconfont/iconfont.svg#iconfont') format('svg');
  10. }
  11. *{
  12. margin:0;
  13. padding:0;
  14. list-style: none;
  15. border:none;
  16. font-style: normal;
  17. }
  18. html{
  19. width:100%;
  20. min-width: @subject-minwidth;
  21. font-family:"Source Han Sans SC","HanHei SC","PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  22. }
  23. img{
  24. display:block;
  25. }
  26. a{
  27. text-decoration: none;
  28. color: #333;
  29. }
  30. .iconfont{
  31. font-family:"iconfont" !important;
  32. font-size:14px;font-style:normal;
  33. -webkit-font-smoothing: antialiased;
  34. -webkit-text-stroke-width: 0.2px;
  35. -moz-osx-font-smoothing: grayscale;
  36. }
  37. .banner-box{
  38. img{
  39. width: 100%;
  40. }
  41. }
  42. .bgc{
  43. width: 1220px;
  44. margin: 0 auto;
  45. padding: 20px 0;
  46. }
  47. .presentation-box{
  48. padding: 30px 0 0;
  49. .presentation-module{
  50. width: 100%;
  51. background: #fff;
  52. .presentation-title{
  53. font-size: 40px;
  54. font-weight: 400;
  55. margin-bottom: 50px;
  56. }
  57. .presentation-content:after{
  58. content:'';
  59. display: block;
  60. clear: both;
  61. }
  62. .presentation-content{
  63. margin-bottom: 30px;
  64. .img,.text{
  65. float: left;
  66. }
  67. .img{
  68. width: 600px;
  69. img{
  70. width:100%;
  71. }
  72. }
  73. .text{
  74. width: 600px;
  75. padding-left: 30px;
  76. box-sizing: border-box;
  77. p{
  78. font-size: 20px;
  79. line-height: 33px;
  80. letter-spacing:2px;
  81. }
  82. }
  83. }
  84. }
  85. .guarantee-type{
  86. width: 100%;
  87. background: #ebf0f5;
  88. .guarantee-title{
  89. font-size: 40px;
  90. font-weight: 400;
  91. margin: 25px 0;
  92. }
  93. .guarantee-content{
  94. ul:after{
  95. content: '';
  96. display: block;
  97. clear: both;
  98. }
  99. ul{
  100. li{
  101. width: 370px;
  102. float: left;
  103. margin: 15px;
  104. background: #fff;
  105. box-shadow: 0 0 10px #999;
  106. .img{
  107. width: 100%;
  108. }
  109. .text{
  110. width: 100%;
  111. height: 300px;
  112. h3{
  113. padding: 15px;
  114. font-weight: 400;
  115. font-size: 30px;
  116. }
  117. p{
  118. padding: 15px;
  119. color: #666;
  120. }
  121. }
  122. }
  123. }
  124. }
  125. }
  126. .trait{
  127. width: 100%;
  128. background: #555f69;
  129. .trait-title{
  130. font-size: 40px;
  131. font-weight: 400;
  132. margin: 25px 0;
  133. color: #fff;
  134. }
  135. .trait-content{
  136. ul:after{
  137. content: '';
  138. display: block;
  139. clear: both;
  140. }
  141. ul{
  142. li{
  143. width: 370px;
  144. float: left;
  145. margin: 15px;
  146. background: #fff;
  147. box-shadow: 0 0 3px #000;
  148. .img{
  149. width: 100%;
  150. }
  151. .text{
  152. width: 100%;
  153. height: 100px;
  154. h3{
  155. padding: 15px;
  156. font-weight: 400;
  157. font-size: 20px;
  158. }
  159. }
  160. }
  161. }
  162. }
  163. }
  164. .flow:after{
  165. content: '';
  166. display: block;
  167. clear: both;
  168. }
  169. .flow{
  170. background: #ebf0f5;
  171. padding: 20px;
  172. .detailed-title,.detailed-title{
  173. font-size: 30px;
  174. font-weight: 400;
  175. margin: 25px 0;
  176. }
  177. .detailed,.flow-box{
  178. float: left;
  179. width: 50%;
  180. }
  181. .detailed{
  182. li{
  183. position: relative;
  184. height: 120px;
  185. border-left: 2px solid #999;
  186. p{
  187. font-size: 20px;
  188. color: #333;
  189. padding-left: 30px;
  190. padding-top: 5px;
  191. }
  192. .dot{
  193. position: absolute;
  194. background: #fff;
  195. width: 20px;
  196. height: 20px;
  197. left: -12px;
  198. top: 0px;
  199. border-radius: 50%;
  200. border: 1px solid #999;
  201. }
  202. }
  203. }
  204. }
  205. }
  206. @media screen and (min-width: 1460px){
  207. }