.products .recommend a{
	width: 211px;
	height: 247px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 14px 16px 0px 0px;
	border: 0px;
	box-sizing: border-box;
	transition: 0.3s;
}
.products .recommend a:after{
	content: attr(data-name);
	line-height: 39px;
	width: 100%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding: 0px 10px;
	box-sizing: border-box;
}
.products .recommend a:nth-child(4n){
	margin-right: 0px;
}
.products .recommend a img{
	display: block;
	width: 100%;
	height: 208px;
	object-fit: cover;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.products .recommend a:hover:after{
	color: #0196fa;
	/* border-color: #0196fa; */
}


.supply_alert{
	overflow: hidden;
	padding: 15px 0px;
	margin: 30px 0px 0px;
	border-top: 1px solid #e5e5e5;
	float: left;
}
.supply_alert_title{
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
}
.supply_alert_box_form p{
	margin: 10px 0px;
	width: 100%;
	float: left;
	font-size: 14px;
	position: relative;
}
.supply_required:after{
	content: "*";
	margin-top: 6px;
	margin-left: 6px;
	color: #db711b;
	position: absolute;
}
.supply_required.nostar:after {
	content: "";
}
.supply_required input {
	height: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	background: #f8f8f8;
	padding: 6px 12px;
	box-sizing: border-box;
}
.supply_required #bYZ img {
	height: 40px;
}
.supply_alert_box_form p span{
	min-width: 60px;
	line-height: 40px;
	display: block;
	float: left;
	text-align-last: justify;
	-moz-text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
	margin-right: 20px;
}
.supply_textarea{
	width: calc(730px - 120px);
	height: 105px;
	border: 1px solid #d5d5d5;
	background: #f8f8f8;
	resize: none;
	border-radius: 5px;
	padding: 6px 12px;
	box-sizing: border-box;
}
.supply_input{
	width: 380px;
	height: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	background: #f8f8f8;
	padding: 6px 12px;
	box-sizing: border-box;
}
.supply_input_2{
	width: 108px;
	height: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	background: #f8f8f8;
	padding: 6px 12px;
	box-sizing: border-box;
}
.supply_yzm{
	width: 102px;
	height: 30px;
	margin-top: 5px;
	position: absolute;
	left:215px;
	border: 1px solid #d5d5d5;
}
.supply_button{
	width: 232px;
	height: 57px;
	border-radius: 5px;
	background: #007de4;
	color: #FFFFFF;
	font-size: 20px;
	border: 0px;
	cursor: pointer;
	margin-top: 10px;
}

.hr_list {
	padding: 15px 0;
}
.hr_list .hr_label {
	padding: 13px 0;
	font-size: 14px;
	font-weight: bold;
	color: #585858;
	background-color: #f5f7fa;
	border-bottom: 1px solid #ebeef5;
}
.hr_list .hr_label::after {
	content: '';
	width: 100%;
	height: 1px;
	clear: both;
	display: block;
}
.hr_list .hr_label .hr_label_p {
	float: left;
	box-sizing: border-box;
	padding: 0 5px;
	text-align: center;
}
.hr_list .hr_label .hr_label_p:nth-child(1) {text-align: left; width: 35%; padding-left: 15px;}
.hr_list .hr_label .hr_label_p:nth-child(2) { width: 15%;}
.hr_list .hr_label .hr_label_p:nth-child(3) { width: 15%;}
.hr_list .hr_label .hr_label_p:nth-child(4) { width: 15%;}
.hr_list .hr_label .hr_label_p:nth-child(5) { width: 20%;}

.hr_list .hr_info_div {
	font-size: 14px;
	color: #333;
}
.hr_list .hr_info_div .hr_info_ul li {
	border-bottom: 1px solid #ebeef5;
	padding: 13px 0;
}
.hr_list .hr_info_div .hr_info_ul li::after {
	content: '';
	width: 100%;
	height: 1px;
	clear: both;
	display: block;
}
.hr_list .hr_info_div .hr_info_ul li .hr_info_p {
	float: left;
	box-sizing: border-box;
	padding: 0 5px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hr_list .hr_info_div .hr_info_ul li .hr_info_p:nth-child(1) {text-align: left; width: 35%; padding-left: 15px;}
.hr_list .hr_info_div .hr_info_ul li .hr_info_p:nth-child(2) { width: 15%;}
.hr_list .hr_info_div .hr_info_ul li .hr_info_p:nth-child(3) { width: 15%;}
.hr_list .hr_info_div .hr_info_ul li .hr_info_p:nth-child(4) { width: 15%;}
.hr_list .hr_info_div .hr_info_ul li .hr_info_p:nth-child(5) { width: 20%;}

.hr_list .hr_info_div .hr_info_ul li .hr_info_p a {
	color: #333;
}
.hr_list .hr_info_div .hr_info_ul li .hr_info_p a:hover {
	color: #007de4;
}

.hr_table { margin-top: 20px; font-size: 14px;}
.hr_table td {
	padding: 10px 0;
	line-height: 24px;
}

.hr_contact_wrap {
	padding: 20px;
	margin: 20px;
	margin-top: 60px;
	font-size: 14px;
	border: 1px solid #0594ff;
	background-color: #0594ff;
	border-radius: 5px;
	color: white;
}
.hr_contact_wrap .hr_contact_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 30px 0;
}
.hr_contact {
	text-align: center;
	padding-bottom: 15px;
}
.hr_contact::after{
	content: '';
	width: 100%;
	height: 1px;
	clear: both;
	display: block;
}
.hr_contact .hr_cont_item {
	float: left;
	width: 33%;
}
