style.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. @charset "utf-8";
  2. /* * {
  3. margin: 0;
  4. padding: 0;
  5. list-style: none;
  6. }
  7. body {
  8. background: #fff;
  9. font: normal 12px/22px "Microsoft Yahei";
  10. }
  11. img {
  12. border: 0;
  13. }
  14. a {
  15. text-decoration: none;
  16. color: #333;
  17. }
  18. a:hover {
  19. color: #1974A1;
  20. } */
  21. .clearfix:after, .clearfix:before {
  22. display: table;
  23. line-height: 0;
  24. content: ""
  25. }
  26. .clearfix:after {
  27. clear: both
  28. }
  29. /* 公共属性 */
  30. .animate-text {
  31. position: relative;
  32. opacity: 0;
  33. top: 100px;
  34. -webkit-transition: all .5s ease;
  35. transition: all .5s ease;
  36. }
  37. .animate-img {
  38. position: relative;
  39. -webkit-transition: all .1s ease;
  40. transition: all .1s ease;
  41. }
  42. .animate-btn {
  43. -webkit-transition: all .5s ease;
  44. transition: all .5s ease;
  45. }
  46. .animate-position {
  47. -webkit-transform: translateY(-100px);
  48. -ms-transform: translateY(-100px);
  49. transform: translateY(-100px);
  50. opacity: 1;
  51. }
  52. .swiper-wrapper {
  53. -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.9, 0.4, 0.3, 1);
  54. transition: transform 0.8s cubic-bezier(0.9, 0.4, 0.3, 1);
  55. }
  56. .swiper-slide {
  57. font-size: 0;
  58. }
  59. .slider-two .swiper-slide p {
  60. font-size: 14px;
  61. }
  62. .section-three-fix .wqd-p {
  63. font-size: 16px;
  64. }
  65. .wqd-h5 {
  66. font-size: 32px;
  67. font-weight: 500;
  68. color: #333;
  69. }
  70. .wqd-p {
  71. color: #333;
  72. font-size: 14px;
  73. }
  74. .wqd-btn-blue {
  75. width: 170px;
  76. height: 50px;
  77. box-sizing: border-box;
  78. line-height: 50px;
  79. font-size: 16px;
  80. display: inline-block;
  81. text-align: center;
  82. border-radius: 25px;
  83. }
  84. .wqd-btn-blue {
  85. background: #578bea;
  86. color: #fff;
  87. }
  88. .wqd-btn-blue:hover {
  89. background: #769ade;
  90. }
  91. /* 公共属性end */
  92. .wqd-section-three {
  93. width: 100%;
  94. overflow: hidden;
  95. position: relative;
  96. box-sizing: border-box;
  97. }
  98. .wqd-section-three h5 {
  99. margin-bottom: 30px;
  100. }
  101. .wqd-section-three .wqd-btn-blue {
  102. margin-top: 50px;
  103. }
  104. .wqd-section-three p {
  105. font-size: 12px;
  106. margin-bottom: 10px;
  107. }
  108. .wqd-section-three .section-three-fix {
  109. position: absolute;
  110. top: 215px;
  111. left: 150px;
  112. z-index: 10;
  113. }
  114. .wqd-section-three .section-three-item {
  115. position: absolute;
  116. padding: 522px 0 0 150px;
  117. }
  118. .wqd-section-three .section-three-item p {
  119. width: 455px;
  120. line-height: 200%;
  121. }
  122. .wqd-section-three .slipe-box h6 {
  123. font-size: 14px;
  124. color: #333;
  125. }
  126. .wqd-section-three .section-three-box {
  127. border-radius: 3px;
  128. background: #fff;
  129. width: 615px;
  130. height: 450px;
  131. position: absolute;
  132. box-shadow: -10px 10px 50px 0 rgba(0, 0, 0, 0.2);
  133. right: 153px;
  134. top: 163px;
  135. z-index: 8;
  136. }
  137. .wqd-section-three .section-box-title {
  138. height: 19px;
  139. line-height: 19px;
  140. font-size: 0;
  141. border-bottom: 1px solid #e7e7e7;
  142. }
  143. .wqd-section-three .section-box-title em {
  144. display: inline-block;
  145. background: #000;
  146. vertical-align: middle;
  147. margin-left: 5px;
  148. width: 4px;
  149. height: 4px;
  150. border-radius: 2px;
  151. margin-top: 7px;
  152. }
  153. .wqd-section-three .section-img {
  154. box-sizing: border-box;
  155. padding: 10px;
  156. position: relative;
  157. }
  158. .wqd-section-three .section-img img {
  159. opacity: 0;
  160. width: 595px;
  161. height: 410px;
  162. display: block;
  163. -webkit-transition: all .8s ease;
  164. transition: all .8s ease;
  165. position: absolute;
  166. top: 10px;
  167. left: 10px;
  168. }
  169. @media (max-width:1740px) {
  170. .wqd-section-three .section-three-item {
  171. padding: 380px 0 0 150px;
  172. }
  173. .wqd-section-three .section-three-fix {
  174. top: 100px;
  175. }
  176. .wqd-section-three .section-three-box {
  177. top: 10px;
  178. }
  179. }
  180. @media (max-width:1680px) {
  181. .wqd-section-three .section-three-item {
  182. padding: 380px 0 0 150px;
  183. }
  184. .wqd-section-three .section-three-fix {
  185. top: 100px;
  186. }
  187. .wqd-section-three .section-three-box {
  188. top: 10px;
  189. }
  190. }
  191. @media (max-width:1440px) {
  192. .wqd-section-three .section-three-item {
  193. padding: 380px 0 0 150px;
  194. }
  195. .wqd-section-three .section-three-item p {
  196. width: 370px;
  197. }
  198. .wqd-section-three .section-three-fix {
  199. top: 100px;
  200. }
  201. .wqd-section-three .section-three-box {
  202. width: 500px;
  203. height: 366px;
  204. top: 80px;
  205. }
  206. .wqd-section-three .section-three-box .section-img img {
  207. width: 480px;
  208. height: 326px;
  209. }
  210. }
  211. @media (max-width:1366px) {
  212. .section-three-box {
  213. top: 50px !important;
  214. }
  215. }
  216. @media (max-width:1170px) {}
  217. .slipe-box .bannar {
  218. width: 100%;
  219. position: relative;
  220. }
  221. .slipe-box .bannar .swiper-slide img {
  222. width: 100%;
  223. }
  224. .slipe-box .bannar .slipe-left, .slipe-box .bannar .slipe-right {
  225. position: absolute;
  226. bottom: 50px;
  227. width: 50px;
  228. height: 50px;
  229. margin-top: -25px;
  230. z-index: 8;
  231. background: #000;
  232. opacity: .15;
  233. border-radius: 50%;
  234. text-align: center;
  235. display: none;
  236. cursor: pointer;
  237. }
  238. .slipe-box .bannar .slipe-left:hover, .slipe-box .bannar .slipe-right:hover {
  239. display: block;
  240. opacity: .3;
  241. }
  242. .slipe-box .bannar .slipe-left img, .slipe-box .bannar .slipe-right img {
  243. margin-top: 16px;
  244. }
  245. .slipe-box .bannar .slipe-left {
  246. left: 50px;
  247. bottom: 45%
  248. }
  249. .slipe-box .bannar .slipe-left img {
  250. -webkit-transform: rotate(180deg);
  251. -ms-transform: rotate(180deg);
  252. transform: rotate(180deg);
  253. }
  254. .slipe-box .bannar .slipe-right {
  255. right: 50px;
  256. bottom: 45%
  257. }
  258. .slipe-box .bannar .arowshow {
  259. display: block;
  260. }
  261. .slipe-box .swiper-pagination {
  262. text-align: center;
  263. position: absolute;
  264. bottom: 64px !important;
  265. left: 50% !important;
  266. z-index: 10;
  267. width: auto !important;
  268. -webkit-transform: translateX(-50%);
  269. -ms-transform: translateX(-50%);
  270. transform: translateX(-50%);
  271. }
  272. .slipe-box .swiper-pagination div {
  273. cursor: pointer;
  274. width: 50px;
  275. height: 2px;
  276. float: left;
  277. opacity: 1;
  278. border-radius: 0;
  279. margin: 0 5px;
  280. background: rgba(0, 0, 0, 0.15);
  281. position: relative;
  282. overflow: hidden;
  283. }
  284. @media only screen and (max-width: 767px) {
  285. .slipe-box .swiper-pagination div {
  286. cursor: pointer;
  287. width: 10px;
  288. height: 2px;
  289. float: left;
  290. opacity: 1;
  291. border-radius: 0;
  292. margin: 0 5px;
  293. background: rgba(0, 0, 0, 0.15);
  294. position: relative;
  295. overflow: hidden;
  296. }
  297. }
  298. .slipe-box .swiper-pagination div p {
  299. position: absolute;
  300. top: 0;
  301. left: -50px;
  302. width: 50px;
  303. height: 2px;
  304. background: #fff;
  305. float: left;
  306. }
  307. .slipe-box .swiper-pagination div .login {
  308. -webkit-transform: translateX(50px);
  309. -ms-transform: translateX(50px);
  310. transform: translateX(50px);
  311. -webkit-transition: -webkit-transform 5s linear;
  312. transition: transform 5s linear;
  313. -webkit-animation-fill-mode: forwards;
  314. animation-fill-mode: forwards;
  315. }
  316. .slipe-box .slider-auther {
  317. font-size: 12px;
  318. font-style: oblique;
  319. font-weight: normal;
  320. }
  321. @media only screen and (max-width: 767px) {
  322. .slipe-box .bannar .slipe-left {
  323. left: 5px;
  324. bottom: 45%;
  325. }
  326. .slipe-box .bannar .slipe-right {
  327. right: 5px;
  328. bottom: 45%;
  329. }
  330. }