@font-face {
	font-family: "iconfont";
	src: url('../fonts/font_2794249_33uu0wqh3nh.woff2') format('woff2'), url('../fonts/font_2794249_33uu0wqh3nh.woff') format('woff'), url('../fonts/artisual-deco-2.ttf') format('truetype');
}
body {
	overflow-x: hidden;
}
.banner_title>a {
	color: #fff;
}
.index_banner {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
#public_banner {
	width: 100%;
}
.banner {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.banner .banner_bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .banner_title {
	position: absolute;
	bottom: 6vw;
	right: 11%;
	font-size: 18px;
	letter-spacing: 2px;
	z-index: 20;
}
.businessDel_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
.Hmouse {
	position: absolute;
	bottom: 4vw;
	left: 0;
	z-index: 50;
	font-size: 16px;
}
.Hmouse>span {
	top: 150%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 2px;
	height: 2.5vw;
	overflow: hidden;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	display: inline-block;
	position: absolute;
}
.Hmouse>span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 25%;
	background-color: #cc3020;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-webkit-animation: mouseof 1.5s linear infinite;
	animation: mouseof 1.5s linear infinite;
}
@keyframes mouseof {
	0% {
		opacity: 1;
		-webkit-opacity: 1;
		top: 0;
	}
	100% {
		opacity: .5;
		-webkit-opacity: .5;
		top: 100%;
	}
}
@-webkit-keyframes mouseof {
	0% {
		opacity: 1;
		-webkit-opacity: 1;
		top: 0;
	}
	100% {
		opacity: .5;
		-webkit-opacity: .5;
		top: 100%;
	}
}
.opaque {
	z-index: 10;
	padding: 4vw 0;
}
.opaque_txt {
	display: inline-block;
	will-change: transform;
}
.opaque_txt>h1 {
	font-weight: bold;
	font-family: 'ARCHIVOBLACK';
	font-size: 4vw;
	line-height: 1.3;
	letter-spacing: 4px;
	will-change: transform;
}
.opaque_txt>.h_01 {
	background-image: url(../img/txtbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 2;
}
.opaque_txt>.h_02 {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/txtbg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.section_index {
	padding-top: 3vw;
	padding-bottom: 1vw;
}
.master_t {
	align-items: center;
}
.master_title {
	line-height: 1;
}
.master_title .master_letter>span,
.master_title .master_name>span {
	display: inline-block;
}
.master_more {
	margin-left: auto;
}
.master_more a {
	color: #202020;
}
.master_more a>span {
	font-size: 16px;
	margin-right: 3px;
}
.master_more a>i {
	font-size: 14px;
}
.videoBg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.videoBg::-webkit-media-controls-enclosure {
	display: none;
}
.introduce_modular {
	padding: 2vw 0;
}
.indexline_p {
	font-size: 16px;
	margin-top: 1.5vw;
	line-height: 26px;
	display: inline-block;
}
.introduce_video .introduce_video_box {
	z-index: -1;
	margin-top: -8vw;
	width: 100vw;
	height: 100vh;
}
.introduce_video .video_poster {
	width: 100%;
	height: 100%;
}
.introduce_video.stretch_fully .introduce_height {
	width: 100%;
	height: 20vw;
}
.introduce_video.stretch_fully .introduce_video_box {
	position: sticky;
	top: 0;
	z-index: 2;
}
.introduce_video .section-border {
	position: absolute;
	z-index: 5;
}
.introduce_video .border-top {
	height: 10vw;
	left: 0;
	right: 0;
	top: 0;
}
.introduce_video .border-bottom {
	height: 12vw;
	left: 0;
	right: 0;
	bottom: 0;
}
.introduce_video .border-left {
	width: 10vw;
	left: 0;
	bottom: 0;
	top: 0;
}
.introduce_video .border-right {
	width: 10vw;
	right: 0;
	bottom: 0;
	top: 0;
}
.introduce_video.stretch_fully .border-top,
.introduce_video.stretch_fully .border-bottom {
	height: 0;
}
.introduce_video.stretch_fully .border-left,
.introduce_video.stretch_fully .border-right {
	width: 0;
}
.Habout_txt .Habout_info {
	font-size: 1vw;
	line-height: 2;
	text-align: justify;
}
.Habout_txt .Habout_info {
	background: linear-gradient(to left, #2196f3 50%, #333 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	text-decoration: none;
	-webkit-transition: all 4s;
	transition: all 4s;
}
.Habout_txt .Habout_info.animated {
	background-position: 0 100%;
}
.Habout_img {
	justify-content: center;
}
.Habout_img .Habout_img_info>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Habout_num {
	margin-top: 2.5vw;
}
.data_item {
	margin-right: 15%;
}
.data_item:last-child {
	margin-right: 0;
}
.data_item .data_number {
	color: #359bf2;
	font-weight: 600;
}
.data_item .data_number>em {
	font-size: 1.666666vw;
	margin-left: 5px;
	font-weight: bold;
	line-height: 1;
}
.data_item .data_p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #898989;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-more:before {
	content: "\e622";
}
.about_yanfa {
	padding: 2vw 0;
}
@media(max-width:1400px) {
	.yanfa {
		width: 100%;
		padding: 0 50px;
	}
}
.yanfa {
	width: 85%;
	margin: 40px auto 0px;
}
.yanfas {
	width: 100%;
	overflow: hidden;
	background: #f6f5f5;
	box-shadow: 0 0 19px 2px rgb(0 0 0 / 13%);
}
.yanfas_left,
.yanfas_right {
	float: left;
}
.yanfas:hover img {
	transform: scale(1.03);
}
.yanfas_left img {
	width: 100%;
	transition: all 0.4s ease-out;
}
.bg-0 {
	background: #fff;
}
.bg-1 {
	background: #cc3020;
}
.bg-2 {
	background: #E0E0E0;
}
.bg-3 {
	background: #eee;
}
.bg-4 {
	background: #f5f5f5;
}
.left {
	float: left
}
.right {
	float: right
}
.center {
	margin-left: auto;
	margin-right: auto
}
.inleft {
	text-align: left
}
.inright {
	text-align: right
}
.incenter {
	text-align: center
}
.posi {
	position: relative
}
.row {
	width: 85%;
	margin: 0 auto;
}
@media(max-width:1400px) {
	.row {
		width: 85%;
	}
}
.col-1 {
	width: 100%;
	color: #fff;
}
.col-3 {
	width: 33.333333%
}
.col-4 {
	width: 25%
}
.col-5 {
	width: 20%
}
.col-6 {
	width: 16.666666%
}
.col-7 {
	width: 14.285714%
}
.col-8 {
	width: 12.5%
}
.col-9 {
	width: 11.111111%
}
.mg0 {
	margin: 0 auto;
}
.lump {
	display: block;
}
.hidden {
	overflow: hidden;
}
.flex_item {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.blcircle {
	-webkit-border-bottom-left-radius: 50%;
	-moz-border-bottom-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.tlcircle {
	-webkit-border-top-left-radius: 50%;
	-moz-border-top-left-radius: 50%;
	border-top-left-radius: 50%;
}
.brcircle {
	-webkit-border-bottom-right-radius: 50%;
	-moz-border-bottom-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.trcircle {
	-webkit-border-top-right-radius: 50%;
	-moz-border-top-right-radius: 50%;
	border-top-right-radius: 50%;
}
.isbd {
	border: 1px #e0e0e0 solid;
}
.isbdbm {
	border-bottom: 1px #e0e0e0 solid;
}
.isbdtp {
	border-top: 1px #e0e0e0 solid;
}
.isbdrt {
	border-right: 1px #e0e0e0 solid;
}
.isbdlt {
	border-left: 1px #e0e0e0 solid;
}
.isshadow {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}
.ishalo {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.isdarkhalo {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.opacity {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.transition02 {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.transition035 {
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
}
.transition05 {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.transition075 {
	transition: all 0.75s;
	-moz-transition: all 0.75s;
	-webkit-transition: all 0.75s;
	-o-transition: all 0.75s;
}
.transition1 {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.transition1_5 {
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
}
.transition-delay01 {
	transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
}
.transition-delay02 {
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}
.transition-delay03 {
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}
.transition-delay05 {
	transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
}
.transition-delay075 {
	transition-delay: 0.75s;
	-moz-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
}
@media only screen and (max-width:4000px) {
	.yanfas_left {
		width: 30%;
		padding: 1%;
	}
	.yanfas_right {
		width: 66%;
		padding-left: 2%;
	}
	.yanfas_right p {
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 30px;
		padding: 50px;
	}
	.yanfas {
		margin-bottom: 50px;
	}
	.flex {
		display: flex;
	}
	.col-2 {
		width: 50%
	}
	.Habout_img .Habout_img_info {
		max-height: 100%;
		max-width: 90%;
	}
	.Habout {
		margin-top: 6vw;
		padding-bottom: 4vw;
	}
	.data_item .data_number>span {
		font-size: 3.0625vw;
		line-height: 1;
		margin-bottom: .6vw;
		font-family: 'ANTON';
	}
	.data_item .data_p {
		font-size: 22px;
	}
	.master_title .master_letter {
		text-transform: uppercase;
		font-size: 24px;
		color: #e6e6e6;
	}
	.master_title .master_name {
		letter-spacing: 4px;
		font-size: 36px;
		font-weight: 550;
		margin-bottom: 8px;
	}
	.vr {
		width: 85%;
		margin: 50px auto;
	}
}
@media only screen and (max-width: 1663px) {
	.yanfas_left {
		width: 0%;
		padding: 0%;
	}
	.yanfas_right {
		width: 100%;
		padding-left: 0%;
	}
	.yanfas_right p {
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 30px;
		padding: 30px;
	}
}
@media only screen and (max-width: 1023px) {
	.yanfas_left {
		width: 92%;
		padding: 4% 4% 0% 4%;
	}
	.yanfas_right {
		width: 100%;
		padding-left: 0%;
	}
	.yanfas_right p {
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 30px;
		padding: 30px;
	}
	.yanfas {
		margin-bottom: 20px;
	}
	.flex {
		display: block;
	}
	.col-2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.Habout_img .Habout_img_info {
		max-height: 100%;
		max-width: 100%;
	}
	.Habout {
		margin-top: 6vw;
		padding-bottom: 0vw;
	}
	.master_title .master_name {
		letter-spacing: 4px;
		font-size: 29px;
		font-weight: 550;
		margin-bottom: 8px;
	}
	.master_title .master_letter {
		text-transform: uppercase;
		font-size: 19px;
		color: #e6e6e6;
	}
}
@media only screen and (max-width: 768px) {
	.data_item .data_number>span {
		font-size: 7.0625vw;
		line-height: 1;
		margin-bottom: .6vw;
		font-family: 'ANTON';
	}
	.data_item .data_p {
		font-size: 16px;
	}
	.yanfa {
		width: 100%;
		padding: 0 0px;
	}
	.introduce_modular {
		display: none;
	}
	.master_title .master_letter {
		text-transform: uppercase;
		font-size: 18px;
		color: #e6e6e6;
	}
	.master_title .master_name {
		letter-spacing: 4px;
		font-size: 22px;
		font-weight: 550;
		margin-bottom: 8px;
	}
	.vr iframe {
		height: 300px!important;
	}
	.vr {
		width: 85%;
		margin: 20px auto;
	}
	.yanfas_right p {
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 24px;
	}
	.screen {
		display: none;
	}
	.opaque {
		display: none;
	}
	.about_yanfa {
		margin-top: 70px;
	}
}
.yanfas_right span{
    font-weight: 550;
    color: #359bf2;
}