@charset "utf-8";
/*
资质审批
tzp 2018.06.05
*/

.search_area{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.search_area h1{
	font-size: 18px;
	line-height: 100px;
	display: inline-block;
	margin-right: 30px;
	color: #bebdbd;
}
.search_area form{
	margin-top: 29px;
	display: inline-block;
}
.search_area input[type=text]{
	width: 350px;
	height: 42px;
	box-sizing: border-box;
	border: 2px solid #44a4f6;
	border-radius: 10px 0 0 10px;
	float: left;
	text-indent: 20px;
}
.search_area .search_btn{
	width: 128px;
	height: 42px;
	box-sizing: border-box;
	border-radius: 0 10px 10px 0;
	float: left;
	color: #fff;
	background: #44a4f6;
	font-size: 18px;
	line-height: 42px;
}


.license_area{
	margin-bottom: 50px;
}
.license_area h1{
	font-size: 36px;
	line-height: 56px;
	font-weight: bold;
	margin: 40px auto 30px;
	text-align: center;
}
.license_list{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.license_item{
	width: 270px;
	height: 390px;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin: 0 15px 30px;
	float: left;
	text-align: center;
}
.license_img{
	width: 270px;
	height: 290px;
	overflow: hidden;
}
.license_img img{
	width: 100%；
}
.license_item h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 10px;
}
.license_item p{
	font-size: 12px;
	line-height: 20px;
}
.license_item .contact_l{
	width: 74px;
	height: 24px;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	background: #e60012;
	text-align: center;
	margin-top: 10px;
}