.z_tanchuang {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 10000000000;
}

.z_tanchuang .tbox {
	display: table-cell;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
}

.z_tanchuang .tbox .modal {
	background: white;
	padding: 30px;
	display: block;
	border-radius: 5px;
	position: relative;
	width: 80%;
	max-width: 1200px;
	max-height: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}

.z_tanchuang .tbox .modal .out {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #2a2a2a;
	border-radius: 50%;
	background: #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	top: 0;
	right: -50px;
	cursor: pointer;
	transition: all 0.5s;
}

.z_tanchuang .tbox .modal .img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	max-height: 67vh;
}

.z_tanchuang .tbox .modal .img img {
	margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
	padding: 20px;
}

.z_tanchuang .tbox .modal .img {
	max-width: 1200px;
}

.z_tanchuang.one {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scaleY(0.01) scaleX(0);
	-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(0);
	-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(1);
	-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes zoomIn {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}

@-webkit-keyframes zoomIn {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes zoomOut {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@-webkit-keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}

@-webkit-keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes zhuan {
	from {
		transform: translate(-50%, -50%) rotate(0deg) scale(1);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg) scale(1);
	}
}

.fa_l3 {
    display: block;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}
.fa_l3:nth-child(3n){ margin-right:0}
.fa_video .fa_Img {
    padding-bottom: 75%;
}
.fa_Img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.fa_Imgmin img {
    min-width: 100.2%;
    object-fit: cover;
    min-height: 100.2%;
}
.fa_Img img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
/**/


.fa_video .fa_link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    align-items: center; 
    justify-content: center;
    transition: all 0.5s;
}

.fa_video .fa_info {
    padding: 20px 0;
}

.fa_video .fa_info h3 {
    font-size: var(--f20);
    color: #333;

}
 
.fa_video .fa_info p {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.fa_video .fa_li:hover .fa_link {
    opacity: 1;
}  
.masker {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

.dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.dialog video {
    display: block;
    width: 100%; height:76vh;
}

.p_close {
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translate(50%, -50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    z-index: 9;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .dialog {
        width: 85%;
    }
    .p_OccupyBox {
        overflow: visible;
    }
.fa_l3 {
    display: block;
    width: calc((100% - 0px) / 1);
    margin-right: 0px;
    margin-bottom: 20px;
}
#trianglify-overlay,#gradient-rotate{ height:36vh!important}
}