@charset "utf-8";

/*清除内外边距*/
body,h1,h2,h3,h4,h5,h6,hr,p,
blockquote,dl,dd,dt,ul,ol,li,
pre,form,fieldset,legend,button,input,textarea,
th,
img{
  border:medium none;
  margin:0;
  padding:0;
}

img,input,select,textarea,button{vertical-align:middle;}
/*设置默认字体*/
body,button,input,select,textarea{
  font-family:"Microsoft YaHei";
  font-size:14px;
  color:#333333;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
}
em{
  font-size: 100%;
}
ul,ol{
  list-style: none outside none;
}
li{ list-style:none;}

a{
  text-decoration: none;
  color:#333;
  display:inline;
  cursor:pointer;
}
a:hover{text-decoration: none;}
/*图片*/

/*重置图片*/
img{
  border:0;
}
/*重置表格元素*/
table{
  border-collapse: collapse;
  border-spacing: 0;
}
/** 浮动 **/
.fl{float:left;}
.fr{float:right;}

/** 清除浮动 **/
.clear{clear:both;}
.border_box{ box-sizing:border-box;}
.section{ margin:0 auto; width:1200px;}

.istop{    
  font-style: normal;
  color: #ff3333;
  font: normal 12px/16px "SimSun";
  border: 1px solid #ff9999;
  padding: 2px;
  margin-right: 5px;
}


