body{
}
div{
	box-sizing: border-box;
}
.logo{
	padding: 0.84rem 0 0.88rem;
}
.logo img{
	width: 100%;
}
.text-center{
	text-align: center;
}
.cont{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 4.35rem;
	background-color: #f1f1f1;
}
.bg-cont{
	width: 6.86rem;
	 padding: 0.62rem 0.32rem 0.65rem;
	 background: #fff;
	 border-radius: 0.08rem;
	 margin-left: auto;
	 margin-right: auto;
	 box-sizing:border-box;
}
.cont1{
	margin-bottom: 0;
	/* margin-top: 2.72rem; */
}
.bg-tle{
	margin-bottom: .45rem;
	font-family: PingFang-SC-Bold;
	font-size: 0.36rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing:-0.02rem;
	color: #e6002d;
	font-weight: bold;
}
.bg-info{
	margin: 0.72rem 0 0.66rem 0;
	background: inherit;
	display: flex;
	flex-wrap: wrap;
}
.bg-txt{
	font-family: PingFang-SC-Regular;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.44rem;
	letter-spacing: 0px;
	color: #385046;
}
.bg-info .info-list{
	width: 50%;
	display: flex;
}
.bg-info .info-list:nth-child(3),
.bg-info .info-list:nth-child(4){
	margin-top: 0.52rem;
}
.bg-info .info-list .list-img{
	width: 0.88rem;
	height: 0.88rem;	
	margin-right: 0.24rem;

}
.bg-info .info-list .list-txt>p{
	margin: 0;
	font-family: PingFang-SC-Regular;
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #385046;
}
.bg-info .info-list .list-txt>p:first-child{
	margin: 0.12rem 0 0.12rem;
	font-family: PingFang-SC-Bold;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.28rem;
	letter-spacing: -0.01rem;
	color: #273630;
	font-weight: bold;
}
.cont2{
	margin-top: 0.33rem;
	margin-bottom: 0;
}
.course{
}
.course .course-list{
	margin-top: 0.57rem;
}
.course .course-list:first-child{
	margin-top: 0;
}
.course .course-list .course-tle{
	padding-left: 0.8rem;
	position: relative;
	font-family: PingFang-SC-Bold;
	font-size: 0.28rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.48rem;
	letter-spacing: 0px;
	color: #273630;
	margin-bottom: 0.18rem;
	height: 0.48rem;
}
.course .course-list .course-tle img{
	width: 0.48rem;
	height: 0.48rem;
	position: absolute;
	top: 0;
	left: 0;
}
.course .course-list .course-txt{
	padding-left: 0.58rem;
	border-left: 0.04rem solid #f3f5f5;
	margin-left: 0.22rem;
}
.course .course-list .course-txt p{
	margin: 0;
	font-family: PingFang-SC-Regular;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #385046;
}
.course .course-list .course-txt p:first-child{
	font-family: PingFang-SC-Bold;
	font-size: 0.32rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.44rem;
	letter-spacing: 0px;
	color: #273630;
	margin-bottom: 0.24rem;
}
.cont3{
	margin-top: 0.36rem;
}
.contact p:first-child img{
		width: 100%;
		border-radius: 4px;
}
.contact p:nth-child(2){
	margin: 0.28rem 0 0.17rem;
	font-size: 0.3rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.48rem;
	letter-spacing: 0px;
	color: #222222;
}
.contact p:nth-child(3){
	font-family: PingFang-SC-Regular;
	font-size: 0.28rem;
	letter-spacing: 0px;
	color: #555555;
	margin-bottom: 0.14rem;
}
.contact p:nth-child(4){
	font-family: PingFang-SC-Regular;
	font-size: 0.28rem;
	letter-spacing: 0px;
	color: #555555;
	 margin-bottom: 0;
	 display: flex;
	 justify-content: flex-start;
}
.contact p:nth-child(4) span{
	display: block;
}
.contact p:nth-child(4) span:first-child{
	width: 0.9rem;
}
footer{
	padding: 0.89rem 0;
	text-align: center;
}
footer p:first-child{
	font-family: PingFang-SC-Bold;
	font-size: 0.36rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.48rem;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 0.61rem;
}
footer p:nth-child(2){
	margin: 0;
}
footer p:nth-child(2) img{
	width: 2.46rem;
}
footer p:last-child{
	font-family: PingFang-SC-Medium;
	font-size: 0.26rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #11935e;
	margin-top: 0.55rem;
	margin-bottom: 0;
}