/* 通用 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { font-size: 16px; line-height: 1; font-size: 16px; color: #404040; font-family: "microsoft yahei"; font-weight: normal; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; word-break: break-all; background: #fff; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { color: #333333; text-decoration: none; outline: none; font-family: 'microsoft yahei'; }
a:hover { color: #bd1a2d; }
img { border: 0; }
i { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }
input, select { border: none; outline: none; }
.fr { float: right }
.fl { float: left; }
.of { overflow: hidden; }
.sw_container { width: 1200px; margin: 0 auto; }
.swj_container { width: 1200px; margin: 0 auto; }
.mt30 { margin-top: 30px; }
.mt20 { margin-top: 20px; }
.mt10 { margin-top: 10px; }
.mb20 { margin-bottom: 20px; }
.nomargin { margin: 0 !important; }
.more { float: right; padding: 0 6px; color: #bd1a2d; }
.bgcolorf4 { background: #f4f4f4; }
.pdtb25 { padding: 25px 0; }
#main { width: 100%; display: block; overflow: hidden; }
/* 面包屑 */
.crumbs_bar { height: 44px; background: #fafafa; }
.crumbs_bar .crumbs { font: 400 16px/44px "微软雅黑"; color: #333; }
.crumbs_bar .crumbs a { color: #333; }
@media only screen and (max-width: 768px) {
.sw_container { width: 98%; margin: 0 auto; }
.swj_container { width: 98%; margin: 0 auto; }
}