.text-center {
	text-align: center;
}

.container {
	width: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, .94);
}

body {
	/*background: url(../images/bg2.jpg) no-repeat;*/

    background: radial-gradient( at center, #0075c3, #171d46  );
	background-position: right 0px;
	/* background-size: 124%; */
	background-size: cover;
}
.copyright{
    text-align:center;
    color:#fff;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    font-size: 13px;
}
.copyright a{
    color: #fff;
    text-decoration: none;
}
@media (min-width:768px) {
	.container {
		width: 58%;
		background-color: rgba(255, 255, 255, .94);
		margin: 0 auto 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 20px;
	}

	.form_box {
		/* width: 600px; */
		margin: 20px 0 0 88px;
	}

	.form_box input {
		float: left;
		width: 409px;
	}


}

@media (min-width:1040px) and (max-width:1444px) {
	.container {
		width: 84%;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.container {
		width: 100%;
	}
}

.form_box div::after,
.clearfix::after {
	content: '';
	clear: both;
	display: block;
}

.left {
	float: left;
}

.cont_1 {
	width: 30%;
	line-height: 35px;
	padding-left: 12px;
	padding-top: 152px;
	font-size: 19px;
    text-align: left;
}

.cont_1 img {
	width: 100%;
}

.cont_2 {
	width: 60%;
	margin-left: 8%;
}

.line_tit {
	height: 25px;
	position: relative;
}

p.line_tit::after {
	content: '';
	width: 100%;
	/* z-index: -1; */
	height: 1px;
	background: #ddd;
	position: absolute;
	display: block;
	top: 10px;
}

p.line_tit span {
	font-size: 20px;
	background: #f1f1f2;
	z-index: 999;
	position: absolute;
	width: 40%;
	text-align: center;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.explain {
	font-size: 14px;
	color: #999;
}

.input-text {
	margin: 25px 0;
}

.form_box label {
	font-weight: 500;
	margin: 10px 0;
	display: block;
	width: 28%;
	float: left;
}

.form_box label span {
	color: red;
	float: left;
	margin-right: 8px;
}

.form_box div {
	margin-bottom: 20px;
}

.form_box button,
.form_box input {
	border: 1px solid #ddd;
	padding: 10px 20px;
	border-radius: 5px;
}

.form_box input {
	width: 60%;
}

.form_box .yzm input {

	width: 39%;
	border-radius: 5px 0 0 5px;
	border-right: 0;
}

.form_box .yzm img {
	width: 21%;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 0 ;
}

.form_box button {
	width: 96%;
	/* margin: 0 auto; */
    border-color:#cc1f1f;
    display: block;
    background:#cc1f1f;
    color: #ffffff;
}

.i_bz_div {
	margin: 0 auto;
	padding: 10px;
	background: #cecece2e;
	font-size: 15px;
	color: #312f2f;

	width: 48%;
}

.er {
	margin: 0 auto;
}

.only_er img{
	width: 130px;
}

.er img {
	width: 50%;
}

.only_er {
	margin-bottom: 20px;
}

.search_table {
	position: relative;
	top: 0;
	display: none;
    z-index: 9999;
	width: 100%;
}

.search_table.xs {
	display: block;
}

.search_table .table {
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 48%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.58);
}

.search_table .table tr {

	border: 0;
}

.search_bg {
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
}

.search_table .tit {

	padding: 14px;
	border-bottom: 1px solid #ddd;
}

.search_table.xs .tit {
	border: 0;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}

.search_table.xs table {

	padding: 0 10px;
}

.search_table table {
	margin: 0 auto;
	width: 100%;
}

.search_table td {
	padding: 10px;
}

.search_table.xs td:nth-child(2n+2) {
	text-align: center;
}

.search_table tr:nth-child(odd) {
	/*background: #f8cf57;*/
	/*color: #a07332;*/

    background: #cc1f1f;
    color: #ffffff;
}

.search_table .table .x {
	width: 29px;
	height: 29px;
	display: block;
	float: right;
	background: url(../images/icon.png) no-repeat center;
	background-size: 167px;
	background-position: -114px -25px;
	position: absolute;
	right: -9px;
	top: -8px;
}

.hidden_md {
	display: none;
}

.hidden_xs {
	display: block;
}

@media (max-width:768px) {
	.hidden_md {
		display: block;
	}

	.hidden_xs {
		display: none;
	}

	.cont_1 {
		width: 100%;
		line-height: 26px;
		padding: 0;
		font-size: 13px;
		margin: 10px 0px;
	}

	.cont_1 img {
		width: 95%;
	}

	.cont_1 p {
		margin: 3px;
		line-height: 23px;
        text-align: center;
	}

	.form_box button,
	.cont_2,
	.form_box label{
	    width:100%;
	}

	.search_table table {
        width: 95%;
        padding: 12px 0;
        border-bottom: 1px solid #ddd;
	}

	.cont_2 {
		margin-left: 0;
	}

	.er img,
	.i_bz_div,
	.form_box input {
		width: 88%;
	}

	.form_box {
		padding: 0 10px;
	}

	.form_box .yzm img {
		width: 34%;
		float: left;
        height: 35px;
	}

	.form_box .yzm input {
		width: 60%;
		border-radius: 5px 0 0 5px;
		border-right: 0;
		float: left;
        height: 21px;
	}

	p.line_tit span {
		width: 58%;
		background: #fff;
		font-size: 17px;
	}

	.search_table .table {
		width: 100%;
		height: 100%;
        transform: none;
        top: 0;
        left: 0;
	}
    .search_table td:nth-child(1){
            width: 68px;
            border-right: 1px solid #fff;
    }
    .search_table td:nth-child(2){
        width: 160px;
    }
	.search_table td {
        text-align: center;
	}

	.search_table .table .x {
		right: 10px;
		top: 10px;
	}

	.line_tit {
		margin: 0 0 10px;
	}

	.form_box div {
		margin-bottom: 10px;
	}

	.form_box button {
		margin-top: 15px;
	}

	.form_box input {
		width: 95%;
	}

	.form_box button,
	.form_box input {
		padding: 7px 7px;
	}

	.form_box label {
		font-size: 13px;
		font-weight: 500;
		margin: 5px 0;
	}

	.i_bz_div {
		padding: 7px;
		font-size: 13px;
	}

	.er img {
		width: 70%;
	}.container{
	    background: #fff;
	}
}

