@charset "utf-8";
body{
	background-color: #F9FFFF;
}
.j-title {
	text-align: center;
	font-size: 24px;
	font-family: PingFang-SC-Heavy,PingFang-SC, sans-serif;
	font-weight: 800;
	color: rgba(39,59,95,1);
	line-height: 36px;
}
.j-s-title {
	text-align: center;
	padding-bottom: 25px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC, sans-serif;
	font-weight: 500;
	color: rgba(39,59,95,1);
	line-height: 33px;
}
.j-b-title {
	margin: 0 auto;
	font-size: 16px;
	/* width: 596px; */
	height: 54px;
	border-radius: 27px;
	border: 1px solid rgba(80,169,125,1);
	text-align: center;
}
.j-b-title p{
	font-size: 0.7em;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(80,169,125,1);
	line-height:54px;
}
.j-img {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 18px;
}
.j-text {
	padding-bottom: 60px;
	text-align: center;
	font-size:18px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(39,59,95,1);
	line-height:32px;
}
.j-container {
	padding-top: 50px;
}
.j-container-prog {
	background-color: rgba(255,255,255,1);
}
.j-container-prog-title {
	padding-top: 40px;
	position: relative;
	text-align: center;
	height: 91px;
	font-size: 24px;
	font-family: PingFang-SC-Heavy,PingFang-SC,sans-serif;
	font-weight: 800;
	color: rgba(34,42,65,1);
	line-height: 41px;
}
.j-container-prog-title::before {
	position: absolute;
	content: '';
	display: inline-block;
	width:81px;
	height:2px;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	background-color: #C3DD28;
}
.j-prog-box{
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.j-prog-box-text{
	padding-top: 10px;
	font-size:18px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(39,59,95,1);
	line-height:32px;
}
.j-footer-bt {
	color: #FFFFFF;
}
.j-footer-bt:hover {
	text-decoration: none;
}
.hp-icon-img {
	display: inline-block;
	width: 90px;
}
.hp-button-toggle {
	border: none;
}
.hp-button-toggle:focus {
	border: none;
	outline: none;
}
.hp-no-padding {
	padding-left: 0;
	padding-right: 0;
}
.hp-sm-position {
	text-align: center;
}
.hp-icon-img {
	display: inline-block;
	width: 90px;
}
.j-text-a {
	color: rgba(0, 0, 0, .5);
	cursor: pointer;
}
.j-text-a:hover {
	color: #50A97D!important;
	text-decoration: none;
}
@media screen and (max-width: 430px) {
	.j-b-title .j-b-title-s {
		line-height: 20px;
		transform: translateY(10px);
	}
}