.page_group{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}
.page_group_zhuti{
	width: 100%;
	text-align: center;
	color: #0f12da;
	font-size: 26px;
	margin: 38px 0px;
	overflow: hidden;		/*	内容溢出时处理方式	*/
	text-overflow: ellipsis;		/*	文字溢出时是否显示...	*/
	white-space: nowrap;		/*	文字换行处理	*/
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}
.page_group_zhuti h3{
	display: block;
	white-space: nowrap;
}
.page_group_zhuti span{
	margin-left: 0.5rem;
	display: block;
	font-size: 22px;
	color: #0f12da;
	white-space: nowrap;		/*	文字换行处理	*/
}
@keyframes phone {
	from{transform: scale(1);}
	to{transform: scale(1.5);}
}
.page_group_zhuti a{
	display: block;
	margin-left: 18px;
	color: #0f12da;
	white-space: nowrap;
	animation: phone 1s ease-in-out alternate infinite;
}
@media (min-width: 768px) {
	.div_zhanshi_img_xia_text {
		margin: 0 1rem;
	}
}
@media (max-width: 767px) {
	.page_group_zhuti hr {
		display: none;
	}
	.page_group_zhuti {
		flex-direction: column;
	}
	.page_group p{
		display: none;
	}
	.div_img_kanban{
		margin-top: 2rem;
	}
}


.zhanshi_kanban{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.zhanshi_kanban_danxiang{
	width: 10rem;
	text-decoration: none;
	margin: 0px 0px 28px 0px;
	border-radius: 3px;
	box-shadow: 0px 0px 8px 3px grey;
	/*	cursor: pointer;		手形鼠标	*/
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.zhanshi_kanban_danxiang:hover .zhanshi_kanban_danxiang_img{
	transform: translate(0, -50px) scale(1.5);
}
.zhanshi_kanban_danxiang_img{
	width: 100%;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 18px;
	color: #0f12da;
	transition: all 0.5s;	//设置上浮过渡时间
}
.zhanshi_kanban_danxiang_img:hover {
	transform: translate(0, -50px) scale(1.5);
}
.zhanshi_kanban_danxiang_biaoti{
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
	font-size: 23px;
	color: #5c91f5;
}
.zhanshi_kanban_danxiang_biaoti_fu{
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
	color: #525254;
	/*	cursor: pointer;		手形鼠标	*/
}
.zhanshi_kanban_danxiang_biaoti_fu a{
	text-decoration: none;
}
.zhanshi_kanban_danxiang_anniu{
	width: 5rem;
	text-align: center;
	margin-bottom: 12px;
	border-radius: 12px;
	color: #706a6a;
	border: 1px solid #aeb2b2;
}

/* 首页相关 css */
.div_img_kanban{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.page_group .sousuo_form{
	width: 100%;
}
.div_zhanshi_img_xia_text{
	width: 10rem;
	height: 12rem;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	/*	cursor: pointer;		手形鼠标
	box-shadow: 0 8px 8px 0 grey;	*/
}

.div_img_kanban_zhuti{
	width: 100%;
	min-height: 20%;
	font-size: 17px;
	text-align: center;
	color: #2a2a2a;
	overflow: hidden;		/*	内容溢出时处理方式	*/
	text-overflow: ellipsis;		/*	文字溢出时是否显示...	*/
	white-space: nowrap;		/*	文字换行处理	*/
	cursor: pointer;		/*	手形鼠标	*/
}

/* 鼠标悬浮放大图片 */
.div_img_15{
	position: relative;
    width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.div_img_15_biaoqian {
	width: 80%;
	height: 80%;
	display: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	z-index: 100;
}
.div_img_15_biaoqian a {
	width: 80%;
	line-height: 2rem;
	font-size: 1rem;
	text-align: center;
	align-items: center;
	color: #ffffff;
	text-decoration: none;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color: #c48132;
	border: 1px solid #aeb2b2;
}

.img_15{
    width: 80%;
	height: 80%;
	background-size: 100% 100%;
	/*	cursor: pointer;		手形鼠标	*/
	transition: all 0.5s;	/* 设置上浮过渡时间 */
}

.div_a_anniu_hang{
	width: 100%;
	height: 4rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.div_a_anniu{
	width: 358px;
	height: 58px;
	line-height: 58px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #5A5C5E;
	background-color: #E3EBF8;
	box-shadow: 0 8px 8px 0 #808080;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	border-radius: 0.75em;
	cursor: pointer;		/*	手形鼠标	*/
	font-size: 19px;
	text-align: center;
}
.div_a_anniu:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5c91f5;
}

.div_zhanshi_img_xia_text:hover .div_img_15_biaoqian{
	display: flex;
}
.div_img_kanban_zhuti:hover{
	color: #0f12da;
	transform: scale(1.2);
}
.div_zhanshi_img_xia_text:hover .img_15{
	transform: translate(0, -50px) scale(1.3);
}
#nav_home_xianmu_phone{
	color: #0f12da;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
#nav_home_xianmu_phone span{
	width: 100%;
	text-align: center;
	white-space: nowrap;		/*	文字换行处理	*/
	display: block;
}
@keyframes nav_phone {
	from{transform: scale(1);}
	to{transform: scale(1.5);}
}
#nav_home_xianmu_kefu_phone{
	display: flex;
	flex-wrap: wrap;
	color: #f10215;
	white-space: nowrap;
	animation: nav_phone 1s ease-in-out alternate infinite;
}
