.phone html,
.phone body {
	border: 0;
	padding: 0;
	font-family: "PingFang SC";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/* 行距 */
	line-height: 24px;
	/* 字间距 */
	letter-spacing: 0px;
	color: #222222;
}

/* -- phone_banner -- */
.phone .phone_banner {
	width: 100%;
	height: 100%;
}

/* --// phone_banner -- */

/* -- phone_body 产品中心-菜单页面 -- */
.phone .phone_body {
	background-color: #F3F3F3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.phone .phone_body_text {
	width: 100%;
	border-bottom: 1px solid #F3F3F3;
}

.phone .phone_body_text_a {
	height: 130px;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	padding: 18px 15px;
}

.phone .body_text_left {
	float: left;
	height: 94px;
	width: 40%;
}

.phone .body_text_left img {
	height: 94px;
	width: 100%;
}

.phone .body_text_right {
	float: left;
	height: 94px;
	width: 60%;
	padding-left: 10px;
}

.phone .body_text_right h6 {
	color: #505050;
	font-family: "PingFang SC";
	font-size: 15px;
	margin-top: 4px;
}

.phone .body_text_right p {
	font-size: 13px;
	color: #777777;
	font-family: "PingFang SC";
	margin-top: 9px;
	/* 文字避首尾, 防止撑开 */
	table-layout: fixed;
	/* 英文单字因自动换行 */
	word-wrap: break-word;
	/* 正常避头尾 */
	word-break: normal;
	/* 文字左右对齐 */
	text-align: justify;
	/* 用表意文本来排齐内容 */
	text-justify: inter-ideograph;
}

/* --// phone_body 产品中心-菜单页面 -- */

/* -- phone_details_body 产品中心-详情内容页面 -- */
.phone .phone_details_body {
	height: 100%;
}

.phone .phone_details_body_titel {
	height: 81px;
	font-size: 18px;
	line-height: 75px;
	width: 100%;
	color: #505050;
	font-family: "PingFang SC";
	text-align: center;
}

.phone .phone_details_body_text {
	height: 100%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	/* 文字避首尾, 防止撑开 */
	table-layout: fixed;
	/* 英文单字因自动换行 */
	word-wrap: break-word;
	/* 正常避头尾 */
	word-break: normal;
	/* 文字左右对齐 */
	text-align: justify;
	/* 用表意文本来排齐内容 */
	text-justify: inter-ideograph;
}

.phone .phone_details_body_text h2 {
	color: #777777;
	font-family: "PingFang SC";
	font-size: 16px;
	padding: 10px 0px;
}

.phone .phone_details_body_text h3 {
	color: #777777;
	font-family: "PingFang SC";
	font-size: 15px;
	padding: 9px 0px;
}

.phone .phone_details_body_text h4 {
	color: #777777;
	font-family: "PingFang SC";
	font-size: 14px;
	padding: 8px 0px;/
}

.phone .phone_details_body_text p {
	color: #777777;
	font-size: 14px;
	font-family: "PingFang SC";
	padding: 5px 0px;
}