@charset "utf-8";
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
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}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
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}
body,th,td,input,select,textarea,button {font-size:14px;line-height:1 ;font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;color:#202020}
a, a:link, a:visited, a:active {text-decoration:none;color:#202020;}
a:active, a:hover {text-decoration:none;color: #043966;}
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;}
img{vertical-align:top}
a {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}
//设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色
/*
::selection {color: #fff;background-color: #4C6E78;}
::-moz-selection {color: #fff;background-color: #4C6E78;}
*/
//清除浮动
.clear{clear: both;}
//清除浮动--推荐使用
.clearfix:before,.clearfix:after{content: '';display: table;}
.clearfix:after{clear: both;}

button, input, select, textarea {font-family: inherit;font-size: inherit;line-height: inherit;}
button, select {text-transform: none;}
button, input, optgroup, select, textarea { margin: 0;font: inherit;color: inherit;}