﻿/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}  /* 初始化標簽在所有浏覽器中的margin、padding值 */
fieldset,img {border:0 none}  /* 重置fieldset（表單分組）、圖片的邊框爲0*/
dl,ul,ol,menu,li {list-style:none}   /* 重置類表前導符號爲onne,menu在HTML5中有效 */
blockquote, q {quotes: none}   /* 重置嵌套引用的引號類型 */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
input,select,textarea,button {vertical-align:middle}  /* 重置表單控件垂直居中*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表單button按钮效果 */
body {background:#fff}   /* 重置body 頁面背景爲白色 */
body,th,td,input,select,textarea,button {font-size:12px;line-height:1 ;font-family:"微軟雅黑", "黑體","宋體";color:#666} /* 重置頁面文字屬性 */
a {color:#666;text-decoration:none}  /* 重置鏈接a標簽 */
a:active, a:hover {text-decoration:none}   /* 重置鏈接a標簽的鼠標滑動效果 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置樣式標簽的樣式 */
caption {display:none;}    /* 重置表格標題爲隱藏 */
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table屬性 */
img{vertical-align:middle;}  /* 圖片在當前行內的垂直位置 */
label{font-weight: normal;}
.center{max-width: 1200px;margin: 0 auto;}
/* 頁面設置 */

  /* 取消a標簽點擊後的虛線框 */
a {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}

 /* 設置頁面文字等在拖動鼠標選中情況下的背景色與文字顔色 */
/*
::selection {color: #fff;background-color: #4C6E78;}
::-moz-selection {color: #fff;background-color: #4C6E78;}
*/
.fl{float:left;}
.fr{float:right;}
/*清除浮動*/
.clear{clear: both;}

/*清除浮動--推薦使用*/
.clearfix:before,.clearfix:after{content: '';display: table;}
.clearfix:after{clear: both;}
.clear{clear: both;}