sywj.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. li {
  6. list-style: none;
  7. }
  8. a {
  9. text-decoration: none;
  10. }
  11. body {
  12. width: 100%;
  13. min-width:1440px;
  14. height: 100%;
  15. overflow: hidden;
  16. }
  17. .hed{
  18. width: 100%;
  19. background-color: #342B2B;
  20. }
  21. .head {
  22. width: 58%;
  23. margin: 0 auto;
  24. height: 64px;
  25. background: #342B2B;
  26. display: flex;
  27. justify-content: flex-start;
  28. }
  29. .logo-big {
  30. width: 35px;
  31. height: 35px;
  32. margin: 15px 5px 13px 0px;
  33. }
  34. .head_text h6 {
  35. height: 20px;
  36. font-size: 20px;
  37. font-family: Source Han Sans SC;
  38. font-weight: bold;
  39. color: #fff;
  40. margin-top: 15px;
  41. }
  42. .head_text p {
  43. height: 12px;
  44. font-size: 14px;
  45. font-family: Source Han Sans SC;
  46. font-weight: bold;
  47. color: #fff;
  48. }
  49. .content {
  50. width: 100%;
  51. height: calc(100vh - 174px);
  52. background: url(../img/bg572.png) no-repeat;
  53. background-size: 100% 100%;
  54. overflow: hidden;
  55. display: flex;
  56. justify-content: center;
  57. align-items: center;
  58. position: relative;
  59. }
  60. .wrap_content {
  61. width: 84%;
  62. display: flex;
  63. justify-content: center;
  64. align-items: center;
  65. position: relative;
  66. }
  67. .layui-text h3 {
  68. font-size: 12px !important;
  69. font-family: Microsoft YaHei !important;
  70. font-weight: bold !important;
  71. color: #000 !important;
  72. }
  73. .layui-timeline-axis {
  74. width: 10px !important;
  75. height: 10px !important;
  76. top: 6px !important;
  77. left: 0px !important;
  78. background-color: #000 !important;
  79. }
  80. .layui-timeline-item:before {
  81. height: 113% !important;
  82. background-color: #000 !important;
  83. }
  84. .layui-form{
  85. width:90%;
  86. min-width:500px !important;
  87. }
  88. .text_content {
  89. width: 80%;
  90. height: 80%;
  91. display: flex;
  92. justify-content: center;
  93. align-items: center;
  94. flex-direction: column;
  95. /* background-color: #00FF00; */
  96. /* height: 60px;
  97. background: #FFFFFF;
  98. border: 3px solid #CCA65E;
  99. border-radius: 10px; */
  100. }
  101. .text_content h3 {
  102. font-size: 50px;
  103. font-family: Microsoft YaHei;
  104. font-weight: bold;
  105. color: #000;
  106. text-align: center;
  107. }
  108. .layui-input-block {
  109. margin-left: 0px !important;
  110. }
  111. .layui-input-block span{
  112. position: absolute;
  113. margin: 6px 20px 10px;
  114. width: 42px;
  115. height: 17px;
  116. font-size: 18px;
  117. font-family: Microsoft YaHei;
  118. font-weight: 400;
  119. color: #D09540;
  120. line-height: 48px;
  121. z-index: 99;
  122. }
  123. .layui-input-block i{
  124. position: absolute;
  125. margin: 22px 70px 10px;
  126. z-index: 99;
  127. color: #D09540;
  128. }
  129. .layui-input {
  130. padding-right: 61px;
  131. position: relative;
  132. }
  133. .img_position {
  134. position: absolute;
  135. top: 28%;
  136. right: 3%;
  137. }
  138. .text_three{
  139. width: 83%;
  140. /* height: 309px; */
  141. height: 488px;
  142. min-height:300px;
  143. display: flex;
  144. justify-content: flex-start;
  145. align-items: flex-start;
  146. background:rgba(7,5,0,0.54);
  147. /* background: #072B55;
  148. opacity: 0.54; */
  149. border-radius: 4px;
  150. overflow: hidden;
  151. }
  152. .text_three .title{
  153. width: 100px;
  154. display: block;
  155. height: 20px;
  156. font-size: 20px;
  157. font-family: Microsoft YaHei;
  158. font-weight: bold;
  159. color: #FFFFFF;
  160. line-height: 48px;
  161. margin-left: 20px;
  162. }
  163. .text_three .th_con{
  164. width: 97%;
  165. height: 100%;
  166. /* min-height: 250px; */
  167. /* margin-top: 20px; */
  168. margin-left: 20px;
  169. position: relative;
  170. overflow-y: hidden;
  171. }
  172. .art{
  173. margin-top: 10px;
  174. transform: scale(0.9);
  175. transform-origin: top left;
  176. }
  177. .art .t1{
  178. font-size: 16px;
  179. font-family: Microsoft YaHei;
  180. font-weight: bold;
  181. color: #FFFFFF;
  182. display: flex;
  183. align-items: center;
  184. }
  185. .art .t1 .sp1{
  186. width: 151px;
  187. height: 27px;
  188. background: #CCA65E;
  189. border-radius: 4px;
  190. text-align: center;
  191. display: inline-block;
  192. line-height: 27px;
  193. overflow: hidden;
  194. text-overflow: ellipsis;
  195. white-space: nowrap;
  196. margin-right: 10px;
  197. }
  198. .art .t1>span:nth-child(2){
  199. width: 800px;
  200. overflow: hidden;
  201. text-overflow: ellipsis;
  202. white-space: nowrap;
  203. }
  204. .tx{
  205. width: 100%;
  206. height: 15px;
  207. font-size: 14px;
  208. font-family: Microsoft YaHei;
  209. font-weight: 400;
  210. color: #C8DDF8;
  211. line-height: 24px;
  212. margin-top: 8px;
  213. display: flex;
  214. align-items: center;
  215. }
  216. .tx p{
  217. color: #CCA65E ;
  218. }
  219. .more{
  220. width: 100%;
  221. color: #fff;
  222. text-align: center;
  223. display: none;
  224. }
  225. .header-contanier {
  226. display: flex;
  227. align-items: center;
  228. justify-content: center;
  229. margin-bottom: 1%;
  230. margin-top: 4%;
  231. }
  232. .header-contanier img {
  233. width: 58px;
  234. height: 60px;
  235. margin-right: 20px;
  236. }
  237. .wrap_content ul {
  238. margin-right: 0px;
  239. }
  240. .totall {
  241. font-size: 20px;
  242. color: #FFFFFF;
  243. }
  244. #foot {
  245. width: 100%;
  246. height: 60px;
  247. background-color: #133A66;
  248. }
  249. .title {
  250. font-family: Microsoft YaHei;
  251. font-weight: bold;
  252. color: #0C67B0;
  253. line-height: 48px;
  254. font-size: 30px;
  255. }
  256. .search-area {
  257. background: #FFFFFF;
  258. border: 2px solid #3e3728;
  259. border-radius: 10px;
  260. width: 800px;
  261. height: 48px;
  262. margin: 10px 10px 20px 0px;
  263. box-sizing: border-box;
  264. padding: 10px 30px;
  265. display: flex;
  266. justify-content: space-between;
  267. align-items: center;
  268. cursor: pointer;
  269. }
  270. .search-area .all {
  271. height: 61px;
  272. line-height: 60px;
  273. font-size: 14px;
  274. font-family: Microsoft YaHei;
  275. font-weight: 400;
  276. color: #534b3a;
  277. letter-spacing: 3px;
  278. }
  279. .search-area>div:nth-child(2) {
  280. text-align: left;
  281. width: 650px;
  282. }
  283. .search-area .ss-icon img{
  284. width: 25px;
  285. height: 25px;
  286. cursor: pointer;
  287. color: #A79675;
  288. }
  289. div.search-area > div > form > div > div > div > input{
  290. padding-right: 0px;
  291. border: none;
  292. padding-left: 0px;
  293. width: 60px;
  294. font-size: 14px;
  295. font-family: Microsoft YaHei;
  296. font-weight: 400;
  297. color: #A79675;
  298. letter-spacing: 3px;
  299. }
  300. div.search-area > div:nth-child(2) > form > div{
  301. margin-left: 0px;
  302. }
  303. div.search-area > div:nth-child(2) > form > div > input{
  304. border: none;
  305. }
  306. .tangchu {
  307. width: 761px;
  308. background-color: #FFF;
  309. border: 1px solid #CDE1F0;
  310. padding: 20px;
  311. box-sizing: border-box;
  312. position: absolute;
  313. display: none;
  314. max-height: 400px;
  315. overflow-y: auto;
  316. top: 64px;
  317. z-index: 999;
  318. }
  319. .tangchu-item {
  320. display: inline-block;
  321. width: 120px;
  322. height: 50px;
  323. font-size: 16px;
  324. background-color: #CDE1F0;
  325. color: #0C67B0;
  326. margin: 0px 20px 15px 0px;
  327. overflow: hidden;
  328. text-overflow: ellipsis;
  329. white-space: nowrap;
  330. line-height: 50px;
  331. text-align: center;
  332. cursor: pointer;
  333. }
  334. .tx span {
  335. display: inline-block;
  336. width: 70%;
  337. overflow: hidden;
  338. text-overflow: ellipsis;
  339. white-space: nowrap;
  340. margin-left: 162px;
  341. }
  342. .more i {
  343. cursor: pointer;
  344. }
  345. .wrap_content ul {
  346. position: relative;
  347. }
  348. .sq {
  349. display: flex;
  350. align-items: center;
  351. }
  352. .ques {
  353. cursor:pointer;
  354. color: #FFF;
  355. position: absolute;
  356. right: 20px;
  357. top: 10px;
  358. font-size: 18px;
  359. }
  360. .ques:hover{
  361. opacity: 0.8;
  362. }
  363. .quesTanchu {
  364. background-color: #FFF;
  365. width: 620px;
  366. display: none;
  367. margin-top: 20px;
  368. }
  369. .quesTanchu .layui-input, .layui-textarea {
  370. display: inline-block;
  371. width: 68%;
  372. padding-left: 10px;
  373. }
  374. .quesTanchu .layui-textarea {
  375. width: 68%;
  376. }
  377. .quesTanchu .layui-form-select .layui-edge{
  378. right: 15px;
  379. }
  380. .quesTanchu .layui-form-select dl {
  381. left: 40px;
  382. }
  383. .wrapDiv{
  384. height: 400px;
  385. overflow: hidden;
  386. }
  387. .wrapDiv ul {
  388. position: relative;
  389. }
  390. @keyframes side {
  391. from {
  392. transform: translate(640px, 0px)
  393. }
  394. to {
  395. transform: translate(100px, 0px)
  396. }
  397. }
  398. @media screen and (min-width:1440px) and (max-width:1680px){
  399. .wrap_content {
  400. transform: scale(0.9);
  401. transform-origin: left center;
  402. }
  403. .text_three{
  404. transform: scaleY(0.9);
  405. transform-origin: top;
  406. }
  407. }
  408. @media screen and (max-width:1200px){
  409. body {
  410. overflow: hidden;
  411. }
  412. }
  413. .foot {
  414. width: 100%;
  415. height: 108px;
  416. min-width: 1300px;
  417. background-color: #A79675;
  418. overflow: hidden;
  419. }
  420. .foot_content {
  421. height: 110px;
  422. margin: 0 auto;
  423. /* padding-top: 24px; */
  424. background-color: #A79675;
  425. display: flex;
  426. justify-content: center;
  427. align-items: center;
  428. }
  429. .three_pic {
  430. display: flex;
  431. }
  432. .three_pic>a:nth-child(1) {
  433. width: 49px;
  434. height: 60px;
  435. margin-right: 15px;
  436. }
  437. .three_pic>a:nth-child(2) {
  438. width: 36px;
  439. height: 60px;
  440. margin-right: 15px;
  441. }
  442. .three_pic>span:nth-child(3) {
  443. width: 110px;
  444. height: 55px;
  445. margin-right: 15px;
  446. cursor: pointer;
  447. }
  448. .f_text {
  449. color: #fff;
  450. font-size: 14px;
  451. line-height: 24px;
  452. padding-top: 8px;
  453. width: 727px;
  454. }
  455. .f_list {
  456. padding-top: 34px;
  457. }
  458. .f_list a,
  459. .f_list span {
  460. display: inline-block;
  461. color: #fff;
  462. font-size: 14.58px;
  463. margin-right: 6px;
  464. }
  465. @media screen and (max-width:1200px){
  466. .foot {
  467. min-width: 0px;
  468. }
  469. }