body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,legend,button
form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0}
body{background:#fff;color:#333;font-size:16px;font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;}
q:before,q:after{content:”}
fieldset,img,abbr,acronym{border:0 none}
abbr,acronym{font-variant:normal}
legend{color:#000}
address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left}
input,img,select{vertical-align:middle}
ol,ul{list-style:none}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}
del,ins,a{text-decoration:none}
a{cursor: pointer;}
a:link{color:#333}
a:visited{color:#333}
a:hover{color: #0E85FF;}
input[type="submit"]{cursor:pointer}
input, textarea{  
	background:none;  
	outline:none;  
	border:none;
	resize:none;
}
input:focus{   
	border:none;
}
textarea:focus{   
	border:none;
}
button{cursor:pointer}
input::-moz-focus-inner{border:0;padding:0}
textarea::-moz-focus-inner{border:0;padding:0}
/* 最大宽度1200 */
.w1200{max-width: 1200px;margin: auto;min-width: 1200px;}
.fl{float: left;}
.fr{float: right;}
.my-placeholder{color: #cccccc;}

.clearfix:after { content:"."; clear: both; height: 0; overflow: hidden; visibility: hidden; display: block; }
.clearfix { zoom: 1;}

.c3{position: relative;behavior:url(./htc/PIE.htc);}
/* 超出两行省略号 ie兼容写法 使用伪类伪装省略号 需配合js食用 */
.text_after{
	word-break:break-all;    /* 单词打断，可以让显示美观一些 */
	position: relative;
	overflow: hidden;
}
.text_after:after {
	content: "..."; 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding-left: 20px;    /* 省略号宽度 */
	background: -webkit-linear-gradient(left, transparent, #fff 55%);    /* #fff为遮罩颜色，下同↓ */
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}
@font-face {
	font-family: ruizizhanyanti;
	src: url("/font/锐字真言体.ttf");
}