@charset "utf-8"; *, *:before, *:after { box-sizing: border-box; outline: 0; } #bsWXBox { box-sizing: content-box } body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, 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, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin: 0; padding: 0 } html, body { position: relative; width: 100%; height: 100%; } body { font-family:"微软雅黑", sans-serif; font-size: 15px; color: #595959; line-height: 1.5 } a{ word-spacing:0;} a:link, a:visited { text-decoration: none; outline: 333333; color: #595959 } /* 修改背景色 */ /* a:hover, a:active, a:focus { color: #0097d9; } */ a:hover, a:active, a:focus { color: #0034DB; } ul, li { list-style: none } img { border: 0; max-width: 100%; max-height: 100% } table { border-collapse: collapse; width: 100% } input, textarea { font-family: arial, "microsoft yahei"; font-size: 14px; -webkit-appearance: none } input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] { cursor: pointer; outline: none } input[type='checkbox'], input[type='radio'] { position: relative; vertical-align: middle; margin-top: -2px; margin-bottom: 1px; margin-left: 5px; margin-right: 5px } textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] { padding: 0; color: #666; outline: none } .fl { float: left } .fr { float: right } .font16 { font-size: 16px } .font48 { font-size: 48px } .font38 { font-size: 38px } .color333 { color: #333 } .clearfix:after { clear: both; height: 0; content: ""; line-height: 0; font-size: 0; display: block } .middleCenter { position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; max-height: 100%; display: block; vertical-align: middle; text-align: center; margin: auto } .middleRight { position: absolute; top: 0; bottom: 0; right: 0; max-width: 100%; max-height: 100%; display: block; vertical-align: middle; margin: auto } .middleLeft { position: absolute; top: 0; bottom: 0; left: 0; max-width: 100%; max-height: 100%; display: block; vertical-align: middle; margin: auto } .container { max-width: 1250px; margin-left: auto; margin-right: auto } .vcenter { top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: block; max-width: 100%; max-height: 100%; position: absolute; vertical-align: middle } @media (max-width:992px) { .container { padding-left: 10px; padding-right: 10px } } .mobile-footer-menu { display: none; height: 54px } @media (max-width:676px) { .mobile-footer-menu { display: block; width: 100%; background: #87b131; padding: 5px 0; position: fixed; left: 0; bottom: 0; z-index: 99; list-style: none; font-size: 12px } .mobile-footer-menu li { width: 25%; float: left; position: relative } .mobile-footer-menu li:after { content: ""; position: absolute; height: 42px; width: 1px; background: rgba(255,255,255,0.2); right: 0; top: 2px } .mobile-footer-menu li span { width: 24px; height: 24px; display: block; margin: 0 auto; position: relative; overflow: hidden } .mobile-footer-menu li em { font-style: normal; text-align: center; display: block; color: #fff; height: 20px; line-height: 20px; overflow: hidden } .mobile-footer-menu li:last-child:after { display: none } } .page { text-align: center } .page a { color: #585858; display: inline-block; font-size: 14px; line-height: 24px; margin: 0 3px; min-width: 26px; height: 26px; padding: 0 10px; margin: 0 4px; font-family: arial; border: 1px #bfbfbf solid; -webkit-transition: all .5s; transition: all .5s } /* 修改新闻资讯列表页背景色 */ /* .page a.cur, .page a:hover { background: #0097d9; border: 1px #0097d9 solid; color: #fff } */ .page a.cur, .page a:hover { background: #0034DB; border: 1px #0034DB solid; color: #fff } .page a.first, .page a.prev, .page a.next, .page a.last { background: #fff; border: 1px #bfbfbf solid } /* 修改新闻资讯翻页背景色 */ /* .page a.first:hover, .page a.prev:hover, .page a.next:hover, .page a.last:hover { background: #0097d9; border: 1px #0097d9 solid; color: #fff } */ .page a.first:hover, .page a.prev:hover, .page a.next:hover, .page a.last:hover { background: #0034DB; border: 1px #0034DB solid; color: #fff } @media (max-width:767px) { .page a { display: none } .page a.first, .page a.prev, .page a.next, .page a.last { display: inline-block } } .indent2 { text-indent: 2em }