blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #000;
    font-family: "PingFang"
}

body,
caption,
td,
th {
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

a {
    text-decoration: none;
    color: inherit
}

img {
    border: none;
    vertical-align: middle
}

li,
ol,
ul {
    list-style: none
}

button,
input,
select,
textarea {
    font: 14px 'Microsoft yahei', Verdana, Helvetica, Arial, sans-serif;
    vertical-align: middle;
    border: none;
    resize: none
}

table {
    border-collapse: collapse
}
*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.fl {
    float: left
}

.fl,
.fr {
    display: inline
}

.fr {
    float: right
}

.p_rel {
    position: relative
}

.p_abs {
    position: absolute
}

.pt-140 {
    padding-top: 140px;
}
input:focus {
    border: none;
    outline: none;
}
textarea {
    outline: none;
}

#pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#pages a {
    min-height: 34px;
    min-width: 30px;
    line-height: 34px;
    border: 1px solid #333;
    text-align: center;
    margin: 0 5px;
    font-size: 9pt;
    color: #333;
    padding: 0 2px
}

#pages a.active {
    background: #000;
    color: #fff
}

#phone_header,
.site-search {
    display: none;
}
.container {
    max-width: 1636px;
    margin: 0 auto;
}

@media (max-width:991px){

}
@media (max-width:767px){
}
