*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Î¢ÈíÑÅºÚ";
	box-sizing: border-box;
	background-color: #f5f7fa;
}

li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
.clearFloat:after{
	display: block;
	content: "";
	clear: both;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.cxNav{
	width: 100%;
	height: 60px;
/* 	background-color: #00439a; */
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}.query_box{
	width: 750px;
	height: 327px;
	margin: 0 auto;
	position: relative;
	background-image: url(/static/www.sxhkxy.com/images/queryBg.jpg);
}
.tips_box{
	position: absolute;
	top: 244px;
	right: 264px;
	font-size: 12px;
	line-height: 21px;
}
.cxDiv{
	width: 1200px;
	height: auto;
	margin: 30px auto;
}
.cxDiv .name{
	padding: 30px 30px 17px 30px;
	color: #ff0000;
	font-size: 16px;
}
.cxDiv .tips{
	padding: 0px 56px 17px 30px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.cx_condition{
	color: #333333;
	line-height: 34px;
	border-bottom: 1px solid #eeeeee;
	padding-left: 30px;
}
.cxBox{
	width: 100%;
	padding: 35px 30px 57px 30px;
}
.cxLeft{
	width: 540px;
}
.cxLeft p{
	color: #00439a;
	font-size: 16px;
}
.cxform{    width: 417px;
    height: 115px;
    position: absolute;
    right: 0px;
   top: 118px;
}
.formItem{
	margin-bottom: 11px;
}
.formItem .label{
	width: 120px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	font-size: 14px;
	color: #333333;
}
.formItem input{
	    height: 21px;
		width: 177px;
	    text-indent: 1em;
	    width: 270px;
	    outline: 0;
}
.chaxun{
	margin: 0 auto;
	background-color: #c3c3c3;
	border: 0px;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	display: block;
	cursor: pointer;
}
.line{
	position: relative;
	margin-left: 19px;
	padding-top: 115px;
	color: #333333;
	font-size: 14px;
}
.line:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 73px;
	background-color: #eeeeee;
	bottom: -75px;
	left: 8px;
}
.line::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 73px;
	background-color: #eeeeee;
	top: 40px;
	left: 8px;
}
.cxResult{
	width: 1200px;
	margin: 0 auto;
	margin-top: 19px;
	background-color: #fff;
	border: 1px solid #eeeeee;
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 55px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 99px;
}
@media screen and (min-width: 320px) {
	.cxDiv{
		width: 100%;
	}
	.cxDiv .name {
	    padding: 30px 15px 17px 15px;
	}
	.cxDiv .tips{
		padding: 0px 15px 17px 15px;
		font-size: 13px;
	}
	.cx_condition{
		padding-left: 15px;
	}
	.cxLeft{width: 100%;margin-bottom: 15px;}
	.cxBox {
	    width: 100%;
	    padding: 35px 15px 15px 15px;
	}
	.formItem .label{
		width: 90px;
	}
	.formItem input{
		width: 200px;
	}
	.line{
		display: none;
	}
	.cxResult{
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.cxLeft{
		width: 49%;
	}
}
@media screen and (min-width: 1000px) {
	.cxDiv {
	    width: 1200px;}
	.cxDiv .name {
	    padding: 30px 30px 17px 30px;
	}
	.cxDiv .tips {
	    padding: 0px 56px 17px 30px;
	    color: #333333;
	    font-size: 14px;
	    line-height: 24px;
	}
	.cx_condition{
		padding-left: 30px;
	}
	.cxBox {
	    width: 100%;
	    padding: 35px 30px 57px 30px;
	}
	.cxLeft {
	    width: 540px;
		margin: 0;
	}
	.formItem input{
		width:177px;
	}
	.cxResult{
			width: 1200px;
		}
}