body{
	margin: 0px;
}
body, nav, dl, dt, dd, p, h1, h2, h3, h4, ul, ol, li, input, button, textarea, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, span {
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}
.head{
	height: 130px;
	width: 100%;
}
.new-box{
	height: 40px;
	width: 100%;
	background-color: #f0f0f0;
}
.banner{
	height: 400px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.business-content-box{
	width: 100%;
}
.business-content{
	width: 1000px;
	margin: 0px auto;
	padding-top: 30px;
}
.business-content-left{
	width: 230px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: top;
}
.business-content-button{
	width: 130px;
	height: 40px;
	background-color: #ebebeb;
	color: #666;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 15px;
	cursor: pointer;
}
.business-active{
	width: 160px;
	background-color: #169ce5;
	color: #fff;
}
.business-content-button:hover{
	width: 160px;
	background-color: #169ce5;
	color: #fff;
}
.business-content-right{
	width: 760px;
	display: inline-block;
	vertical-align: top;
	*display:inline;
     *zoom:1;

}
.business-c-head{
	background-image: url("../../public/img/left.png");
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
