@charset "utf-8";


#indexMovie{
	width: 100%;
	height: 56.25vw;
	position: relative;
	padding: 60px 0 0 0;
	z-index: 999999;
}
#indexMovie video{
	width:100%;
	height: auto;
}


#globalNav{
	z-index:10000000;
	}

#loadingWrap{
		position:fixed;
	z-index:10000000;
	width:100%;
	height:100%;
	background:#222222;
	}

#indexIntro{
	position:fixed;
	z-index:10000000;
	width:100%;
	height:100%;
	background:#222222;
	top:0;
	left:0;
	pointer-events : none;
	text-align:center;
	color:#ffffff;
	-webkit-animation: fadeout 1s linear 3.5s 1;
	-moz-animation   : fadeout 1s linear 3.5s 1;
	-ms-animation    : fadeout 1s linear 3.5s 1;
	-o-animation     : fadeout 1s linear 3.5s 1;
	animation        : fadeout 1s linear 3.5s 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-ms-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	}	
@-webkit-keyframes fadeout {
  0% {opacity:1;}
  100% {opacity:0;}
}
@-moz-keyframes fadeout {
  0% {opacity:1;}
 100% {opacity:0;}
}
@-ms-keyframes fadeout {
  0% {opacity:1;}
 100% {opacity:0;}
}
@-o-keyframes fadeout {
  0% {opacity:1;}
 100% {opacity:0;}
}
@keyframes fadeout {
  0% {opacity:1;}
 100% {opacity:0;}
} 


.st0{
	stroke:rgba(255,255,255,1);
	fill:none;
	stroke-width:1;
	stroke-dasharray: 5000;
	stroke-dashoffset:5000;
	animation: DASH 3.5s ease-in-out 1s alternate forwards;
	-webkit-animation:DASH 3.5s ease-in-out 1s forwards;
	animation:DASH 3.5s ease-in-out 1s forwards;
}
.st1{
	stroke:#e10012;
	fill:none;
	stroke-width:1;
	stroke-dasharray: 5000;
	stroke-dashoffset:5000;
	animation: DASH 3.5s ease-in-out 1s alternate forwards;
	-webkit-animation:DASH 3.5s ease-in-out 1s forwards;
	animation:DASH 3.5s ease-in-out 1s forwards;
}
.svgWrap svg{
	position:fixed;
	left:50%;
	top:50%;
	width:300px;
	height:150px;
	text-align:center;
	color:#ffffff;
	margin:-75px 0 0 -150px;
	z-index:1000;
	 }
@keyframes DASH{
	0%{stroke-dashoffset:5000;}
	100%{stroke-dashoffset:0;}
}
@-moz-keyframes DASH{
	0%{stroke-dashoffset:5000;}
	100%{stroke-dashoffset:0;}
}
@-webkit-keyframes DASH{
	0%{stroke-dashoffset:5000;}
	100%{stroke-dashoffset:0;}
}

#indexIntro object{
	position:fixed;
	width:300px;
	height:150px;
	left:50%;
	top:50%;
	margin:-75px 0 0 -150px;
	animation: fadein 1.5s ease-in-out 2s alternate forwards;
	-webkit-animation:fadein 1.5s ease-in-out 2s forwards;
	animation:fadein 1.5s ease-in-out 2s forwards;
	opacity:0;
	z-index:1001;
	}
@-webkit-keyframes fadein {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes fadein {
  0% {opacity:0;}
 100% {opacity:1;}
}
@-ms-keyframes fadein {
  0% {opacity:0;}
 100% {opacity:1;}
}
@-o-keyframes fadein {
  0% {opacity:0;}
 100% {opacity:1;}
}
@keyframes fadein {
  0% {opacity:0;}
 100% {opacity:1;}
} 


#index00{
	width:100%;
	top:0;
	left:0;
	height:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
background: rgb(240,249,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	position:relative;
	z-index:-1;

	}
#index0{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:relative;
	text-align:left;
	z-index: 999999;
	}
#index01{
	text-align:left;
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:50%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&amp;0.1+0,0.2+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#33000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-color:#f9be00;
	overflow:hidden;
	}
#index0 p{
	position:fixed;
	width:200px;
	height:30px;
	right:20px;
	top:20px;
	}
#index0 p object{
	margin:0 0; 
	padding:0;
	pointer-events : none;
	width:200px;
	height:30px;
	}
#index0 h1{
	position:fixed;
	left:5%;
	top:200px;
	margin:0px 0 0 0;
	color:#000000;
	font-weight:800;
	mix-blend-mode:none;
	z-index:999999;
	text-align:left;
	}
#index0 h2{
	position:fixed;
	left:5%;
	top:150px;
	margin:0px 0 0 0;
	color:#000000;
	font-weight:600;
	z-index:999999;
	}

