@charset "utf-8"; /* CSS Document */ *{ margin:0px; padding:0px; } body{ margin:0px; padding:0px; font-size:14px; font-family:"微软雅黑"; color:#585858; background:#fbfbfb; overflow-x:hidden; } h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:14px; } a{ border:0px; text-decoration:none; color:#333333; transition:0.3s ease-in-out; text-decoration: none; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; } a:hover{ color:#ff8a23; } ul{ list-style-type:none; } li{ list-style-type:none; } img{ border:0px; } .fl{ float:left; } .fm{ margin:0 auto; } .fr{ float:right; } .height30{line-height: 60px; font-size: 20px; padding-top: 35px; height: 120px; } .height10{ width:100%; height:10px; } .clear{ clear:both; } .width10{ width:10px; height:100%; }