.container {
	padding: 50px 0 300px;
	width: 66.7%;
	margin: 0 auto;
}

.container .tabr{
	border-bottom: 1px solid #B7B7B7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container .tabr .mbx{
	font-size: 30px;
	font-weight: 400;
	color: #525252;
	line-height: 45px;
}

.container .tabr .list{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container .tabr .list .li{
	padding: 15px 20px;
	line-height: 45px;
	border-bottom: 4px solid #fff;
}

.container .tabr .list .this-active{
	font-size: 20px;
	font-weight: 400;
	color: #0097E0;
	border-bottom: 4px solid #0097E0;
}

.container .zc-content{
	position: relative;
	top: 95px;
	height: 900px;
}

.container .zc-content .bg-img{
	position: absolute;
	width: calc(100% - 24px);
	top: 0;
	right: 0;
}

.container .zc-content .content{
	width: 700px;
	height: 730px;
	background-color: #2C53D4;
	opacity: 0.7;
	border-radius: 10px;
	position: absolute;
	top: 25px;
	right: 20px;
}

.container .zc-content .content .msg{
	width: 85%;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}

/* 修改部分 */

.new_about{
	margin-top: 95px;
	width: 100%;
	height: 970px;
	background-image: url("../img/about-bg.png");
	background-size: 100% 100%;
	text-align: center;
}
.new_about video{
	display: inline-block;
	width: 80%;
	height: 620px;
	margin: 300px auto 0;
	background: #000;
}