body {
    font-family:'微软雅黑',"Microsoft YaHei","宋体",Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 14px;
    width: 100%;

}
/*本地字体引用*/
@font-face {
    font-family: 'Avan';
    src:url(../fonts/Avan.ttf), url(../fonts/Avan.woff), url(../fonts/Avan.woff2);
}
@font-face {
    font-family: 'te2';
    src:url(../fonts/te2.ttf), url(../fonts/te2.woff), url(../fonts/te2.woff2);
}

*{ margin: 0; padding: 0;}
body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,td,tr,th,p{padding:0; margin:0;}
li,dd,ol,ul{list-style-type:none;}
a{ text-decoration:none;cursor: pointer;}
img{border:none; outline: medium none; }
img a{border:none;}
input, select,button{outline: medium none;border: none; padding: 0; margin: 0; font-family: "Microsoft YaHei",Helvetica,sans-serif,"宋体";}
textarea {outline: medium none; background: none; border: 0; padding: 0; margin: 0; resize: none; font-family:"Microsoft YaHei",Helvetica,sans-serif,"宋体";}
i{font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight: normal;}
ul  li img { display: block;/* width: 100%; height: 100%;*/cursor:pointer;}
:focus{outline: none;}

a:hover{background: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);-webkit-user-select: none;-moz-user-select: none;}
input[type="button"], input[type="submit"], input[type="reset"],button { -webkit-appearance: none;  }
textarea {  -webkit-appearance: none;}
/* div:after,div:before,ul:after,ul:before,li:after,li:before {
    content: " ";
    clear: both;
    display: block;
} */
.clear {
    clear: both;
}

.content1{width: 100%;min-width:1210px;margin: 0 auto;max-width: 1920px;overflow: hidden;}
.content{width: 1210px;height: auto;overflow: hidden;margin: 0 auto;}
.mr{margin-right: 0!important;}
.fl{float: left}
.fr{float: right;}














