body {
	font-family: '微软雅黑';
	color: #333333;
	font-size: 16px;
}

a {
	color: #333333;
}

a:focus {
	outline: none;
}

img {
	border: none !important;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ele {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.banner{
	height: 382px;
	background: url("banner_01.jpg") no-repeat center top;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.con1{
	font-size: 24px;
	line-height: 65px;
	height: 77px;
	padding: 10px 40px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #e6e6e6;
}
.con1 span{
	cursor: pointer;
}
.con1 .current{
	font-weight: bold;
	color: #106fd3;
	height: 67px;
	border-bottom: 2px solid #106fd3;
}
/* .con1 span:nth-child(2).current{
	color: #fea327;
	border-bottom: 2px solid #fea327;
}
.con1 span:nth-child(3).current{
	color: #36e8a4;
	border-bottom: 2px solid #36e8a4;
} */
.con1 img{
	margin-right: 16px;
}
/* 查询头部 */
.xx_top{
	width: 815px;
	margin: 0 auto;
	padding-top: 50px;
}
.xx_top li{
	line-height: 60px;
	margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}
.xx_top li p{
	width: 646px;
}
.xx_top li p input{
	width: 100%;
	height: 60px;
	border: 1px solid #d3d3d3;
	background: #f8f8f8;
	color: #999999;
	border-radius: 6px;
	padding: 0 20px;
}
.xx_top div	{
	text-align: right;
}
.xx_top button{
	width: 180px;
	height: 60px;
	border-radius: 6px;
	font-size: 22px;
}
.xx_top button.reset{
	color: #666666;
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin-right: 20px;
}
.xx_top button.ser_submit{
	color: #ffffff;
	background: #0173ed;
	border: 0;
}
/* 信息列表 */
.xx_list{
	color: #000000;
	font-size: 18px;
	padding-top: 25px;
	display: none;
}
.xx_list li{
	border-bottom: 1px solid #cbcbcb;
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	padding-left: 190px;
	text-align: left;
}
.xx_list li span{
	width: 400px;
}
.xx_list li p{
	text-align: left;
	width: 610px;
}
.xx_list .reback {
	text-align: right;
	margin-top: 35px;
}
.xx_list .reback span{
	background: #0173ed;
	font-size: 22px;
	color: #ffffff;
	display: inline-block;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
}
/* 版权信息 */
.footer{
	background: #f2f2f2;
	font-size: 14px;
	margin-top: 80px;
}
.foot_con{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
.foot_con p{
	line-height: 28px;
}