@charset "utf-8";

/* CSS Document */
html,body,a,h1,h2,h3,h4,h5,h6,p,div,ul,li,ol,dl,dt,dd,img,form,input,textarea,select,fieldset,hr { margin:0px; padding:0px }
 
/* 统一标题公共样式 text-shadow:gray 0px 0px 5px; 文字阴影   font-weight:800  平滑的加粗 */
h1,h2,h3,h4,h5,h6,b,strong { font-family:Arial,Helvetica, sans-serif;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; }
h1 { font-size: 34px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
 
/* 网页公用的属性: 字体、文字颜色、背景色等 */
body {font-family:Arial, Helvetica, sans-serif;background:#ffffff;}

/* 控制英文字符连续自动换行 */
div,span,th,td,dt,dd,h1,h2,h3,h4,h5,h6,em,strong,i,a,b,a,p { word-break:break-all; word-wrap:break-word;  }
 
li,ul,ol,dl { list-style-type:none }
select,input,select { vertical-align:middle }
 
img {
	border:0 none;
	/* [disabled]vertical-align:middle; */
	background-color:transparent;
}
 
/* 表格居中显示 */
table { margin-left:auto; margin-right:auto; border-width:0 none }

/* 默认链接的样式设置 */

a { color:#333333; text-decoration:none; }
a:hover { color:#cd3331; text-decoration:none; }

/* 清浮动 */
.c40 { display:block !important; clear:both; height:40px; line-height:40px; font-size:0 }
.c30 { display:block !important; clear:both; height:30px; line-height:30px; font-size:0 }
.c20 { display:block !important; clear:both; height:20px; line-height:20px; font-size:0 }
.c10 { display:block !important; clear:both; height:10px; line-height:10px; font-size:0 }
.clear { display:block !important; clear:both; height:0px; line-height:0px; font-size:0 } 

.c10line { display:block !important; clear:both; height:10px; line-height:10px; font-size:0; border-bottom:1px #dddddd solid; margin-bottom:20px;}

.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}
/* Common Class */
#wrapper { position:relative; }
.float-left { float:left; display:inline;}
.float-right { float:right; display:inline;}
.text-right { text-align:right; }
.text-center { text-align:center; }

