﻿/*******************************************************************************/
/* CSS 重写，网站全局使用                                                      */
/*******************************************************************************/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
fieldset, img {
border: 0;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
font-style: normal;
font-weight: normal;
}
/*h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}*/
abbr, acronym {
border: 0;
font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
code, kbd, samp, tt {
font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
*font-size: 100%;
}
body {
line-height: 1.5;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th {
text-align: left;
}
sup, sub {
font-size: 100%;
vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
text-decoration: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/*******************************************************************************/
/* HTML 全局通用                                                               */
/*******************************************************************************/
body {background:none repeat scroll 0 0 #FFFFFF; font-family:Microsoft Yahei,"宋体",Arial, Helvetica, sans-serif;font-size:12px;text-align:center;height:100%; color:#444;}

a:link,a:active,a:visited{color:#333; text-decoration:none;}
a:hover{color:#ba2636; text-decoration:none;}
a span{ *cursor:pointer;/*IE7*/}
a img {border:medium none;}

table{margin:0 auto; border-collapse:collapse;}
/*table tr{border-bottom:dotted 1px #ccc;}*/


/*******************************************************************************/
/* 公共                                                                        */
/*******************************************************************************/
/*清除浮动*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/ 
* html .clearfix {height:1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

.wrapper {clear:both;height:auto;margin:0 auto;}

/*区域划定*/
.areaOuter,.areaInner{clear:both;height:auto;margin:0 auto;}
.areaOuter{width:970px; background-color:#fff;border-left:1px solid #aaa; border-right:1px solid #aaa;}
.areaInner{width:930px; }

/*固定高度的空行*/
.blank1,.blank2,.blank3,.blank4,.blank5,.blank6,.blank7,.blank8,.blank9,.blank10,.blank15,.blank20,.blank30{clear:both;font-size:1px;margin:0 auto;}
.blank1 {height:1px;line-height:1px;}
.blank2 {height:2px;line-height:2px;}
.blank3 {height:3px;line-height:3px;}
.blank4 {height:4px;line-height:4px;}
.blank5 {height:5px;line-height:5px;}
.blank6 {height:6px;line-height:6px;}
.blank7 {height:7px;line-height:7px;}
.blank8 {height:8px;line-height:8px;}
.blank9 {height:9px;line-height:9px;}
.blank10 {height:10px;line-height:10px;}
.blank15 {height:15px;line-height:15px;}
.blank20 {height:20px;line-height:20px;}
.blank30 {height:30px;line-height:30px;}

/*文本对齐方式*/
.txtLeft{text-align:left;}
.txtRight{text-align:right;}
.txtCenter{text-align:center;}