﻿@charset "utf-8";
/* CSS Document */
/**
 * 
 * @authors Landry
 * @date    2014-03-28 10:16:50
 * @version $Id$
 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, abbr, address, cite, code, del, dfn, em, img, sub, sup, var, i, dl, dd, dt, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, menu, section {
	display: block;
}
ol, ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #6d6d6d;
}
a:active, a:visited {
	/*color: #0066ab;*/
}
input, select {
	vertical-align: middle;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	outline: none;/* for Forefox */
	cursor: pointer;
}


/*大体架构
 ----------*/
body {
	
	font-family:Microsoft YaHei;
	width: 100%;
	font-size:12px;
	
}
/*.wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	_width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"");
	overflow: hidden;
}
.box {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.main {
	width: 1538px;
	margin: 0 -270px;
	overflow: hidden;
	position: relative;
	background:url(head.jpg) repeat-x left top;
}
*/

/*颜色值
 --------------*/
.orange {
	color: #ffe400;
}
.blue {
	color: #699BCC;
}
/*清楚文字内容
 --------------*/
.txtIndent {
	text-indent: -9999em;
}
/*用于seo不显示的内容
 --------------*/
.seo {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
}
.seo, .hideImg {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
}
.hideImg {
	overflow: hidden;
}
.hideImg img {
	width: 0;
	height: 0;
	overflow: hidden;
}
/*清除浮动
 --------------*/
.clearfix {
  zoom: 1;
  _height: 1px
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.clear {
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	font-size: 0;
	overflow: 0;
	clear: both;

/*左浮动和右浮动
 --------------*/
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.float_r, .float_l {
	_display: inline;
}

/**头部代码**/
/*.header{width:100%;margin:0 auto;position:fixed;top:0;left:0;z-index:10;}
.header .head-logo{float:left;width:160px;height:44px;padding:35px 0 0 61px;}
.header .head-lage{float:right;text-align:right;padding-top:21px;}
.header .head-lage a{display:inline-block;color:#FFF;font-size:13px;margin-right:13px;}
.header .head-lage a:hover{text-decoration:underline;color:#e21c16;}*/


/**底部文件**/
/*.All_body .footer{position:fixed;bottom:49px;}
.footer{width:36%;margin:0 auto;position:absolute;bottom:13px;right:16px;z-index:3;}
.foot{float:right;color:#9c9c9c;line-height:24px;margin-right:10px;text-align:right;}
.terimg{float:right;width:148px;height:46px;}*/