@charset "utf-8";

/* CSS Document */

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
}




/* DIN regular */
@font-face {
font-family:'DINregular';
src:url("../font/DIN Regular.otf");
}
/* @font-face {
font-family:'DINregular';
src:url("../font/DINCond-Regular.eot");
} */
/* DIN BLOD */
@font-face {
  font-family: 'DINBold';
  src: url('../font/DINCond-BoldAlternate.eot');
}
@font-face {
  font-family: 'DINBold';
  src: url('../font/DINCond-BoldAlternate.ttf') format('truetype');
}


/* 方正兰亭FZLTZCHK */
/*  @font-face {
   font-family:'FZZCHK';
   src:url("../font/FZLTZCHK.TTF");
}  */

/* 方正兰亭纤黑简体 */
/* @font-face {
    font-family:'FZLTXHJT';
    src:url("../font/FZLTXHK.TTF");
} */
/* @font-face {
    font-family:'FZLTXHJT';
    src:url("../font/FZLTXHJT.eot");
} */
* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
html {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-family:'Arial','SimHei';
    width: 100%;
}
*{
    font-family:'Arial','SimHei';
}
img {
    border:none;
}
li {
    list-style:none;
}
input,
select,
textarea {
    outline:none;
}
textarea {
    resize:none;
}
a {
    text-decoration:none;
}

/*清除浮动*/
.clearfix:after {
    content:'';
    display:block;
    clear:both;
}
.clearfix {
    zoom:1;
}
.fl {
    float:left;
    /*设置左浮动*/
}
.fr {
    float:right;
    /*设置右浮动*/
}
.text-left {
    text-align:left;
}
.text-center {
    text-align:center;
}
.text-right {
    text-align:right;
}