public.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. @charset "utf-8";
  2. /*css reset*/
  3. html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{margin:0; padding:0;}
  4. html{overflow-x:hidden;}
  5. body{*overflow-x:hidden;}
  6. body{font-family:"微软雅黑",Arial,Verdana, Geneva, sans-serif; font-size:12px; line-height:1.3;}
  7. table{border-collapse: collapse;border-spacing:0;}
  8. img{vertical-align:top;border:0;}
  9. ol,ul{list-style:none;margin:0; padding:0;}
  10. h1,h2,h3,h4,h5,h6{font-size:100%;}
  11. a{text-decoration:none;margin:0; padding:0;color:#333;}
  12. a:hover{text-decoration:none;}
  13. i,em{ font-style: normal;}
  14. input{outline:none}
  15. button,input[type="submit"],input[type="reset"],input[type="button"]{cursor:pointer; outline: none;}
  16. select,input,textarea{font-size:12px;}
  17. small{font-size:12px;}
  18. /*定位*/
  19. .fl{float:left; display:inline;}
  20. .fr{float:right; display:inline;}
  21. .c{display:block; zoom:1;}
  22. .c:after{content:"."; display:block; visibility:hidden; height:0; clear:both;}
  23. /*公共样式*/
  24. .puic_wid{ width: 1200px; margin: 0 auto;}
  25. .puic_color{background: #fff;}
  26. .mt10{ margin-top: 10px;}
  27. .mt15{ margin-top: 15px;}
  28. .mt20{ margin-top: 20px;}
  29. .mt30{ margin-top: 30px;}
  30. /*公共导航*/
  31. /*导航 2019-8-4*/
  32. .wh5 {height:50px;}
  33. .wm_Navigation_box{position:fixed;top:0;left:0;width:100%;z-index:20;
  34. background:#1B1B1B;
  35. }
  36. .wm_Navigation{width:1200px;margin:auto;height:50px;line-height:50px;}
  37. .wm_Navigation_logo{width:109px;height:42px;float:left;display:block;margin-top:5px;}
  38. .wm_Navigation ul{float:left;margin-left:50px;margin-bottom:0 !important;}
  39. .wm_Navigation ul li{display:flex;align-items:center;justify-content:center;float:left;margin-right:30px;position:relative;height:50px;}
  40. .wm_Navigation ul li:last-child{margin-right:0;}
  41. .wm_Navigation ul li span{font-size:18px;color:#FFF;position:relative;}
  42. .wm_Navigation ul li span:before {content:"";position:absolute;display:block;bottom:-8px;left:0;width:100%;height:2px;background:none;border-radius:50px;overflow:hidden;}
  43. .wm_Navigation ul li span.on:before {background:#FFF;}
  44. .wm_Navigation ul li:hover span{color:#DFAE5E}
  45. .wm_Navigation ul li:hover span:before {background:#DFAE5E;}
  46. .wm_Navigation ul li .wm_Navigation_a{display:block;width:100%;height:100%;position:absolute;top:0;left:0;}
  47. .wm_Navigation ul li .Icon{width:17px;margin-right:5px;display:block;}
  48. .wm_Navigation ul li .Arrow{width:11px;margin-left:5px;}
  49. .wm_Navigation ul li .wm_Navigation_text{position:relative;}
  50. .wm_Navigation ul li .wm_Navigation_texta{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;}
  51. .wm_Navigation_list{background:#FFF;position:absolute;top:60px;left:50%;margin-left:-55px;border-radius:5px;padding:10px 0;display:none;z-index:10;box-shadow:0px 0px 12px 0px rgba(187, 187, 187, 0.48)}
  52. .wm_Navigation_list a{display:block;word-break:keep-all;text-align:center;height:28px;line-height:28px;min-width:110px;font-size:14px;color:#333;}
  53. .wm_Navigation_list a:hover{background:#F5F5F5;}
  54. .wm_Navigation_list img{width:16px;position:absolute;top:-8px;left:50%;margin-left:-8px;}
  55. .wm_Navigation_list:before {content:"";position:absolute;width:100%;height:20px;top:-20px;}
  56. /*导航*/
  57. .y_puicdh_c{ background:#1B1B1B; height: 50px;}
  58. .y_puicdh_cmain {position:relative;}
  59. .y_puicdhleft{height:50px;line-height:50px;}
  60. .y_puicdhleft .y_logo{width: 100px; height:auto;position:relative;top:14px;}
  61. .y_puicdhleft .y_logo img{display:block;width: 100%; height:auto;}
  62. .y_puicdhleft .y_dhqy{ position: relative;}
  63. .y_dhqynone{display: none; border: 1px solid #626262; width: 300px; background: rgba(0,0,0,0.75); position: absolute; left: 15px; top: 42px; z-index: 5; border-radius:5px; }
  64. .y_dhqynone a{ color: #666; display: block; width: 99px; float: left; height: 38px; line-height: 38px;text-align: center; font-size: 16px; color: #fff; border-bottom: 1px solid #626262;border-right: 1px solid #626262;}
  65. .y_dhqynone a:hover{background: #e9333c;}
  66. .y_dhqynone a:nth-child(3n){ border-right: none;}
  67. .y_dhqynone a:last-child{ border-bottom: none;}
  68. .y_puicdhcent{ position: absolute;right:0;top:0; height: 50px;}
  69. .y_puicdhcent > ul {display:inline-block; margin: 0;}
  70. .y_puicdhcent > ul>li{float: left; height: 50px;}
  71. .y_puicdhcent > ul>li a{display: inline-block; font-size: 16px; color: #fff; margin:0 15px; height: 56px; line-height: 50px;}
  72. .y_puicdhcent > ul>li.on a{color:#E03700;border-bottom:4px solid #E03700;}
  73. .y_puicdhcent > ul>li:hover a{color:#E03700;border-bottom:4px solid #E03700;}
  74. .y_puicdhcent .area { display:inline-block;float:right;height:60px;line-height:60px;position:relative;width:140px;text-align:center;}
  75. .y_puicdhcent .area img {display:inline-block;width:22px;height:14px;vertical-align:middle;margin-right:8px;}
  76. .y_puicdhcent .area a {font-size:14px;color:#666;}
  77. .y_puicdhcent .area a i{ width: 16px; height: 10px; display: inline-block; position: relative; left: 8px; top: 0px;}
  78. .y_puicdhcent .area a i img{ width: 100%; height: 100%;}
  79. .option {position:absolute;z-index:999999;background:#fff;width:100%;margin-top:0px;display:none;}
  80. .option ul li {text-align:center;height:40px;line-height:40px;padding:0 10px;}
  81. .option ul li:hover {background:#ccc;color:red;}
  82. .y_puicdhright_inpu{ float: left; background: #fff; border-radius: 17px; width: 182px; height: 35px; position: relative; top: 7px;}
  83. .y_puicdhright_inpu .y_inputtext{ width: 130px; height: 31px; display: inline-block; line-height: 30px; margin-left: 13px; border: none; font-size: 14px; color: #666; position: relative; top: 2px;}
  84. .y_puicdhright_inpu .y_sous{ width: 23px; height: auto;display: inline-block; position: relative; top: -2px;}
  85. .y_puicdhright_inpu .y_sous img{ width: 100%; height: auto;}
  86. .y_puicdhmap{ float: left; text-align: center; position: relative; top: 7px; margin-left: 14px;}
  87. .y_puicdhmap a{font-size: 14px;color: #fff; display:inline-block; background: #FF5849; width: 104px; height: 35px; line-height: 35px; border-radius: 17px;}
  88. .y_puicdhmap a i{display: inline-block; width: 16px; height: 16px; margin-right: 5px; position: relative; top: 8px;}
  89. .y_puicdhmap a i img{width: 100%; height: 100%;}
  90. .y_puicdhcent_rig a{ font-size: 14px; color: #fff; position: relative; top: 15px; display: inline-block;}
  91. .y_puicdhcent_rig a i{ display: inline-block; margin-right: 5px; }
  92. .y_puicdhcent_rig a i img{ width: 100%; height: auto; }
  93. .y_puicdhcent_rig a:nth-child(1){ margin-right: 20px;}
  94. .y_puicdhcent_rig a:nth-child(1) i{width: 12px; height: auto;}
  95. .y_puicdhcent_rig a:nth-child(2) i{width: 20px; height: auto;}
  96. .y_puicdhcent_rig a:hover{ text-decoration: underline; color: #e9333c;}
  97. /*公共底部*/
  98. .m_bottom_box{background:#1B1B1B;padding:30px 0 35px 0;}
  99. .m_bottom{width:1200px;margin:auto;}
  100. .m_bottomlogo{border-bottom:1px solid #313131;padding-bottom:20px;}
  101. .m_bottomlogo i{width:152px;height:58px;background:url(/image/v2/logo_m.png) no-repeat 0 0/ 100% 100%;display:block;float:left;
  102. -webkit-filter: opacity(30%); /* Chrome, Safari, Opera */
  103. filter: opacity(30%);
  104. }
  105. .m_bottomlogo i:hover{
  106. -webkit-filter: opacity(100%); /* Chrome, Safari, Opera */
  107. filter: opacity(100%);
  108. }
  109. .m_bottomlogo span{font-size:16px;color:#ABABAB;float:right;margin-top:20px;}
  110. .m_bottolist_box{margin-top:30px;}
  111. .m_bottolist_l{float:left;width:900px;}
  112. .m_Aboutus a{font-size:16px;color:#ABABAB;margin-right:36px;}
  113. .m_Aboutus a:hover{color:#FFF;}
  114. .m_FriendshipLinks{margin-top:50px;}
  115. .m_FriendshipLinks a{display:block;padding:11px 28px;background:#101010;float:left;margin-right:14px;font-size:12px;color:#ABABAB;}
  116. .m_FriendshipLinks a.on{background:#313131;}
  117. .m_regionfc{display:none;padding-top:26px;position:relative;}
  118. .m_regionfc a{font-size:12px;color:#ABABAB;margin-right:19px;position:relative;display:block;float:left;}
  119. .m_regionfc a:last-child{margin-right:0;}
  120. .m_regionfc a:hover{color:#FFF;}
  121. .m_gzhlist_box{position:absolute;bottom:30px;left:-43px;width:900px;display:none;}
  122. .m_gzhlist{padding:14px;background:#FFF;z-index:10;border-radius:3px;float: left}
  123. .m_gzhlist li{width:94px;float:left;display:block;margin-right:15px;}
  124. .m_gzhlist li:last-child{margin-right:0;}
  125. .m_gzhlist li img{width:94px;height:94px;}
  126. .m_gzhlist li p{font-size:12px;color:#666;text-align:center;margin-top:7px;}
  127. .m_gzhlist .m_tb{width:16px;position:absolute;bottom:-8px;left:50px;}
  128. .m_Hotline{margin-top:34px;}
  129. .m_Hotline span{font-size:12px;color:#ABABAB;margin-right:29px;}
  130. .m_Hotline span img{width:12px;margin-right:4px;margin-top:1px;}
  131. .m_copyright{margin-top:86px;}
  132. .m_copyright span{font-size:12px;color:#ABABAB;margin-right:10px;}
  133. .m_copyright a{font-size:12px;color:#ABABAB;margin-right:10px;}
  134. .m_copyright em{position:relative;top:-3px;}
  135. .m_bottolist_r{float:right;}
  136. .m_PublicNumber{width:auto;float:right;}
  137. .m_PublicNumber li{width:92px;float:left;}
  138. .m_PublicNumber li + li{margin-left:50px;}
  139. .m_PublicNumber li img{width:100%;height:92px;}
  140. .m_PublicNumber li span{font-size:13px;color:#ABABAB;display:block;text-align:center;margin-top:11px;}
  141. .m_Authentication{margin-top:140px;float:right;}
  142. .m_Authentication li{width:132px;height:50px;float:left;}
  143. .m_Authentication li +li{margin-left:13px;}
  144. .m_Authentication li img{width:100%;height:100%;}
  145. .y_close{position:absolute;top:15px;right:15px;display:inline-block;width:35px;height:35px;text-align:center;line-height:32px;border-radius:50%;}
  146. .y_close img{display:inline-block;width:17px;height:17px;vertical-align:middle;
  147. transition: All 0.4s ease-in-out;
  148. -webkit-transition: All 0.4s ease-in-out;
  149. -moz-transition: All 0.4s ease-in-out;
  150. -o-transition: All 0.4s ease-in-out;
  151. }
  152. .y_close:hover img{
  153. transform: rotate(180deg);
  154. -webkit-transform: rotate(180deg);
  155. -moz-transform: rotate(180deg);
  156. -o-transform: rotate(180deg);
  157. -ms-transform: rotate(180deg);
  158. }
  159. /*housech 添加 20190909*/
  160. /*楼盘内页导航*/
  161. .y_lpnavmain{ box-shadow: 0px 1px 10px 0px #ccc;}
  162. .y_lpnavmain ul li{ height: 46px; line-height: 46px; float: left;}
  163. .y_lpnavmain ul li a{display: block; font-size: 16px; color: #333; padding: 0 25px;}
  164. .y_lpnavmain ul li.on a{ background-color: #ff5849; color: #fff;}
  165. .y_lpnavmain ul li:hover a{background-color: #ff5849; color: #fff;}
  166. .y_lpnavmain ul{ float: left;}
  167. .y_lpnavmain .y_fenxiang{ float: right; position:relative; right: 20px; top:5px;}
  168. /*楼盘公共头部*/
  169. .y_lppuicdh_center{padding: 18px 20px;}
  170. .y_lppuicdh_left { position: relative; top: 6px;}
  171. .y_lppuicdh_left .y_lplogo{width: 105px; height: 80px;}
  172. .y_lppuicdh_left .y_lplogo img{width: 100%; height: 100%;}
  173. .y_lppuicdh_left .y_lptext{ margin-left: 20px;}
  174. .y_lppuicdh_left .y_lptext .y_title h2{font-size: 22px; color: #333; float: left;}
  175. .y_lppuicdh_left .y_lptext .y_title em{font-size: 12px; float: left; width: 38px; height: 21px; color: #fff; background: #0096FF; border-radius: 2px; line-height: 21px;text-align: center; margin-left: 10px; position: relative; top: 2px;}
  176. .y_lppuicdh_left .y_lptext p.y_tese{ margin-top: 20px;}
  177. .y_lppuicdh_left .y_lptext p.y_tese i{ display: block; font-size: 12px; float: left; padding: 5px 8px; background: #ccc; color: #666;}
  178. .y_lppuicdh_left .y_lptext p.y_tese i+i{ margin-left: 8px;}
  179. .y_lppuicdh_left .y_lptext p.y_tese i:nth-child(1){background:#EBF3FE;color:#638EC9;}
  180. .y_lppuicdh_left .y_lptext p.y_tese i:nth-child(2){background:#F8EAE6;color:#E3957E;}
  181. .y_lppuicdh_left .y_lptext p.y_tese i:nth-child(3){background:#E2F8E1;color:#75AB78;}
  182. .y_lppuicdh_left .y_lptext p.y_tese i:nth-child(4){background:#FFF3E2;color:#F9A321;}
  183. .y_lppuicdh_right .y_call{ position: relative; top: 26px; right: 70px;}
  184. .y_lppuicdh_right .y_call i{width: 42px; height: 41px;}
  185. .y_lppuicdh_right .y_call i img{width: 42px; height: 41px;}
  186. .y_lppuicdh_right .y_call em{ display: inline-block; font-size: 22px; color: #443e3e; margin-left: 5px;}
  187. .y_lppuicdh_right .y_call span{ display: inline-block; font-size: 27px; color: #FF5849; font-weight: bold; margin-left: 8px;}
  188. .y_lppuicdh_right .y_tongzhi a{display: block; font-size: 17px; color:#fff; padding: 9px 25px; border-radius: 5px;font-weight: 600}
  189. .y_lppuicdh_right .y_tongzhi a:nth-child(1){
  190. background: -webkit-gradient(linear, 100% 0, 0 0, from(#FF7E35), to(#FFB546));
  191. background: -webkit-linear-gradient(right, #FF7E35, #FFB546);
  192. background: -moz-linear-gradient(right, #FF7E35, #FFB546);
  193. background: -o-linear-gradient(right, #FF7E35, #FFB546);
  194. background: linear-gradient(right, #FF7E35, #FFB546);}
  195. .y_lppuicdh_right .y_tongzhi a:nth-child(2){
  196. margin-top: 13px;
  197. background: -webkit-gradient(linear, 100% 0, 0 0, from(#4F8CED), to(#68CAEE));
  198. background: -webkit-linear-gradient(right, #4F8CED, #68CAEE);
  199. background: -moz-linear-gradient(right, #4F8CED, #68CAEE);
  200. background: -o-linear-gradient(right, #4F8CED, #68CAEE);
  201. background: linear-gradient(right, #4F8CED, #68CAEE);}
  202. /*猜你喜欢*/
  203. .y_love_main{ padding: 20px 0;}
  204. .y_love_h{ border-bottom: 1px solid #eae9e9; margin: 0 10px; padding: 0px 0px 20px 0px;}
  205. .y_love_h h2{ font-size: 22px; color: #333; font-weight: normal; padding-left: 10px;}
  206. .y_love_list ul li{ width: 276px; background: #f5f7fa; float: left; margin: 10px;}
  207. .y_love_list ul{ position: relative; left: 6px; margin-top: 10px;}
  208. .y_love_list ul li .y_love_list_main{ padding: 10px;}
  209. .y_love_list ul li .y_love_list_main .y_tu{ width: 256px; height: 211px; overflow: hidden;}
  210. .y_love_list ul li .y_love_list_main .y_tu img{ width: 100%; height: 100%; cursor: pointer; transition: all 0.8s;}
  211. .y_love_list ul li .y_love_list_main .y_text h2{ margin-top: 10px;}
  212. .y_love_list ul li .y_love_list_main .y_text h2 a{ font-size: 16px; color: #545454; display: inline-block;}
  213. .y_love_list ul li .y_love_list_main .y_text h2 i{font-size: 13px; color: #817676; font-weight: normal; display: inline-block; margin-left: 5px;}
  214. .y_love_list ul li .y_love_list_main .y_text p.y_pic{ margin-top: 10px;}
  215. .y_love_list ul li .y_love_list_main .y_text p.y_pic span{font-size: 16px; color: #FF000D;display: inline-block;}
  216. .y_love_list ul li .y_love_list_main .y_text p.y_pic i{font-size: 16px; color: #999; display: inline-block;}
  217. .y_love_list ul li .y_love_list_main .y_tu img:hover{transform: scale(1.1);}
  218. .y_love_list ul li .y_love_list_main .y_text h2 a:hover{ color: #f00;}
  219. /*面包屑导航*/
  220. .y_puicnav_top{ padding: 15px 0; font-size: 14px; color: #949494; line-height: 25px;}
  221. .y_puicnav_top a{ font-size: 14px; color: #9e7575; display: inline-block;}
  222. /*手机看房*/
  223. .wm_Navigation .r_wap{float:right; height:50px; line-height:50px; margin-left: 40px;}
  224. .wm_Navigation .r_wap:hover a span{text-decoration: underline;}
  225. .wm_Navigation .r_wap_box{ position: relative;}
  226. .wm_Navigation .r_wap_box a i{width:12px; height: 18px;display: inline-block; line-height: 18px;position:relative;top:-2px;}
  227. .wm_Navigation .r_wap_box a i img{width: 100%; height: 100%;}
  228. .wm_Navigation .r_wap_box a span{ display: inline-block; font-size: 18px; color: #fff; margin-left: 8px;}
  229. .wm_Navigation .r_wap_box .erweima_icoeng{ box-shadow:0px 0px 9px 0px rgba(199, 199, 199, 0.35); z-index: 3; display: none; position: absolute; left: -18px; top: 48px; width: 116px; height: 116px; background: #fff;}
  230. .wm_Navigation .r_wap_box .erweima_icoeng img{display: inline-block; margin: 8px; width: 101px; height: 101px;}
  231. .wm_Navigation .r_wap_box .erweima_icoeng i{ display: block; position: relative;}
  232. .wm_Navigation .r_wap_box .erweima_icoeng i:after{
  233. content: " ";
  234. display: block;
  235. position: absolute;
  236. left: 50%;
  237. top: -6px;
  238. width:0;
  239. height:0;
  240. margin-left: -10px;
  241. border-left:10px solid transparent;
  242. border-right:10px solid transparent;
  243. border-bottom:7px solid #fff;
  244. }
  245. .wm_Navigation .r_wap:hover .erweima_icoeng {display:block;}