*{
  padding: 0px;
  margin: 0px;
  font-family: "Microsoft Yahei","微软雅黑","SimSun";
}
body{
  min-width: 1200px;
  margin: 0px auto;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}

img{
  border-style: none;
}

.box-clear:after{
    width:0px;
    height: 0px;
    content:"";
    display: block;
    visibility: hidden;
    clear:both;
}
.box-float-left{
    float: left;
}
.box-float-right{
    float:right;
}
.text-overflow{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url("ellipsis.xml#ellipsis");
}
 @font-face {
      font-family: 'iconfont';
      src: url('../fonts/font2/iconfont.eot');
      src: url('../fonts/font2/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/font2/iconfont.woff') format('woff'),
      url('../fonts/font2/iconfont.ttf') format('truetype'),
      url('../fonts/font2/iconfont.svg#iconfont') format('svg');
    }
    .iconfont{
      font-family:"iconfont" !important;
      font-size:16px;font-style:normal;
      -webkit-font-smoothing: antialiased;
      -webkit-text-stroke-width: 0.2px;
      -moz-osx-font-smoothing: grayscale;
}
 .wrap-box{
  width: 1200px;
  margin: 0px auto;

}
