
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body,p,h1,h2,h3,h4 {
    margin: 0px;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
img {
    border: none;  /*在ie下显示 */
    vertical-align: middle;    /*图片底部又一张空袭*/
}
a {
    text-decoration: none;
    color: #3c3c3c;
}
a:hover{
    text-decoration: none;
    
}
i {
    font-style: normal;
}
input {
    margin: 0px;
    padding: 0px;
}
button {
    margin: 0px;
    padding: 0px;
    outline: none;
}
.clearfix:before, .clearfix:after {   
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
a:hover {
    text-decoration: none;
    color: #FE9904;
}
.w100 {
    width: 100%;
}
.imgTop {
    overflow: hidden;
}
address, em, i {
    font-style: normal;
}
img {
    max-width: 100%;
}
html{
    font-size: 10px;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    font-size: 1rem;
    font-family: "Hiragino Sans GB",Arial,Helvetica,"STHeiTi","Microsoft Yahei",sans-serif;
    overflow-x: hidden;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
}
.ta {
    text-align: center;
}
.over>img:hover {
    transform: scale(1.2);
}
.over>img {
    cursor: pointer;
    transition: all 0.6s;
}