#siteHeader{
	z-index:999990;
	}
.fixed {
  position: fixed;
  top: 0px;
  z-index:99999;
}
	
	
#index{
	position:relative;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	color:#ffffff;
	padding:0 0 0 0;
	background-color:#f7f7f7;
	}

#index1{
	padding:40px 0;
	color:#666666;
	background-color: #ffffff;
}

#index1 h2{
	text-align:center;
	padding:0 0 20px 0;
	}
#index1 h3{
	text-align:center;
	padding:0 0 20px 0;
	}
#index1 p{
	padding: 0 15px;
}
#index1 .galleryBtn{
	width: 70%;
	background-color: #222222;
	margin: 0 auto;
}
#index1 .galleryBtn a{
	display:block;
	width:100%;
	margin:0 auto;
	text-decoration:none;
	color:#ffffff;
	padding:10px;
	text-align:center;
	}

#index1 .galleryBtn h4{
	font-size:16px;
	font-size:1.6rem;
	}

#index2{
	background-color:#222222;
	color:#ffffff;
	padding: 20px 0;
}


#index00{
	width:100%;
   height : -webkit-calc(100% - 80px) ;
   height : calc(100% - 80px) ;
	top:0;
	left:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
background: rgb(240,249,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position:fixed;
	z-index:-1;

	}










#indexGallery{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+1,131313+1,4c4c4c+100 */
background: rgb(19,19,19); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(19,19,19,1) 1%, rgba(19,19,19,1) 1%, rgba(76,76,76,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(19,19,19,1)), color-stop(1%,rgba(19,19,19,1)), color-stop(100%,rgba(76,76,76,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(19,19,19,1) 1%,rgba(19,19,19,1) 1%,rgba(76,76,76,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(19,19,19,1) 1%,rgba(19,19,19,1) 1%,rgba(76,76,76,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(19,19,19,1) 1%,rgba(19,19,19,1) 1%,rgba(76,76,76,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(19,19,19,1) 1%,rgba(19,19,19,1) 1%,rgba(76,76,76,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
	padding:20px 0;
	width:100%;
	overflow:hidden;
	}

#indexGallery .galleryBtn a{
	display:block;
	width:70%;
	margin:0 auto;
	border:1px solid #ffffff;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration:none;
	color:#ffffff;
	padding:10px;
	text-align:center;
	}

#indexGallery .galleryBtn h4{
	font-size:16px;
	font-size:1.6rem;
	}



#printservice{
	padding:20px 0;
	color:#666666;
	}
#printservice .inner{

	}
#printservice h2{
	text-align:center;
	padding:0 0 20px 0;
	}
#printservice p{
	padding:0 0 20px 0;
	}


#printservice ul li{
	position:relative;
	height:60px;
	width:90%;
	margin:0 auto;
	background-color:#222222;
	border-bottom:1px solid #444444;
	}
#printservice ul li a{
	color:#ffffff;
	display:block;
	width:100%;
	height:100%;
	line-height:60px;
	padding:0 20px;
	text-decoration:none;
	position:relative;
	}
#printservice ul li a:before{
	content:"";
	width:20px;
	height:20px;
	display:block;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
	position:absolute;
	right:40px;
	top:50%;
	margin:-10px 20px 0 0px;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);	
	}


#indexSign{
	padding: 60px 0 0 0;
	color: #666666;
	width:90%;
	margin: 0 auto;
	max-width: 1480px;
}
#indexSign h2{

}
#indexSign div.flexBox div{
}

#indexIndustrial{
	padding: 60px 0;
	color: #666666;
	width:90%;
	margin: 0 auto;
	max-width: 1480px;
}
#indexIndustrial h2{

}
#indexIndustrial div.flexBox div{
}




#index00{
	width:100%;
	top:0;
	left:0;
	height:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
background: rgb(240,249,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	position:relative;
	z-index:-1;

	}
#index0{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:relative;
	text-align:left;
	}
#index01{
	text-align:left;
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:50%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&amp;0.1+0,0.2+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#33000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-color:#f9be00;
	overflow:hidden;
	}
#index0 p{
	position:fixed;
	width:200px;
	height:30px;
	right:20px;
	top:20px;
	}
#index0 p object{
	margin:0 0; 
	padding:0;
	pointer-events : none;
	width:200px;
	height:30px;
	}
#index0 h1{
	position:fixed;
	left:5%;
	top:200px;
	margin:0px 0 0 0;
	color:#000000;
	font-weight:800;
	mix-blend-mode:none;
	z-index:999999;
	text-align:left;
	}
#index0 h2{
	position:fixed;
	left:5%;
	top:150px;
	margin:0px 0 0 0;
	color:#000000;
	font-weight:600;
	z-index:999999;
	}

