﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; text-decoration: none; vertical-align: baseline; background: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
ul,li { list-style: none; }
a { margin: 0; padding: 0; border: 0; font-size: 100%; text-decoration: none; vertical-align: baseline; background: transparent; }
* { margin: auto; padding: 0; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
/*电脑版版全局样式*/
body { font-family: "微软雅黑", "Microsoft YaHei", tahoma, arial, Hiragino Sans GB; font-size: 14px; color: #333; margin: 0 auto; background: #fff; position: relative; width:100%;}
/*浮动、位置*/
.fl { float: left; }
.fr { float: right; }
.up { text-transform: uppercase; }
.clear { clear: both; }
.text_l { text-align: left; }
.text_r { text-align: right; }
.center { text-align: center; }
/*宽度*/
.col1 { width: 10%; }
.col2 { width: 20%; }
.col3 { width: 30%; }
.col4 { width: 40%; }
.col5 { width: 50%; }
.col6 { width: 60%; }
.col7 { width: 70%; }
.col8 { width: 80%; }
.col9 { width: 90%; }
.col15 { width: 15%; }
.col25 { width: 25%; }
.col35 { width: 35%; }
.col45 { width: 45%; }
.col55 { width: 55%; }
.col65 { width: 65%; }
.col75 { width: 75%; }
.col85 { width: 85%; }
.col95 { width: 95%; }
.col10 { width: 100%; }
/*连接样式*/
a { color: #333; }
/*水平居中*/
.mar_auto { margin: 0 auto; }
/*垂直居中*/
.absolute_center { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
/*上下横线*/
.top_line { border-top: 1px solid #ddd; }
.bottom_line { border-bottom: 1px solid #ddd; }
