@charset "utf-8";

body {
    font-size:12px;
	font-family:"Microsoft YaHei", "SimSun";
	color:#555;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,fieldset, lengend, button, input, textarea,th, td {
    margin: 0;
    padding: 0;
}
a{text-decoration:none;outline:none; color:#333;}
a:hover{color:#f00;}
img{border:0;vertical-align: middle;
}
input{border:none;outline:none;}
ol,ul,li{list-style: none;}
h1, h2, h3, h4, h5, h6{font-weight: normal;font-size: 100%;}


table{border-collapse: collapse;border-spacing: 0;}


.clear-fix{clear:both;}
.clear-fix:after {content: ".";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}
.clear-fix {+height:1%;}


.break_word{word-wrap:break-word;word-break:break-all;}


.keep_all{word-break:keep-all;white-space:nowrap;}


.ellipsis { overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}


.case_intro , .txt_justify{text-align:justify;text-justify:inter-ideograph;}


textarea { resize: none; }


.hide{ display:none;}