/*网站基本定义*/
div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,body,strong,span,pre,input {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
	border-radius: none;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/* 公共部分*/
* {
	font-family: "Century Gothic","Microsoft YaHei","FontAwesome"  !important;
}
@font-face {
 font-family: 'Century Gothic';
 src: url('../fonts/CenturyGothic.TTF');
 font-weight: normal;
 font-style: normal;
}

::-webkit-scrollbar {
  
    background-color: #FFF;
    filter: alpha(opacity=40);
    opacity: 0.8;
}
::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #CCC;
    filter: alpha(opacity=40);
    opacity: 0.8;
}
::-webkit-scrollbar-thumb:hover {
    width:8px;
    background-color: #0090d3;
}
::-webkit-scrollbar-corner {
    background-color: #EEE;
}
::-webkit-resizer {
}
::-webkit-scrollbar:horizontal {
    height: 9px;
}
html {
    -ms-overflow-style: -ms-autohiding-scrollbar;      
}
body {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #666;
	line-height: 24px;
	height: auto;
	clear: both;
	-webkit-appearance: none;
}

img {
	border: 0px;
}

ul,li {
	list-style: none;
}

em,i {
	font-style: normal;
}
.clear {
	clear: both
}
a.imagehover:hover img {
	opacity: 0.65;
}
a {
	text-decoration: none;
	color: #000;
	outline: none;
	cursor: pointer;
}

a:hover {
	background-repeat: no-repeat;
	color: #0090d3;
}

.del_float {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

a,area {
	blr: expression(this.onFocus=this.blur())
}

input {
	font-family: "Microsoft Yahei";
}
/*网站基本定义*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

.qf {
	clear: both;
}


