.cerificate-img{
	background-color: #0b1c2d;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: cover;
}

.cerificate-img .main{
	padding-top: 150px;
	padding-bottom: 120px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.cerificate-img .main .txt{
	float: left;
	width: 70%;
	padding-right: 10%;
}

.cerificate-img .main .txt h2{
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.cerificate-img .main .txt  p{
	color: #fff;
	font-size: 20px;
}

.cerificate-img .main .about{
	width: 30%;
	padding: 15px 0px;
	float: right;
	background-color: #fff;
}

.cerificate-img .main .about li a{
	display: flex;
	padding: 10px 20px;
}

.cerificate-img .main .about .img{
	width: 80px;
	height: 60px;
	background-color: #666;
}

.cerificate-img .main .about .txt{
	width: calc(100% - 120px);
	margin-left: 40px;
}

.cerificate-search{
	margin-top: 60px;
	margin-bottom: 80px;
}

.cerificate-search .main{
	max-width: 780px;
	background-color: #fff;
	padding: 50px;
}

.cerificate-search .main div{
	display: flex;
	margin-bottom: 30px;
}

.cerificate-search .main div span{
	width: 100px;
	text-align: right;
	margin-right: 20px;
	line-height: 40px;
}

.cerificate-search .main div span span{
	font-weight: 500;
	color: #ff0000;
}

.cerificate-search .main div input{
	width: calc(100% - 120px);
	line-height: 40px;
	padding-left: 20px;
	outline: none;
	background-color: #eaf5ef;
}

.cerificate-search .main div.code input{
	width: calc(100% - 300px);
	margin-right: 30px;
}

.cerificate-search .main div.code img{
	width: 150px;
	height: 40px
}

.cerificate-search .main .btn{
	line-height: 40px;
	width: 100%;
	background-color: #d0e6da;
	color: #fff;
	text-align: center;
}

.cerificate-table{
	width: 70%;
}

.cerificate-table p{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.cerificate-table table{
	width: 100%;
	background-color: #fff;
	border-collapse:collapse;
	border: 1px solid #333;
}

.cerificate-table table td{
	border: 1px solid #d0e6da;
	padding: 21px 15px;
}

.cerificate-table table td:nth-child(1){
	width: 15%;
}
.cerificate-table table td:nth-child(2){
	width: 25%;
}
.cerificate-table table td:nth-child(3){
	width: 15%;
}
.cerificate-table table td:nth-child(4){
	width: 25%;
}

.cerificate-table table .us-img{
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	left: 15px;
	top: 15px;
	background-color: #333;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cerificate-consult{
	width: 21%;
}

.cerificate-consult p{
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

.cerificate-consult img{
	width: 100%;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px){
	.cerificate-img .main{
		display: block;
	}
	.cerificate-img .main .txt{
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
	}
	.cerificate-img .main .about{
		display: none;
	}
	.cerificate-search .main{
		width: calc(100% - 30px);
		margin: 0px 15px;
		padding: 15px;
	}
	.cerificate-search .main div span{
		width: 80px;
	}
	.cerificate-search .main div.code img{
		width: 60px;
	}
	.cerificate-search .main div.code input {
	    width: calc(100% - 200px);
	    margin-right: 20px;
	}

	.cerificate-table,.cerificate-consult{
		width: 100%;
		margin-bottom: 20px;
	}
}