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: 400px;
	/*background: url("banner_01.jpg") no-repeat center top;*/
}
.container{
/*	width: 1200px;*/
	margin: 0 auto;
}
.con1{
	max-width: 1200px;
	margin: 0 auto;
	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;
}

.con2 {
	max-width: 1200px;
	margin: 0 auto;
}
/* 查询头部 */
.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 a.sbutton{
	display: inline-block;
	width: 180px;
	height: 60px;
	border-radius: 6px;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
}
.xx_top .ser_reset{
	color: #666666;
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin-right: 20px;
}
.xx_top .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;
}

.sbutton {
	width: 180px;
	height: 60px;
	border-radius: 6px;
	font-size: 22px;
}
.ser_reset {
	color: #666666;
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin-right: 20px;
}

@media screen and (max-width:640px) {
	body {
		width: 100%;
	}
	.banner{
		height: 200px;
	}
	.con1 {
		width: auto;
		height: 38px;
		padding: 8px 6px 0;
		line-height: 20px;
	}
	.con1 img {
		display: none;
	}
	.con1 span {
		font-size: 12px;
		height: 30px;
	}
	.con1 .current {
		height: 30px;
	}

	.xx_top{
		width: auto;
		margin: 0 auto;
		padding-top: 50px;
	}
	.xx_top li p {
		width: 100%;
	}

	.xx_top li {
	    line-height: 30px;
	    font-size: 13px;
	    padding: 0 10px;
	}
	.xx_top li p input {
	    width: 100%;
	    height: 40px;
	    padding: 0 10px;
	}
	.xx_top div {
	    text-align: center;
	}
	.xx_top a.sbutton {
	    width: 150px;
	}

	.xx_list li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.xx_list li span{
		width: auto;
	}
	.xx_list li p{
		width: auto;
	}
	.xx_list .reback {
		margin-right: 30px;
	}
	.foot_con{
		width: auto;
	}
	.con1{
		max-width: auto;
	}
}