@charset "utf-8";

/*
 *@fileName : base.css
 *@author : marsh
 *@time : 2014-04-17
 *@how to use : no change
 *qq:11266897
 *function : for all page
*/

/* 	XHTML, HTML4, HTML5 默认浏览器样式重写
---------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, input, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/* 重写默认（显示为内联）
	 * HTML5的浏览器不能识别标签。
	 * IE8（下）需要一个边界
	*/
  display: block;
}
b, strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:400
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*IE*/
  	-ms-interpolation-mode: bicubic;
}
ol, ul {
	list-style: none;
}
li {
	/*IE6 + IE7:*/
  	*display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align:left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
abbr, acronym {
	border:0;
	font-variant:normal
}
sub, sup, small {
	font-size: 75%;
}
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
svg {
	overflow: hidden;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit
}
input, textarea, select {
	*font-size:100%
}
legend {
	color:#000
}
/*	base html css
----------------------------------------------------------------------------------------------------*/
body {
	font: 12px/1.5 '微软雅黑', '宋体', Arial, 'Liberation Sans', FreeSans, sans-serif;
	height: auto;
	min-width: 960px;
	color:#666;
	background:#f0f0f0;
}
a {
	color:#666;
	text-decoration: none;
}
a:visited {

}
a:hover {
	text-decoration: underline;
}
a:active{

}
pre, code {
	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

input, textarea {
	font-family:inherit;
}
input[type="button"], input[type="submit"] {
	cursor:pointer;
	border-radius:2px;
}

/* 	box 容器
----------------------------------------------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.constrain{
	margin:0 auto;
	width: 1000px;
}
/*	clear float
----------------------------------------------------------------------------------------------------*/

.clear:before, .clear:after{
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clear:after{
	clear: both;
}
.clear{
	zoom: 1;
}

/*	Header
----------------------------------------------------------------------------------------------------*/



header { height:90px;_height:89px; border-bottom:1px solid #ececec; background:#fff; width:100%;}
header .logo{ width:127px; height:54px; float:left;  margin-top:20px;}
header .mainNav{float:right; font-size:18px; padding-top:30px; }
header .mainNav li{ float:left;line-height: 1;font-size: 15px;overflow: hidden;margin-top: 10px;}



footer .last a{ padding-right:0px;}
header .mainNav a{ padding:0 51px 0 0;}
header .mainNav a:hover{ color:#000; text-decoration:none;}
header .mainNav .last { background:#e6f4e5; padding:19px 10px; border:1px solid #95d389; font-weight:bold; margin-top:-11px;}
header .mainNav .last a { display: block;line-height: 1;font-size: 15px;overflow: hidden;padding:0;color:#005e15;}
header .mainNav .last a:hover {color:#005e15;}

/*	footer
----------------------------------------------------------------------------------------------------*/
footer{ height:auto;overflow: hidden; background:#e8e8e8; border-top:1px solid #d5d5d5; text-align:center; font-size:13px; color:#666;}
footer ul{ margin:0 auto; width:400px; margin-top:30px;}
footer li{ float:left; }
footer li a{padding:0 20px; }
footer p{ margin-top:5px; color:#999; font-size:12px;}


/*	常用模型
----------------------------------------------------------------------------------------------------*/
.commonBox{ border:1px solid #dbdbdb; background:#fff; margin:50px 0 100px 0; padding:50px;}

.selected{

	color:#53b332;
}

