/* CSS Document */


html {
    zoom: 1;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}

q:before,
q:after {
    content: '';
}

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;
}

input,
select {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

body {
    text-align: left;
    font-family: Arial, Tahoma, Verdana, '微软雅黑', STHeiTi, sans-serif, Helvetica, SimSun, \5FAE\8F6F\96C5\9ED1;
    font-size: 16px;
    color: #333;
}

body>div {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

form,
img,
ul,
ol,
li,
dl,
dd,
dt,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

ol,
ul,
li,
dd,
dt {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

fieldset,
a img {
    border: 0;
}

input,
select,
textarea {
    font-size: 12px;
}

input {
    vertical-align: middle;
}

caption,
th {
    text-align: left;
}

table {
    border: none;
    margin: 0px;
    padding: 0px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/* border-collapse: collapse;
    border-spacing: 0;*/
em,
u {
    font-style: normal;
    text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    cursor: pointer;
    outline: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.t_weight {
    font-weight: bold;
}

.t_center {
    text-align: center;
}

.t_right {
    text-align: right;
}

.p_relative {
    position: relative;
}

.t_12 {
    font-size: 12px;
}

.t_14 {
    font-size: 14px;
}

.t_16 {
    font-size: 16px;
}


a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

.m_center {
    margin: 0 auto;
}

*:focus {
    outline: none;
}

.text {
    font-family: 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif !important;
}

body {
    background: #fff;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.news-left {
    width: 850px;
    float: left;
}

.news-right {
    width: 415px;
    float: right;
}