@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 ,figure,img {
  padding: 0;
  margin: 0;
}
body {
   /*font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;*/
   font-family: Arial, Helvetica, "Microsoft YaHei", "SimSun", sans-serif; 
   background-color: #fff;
  /* font-weight: 200;*/  
}
/*变灰*/
/*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; 
}
font-w {
  font-family: SourceHanSansCN-Light !important;
}
font-l {
  font-family: SourceHanSansCN-Light !important;
}
font-r {
  font-family: SourceHanSansCN-Regular !important;
}
ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
select {
  outline-style: none;
}
textarea { 
resize:none 
} 
input, textarea, button,select {
  font: inherit;
  outline: none;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  display: block;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textIndent {
  text-indent: 2em;
}
.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;
}
.indent {
	text-indent:2em
}

body {
  font-size: 28px;
  line-height: 1.6;
}
button {
  border: none;
}
.text-ellipsis {
overflow: hidden;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
}
p{
  text-align: justify;
  text-justify: inter-ideograph;/* IE */
}
.text-ellipsis1 {
overflow: hidden;  
 text-overflow:ellipsis; 
 white-space:nowrap;
}

.swiper-wrapper {
	width: 1200px !important;
}
