﻿@charset "utf-8";
/* CSS Document */
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,  img, ins, kbd, q, s, samp,
small, strike, 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 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",Tahoma,Helvetica,STHeiti;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
} 
input, textarea, select,button {font-size: 100%;font-family: inherit;vertical-align:middle;}
textarea {resize:none;overflow:auto; }
a,a:link,a:visited,a:active{text-decoration:none;}
a:hover {text-decoration: underline;}
/*习惯用法 根据不同项目预设*/
.clear {clear:both;}
.clearfix:after {display:block;clear:both;content:"";}
.clearfix {zoom:1;}

.block {display:block;}
.none {display:none;}

.left {float:left;}
.right {float:right;}
.fl{float:left;}
.fr{float:right;}

.h5 {height:5px;}
.h10 {height:10px;}
.h20 {height:20px;}

.mL5 {margin-left:5px;}
.mL10 {margin-left:10px;}
.mL20 {margin-left:20px;}

.mR5 {margin-right:5px;}
.mR10 {margin-right:10px;}
.mR20 {margin-right:20px;}

.fS12 {font-size:12px;}
.fS14 {font-size:14px;}
.fS16 {font-size:16px;}

.w980 {width:980px;margin:0 auto;}
.w1000 {width:1200px;margin:0 auto;}
.w1200 {width:1200px;margin:0 auto;}

.color-a {color:red;}
.color-b {color:blue;}

.a{position:absolute;}
.r{position:relative;}


.bg-a {background:#ccc;}
.bg-b {background:#0CF;}

/*CSS3 预设*/
.shadow_1 {box-shadow:0 1px 2px 0 rgba(187, 187, 187, 0.4);}
.shadow_2 {box-shadow:0px 0px 10px 0px rgba(187,187,187,0.8);}

.tS {
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;	
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}


a{color:#000;}
