/* ---- Public Style ---- */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
}
.millia{width:1000px;margin:0 auto;font-family:"微软雅黑","黑体";position:relative;}
img {
	border: 0 none;
	vertical-align: middle;
}
ul, li {
	list-style-type: none;
}
dl {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}
body, input, select, button, textarea {
	font-size: 14px;
	font-family: '微软雅黑', Microsoft YaHei;
}
button {
	cursor: pointer;
}
i, em, cite {
	font-style: normal;
}
html {
}
body {
	color: #333333;
	background: #fff;
}
a, a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
}
a:active, a:hover {
	color: #b92207;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* ---- 头部banner Style ---- */
.banner {
	width: 100%;
	height: 730px;
	background: url(../img/banner.jpg) center center no-repeat;
}
/* ---- 菜单menu Style ---- */
.menu_coat {
	width: 100%;
	height: 80px;
	background: #cc1d1c;
	position:relative;
	z-index:9999;
}
.menu {
	width: 1000px;
	margin: 0 auto;
	height: 80px;
}
.menu li {
	width: 200px;
	height: 80px;
	float: left;
}
.menu li a {
	display: block;
	height: 80px;
	line-height: 80px;
	width: 100px;
	margin: 0 auto;
	padding: 0 0 0 60px;
	font-size: 25px;
	color: #fff;
}
.menu li a:hover {
	text-decoration: none;
}
.menu li.news a {
	background: url(../img/menu_news.png) left center no-repeat;
}
.menu li.licheng a {
	background: url(../img/menu_licheng.png) left center no-repeat;
}
.menu li.dianying a {
	background: url(../img/menu_dianying.png) left center no-repeat;
}
.menu li.dangjian a {
	background: url(../img/menu_dangjian.png) left center no-repeat;
}
.menu li.dangshi a {
	background: url(../img/menu_dangshi.png) left center no-repeat;
}
.menu li a:hover {
	color: #fff;
}
/* ---- 标头 Style ---- */	

/* ---- 框架 Style ---- */
.container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;}

.mb40 {
	margin-bottom: 40px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb25 {
	margin-bottom: 25px;
}
.mt30 {
	margin-top: 30px;
}
.pt12 {
	padding-top: 12px;
}
.w710 {
	width: 710px;
}
.w580 {
	width: 580px;
}
.w540 {
	width: 540px;
}
.w480 {
	width: 480px;
}
.w420 {
	width: 420px;
}
.w380 {
	width: 380px;
}
