﻿/*
Version: 3.0
© CopyRight 2002-2016, WFZMXX.COM(潍坊中脉信息), Inc.All Rights Reserved. 
Email:wfzmxx@163.com
Tel:0536-8216751
*/

/* 清除块级元素的边距/间距 设置页面基本字体/字号
---------------------------------------------------------------------------*/
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,div,p,blockquote,fieldset,input,select,textarea,option,button {
	margin:0px auto;
	padding:0px;
	font-family:"微软雅黑";
	font-size:12px;
}

/* 清除有序列表ul/无序列表ol的列表样式
---------------------------------------------------------------------------*/
ul,ol { list-style:none; }
/* 清除a标签虚线
---------------------------------------------------------------------------*/
a {color:#333;-moz-outline:none;outline:none;text-decoration:none;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
a:hover{ color:#0074C5;}
/* 表格长信息自动缩进。
---------------------------------------------------------------------------*/
table {
	width: 100%;
	border-collapse:collapse;
}
td {
	border-collapse:collapse;
	padding:0px; margin:0px;
}
/* 设置字号为基准字号
---------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* 清除图片连接的边框
---------------------------------------------------------------------------*/
a img,:link img,:visited img { border:none; }
img{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
img:hover{filter:alpha(opacity=80); -moz-opacity:0.58; -khtml-opacity: 0.8; opacity: 0.8;}

/* 清除地址address的字体样式
---------------------------------------------------------------------------*/
address { font-style:normal; }

/* 清除强调标签em的字体样式
---------------------------------------------------------------------------*/
em {
	font-style:normal;
}

/* 浮动样式
---------------------------------------------------------------------------*/
.rt{ float:right;}
.fl{ float:left;}

/* 清除浮动样式
---------------------------------------------------------------------------*/
.clear {
	clear:both;
}

/* 清除浮动样式(标准/块级清除)
---------------------------------------------------------------------------*/
.clearBoth:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
/* for IE6 */
* html .clearBoth {
	height:1%;
}
/* for IE7 */
*:first-child+html .clearBoth {
	min-height:1px;
}