﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Microsoft YaHei", SimSun, '\5b8b\4f53', sans-serif;
    font-size: 14px;
    cursor: default;
}

body ul li {
    list-style: none;
}
.center {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
a{text-decoration: none; color: #333;}
a:hover{color: #4386ea}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bgc-primary {
    background-color: #FF8534;
}
.bgc-white {
    background-color: white;
}
button {
    border: none;
}
input {
    border: none;
    outline: none;
}
.btn {
    cursor: pointer;
    border-radius: 2px;
}
.btn:hover {
    opacity: 0.7;
}
.body-center {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
.body-center2 {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}