style.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. .about-box{
  43. padding: 90px 0 100px;
  44. .about-title-box{
  45. width: @subject-minwidth;
  46. margin: 0 auto;
  47. h1{
  48. font-weight: 400;
  49. text-align: center;
  50. font-size: 34px;
  51. span{
  52. display: inline-block;
  53. position: relative;
  54. top: -12px;
  55. width: 57px;
  56. height: 1px;
  57. margin: 0 20px;
  58. background: #d8d8d8;
  59. }
  60. }
  61. .introduce-text{
  62. display: block;
  63. text-align: center;
  64. font-size: 14px;
  65. padding:6px 0;
  66. color: #999;
  67. }
  68. }
  69. .about-content-box{
  70. width: 100%;
  71. max-width: 1460px;
  72. min-width: 1220px;
  73. margin: 20px auto 0;
  74. .contact-box{
  75. div{
  76. float: left;
  77. width: 33.333333%;
  78. text-align: center;
  79. i{
  80. font-size: 150px;
  81. color: #333;
  82. line-height: 150px;
  83. }
  84. img{
  85. width: 150px;
  86. height: 150px;
  87. margin: 0 auto;
  88. }
  89. span{
  90. display: block;
  91. margin-top:30px;
  92. h6{
  93. font-size: 26px;
  94. margin-bottom: 20px;
  95. }
  96. p{
  97. font-size: 20px;
  98. color:#f39800;
  99. }
  100. }
  101. }
  102. }
  103. .contact-box:after{
  104. content: '';
  105. display: block;
  106. clear: both;
  107. }
  108. .map-box{
  109. width: 1220px;
  110. background: #f5f5f5;
  111. margin: 50px auto 0;
  112. .map-left-box{
  113. float: left;
  114. padding: 60px;
  115. ul{
  116. li{
  117. margin-bottom: 25px;
  118. p{
  119. margin-bottom: 15px;
  120. }
  121. span{
  122. color: #f39800;
  123. }
  124. }
  125. }
  126. }
  127. .map-right-box{
  128. float: right;
  129. .iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
  130. .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
  131. }
  132. }
  133. .map-box:after{
  134. content: '';
  135. display: block;
  136. clear: both;
  137. }
  138. }
  139. }
  140. @media screen and (min-width: 1460px){
  141. .about-box{
  142. .about-title-box{
  143. width:@subject-maxwidth;
  144. h1{
  145. font-size: 42px;
  146. span{
  147. margin: 0 26px;
  148. }
  149. }
  150. .introduce-text{
  151. font-size: 18px;
  152. }
  153. }
  154. }
  155. }