@charset "utf-8";
@font-face {
    font-family: "方正兰亭中黑_GBK.TTF";
    src: url(../fonts/f_z_l_t_z_h__GBK.TTF);
}
@font-face {
    font-family: "方正黑体简体.TTF";
    src: url(../fonts/FangZhengHeiTiJianTi-1.ttf);
}
@font-face {
    font-family: "方正兰亭准黑.TTF";
    src: url(../fonts/FZLTZHUNHJW.ttf);
}
html {
    /* 关闭字体大小自动调整功能 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
img {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
a:link,
a:hover,
a:visited {
    text-decoration: none;
}

input {
    margin: 0px;
}

ul {
    list-style: none;
}

.clearfix {
    zoom: 1;
    /* width: 100%; */
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
    height: 0;
    /* overflow: auto; */
}
.w-1280{
    width: 1280px;
    margin: 0 auto;
}
.w-1300{
    width: 1300px;
    margin: 0 auto;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.block{
    display: block;
}
li {
    list-style: none;
}
.links .title .more {
    line-height: 35px;
}
.title .more {
    float: right;
    font-size: 14px;
    line-height: 22px;
}
.lincp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a {
    color: #222;
    /* 设定元素在移动设备（如Adnroid、iOS）上被触发点击事件时，响应的背景框的颜色 */
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}
.main{
    margin: 0 auto;
    overflow: hidden;
}
table{
margin: 0 auto !important;
margin-top: 50px !important;
}
.head_container{
width: 1400px;
}