/*  咨询  */
.consult_btn{
	position: fixed;
	right: 0px;
	bottom: 140px;
}

.consult_btn img{
	width: 90px;
	height: 90px;
}

.consult{
	display: none;
	position: fixed;
	right: 90px;
	bottom: 150px;
}

.regist{
	width: 400px;
	background-color: #ffffff;
	padding: 20px 30px;
	border-radius: 8px;
	border: 1px solid #cccccc;
}

.regist_title{
	font-size: 16px;
	font-weight: 600;
}

.regist-btn{
	width: 100%;
	border: none;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	margin-top: 20px;
	background-color: #d12c22;
}

.form-group{
	margin-top: 15px;
	margin-bottom: 0;
}

.form-group.has-feedback.has-error .form-control{
	border-color: #d12c22;
}

.areaError {
	border-color: #d12c22;
}

.tip{
	top: 200px;
	width: 300px;
	z-index: 100;
	margin: 0 auto;
	border-radius: 5px;
	position: fixed;
	padding: 10px 20px;
	left: calc(50% - 125px);
	display: none;
}

.tipSuccess{
	color: #67c23a;
	background-color: #f0f9eb;
	border: 1px solid #e1f3d8;
}

.tipOrange{
	color: #e6a23c;
	background-color: #fdf6ec;
	border: 1px solid #faecd8;
}

.none {
	display: none;
}

.form-control:focus{
	box-shadow: none;
}

.hyg_company_advantage{
	width: 1200px;
	margin: auto;
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hyg_company_advantage_head{
	padding-top: 50px;
	font-size: 28px;
	font-weight: 600;
	color: #333;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.hyg_company_advantage_head::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background-color: #d12c22;
	margin: 15px auto 0;
}

.hyg_company_advantage_p{
	margin: 10px auto;
}

.hyg_company_advantage_bg{
	width: 1040px;
	margin: 30px 80px auto;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hyg_company_advantage_item{
	width: 24%;
	min-height: 250px;
	text-align: center;
	padding: 30px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	background-color: #fff;
}

.hyg_company_advantage_item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.hyg_company_advantage_item img {
	width: 60px;
	margin: 0 auto 20px;
	transition: all 0.3s ease;
}

.hyg_company_advantage_item:hover img {
	transform: scale(1.1);
}

.hyg_company_advantage_item p{
	margin: 10px 0;
}

.hyg_scene_title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

.hyg_title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
	transition: all 0.3s ease;
}

.hyg_company_advantage_item:hover .hyg_title {
	color: #d12c22;
}

.hyg_p{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #666;
}

.hyg_scene{
	background-color: #F2F2F2;
	width: 1200px;
	margin: auto;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hyg_scene_bg{
	width: 1040px;
	min-height: 360px;
	margin: 30px auto;
}

.hyg_scene_item{
	width: 32%;
	margin-bottom: 30px;
	padding: 0;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
}

.hyg_scene_item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hyg_scene_item img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	transition: all 0.3s ease;
	background-color: #f5f5f5;
}

.hyg_scene_item:hover img {
	transform: scale(1.05);
}

.hyg_scene_item .scene_content {
	padding: 20px;
}

.hyg_scene_item p{
	margin: 10px 0;
}

.hyg_scene_turn {
	width: fit-content;
	height: 40px;
	margin: 10px auto;
	border: 1px #d12c22 solid;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.hyg_scene_turn:hover {
	background-color: #d12c22;
}

.hyg_scene_turn p{
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
}

.hyg_scene_turn:hover a {
	color: #fff !important;
}

.partner{
	width: 1200px;
	margin: auto;
	background-color: #ffffff;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.partner_img{
	width: 1100px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.partner_img img{
	margin: 20px 30px;
	width: 140px;
	height: 60px;
	object-fit: contain;
	transition: all 0.3s ease;
}

.partner_img img:hover {
	transform: scale(1.05);
	opacity: 0.8;
}

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	opacity: 0.5 !important;
}

.swiper-pagination-bullet-active{
	opacity: 0.8 !important;
	background: #ffffff !important;
}

@media screen and (max-width: 750px) {
	.hyg_banner, .hyg_company_advantage, .hyg_company_advantage_bg, .hyg_scene, .hyg_scene_bg, .partner, .partner_img, .w1200, .w1040 {
		width: 100%;
	}

	.hyg_company_advantage{
		margin: 0;
		padding-bottom: 15px;
	}

	.hyg_company_advantage_head{
		padding-top: 15px;
		font-size: 20px;
		margin-bottom: 15px;
	}

	.hyg_company_advantage_bg{
		margin: 0;
		box-sizing: border-box;
		padding: 10px 10px 0;
	}

	.hyg_company_advantage_item{
		width: 48%;
		min-height: 240px;
		/*height: fit-content;*/
		margin-bottom: 15px;
		padding: 15px 10px;
	}

	.hyg_company_advantage_item img{
		width: 25px;
		margin: 15px auto 0;
	}

	.hyg_scene_title {
		font-size: 14px;
	}

	.hyg_title {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.hyg_p{
		font-size: 10px;
		line-height: 16px;
		margin-bottom: 5px;
	}

	.item_top{
		min-height: 180px;
		/*height: fit-content;*/
		padding-bottom: 10px;
	}

	.hyg_scene {
		padding-bottom: 10px;
	}

	.hyg_scene_item{
		width: 100%;
		margin-bottom: 15px;
	}

	.hyg_scene_bg{
		margin: auto;
		box-sizing: border-box;
		padding: 20px 20px 0;
	}

	.hyg_scene_item img {
		width: 100%;
		height: auto;
	}

	.partner {
		padding-bottom: 15px;
	}

	.partner_img {
		padding: 10px 10px 0;
		box-sizing: border-box;
	}

	.partner_img img {
		margin: 10px 0;
		width: 22%;
		height: 25px;
	}

	.hyg_scene_turn{
		height: 26px;
		width: fit-content;
	}

	.hyg_scene_turn p{
		line-height: 23px;
	}

	.hyg_scene_turn p a{
		font-size: 12px;
	}

	.consult_btn{
		display:  none;
	}

	.swiper-pagination-bullet {
		width: 6px !important;
		height: 6px !important;
		opacity: 0.5 !important;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 0!important;
	}
}

