@charset "utf-8";

body {
	font-family: "微软雅黑",Arial, Helvetica;
	/*color:#333;*/
	font-size:14px;
	padding: 0px;
	margin: 0px;
	/*min-width: 1200px;*/
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
iframe{
	width: 100%;
    height: 100%;
    border: none;
    min-width: 320px;
}
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;
	font-size:100%; 
	font-weight: normal;
	line-height: normal;
}

a{
	text-decoration:none;
	outline:none;
	color: inherit;
}
a:hover{
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
img{
	border:0;
	vertical-align: middle;
	max-width: 100%;
}
ol,ul,li{list-style: none;}

em,i,b{font-style: normal;}

/*合并表格边框，设置边框距为零*/
table{border-collapse: collapse;border-spacing: 0;}

/*清除浮动*/
/*.clear{clear:both;}
.clear-fix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear-fix {*height:1%;*zoom:1;}*/
.clear-fix:before,.clear-fix:after{content:"";display:table;}
.clear-fix:after{clear:both;}
/*IE/7/6*/
.clear-fix{*zoom: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;}

/*定义两行超出省略号*/
.clamp2{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

/*段落两端对齐*/
.case_intro , .txt_justify{text-align:justify;text-justify:inter-ideograph;}

/*禁止FF等浏览器给textarea增加可拖拽大小的设置*/
textarea {resize: none; -webkit-appearance: none;}

/*取消输入框的焦点状态*/
input{border:none;outline:none;}
input, textarea, button, select{
	outline: none;
	outline-style: none;
	outline-width: initial;
	outline-color: initial;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

/*输入框默认值的颜色*/
::-moz-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder{color: #999;}
::-webkit-input-placeholder{color: #999;}

/*隐藏*/
.hide{display:none;}

/*浮动*/
.fl{float:left;}
.fr {float:right;}




