@font-face {
	font-family: 'PingFang SC';
	src: url('../font/PingFangSC.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.pc html,
.pc body {
	border: 0;
	padding: 0;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/* 行距 */
	line-height: 24px;
	/* 字间距 */
	letter-spacing: 0px;
	color: #222222;
}

/*-- Banner --*/
.pc .banner {
	height: 100%;
	width: 100%;
}

.pc .banner img {
	height: 100%;
	width: 100%;
}

/*--// Banner --*/

/*-- product_case body--*/
.pc .bodys {
	width: 100%;
	height: 100%;
}

.pc .product_case_body {
	width: 1330px;
	height: 100%;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

/* -- 详细 --  */
.pc .product_case_body .product_case_body_top {
	text-indent: 5px;
	border-left: #123E8D solid 4px;
	margin-bottom: 16px;
}

.pc .product_case_body .product_case_body_top a {
	font-size: 20px;
	color: #505050;
	text-indent: 5px;
}

.pc .product_case_body .product_case_body_text {
	background: #F8F8F8;
	padding: 40px 30px 40px 30px;
}

.pc .product_case_body .product_case_body_text h1 {
	color: #222222;
	font-size: 30px;
	margin-bottom: 30px;
}

.pc .product_case_body .product_case_body_text h2 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-family: "PingFang SC";
	letter-spacing: 0px;
	padding: 10px 0px;
}

.pc .product_case_body .product_case_body_text h3 {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-family: "PingFang SC";
	letter-spacing: 0px;
	padding: 9px 0px;
}

.pc .product_case_body .product_case_body_text h4 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-family: "PingFang SC";
	letter-spacing: 0px;
	padding: 8px 0px;
}


.pc .product_case_body .product_case_body_text p {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-family: "PingFang SC";
	letter-spacing: 0px;
	padding: 5px 0px;
}

.pc .product_case_body .product_case_body_footer {
	width: 100%;
	background: #F8F8F8;
	padding-bottom: 80px;
}

.pc .product_case_body_footer_a {
	float: right;
	margin-right: 40px;
}

.pc .product_case_body .product_case_body_footer a {
	display: block;
	color: #505050;
	font-size: 18px;
}

/* --// 详细 --  */


/*--返回顶部 --*/
.pc .rebacks {
	height: 100%;
	width: 100%;
	padding-top: 30px;
}

.pc .rebacks_text {
	height: 50px;
	width: 50px;
	background-color: #1A55A7;
	float: right;
}

/*--// 返回顶部 --*/


/*--  @media 分辨率调节  --*/

/*--  1024 分辨率一下 --*/
@media (min-width: 992px) and (max-width: 1200px) {
	body {
		width: 100%;
		height: 100%;
	}

	.pc .product_case_body {
		width: 830px;
	}

	.pc .product_case_body .product_case_body_text h1 {
		font-size: 20px;
	}

	.pc .product_case_body .product_case_body_text h2 {
		font-size: 18px;
	}

	.pc .product_case_body .product_case_body_text h3 {
		font-size: 16px;
	}

	.pc .product_case_body .product_case_body_text h4 {
		font-size: 14px;
	}

	.pc .product_case_body .product_case_body_text p {
		font-size: 12px;
	}

	.pc .product_case_body .product_case_body_footer a {
		font-size: 14px;
	}
}

/*--  1280px  1366px 分辨率下 --*/
@media (min-width: 1200px) and (max-width: 1370px) {
	body {
		width: 100%;
		height: 100%;
	}

	.pc .product_case_body {
		width: 980px;
	}

	.pc .product_case_body .product_case_body_text h1 {
		font-size: 24px;
	}

	.pc .product_case_body .product_case_body_text h2 {
		font-size: 20px;
	}

	.pc .product_case_body .product_case_body_text h3 {
		font-size: 18px;
	}

	.pc .product_case_body .product_case_body_text h4 {
		font-size: 16px;
	}

	.pc .product_case_body .product_case_body_text p {
		font-size: 14px;
	}

	.pc .product_case_body .product_case_body_footer a {
		font-size: 16px;
	}
}

/*--  1440px  1600px   1680px 分辨率下 --*/
@media (min-width: 1370px) and (max-width: 1700px) {
	.pc body {
		width: 100%;
		height: 100%;
	}

	.pc .product_case_body {
		width: 1130px;
	}

	.pc .product_case_body .product_case_body_text h1 {
		font-size: 26px;
	}

	.pc .product_case_body .product_case_body_text h2 {
		font-size: 22px;
	}

	.pc .product_case_body .product_case_body_text h3 {
		font-size: 18px;
	}

	.pc .product_case_body .product_case_body_text h4 {
		font-size: 16px;
	}

	.pc .product_case_body .product_case_body_text p {
		font-size: 16px;
	}
}

/* //  1680px ~ 1800px 分辨率以上 */
@media (min-width: 1700px) {
	.pc body {
		width: 100%;
		height: 100%;
	}

	.pc .product_case_body {
		width: 1330px;
	}
}