.zixunHeader{
	width:1200px;
	height: 200px;
	background:url(../img/zixunTop.png);
	background-size:contain;
	text-align: center;
}

.separ{
	height: 125px;
	width:100%;
}
.zixunNav{
	width:637px;
	margin:0 auto;
}
.zixunNav div{
	width:158px;
	height:38px;
	line-height:38px;
	text-align: center;
	color:#fff;
	font-size:18px;
	border:2px solid #fff;
	border-radius:22px;
	float: left;
	margin-left:50px;
}

.huiying{
	overflow: hidden;
}
.zixunNav div.cur{
	background:#fff;
	color:#409fee;
}

.huiyinglist{
	padding:20px 0px;
	border-bottom:0.5px dashed #d7d7d7;
}

.tit{
	color: #101010;
	font-size:18px;
	font-weight:bold;
	border-left:6px solid #409eff;
	height:26px;
	line-height:26px;
	padding-left: 10px;
	margin:20px 0 0px 0;
}
.wenti{
	color:#020202;
	font-size:16px;
	line-height:30px;
}
.daan{
	color:#444343;
	font-size:16px;
	line-height:30px;
}
.daan span{
	color:#999;
}

.wotiwen{
	overflow: hidden;
	margin:20px 0 0px 0;
}
.tiaokuan{
	width:1100px;
	margin:0 50px;
	border:1px solid #409eff;
	border-radius:5px;
}
.tiaokuanHead{
	font-size:18px;
	color:#fff;
	height:38px;
	line-height:38px;
	padding-left:10px;
	background:#409eff;
	border-bottom:1px solid #40ffee;
}
.tiaokuanCotent{
	font-size:16px;
	line-height:35px;
	color:#444434;
	padding:20px 0px;
}
.tiaokuan p{
	text-indent:36px;
	padding:0 15px;
}

.agree{
	background: #409eff;
	width:220px;
	height:40px;
	line-height:40px;
	text-align: center;
	border-radius:5px;
	color:#fff;
	font-size:18px;
	margin:20px auto;
}

.form{
	width:400px;
	margin:0 auto;
}

.r2{
	overflow: hidden;
	margin:10px 0px;
}
.star{
	color:red;
	float: left;
}
.word{
	color:#101010;
	font-size:14px;
	float: left;
	margin:0 15px 0 5px;
}
.choose{
	color:#444434;
	font-size:14px;
	float: left;
	margin-right:10px;
}
.choose input{
	margin-right:10px;
	color:#101010;
}
.r3{
	display: flex;
	margin-bottom:10px;
	align-items: center;
}
.input{
	flex:1;
}
.input input,.input select{
	width:100%;
	height:35px;
	line-height:35px;
	border-radius:4px;
	border:1px solid #d7d2d2;
	text-indent:20px;
	outline:none;
}
.input textarea{
	width:100%;
	height:100px;
	line-height:30px;
	border-radius:4px;
	border:1px solid #d7d2d2;
	text-indent:20px;
	outline:none;
}

.btns {
	width:370px;
	margin: 0 auto;
}
.submit{
	width:160px;
	height:40px;
	line-height:40px;
	color:#fff;
	background: #409fee;;
	text-align: center;
	font-size:16px;
	border:1px solid #409fee;
	float: left;
	border-radius:5px;
}
.rebset{
	width:160px;
	height:40px;
	line-height:40px;
	color:#409fee;
	background: #fff;
	text-align: center;
	font-size:16px;
	margin-left:50px;
	border:1px solid #409fee;
	float: left;
	border-radius:5px;
}
.getCode{
	width:120px;
	height:30px;
	line-height:30px;
	border:1px solid #409fee;
	color: #409fee;
	font-size:14px;
	text-align: center;
	border-radius:3px;
	margin-left:10px;
	background:#fff;
}

.searchWenti{
	margin:20px 0;
}
.search{
	font-size:16px;
	height:40px;
	line-height:40px;
	padding-bottom:20px;
	border-bottom:1px dashed #409fee;
}
.search_star{
	color:red;
	float: left;
}
.search_txt{
	color:#101010;
	margin:0 10px;
	float: left;
}
.search input{
	height:40px;
	line-height:40px;
	border-radius:4px;
	border:1px solid #d7d2d2;
	text-indent:20px;
	outline:none;
	float: left;
	margin:0 10px;
}
.search_submit{
	height:40px;
	line-height:40px;
	width:120px;
	float: right;
	text-align: center;
	border-radius:5px;
	color:#fff;
	background: #409fee;
	border:none;
}
.noRecord{
	text-align: center;
	margin-top:40px;
	padding-bottom:50px;
}
.noRecord img{
	width:407px;
	height:407px;
}
.noRecord p{
	color:#999;
	font-size:16px;
}
.news-center{
	margin-top:0px;
}
.news-center ul{
	margin-left:10px;
}
.news-center li{
	height:34px;
	line-height:34px;
	font-size:14px;
	color:#101010;
	/*display: flex;*/
	border-bottom:1px dashed #cbc8c8;
	padding:10px 0px;
}
.news-center li::marker {
	content: '';
}
.news-center li div{
	height:34px;
	line-height:34px;
	font-size:14px;
	color:#101010;
	display: flex;
	text-decoration:none;
}

.news-center div  span:first-child{
	flex:1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-center li div span:first-child:before{
	content:'';
	display: block;
	width:4px;
	height:4px;
	background:#101010;
	border-radius: 50%;
	margin-right:6px;
	margin-top:13px;
	float: left;
}
.searchDetail{
	margin-top:20px;
	overflow: hidden;
}

.flex{
	display: flex;
	align-items: center;
}
.w50{
	width:50%;
}
.w30{
	width:30px;

}
.w16{
	width:16px;
}
.input input.w95{
	width:95%;
}
.searchDetail input{
	color:#999;
}
.wenAndDa{
	overflow: hidden;
}

.wen{
	background:rgba(245,245,245,1);
	width:728px;
	float: left;
	display: flex;
	border-radius:3px;
	padding:20px;
	margin-top:20px;
}
.wen img{
	width:50px;
	height:50px;
	margin-right:10px;
}
.wen div{
	flex:1;
	font-size:16px;
	line-height: 30px;
}
.wen div p:first-child{
	color:#999;

}
.wen div p:last-child{
	color:#333;
}

.da{
	margin-top:20px;
}
.da img{
	width:50px;
	height:50px;

	float: right;
}
.da div{
	flex:1;
	font-size:16px;
	line-height: 30px;
	margin-right:10px;
}
.da div p:first-child{
	color:#409fee;
	text-align: right;

}
.da div p:last-child{
	color:#333;
	text-align: right;
}
.da{
	background:rgba(64,158,255,0.1);
	float: right;
	width:728px;
	display: flex;
	border-radius:3px;
	padding:20px;
}
.huifu{
	margin-top:20px;
}
.huifu textarea{
	width:calc(100% - 2px);
	border-radius:3px;
	height:120px;
	line-height:40px;
	border:1px solid #409eff;
	text-indent:10px;
}
.huidabtns{
	float: right;
	margin:20px 0px;
	overflow: hidden;

}
.huida_submit{
	height:40px;
	line-height:40px;
	border-radius:5px;
	width:150px;
	margin-right:50px;
	text-align: center;
	background:#409eff;
	color:#fff;
	border:none;
}
.huida_fanui{
	height:38px;
	line-height:38px;
	border-radius:5px;
	width:150px;
	text-align: center;
	color:#409eff;
	border:1px solid #409eff;
	background:none;
}
.flex input{
	width:calc(100% - 2px)
}
.detail input{
	width:calc(100% - 2px)
}
