@charset "UTF-8";
html, body, div, p, pre, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, textarea, select, th, td {
  padding: 0;
  margin: 0;
}
@font-face{
     font-family: 'huangKangW5'; 
     src: url('../fonts/hkhtW5/hkhtW5.eot');
     src:url('../fonts/hkhtW5/hkhtW5.woff') format('woff'),
         url('../fonts/hkhtW5/hkhtW5.ttf') format('truetype'),
         url('../fonts/hkhtW5/hkhtW5.svg') format('svg');      
}

body {
   font-family: "huangKangW5";
   font-weight: normal;
   background-color: #fff;

}
/*变灰*/
/*html{
  webkit-filter: grayscale(100%)!important;
  -moz-filter: grayscale(100%)!important;
  -ms-filter: grayscale(100%)!important;
  -o-filter: grayscale(100%)!important;
  filter: grayscale(100%)!important;
  filter: gray!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)!important;
}*/
textarea,div,button,img,span,li,select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; 
}
.yahei {
	font-family: Arial, Helvetica, "Microsoft YaHei", "SimSun", sans-serif !important; 
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
select {
  outline-style: none;
}
textarea { 
resize:none 
} 
/*点击后的框去掉*/
div {
	outline: none;
}
input, textarea, button,select {
  font: inherit;
  outline: none;
  -webkit-appearance: none;
}
fieldset, img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after{
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix{
  zoom: 1;
}

.clear{
  clear: both;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
body {
  font-size: .3rem;
  line-height: 1.6;
}
button {
  border: none;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.ellipsis1 {
overflow: hidden;  
text-overflow:ellipsis; 
white-space:nowrap;
}
.ellipsis2 {
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}