@charset "utf-8";
/* CSS Document */

*{ 
font-family:"宋体"; 
margin:0 auto; 
padding:0; 
}
a{ 
color:#303030; 
text-decoration:none;
}
a:hover{ 
color:#a30133;
text-decoration:none;
}
ul li{
	list-style:none;
}
img{ border:0;}
#ManroWarp{
width:960px;
height:auto; 
margin:0px auto;
padding:0;
}
/*二级导航菜单*/
.view{ display:none; line-height:22px;border-bottom:#CCC 1px  dotted;}
.view dt{ margin-left:45px;}

/*圆角边框*/
#xsnazzy {background: transparent; margin:1em;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 { border-left:1px solid #eaeaea; border-right:1px solid #eaeaea; }
.xb1 {margin:0 5px; background:#eaeaea;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; border:0px solid #eaeaea; border-width:0 1px;}
/*圆角边框*/

/*悬浮框样式*/
/* 针对IE6 底部固定 */ 
* html .Float{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}

.Float{ 
width:300px;
height:150px;
position:fixed;
right:0px;
bottom:0px;
background:url(/images/bj.jpg) no-repeat;
/*background:#EDEEEA;
border:#D3E9F7 solid 1px;*/
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*MOZ , FF*/
opacity:0.85;/*CSS3, FF1.5*/
font-size:12px;
}

#Close,#open{
cursor:pointer;
padding-left:3px;
padding-top:3px;
color:#F00;
font-size:9pt;
}
/*预约维修样式*/
.message{}
.message .input{ border:#CCC solid 1px; line-height:18px; height:18px}
.message span{ color:#F00;}
