.ui-cntr-bxtp{
	width: 911px;
	margin: auto;
}
.ui-cntr-bxtp-h{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
.ui-cntr-bxtpb{
	/* width: 300px; */
	width: 500px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}
.ui-cntr-bxtpb p{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.ui-cntr-bx{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	width: 911px;
	margin:40px auto ;
	line-height: 37px;
	text-indent: 2em;
}

.ui-cntl-li-mx-li {
	width: 220px;
	/* height: 30px; */
	background-color: #EAF2FB;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #555555;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 5px;
	box-sizing: border-box;
}
.ui-cntl-li-mx-li:hover{
	color: #02BDFD;
}
.ui-cntl-li-mx-li-active {
	width: 220px;
	/* height: 30px; */
	background-color: #EAF2FB;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color:#02BDFD;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.ui-cntl-li-mx-li-active:hover{
	color: #02BDFD;
}
.ui-cntr-bx img{
	width:92%;
}
.ui-cntr-bx video{
	width:100%;
}