@charset "utf-8";
/* css reset */
html,body,ul,li,p,h1,h2,h3,h4,h5,h6,input,form,dd,dt,dl,ol,caption,td,tr,th,hr{padding:0; margin:0;}
html{height:100%; width:100%;}
body{ width:100%; font-size:12px; font-family:"微软雅黑"; color:#666;}
a{text-decoration:none;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,em,i,b,strong{font-style:normal;}
table,div,img{border-collapse:collapse;border-spacing:0;}
img{border:0;vertical-align:middle;}
button,input,select,textarea{font-size:100%; outline:0;}
textarea{overflow:auto; vertical-align:top; resize:none;}
button, input[type="button"], input[type="reset"], input[type="submit"]{cursor:pointer;-webkit-appearance: button; *overflow: visible;}
:focus{outline:0;}
.clear{zoom:1;}
.clear:after{content:''; display:block; clear:both;}
.UpperCase {text-transform: uppercase;}
.right{text-align:right;}
.left{text-align:left;}
.center{text-align:center;}

/*内容大小屏幕兼容样式*/
.screen_layout{max-width:1180px; min-width:980px;margin:0 auto;}