@charset "utf-8";
/*全局样式*/
body {
	margin:0;
	padding:0;
	 background: url(images/bigbg.jpg) center no-repeat fixed;
	
}
div, dl, dt, td, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
	list-style:none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size:14px
}
Form, Select {
	margin: 0;
	padding: 0;
}
input, textarea {
	padding:2px;
	font-size:12px;
	resize:none;
	outline:none;
	border: 0;
}
div, h1, h2, p, Table, Tr, Td {
	word-wrap:break-word;
	word-break:break-all;
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
	font-style:normal;
}
ul li {
	vertical-align:top;
}
/*链接样式*/
a {
	color:#333;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:link, a:visited {
	text-decoration:none;
	vertical-align:baseline;
	word-break:break-all;
	outline:none;
}
a:hover, a:active {
	text-decoration:none;
	vertical-align:baseline;
	word-break:break-all;
}
a:hover span {
	cursor:pointer;
	text-decoration:none;
}
/* 清浮动 */
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* 浮动 */
.f-fl {
	float: left;
}
.f-fr {
	float: right;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
	font: 12px/1.5 "Microsoft YaHei", 微软雅黑, \9ed1\4f53, \5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
	color:#666
}
/* 去除 IE6 input/button 多余的空白 */
button, input {
 *width:auto;
 *overflow:visible;
	/* 让 input 和 button 一样高 */
  line-height:normal;
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* 去除默认边框 */
fieldset, img {
	border:0;
}
/* 解决 IE6-7 图片缩放锯齿问题 */
img {
	-ms-interpolation-mode:bicubic;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display:block;
}
/* 一致化 horizontal rule */
hr {
	border:none;
	border-bottom:1px solid #cfcfcf;
	margin-bottom:10px;
   *color:pink;
   *filter:chroma(color=pink);
	height:10px;
   *margin:-7px 0 2px;
}

.menunav{ height:50px; line-height:50px; width:100%; clear:both; background:#da251c; }
.width1002{ width:1000px; margin:0 auto;  }
.toplogo{ padding:20px 0;}
.width1000{ width:1000px; margin:0 auto;   height:50px; overflow:hidden;  }
.width1000 ul{ display:block; margin-left:-1px;}
.width1000 ul li{ float:left;  border-left:0px solid #309c24}
.width1000 ul li a{ font-size:16px; color:#fff; padding:0 30px; letter-spacing:1px; display:inline-block; height:50px; font-weight: normal;}
.width1000 ul li a:hover{ background:#ebbd39}

.thecontent { padding:30px; background:#FFF; margin-top:50px; margin-bottom:50px; word-break:normal;word-wrap:break-word;}
.thecontent h2{ font-size:18px; border-bottom:1px solid #ececec; height:40px; line-height:40px; letter-spacing:1px;}
.content2{ padding:20px 0; clear:both; color:#666; font-size:14px; line-height:24px; letter-spacing:1px;}
.content2 p{ padding-bottom:24px; text-indent:35px; word-break:normal;word-wrap:break-word; }
.content2 h3{ font-size:16px; padding-bottom:20px;}
.content2 ul li{ border-bottom:1px solid #ececec; padding:20px 0; height:130px; word-break:normal;word-wrap:break-word;}
.content2 ul li strong{ font-size:16px; padding-bottom:15px; display:inline-block;}
.content2 ul li img{ float:left; margin-right:20px; width:100px; height:auto;}
.homebanner{ padding:30px 0; width:100%;}
.foot{ height:50px; line-height:50px; padding:20px 0; width:100%; background:#f4f4f4;}