html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;min-width:1200px;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
   text-decoration:none;
   color:inherit;
}
/* 重置文本框 */
input{
	border: none;
	outline: none;
	outline-offset: 0;
	
}
/* 重置按钮 */
button{
	border: none;
	outline: none;
	outline-offset: 0;
	background: transparent;
	padding: 0;
}


/* 通用样式 */
@charset "utf-8";

* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: 'MicrosoftYahei', '微软雅黑', Arial, '宋体', sans-serif;
}

.bodybg {
	background: url(../images/bg.png) center 500px no-repeat;
min-width:1200px;
}

/* 解决高度坍塌 */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

/* 左浮动 */
.fl {
	float: left;
}

/* 右浮动 */
.fr {
	float: right;
}

/* 每屏部分宽度和居中 */
.container {
	width: 1200px;
	margin: 0 auto;
}

/* 左侧边栏 */
.aside-left {
	float: left;
	width: 585px;
	margin-right: 20px;
}
.aside-fzr{
float: left;
	width: 368px;
	margin-right: 20px;
}
.aside-tzgg {
	float: left;
	width: 389px;
	margin-right: 20px;
}

/* 右侧边栏 */
.aside-right {
	float: right;
	width: 403px;

}

.aside-right .title {
	font-size: 14px;
	line-height: 1.5;
}

/* 中间区域 */
.main {
	/* 创建BFC */
	overflow: hidden;
}

/* 左侧边栏标题 */
.aside-left .title {
	font-size: 24px;
}

/* 隐藏 */
.hidden {
	display: none;
}

/* 图片 */
.adv img {
	width: 100%;
	/* 消除白边 */
	display: block;
}

/* 标题 */
.section-title {
	margin: 20px 0;
}

.section-title .title {
	display: inline-block;
	color: #0e8c76;
	font-weight: bold;
	font-size: 24px;
}

/* 尾元素选择器 */

.section-title .link a {
	font-size: 14px;
	color: #999999;
line-height:38px;
}

span,
p,
div {
	word-wrap: break-word;
}