@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:#fff;
	font-family:"微软雅黑";
}
.toppic{
	width:100%;
	height:350px;
	background:url(../images/toppic.jpg) no-repeat top center;
}
.main{
	width:1000px;
	height:auto;
	margin:auto;
}
.title{
	width:100%;
	height:55px;
	line-height:55px;
	background:url(../images/title.gif) no-repeat;
	font-size:26px;
	color:#fff;
	font-weight:bold;
	padding-left:78px;
}
.mar{
	margin-top:50px;
}
.container{
	width:915px;
	height:auto;
	margin:auto;
}
.text{
	font-size:18px;
	color:#3e3a39;
	line-height:30px;
	text-indent:28px;
	margin-top:30px;
}
.table{
	border:5px solid #fff;
	border-collapse:collapse;
	margin-top:25px;
	font-size:16px;
	color:#221815;
}
.table td{
	border:3px solid #fff;
	border-collapse:collapse;
	padding:10px;
}
.table td span{
	font-size:18px;
	color:#0075b6;
	font-weight:300;
}
.pad{
	padding:0px!important;
}
.white_font{
	color:#fff;
	font-weight:300px;
}
.risk p{
	font-size:12px;
	color:#8e8e8e;
	line-height:18px;
}
.risk p span{
	font-size:20px;
	color:#666666;
}