
/*banner-start*/
.banner{
	width: 100%;
	height: 510px;
	background:url(../images/banner.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

/*内容部分-start*/
.content{
	overflow: hidden;
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 60px 0;
}
.content .wrap{
	width: 1200px;
	margin: 0 auto;
}

.contentList{
	overflow: auto;
	margin-bottom: 60px;
}
.contentList li{
	width: 286px;
	height: 302px;
	float: left;
	background: #fff;
	margin-left: 15px;
	border-radius: 6px;
	box-shadow: 0 0 8px #eaeaea;
	overflow: hidden;
	font-family: '[PingFang]';
}
.contentList li:nth-child(1){
	margin-left: 0;
}
.contentList img{
	width: 90px;
	height: 102px;
	margin: 50px 0 0 95px;
}
.contentList h3{
	text-align: center;
	font-size: 22px;
	color: #333;
	font-weight: bolder;
	line-height: 42px;
	margin-top: 30px;
}
.contentList p{
	text-align: center;
	font-size: 18px;
	color: #666;
	line-height: 36px;
}
.contentList span{
	color: #ffba00;
	font-weight: bolder;
}

/*投保人名单*/
.nameListContainer{
	height: 82px;
	width: 100%;
	overflow: hidden;
	background:#fff;
	margin-bottom: 20px;
}
.nameListTit{
	width: 200px;
	text-indent: 20px;
	line-height: 82px;
	font-size: 18px;
	color: #333;
	float: left;
}
.nameListBox{
	width: 1000px;
	height: 82px;
	float: left;
	overflow: hidden;
}
.nameList{
	width: 3000px;
	overflow: auto;
	position: relative;
	animation: moveUp 10s 1s  linear infinite;
}
.nameList li{
	float: left;
	width: 330px;
	line-height: 82px;
	font-size: 16px;
	color: #666;
	font-family: '[PingFang]';
}


/*轮播--start*/
@keyframes moveUp
{
	0% {left:0px;}

	25% {left:-330px;}

	50% {left:-660px;}

	100% {left:-990px;}

}

@-webkit-keyframes moveUp 

{

	0% {left:0px;}

	25% {left:-330px;}

	50% {left:-660px;}

	100% {left:-990px;}

	
}

/*轮播--ends*/

/*在线投保*/
.onlineInsure{
	min-height: 905px;
	background: #fff;
	overflow: hidden;
}
.onlineInsureTit{
	line-height: 80px;
	font-size: 22px;
	color: #1e84da;
	text-indent: 30px;
	background: url(../images/onlineInsureTitBg.jpg) no-repeat 126px 32px;
	margin-top: 10px;
}

/*信息输入部分--表单验证部分*/
.onlineInsureWrite{
	height: 280px;
	box-sizing: border-box;
	padding-left: 30px;
}




/*详细信息展示*/
.onlineInsureInfo{
	min-height: 521px;
	box-sizing: border-box;
	border-top: 1px solid #f2f2f2;
	padding: 0 0 40px 30px;
	overflow: hidden;
}
.onlineInsureDetail{
	line-height: 48px; 
	overflow: hidden;
}
.onlineInsureDetail:nth-child(1){
	margin-top: 24px;
}
.onlineInsureDetailb{
	display: inline-block;
	float: left;
	width: 125px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.onlineInsureText{
	display: inline-block;
	float: left;
	width: 900px;
	font-size: 16px;
	color: #6b6b6b;
}
/*男 女 单选框*/
.sexRadio{
	height: 48px;
	overflow: hidden;
	float: left;
	width: 900px;
	box-sizing: border-box;
	/*padding-top: 20px;*/
	font-size: 16px;
}
.sexRadio input{
	/*margin-right: 30px;*/
	/*visibility: hidden;*/
	display: none;
	padding:0;
}
.sexRadio label{
	margin-right: 30px;
}
.select{
	padding-left: 30px;
	cursor: pointer;
	background: url(../images/select.png) no-repeat left;
	background-size: 16px;
}
.unselect{
	padding-left: 30px;
	cursor: pointer;
	background: url(../images/unselect.png) no-repeat left;
	background-size: 16px;
}
/*投保须知*/
.insureanceInfo{
	overflow: hidden;
	margin-bottom: 30px;
}
.insureanceInfo b{
	line-height: 48px;
}
.insureanceInfo p{
	font-size: 16px;
	color: #6b6b6b;
	line-height: 26px;
	float: left;
	width: 900px;
	margin-top: 10px;
}
.insureanceInfo a{
	color: #1e84da;
}

.insureanceBtn{
	width: 200px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background: #1e84da;
	border-radius: 6px;
	outline: none;
	cursor: pointer;
	margin-left: 500px;
}

.agreement{
	line-height: 46px;
	font-size: 18px;
	color: #828890;
	text-align: center;
	cursor: pointer;
}
.agreement input{
	margin-left: 30px;
}


/*点击“重要告知” 和 “保险条款” 弹出的内容*/
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	background: rgba(122,122,122,0.5);
	display: none;
}
.maskCon{
	width: 500px;
	height: 512px;
	overflow-y: auto;
	background: #fff;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.maskCon h3{
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #000;
	background:#f0f0f0;
}
.maskCon span{
	display: inline-block;
	float: right;
	margin-right: 14px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(../images/close.png) no-repeat;
	background-size: 16px;
	margin-top: 10px;
}
.maskDetainCon{
	width:490px;
	margin: 0 auto;
	height: 450px;
	overflow-y: scroll;
	margin-top: 5px;
}
.maskDetainCon p{
	margin-top: 16px;
	text-indent: 12px;
}
.insuranceList,.importantInfo{
	display: none;
}