@charset "utf-8";
/* TRS WEB style 初始化样式 */
/* 初始化CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0px; padding:0px; }
body{font-size:14px;font-family: "微软雅黑";}

fieldset, img { border:none; }
em{font-style:normal;}
img{border:0;vertical-align:middle;}
ul, ol { list-style:none; }
li{list-style-type:none;}
p{word-wrap:break-word}
h1, h2, h3, h4, h5, h6 { font-size:100%;}

input { padding-top:0; padding-bottom:0;}
select,input { vertical-align:middle; }
table{border-collapse:collapse;border-spacing:0;}
td{ padding:0px; margin:0px}

.clearzoom { zoom:1; }/*清除ie6的浮动*/
.clearfix:after,.clearfix:before{
    content: "";
    display: table;
    clear: both;
}
.clear{ clear:both;}
.clearleft{ clear:left;}
.clearright{ clear:right;}
.left{ float:left;}
.right{ float:right;}

/* 链接的样式*/
a{ text-decoration:none; color:#000;}
a:hover{text-decoration:underline; }

.hidden{visibility:hidden;}
.visible{ visibility:visible;}
.undis{display:none}
.dis{display:block}
.noborder{border:0;}