@charset "utf-8";
@font-face {
    font-family: 'font';
    src: url('font.TTF');
    /* src:url('css/font.woff') format('woff'),url('../css/font.ttf') format('truetype'),url('../css/font.svg') format('svg');*/
}

@font-face {
    font-family: 'fzht';
    src: url('fzht.TTF');
    /* src:url('css/font.woff') format('woff'),url('../css/font.ttf') format('truetype'),url('../css/font.svg') format('svg');*/
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: "微软雅黑", Arial;
    color: #333;
    /* padding-left:63px;*/
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

img {
    border: 0px;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover,
.qwfwml_list li a:hover {
    text-decoration: none;
    color: #ffaf16;
    outline: none;
}

ul,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 1.6rem;
}

h5 {
    font-size: 1.2rem;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    _display: inherit;
}

.clearFix:after {
    content: "";
    clear: both;
    display: block;
}

input,
button {
    outline: none;
    border: 0;
    background: none;
}

a,
img,
.transition,
i,
.nav_box,
.slideBox_tzfw li,
.slideBox_tzfw .dateDiv,
.indexPart4 dd,
.indexPart4 .bg,
.guanLayer .box,
.history .list2,
.pageSide .share div {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}