public.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903
  1. @font-face {
  2. /* font-test*/
  3. font-family: siyuan;
  4. src:url('../../../fonts/siyuan.ttf'),
  5. url('../../../fonts/siyuan.woff'),
  6. url('../../../fonts/siyuan.eot'); /* IE9 */
  7. }
  8. *{margin: 0;padding: 0;list-style: none;font-family: siyuan}
  9. body{
  10. -webkit-font-smoothing: antialiased; /* 抗锯齿 */
  11. }
  12. body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
  13. dl, dt, dd, ul, ol, li,
  14. pre,
  15. form, fieldset, legend, button, input, textarea,
  16. th, td {
  17. margin: 0;
  18. padding: 0;
  19. }
  20. img{
  21. border: none;
  22. }
  23. body,
  24. button, input, select, textarea {
  25. font-size:14px; background-color: white;
  26. }
  27. /*h1, h2, h3, h4, h5, h6 { font-size: 100%; }*/
  28. address, cite, dfn, em, var { font-style: normal; }
  29. code, kbd, pre, samp { font-family: courier new, courier, monospace; }
  30. small { font-size: 12px; }
  31. ul, ol { list-style: none; }
  32. a { text-decoration: none; }
  33. a:hover { text-decoration: none; }
  34. legend { color: #000; }
  35. fieldset, img { border: 0; }
  36. button, input, select, textarea { font-size: 100%; }
  37. table { border-collapse: collapse; border-spacing: 0; }
  38. img{
  39. vertical-align: middle;
  40. }
  41. .container{
  42. width: 1200px!important;
  43. margin: 0 auto;
  44. }
  45. .float-left{
  46. float: left;
  47. }
  48. .float-right{
  49. float:right;
  50. }
  51. .textRight{
  52. text-align: right
  53. }
  54. .clearFix{
  55. clear: both;
  56. }
  57. button:focus{
  58. outline: none;
  59. background-color: none;
  60. }
  61. .container{
  62. padding: 0;
  63. }
  64. /* footer */
  65. /*登陆页面*/
  66. header .colorRed{
  67. font-size: 14px;
  68. }
  69. .login {
  70. width: 100%;
  71. background: rgba(6, 6, 6, .4);
  72. position: fixed;
  73. top: 0;
  74. left: 0;
  75. z-index: 999999;
  76. display: none;
  77. }
  78. .login_mian {
  79. width: 600px;
  80. background: #ffffff;
  81. position: absolute;
  82. top: 50%;
  83. margin-top: -200px;
  84. left: 50%;
  85. margin-left: -300px;
  86. padding-top: 60px;
  87. padding-bottom: 96px;
  88. }
  89. .login_left {
  90. float: left;
  91. padding-bottom: 10px;
  92. width: 265px;
  93. text-align: center;
  94. }
  95. .login_left .login_ewm {
  96. width: 95px;
  97. padding-top: 34px;
  98. margin-bottom: 10px;
  99. display: inline-block;
  100. text-align: center;
  101. }
  102. .login_left .login_ewm img {
  103. margin-bottom: 10px;
  104. width: 90px;
  105. }
  106. .login_left p {
  107. line-height: 26px;
  108. font-size: 16px;
  109. text-align: center;
  110. }
  111. .login_right {
  112. float: left;
  113. padding-left: 32px;
  114. width: 288px;
  115. border-left: 1px solid #E5E5E5;
  116. }
  117. .login_check,
  118. .login_submit {
  119. width: 260px!important;
  120. }
  121. .login_right h5 {
  122. font-size: 18px;
  123. color: #373739;
  124. font-weight: normal;
  125. margin-bottom: 10px;
  126. }
  127. .login_right h5 a {
  128. font-size: 14px;
  129. color: #f81009;
  130. margin-left: 56px;
  131. }
  132. .login_right form .login_uesr,
  133. .login_pass {
  134. width: 256px;
  135. height: 40px;
  136. position: relative;
  137. border: 1px solid #cccccc;
  138. }
  139. #customerType{border:none;width:200px;height:36px;color:#707070; background: transparent;
  140. outline: none;}
  141. .login_uesr label img,
  142. .login_pass label img {
  143. width: 20px;
  144. height: 22px;
  145. position: absolute;
  146. top: 8px;
  147. left: 10px;
  148. border: none;
  149. }
  150. #Lo_user,
  151. #Lo_pass {
  152. width: 214px;
  153. height: 37px;
  154. line-height: 40px;
  155. border: none;
  156. border-left: 1px solid #CCCCCC;
  157. padding-left: 12px;
  158. left: 40px;
  159. font-size: 16px;
  160. position: absolute;
  161. color: #333333;
  162. }
  163. .login_uesr .log_del {
  164. width: 16px;
  165. height: 16px;
  166. position: absolute;
  167. top: 10px;
  168. right: 10px;
  169. }
  170. .log_del:hover {
  171. cursor: pointer;
  172. }
  173. .login_pass {
  174. margin-top: 20px;
  175. }
  176. .login_check a {
  177. color: #f18101;
  178. float: right;
  179. line-height: 38px;
  180. }
  181. .login_check label {
  182. height: 38px;
  183. line-height: 38px;
  184. color: #f18101;
  185. font-weight: normal;
  186. }
  187. .lab_check {
  188. background: url(../../../img/check_lo.png) no-repeat center left;
  189. background-size: 20% 40%;
  190. }
  191. .lab_checkno {
  192. background: url(../../../img/check_lono.png) no-repeat center left;
  193. background-size: 20% 40%;
  194. }
  195. .login_check label input {
  196. margin-right: 4px;
  197. visibility: hidden;
  198. }
  199. .login_check label:hover {
  200. cursor: pointer;
  201. }
  202. .login_submit {
  203. width: 100%;
  204. height: 38px;
  205. font-size: 20px;
  206. background: #f18101;
  207. color: #FFFFFF;
  208. text-align: center;
  209. border: none;
  210. }
  211. .login_hua {
  212. position: absolute;
  213. top: 0;
  214. left: 0;
  215. }
  216. .login_close {
  217. position: absolute;
  218. top: 10px;
  219. right: 10px;
  220. width: 24px;
  221. height: 22px;
  222. z-index: 2000;
  223. }
  224. .login_close:hover {
  225. cursor: pointer;
  226. }
  227. .login_shadow {
  228. position: absolute;
  229. bottom: -25px;
  230. width: 600px;
  231. height: 25px;
  232. right: 0;
  233. z-index: 2000;
  234. }
  235. .login_check label:first-child {
  236. margin-right: 15px;
  237. }
  238. .head_login:focus {
  239. text-decoration: none;
  240. }
  241. /*忘记密码页面*/
  242. #forget {
  243. width: 100%;
  244. height: 100%;
  245. background: rgba(6, 6, 6, .4);
  246. position: fixed;
  247. top: 0;
  248. left: 0;
  249. z-index: 999999;
  250. display: none;
  251. }
  252. .forget {
  253. width: 600px;
  254. background: #ffffff;
  255. position: absolute;
  256. top: 50%;
  257. margin-top: -200px;
  258. left: 50%;
  259. margin-left: -300px;
  260. padding-top: 10px;
  261. padding-bottom: 50px;
  262. }
  263. .forget_top {
  264. width: 100%;
  265. height: 50px;
  266. border-bottom: 1px solid #E5E5E5;
  267. padding-left: 20px;
  268. line-height: 50px;
  269. }
  270. .forget_top>a {
  271. color: #383838;
  272. font-size: 20px;
  273. float: left;
  274. }
  275. .forget_top>div {
  276. float: left;
  277. }
  278. .forget_center {
  279. padding-top: 30px;
  280. width: 100%;
  281. text-align: center;
  282. padding-right: 40px;
  283. }
  284. .forget_center>div {
  285. color: #616161;
  286. font-size: 16px;
  287. font-weight: normal;
  288. height: 40px;
  289. line-height: 40px;
  290. width: 410px;
  291. margin: 0 auto;
  292. margin-bottom: 15px;
  293. text-align: right;
  294. position: relative;
  295. }
  296. .forget_center>div input {
  297. height: 40px;
  298. margin-left: 5px;
  299. }
  300. .forget_center>div select {
  301. width:250px;
  302. height: 40px;
  303. margin-left: 5px;
  304. border:1px solid #E5E5E5;
  305. outline: none;
  306. }
  307. .phone>label,.user>label {
  308. font-weight: normal;
  309. font-size: 18px;
  310. }
  311. .phone input,.user input {
  312. width: 250px;
  313. font-size: 16px;
  314. border: 1px solid #E5E5E5;
  315. padding-left: 5px;
  316. }
  317. .yanzheng>label {
  318. display: inline-block;
  319. color: #616161;
  320. font-weight: normal;
  321. font-size: 18px;
  322. }
  323. .yanzheng input {
  324. width: 160px;
  325. font-size: 16px;
  326. border: 1px solid #E5E5E5;
  327. padding-left: 5px;
  328. }
  329. .yanzheng {
  330. padding-right: 90px;
  331. }
  332. .yanzhengma_cont_ {
  333. width: 80px;
  334. height: 40px;
  335. display: inline-block;
  336. position: absolute;
  337. top: 0;
  338. right: 0;
  339. }
  340. .yanzhengma_cont_>img {
  341. width: 100%;
  342. height: 100%;
  343. }
  344. .cellcode_ {
  345. padding-right: 90px;
  346. }
  347. .cellcode_>div {
  348. display: inline-block;
  349. font-size: 18px;
  350. }
  351. .cellcode_>div>input {
  352. width: 160px;
  353. font-size: 16px;
  354. border: 1px solid #E5E5E5;
  355. padding-left: 5px;
  356. }
  357. .cellcode_>input {
  358. width: 80px;
  359. height: 40px;
  360. font-size: 14px;
  361. position: absolute;
  362. top: 0;
  363. right: 0;
  364. background: #fff;
  365. border: 1px solid #eee;
  366. cursor: pointer;
  367. color: #ccc;
  368. display: inline-block;
  369. padding-left: 0;
  370. background: none;
  371. text-align: center;
  372. }
  373. .forget_center .fastener {
  374. margin-top: 40px;
  375. text-align: center;
  376. padding-left: 30px;
  377. }
  378. .fastener>div {
  379. display: inline-block;
  380. width: 150px;
  381. height: 40px;
  382. }
  383. .fastener .forget_sub {
  384. background: #F18101;
  385. width: 150px;
  386. height: 40px;
  387. border: 1px solid #E5E5E5;
  388. margin-right: 20px;
  389. color: #fff;
  390. letter-spacing: 8px;
  391. font-size: 18px;
  392. }
  393. .fastener_right {
  394. color: #F18101;
  395. border: 1px solid #E5E5E5;
  396. text-align: center;
  397. letter-spacing: 8px;
  398. font-size: 18px;
  399. cursor: pointer;
  400. }
  401. /*新密码设置*/
  402. #new_password {
  403. width: 100%;
  404. height: 100%;
  405. background: rgba(6, 6, 6, .4);
  406. position: fixed;
  407. top: 0;
  408. left: 0;
  409. z-index: 999999;
  410. display: none;
  411. }
  412. .new_password {
  413. width: 600px;
  414. background: #ffffff;
  415. position: absolute;
  416. top: 50%;
  417. margin-top: -200px;
  418. left: 50%;
  419. margin-left: -300px;
  420. padding-top: 10px;
  421. padding-bottom: 50px;
  422. }
  423. .password_top {
  424. width: 100%;
  425. height: 50px;
  426. border-bottom: 1px solid #E5E5E5;
  427. padding-left: 20px;
  428. line-height: 50px;
  429. }
  430. .password_top>h4 {
  431. display: inline-block;
  432. color: #616161;
  433. font-size: 20px;
  434. }
  435. .password_top>span {
  436. font-size: 16px;
  437. color: #616161;
  438. background: url("../../../img/zhongdian.png") no-repeat left center;
  439. padding-left: 25px;
  440. margin-left: 15px;
  441. }
  442. .password_center {
  443. padding-top: 30px;
  444. width: 100%;
  445. text-align: center;
  446. padding-right: 40px;
  447. }
  448. .password_center>div {
  449. color: #616161;
  450. font-size: 16px;
  451. font-weight: normal;
  452. height: 40px;
  453. line-height: 40px;
  454. width: 410px;
  455. margin: 0 auto;
  456. margin-bottom: 15px;
  457. text-align: right;
  458. position: relative;
  459. }
  460. .password_center>div>label {
  461. font-weight: normal;
  462. font-size: 18px;
  463. }
  464. .password_center>div input {
  465. width: 250px;
  466. height: 40px;
  467. font-size: 16px;
  468. padding-left: 5px;
  469. }
  470. .new_password .fastener {
  471. margin-top: 40px;
  472. padding-left: 30px;
  473. }
  474. .fastener .new_password_sub {
  475. background: #F18101;
  476. width: 150px;
  477. height: 40px;
  478. border: 1px solid #E5E5E5;
  479. margin-right: 20px;
  480. color: #fff;
  481. letter-spacing: 8px;
  482. font-size: 18px;
  483. }
  484. a:link{text-decoration:none; } /* 指正常的未被访问过的链接*/
  485. a:visited{text-decoration:none; }/*指已经访问过的链接*/
  486. a:hover{text-decoration:none;}/*指鼠标在链接*/
  487. a:active{text-decoration:none;}/* 指正在点的链接*/
  488. /*弹出消息提示*/
  489. /*弹出消息提示*/
  490. .smg{width: 260px;height: 40px;text-align: center;transform: scale(0);
  491. line-height:40px;background:#17a2b8;border-radius: 10px;
  492. position: fixed;top: -200px; left: 50%;margin-left: -130px;color:#ffffff;
  493. transition: all .3s ease-in-out;z-index: 9999999;
  494. }
  495. .smg input{width: 260px;height: 40px;border: none;background: none;text-align: center;font-size: 14px;}
  496. .smg.active{
  497. transform: scale(1) ;
  498. top: 200px;
  499. z-index: 9999999999;
  500. transition: all .3s ease-in;
  501. }
  502. /* msg tools*/
  503. .message {
  504. position: fixed;
  505. top: 80px;
  506. text-align: center;
  507. width: 100%;
  508. display: none;
  509. z-index: 99999999
  510. }
  511. .message span {
  512. background: rgba(0, 0, 0, 0.6);
  513. padding: 8px 20px;
  514. color: #fff;
  515. border-radius: 6px
  516. }
  517. #bottom {
  518. width: 100%;
  519. height: 386px;
  520. margin: 20px auto 0;
  521. position: relative;
  522. background: url(../../../img/bottom_bg.png) no-repeat center center;
  523. background-size: 120% 100%;
  524. }
  525. .bottom {
  526. width: 1200px;
  527. height: 386px;
  528. margin: 20px auto 0;
  529. position: relative;
  530. }
  531. .bottom_text {
  532. width: 1200px;
  533. height: 386px;
  534. position: absolute;
  535. left: 0;
  536. top: 0;
  537. }
  538. .text_top {
  539. width: 100%;
  540. height: 55px;
  541. position: absolute;
  542. top: 140px;
  543. left: 0;
  544. text-align: center;
  545. color: #fff;
  546. }
  547. .text_top>a {
  548. color: #fff;
  549. line-height: 25px;
  550. }
  551. .text_center {
  552. width: 100%;
  553. height: 90px;
  554. position: absolute;
  555. top: 195px;
  556. left: 0;
  557. color: #fff;
  558. margin-top: 10px;
  559. }
  560. .cont_left {
  561. vertical-align: top;
  562. width: 350px;
  563. height: 90px;
  564. display: inline-block;
  565. margin-left: 45px;
  566. }
  567. .cont_left>p{
  568. margin-top: 15px;
  569. }
  570. .cont_left>img {
  571. margin-left: 85px;
  572. width: 40px;
  573. }
  574. .cont_guanli>a>img {
  575. width: 40px;
  576. height: 40px;
  577. }
  578. .cont_guanli {
  579. width: 200px;
  580. height: 90px;
  581. display: inline-block;
  582. text-align: center;
  583. margin-left: 70px;
  584. }
  585. .cont_center {
  586. width: 200px;
  587. height: 90px;
  588. display: inline-block;
  589. text-align: center;
  590. }
  591. .cont_right,
  592. .cont_rightapp {
  593. width: 82px;
  594. height: 90px;
  595. display: inline-block;
  596. text-align: center;
  597. vertical-align: top;
  598. }
  599. .text_center p {
  600. color: #F5F6F9;
  601. font-weight: bold;
  602. }
  603. .cont_rightapp {
  604. margin-right: 5px;
  605. margin-left: 50px;
  606. }
  607. .cont_rightapp p {
  608. line-height: 30px;
  609. }
  610. .cont_right p {
  611. line-height: 30px;
  612. width: 80px;
  613. text-align: center;
  614. }
  615. .text_bottom {
  616. width: 100%;
  617. height: 75px;
  618. position: absolute;
  619. top: 285px;
  620. left: 0;
  621. color: #fff;
  622. padding-left: 45px;
  623. margin-top: 15px;
  624. }
  625. .text_bottom p {
  626. font-weight: bold;
  627. line-height: 25px;
  628. }
  629. .text_bottom a {
  630. color: #fff;
  631. font-size: 1.2rem;
  632. line-height: 18px;
  633. }
  634. .pol_act {
  635. margin-left: 5px;
  636. }
  637. .android {
  638. margin-right: 5px;
  639. }
  640. /*右侧挂件*/
  641. .pub_fix {
  642. width: 40px;
  643. position: fixed;
  644. right: 28px;
  645. bottom:50px;
  646. border-radius: 4px;
  647. border: 1px solid #e0e0e0;
  648. text-align: center;
  649. height: auto;
  650. background: #ffffff;
  651. z-index: 9999999999999999;
  652. box-shadow: 0 0 4px rgb(228, 225, 225);
  653. }
  654. .pub_fix ul li:first-child{
  655. border: none;
  656. height: 0;
  657. overflow: hidden;
  658. transition: all .2s ease-in;
  659. }
  660. .pub_fix ul li:first-child.active{
  661. border: none;
  662. height:40px;
  663. transition: all .2s ease-in-out
  664. }
  665. .pub_fix ul li:hover{
  666. background: #5888B5;
  667. }
  668. .pub_fix ul li:hover a span{
  669. color: #ffffff;
  670. }
  671. .pub_fix ul li{
  672. cursor: pointer;
  673. height: 40px;
  674. line-height: 40px;
  675. border-top: 1px dotted #ccc
  676. }
  677. .pub_fix ul li a{
  678. width: 100%;
  679. height: 100%;
  680. display: inline-block;
  681. }
  682. .phonefix{
  683. position: relative;
  684. }
  685. .phonefix a{
  686. width: 100%;
  687. height: 100%;
  688. top: 0;
  689. left: 0;
  690. }
  691. .pub_fix ul li:hover .phoneTxt{
  692. display: block;
  693. }
  694. .pub_fix ul li .phoneTxt{
  695. display: none;
  696. background: #ffffff;
  697. padding: 10px;
  698. position: absolute;
  699. left: -115px;
  700. box-shadow: 0 0 4px rgb(204, 203, 203);
  701. top: 0;
  702. }
  703. .right_cebian {
  704. width: 40px;
  705. height: 120px;
  706. position: fixed;
  707. right: 0;
  708. bottom: 180px;
  709. border-radius: 10px 0 0 10px;
  710. text-align: center;
  711. color: #fff;
  712. display: none;
  713. cursor: pointer;
  714. background: #5888B5 url("../../../img/youce_daohang.png") no-repeat center 5px;
  715. z-index: 999999;
  716. letter-spacing: 5px;
  717. font-size: 18px;
  718. padding-top: 30px;
  719. padding-left: 5px;
  720. line-height: 20px;
  721. }
  722. input:-webkit-autofill {
  723. background-color: #ffffff!important;
  724. background-image: none!important;
  725. color: #000;
  726. }
  727. .navHeader .nav_right{
  728. font-size: 16px;
  729. }
  730. /* 导航动作 */
  731. /* .nav_right>img{
  732. cursor: pointer;
  733. animation:mymove 5s infinite;
  734. -webkit-animation:mymove 5s infinite;
  735. }
  736. @keyframes mymove{
  737. from{transform:rotateY(360deg)};
  738. to{transform:rotateY(0deg)}
  739. } */
  740. .loading{
  741. position: fixed;
  742. width: 100%;
  743. height: 100%;
  744. background: rgba(221, 218, 218, 0.1);
  745. top: 0;
  746. left: 0;
  747. z-index: 99999999999;
  748. }
  749. .loading{
  750. width: 100%;
  751. height: 100%;
  752. display: none;
  753. }
  754. .loading div{
  755. position: fixed;
  756. width: 100%;
  757. height: 100%;
  758. }
  759. .loading p{
  760. position: absolute;
  761. left: 50%;
  762. top: 30%;
  763. width: 200px;
  764. height: 40px;
  765. margin-left: -100px;
  766. }
  767. .loading p span{
  768. display: inline-block;
  769. font-size: 20px;
  770. color: #17a2b8;
  771. transition: all .2s ease-in-out;
  772. }
  773. .loading p span.active{
  774. margin-left: -6px;
  775. transition: all .2s ease-in;
  776. }
  777. /* banner */
  778. .carousel{
  779. width: 100%!important;
  780. height: 475px;
  781. }
  782. .carousel .carousel-inner a{
  783. width: 100%;
  784. height: 475px;
  785. display: inline-block;
  786. }
  787. .bannerList .carousel .left, .bannerList .carousel .right,.carousel-control.left,.carousel-control.right {
  788. height: 475px;
  789. line-height: 475px;
  790. font-size: 60px;
  791. }
  792. .carousel img{
  793. width: 100%;
  794. height: 475px!important;
  795. display: inline-block;
  796. }