<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html{ /*font-size:62.5%;*/}
body{ padding:0px; margin:0px auto; /*font-size:1.6em;*/ font-size:16px; font-family: Microsoft YaHei,arial,'宋体'; color:#585858; min-width:320px; max-width:640px;
-webkit-text-size-adjust:none;
-webkit-text-size-adjust:none; /*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0); /*取出点击出现半透明的灰色背景*/
-webkit-user-select: none;  /*控制内容的可选择性*/
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
-webkit-font-smoothing: antialiased;  /*设置字体的抗锯齿或者说光滑度*/
}
ul,li,form, dl,dt,dd, div{ padding:0px; margin:0px;}
.ul,.ul li{ list-style: none; margin: 0;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,em,textarea{ font-size:1em; font-style:normal; color:#585858; font-family:Microsoft YaHei; border-radius:0; -webkit-border-radius:0;}
img,object{ border:none; width:100%; max-width:100%; border:0; overflow:hidden; vertical-align:top;}
a{ color:#585858; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);}  /* 去掉链接触摸高亮 */
a:focus {outline:none; -moz-outline:none;}
.hide{ display:none;}

.clear{ clear:both; height:0px; overflow:hidden; zoom:0;}
.loding{ background:url(../images/loading_red.gif) no-repeat center center #fff; position:absolute; width:100%; min-width:100%; height:100%; min-height:100%; z-index:100;}

.Contain{}
.Content{ padding: 58px 44px 83px;}
.Banner{ position: relative;}
.Banner .back{ position: absolute; right: 30px; top: 30px; width: 15%; display: none;}

/*底部导航*/
.nav-bt{ width: 100%; height: 57px;}
.nav-bt li{ float: left; list-style: none; margin: 0;}
.nav-bt li a{ display: block; text-align: center; line-height: 57px; font-size: 28px; font-weight: bold; color: #fff;}
/*楼盘简介*/
.nav-bt-lp{ background: #B1C6B1;}
.nav-bt-lp li{ width: 20%;}
.nav-bt-lp li a:hover,
.nav-bt-lp li.onnav a{ background: #004419;}
/*产品鉴赏*/
.nav-bt-cp{ background: #CEBEB7;}
.nav-bt-cp li{ width: 25%;}
.nav-bt-cp li a:hover,
.nav-bt-cp li.onnav a{ background: #4E2C26;}
/*物业管理*/
.nav-bt-wy{ background: #E0C5CC;}
.nav-bt-wy li{ width: 20%;}
.nav-bt-wy li a:hover,
.nav-bt-wy li.onnav a{ background: #661345;}
/*集团简介*/
.nav-bt-jt{ background: #D4AFAC;}
.nav-bt-jt li{ width: 16.66%;}
.nav-bt-jt li a{ font-size: 24px;}
.nav-bt-jt li a:hover,
.nav-bt-jt li.onnav a{ background: #5B0000;}

/*首页*/
.home{ position: relative; width: 100%; max-width: 640px; margin: 0 auto; background:url(../images/home.jpg) no-repeat top center; background-size: cover;}
.home .metro,
.home .mainnav,
.home .tel{ position: absolute; z-index: 1;}
.home .metro{ right: 61px; bottom: 289px;}
.home .mainnav{ width: 585px; height: 134px; left: 50%; margin-left: -292px; bottom: 108px; overflow: hidden;}
.home .mainnav li{ float: left; width: 117px; list-style: none; margin: 0;}
.home .mainnav li a{ display: block; overflow: hidden;}
.home .tel{ right: 50px; bottom: 37px;}



</pre></body></html>