@charset "utf-8";
/*编码*/

/*
	Document : CSS样式初始化 
	Created on : 2013. 10. 12,12:41:00 
	Name : zd 赵东 
	Description: CSS样式表的初始化，全局样式设置。
	部分样式属性请根据具体页面重置其属性导入方式：<link href="css/reset.css" rel="stylesheet" type="text/css" />
*/
/* 全局CSS reset */
/* 页面设置 */

/* 初始化标签在所有浏览器中的margin、padding值 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{padding: 0; margin: 0;}
html{ _background:url(about:blank);}
/* 酌情修改 */
body{font-family:"微软雅黑";}
body,th,td,input,select,textarea,button{font-size:12px;line-height:1 ;} /* 重置页面文字属性 */

/* 短引用的内容可取值：''或"" */
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none} /* 重置嵌套引用*/

/* 缩写，图片等无边框 */
fieldset,img,abbr,acronym{border: 0 none;} /* 重置fieldset（表单分组）、图片的边框为0*/
img{vertical-align:top;} /* 图片在当前行内的垂直位置 */
img{ border:0;}
abbr,acronym{font-variant: normal;}
legend{color:#000;}
blockquote, q{quotes: none} /* 重置嵌套引用的引号类型 */

/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var{font-weight: normal; font-style: normal;} /* 重置样式标签的样式 */

/* 上下标 */
sup{vertical-align: text-top;}
sub{vertical-align: text-bottom;}


/* 表格标题及内容居左显示 */
caption{display:none;} /* 重置表格标题为隐藏 */
caption,th{text-align: left;}
input,select,textarea,button,img{vertical-align:middle} /* 重置表单控件垂直居中*/

/* 清除列表样式 */
dl,ul,ol,menu,li{list-style:none} /* 重置类表前导符号为onne,menu在HTML5中有效 */

/* 输入控件字体 */
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}

/* 标题元素样式清除 */
h1,h2,h3,h4,h5,h6{font-weight: normal;　font-size: 100%;}

/* 链接样式，颜色可酌情修改 */
del,ins,a{text-decoration:none;}
a:hover,a:active,a:focus{ text-decoration:none;} /* 取消a标签点击后的虚线框 */
a:active{star:expression(this.onFocus=this.blur());} /* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */

::selection{color: #fff;background-color: #e2534f;}
::-moz-selection{color: #fff;background-color: #e2534f;}

a{outline: none;transition: color 0.3s ease 0s;}/*链接秒数缓冲效果*/
/* 层板块缓冲效果       transition: all 0.3s ease 0s;   */
/* 鼠标样式 */
input[type="submit"]{cursor: pointer;}
button{border:0 none;background-color:transparent;cursor:pointer} /* 重置表单button按钮效果 */
input::-moz-focus-inner{border: 0; padding: 0;}
.clearfix {zoom:1}
.clearfix:after {content: '\20'; display: block; clear: both;}
.font_Eng{ font-family:"Arial, Helvetica, sans-serif";}
.cursor{ cursor:pointer;}
.fl{ float:left;}
.fr{ float:right;}
.cl_red{ color:#FF0000;}
.cl_gray{ color:#ccc;}
.cl_grayA1{ color:#a2a1a1;}
.cl_blue{ color:#3498db;}
.left{ float:left;}
.right{ float:right;  margin-left:-15px;}
