ico.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873
  1. @charset "utf-8";
  2. /* CSS Document */
  3. /* clearer */
  4. body{padding:0;margin:0;font-size:12px;overflow-x:hidden;background:#fff url('') repeat-x;font-family:'微软雅黑';}
  5. a{color:#333;text-decoration:none}
  6. input,button,select,textarea{outline:none}
  7. li,ul,form,h3{padding:0;margin:0;list-style-type:none}
  8. img{border:0}
  9. p,h1,h3,h2{margin:0;padding:0}
  10. /* 清除浮动 */
  11. .clearfloat{
  12. clear:both;
  13. height:0;
  14. font-size:1px;
  15. line-height::0px;
  16. }
  17. .clearfloat:after {content:".";clear:both;height:0;visibility:hidden;display:block;}/* 这是对Firefox进行的处理,因为Firefox支持生成元素,而IE所有版本都不支持生成元素 */
  18. .clearfloat{display:inline-block;}/* 这是对 Mac 上的IE浏览器进行的处理*/
  19. /* Hides from IE-mac */
  20. /* 左右浮动*/
  21. .fl{float:left;}
  22. .fr{float:right;}
  23. .ft{color:#ffcc00;}
  24. /* banner */
  25. .banner {
  26. width:100%;
  27. height:507px;
  28. margin:0 auto;
  29. position: relative;
  30. }
  31. .banner_main{
  32. width:100%;
  33. height:507px;
  34. position: absolute;
  35. left:0;
  36. top:0;
  37. }
  38. .banner_main li{
  39. display:block;
  40. height:507px;
  41. position: absolute;
  42. left:0;
  43. top:0;
  44. background:#ebebeb url(../images/default-l.png) no-repeat center center;
  45. background-size:100%;
  46. width: 100%;
  47. }
  48. .banner_span {
  49. width:100%;
  50. height:35px;
  51. position: absolute;
  52. left:0;
  53. bottom:0;
  54. zoom:1;left: 50%;
  55. margin-left: -70px;
  56. }
  57. .banner_span span {
  58. width: 28px;
  59. height: 20px;
  60. display:block;
  61. float:left;
  62. margin-left:10px;
  63. background: url(../images/icon.png) no-repeat 11px -475px;
  64. }
  65. .banner_span p {
  66. height:35px;
  67. margin:0 auto;
  68. }
  69. .banner_span .banner_span_one{
  70. background: url(../images/icon.png) no-repeat 6px -440px;
  71. }
  72. .banner_left {
  73. width:61px;
  74. height:90px;
  75. cursor: pointer;
  76. background: url(../images/icon.png) no-repeat 0 -510px;
  77. filter:alpha(opacity:50);opacity:0.5;
  78. position: absolute;
  79. top:50%;
  80. margin-top:-30px;
  81. display:block;
  82. left: 50%;
  83. margin-left: -585px;
  84. }
  85. .banner_left1 {
  86. background: url(../images/icon.png) no-repeat 0 -510px;}
  87. .banner_right {
  88. width:61px;
  89. height:90px;
  90. cursor: pointer;
  91. background: url(../images/icon.png) no-repeat 0 -600px; ;
  92. position: absolute;
  93. right:0;
  94. margin-top:-30px;
  95. top:50%;
  96. left: 50%;
  97. margin-left: 525px;
  98. display:block;
  99. }
  100. .banner_right1 {
  101. background: url(../images/icon.png) no-repeat 0 -600px; ;
  102. }
  103. .index_bn{width:1200px;margin:0 auto;}
  104. .index_chou_words,.index_publish_word{
  105. font-size:16px;
  106. color:#fff;
  107. height:37px;
  108. line-height:37px;
  109. background:#ee3531;
  110. margin-top:120px;
  111. margin-left:30px;
  112. padding:0 15px;
  113. border-radius:8px;
  114. -moz-border-radius:8px;
  115. -webkit-border-radius:8px;
  116. }
  117. .index_publish_word{
  118. margin-top:-90px;
  119. margin-left:-70px;
  120. width: 380px;
  121. }
  122. .index_chou {
  123. display: block;
  124. float:left;
  125. margin-left:50px;
  126. background: url(../images/banner1.png) no-repeat ;float: left;
  127. text-align: center;
  128. margin-top: 120px;
  129. }
  130. .index_publish{
  131. display: block;
  132. width: 411px;
  133. height:300px;
  134. float:right;
  135. margin-right:80px;
  136. text-align: center;
  137. margin-top: 120px;
  138. }
  139. .index_publish_pic{display: block;
  140. width: 411px;
  141. height: 182px;
  142. margin: 30px auto;
  143. background: url(../images/banner2.png) no-repeat 0 0px;}
  144. }
  145. .index_banner_form .index_chou .index_chou_words {
  146. width: 420px;
  147. margin: 30px auto;
  148. text-align: center;
  149. color: #fff;
  150. font-size: 16px;
  151. background-color: #1d3377;
  152. line-height: 45px;
  153. border-radius: 10px;
  154. }
  155. .index_chou_btn {
  156. display: block !important;
  157. width: 265px;
  158. height: 55px !important;
  159. margin-left:133px;
  160. margin-top:40px;
  161. font-size: 24px;
  162. color: #fff;
  163. line-height: 53px;
  164. background-color: transparent;
  165. border: 1px #fff solid;
  166. border-radius: 8px;
  167. font-family:'微软雅黑';
  168. -webkit-transition: all 0.3s;
  169. -moz-transition: all 0.3s;
  170. -o-transition: all 0.3s;
  171. }
  172. .index_publish_btn {
  173. display: block !important;
  174. width: 265px;
  175. height: 55px !important;
  176. margin-right:133px;
  177. font-size: 24px;
  178. color: #fff;
  179. line-height: 53px;
  180. background-color: transparent;
  181. border: 1px #fff solid;
  182. border-radius: 8px;
  183. font-family:'微软雅黑';
  184. -webkit-transition: all 0.3s;
  185. -moz-transition: all 0.3s;
  186. -o-transition: all 0.3s;
  187. }
  188. .itemlist1 li img{
  189. height:223px;
  190. width:382px;
  191. }
  192. .chou_corner,.publish_corner {
  193. display: inline-block;
  194. margin-left: 20px;
  195. border-width: 10px;
  196. border-color: transparent transparent transparent #fff;
  197. border-style: solid;
  198. }
  199. /* 主要内容 */
  200. /* css3动画效果 */
  201. /* 鼠标移到图片上的效果 */
  202. .css3btn {
  203. width: 100%;
  204. overflow: hidden;
  205. position: relative;
  206. -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  207. -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  208. box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  209. }
  210. .css3btn img {
  211. width: 100%;
  212. top: 0;
  213. position: relative;
  214. left: 0;
  215. -webkit-transform: scale(1.1);
  216. -moz-transform: scale(1.1);
  217. -ms-transform: scale(1.1);
  218. -o-transform: scale(1.1);
  219. transform: scale(1.1);
  220. -webkit-transition: -webkit-transform 0.3s;
  221. -moz-transition: -moz-transform 0.3s;
  222. -o-transition: -o-transform 0.3s;
  223. transition: transform 0.3s;
  224. }
  225. .css3btn .ovrly {
  226. background: rgba(0, 0, 0, 0.5);
  227. height: 100%;
  228. left: 0;
  229. top: 0;
  230. position: absolute;
  231. width: 100%;
  232. opacity: 0;
  233. -webkit-transition: all 0.3s;
  234. -moz-transition: all 0.3s;
  235. -o-transition: all 0.3s;
  236. transition: all 0.3s;
  237. }
  238. .css3btn .buttonsxq {
  239. position: absolute;
  240. top: 50%;
  241. left: 50%;
  242. -webkit-transform: translate(-50%, -50%);
  243. -moz-transform: translate(-50%, -50%);
  244. -ms-transform: translate(-50%, -50%);
  245. -o-transform: translate(-50%, -50%);
  246. transform: translate(-50%, -50%);
  247. }
  248. .css3btn .buttonsxq .fa {
  249. background: rgb(256, 256, 256);
  250. -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  251. -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  252. box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  253. -webkt-border-radius: 50%;
  254. -moz-border-radius: 50%;
  255. border-radius: 50%;
  256. display: inline-block;
  257. line-height: 40px;
  258. font-size: 16px;
  259. text-align: center;
  260. text-decoration: none;
  261. width: 40px;
  262. height: 40px;
  263. opacity: 0;
  264. -webkit-transform: scale(5);
  265. -moz-transform: scale(5);
  266. -ms-transform: scale(5);
  267. -o-transform: scale(5);
  268. transform: scale(5);
  269. position: relative;
  270. -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  271. -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  272. -o-transition: -o-transform 0.3s, opacity 0.3s;
  273. transition: transform 0.3s, opacity 0.3s;
  274. color: rgba(50, 50, 50, 0.9);
  275. }
  276. .css3btn .buttonsxq .fa-search {
  277. -webkit-transition-delay: 0.1s;
  278. -moz-transition-delay: 0.1s;
  279. -ms-transition-delay: 0.1s;
  280. transition-delay: 0.1s;
  281. }
  282. .css3btn:hover .buttonsxq .fa {
  283. opacity: 1;
  284. -webkit-transform: scale(1);
  285. -moz-transform: scale(1);
  286. -ms-transform: scale(1);
  287. -o-transform: scale(1);
  288. transform: scale(1);
  289. }
  290. .css3btn:hover .ovrly {
  291. opacity: 1;
  292. }
  293. .css3btn:hover img {
  294. -webkit-filter: blur(2px);
  295. filter: blur(2px);
  296. -webkit-transform: scale(1);
  297. -moz-transform: scale(1);
  298. -ms-transform: scale(1);
  299. -o-transform: scale(1);
  300. transform: scale(1);
  301. }
  302. .fa-search:before {
  303. content:"";
  304. display:inline-block;
  305. height:20px;
  306. width:20px;
  307. background:url(../images/resizeApi.png) no-repeat;
  308. vertical-align:middle;
  309. margin-top:12px;
  310. margin-left:4px;
  311. }
  312. /* 结束*/
  313. .main1,.main2,.main3,.main4,.main5{width:100%;margin:0 auto;overflow:hidden;}
  314. .title{padding:30px 0;}
  315. .title .tit_p1{color:#888;font-size:14px;}
  316. .title .tit_p2{
  317. font-family:'微软雅黑';
  318. color:#000;
  319. font-size:22px;
  320. line-height:1.2;
  321. }
  322. .tit_p2 span{
  323. display:block;
  324. height:22px;
  325. width:22px;
  326. background:#ee3531;
  327. float:left;
  328. margin-top:5px;
  329. margin-right:5px;
  330. }
  331. .header-pos{height: 320px;width: 100%;position: relative;
  332. overflow: hidden;}
  333. .headline{
  334. margin-bottom:55px;
  335. overflow: hidden;
  336. width: 100%;
  337. background:#fafafa;
  338. }
  339. .pic img{
  340. /*height:223px;*/
  341. height:300px;
  342. width:390px;
  343. /*width:382px;*/
  344. float:left;
  345. }
  346. .item_main{
  347. width:300px;
  348. /*width:633px;*/
  349. float:left;
  350. border-left:none;
  351. height:300px;
  352. /*margin-left: -152px;*/
  353. }
  354. .item2{width: 490px;
  355. margin: 0 auto;margin-top:15px;margin-left: 30px;}
  356. .item_main .item1{padding:20px 30px;}
  357. .item_main .item3 {
  358. margin: 30px auto 0px;
  359. padding: 20px 30px;
  360. }
  361. .item_main .item4 {
  362. width: 490px;
  363. margin: 0 auto;
  364. padding:20px 30px;
  365. }
  366. .pro_progress_num {
  367. position: relative;
  368. float: right;
  369. height: 35px;
  370. margin-right: 100px;
  371. }
  372. .pro_progress_num .progress_corner {
  373. display: inline-block;
  374. position: absolute;
  375. bottom: 0px;
  376. border-width: 3px;
  377. border-color: transparent #EE3531 #EE3531 transparent;
  378. border-style: solid;
  379. }
  380. .pro_progress_num .progress_figure {
  381. display: inline-block;
  382. position: absolute;
  383. top: 0px;
  384. left: 6px;
  385. width: 80px;
  386. height: 35px;
  387. font-size: 14px;
  388. line-height: 35px;
  389. color: #FFF;
  390. text-align: center;
  391. background-color: #EE3531;
  392. }
  393. .item2-xq{
  394. text-align:center;
  395. line-height:42px;
  396. border:1px solid #999;
  397. margin-top:25px;
  398. color: #333;
  399. width: 140px;
  400. height: 40px;
  401. font-size: 16px;
  402. display: inline-block;
  403. margin-bottom: 75px;
  404. border-radius: 3px;
  405. transition: all 0.3s ease-out 0s;
  406. letter-spacing: 1.5px;
  407. }
  408. .item2-xq:hover{border:1px solid #333;color:#000;}
  409. .m1_pre{
  410. display:block;
  411. height:82px;
  412. width:40px;
  413. background:url('../images/icon1.png') 0px 0px;
  414. position:absolute;
  415. margin-left:-30px;
  416. margin-left: -100px;
  417. margin-top: -300px;
  418. cursor: pointer}
  419. .m1_nex{
  420. display:block;
  421. height:82px;
  422. width:40px;
  423. background:url('../images/icon1.png') -40px 0px ;
  424. position:absolute;
  425. margin-left:-30px;
  426. margin-left: 1260px;
  427. margin-top: -300px;
  428. cursor: pointer}
  429. /* 进度条 */
  430. .main3,.main4{padding-bottom:15px;}
  431. .main2{padding-bottom:20px;}
  432. .licont{width:350px;margin:0 auto;}
  433. .itemlist1 li{height:400px;width:382px;float:left;background:#fff; transition: all 0.3s ease 0s;}
  434. .itemlist1 li:hover{-webkit-box-shadow: 5px 5px 5px #ccc;
  435. box-shadow: 5px 5px 5px #ccc/*opera或ie9*/;}
  436. .main4 .itemlist1 li{background:#fafafa;}
  437. .item1_jdt{margin-top:20px;}
  438. .wz1{font-size:20px;color:#000;font-family:'微软雅黑';padding-top:15px;}
  439. .wz2{font-size:14px;color:#888;padding-bottom:12px;width: 350px;
  440. text-overflow: ellipsis;
  441. white-space: nowrap;}
  442. .warp{background:#fafafa;}
  443. .c-666 {
  444. color: #666;
  445. font-family: '微软雅黑';
  446. font-size: 14px;
  447. padding-bottom: 5px;
  448. }
  449. .fmoney {
  450. font-family: Century Gothic, Palatino, serif;
  451. }
  452. .pb2m-info-bar {
  453. position: relative;
  454. width: 100%;
  455. height: 10px;
  456. margin-bottom: 10px;
  457. background: #eee;
  458. overflow: hidden;
  459. }
  460. .radius10px {
  461. border-radius: 10px;
  462. -webkit-border-radius: 10px;
  463. -moz-border-radius: 10px;
  464. }
  465. .pb2m-info-percent {
  466. width: 100%;
  467. height: 10px;
  468. border: 0px;
  469. background: #fe645a url(../images/bg-progress-red.gif);
  470. margin: 0;
  471. }
  472. .btn1{
  473. display:block;
  474. height:32px;
  475. width:92px;
  476. line-height:32px;
  477. text-align:center;
  478. color:#fff;
  479. background:#333;
  480. float:left;
  481. margin-top:8px;
  482. border-radius:5px;
  483. transition: all 0.3s ease-out 0s;
  484. letter-spacing: 1.5px;
  485. font-family:'微软雅黑';
  486. }
  487. .btn1:hover{
  488. background:#000;
  489. color:red;
  490. }
  491. .btn2{
  492. display:block;
  493. height:32px;
  494. width:92px;
  495. line-height:32px;
  496. text-align:center;
  497. color:#333;
  498. border:1px solid #999;
  499. float:right;
  500. margin-top:8px;
  501. border-radius:5px;
  502. font-family:'微软雅黑';
  503. transition: all 0.3s ease-out 0s;
  504. letter-spacing: 1.5px;
  505. background: #fff;
  506. }
  507. .btn2:hover{
  508. border:1px solid #333;
  509. color:#000;}
  510. .mg{margin-left:6%;}
  511. .itemlist2 li {
  512. height:156px;
  513. width:544px;
  514. background:#fafafa;
  515. margin:10px 10px 55px 0px;
  516. -webkit-transition: all 0.3s;
  517. -moz-transition: all 0.3s;
  518. -o-transition: all 0.3s;
  519. transition: all 0.3s;
  520. }
  521. .itemlist2 li:hover{
  522. -moz-box-shadow: 5px 5px 5px #ccc;/*firefox*/
  523. -webkit-box-shadow: 5px 5px 5px #ccc;/*safari或chrome*/
  524. box-shadow: 5px 5px 5px #ccc;/*opera或ie9*/
  525. }
  526. .itemlist2 img{
  527. height:119px;
  528. width:119px;
  529. border-radius:50%;
  530. -moz-border-radius: 50%;
  531. -webkit-border-radius: 50%;
  532. float:left;
  533. margin-top:20px;
  534. margin-left:20px;
  535. position:relative;
  536. z-index:2;
  537. behavior: url(C:\Users\Administrator\Desktop\币众筹\css\ie-css3.htc)
  538. }
  539. .licont2{
  540. width:348px;
  541. overflow:auto;
  542. padding-left:20px;
  543. }
  544. .hr{
  545. display:block;
  546. background:#e7e7e7;
  547. height:1px;
  548. margin:15px 0 15px 0;
  549. }
  550. .fontgr{color:#ee3531;}
  551. .tags {
  552. position: relative;
  553. margin-top: 8px;
  554. }.tags .tag {
  555. display: inline;
  556. display: inline-block;
  557. padding: 0 4px 0 0;font-size:12px;color:#888;
  558. }
  559. .cont2sp span{
  560. letter-spacing: 2px;}
  561. .dot-active{background:#ee3531;}
  562. .dot li{display:inline-block;height:8px;width:8px;border:1px solid #dcd8d8;border-radius:50%;margin-left:20px;-moz-border-radius: 50%;
  563. -webkit-border-radius:8px;position:relative}
  564. .dot{margin-left: 44%;margin-bottom:60px;margin-top:20px;}
  565. .itemlist2{overflow:auto;width: 1200px;float: left;}
  566. .owl-wrapper-outer {overflow: hidden;position: relative;width: 100%;height:430px;}
  567. .owl-wrapper{width: 4800px;position:absolute;left: 0px;display: block;}
  568. .posibox{transition: all 0.3s;diplay:none;}
  569. .posibox span{display:block;height:40px;width:40px;background:url(../images/ui_sidebar.png); transition: all 0.2s ease 0s;}
  570. .posibox .ewm:hover{background-position:0 -40px;}
  571. .posibox .qq{background-position:-90px 0;}
  572. .posibox .qq:hover{background-position:-90px -40px;}
  573. .posibox .tel{background-position:-45px 0px;}
  574. .posibox .tel:hover{background-position:-45px -40px;}
  575. .posibox .ly{background-position:-135px 0px;}
  576. .posibox .ly:hover{background-position:-135px -40px;}
  577. .fixed{position:fixed;width:62px;right: 80px;top: 300px;transition: all 0.3s;z-index:9999;}
  578. .ewm .sidebox_ewm_hide {
  579. position: absolute;
  580. width: 124px;
  581. height: 113px;
  582. padding: 5px 0 5px 5px;
  583. left: -135px;
  584. top: -83px;
  585. visibility: hidden;
  586. background-position: 0 0;
  587. background: url(https://bizhongchou.com/app/Tpl/fanwe_1/images/float_ewmbg.png) no-repeat;
  588. -webkit-transition: all 0.2s;
  589. -moz-transition: all 0.2s;
  590. -ms-transition: all 0.2s;
  591. transition: all 0.2s;
  592. }
  593. .ewm .sidebox_ewm_hide img {
  594. width: 110px;
  595. height: 110px;
  596. overflow: hidden;
  597. }
  598. /* foot */
  599. .foottop{height:411px;
  600. #background:url(../images/footbg.jpg);
  601. background-position: 50% 0%; background-repeat: no-repeat no-repeat;position:relative;
  602. }
  603. .foottop_empty_user {
  604. height:411px;
  605. background:url(../images/footbg.jpg);
  606. background-position: 50% 0%; background-repeat: no-repeat no-repeat;position:relative;
  607. }
  608. .foottop_empty_user .ft1div {
  609. height:190px;
  610. background:#ee3531;
  611. position:absolute;
  612. top:106px;
  613. width:100%;
  614. text-align:center;
  615. }
  616. .ft1div{
  617. height:190px;
  618. background:#ee3531;
  619. #position:absolute;
  620. padding-top: 20px;
  621. top:106px;
  622. width:100%;
  623. text-align:center;
  624. }
  625. .footer_userlist_img{
  626. width:1908px;
  627. height: 100px;
  628. overflow: hidden;
  629. }
  630. .footer_userlist_img img {
  631. width: 106px;
  632. height: 100px;
  633. -webkit-filter: grayscale(100%);
  634. -moz-filter: grayscale(100%);
  635. -ms-filter: grayscale(100%);
  636. -o-filter: grayscale(100%);
  637. filter: grayscale(100%);
  638. filter: gray;
  639. }
  640. .wz4{font-size:36px;font-family:'微软雅黑';color:#fff;}
  641. .ft2div{
  642. background:url(../images/yh.png) no-repeat center center;
  643. margin:0 auto;
  644. #margin-top:20px;
  645. }
  646. .foottop_empty_user .ft2div {
  647. background:url(../images/yh.png) no-repeat center center;
  648. margin:0 auto;
  649. margin-top:20px;
  650. }
  651. .wz3{
  652. display: block !important;
  653. width: 265px;
  654. height: 55px !important;
  655. font-size: 24px;
  656. color: #FFF;
  657. line-height: 53px;
  658. background-color: transparent;
  659. border: 1px solid #FFF;
  660. border-radius: 8px;
  661. font-family: "微软雅黑";
  662. transition: all 0.3s ease 0s;
  663. margin:0 auto;
  664. cursor:pointer;
  665. }
  666. .wz5{
  667. color:#fff;
  668. font-size:36px;
  669. line-height:2;}
  670. a.wz5:hover {
  671. color:#fff;
  672. }
  673. .footbot{height:auto;background:#1c2026;}
  674. .footul{overflow:auto;margin:0 auto;width:1200px;}
  675. .footul li a{color:#fff;display:inline-block;float:left;padding:0 40px;margin-top: 95px;}
  676. .borrg{border-right:1px solid #494d51;}
  677. .panter {width:1200px;margin:0 auto;text-align:center;margin-top:30px;padding-top:30px;}
  678. .panter a{color:#fff;opacity:0.58;padding-left:5px;}
  679. .pd{width:850px;margin:0 auto;}
  680. .Copyright{color:#fff;text-align:center;height:45px;line-height:45px;background:#000;margin-top:80px;opacity:0.75;}
  681. /*幻灯片第二张(同股权众筹页面图片背景)*/
  682. /* 字体样式 */
  683. @font-face {
  684. font-family: FZZCHJW;
  685. src: url('../fonts/FZZCHJW.TTF'); /* IE9*/
  686. }
  687. .font5{font-size:66px;color:#fff;font-family:'FZZCHJW';padding-bottom:30px;padding-top:80px;}
  688. .font6{font-size:18px;color:#fff;padding-bottom:30px;}
  689. /* 投资型主页banner */
  690. .banner {
  691. width:100%;
  692. height:507px;
  693. margin:0 auto;
  694. position: relative;
  695. text-align:center;
  696. }
  697. .itemnu .listnu{text-shadow:2px 2px 10px #00ff00;}
  698. #effect span{color:#fff;padding-top: 80px;}
  699. .index_bn_deal_type .itemnu{height:61px;margin-top:30px;display:table;margin:0 auto;position:relative;}
  700. .index_bn_deal_type .listnu{
  701. height:61px;
  702. width:61px;
  703. background:url('../images/a.png');
  704. font-size:26px;
  705. color:#fff;
  706. line-height:61px;
  707. text-align:center;
  708. }
  709. .index_bn_deal_type .itemnu div{float:left;line-height:61px;}
  710. .index_bn_deal_type .itembtn{
  711. width:1000px;
  712. margin:0 auto;
  713. position:relative;
  714. height:50px;
  715. margin-top:70px;}
  716. .index_bn_deal_type .itembtn a{
  717. display:inline-block;
  718. height:48px;
  719. width:252px;
  720. border:1px solid #fff;
  721. border-radius:5px;
  722. color:#fff;
  723. line-height:48px;
  724. font-size:20px;
  725. font-family:'微软雅黑';
  726. transition: opacity 300ms ease-in-out 0ms;
  727. background-color: transparent;
  728. position:absolute;
  729. }
  730. .index_bn_deal_type .itembtn a:before ,.itembtn a:after {
  731. content: "";
  732. display: block;
  733. position: absolute;
  734. height: 100%;
  735. width: 100%;
  736. left: 0%;
  737. top: 0px;
  738. opacity: 1;
  739. }
  740. .index_bn_deal_type .itembtn a:hover {
  741. opacity: 0.7;
  742. }
  743. .index_bn_deal_type .itembtn a:hover:after {
  744. transition: border-radius 800ms, box-shadow 400ms, opacity 1200ms;
  745. box-shadow: 0px 0px 50px 20px rgba(255, 255, 255, 0.5);
  746. opacity: 0;
  747. }
  748. .index_bn_deal_type .itembtn_a1{
  749. left:0px;
  750. }
  751. .index_bn_deal_type .itembtn_a2{
  752. right:0px;
  753. }
  754. /*机构投资人*/
  755. .owl-wrapper-outer .btn_recommend_project {
  756. width: 128px;
  757. height: 30px;
  758. line-height: 30px;
  759. text-align: center;
  760. display: none;
  761. border: 1px solid #999;
  762. float: right;
  763. font-size: 14px;
  764. color: #333;
  765. transition: all 0.3s ease-out 0s;
  766. letter-spacing: 1.5px;
  767. background: #fff;
  768. }
  769. .owl-wrapper-outer .btn_recommend_project:hover {
  770. border:1px solid #333;
  771. color:#000;
  772. }
  773. .ft2div .invite_invester:hover {
  774. background: #fff;
  775. color: #241442;
  776. }
  777. .ft2div .invite_invester:hover .chou_corner {
  778. display: inline-block;
  779. margin-left: 20px;
  780. border-width: 10px;
  781. border-color: transparent transparent transparent #241442;
  782. border-style: solid;
  783. }
  784. /* 项目状态图片左上角 */
  785. .main_deal_list_index,
  786. .main_deal_list_index ul.itemlist1 {
  787. }
  788. .main_deal_list_index .item_deal_invest,
  789. .main_deal_list_index .itemlist1 li {
  790. position: relative;
  791. }
  792. .main_deal_list_index .itemlist1 li .css3btn {
  793. position: relative;
  794. }
  795. .main_deal_list_index .deal-angle-warp {
  796. position: absolute;
  797. left: 0;
  798. height: 26px;
  799. color: #FFF;
  800. background-color: #F63756;
  801. line-height: 26px;
  802. padding: 0px 10px;
  803. z-index: 20;
  804. top: 0px;
  805. }
  806. .main_deal_list_index .deal-angle-warp-before {
  807. background-color: #F28D00;
  808. }
  809. .main_deal_list_index .deal-angle-warp-ing {
  810. background-color: #EE3531;
  811. }
  812. .main_deal_list_index .deal-angle-warp-fail {
  813. background-color: #333;
  814. }
  815. .main_deal_list_index .deal-angle-warp-success {
  816. background-color: #BBB;
  817. }
  818. .main_deal_list_index .deal-angle-warp-before .remind {
  819. display: inline-block;
  820. height: 20px;
  821. line-height: 20px;
  822. color: #FFF;
  823. border-radius: 3px;
  824. background-color: #F2C200;
  825. font-size: 12px;
  826. padding: 0 10px;
  827. margin-left: 5px;
  828. margin-top: -2px;
  829. vertical-align: middle;
  830. cursor: pointer;
  831. }