/* ------------------------------------------------------------ */
/* Copyright (c) 2014-01-25, gaozhen.name  All rights reserved. */
/* 此样式为杲振程序使用 QQ:47329193 Tel:13991809967 请保留说明. */
/* ------------------------------------------------------------ */
/* *标识为ie6,ie7,ie8 - !important标识为ie7,ie8,FF */
/* 样式的总体定义 */
html, body {
	font-size: 12px;
	font-family: "Microsoft Yahei", "ArialNarrow";
	background: #fff;
}
html, body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1
}
div, form, ul, dl, li, p, span, h1, h2, h3, h4, h5, h6, img {
	border: 0;
	padding: 0;
	margin: 0;
}
ul, dl, li, ol {
	list-style: none
}
input, select, textarea {
	margin: 0;
}
/* 常用的一些标签I */
.fl {
	float: left;
}
.left {
	float: left;
}
.fr {
	float: right;
}
.right {
	float: right;
}
.clear {
	overflow: hidden;
	height: 0px;
	clear: both;
}
.middle {
	text-align: center;
}
.center {
	text-align: center;
}
.here {
	display: block;
}
.none {
	display: none;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.hand {
	cursor: pointer;
}
/* 常用的一些标签II */
.fb {
	font-weight: bold;
}/*粗体*/
.small {
	font-size: 0.85em;
}/*小字体*/
.f12 {
	font-size: 12px;
}/*12号字体*/
.f14 {
	font-size: 14px;
}/*14号字体*/
.f15 {
	font-size: 15px;
}/*15号字体*/
.f16 {
	font-size: 16px;
}/*16号字体*/
.f20 {
	font-size: 20px;
}/*20号字体*/
.f25 {
	font-size: 25px;
}/*25号字体*/
.f30 {
	font-size: 30px;
}/*30号字体*/
.quse {
	filter: Gray;
}/*去色*/
.unline {
	text-decoration: underline;
}/*下划线*/
.line35 {
	line-height: 35px;
}/*30号字体*/
/* 常用字体颜色 */
.fred {
	color: red;
}/*红色*/
.fblack {
	color: #000;
}/*黑色*/
.fhui {
	color: #737373;
}/*灰色*/
.fwrite {
	color: #fff;
}/*白色*/
.fgreen {
	color: #16445B;
}/*绿色*/
.fblue {
	color: #0025DF;
}/*蓝色*/
.fyellow {
	color: #FFFC00;
}/*黄色*/
.fyahei {
	font-family: "Microsoft YaHei";
}/*雅黑*/
.fmoney {
	color: #FF4F01;
	font-family: "Microsoft YaHei";
}/*为货币颜色*/
.line26 {
	line-height: 25px;
}
.listnone {
	display: none
}
.listhere {
}
.upse {
	cursor: pointer;
	float: left;
	width: 140px;
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #232323;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	text-decoration: none;
	background: url(../img/seup.jpg);
}
.downse {
	cursor: pointer;
	float: left;
	width: 140px;
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	text-decoration: none;
	background: url(../img/sedown.jpg);
}
/* 常用按钮背景风格 */
/* 红色与蓝色为固定圆角按钮背景 */
/* 使用按钮时的效果
onmouseover="this.className='anblued'"
onmouseout="this.className='anblue'"
*/
/* 无特殊情况下链接 */
table td {
	font-size: 12px;
}
a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
.border {
	border: 1px #E6E6E6 solid;
}
/* ---------------------------分页--------------------------------- */
.zzPage {
	margin: 0 auto;
	width: 100%;
	padding: 10px 0;
	background: #fff;
}
.zzPage ul {
	margin: 0 auto;
	display: table;
	text-align: center;
}
.zzPage ul li {
	float: left !important;
	float: none;
	margin: 2px;
	color: #444444;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	background: #FFBBBC;
	border: 1px #EC9D9F solid;
}
.zzPage ul li a {
	color: #444444;
	font-size: 14px;
	text-decoration: none;
}
.zzPage ul li a:link {
	color: #444444;
	font-size: 14px;
	text-decoration: none;
}
.zzPage ul li a:hover {
	color: #CA0000;
	font-size: 14px;
	text-decoration: underline;
}
#page {
	margin: auto;
	width: 100%;
	padding: 10px 0;
}
#page ul {
	margin: auto;
	display: table;
	text-align: center;
}
#page li {
	float: left !important;
	float: none;
	margin: 2px;
	height: 20px;
	line-height: 20px;
	display: inline;
	zoom: 1;
	font-size: 14px;
}
#page span {
	display: block;
	padding: 2px 5px;
	background: #F5FBFF;
	border: 1px solid #771D1F;
	color: #771D1F;
	font-size: 14px;
}
#page a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	margin: 0px;
	color: #771D1F;
}
#page a:hover {
	font-size: 14px;
	color: #163F8F;
	text-decoration: none;
}
.w100w {
	width: 100%;
}
.w1200 {
	margin:0 auto;
	width: 1200px;
}
.w1100 {
	width: 1100px;
}
.w1000 {
	width: 1000px;
}
.w1020 {
	width: 1020px;
}
.w800 {
	width: 800px;
}
.w1140 {
	width: 1140px;
}
.w1140 h1 {
	font-size: 20px;
	margin: 10px 0px 10px 0px;
	color: #000;
}
.w300 {
	width: 270px;
}
.auto {
	margin: 0 auto;
}
.auto5 {
	margin: 125px auto;
	overflow:hidden;
}
.auto10t {
	margin: 10px auto;
}
.ding {
	overflow: hidden;
	position: relative;
	display: block;
}
.auto10 {
	margin: auto 10px;
}
.shadow {
	-moz-box-shadow: 0px 1px 3px rgba(51,51,51,1);
	-webkit-box-shadow: 0px 1px 3px rgba(51,51,51,1);
	box-shadow: 0px 1px 5px rgba(51,51,51,1);
	-moz-border-radius: 5px;      /* Gecko browsers */
	-webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius: 5px;            /* W3C syntax */
	filter: alpha(opacity=100); /*IE滤镜，透明度50%*/
	-moz-opacity: 1; /*Firefox私有，透明度50%*/
	opacity: 1;/*其他，透明度50%*/
}
.shadow2 {
	-moz-border-radius: 5px;      /* Gecko browsers */
	-webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius: 5px;            /* W3C syntax */
	filter: alpha(opacity=100); /*IE滤镜，透明度50%*/
	-moz-opacity: 1; /*Firefox私有，透明度50%*/
	opacity: 1;/*其他，透明度50%*/
}
.bkuang {
	border: 1px solid #7E7E7E;
}
.bottom {
	border-bottom: 1px solid #BBBBBB;
}
.bottomred {
	border-bottom: 1px solid #D00000;
}
.shadow2 {
}
.myqq {
	border-top: 1px solid #A5A5A5;
	line-height: 50px;
	height: 50px;
	bottom: 0px;
	right: 0px;
	font-family: Microsoft JhengHei;
	font-size: 12px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	color: #C60000;
	position: absolute;
	filter: alpha(opacity=100);
	z-index: 777;
	bottom: 0px;
	position: fixed;
	_bottom: 20px;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 0)||20)-(parseInt(this.currentStyle.marginBottom, 0)||0)));
	background: url(../img/bottom.jpg);
}
}
/* ------------------------------------------------------------ */

