﻿@charset "utf-8";
/* CSS Document */
/** ?????????????????? **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements ???????????? */
dl, dt, dd, ul, ol, li, /* list elements ???????????? */
pre, /* text formatting elements ?????????????????? */
form, fieldset, legend, button, input, textarea, /* form elements ???????????? */
th, td, /* table elements ???????????? */
img/* img elements ???????????? */{
  border:medium none;
  margin:0;
  padding:0;
}
/** ?????????????????? **/
body, button, input, select, textarea{
	color:#666666;
	font-family:"微软雅黑";
	font-size: 14px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{font-size:100%;}
em{font-style:normal;}
/** ?????????????????? **/
ul, ol{list-style:none;}
/** ????????????????????? **/
a{text-decoration:none; color:inherit;}
a:hover{text-decoration:none; color:inherit;}
/** ?????????????????? **/
img{border:0px;vertical-align:middle;}
/** ?????????????????? **/
/** ?????????????????? **/
input, textarea{outline:none;}

/** ?????????????????? **/
@font-face {
	font-family: 'flexslider-icon';
	src:url('../flexslider-icon.eot');
	src:url('../goonfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../flexslider-icon.woff') format('woff'),
		url('../flexslider-icon.ttf') format('truetype'),
		url('../flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fl{float:left;}
.fr{float:right;}
.of{overflow:hidden;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.fwb{font-weight:bold;}

/** ??????????????????????????? **/
ul:after,.clear:after{
	content:"";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
