
/*css reset*/

body, div, dl, dt, dd, ul, ol, li,  pre, form, fieldset, input, blockquote, textarea, p, th, td ,table {margin:0;padding:0;}

body, input, select, button, textarea { font-size: 14px; font-family: "微软雅黑"; color:#333;}/*统一不同浏览器字体大小*/

table {border-collapse:collapse;}
.main2-article table td {border:1px solid #000; border-style:solid;}

button { cursor: pointer;}

fieldset{border:0;}
 
img{vertical-align:top; border:0 none;}/*图片去边框并居中*/

address, caption, cite, code, dfn, em, th, var {font-style:normal;font-weight:normal;}

ol, ul{list-style:none;}

caption, th {text-align:left;}

h1, h2, h3, h4, h5, h6 {}

p{text-align:left;}/*Sevnup add------文本左对齐*/

i,cite,em{font-style:normal;font-weight:normal;}

abbr, acronym {border:0;}

a {text-decoration:none;color:#000;}
.behivor{ position:relative;behavior: url(http://www.qgip.net/PIE.htc);}
.clear {clear:both}

 /*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
input[type="submit"],input[type="reset"],input[type="button"],input[type=date],button{
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    /*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
}