* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
	opacity: 0.85;
	filter:alpha(opacity=85);
}
.clear {
	clear: both;
}
/* 去除ie8里的X */
input::-ms-clear, input::-ms-reveal{
	display: none;
}

.main a:hover,.main button:hover {
	opacity: 0.85;
	cursor: pointer;
	filter:alpha(opacity=85);
}
.main {
	width: 1200px;
	height: 900px;
	margin: 0 auto;
}
.main .top-title {
	height: 50px;
	font-size: 15px;
	color: #444444;
	text-indent: 21px;
}
.main .content {
	width: 1158px;
	margin: 0 auto;
}
.main .content .tjsx {
	overflow: hidden;
}
.main .content h3 {
	font-size: 18px;
	height: 36px;
	line-height: 32px;
	color: #444444;
	border-bottom: 1px solid #bebebe;
	position: relative;
}
.main .content h3 img {
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-right: 10px;
}
.main .content h3 .mark {
	width: 144px;
	height: 4px;
	background-color: #EA3E3E;
	position: absolute;
	bottom: 0;
}
.main .content form {
	padding-left: 10px;
}
.main .content .tjsx .text {
	margin-top: 22px;
	font-size: 16px;
	line-height: 40px;
	color: #444444;
}
.main .content .tjsx .text span {
	line-height: 40px;
	display: inline-block;
	float: left;
}
.main .content .tjsx .text [type="text"]{
	border: 1px solid #BEBEBE;
	width: 366px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 14px;
	margin-left: 16px;
	padding-left: 10px;
	float: left;
}
.main .content .tjsx .text [type="text"]:nth-child(2) {
	width: 376px;
	margin-right: 120px;
}
[type="text"]::-webkit-input-placeholder {
	color: #999999;
}
.main .content .cnlx {
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #444444;
}
.main .content .cnlx span {
	margin-right: 16px;
	font-size: 16px;
	color: #444444;
}
.main .content .cnlx [type="radio"] {
	display: none;
}
.main .content .cnlx .radioInput{
	display: inline-block;
	width:14px;
	height:14px;
	border:1px solid #BEBEBE;
	border-radius:100%;
	margin-right:6px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 40px;
	box-sizing: border-box;
}
.main .content .cnlx [type="radio"]:checked + .radioInput:after{
	content:"";
	display: inline-block;
	width:2px;
	height:2px;
	background:#FFFFFF;
	border-radius:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -1px;
}
.main .content .cnlx [type="radio"]:checked + .radioInput{
	border:5px solid #EA3E3E;
	box-sizing: border-box;
}
.main .content .cnlx label:nth-child(2) .radioInput{
	margin-left: 0;
}
.main .content .cnsj {
	margin-top: 20px;
	float: left;
}
.main .content .cnsj {
	width: 500px;
	display: inline-block;
	overflow: hidden;
	font-size: 16px;
	color: #444444;
	line-height: 40px;
}
.main .content .cnsj b {
	font-weight: normal;
	display: inline-block;
	margin: 0 19px;
}
.main .content .cnsj .layuidate-text {
	width: 162px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #BEBEBE;
	text-align: center;
	font-size: 14px;
	color: #444444;
	margin: 0 17px;
}
.main .content .cnsj .layuidate-text:first-child {
	margin-left: 16px;
}
.main .content .scbm {
	width: 548px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	display: inline-block;
	float: left;
	margin-top: 20px;
	margin-left: 100px;
}
.main .content .scbm .xz {
	width: 124px;
	height: 40px;
	margin-left: 16px;
	border: 1px solid #EA3E3E;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #666666;
	position: relative;
}
.main .content .scbm .xz img {
	position: absolute;
	top: 0;
	left: 0;
}
.main .content .scbm .cx {
	float: right;
	width: 124px;
	height: 40px;
	border: 1px solid #EA3E3E;
	background-color: #EA3E3E;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
}
.main .content .cxjg {
	margin-top: 34px;
}
.main .content .cxjg table {
	width: 1158px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	background-color: #F6F6F6;
	border: 1px solid #BEBEBE;
	border-collapse: collapse;
	overflow: auto;
}
.main .content .cxjg table tr {
	height: 40px;
	line-height: 40px;
}
.main .content .cxjg table tr:nth-child(2n) {
	background-color: #FFFFFF;
}
.main .content .cxjg table tr th {
	text-align: center;
	height: 36px;
	line-height: 36px;
	color: #000000;
	background-color: #f3f3f3;
	border-bottom: none;
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
}
.main .content .cxjg table tr td {
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #BEBEBE;
}
.main .content .cxjg table tr th:nth-child(1) {
	width: 60px;
}
.main .content .cxjg table tr th:nth-child(4){
	width: 160px;
}
.main .content .cxjg table tr th:nth-child(5){
	width: 170px;
}
.main .content .cxjg table tr th:nth-child(6){
	width: 160px;
}
.main .content .cxjg table tr th:nth-child(7){
	width: 170px;
}
.main .content .cxjg table tr th:nth-child(8){
	width: 100px;
}
.main .content .cxjg table tr td a {
	color: #EA3E3E;
}
.main .content .cxjg table tr td:last-child {
	color: #EA3E3E;
	cursor: pointer;
}
.main .content .cxjg .pageblock {
	width: 730px;
	height: 30px;
	margin: 0 auto;
	background-color: #F6F6F6;
}
.main .content .cxjg .pageblock ul {
	width: 390px;
	height: 30px;
	display: inline-block;
	float: left;
}
.main .content .cxjg .pageblock ul li {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #F6F6F6;
	border: 1px solid #BEBEBE;
	cursor: pointer;
	margin-left: 8px;
	box-sizing: border-box;
}
.main .content .cxjg .pageblock ul .last {
	width: 70px;
	margin-left: 0px;
}
.main .content .cxjg .pageblock ul .next {
	width: 70px;
}
.main .content .cxjg .pageblock ul .curr {
	background-color: #ea3e3e;
	color: #FFFFFF;
	border: none;
}
.main .content .cxjg .pageblock ul li:hover {
	background-color: #ea3e3e;
	color: #FFFFFF;
	border: none;
}
.main .content .cxjg .pageblock span {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #999999;
}
.main .content .cxjg .pageblock .tz {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #999999;
	margin-left: 30px;
}
.main .content .cxjg .pageblock .tz input {
	width: 50px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #BEBEBE;
	box-sizing: border-box;
	text-align: center;
}
.main .content .cxjg .pageblock button {
	width: 55px;
	height: 30px;
	float: right;
	background-color: #EA3E3E;
	color: #FFFFFF;
	border: none;
}

