* { margin:0; padding:0;}
body { font-family: 'Microsoft YaHei','arial','sans-serif'; position: relative; height:100%; background: #343434; color: #fff; overflow: hidden; }
img { border:none; vertical-align: top; }
.max_width{
	max-width: 1000px;
	margin: 0 auto;
}
@font-face {
	font-family: 'chogokuboso';
	src: url('../fonts/chogokuboso.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FZZCHJW';
	src: url('../fonts/FZZCHJW.ttf');
	font-weight: normal;
	font-style: normal;
}
.m-30{ margin: 30px; }
.font-white{ color: #fff !important; }
.font-orange{ color: #d69809 !important; }
.font_14{ font-size: 14px !important; }
.font_12{ font-size: 12px !important; }
.preloader{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 999999999;
}
.section{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video{
	width: 100%;
	height: 100vh;
}
.video_box,.video_box1{
	display: initial;
	width: 100%;
	position: relative;
}
.video_box1{
	display: none;
}
.video_text_box{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}
.iSomewherelogo{
	height: 80px;
}
.text_box{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'FZZCHJW', 'PingFang SC';
	font-size: 50px;
	/*font-weight: 700;*/
	letter-spacing: 2px;
	-webkit-animation: scalebig 11s infinite;
	-moz-animation: scalebig 11s infinite;
	-ms-animation: scalebig 11s infinite;
	-o-animation: scalebig 11s infinite;
	animation: scalebig 11s infinite;
	text-shadow: 0 0 3px #00364b;
}
.text_sub{
	font-family: 'chogokuboso','SimSun';
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 700;
	-webkit-animation: slideInDown 11s infinite;
	-moz-animation: slideInDown 11s infinite;
	-ms-animation: slideInDown 11s infinite;
	-o-animation: slideInDown 11s infinite;
	animation: slideInDown 11s infinite;
}
.video_text_box img{
	-webkit-animation: fadein 11s infinite;
	-moz-animation: fadein 11s infinite;
	-ms-animation: fadein 11s infinite;
	-o-animation: fadein 11s infinite;
	animation: fadein 11s infinite;
}
.video_desktop{
	display: initial;
	object-fit: cover;
}
.video_mobile{
	display: none;
	object-fit: cover;
}
.banner_bg{
	position: relative;
	height: 100vh;
}
/*.banner_bg:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}*/
.maskbox{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
#particles-js{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.3;
}
.banner_content {
	text-align: center;
}
.banner_content h1 {
	min-width: 600px;
	display: inline-block;
	color: #fff;
	font-size: 35px;
	text-transform: capitalize;
	margin: 0;
	padding: 50px 0;
	position: relative;
}
.toptitle{
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
.cd-headline.clip span{
	display: inline-block;
	position: relative;
	letter-spacing: 3px;
}
.cd-headline.clip .line{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 1px;
	background-color: #fff;
}
.cd-headline.clip .line1{
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}
.cd-headline.clip .linex{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 50px;
	background-color: #fff;
}
.cd-headline.clip .linex1{
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}
/*.cd-headline.clip .cd-words-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}*/
.cd-headline.clip b {
	opacity: 0;
}
.cd-headline.clip b.is-visible {
	opacity: 1;
}
.cd-words-wrapper{
	overflow: hidden;
	vertical-align: top;
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}
.cd-words-wrapper b font{
	display: block;
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
}
.overviewbox{
	width: 100%;
}
.overview{
	background-color: rgba(0,0,0,0.1);
	padding: 40px 30px;
}
.overview p{
	font-family: 'PingFang SC';
	text-align: justify;
	font-size: 14px;
}
.footer{
	padding: 30px 20px;
	margin-top: 30px;
}
.footer-top{
	padding-bottom: 30px;
}
.copy-right a{
	font-size: 12px;
	color: inherit;
}
.copy-right p{
	line-height: 1.8;
}
@media (max-width: 992px){
}
@media (max-width: 768px) {
	.overview{
		padding: 20px;
	}
	.banner_content h1 {
		min-width: 316px;
		font-size: 20px;
	}
	.toptitle{
		font-size: 18px;
	}
	.cd-headline.clip span{
		letter-spacing: 1px;
	}
	.cd-words-wrapper b font{
		font-size: 12px;
		letter-spacing: 0;
		margin-top: 15px;
	}
	.footer{
		margin-top: 0;
	}
	.text_box{
		font-size: 32px;
	}
	.text_sub{
		font-size: 14px;
		letter-spacing: 2px;
	}
}
@media (max-width: 410px) {
	.video_desktop{
		/*display: none;*/
	}
	.video_mobile{
		display: initial;
	}
	.iSomewherelogo{
		height: 60px;
	}
	.text_box{
		font-size: 24px;
	}
	.text_sub{
		font-size: 12px;
		letter-spacing: 1px;
	}
	.overview p{
		font-size: 12px;
	}
}
@keyframes fadein {
	0%, 100% {
		opacity: 0.1;
	}
	50% {
		opacity: 0.7;
	}
	90% {
		opacity: 1;
	}
}
@keyframes scalebig {
	0%, 100%{
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
	40% {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
	60%, 90% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes slideInDown {
	0%, 100% {
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
	90% {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
		opacity: 1;
	}
}
