service.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. /* 织梦无忧网 做最好的织梦整站模板下载网站 Www.dedecms51.com */
  2. /* QQ:379144319 */
  3. /* 仿站:www.dedecms51.com */
  4. /* 素材:www.dedecms51.com */
  5. @charset "utf-8";
  6. .inner-con {
  7. padding-bottom: 5.2%;
  8. }
  9. .service-tit {
  10. color: #1754a3;
  11. margin-bottom: 25px;
  12. font-size: 24px;
  13. line-height: 1;
  14. }
  15. .service-tit2 {
  16. font-size: 18px;
  17. color: #1754a3;
  18. margin-bottom: 10px;
  19. line-height: 1;
  20. }
  21. .inner-con p {
  22. color: #585858;
  23. font-size: 16px;
  24. line-height: 30px;
  25. }
  26. .inner-con img {
  27. margin-top: 25px;
  28. margin-bottom: 25px;
  29. max-width: 100%;
  30. text-align: center;
  31. }
  32. .inner-con p+.service-tit2 {
  33. margin-top: 35px;
  34. }
  35. .sec-warp {
  36. font-size: 0;
  37. }
  38. .sec-warp>div {
  39. display: inline-block;
  40. width: 45%;
  41. margin-right: 5%;
  42. vertical-align: top;
  43. margin-top: 25px;
  44. }
  45. .con-left2 {
  46. width: 63.3333%;
  47. }
  48. .con-right2 {
  49. width: 30%;
  50. }
  51. /*history.html*/
  52. .history-tit {
  53. text-align: center;
  54. vertical-align: middle;
  55. }
  56. .history-tit span {
  57. font-size: 24px;
  58. color: #fff;
  59. background: #1754a3;
  60. border-radius: 4px;
  61. line-height: 1;
  62. padding: 8px 20px 10px;
  63. display: inline-block;
  64. vertical-align: middle;
  65. }
  66. .history-list ul li {
  67. width: 50%;
  68. box-sizing: border-box;
  69. -webkit-box-sizing: border-box;
  70. -moz-box-sizing: border-box;
  71. position: relative;
  72. min-height: 138px;
  73. }
  74. .history-list ul li:nth-child(odd) {
  75. margin-left: 50%;
  76. padding-left: 20px;
  77. }
  78. .history-list ul li:nth-child(even) {
  79. margin-right: 50%;
  80. padding-right: 20px;
  81. }
  82. .history-list ul li:nth-child(even) .year, .history-list ul li:nth-child(even) .history-con {
  83. float: right;
  84. }
  85. .year {
  86. margin-bottom: 40px;
  87. }
  88. .year span {
  89. width: 120px;
  90. height: 39px;
  91. display: inline-block;
  92. text-align: center;
  93. line-height: 39px;
  94. background-color: #00a2e9;
  95. font-size: 24px;
  96. color: #fff;
  97. vertical-align: middle;
  98. }
  99. .history-list ul li:nth-child(odd) .year span {
  100. border-top-right-radius: 4px;
  101. border-bottom-right-radius: 4px;
  102. }
  103. .history-list ul li:nth-child(even) .year span {
  104. border-top-left-radius: 4px;
  105. border-bottom-left-radius: 4px;
  106. }
  107. .history-list ul li:nth-child(odd) .year::before, .history-list ul li:nth-child(even) .year::after {
  108. content: "";
  109. width: 26px;
  110. height: 39px;
  111. display: inline-block;
  112. background: url(../images/year_icon1.png) no-repeat top;
  113. vertical-align: middle;
  114. }
  115. .history-list ul li:nth-child(even) .year::after {
  116. background: url(../images/year_icon2.png) no-repeat top;
  117. }
  118. .history-con {
  119. font-size: 14px;
  120. color: #797979;
  121. margin-bottom: 40px;
  122. line-height: 20px;
  123. }
  124. .history-list {
  125. position: relative;
  126. padding-top: 132.5px;
  127. margin-top: 19px;
  128. }
  129. .history-list::after {
  130. content: "";
  131. position: absolute;
  132. border-right: 2px dashed #00a2e9;
  133. top: 0;
  134. left: 50%;
  135. margin-left: -1px;
  136. height: calc(100% - 132px);
  137. height: -webkit-calc(100% - 132px);
  138. height: -moz-calc(100% - 132px);
  139. z-index: 7;
  140. }
  141. .history-list ul li::before, .history-list ul::before {
  142. content: "";
  143. position: absolute;
  144. left: -11px;
  145. top: 14.5px;
  146. margin-top: -9px;
  147. width: 22px;
  148. height: 22px;
  149. background: #7bd5fc;
  150. border-radius: 100%;
  151. z-index: 8;
  152. }
  153. .history-list ul li::after, .history-list ul::after {
  154. content: "";
  155. position: absolute;
  156. left: -9px;
  157. top: 14.5px;
  158. margin-top: -7px;
  159. width: 16px;
  160. height: 16px;
  161. background: #00a2e9;
  162. border-radius: 100%;
  163. border: 1px solid #99ddfb;
  164. z-index: 9;
  165. }
  166. .history-list ul li:nth-child(even)::before {
  167. left: auto;
  168. right: -11px;
  169. }
  170. .history-list ul li:nth-child(even)::after {
  171. left: auto;
  172. right: -9px;
  173. }
  174. .history-list ul::after {
  175. left: 50%;
  176. margin-left: -9px;
  177. top: 0;
  178. }
  179. .history-list ul::before {
  180. left: 50%;
  181. margin-left: -11px;
  182. top: 0;
  183. }
  184. .inner-con.profile-con p {
  185. margin-bottom: 25px;
  186. }
  187. @media (max-width: 1440px) {
  188. .case-list ul {
  189. margin-left: -15px;
  190. margin-right: -15px;
  191. }
  192. .case-list ul li {
  193. padding-left: 15px;
  194. padding-right: 15px;
  195. }
  196. }
  197. @media (max-width: 1200px) {
  198. .service-tit {
  199. font-size: 20px;
  200. margin-bottom: 20px;
  201. }
  202. .inner-con p {
  203. font-size: 14px;
  204. line-height: 24px;
  205. }
  206. .inner-con p+.service-tit2 {
  207. margin-top: 25px;
  208. }
  209. .inner-con img {
  210. margin-top: 20px;
  211. margin-bottom: 20px;
  212. }
  213. .history-tit span, .year span {
  214. font-size: 22px;
  215. }
  216. }
  217. @media (max-width: 1200px) {
  218. .inner-con img {
  219. margin-top: 15px;
  220. margin-bottom: 15px;
  221. }
  222. .service-tit2 {
  223. font-size: 16px;
  224. line-height: 1.6
  225. }
  226. .history-tit span, .year span {
  227. font-size: 20px;
  228. }
  229. }
  230. @media (max-width: 768px) {
  231. .service-tit {
  232. font-size: 18px;
  233. margin-bottom: 15px;
  234. }
  235. .inner-menu a {
  236. width: 25%;
  237. font-size: 14px;
  238. }
  239. .con-left2, .con-right2 {
  240. width: 100%;
  241. }
  242. .year span {
  243. width: 100px;
  244. font-size: 16px;
  245. }
  246. .year {
  247. margin-bottom: 20px;
  248. }
  249. .history-con {
  250. margin-bottom: 20px;
  251. }
  252. .history-tit span {
  253. font-size: 18px;
  254. }
  255. }
  256. @media (max-width: 480px) {
  257. .sec-warp>div {
  258. width: 100%;
  259. margin: 0;
  260. }
  261. .service-tit {
  262. margin-bottom: 10px;
  263. }
  264. .inner-con img {
  265. margin-top: 10px;
  266. margin-bottom: 10px;
  267. }
  268. }