@CHARSET "UTF-8";
/*****************content section********************/
.content{
	position:relative;
	margin:0,auto;

}
.section01{
	height:450px;
	width:100%;
	/*background-image:url(../img/pic01.png);*/
}
/* banner */
.banner{height:400px;overflow:hidden;}
.banner .d1{width:100%;height:392px;display:block;position:absolute;left:0px;top:46px;}
.banner .d2{width:1000px;height:30px;clear:both;position:absolute;z-index:100;left:50px;top:390px;}
.banner .d2 ul{float:left;position:absolute;left:58%;top:0;margin:0 0 0 0px;display:inline;}
.banner .d2 li{width:17px;height:15px;overflow:hidden;cursor:pointer;background:url(../img/img1.png) no-repeat center;float:left;margin:0 3px;display:inline;}
.banner .d2 li.nuw{background:url(../img/img1_1.png) no-repeat center;}
/* banner */

.section02{
	position:relative;
	padding-top:20px;

	height:600px;
	width:100%;
}
.business-title{
	position:relative;

	width:100%;
	height:30px;

	font-size:32px;
}
.business-title-detail{
	padding-left:580px;
	font-size:24px;
	width:100%;
}
.section02 ul{
	padding-top:30px;
	padding-left:172px;


	list-style-type:none;
	font-weight: bold;

}
.business-list-item{
	border:1px solid grey;
	margin-right:10px;
	width:320px;
	height:460px;
	background-color:#ffffff;
}
.section02 li{
	float:left;
	padding-right:10px;

}
.business-list-pic{
	width:320px;
	height:220px;
}
.business-list-item-title{
	display:block;
	padding-top:15px;
	padding-left:30px;
}
.business-list ul{
	padding:0px;
	list-style-type:circle;
	font-size: 16px;
}
.business-list-item li{
	float:none;
	padding-top:20px;
	font-weight:normal;
}
.business-list-item-link{
	position:relative;
	left:30px;
	font-weight:normal;
}
.business-list-item-link h4{
	padding-top:10px;
}
.business-list-item-icon{
	padding-right:5px;
}
.business-list-item-para{
	padding-top:10px;
	padding-left:0px;
	color:black;
	word-wrap:break-word; word-break:normal;
	width:80%;
}
