common.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4. min-width: 1200px;
  5. font-family: Tahoma, 'Microsoft Yahei', 'Simsun';
  6. background-color: #FFF;
  7. color: #333333;
  8. }
  9. *{
  10. margin: 0;
  11. padding: 0;
  12. }
  13. input {
  14. border: none;
  15. outline: none;
  16. }
  17. input::-webkit-input-placeholder,
  18. textarea::-webkit-input-placeholder {
  19. color: #006bb7;
  20. font-size: 14px;
  21. }
  22. input:-moz-placeholder,
  23. textarea:-moz-placeholder {
  24. color: #006bb7;
  25. font-size: 14px;
  26. }
  27. input::-moz-placeholder,
  28. textarea::-moz-placeholder {
  29. color: #006bb7;
  30. font-size: 14px;
  31. }
  32. input:-ms-input-placeholder,
  33. textarea:-ms-input-placeholder {
  34. color: #006bb7;
  35. font-size: 14px;
  36. }
  37. table {
  38. border-collapse: collapse;
  39. border-spacing: 0;
  40. }
  41. img {
  42. border: 0;
  43. }
  44. address,
  45. caption,
  46. cite,
  47. code,
  48. dfn,
  49. em,
  50. th,
  51. var {
  52. font-style: normal;
  53. font-weight: normal;
  54. }
  55. ol,
  56. ul,
  57. li {
  58. list-style: none;
  59. float: left;
  60. }
  61. caption,
  62. th {
  63. text-align: left;
  64. }
  65. h1,
  66. h2,
  67. h3,
  68. h4,
  69. h5,
  70. h6 {
  71. font-size: 100%;
  72. font-weight: normal;
  73. }
  74. #tabcontent ul {
  75. list-style-type: none;
  76. }
  77. .hidden {
  78. display: none;
  79. }
  80. .l {
  81. float: left;
  82. }
  83. .y {
  84. float: right;
  85. }
  86. a {
  87. text-decoration: none;
  88. color: rgba(253, 252, 252,.6);
  89. }
  90. .bgFFF {
  91. background-color: #FFF;
  92. }
  93. .bgF7 {
  94. background-color: #F7F7F7;
  95. }
  96. /**** Clearfix ****/
  97. .clearfix {
  98. *zoom: 1;
  99. overflow: hidden;
  100. }
  101. .clearfix:after {
  102. content: "";
  103. display: block;
  104. height: 0;
  105. font-size: 0;
  106. clear: both;
  107. }
  108. .container {
  109. width: 1200px;
  110. margin: auto;
  111. }
  112. .mt52 {
  113. margin-top: 52px;
  114. }
  115. .header {
  116. width: 100%;
  117. height: 122px;
  118. background: url(../images/top-bg@2x.png) no-repeat top center;
  119. background-size: cover;
  120. }
  121. .flex {
  122. display: flex;
  123. }
  124. .flexItem {
  125. align-items: center;
  126. }
  127. .logo {
  128. height: 100%;
  129. }
  130. .headerBox {
  131. width: 100%;
  132. position: fixed;
  133. top: 0;
  134. background: #fff;
  135. z-index: 9999;
  136. }
  137. /* nav */
  138. .navBox {
  139. height: 78px;
  140. background: #000F4A;
  141. font-size: 18px;
  142. line-height: 78px;
  143. }
  144. .navBox a {
  145. margin-right: 112px;
  146. }
  147. .navBox .active{
  148. color: #fff;
  149. }
  150. .banner {
  151. margin-top: 200px;
  152. }
  153. .banner img{
  154. vertical-align: bottom;
  155. }
  156. /* news */
  157. .news .swiper-container {
  158. width: 580px;
  159. height: 290px;
  160. }
  161. .newsInfo {
  162. width: 580px;
  163. margin-left: 40px;
  164. }
  165. .titleBox {
  166. height: 34px;
  167. border-bottom: 1px solid #BFBFBF;
  168. justify-content: space-between;
  169. }
  170. .titleBox a {
  171. color: #000;
  172. font-size: 14px;
  173. }
  174. .titleBox .title {
  175. height: 100%;
  176. font-weight: bold;
  177. font-size: 18px;
  178. border-bottom: 1px solid #1485C9;
  179. }
  180. .newsList {
  181. width: 100%;
  182. }
  183. .dot {
  184. width: 4px;
  185. height: 4px;
  186. border-radius: 50%;
  187. background: #BFBFBF;
  188. display: block;
  189. margin-right: 12px;
  190. }
  191. .newsList li {
  192. width: 100%;
  193. justify-content: space-between;
  194. margin: 20px 0 0;
  195. color: #666666;
  196. }
  197. .newsList .txt {
  198. width: 440px;
  199. text-overflow: ellipsis;
  200. overflow: hidden;
  201. white-space: nowrap;
  202. color: #333333;
  203. font-size: 14px;
  204. }
  205. .newsList .time {
  206. color: #666666;
  207. font-size: 12px;
  208. }
  209. /* expert */
  210. .expert, .service {
  211. width: 580px;
  212. }
  213. .expert .item {
  214. position: relative;
  215. }
  216. .expert .item {
  217. margin-top: 30px;
  218. }
  219. .expert .item .focus {
  220. width: 172px;
  221. height: 188px;
  222. background: rgba(0, 0, 0,.6);
  223. position: absolute;
  224. top: 0;
  225. left: 0;
  226. border-radius: 6px 6px 6px 6px;
  227. text-align: center;
  228. color: #fff;
  229. font-size: 14px;
  230. display: none;
  231. }
  232. .focus .content {
  233. width: 100%;
  234. margin-top: 36px;
  235. }
  236. .focus .name {
  237. color: #1485C9;
  238. font-size: 18px;
  239. margin-bottom: 5px;
  240. }
  241. .focus .line {
  242. width: 11px;
  243. height: 1px;
  244. background: #FFFFFF;
  245. margin: 0 auto;
  246. }
  247. .focus .intro {
  248. margin: 10px 0 15px;
  249. }
  250. /* service */
  251. .service {
  252. margin-left: 40px;
  253. }
  254. /* .swiper-container1 {
  255. margin-top: 30px;
  256. } */
  257. .swiper-container1 {
  258. margin-left: auto;
  259. margin-right: auto;
  260. position: relative;
  261. overflow: hidden;
  262. z-index: 1;
  263. margin-top: 30px;
  264. padding: 0 20px;
  265. }
  266. .swiper-container1 .swiper-slide {
  267. transform: scale(.9);
  268. }
  269. .swiper-container1 .swiper-slide-next{
  270. transform: scale(1);
  271. }
  272. .swiper-container1 .swiper-button-prev {
  273. width: 12px;
  274. height: 20px;
  275. background-image: url(../images/left.svg);
  276. background-size: 12px 20px;
  277. left: 0px;
  278. }
  279. .swiper-container1 .swiper-button-next {
  280. width: 12px;
  281. height: 20px;
  282. background-image: url(../images/right.svg);
  283. background-size: 12px 20px;
  284. right: 0px;
  285. }
  286. .swiper-container1 .swiper-slide .contnent {
  287. position: relative;
  288. }
  289. .swiper-container1 .swiper-slide .contnent .txt {
  290. position: absolute;
  291. top: calc(50% - 164px);
  292. left: calc(50% - 20px);
  293. width: 20px;
  294. height: 328px;
  295. font-size: 20px;
  296. font-family: PingFang SC-Regular, PingFang SC;
  297. font-weight: 400;
  298. color: #FFFFFF;
  299. line-height: 30px;
  300. text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  301. text-align: center;
  302. }
  303. .swiper-container1 .swiper-slide .contnent img{
  304. border-radius: 6px 6px 6px 6px;
  305. }
  306. .viewpoint {
  307. width: 100%;
  308. }
  309. .viewpoint .item {
  310. width: 45%;
  311. margin-top: 30px;
  312. }
  313. .viewpoint .Info {
  314. margin-left: 30px;
  315. padding-top: 12px;
  316. }
  317. .viewpoint .Info .name {
  318. color: #1485C9;
  319. font-size: 18px;
  320. display: inline-block;
  321. margin-right: 25px;
  322. }
  323. .viewpoint .Info .location {
  324. font-size: 14px;
  325. }
  326. .viewpoint .Info .des {
  327. margin-top: 30px;
  328. font-size: 14px;
  329. line-height: 26px;
  330. }
  331. /* case */
  332. .caseBox {
  333. width: 100%;
  334. height: 300px;
  335. background: url(../images/case-bg.png) no-repeat center;
  336. background-size: cover;
  337. padding-top: 30px;
  338. }
  339. .caseBox .caseTxt {
  340. justify-content: space-between;
  341. }
  342. .caseBox .caseTxt .item {
  343. margin-top: 30px;
  344. }
  345. footer {
  346. width: 100%;
  347. height: 276px;
  348. background: #041435;
  349. font-weight: bold;
  350. font-size: 16px;
  351. font-family: PingFang SC-Bold, PingFang SC;
  352. }
  353. .footerLogo {
  354. position: absolute;
  355. left: 120px;
  356. top: 94px;
  357. }
  358. .contact {
  359. position: absolute;
  360. right: 229px;
  361. top: 94px;
  362. color: #D3D0D0;
  363. }
  364. .contact p {
  365. margin-top: 9px;
  366. }
  367. .icp {
  368. height: 68px;
  369. line-height: 68px;
  370. text-align: center;
  371. background: #2F2F2F;
  372. font-weight: bold;
  373. color: #D3D0D0;
  374. font-size: 16px;
  375. }