﻿@charset "utf-8";
/* CSS Document */

body {
	  font-family: "微软雅黑";
	  font-size:14px;}
	*{
		margin: 0px; 
		padding: 0px;}
	.fLeft {
	 float: left;}
	.fRight{
		float:right;}
	a img ,img{ border:0;}
	ul {
	 list-style: none; margin: 0px; padding: 0px;}
	li {
	 list-style: none; margin: 0px; padding: 0px;}
	a ,a:hover{
	 text-decoration: none;}
	.bBlue{
		background:#0168B7;}
	.bBlue:hover{
		background:#035B9B;}
	.cWhite{
		color:#fff;}
	.mTop{
		margin-top:1em;}
	.pTop{
		padding-top:1em;}
	.pBottom{
		padding-bottom:1.5em;}
	.lineHeight{ line-height:1.5em;}
	