@charset "gb2312";
*{ margin: 0; padding: 0; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color:transparent; font-family: "微软雅黑"; }
html,body{ min-height: 100%; min-width:1430px; }
body{ -webkit-touch-callout:none; -webkit-text-size-adjust:none; -webkit-font-smoothing:antialiased;}
ol,ul,dl,dt,li{ list-style: none;}
img{ border:none;}
input{ outline: none; appearance:button;  -moz-appearance:button; /* Firefox */-webkit-appearance:button;}
input:focus,textarea:focus{ background-color: none; outline: none !important;}
a{ outline: none; text-decoration: none; }
a:hover,a:focus{ outline: none; text-decoration: none; }
.letter_2{
    letter-spacing:2em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-2）/(2-1)=2em */
    margin-right:-2em; /*同上*/
}
.letter_3{
    letter-spacing:0.5em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-3）/(3-1)=0.5em */
    margin-right:-0.5em; /*同上*/
}
.ellipsis{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.clear:after{ content:""; display: block; width: 100%; height: 0; clear:both; }
.bgcolor{ background-color: #fff; min-height:700px; }
.paddinglr{ padding:0 10px; }