﻿@charset "utf-8";
@media screen and (max-width: 640px) {
 .pc {
display: none;
}
/*---------- 通用 ----------*/
html, body, div, span, object, iframe, table, tr, th, td, em, img, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ul, ol, li, form, label, input, button, textarea, pre, fieldset {
 font-family: inherit;
 font-style: inherit;
 padding: 0;
 margin:0;
 border:0;
 -webkit-text-size-adjust:none;
 margin:0 0;
}
ol, ul {
 list-style:none;
}
img {
 vertical-align:top;
}
.clb {
 clear:both;
}
.fl {
 float:left;
}
.fr {
 float:right;
}
.tc {
 text-align:center;
}
.tl {
 text-align:left;
}
.tr {
 text-align:right;
}
.ov {
 overflow:hidden;
}
.fb {
 font-weight:bold;
}
.pt10 {
 padding-top:10px;
}
.mr6 {
 margin-right:6px;
}
.mr9 {
 margin-right:9px;
}
.mt8 {
 margin-top:8px;
}
/*---------- 截字 ----------*/
.jie {
 overflow:hidden;
 text-overflow:ellipsis;
}
/*---------- 链接 ----------*/
a:link {
 text-decoration:none;
 color:#000;
}
a:visited {
 text-decoration:none;
 color:#000;
}
a:hover {
 text-decoration:none;
 color:#000;
}
body {
 font:18px "微软雅黑" SimSun, Verdana, Arial, Helvetica, sans-serif;
 line-height:22px;
 background:#fff url(../images/bd01.jpg) repeat-x;
 color:#000;
}
.title {
 font-size: 28px;
 color:#fff;
 text-decoration: none;
}
.bigb {
 text-decoration: none;
 font-size:22px;
}
.dl {
 font-size:20px;
 color:#0052a7;
 font-weight:bold;
}
.gray {
 color:#707070;
 font-size:14px;
}
.stit {
 font-size:22px;
 border-top:#004fa8 3px solid;
}
