@charset "utf-8";
/* CSS Document */
/*------- reset -------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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%; font: inherit; vertical-align: baseline;
}

/* HTML5标签初始化
--------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* 标签初始化
--------------------------------------------------*/
body { line-height: 1; color:#333;font:14px/1.5 Arial, Helvetica, Verdana, sans-serif}
ol, ul,li{ list-style: none; }
blockquote, q {
    quotes: none;
    border-left: solid 4px #39c;
    margin-left: 10px;
    padding-left: 10px;
    background: whitesmoke;
    margin: 10px auto;
    padding: 6px 10px;
    color: #666;
    font-size: 20px;
}
i,em{
    font-style:normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a img{ border:none; }
h1{ font-size:24px; }
h2{ font-size:20px; }
h3{ font-size:18px; }
h4{ font-size:14px; }
h5, h6{ font-size:12px; }
a,a:hover{ text-decoration:none; }
div{display:block;}
.tl{text-align: left !important;}
.tc{text-align: center !important;}
.tr{text-align: right;}

table{ border-collapse: separate;border-spacing: 0;}
th, td {text-align: left; font-weight: normal;}
img, iframe {border: none; text-decoration:none;}
input, textarea, select, button {font-size: 100%;font-family: inherit;margin:0;padding:0;}
select {margin: inherit;}
hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}
strong,b{font-weight:100;}
input,button{border: 0;outline:none;background: none;}
/* 解决Google浏览器字体不小于12px的问题
--------------------------------------------------*/
html{ -webkit-text-size-adjust:none;}
a{color: #999;
    text-decoration: none;}
a:hover{ text-decoration: none;outline: none;}
a{outline: none;}
a:active{*star: expression(this.onFocus=this.blur());}
a:focus{*outline: 0; }

select:focus{outline: none;}

/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
*html .clearfix{height:1%;}
*+html .clearfix{height:1%;}
.clearfix{display:inline-block;}
.clearfix{display:block;}
.clear{clear:both;height:0;overflow:hidden;
    zoom: 1;}

/*常用样式*/
.por{ position:relative}
.fb,strong{ font-weight:700;}
.fb0{ font-weight:100;}
.hid{overflow:hidden;}
.f10{ font-size:10px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f18{ font-size:18px !important;}
.f20{ font-size:20px;}
.f22{ font-size: 22px;}
.f26{font-size: 26px;}
.f30{ font-size:30px !important;}
.db{display: block;}
.dib{display: inline-block;}
.dn{display: none;}
.ti-2{
    text-indent: 2em;
}
.imglink{display: block;text-align: center;}
.hz-hid{height: auto;zoom: 1;overflow: hidden;}
textarea{resize:none;border:none;outline: none;}
.fl{float: left;}
.fr{float: right;}
/*input 框提示文字 html5*/
.placeholder{
    color:#888888;
}
input::-webkit-input-placeholder{
    color: #888888;
}
input::-moz-placeholder{
    color: #888888;
}
textarea::-webkit-input-placeholder{
    color: #888888;
}
textarea::-moz-placeholder{
    color: #888888;
}



















