/*
 CSS 定义
Author:DAWEISAM
Function:全局定义
*/

/*====标签元素Reset css==========*/
body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,a,span,form,pre,fieldset,input,textareap,th,td{margin:0px;padding:0px}
html{border:0px;}
body,div,p,th,td,li,dd,a,span{font-size:12px;font-family:宋体;word-break:break-all;white-space:normal; color:#a4a498;}
body{background:#1d1d1d;margin:0px;color:#3E433C;height:100%; text-align:center}
ol,ul{list-style:none;}
a img{border:0px;}/*去除带链接图片的蓝色边框*/
a:hover{color:#8bcb40}
p{line-height:160%}
div{ line-height:150%}
body,html{height:100%}
table{border-collapse:collapse;border-spacing:0}
label{cursor:pointer;cursor:hand}
h1,h2,h3,h4,h5,h6{ font-weight:normal; font-size:100%; }

/*=====字体========*/
.f14{font-size:14px}
.f16{font-size:16px}
.f32{font-size:32px}
.fwb{font-weight:bold}
.fwt{font-weight:normal}
.ti{text-indent:18pt}

/*=====颜色========*/
.cgreen{color:#1A5756}
.green{color:green}
.white{color:#fff}
.red{color:#B54444}
.black{color:Black}

/*预置常用样式*/
.f_left{float:left;}/*向左浮动*/
.f_right{float:right;}/*向右浮动*/
.clear{height:1px;margin-top:-1px;clear:both;overflow:hidden;}
.c{height:1%;}/*清除浮动用于IE*/
.c:after {content: ".";display: block;height:0;clear: both;visibility:hidden;}/*清除浮动用于FireFox*/
.ell{overflow:hidden;white-space :nowrap;text-overflow:ellipsis;}/*超出范围的文字以省略号替的换*/
.h{height:100%}
.dn{display:none}/*消失*/
.ds{display:block}/*消失*/
.ac{text-align:center}/*内元素居中*/
.ch{cursor:pointer;cursor:hand}/*指针为手形状*/
.middle{ vertical-align:middle}/*垂直居中*/
.bg_none{background:transparent}/*背景透明*/
.block{display:block}/*块状显示*/
.t_left{text-align:left;}/*居左*/
.t_center{text-align:center;}/*居中*/
.t_right{text-align:right;}/*居右*/

/*=====链接========*/
a{color:#bebda8; text-decoration:none;} /*链接样式*/
a:hover{color:#bebda8; text-decoration:underline;}/*鼠标悬停时*/

