
@charset "utf-8";
/* 网站颜色变灰 */
/* html{
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\"/></filter></svg>#grayscale"); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    -webkit-filter: grayscale(1); 
}
 */
/* 网站颜色变灰 */
html{
  font-size: 50px;
  -webkit-tap-highlight-color: transparent;
}/*除以的比例是100*  -webkit-user-select:none/ 
  html,body{font-family:"PingFang SC","Hiragino Sans GB"!important;
  width: 100%;
} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {  
  margin:0; 
  padding:0;
} 
body { 
  color:#333; 
  font-size:14px;  
  overflow-x: hidden; 
} 
em,i{
  font-style: normal;
} 
input::-webkit-input-placeholder{   
  color:#333;
}
input,textarea,button{
  outline: none;
  border:none 0;
  cursor: pointer；
} 
h1, h2, h3, h4, h5, h6 { 
  font-weight:normal;
} 
address, caption, cite, code, dfn, em, strong, th, var { 
  font-style:normal;  
  font-weight:normal; 
}
/*a,input,textarea,button{-webkit-appearance: none;}*/ 
a,input,span{
  -webkit-tap-highlight-color:rgba(2,2,2,0);
}
/*清除a标签点击之后的阴影*/
a { 
  text-decoration:none;  
  -webkit-tap-highlight-color: 
    transparent; 
  color:#333;
} 
a:hover { 
  text-decoration:none; 
}
img {
  border:none;  
  cursor: pointer; 
}
ol,ul,li { 
  list-style:none;  
  /* cursor: pointer;  */
} 
input, textarea, select, button { } 
table { 
  border-collapse:collapse; 
} 
.floatle{ 
  float: left; 
} 
.floatrg{  
  float: right;
} 
/* css common */
.clearfix:after { 
  content: " ";  
  display: block;  
  height:0;  
  clear:both; 
  visibility: hidden; 
} 
.clearfix { 
  *zoom:1; 
} 
.fl{float: left;}
.fr{float: right;} 


/*全文检索*/
.cxx{
  background-color:#3c6fa2;
  width:175px;
  height:25px;
  border-radius:5px;
  border: 0px;
  float:left;
  margin-right:4px;
  outline:none;
  color:#fff;
}

.go{
  padding-top: 5px;
  background:#3c6fa2;
  color:#fff;
}

.sousuo{
  width:223px;
  float:left;
  background:#3c6fa2;
  border-radius: 5px;
  height:27px;
  line-height:27px;
  margin-left:290px;
  margin-top:6px;
}
.page_info {
    height: 50px;
    line-height: 50px;
}
.page_info a {
    cursor: pointer;
    padding: 3px 8px;
    margin: 0 5px;
    border: 1px solid #eaeaea;
}
.page_info a:hover {
	color: red;
}