/* 点击查询 */
.main .cxbg {
	width: 100%;
	height: 100%;
	overflow: visible;
	opacity: 0.3;
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	filter:alpha(opacity=30);
}
.main .cxtc {
	width: 718px;
	height: 416px;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -208px;
	margin-left: -359px;
	z-index: 100;
	padding-left: 40px;
	padding-right: 8px;
}
.main .cxtc .close {
	height: 40px;
	text-align: right;
}
.main .cxtc .close img {
	margin-top: 8px;
	cursor: pointer;
}
.main .cxtc .cx-search {
	margin-bottom: 24px;
}
.main .cxtc .cx-search input {
	width: 452px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-indent: 10px;
	border: 1px solid #BEBEBE;
	box-sizing: border-box;
}
.main .cxtc .cx-search button {
	width: 80px;
	height: 40px;
	color: #FFFFFF;
	background-color: #EA3E3E;
	margin-left: 7px;
}
.main .cxtc .cx-content {
	color: #666666;
	height: 275px;
	overflow: auto;
}
.main .cxtc .cx-content label {
	display: inline-block;
	width: 216px;
	height: 14px;
	line-height: 14px;
	margin-bottom: 16px;
}
.main .cxtc .cx-content label:first-child{
	display: block;
}
.main .cxtc .cx-content [type="checkbox"] {
	width: 14px;
	height: 14px;
	display: inline-block;
	line-height: 14px;
	border: 1px solid #DDDDDD;
	color: #DDDDDD;
	position: relative;
	top: 1px;
	margin-right: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.main .cxtc .checkboxInput {
	width: 14px;
	height: 14px;
	display: inline-block;
	line-height: 14px;
	border: 1px solid #DDDDDD;
	color: #DDDDDD;
	position: relative;
	top: 1px;
	margin-right: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.main .cxtc .cx-content [type="checkbox"]:checked + .checkboxInput::before{
	content: '\2714';
	margin-left: 1px;
	position: relative;
	top: -1px;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
}
.main .cxtc .cx-content [type="checkbox"]:checked + .checkboxInput{
	display: inline-block;
	width:14px;
	height:14px;
	background-color: #EA3E3E;
	border:1px solid #DDDDDD;
	box-sizing: border-box;
}
