/*  咨询  */
.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: #2256AA;
}

.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;
}

.form-group{
	margin-top: 15px;
	margin-bottom: 0;
}

.form-group.has-feedback.has-error .form-control{
	border-color: #d12c22;
}

.areaError {
	border-color: #d12c22;
}


.hyg_company_advantage{
	width: 1200px;
	margin: auto;
	background-color: white;
}

.hyg_company_advantage_head{
	padding-top: 35px;
}

.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-bottom: 10px;
	-webkit-box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: #ccc 0px 0px 10px;
	box-shadow: #ccc 0px 0px 10px;
}

.hyg_company_advantage_item img{
	width: 45px;
	margin: 45px auto 0px;
}

.hyg_company_advantage_item p{
	margin: 10px 10px auto 10px;
}

.hyg_scene_title{
	font-size: 20px;
}

.hyg_title{
	font-size: 16px;
}

.hyg_p{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

.hyg_scene{
	background-color: #F2F2F2;
	width: 1200px;
	margin: auto;
	padding-bottom: 20px;
}

.hyg_scene_bg{
	width: 1040px;
	min-height: 360px;
	margin: 30px 80px auto;
}

.hyg_scene_item{
	width: 32%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	-webkit-box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: #ccc 0px 0px 10px;
	box-shadow: #ccc 0px 0px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}

.hyg_scene_item img{
	width: auto;
	height: 180px;
}

.hyg_scene_item p{
	margin: 10px 20px auto 20px;
}

.hyg_scene_turn{
	width: fit-content;
	height: 40px;
	margin: auto;
	border: 1px #2256AA solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.hyg_scene_turn p{
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
}

.partner{
	width: 1200px;
	margin: auto;
	background-color: #ffffff;
	padding-bottom: 30px;
}

.partner_img{
	width: 1100px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.partner_img img{
	margin: 17px 35px;
	width: 140px;
	height: 60px;
}

.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;
	}

	.hyg_company_advantage_head{
		padding-top: 15px;
		font-size: 24px;
	}

	.hyg_company_advantage_bg{
		margin: 0;
		box-sizing: border-box;
		padding: 20px 20px 0;
	}

	.hyg_company_advantage_item{
		width: 48%;
		min-height: 260px;
		/*height: fit-content;*/
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.hyg_company_advantage_item img{
		width: 25px;
		margin: 25px auto 0;
	}

	.hyg_scene_title{
		font-size: 15px;
	}

	.hyg_title{
		font-size: 13px;
	}

	.hyg_p{
		font-size: 10px;
		line-height: 16px;
		margin-bottom: 5px;
	}

	.item_top{
		min-height: 200px;
		/*height: fit-content;*/
		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;
	}

	.hyg_scene_item p {
		margin: 10px 20px 10px 20px;
	}

	.partner_img {
		padding: 20px 20px 0;
		box-sizing: border-box;
	}

	.partner_img img {
		margin: 10px 0;
		width: 17%;
		height: 20px;
	}

	.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;
	}
}
