/* 播放视频 */
.video-box {
	position: relative;
	width: 100%;
	height: 600px;
}

.video-box>.video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 1;
}

.video-box .video-poster {
	position: relative;
	height: 600px;
	overflow: hidden;
	z-index: 2;
}

.video-box .video-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, .3); */
	z-index: 3;
}

.video_pos {
	width: 2560px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1280px;

	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.video-box .video-title {
	font-size: 58px;
}

.video-box .video-introduction {
	color: #DEDEDE;
}

.video-box .video-line {
	width: 48px;
	height: 2px;
	background-color: #3AEFD0;
}

.video-box .video-btn-play {
	position: relative;
	width: 200px;
	height: 50px;
	border: 1px solid #3AEFD0;
	color: #3AEFD0;
	cursor: pointer;
}

.video-box .video-btn-play::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	width: 0;
	height: 0;

}

.video-box .video-btn-play::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid transparent;
	width: 0;
	height: 0;
}

.video-box .video-btn-play:hover::before {
	width: 100%;
	height: 100%;
	border-top-color: #60daaa;
	border-right-color: #60daaa;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.video-box .video-btn-play:hover::after {
	width: 100%;
	height: 100%;
	border-bottom-color: #60daaa;
	border-left-color: #60daaa;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

/* 楼层标题 */
.cont-title {
	position: relative;
	padding-left: 15px;
}

.cont-title>.effect {
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 32px;
	width: 46px;
	z-index: -1;
}

.streng-head {
	display: block;
	width: 158px;
	height: 72px;
	line-height: 55px;
	font-size: 100px;
	letter-spacing: 6px;
	font-weight: bold;
	color: #00586d;
	font-family: "Montserrat SemiBold" !important;
}

.cont-subtitle {
	margin-left: 158px;
	font-size: 14px;
	color: #666666;
}

.one-img {
	width: 100%;
	height: 425px;
	/* padding: 0 60px 0 0; */
}

.one-box {
	width: 100%;
	height: 425px;
	line-height: 26px;
	font-size: 14px;
	color: #666666;
}

.one-box>div {
	margin: 22px 0;
}

.one-box img {
	margin-top: 13px;
}

.tow-box {
	width: 597px;
	height: 334px;
	margin: 3px 0;
	background-color: #F6F6F6;
}

.two-head {
	display: inline-block;
	width: 400px;
	line-height: 55px;
	font-size: 24px;
}

.two-head>.head-family {
	font-family: "Montserrat SemiBold" !important;
	font-size: 54px;
	line-height: 55px;
	letter-spacing: -1px;
}

.two-body {
	width: 400px;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	letter-spacing: 0;
}

/* 卡片 */
.card-box {
	background-color: #FFFFFF;
	transform: perspective(0) rotateY(0) translateZ(0);
	transition: all .3s;
}

.card-box:hover {
	/* transform: perspective(2000px) rotateY(20deg); */
}

.card-body {
	position: relative;
	background-color: #00586E;
	padding: 30px;
	color: #3AEFD0;
	font-size: 18px;
	font-weight: bold;
}

.Brand-honor {
	width: 100%;
	background-color: #EEEEEE;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-cont {
	position: relative;
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.box-cont>.icon {
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	width: 21px;
	height: 32px;
	opacity: 0;
	transition: .3s ease-out;
}

.box-cont:hover>.icon {
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}

.box-cont>.icon.right {
	right: -21px;
}

.box-cont>.icon.left {
	left: -21px;
}

.box-cont-head {
	width: 80%;
	text-align: center;
	font-size: 18px;
}

.box-cont-body {
	margin-top: 13px;
	width: 82.6%;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
	text-align: left;
	overflow: hidden;
}

.video_bombox_fix {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 5;
}

.video_bombox_fix .video-player {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 600px;
	z-index: 6;
	margin-top: -300px;
	margin-left: -512px;
}

.video_bombox_fix .video-player .clear {
	position: absolute;
	top: -28px;
	right: -28px;
	color: #FFFFFF;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: all .3s;
}

.video_bombox_fix .video-player .clear:hover {
	transform: rotate(90deg);
}

.hover_scale {
	display: block;
	overflow: hidden;
	width: 679px;
}

.hover_scale img {
	transition: all .35s;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.hover_scale:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

/* 2020/11/25 */
.padding-sm {
	padding: 20px 20px;
}

.tow-box .hover_scale {
	width: 597px;
}

.wp50 { width: 50%; }


