.check{
	/*background:url(../images/check1.png) no-repeat center;*/
	padding: 30px 0;
	padding-bottom: 0px
}
.check .check-c{
	width: 100%;
	min-height: 500px;
	background: #fff;
	text-align: center;
/*	position: relative;*/
}
.check .check-c{
	position: relative;
}
.check .check-c img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1200px;
	height: 600px;
	margin-top: -300px;
	margin-left: -600px;
}
.check .check-c h3{
	color: #e45d4b;
	font-weight: 600;
	margin-bottom: 30px;
}
.check .check-c textarea{
	width: 90%;
	margin-bottom: 30px;
	padding-left: 10px;
}
.check .check-c .btn{
	display: block;
}
.check .check-c button{
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background: #e45d4b;
	border: 0;
}
.check img{
	width: 100%;
}
.check .check-box{
	/*border:1px solid #e3e3e3;*/
	padding: 10px;
	margin: 0 auto;
/*	vertical-align: middle;*/
	margin-top: 20px;
	/*position: absolute;*/
	width: 60%;
	/*height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -410px;*/
	background: rgba(0,0,0,.1);

}
.check .final{
	height: auto;
	display: block;
	border-top: 1px solid #c4c4c4;
	margin-top: 30px;
}
.check h3{
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 22px;
	text-align: center;
}
.check ul{
	width: 90%;
	margin: 0 auto;
	background: #212d39;
}
.check ul li{
	width: 50%;
	float: left;
	border:1px solid #f3f3f3;
	background: #212d39;
	margin:0 0-1px -1px;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.check .final ul li:nth-child(2n-1){
	width: 30%;
	text-align:right;
	padding-right: 20px;
}
.check .final ul li:nth-child(2n){
	width: 70%;
	text-align: left;
	padding-left: 20px;
}