.m2 .content{
	overflow:hidden;
}
.m1 .content .row,
.m2 .content .row{
	margin-left:-10px;
	margin-right:-10px;
}
.m1 .content .row [class^='col-'],
.m2 .content .row [class^='col-']{
	/*margin-top:15px;*/
	margin-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}
.m2 .content .video{
	overflow:hidden;
	position:relative;
}
.m2 .content img{
	width: 100%;
}
.m2 .content .scroll .part.first{
	margin:0;
}
.m2 .content .text p{
	font-weight:500;
	color: #000000;
	margin:0;
}
.m2 .content .text p{
	font-size: 14px;
	line-height: 25px;
}
.m2 .content>.featuredVideos_row>[class^='col-']{
	height:100%;
}
.m2 .content>.featuredVideos_row>[class^='col-'].left .video{
	width:calc(100% - 20px);
	/* height:100%; */
	position:absolute;
	top:0;
	left:10px;
}
.m2 .content>.featuredVideos_row>[class^='col-'].right .part .video{
	cursor:pointer;
}
.m2 .content>.featuredVideos_row>[class^='col-'].right .part .video .cover_video{
	position:absolute;
	width:100%;
	height:100%;
	top:100px;
	left:0;	
	bottom:0;
	right:0;
	margin:0 auto;
	z-index:1;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:14px;
	text-align:center;
	display: none;
}
.m2 .content>.featuredVideos_row>[class^='col-'].right .part .video .cover_video>div{
	display: table;
	width:100%;
	height:100%;
}
.m2 .content>.featuredVideos_row>[class^='col-'].right .part .video .cover_video>div span{
	display: table-cell;
	vertical-align: middle;
}
.m2 .content>.featuredVideos_row>[class^='col-'].right .part .video.active .cover_video{
	display: block;
} 
.m2 .content>.featuredVideos_row>[class^='col-'].left .video_progress{
	position:absolute;
	bottom:0;
	width:0%;
	height:4px;
	background-color:#00aff5;
}
.m2 .video-js .vjs-big-play-button:focus{
	outline:0;
}
@media (max-width:767px){
	.m1.willingSoonActivity{
		margin-top:30px;
	}
	.m1.willingSoonActivity .commonText_5 p{
		min-height: 95px;
	}
	.m1 >.container,
	.m2 >.container{
		padding-left:20px;
		padding-right:20px;
	}
	.m1.jiaodianzhuanti .commonText_5 p{
		/*min-height:85px;*/
	}
	.en .m1.jiaodianzhuanti .commonText_5 p{
		line-height: 20px;
		min-height:80px;
	}
	.m2 .vjs-big-play-centered .vjs-big-play-button{
		margin-left:-30px;
		margin-top:-30px;
	}
	.m2 .video-js .vjs-big-play-button{
		width:60px;
		height:60px;
		border:3px solid #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		font-size:48px;
		line-height: 54px;
	}
	.m2 .scroll>div{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow-x: auto;
		-webkit-overflow-scrolling:touch;
		position:relative;
	}
	.m2 .scroll>div:after{
		content:'';
		display: block;
		height:0;
		visibility: hidden;
		clear:both;
	}
	.m2 .scroll>div .part{
		-webkit-flex-shrink:0;
		-ms-flex:0 0 auto;
		flex-shrink: 0;
		width:150px;
		margin-left:10px;
		float: left;
	}
	.m2 .scroll>div .part:first-child{
		margin-left:0;
	}
	.m2 .content .text p{
		padding-right:20px;
		padding-top:20px;
		min-height:140px;
	}
}
@media (min-width: 768px) {
	.m1,.m2{
		margin-top: 69px;
	}
	.m1 .content .row [class^='col-'],
	.m2 .content .row [class^='col-']{
		margin-bottom:0px;
	}
	.index_title h2{
		font-size: 18px;
		margin:15px 0px 20px 0px;
	}
	.en .index_title a{
		top:12px;
	}
	.en .index_title h2{
		font-size:24px;
		line-height: 30px;
		margin:5px 0px 20px 0px;
	}
	.index_title a{
		font-size:12px;
		line-height: 14px;
		top:18px;
	}
	.m2 .content .scroll>div{
		overflow-y: scroll;
		margin-right:-17px;
		height:310px;
	}
	.m2 .content .scroll .part{
		margin-top:20px;
	}
	.m2 .content .text p{
		font-size: 12px;
		line-height: 20px;
		padding-top:10px;
		/*min-height:60px;*/
	}
	.m2 .content .scroll>div{
		height:398px;
	}
	.m2 .content>.featuredVideos_row{
		height:378px;
		overflow:hidden;
	}
	.m2 .vjs-big-play-centered .vjs-big-play-button{
		margin-left:-40px;
		margin-top:-40px;
	}
	.m2 .video-js .vjs-big-play-button{
		width:80px;
		height:80px;
		border:3px solid #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		font-size:60px;
		line-height: 74px;
	}
	.m1.jiaodianzhuanti .commonText_5 p{
		width:100%;
	}
	.en .m1.jiaodianzhuanti .commonText_5 p{
		width:100%;
		padding-right:10px;
	}
}
@media (min-width: 992px) {
	.m1,.m2{
		margin-top: 80px;
	}
	.index_title a{
		font-size:14px;
		line-height: 20px;
		top:18px;
	}
	.en .index_title a{
		top:18px;
	}
	.index_title h2{
		font-size: 20px;
		margin:15px 0px 25px 0px;
	}
	.en .index_title h2{
		font-size:30px;
		line-height: 40px;
		margin:8px 0px 25px 0px;
	}
	.m2 .content .scroll>div,
	.m2 .content>.featuredVideos_row{
		height:514px;
	}
	.m2 .vjs-big-play-centered .vjs-big-play-button{
		margin-left:-50px;
		margin-top:-50px;
	}
	.m2 .video-js .vjs-big-play-button{
		width:100px;
		height:100px;
		border:4px solid #fff;
		font-size:80px;
		line-height: 90px;
	}
	.m2 .content .scroll .part{
		margin-top:20px;
	}
	.m2 .content .text p{
		font-size: 14px;
		line-height: 25px;
		padding-top:16px;
		/*min-height:80px;*/
	}
	.m1.jiaodianzhuanti .commonText_5 p{
		width:88.888889%;
	}
	.m1.willingSoonActivity .commonText_5 p{
		width:87.5%;
	}
	
}
@media (min-width: 1200px) {
	.m1,.m2{
		margin-top: 100px;
	}
	.index_title a{
		top:27px;
	}
	.en .index_title a{
		top:24px;
	}
	.index_title h2{
		font-size: 24px;
		line-height: 33px;
		margin:20px 0px 30px 0px;
	}
	.en .index_title h2{
		font-size:36px;
		line-height: 43px;
		margin:10px 0px 30px 0px;
	}
	.m2 .content .scroll>div,
	.m2 .content>.featuredVideos_row{
		height:620px;
	}
	.m2 .vjs-big-play-centered .vjs-big-play-button{
		margin-left:-60px;
		margin-top:-60px;
	}
	.m2 .video-js .vjs-big-play-button{
		width:120px;
		height:120px;
		border:6px solid #fff;
		font-size:96px;
		line-height: 108px;
	}
	
}

.dt-relative{
	position:relative;
}
.dt-absolute{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.dt-full-img{
	width:100%;
}
.dt-font-thin{
	font-weight:100;
}
.dt-font-light{
	font-weight:300;
}

.dt-horizontal>.left{
	float: left;
	width:80px;
	clear:left;
}
.dt-horizontal>.right{
	margin-left:100px;
}

.dt-center{
	/*display: block;*/
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform: translate(-50%,-50%);
	white-space: nowrap;
}

.dt-vertical-center{
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform: translateY(-50%);
}