@charset "UTF-8";
/*保险公司样式*/
.container{
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	padding: 16px 0 118px;
}
.container-wraper{
	background: #fff;
	padding: 62px 50px 55px;
}
.title{
	border-bottom: 1px dashed #dedad9;
}
.title-left h2{
	display: inline-block;
	font-size:24px;
	line-height:70px;
	margin-right: 8px;
}
.title-left span{
	color: #dbd9d8;
	font-size: 12px;
}
.title-right span{
	cursor: pointer;
	font-size:16px;
	line-height:70px;
	color: #fd772e;
}
.section{
	padding-top: 70px;
	padding-bottom: 60px;
	border-bottom: 1px dashed #dedad9;
}
.section-title{
	height: 46px;
	border-left: 4px solid #fd772e;
	padding-left: 16px;
}
.section-title p{
	font-size: 15px;
	color: #807f7f;
}
.section-title .first{
	margin-bottom: 8px;
}
.chart{
	text-align: center;
	padding-top: 70px;
}
.chart img{
	display: inline-block;
}
.register{
	padding-top: 57px;
	text-align: center;
}
.create{
	text-align:center;
	margin-top: 70px;
}
.create-web{
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border:1px solid #fd772e;
	padding: 0 62px;
	font-size:18px;
	line-height:52px;
	color: #fd772e;
}
.create-web:hover {
	background-color: #fd772e;
	color: #fff;
}