public.css 16 KB

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