﻿@charset "utf-8";
/* CSS Document */
/*
Copyright 2013,[www.vpskj.com] New Website
创智互联 版权所有
build time:2013-12-9 10:13
维护:张磊  [304873489@qq.com] 
*/
.w1000{
	width:1000px;
	margin:0 auto;	
}
.w1100{
	width:1100px;
	margin:0 auto;	
}
.w980{
	width:980px;
	margin:0 auto;	
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
a{ 
	text-decoration:none;
	color:#666;
	font-family:"微软雅黑";
}
a:hover{
	color:#f90;
	cursor:pointer;	
}
body{
	font-size:12px;font-family:"微软雅黑","Arial Narrow",HELVETICA; text-align:center;
	text-align:center;
	color:#666666;
	
}
.pc_100{
	width:100%;
	height:auto;
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
#wrap{
 	text-align:left;
}
.mt10{
	margin-top:10px;	
}
input{
	outline:none;	
}
.bg_none{
	background:none !important;	
}
/*颜色*/
.red{
	color:red;	
}
.blue{
	color:blue;	
}
.orange{
	color:#fe670a;	
}
/*浮动*/
.fixed{
	position:fixed !important;
	top:0px !important;
	z-index:100 !important;
}
