@charset "utf-8";
/*
 *色彩 #b4c7e8; #990000;#3399cc;#f2f3f8;#003366;#666;#b90630;#336699;#000
 */
/* ==========================================================================
   ~重置
   ========================================================================== */
body {font-size:12px;line-height:24px; text-align:left; -webkit-text-size-adjust:100%;font:normal 14px/24px Microsoft Yahei,Tahoma,simsun;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,th,td{margin:0;padding:0;}
/* 重设 HTML5 标签*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
/* HTML5 媒体文件跟 img 保持一致*/
audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table,fieldset,img, a img{border:0;}
ul,ol,li,dl,dd,dt{ list-style: none outside none;}
table{border-collapse:collapse;border-spacing:0;}
em,strong,th{font-style:normal;font-weight:normal;}
strong{ font-weight:600;}
input,select,form img,button {vertical-align:middle;}
iframe {overflow: hidden;}
a,a:link,a:visited{text-decoration:none; color:#666;}
a:hover{text-decoration:none; color:#9a0107;}
a,a:focus{outline:none;}/*去除链接虚线*/

/*常用
   ========================================================================== */
.fb{font-weight:bold;}
.tc{text-align:center;}
.tl{text-align:left;}
.tr{text-align:right;}
.cl{clear:both;}
.none {display: none;}
.fl{float:left; display:inline;}
.fr{float:right; display:inline;}
/*空白AND清楚浮动*/
.blank,.blank1,.blank5,.blank1,.blank10,.blank20,.blank30{clear:both;display:block;font-size:1px;visibility:hidden;height:-1px;line-height:0;}
.blank1{ height:1px;}.blank5{ height:5px;}.blank10{ height:10px;}.blank20{ height:20px;}.blank30{ height:30px;}.blank1{ height:1px;}
 form{ clear:both;}
.fix:after{clear:both;content: ".";display: block;height: 0;visibility: hidden;}


/* ==========================================================================
   ~框架
   ========================================================================== */
.page,.area{margin:0 auto; overflow:hidden;}
.page{ width:100%; position: fixed;}
.area{ width:1000px; position:relative;}
