﻿/* 领路人底层结构样式表 base.css */
/* reset 初始化  work by guan */
pre { white-space: pre-wrap; word-wrap: break-word; }
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; font-family:"Microsoft YaHei",微软雅黑; }
:focus { outline: 0; }/* remember to define focus styles! */
*html { background-image: url(about:blank); background-attachment: fixed; }
a { }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
/* tables still need 'cellspacing="0"' in the markup */
caption, th, td { font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
/* global */
h1, h2, h3, h4, h5, h6 { font-weight: normal }
strong { font-weight: 700 }
cite, em { font-style: normal }
i { font-style: italic }
th { font-weight: 700; text-align: center }
caption { text-align: center }
img { vertical-align: middle }
.bc { margin: auto; }
.fl { float: left; }
.fr { float: right; }
ul,li{list-style-type:none}
.wrap{ width:1100px; margin:0  auto;}
.transition{transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;}
.rela{position:relative;}.abso{position: absolute;}
.clear{ overflow: hidden; }
.amn {
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

