index.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. body{
  2. background:#c20006;
  3. }
  4. .ynZTboxhead{ width: 100%; height: auto;}
  5. .ynZTboxhead p{ width: 100%; height: auto;}
  6. .ynZTboxhead p img{ width: 100%; height: auto;}
  7. .ynZTbox_main{background: url('../image/ico_03.jpg') no-repeat center; background-size:100% 100%; }
  8. .ynZTbox_conter{ width: 1100px; margin: 0 auto; padding-top: 0px;}
  9. .daoyu{ text-align: center;}
  10. .daoyu2{ margin-top: 100px;}
  11. .lpceng{ background: #fa6024; padding: 10px; margin-top: 50px;}
  12. .lpceng_m{ background: #fbe5b0; padding: 10px;}
  13. .lpceng_m_c{ background: url('../image/ico_04.png') no-repeat center; background-size:100% 100%; padding: 30px 25px 20px; }
  14. .lpmid{ text-align: center;}
  15. .lp_list{margin-top: 35px; margin-bottom: 20px;}
  16. .lp_list ul li{ width: 320px; float: left;border-radius: 8px; height: 320px; box-shadow: 0 0 20px 0 rgba(0,0,0,0.2); background: #fff; position: relative;}
  17. .lp_list ul li+li{margin-left: 25px;}
  18. .lp_list ul li .lphi{ width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 5; background: #fff; border-radius: 8px; overflow: hidden;}
  19. .lp_list ul li .lphi p.dimg{ position: relative; width: 100%; height: 220px;}
  20. .lp_list ul li .lphi p.dimg img{ width: 100%; height: 100%;}
  21. .lp_list ul li .lphi p.dimg span{position: absolute; right: 12px; bottom: 12px; display: block; font-size: 12px; color: #fff;}
  22. .lp_list ul li .lphi .lptxt{ padding: 20px 15px;}
  23. .lp_list ul li .lphi .lptxt p.title a{font-size: 18px;display: block;font-weight: bold; color: #383838;}
  24. .lp_list ul li .lphi .lptxt p.pric{font-size: 12px;color: #fa6024; margin-top: 18px;}
  25. .lp_list ul li .lphi .lptxt p.pric em{display: inline-block; font-size: 15px; font-weight: bold;}
  26. .lp_list ul li .lpshow{position: relative; z-index: 1; width: 100%; height: 100%; border-radius: 8px; overflow: hidden;}
  27. .lp_list ul li .lpshow p.img{ width: 100%; height: 100%; }
  28. .lp_list ul li .lpshow p.img img{ width: 100%; height: 100%; }
  29. .lp_list ul li .lpshow p.img_bf{ width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 1; background: rgba(0,0,0,0.6);}
  30. .lp_list ul li .lpshow .lptext{ width: 100%; height: 100%; top: 0px; left: 0px; z-index: 2; position: absolute;}
  31. .lp_list ul li .lpshow .lptext p.title{ margin-top: 75px;}
  32. .lp_list ul li .lpshow .lptext p.title a{ display: block; text-align: center; font-size: 19px; color: #fff; font-weight: bold;}
  33. .lp_list ul li .lpshow .lptext p.pric{ font-size: 14px; color:#fff; text-align: center; margin-top: 25px;}
  34. .lp_list ul li .lpshow .lptext p.pric em{ display: inline-block; font-weight: bold; font-weight: bold; font-size: 18px;}
  35. .lp_list ul li .lpshow .lptext p.city{ font-size: 12px; color: #fff; text-align: center;margin-top: 15px;}
  36. .lp_list ul li .lpshow .lptext p.apply{ text-align: center; margin-top: 40px;}
  37. .lp_list ul li .lpshow .lptext p.apply a{ display: inline-block; width: 100px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #fff; border-radius: 50px; font-size: 12px; color: #fff;}
  38. .lp_list ul li .lpshow .lptext p.apply a+a{ margin-left: 20px;}
  39. .lp_list ul li .lpshow .lptext p.apply a:hover{
  40. color: #fc3c24;
  41. background: linear-gradient(to right, #fbe2aa 0%, #fff9d9 50%, #fae2ac 100%);
  42. }
  43. .lp_list ul li{position:relative;perspective:1000px;}
  44. .lp_list ul li .content1{
  45. opacity:1;
  46. transition: all 0.8s;
  47. -webkit-transition: all 0.8s;
  48. -moz-transition: all 0.8s;
  49. -o-transition: all 0.8s;
  50. transform:translateY(0) rotateX(0);
  51. -webkit-transform:translateY(0) rotateX(0);
  52. -moz-transform:translateY(0) rotateX(0);
  53. -o-transform:translateY(0) rotateX(0);
  54. }
  55. .lp_list ul li:hover .content1{
  56. transition: all 0.8s;
  57. -webkit-transition: all 0.8s;
  58. -moz-transition: all 0.8s;
  59. -o-transition: all 0.8s;
  60. transform: translateY(-100%) rotateX(90deg);
  61. -webkit-transform: translateY(-100%) rotateX(90deg);
  62. -moz-transform: translateY(-100%) rotateX(90deg);
  63. -o-transform: translateY(-100%) rotateX(90deg);
  64. transform-origin:bottom center;
  65. -webkit-transform-origin:bottom center;
  66. -moz-transform-origin:bottom center;
  67. -o-transform-origin:bottom center;
  68. opacity:0;
  69. }
  70. .lp_list ul li .content2{opacity:0;
  71. transition: all 0.8s;
  72. -webkit-transition: all 0.8s;
  73. -moz-transition: all 0.8s;
  74. -o-transition: all 0.8s;
  75. }
  76. .lp_list ul li:hover .content2{opacity:1;
  77. transition: all 0.8s;
  78. -webkit-transition: all 0.8s;
  79. -moz-transition: all 0.8s;
  80. -o-transition: all 0.8s;
  81. }
  82. .fombm{ background: #fa6024; padding: 10px; margin-top: 50px;}
  83. .fombm_main{ background: #fbe5b0; padding: 25px 10px;}
  84. .fombm_left{ margin-left: 20px;}
  85. .fombm_right{ margin-right: 20px; position: relative; top: 10px;}
  86. .fombm_right .in_od{ padding-left:15px; border:none; background: #fff; box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2); position: relative; top: 4px; margin-right: 20px; display: inline-block; width: 225px; height: 40px; border-radius: 50px; font-size: 14px; color: #383838;}
  87. .fombm_right .in_od::-webkit-input-placeholder { /* WebKit browsers */
  88. color: #c20006;
  89. }
  90. .fombm_right .in_od:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  91. color: #c20006;
  92. }
  93. .fombm_right .in_od::-moz-placeholder { /* Mozilla Firefox 19+ */
  94. color: #c20006;
  95. }
  96. .fombm_right .in_od:-ms-input-placeholder { /* Internet Explorer 10+ */
  97. color: #c20006;
  98. }
  99. .rightxg{ background: url('../image/right_xg.png') no-repeat center; background-size:100% 100%; width: 292px; height: 599px; position: fixed; right: 0px; top: 30%;}
  100. .rightxg_m{ position: relative; width: 100%; height: 100%;}
  101. .rightxg_m .rightxg_list{ position: absolute; right: 40px; top: 208px;}
  102. .rightxg_m .rightxg_list a{ margin: 12px 0; text-align: center; display: block; font-size: 15px; color: #fdf6d4; font-weight: bold; width: 161px; height: 35px; line-height: 35px;}
  103. .rightxg_m .rightxg_list a.active{ background: url('../image/a_on.png') no-repeat center; background-size:100% 100%; }
  104. .rightxg_m .Mbutom{ position: absolute; bottom:125px; right: 40px; width: 161px; text-align: center;}
  105. .rightxg_m .Mbutom a{display: inline-block;}
  106. .tanchung_bg{ display: none; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 6;}
  107. .tanchung{ display: none; position:fixed; width: 380px; background: #fa6024; height: 330px; padding: 10px; z-index: 7;}
  108. .tanchung_main{
  109. position: relative;
  110. width: 100%; height: 100%;
  111. background: linear-gradient(to right, #fbe2aa 0%, #fff9d9 50%, #fae2ac 100%);
  112. }
  113. .tanchung_gb{ z-index: 3; position: absolute; right: 50%; bottom: -80px; width: 40px; height: 40px; margin-right: -20px;}
  114. .tanchung_gb img{ width: 100%; height: 100%;}
  115. .tanchung_tit{ text-align: center; padding-top: 30px;}
  116. .tanchung_tit img{width: 180px;}
  117. .tanchung_form{ width: 280px; margin: 0 auto; margin-top: 40px;}
  118. .tanchung_form .in_ti{ margin-bottom: 20px; width:260px; box-shadow: 0 0 10px 0 rgba(0,0,0,0.]2); height: 40px; font-size: 16px; color: #666; border: none;border-radius: 50px; padding-left: 20px;}
  119. .tanchung_form a{ display: inline-block; margin-top: 10px; width: 100%; height: auto;}
  120. .tanchung_form a img{ width: 100%; height: auto;}
  121. .tanchung_form .in_ti::-webkit-input-placeholder { /* WebKit browsers */
  122. color: #c20006;
  123. }
  124. .tanchung_form .in_ti:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  125. color: #c20006;
  126. }
  127. .tanchung_form .in_ti::-moz-placeholder { /* Mozilla Firefox 19+ */
  128. color: #c20006;
  129. }
  130. .tanchung_form .in_ti:-ms-input-placeholder { /* Internet Explorer 10+ */
  131. color: #c20006;
  132. }
  133. .tanchung_main .xiang{ width: 2px; height: 70px; background: #fff; position: absolute; left: 50%; margin-left: -1px; bottom: -80px;z-index: 1;}