@charset "utf-8";
/* CSS Document */

/* Css 重置默认样式 */
* { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none; color: #000; }
body { font-size: 12px; font-family: 瀹嬩綋 }
*{
	margin:0 auto;
}
/* IE6 BUG */
img { border:none; }
br { height: 0; }

/* 通用样式 开始 */
.clear { clear: both; }
.last { border: none !important; }
.no-margin { margin: 0 !important; }
.no-border { border: none !important; }
.float-left { float: left; }
.float-right { float: right; }


/* 头部样式 */
.header { width:1024px;height:120px;border:1px solid white }
.header .phone{ width:140px;height:40px;border-left:1px solid #ddd;float:right;margin-top:30px;margin-right:40px }
.header .phone img{ width:20px;height:20px;margin-left:20px }
.header .phone p{margin-left:30px;color:#ccc }
.header .phone p span{margin-right:8px;color:#999;font-weight:bold }


.header .nav{ width:500px;height:30px;margin:50px 0px 0px 400px }
.header .nav li{ float:left;width:100px;height:20px;text-align:center;line-height:20px }
.header .nav li a{ font-size:16px;color:black;letter-spacing:3px }
.header .nav li a:hover{ color:red }


/* 底部样式 */

.bottom { width:940px; height:150px;border-top:1px dashed #cccccc }
.bottom img{ margin-top:7px }
.bottom p{font-size:14px;color: #949597;margin-top:10px}
.bottom p a{ float:right;color:#231f20;font-size:16px;margin-left:5px}
.bottom p img{ float:right}